paper-with-me

Papers

Encoding Implicit Relation Requirements for Relation Extraction: A Joint Inference Approach

2018-11-09 · Li-Wei Chen, Yansong Feng, Songfang Huang, Bingfeng Luo, Dongyan Zhao

Relation extraction is the task of identifying predefined relationship between entities, and plays an essential role in information extraction, knowledge base construction, question answering and so on. Most existing relation extractors make predictions for each entity pair locally and individually, while ignoring implicit global clues available across different entity pairs and in the knowledge base, which often leads to conflicts among local predictions from different entity pairs. This paper proposes a joint inference framework that employs such global clues to resolve disagreements among local predictions. We exploit two kinds of clues to generate constraints which can capture the implicit type and cardinality requirements of a relation. Those constraints can be examined in either hard style or soft style, both of which can be effectively explored in an integer linear program formulation. Experimental results on both English and Chinese datasets show that our proposed framework can effectively utilize those two categories of global clues and resolve the disagreements among local predictions, thus improve various relation extractors when such clues are applicable to the datasets. Our experiments also indicate that the clues learnt automatically from existing knowledge bases perform comparably to or better than those refined by human.

📄 PDF Abstract BibTeX arXiv:1811.03796

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge Base ConstructionQuestion AnsweringRelationRelation Extraction

Similar Papers 제목 키워드 기반

Encoding Relation Requirements for Relation Extraction via Joint Inference

2014-06-01 · ACL 2014 6 · Li-Wei Chen, Yansong Feng, Songfang Huang, Yong Qin 외
RelationRelation Extraction

Neural Temporal Relation Extraction

2017-04-01 · EACL 2017 4 · Dmitriy Dligach, Timothy Miller, Chen Lin, Steven Bethard 외

We experiment with neural architectures for temporal relation extraction and establish a new state-of-the-art for several scenarios. We find that neural models with only tokens as input outperform state-of-the-art hand-e…

PositionRelationRelation ClassificationRelation Extraction+2

Pair-Based Joint Encoding with Relational Graph Convolutional Networks for Emotion-Cause Pair Extraction

2022-12-04 · Junlong Liu, Xichen Shang, Qianli Ma

Emotion-cause pair extraction (ECPE) aims to extract emotion clauses and corresponding cause clauses, which have recently received growing attention. Previous methods sequentially encode features with a specified order. …

Emotion-Cause Pair Extraction

Generate Triggers in Neural Relation Extraction

2021-09-29 · Liu Yujiang

In the relation extraction task, the relationship between two entities is determined by some specific words in their source text. These words are called relation triggers, which are the evidence to explain the relationsh…

DecoderRelationRelation ClassificationRelation Extraction

Bridging Text and Knowledge with Multi-Prototype Embedding for Few-Shot Relational Triple Extraction

2020-10-30 · COLING 2020 8 · Haiyang Yu, Ningyu Zhang, Shumin Deng, Hongbin Ye 외

Current supervised relational triple extraction approaches require huge amounts of labeled data and thus suffer from poor performance in few-shot settings. However, people can grasp new knowledge by learning a few instan…