paper-with-me

홈 › Papers

IEPile: Unearthing Large-Scale Schema-Based Information Extraction Corpus

2024-02-22 · Honghao Gui, Lin Yuan, Hongbin Ye, Ningyu Zhang, Mengshu Sun, Lei Liang, Huajun Chen

Large Language Models (LLMs) demonstrate remarkable potential across various domains; however, they exhibit a significant performance gap in Information Extraction (IE). Note that high-quality instruction data is the vital key for enhancing the specific capabilities of LLMs, while current IE datasets tend to be small in scale, fragmented, and lack standardized schema. To this end, we introduce IEPile, a comprehensive bilingual (English and Chinese) IE instruction corpus, which contains approximately 0.32B tokens. We construct IEPile by collecting and cleaning 33 existing IE datasets, and introduce schema-based instruction generation to unearth a large-scale corpus. Experimentally, IEPile enhance the performance of LLMs for IE, with notable improvements in zero-shot generalization. We open-source the resource and pre-trained models, hoping to provide valuable support to the NLP community.

📄 PDF Abstract BibTeX arXiv:2402.14710

Code (1)

zjunlp/iepile 공식 구현 pytorch

Tasks

Zero-shot Generalization

Similar Papers 제목 키워드 기반

LinkAlign: Scalable Schema Linking for Real-World Large-Scale Multi-Database Text-to-SQL

2025-03-24 · Yihan Wang, Peiyu Liu

Schema linking is a critical bottleneck in achieving human-level performance in Text-to-SQL tasks, particularly in real-world large-scale multi-database scenarios. Addressing schema linking faces two major challenges: (1…

RetrievalText to SQLText-To-SQL

Query of CC: Unearthing Large Scale Domain-Specific Knowledge from Public Corpora

2024-01-26 · Zhaoye Fei, Yunfan Shao, Linyang Li, Zhiyuan Zeng 외

Large language models have demonstrated remarkable potential in various tasks, however, there remains a significant scarcity of open-source models and data for specific domains. Previous works have primarily focused on m…

Language ModelingLanguage ModellingLarge Language Model

Open-Domain Hierarchical Event Schema Induction by Incremental Prompting and Verification

2023-07-05 · Sha Li, Ruining Zhao, Manling Li, Heng Ji 외

Event schemas are a form of world knowledge about the typical progression of events. Recent methods for event schema induction use information extraction systems to construct a large number of event graph instances from …

Event ExpansionWorld Knowledge

EviLink: Multi-Path Schema Linking with Uncertainty-Guided Evidence Acquisition for Large-Scale Text-to-SQL

2026-05-28 · Huawei Zheng, Sen Yang, Zhaorui Yang, Yuhui Zhang 외 arxiv

Schema linking is a difficult and important step in large-scale Text-to-SQL, where systems must identify a compact yet sufficient schema context from large and ambiguous databases. Existing methods often treat schema lin…

AutoLink: Autonomous Schema Exploration and Expansion for Scalable Schema Linking in Text-to-SQL at Scale

2025-11-21 · Ziyang Wang, Yuanlei Zheng, Zhenbiao Cao, Xiaojin Zhang 외 arxiv

For industrial-scale text-to-SQL, supplying the entire database schema to Large Language Models (LLMs) is impractical due to context window limits and irrelevant noise. Schema linking, which filters the schema to a relev…