paper-with-me

홈 › Papers

MetaIE: Distilling a Meta Model from LLM for All Kinds of Information Extraction Tasks

2024-03-30 · Letian Peng, Zilong Wang, Feng Yao, Zihan Wang, Jingbo Shang

Information extraction (IE) is a fundamental area in natural language processing where prompting large language models (LLMs), even with in-context examples, cannot defeat small LMs tuned on very small IE datasets. We observe that IE tasks, such as named entity recognition and relation extraction, all focus on extracting important information, which can be formalized as a label-to-span matching. In this paper, we propose a novel framework MetaIE to build a small LM as meta-model by learning to extract "important information", i.e., the meta-understanding of IE, so that this meta-model can be adapted to all kind of IE tasks effectively and efficiently. Specifically, MetaIE obtains the small LM via a symbolic distillation from an LLM following the label-to-span scheme. We construct the distillation dataset via sampling sentences from language model pre-training datasets (e.g., OpenWebText in our implementation) and prompting an LLM to identify the typed spans of "important information". We evaluate the meta-model under the few-shot adaptation setting. Extensive results on 13 datasets from 6 IE tasks confirm that MetaIE can offer a better starting point for few-shot tuning on IE datasets and outperform other meta-models from (1) vanilla language model pre-training, (2) multi-IE-task pre-training with human annotations, and (3) single-IE-task symbolic distillation from LLM. Moreover, we provide comprehensive analyses of MetaIE, such as the size of the distillation dataset, the meta-model architecture, and the size of the meta-model.

📄 PDF Abstract BibTeX arXiv:2404.00457

Code (1)

komeijiforce/metaie 공식 구현 pytorch

Tasks

AllLanguage ModelingLanguage Modellingnamed-entity-recognitionNamed Entity RecognitionRelation Extraction

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

Meta-data Study in Autism Spectrum Disorder Classification Based on Structural MRI

2022-06-09 · Ruimin Ma, Yanlin Wang, Yanjie Wei, Yi Pan

Accurate diagnosis of autism spectrum disorder (ASD) based on neuroimaging data has significant implications, as extracting useful information from neuroimaging data for ASD detection is challenging. Even though machine …

Rule Based Metadata Extraction Framework from Academic Articles

2018-07-24 · Azimjonov Jahongir, Alikhanov Jumabek

Metadata of scientific articles such as title, abstract, keywords or index terms, body text, conclusion, reference and others play a decisive role in collecting, managing and storing academic data in scientific databases…

Articles

MetaPAD: Meta Pattern Discovery from Massive Text Corpora

2017-03-13 · Meng Jiang, Jingbo Shang, Taylor Cassidy, Xiang Ren 외

Mining textual patterns in news, tweets, papers, and many other kinds of text corpora has been an active theme in text mining and NLP research. Previous studies adopt a dependency parsing-based pattern discovery approach…

Dependency Parsing

MT/IE: Cross-lingual Open Information Extraction with Neural Sequence-to-Sequence Models

2017-04-01 · EACL 2017 4 · Sheng Zhang, Kevin Duh, Benjamin Van Durme

Cross-lingual information extraction is the task of distilling facts from foreign language (e.g. Chinese text) into representations in another language that is preferred by the user (e.g. English tuples). Conventional pi…

Machine TranslationOpen Information ExtractionQuestion AnsweringSemantic Parsing+1

A Trustworthiness-based Metaphysics of Artificial Intelligence Systems

2025-06-03 · Andrea Ferrario

Modern AI systems are man-made objects that leverage machine learning to support our lives across a myriad of contexts and applications. Despite extensive epistemological and ethical debates, their metaphysical foundatio…