paper-with-me

홈 › Papers

Relational Triple Extraction: One Step is Enough

2022-05-11 · Yu-Ming Shang, Heyan Huang, Xin Sun, Wei Wei, Xian-Ling Mao

Extracting relational triples from unstructured text is an essential task in natural language processing and knowledge graph construction. Existing approaches usually contain two fundamental steps: (1) finding the boundary positions of head and tail entities; (2) concatenating specific tokens to form triples. However, nearly all previous methods suffer from the problem of error accumulation, i.e., the boundary recognition error of each entity in step (1) will be accumulated into the final combined triples. To solve the problem, in this paper, we introduce a fresh perspective to revisit the triple extraction task, and propose a simple but effective model, named DirectRel. Specifically, the proposed model first generates candidate entities through enumerating token sequences in a sentence, and then transforms the triple extraction task into a linking problem on a "head $\rightarrow$ tail" bipartite graph. By doing so, all triples can be directly extracted in only one step. Extensive experimental results on two widely used datasets demonstrate that the proposed model performs better than the state-of-the-art baselines.

📄 PDF Abstract BibTeX arXiv:2205.05270

Code (0)

등록된 구현이 없습니다.

Tasks

graph constructionSentence

Similar Papers 제목 키워드 기반

Query-based Instance Discrimination Network for Relational Triple Extraction

2022-11-03 · Zeqi Tan, Yongliang Shen, Xuming Hu, Wenqi Zhang 외

Joint entity and relation extraction has been a core task in the field of information extraction. Recent approaches usually consider the extraction of relational triples from a stereoscopic perspective, either learning a…

Contrastive LearningJoint Entity and Relation ExtractionRelationRelation 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…

90% F1 Score in Relational Triple Extraction: Is it Real ?

2023-02-20 · Pratik Saini, Samiran Pal, Tapas Nayak, Indrajit Bhattacharya

Extracting relational triples from text is a crucial task for constructing knowledge bases. Recent advancements in joint entity and relation extraction models have demonstrated remarkable F1 scores ($\ge 90\%$) in accura…

Joint Entity and Relation ExtractionRelationRelation ExtractionVocal Bursts Valence Prediction

A Novel Global Feature-Oriented Relational Triple Extraction Model based on Table Filling

2021-09-14 · EMNLP 2021 11 · Feiliang Ren, Longhui Zhang, Shujuan Yin, Xiaofeng Zhao 외

Table filling based relational triple extraction methods are attracting growing research interests due to their promising performance and their abilities on extracting triples from complex sentences. However, this kind o…

Relation

StereoRel: Relational Triple Extraction from a Stereoscopic Perspective

2021-08-01 · ACL 2021 5 · Xuetao Tian, Liping Jing, Lu He, Feng Liu

Relational triple extraction is critical to understanding massive text corpora and constructing large-scale knowledge graph, which has attracted increasing research interest. However, existing studies still face some cha…