paper-with-me

Papers

TDEER: An Efficient Translating Decoding Schema for Joint Extraction of Entities and Relations

2021-11-01 · EMNLP 2021 11 · Xianming Li, Xiaotian Luo, Chenghao Dong, Daichuan Yang, Beidi Luan, Zhen He

Joint extraction of entities and relations from unstructured texts to form factual triples is a fundamental task of constructing a Knowledge Base (KB). A common method is to decode triples by predicting entity pairs to obtain the corresponding relation. However, it is still challenging to handle this task efficiently, especially for the overlapping triple problem. To address such a problem, this paper proposes a novel efficient entities and relations extraction model called TDEER, which stands for Translating Decoding Schema for Joint Extraction of Entities and Relations. Unlike the common approaches, the proposed translating decoding schema regards the relation as a translating operation from subject to objects, i.e., TDEER decodes triples as subject + relation \rightarrow objects. TDEER can naturally handle the overlapping triple problem, because the translating decoding schema can recognize all possible triples, including overlapping and non-overlapping triples. To enhance model robustness, we introduce negative samples to alleviate error accumulation at different stages. Extensive experiments on public datasets demonstrate that TDEER produces competitive results compared with the state-of-the-art (SOTA) baselines. Furthermore, the computation complexity analysis indicates that TDEER is more efficient than powerful baselines. Especially, the proposed TDEER is 2 times faster than the recent SOTA models. The code is available at https://github.com/4AI/TDEER.

📄 PDF Abstract BibTeX

Code (1)

4ai/tdeer 공식 구현 tf

Tasks

Joint Entity and Relation ExtractionRelationRelation Extraction

Similar Papers 제목 키워드 기반

PARSE: LLM Driven Schema Optimization for Reliable Entity Extraction

2025-10-08 · Anubhav Shrimal, Aryan Jain, Soumyajit Chowdhury, Promod Yenigalla arxiv

Structured information extraction from unstructured text is critical for emerging Software 3.0 systems where LLM agents autonomously interact with APIs and tools. Recent approaches apply large language models directly to…

Natural Language UnderstandingReinforcement LearningInformation ExtractionCode Generation

Adaptive Schema-aware Event Extraction with Retrieval-Augmented Generation

2025-05-13 · Sheng Liang, Hang Lv, Zhihao Wen, Yaxiong Wu 외

Event extraction (EE) is a fundamental task in natural language processing (NLP) that involves identifying and extracting event information from unstructured text. Effective EE in real-world scenarios requires two key st…

Event ExtractionHallucinationRetrievalRetrieval-augmented Generation

T5-SR: A Unified Seq-to-Seq Decoding Strategy for Semantic Parsing

2023-06-14 · Yuntao Li, Zhenpeng Su, Yutian Li, Hanchu Zhang 외

Translating natural language queries into SQLs in a seq2seq manner has attracted much attention recently. However, compared with abstract-syntactic-tree-based SQL generation, seq2seq semantic parsers face much more chall…

Natural Language QueriesRerankingSemantic ParsingText-To-SQL

Open-Domain Hierarchical Event Schema Induction by Incremental Prompting and Verification

2023-07-05 · Sha Li, Ruining Zhao, Manling Li, Heng Ji 외

Event schemas are a form of world knowledge about the typical progression of events. Recent methods for event schema induction use information extraction systems to construct a large number of event graph instances from …

Event ExpansionWorld Knowledge

Integrating Local Context and Global Cohesiveness for Open Information Extraction

2018-04-26 · Qi Zhu, Xiang Ren, Jingbo Shang, Yu Zhang 외

Extracting entities and their relations from text is an important task for understanding massive text corpora. Open information extraction (IE) systems mine relation tuples (i.e., entity arguments and a predicate string …

Open Information ExtractionRelationSentence