paper-with-me

홈 › Papers

Two Training Strategies for Improving Relation Extraction over Universal Graph

2021-02-12 · EACL 2021 2 · Qin Dai, Naoya Inoue, Ryo Takahashi, Kentaro Inui

This paper explores how the Distantly Supervised Relation Extraction (DS-RE) can benefit from the use of a Universal Graph (UG), the combination of a Knowledge Graph (KG) and a large-scale text collection. A straightforward extension of a current state-of-the-art neural model for DS-RE with a UG may lead to degradation in performance. We first report that this degradation is associated with the difficulty in learning a UG and then propose two training strategies: (1) Path Type Adaptive Pretraining, which sequentially trains the model with different types of UG paths so as to prevent the reliance on a single type of UG path; and (2) Complexity Ranking Guided Attention mechanism, which restricts the attention span according to the complexity of a UG path so as to force the model to extract features not only from simple UG paths but also from complex ones. Experimental results on both biomedical and NYT10 datasets prove the robustness of our methods and achieve a new state-of-the-art result on the NYT10 dataset. The code and datasets used in this paper are available at https://github.com/baodaiqin/UGDSRE.

📄 PDF Abstract BibTeX arXiv:2102.06540

Code (1)

baodaiqin/UGDSRE 공식 구현 tf

Tasks

RelationRelation ExtractionVocal Bursts Valence Prediction

Similar Papers 제목 키워드 기반

Multilingual Relation Extraction using Compositional Universal Schema

2015-11-19 · NAACL 2016 6 · Patrick Verga, David Belanger, Emma Strubell, Benjamin Roth 외

Universal schema builds a knowledge base (KB) of entities and relations by jointly embedding all relation types from input KBs as well as textual patterns expressing relations from raw text. In most previous applications…

Knowledge Base ConstructionRelationRelation Extractionslot-filling+3

Cross-Sentence N-ary Relation Extraction using Lower-Arity Universal Schemas

2019-11-01 · IJCNLP 2019 11 · Kosuke Akimoto, Takuya Hiraoka, Kunihiko Sadamasa, Mathias Niepert

Most existing relation extraction approaches exclusively target binary relations, and n-ary relation extraction is relatively unexplored. Current state-of-the-art n-ary relation extraction method is based on a supervised…

RelationRelation ExtractionSentence

Row-less Universal Schema

2016-04-21 · WS 2016 6 · Patrick Verga, Andrew McCallum

Universal schema jointly embeds knowledge bases and textual patterns to reason about entities and relations for automatic knowledge base construction and information extraction. In the past, entity pairs and relations we…

Knowledge Base ConstructionRelation

OpenUE: An Open Toolkit of Universal Extraction from Text

2020-10-01 · EMNLP 2020 11 · Ningyu Zhang, Shumin Deng, Zhen Bi, Haiyang Yu 외

Natural language processing covers a wide variety of tasks with token-level or sentence-level understandings. In this paper, we provide a simple insight that most tasks can be represented in a single universal extraction…

Event ExtractionIntent DetectionJoint Entity and Relation ExtractionSentence

Retrieval-Augmented Code Generation for Universal Information Extraction

2023-11-06 · Yucan Guo, Zixuan Li, Xiaolong Jin, Yantao Liu 외

Information Extraction (IE) aims to extract structural knowledge (e.g., entities, relations, events) from natural language texts, which brings challenges to existing methods due to task-specific schemas and complex text …

Code GenerationIn-Context LearningRetrieval