paper-with-me

홈 › Papers

TAGPRIME: A Unified Framework for Relational Structure Extraction

2022-05-25 · I-Hung Hsu, Kuan-Hao Huang, Shuning Zhang, Wenxin Cheng, Premkumar Natarajan, Kai-Wei Chang, Nanyun Peng

Many tasks in natural language processing require the extraction of relationship information for a given condition, such as event argument extraction, relation extraction, and task-oriented semantic parsing. Recent works usually propose sophisticated models for each task independently and pay less attention to the commonality of these tasks and to have a unified framework for all the tasks. In this work, we propose to take a unified view of all these tasks and introduce TAGPRIME to address relational structure extraction problems. TAGPRIME is a sequence tagging model that appends priming words about the information of the given condition (such as an event trigger) to the input text. With the self-attention mechanism in pre-trained language models, the priming words make the output contextualized representations contain more information about the given condition, and hence become more suitable for extracting specific relationships for the condition. Extensive experiments and analyses on three different tasks that cover ten datasets across five different languages demonstrate the generality and effectiveness of TAGPRIME.

📄 PDF Abstract BibTeX arXiv:2205.12585

Code (1)

pluslabnlp/tagprime pytorch

Tasks

Event Argument ExtractionLanguage ModellingRelation ExtractionSemantic Parsing

Similar Papers 제목 키워드 기반

Relational Learning and Feature Extraction by Querying over Heterogeneous Information Networks

2017-07-25 · Parisa Kordjamshidi, Sameer Singh, Daniel Khashabi, Christos Christodoulopoulos 외

Many real world systems need to operate on heterogeneous information networks that consist of numerous interacting components of different types. Examples include systems that perform data analysis on biological informat…

BIG-bench Machine LearningKnowledge GraphsRelational Reasoning

Learning Reasoning Patterns for Relational Triple Extraction with Mutual Generation of Text and Graph

2022-05-01 · Findings (ACL) 2022 5 · Yubo Chen, Yunqi Zhang, Yongfeng Huang

Relational triple extraction is a critical task for constructing knowledge graphs. Existing methods focused on learning text patterns from explicit relational mentions. However, they usually suffered from ignoring relati…

Graph GenerationKnowledge GraphsRelational ReasoningSentence+1

REKnow: Enhanced Knowledge for Joint Entity and Relation Extraction

2022-06-10 · Sheng Zhang, Patrick Ng, Zhiguo Wang, Bing Xiang

Relation extraction is an important but challenging task that aims to extract all hidden relational facts from the text. With the development of deep language models, relation extraction methods have achieved good perfor…

Joint Entity and Relation ExtractionRelationRelation Extraction

A Unified Representation Learning Strategy for Open Relation Extraction with Ranked List Loss

2021-08-01 · CCL 2021 8 · Lou Renze, Zhang Fan, Zhou Xiaowei, Wang Yutong 외

“Open Relation Extraction (OpenRE) aiming to extract relational facts from open-domain cor-pora is a sub-task of Relation Extraction and a crucial upstream process for many other NLPtasks. However various previous cluste…

ClusteringMetric LearningRelationRelation Extraction+1

Adjacency List Oriented Relational Fact Extraction via Adaptive Multi-task Learning

2021-06-03 · Findings (ACL) 2021 8 · Fubang Zhao, Zhuoren Jiang, Yangyang Kang, Changlong Sun 외

Relational fact extraction aims to extract semantic triplets from unstructured text. In this work, we show that all of the relational fact extraction models can be organized according to a graph-oriented analytical persp…

Multi-Task LearningRelation ExtractionTriplet