paper-with-me

Papers

Improving Relation Extraction with Relational Paraphrase Sentences

2020-12-01 · COLING 2020 8 · Junjie Yu, Tong Zhu, Wenliang Chen, Wei zhang, Min Zhang

Supervised models for Relation Extraction (RE) typically require human-annotated training data. Due to the limited size, the human-annotated data is usually incapable of covering diverse relation expressions, which could limit the performance of RE. To increase the coverage of relation expressions, we may enlarge the labeled data by hiring annotators or applying Distant Supervision (DS). However, the human-annotated data is costly and non-scalable while the distantly supervised data contains many noises. In this paper, we propose an alternative approach to improve RE systems via enriching diverse expressions by relational paraphrase sentences. Based on an existing labeled data, we first automatically build a task-specific paraphrase data. Then, we propose a novel model to learn the information of diverse relation expressions. In our model, we try to capture this information on the paraphrases via a joint learning framework. Finally, we conduct experiments on a widely used dataset and the experimental results show that our approach is effective to improve the performance on relation extraction, even compared with a strong baseline.

📄 PDF Abstract BibTeX

Code (1)

jjyunlp/rep-re 공식 구현 pytorch

Tasks

RelationRelation Extraction

Similar Papers 제목 키워드 기반

POLY: Mining Relational Paraphrases from Multilingual Sentences

2016-11-01 · EMNLP 2016 11 · Adam Grycner, Gerhard Weikum
Natural Language InferenceQuestion Answering

Improving Recall of Large Language Models: A Model Collaboration Approach for Relational Triple Extraction

2024-04-15 · Zepeng Ding, Wenhao Huang, Jiaqing Liang, Deqing Yang 외

Relation triple extraction, which outputs a set of triples from long sentences, plays a vital role in knowledge acquisition. Large language models can accurately extract triples from simple sentences through few-shot lea…

Few-Shot Learning

Distributional semantics beyond words: Supervised learning of analogy and paraphrase

2013-10-18 · TACL 2013 1 · Peter D. Turney

There have been several efforts to extend distributional semantics beyond individual words, to measure the similarity of word pairs, phrases, and sentences (briefly, tuples; ordered sets of words, contiguous or noncontig…

Multiple-choiceTask 2

Incorporating Relation Paths in Neural Relation Extraction

2016-09-23 · EMNLP 2017 9 · Wenyuan Zeng, Yankai Lin, Zhiyuan Liu, Maosong Sun

Distantly supervised relation extraction has been widely used to find novel relational facts from plain text. To predict the relation between a pair of two target entities, existing methods solely rely on those direct se…

RelationRelation Extraction

An Auxiliary Classifier Generative Adversarial Framework for Relation Extraction

2019-09-06 · Yun Zhao

Relation extraction models suffer from limited qualified training data. Using human annotators to label sentences is too expensive and does not scale well especially when dealing with large datasets. In this paper, we us…

Data AugmentationRelationRelation Extraction