awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
cocacola-lab avatar

cocacola-lab/ChatIE

0
View on GitHub↗
124.221.16.143:5000↗

ChatIE

Official repository of paper "Zero-Shot Information Extraction via Chatting with ChatGPT". Please star, watch, and fork our repo for the active updates!

Features

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI
Question Answering - Zero-shot information extraction via conversational prompting.
  • Universal Information Extraction - Zero-shot information extraction via conversational interaction.
  • Zero-Shot Prompting - Zero-shot information extraction via conversational prompting.
  • 826 星标·68 分支·Python·4 次浏览

    Star 历史

    cocacola-lab/chatie 的 Star 历史图表cocacola-lab/chatie 的 Star 历史图表

    ChatIE 的开源替代方案

    相似的开源项目,按与 ChatIE 的功能重合度排序。
    • zjunlp/deepkezjunlp 的头像

      zjunlp/DeepKE

      4,433在 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
      在 GitHub 上查看↗4,433
    • osu-nlp-group/qa4reOSU-NLP-Group 的头像

      OSU-NLP-Group/QA4RE

      40在 GitHub 上查看↗

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

      Python
      在 GitHub 上查看↗40
    • future-house/paper-qaFuture-House 的头像

      Future-House/paper-qa

      8,161在 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
      在 GitHub 上查看↗8,161
    • internlm/mindsearchInternLM 的头像

      InternLM/MindSearch

      6,877在 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
      在 GitHub 上查看↗6,877
    查看 ChatIE 的所有 30 个替代方案→

    常见问题解答

    cocacola-lab/chatie 是做什么的?

    Official repository of paper "Zero-Shot Information Extraction via Chatting with ChatGPT". Please star, watch, and fork our repo for the active updates!

    cocacola-lab/chatie 的主要功能有哪些?

    cocacola-lab/chatie 的主要功能包括:Question Answering, Universal Information Extraction, Zero-Shot Prompting。

    cocacola-lab/chatie 有哪些开源替代品?

    cocacola-lab/chatie 的开源替代品包括: zjunlp/deepke — DeepKE is a knowledge extraction toolkit and framework designed to transform unstructured text into structured… osu-nlp-group/qa4re — Data and code for ACL 2023 Findings: Aligning Instruction Tasks Unlocks Large Language Models as Zero-Shot Relation… future-house/paper-qa — Paper-qa is a retrieval augmented generation system designed for question answering and analysis of scientific… reorproject/reor — Reor is a local AI knowledge management application that stores, links, and searches personal notes using large… internlm/mindsearch — MindSearch is an LLM-based multi-agent search engine that decomposes complex user questions into targeted sub-queries… microsoft/nlp-recipes — nlp-recipes is a collection of implementation guides and reference templates for applying natural language processing…