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

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

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

mayubo2333/LLM-IE

0
View on GitHub↗
47 星标·4 分支·Python·5 次浏览

LLM IE

This is the implementation of filter-then-rerank pipeline in Large Language Model Is Not a Good Few-shot Information Extractor, but a Good Reranker for Hard Samples!. EMNLP'2023 (Findings).

Features

  • Event Extraction - Reranking-based approach for improving few-shot information extraction.
  • In Context Learning - Reranking framework for hard information extraction samples.
  • Named Entity Recognition - Reranking framework for improving few-shot extraction performance.
  • Relation Extraction - Reranking hard samples for improved relation extraction.

Star 历史

mayubo2333/llm-ie 的 Star 历史图表mayubo2333/llm-ie 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

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

Start searching with AI

LLM IE 的开源替代方案

相似的开源项目,按与 LLM IE 的功能重合度排序。
  • tangxuemei1995/chisiectangxuemei1995 的头像

    tangxuemei1995/CHisIEC

    22在 GitHub 上查看↗

    CHisIEC: An Information Extraction Corpus for Ancient Chinese History

    C++
    在 GitHub 上查看↗22
  • 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
  • komeijiforce/metaieKomeijiForce 的头像

    KomeijiForce/MetaIE

    30在 GitHub 上查看↗

    This is a meta-model distilled from ChatGPT-3.5-turbo for information extraction. This is an intermediate checkpoint that can be well-transferred to all kinds of downstream information extraction tasks.

    Python
    在 GitHub 上查看↗30
  • ej0cl6/texteeej0cl6 的头像

    ej0cl6/TextEE

    60在 GitHub 上查看↗

    Updates | Datasets | Models | Environment | Running | Results | Website | Paper

    Python
    在 GitHub 上查看↗60
查看 LLM IE 的所有 30 个替代方案→

常见问题解答

mayubo2333/llm-ie 是做什么的?

This is the implementation of filter-then-rerank pipeline in Large Language Model Is Not a Good Few-shot Information Extractor, but a Good Reranker for Hard Samples!. EMNLP'2023 (Findings).

mayubo2333/llm-ie 的主要功能有哪些?

mayubo2333/llm-ie 的主要功能包括:Event Extraction, In Context Learning, Named Entity Recognition, Relation Extraction。

mayubo2333/llm-ie 有哪些开源替代品?

mayubo2333/llm-ie 的开源替代品包括: zjunlp/deepke — DeepKE is a knowledge extraction toolkit and framework designed to transform unstructured text into structured… tangxuemei1995/chisiec — CHisIEC: An Information Extraction Corpus for Ancient Chinese History. komeijiforce/metaie — This is a meta-model distilled from ChatGPT-3.5-turbo for information extraction. This is an intermediate checkpoint… jiangguochaogg/p-icl — Please save your dataset in data folder. Note that CoNLL2003 and WNUT2017 are open-source datasets, ACE2004 and… emma1066/self-improve-zero-shot-ner — This is the github repository for the paper to be appeared at NAACL 2024 main conference: Self-Improving for Zero-Shot… chen700564/metaner-icl — An implementation for ACL 2023 paper Learning In-context Learning for Named Entity Recognition.