paper-with-me

Papers

Zero-Shot Information Extraction as a Unified Text-to-Triple Translation

2021-09-23 · EMNLP 2021 11 · Chenguang Wang, Xiao Liu, Zui Chen, Haoyun Hong, Jie Tang, Dawn Song

We cast a suite of information extraction tasks into a text-to-triple translation framework. Instead of solving each task relying on task-specific datasets and models, we formalize the task as a translation between task-specific input text and output triples. By taking the task-specific input, we enable a task-agnostic translation by leveraging the latent knowledge that a pre-trained language model has about the task. We further demonstrate that a simple pre-training task of predicting which relational information corresponds to which input text is an effective way to produce task-specific outputs. This enables the zero-shot transfer of our framework to downstream tasks. We study the zero-shot performance of this framework on open information extraction (OIE2016, NYT, WEB, PENN), relation classification (FewRel and TACRED), and factual probe (Google-RE and T-REx). The model transfers non-trivially to most tasks and is often competitive with a fully supervised method without the need for any task-specific training. For instance, we significantly outperform the F1 score of the supervised open information extraction without needing to use its training set.

📄 PDF Abstract BibTeX arXiv:2109.11171

Code (1)

cgraywang/deepex 공식 구현 pytorch

Tasks

Factual probeLanguage ModelingLanguage ModellingOpen Information ExtractionRelation ClassificationTranslation

Similar Papers 제목 키워드 기반

InstructUIE: Multi-task Instruction Tuning for Unified Information Extraction

2023-04-17 · Xiao Wang, Weikang Zhou, Can Zu, Han Xia 외

Large language models have unlocked strong multi-task capabilities from reading instructive prompts. However, recent studies have shown that existing large models still have difficulty with information extraction tasks. …

Zero-shot Named Entity Recognition (NER)

Pre-training to Match for Unified Low-shot Relation Extraction

2022-03-23 · ACL 2022 5 · Fangchao Liu, Hongyu Lin, Xianpei Han, Boxi Cao 외

Low-shot relation extraction~(RE) aims to recognize novel relations with very few or even no samples, which is critical in real scenario application. Few-shot and zero-shot RE are two representative low-shot RE tasks, wh…

Meta-LearningRelationRelation ExtractionTriplet

ZeroShotCeres: Zero-Shot Relation Extraction from Semi-Structured Webpages

2020-05-14 · Colin Lockard, Prashant Shiralkar, Xin Luna Dong, Hannaneh Hajishirzi

In many documents, such as semi-structured webpages, textual semantics are augmented with additional information conveyed using visual elements including layout, font size, and color. Prior work on information extraction…

Graph Neural NetworkRelationRelation Extraction

Universal Information Extraction as Unified Semantic Matching

2023-01-09 · Jie Lou, Yaojie Lu, Dai Dai, Wei Jia 외

The challenge of information extraction (IE) lies in the diversity of label schemas and the heterogeneity of structures. Traditional methods require task-specific model design and rely heavily on expensive supervision, m…

Diversity

ChatIE: Zero-Shot Information Extraction via Chatting with ChatGPT

2023-02-20 · Xiang Wei, Xingyu Cui, Ning Cheng, Xiaobin Wang 외

Zero-shot information extraction (IE) aims to build IE systems from the unannotated text. It is challenging due to involving little human intervention. Challenging but worthwhile, zero-shot IE reduces the time and effort…

Event Extractionnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)+1