awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
Back to cocacola-lab/chatie

Projects sharing features with ChatIE

30 open-source projects similar to cocacola-lab/chatie, ranked by shared indexed features. Tags may describe platforms or build tools rather than the same primary purpose. Check each project’s use case, license, and deployment requirements before treating it as a replacement.

  • osu-nlp-group/qa4reOSU-NLP-Group avatar

    OSU-NLP-Group/QA4RE

    40View on GitHub↗

    Data and code for ACL 2023 Findings: Aligning Instruction Tasks Unlocks Large Language Models as Zero-Shot Relation Extractors.

    Python
    View on GitHub↗40
  • zjunlp/deepkezjunlp avatar

    zjunlp/DeepKE

    4,433View on GitHub↗

    DeepKE is a knowledge extraction toolkit and framework designed to transform unstructured text into structured knowledge graphs. It provides a pipeline for identifying and classifying named entities, semantic relations, and events, converting raw datasets into structured triples. The project utilizes large language models as tool callers through a standardized context protocol to drive automated data extraction processes. It supports schema-driven extraction across multiple domains and bilingual text, employing joint entity and relation extraction to identify components in a single structured

    Python
    View on GitHub↗4,433
  • future-house/paper-qaFuture-House avatar

    Future-House/paper-qa

    8,161View on GitHub↗

    Paper-qa is a retrieval augmented generation system designed for question answering and analysis of scientific literature and technical documents. It functions as an LLM-powered research assistant that extracts grounded answers and summaries with citations from a document library. The system utilizes an agentic RAG orchestrator to iteratively refine search queries and gather evidence through multi-step tool calling. It features a multimodal document parser that extracts text, tables, and images from PDFs, alongside a vector-based indexer that embeds and caches document libraries for efficient

    Pythonairagscience
    View on GitHub↗8,161
  • microsoft/nlp-recipesmicrosoft avatar

    microsoft/nlp-recipes

    6,436View on GitHub↗

    nlp-recipes is a collection of implementation guides and reference templates for applying natural language processing techniques to real-world tasks. It provides standardized workflows and code examples for developing NLP pipelines, from dataset preparation and model training to performance evaluation. The project focuses on the practical application of transformer-based models, offering patterns for fine-tuning pretrained architectures for tasks such as text classification, named entity recognition, and question answering. It also includes a toolkit for model interpretability, allowing users

    Python
    View on GitHub↗6,436

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Find more with AI search
  • zyds/transformers-codezyds avatar

    zyds/transformers-code

    3,782View on GitHub↗

    This project is a collection of scripts and workflows for training, fine-tuning, and deploying large language models using the Hugging Face Transformers toolkit. It functions as a distributed training framework, a library for natural language processing task implementations, and a system for building retrieval-augmented generation chatbots. The repository includes specialized tools for model optimization, such as a Bayesian hyperparameter optimizer for automatically tuning model settings. It provides implementations for scaling model training across multiple graphics processors using data par

    Jupyter Notebookhuggingfacepefttransformers
    View on GitHub↗3,782
  • reorproject/reorreorproject avatar

    reorproject/reor

    8,560View on GitHub↗

    Reor is a local AI knowledge management application that stores, links, and searches personal notes using large language models and vector embeddings entirely on the user's device. It functions as a private AI note assistant, keeping all data and processing local for full privacy without relying on external cloud services. The application integrates with Ollama to manage the lifecycle of local LLMs and embedding models, handling downloads, updates, and execution. Notes are imported from markdown files, preserving existing file structure, and are automatically linked through vector-similarity

    JavaScriptailancedbllama
    View on GitHub↗8,560
  • internlm/mindsearchInternLM avatar

    InternLM/MindSearch

    6,877View on GitHub↗

    MindSearch is an LLM-based multi-agent search engine that decomposes complex user questions into targeted sub-queries and routes each to a specialized agent for parallel investigation. The system orchestrates multiple agents through a large language model, coordinating their tasks and interpreting search results to produce coherent answers from multiple sources. The project provides a configurable search backend interface that allows switching between Google, DuckDuckGo, Brave, and Bing search APIs by updating a configuration attribute. It includes a terminal-based debug interface for testing

    JavaScriptai-search-enginegptllm
    View on GitHub↗6,877
  • microsoft/biogptmicrosoft avatar

    microsoft/BioGPT

    4,486View on GitHub↗

    BioGPT is a biomedical large language model and domain-specific transformer designed for processing and creating specialized medical text. It functions as a generative tool and knowledge extraction engine trained on large-scale scientific literature to produce human-like scientific prose and factual responses to queries. The project provides specialized capabilities for biomedical named entity recognition and the extraction of complex relations from unstructured medical corpora. It is designed to identify and classify biological entities through data mining and relation extraction to support

    Python
    View on GitHub↗4,486
  • huggingface/huggingface_hubhuggingface avatar

    huggingface/huggingface_hub

    3,342View on GitHub↗

    The Hugging Face Hub Python client is a library that provides programmatic access to the Hugging Face Hub, a centralized platform for hosting and collaborating on machine learning models, datasets, and demo applications. It serves as the primary SDK for interacting with the Hub's API, enabling users to download and upload models and datasets, manage repositories, authenticate via tokens or OAuth, and run inference on hosted models through a unified interface. The client distinguishes itself through a comprehensive set of capabilities that go beyond basic file transfer. It includes a CLI exten

    Pythondeep-learninghacktoberfestmachine-learning
    View on GitHub↗3,342
  • kennethleungty/llama-2-open-source-llm-cpu-inferencekennethleungty avatar

    kennethleungty/Llama-2-Open-Source-LLM-CPU-Inference

    973View on GitHub↗

    This project provides a framework for executing large language models and performing document-based question answering entirely on local consumer hardware. By integrating a CPU-based inference engine with a local vector database, it enables users to process information without relying on cloud-based APIs or specialized graphics processing units. The system functions as a command-line tool that manages the full lifecycle of private information processing. It transforms local text files into searchable vector embeddings, allowing the model to retrieve relevant context and ground its generated r

    Pythonc-transformerschatgptcpu
    View on GitHub↗973
  • deeppavlov/deeppavlovdeeppavlov avatar

    deeppavlov/DeepPavlov

    6,985View on GitHub↗

    DeepPavlov is a conversational AI framework and deep learning NLP library designed for building end-to-end dialogue systems and chatbots. It functions as an NLP pipeline orchestrator that allows users to compose pre-trained models and text processing components into sequential data flows for complex linguistic tasks. The system is distinguished by its ability to act as a chatbot deployment server, exposing trained conversational models as web services via REST and Socket APIs. It utilizes JSON-based pipeline configurations and dynamic variable interpolation to decouple model logic from infras

    Pythonaiartificial-intelligencebot
    View on GitHub↗6,985
  • datawhalechina/so-large-lmdatawhalechina avatar

    datawhalechina/so-large-lm

    7,400View on GitHub↗

    This project is a comprehensive educational curriculum and structured learning path covering the full lifecycle of large language models. It provides a guided progression through the theory, architecture, training, and deployment of these models. The curriculum includes specialized guides on transformer architecture, model training tutorials, and frameworks for designing autonomous agents. It also provides dedicated resources for studying model safety and ethics. The material covers a wide range of technical capabilities, including distributed training strategies, parameter-efficient fine-tu

    View on GitHub↗7,400
  • maluuba/newsqaMaluuba avatar

    Maluuba/newsqa

    257View on GitHub↗

    Tools for using Maluuba's news questions and answer data. The code in the repo is used to compile the dataset since it cannot be made directly available due to legal reasons.

    Python
    View on GitHub↗257
  • oceanntwt/era-cotOceannTwT avatar

    OceannTwT/era-cot

    65View on GitHub↗

    This is the codebase of the paper: ERA-CoT: Improving Chain-of-Thought through Entity Relationship Analysis.

    Python
    View on GitHub↗65
  • phevos75/diluiePhevos75 avatar

    Phevos75/DILUIE

    9View on GitHub↗

    The source code of paper DILUIE: Constructing Diverse Demonstrations of In-context Learning with Large Language Model for Unified Information Extraction

    Python
    View on GitHub↗9
  • qingwang-isu/augureqingwang-isu avatar

    qingwang-isu/AugURE

    7View on GitHub↗

    https://aclanthology.org/2023.emnlp-main.745.pdf

    Python
    View on GitHub↗7
  • sefeoglu/rag4resefeoglu avatar

    sefeoglu/RAG4RE

    50View on GitHub↗

    -->

    Jupyter Notebook
    View on GitHub↗50
  • thunlp/xqaT

    thunlp/XQA

    0View on GitHub↗
    View on GitHub↗0
  • wang-research-lab/deepstructwang-research-lab avatar

    wang-research-lab/deepstruct

    85View on GitHub↗

    Source code repo for paper DeepStruct: Pretraining of Language Models for Structure Prediction, ACL 2022.

    Python
    View on GitHub↗85
  • xingyaoww/code4structxingyaoww avatar

    xingyaoww/code4struct

    43View on GitHub↗

    Official repo for paper Code4Struct: Code Generation for Few-Shot Structured Prediction from Natural Language.

    HTML
    View on GitHub↗43
  • yhcc/bartabsayhcc avatar

    yhcc/BARTABSA

    145View on GitHub↗

    This is the code for ACL2021 paper A Unified Generative Framework for Aspect-Based Sentiment Analysis

    Python
    View on GitHub↗145
  • zhangsheng93/cmedqaZ

    zhangsheng93/cMedQA

    0View on GitHub↗
    View on GitHub↗0
  • zhangsheng93/cmedqa2Z

    zhangsheng93/cMedQA2

    0View on GitHub↗
    View on GitHub↗0
  • zhaoyuesun/phee-with-chatgptZhaoyueSun avatar

    ZhaoyueSun/phee-with-chatgpt

    2View on GitHub↗

    Code for "Leveraging ChatGPT in Pharmacovigilance Event Extraction: An Empirical Study" (EACL 2024).

    Python
    View on GitHub↗2
  • lfoppiano/matsci-lumenlfoppiano avatar

    lfoppiano/MatSci-LumEn

    10View on GitHub↗

    Code, data, and results described in the paper "Mining experimental data from materials science literature with large language models: an evaluation study", https://www.tandfonline.com/doi/full/10.1080/27660400.2024.2356506

    Python
    View on GitHub↗10
  • allenai/document-qaallenai avatar

    allenai/document-qa

    437View on GitHub↗

    This repo contains code for our paper Simple and Effective Multi-Paragraph Reading Comprehension. It can be used to train neural question answering models in tensorflow, and in particular for the case when we want to run the model over multiple paragraphs for each question. Code is included to…

    Python
    View on GitHub↗437
  • amazon-science/tanlamazon-science avatar

    amazon-science/tanl

    136View on GitHub↗

    Code for the paper "Structured Prediction as Translation between Augmented Natural Languages" (ICLR 2021) and fine-tuned multi-task model.

    Python
    View on GitHub↗136
  • amazonqa/amazonqaA

    amazonqa/amazonqa

    0View on GitHub↗
    View on GitHub↗0
  • artpli/codeieartpli avatar

    artpli/CodeIE

    41View on GitHub↗

    This is the official repository for "CodeIE: Large Code Generation Models are Better Few-Shot Information Extractors" (ACL 2023).

    Python
    View on GitHub↗41
  • beyonderxx/instructuieBeyonderXX avatar

    BeyonderXX/InstructUIE

    396View on GitHub↗

    This repo releases our implementation for the InstructUIE model. - It is built based on the pretrained Flan T5 model, and finetuned on our data (IE INSTRUCTIONS). - If you are looking for NER datasets or models, you may also refer to our recent work: B2NER. It provides a standardized and…

    Python
    View on GitHub↗396