中文
相关论文

相关论文: Joint Entity and Relation Extraction with Set Pred…

200 篇论文

Conventional approaches to relation extraction usually require a fixed set of pre-defined relations. Such requirement is hard to meet in many real applications, especially when new data and relations are emerging incessantly and it is…

计算与语言 · 计算机科学 2019-03-27 Hong Wang , Wenhan Xiong , Mo Yu , Xiaoxiao Guo , Shiyu Chang , William Yang Wang

Distant Supervised Relation Extraction (DSRE) is usually formulated as a problem of classifying a bag of sentences that contain two query entities, into the predefined relation classes. Most existing methods consider those relation classes…

计算与语言 · 计算机科学 2019-12-16 Yanjie Gou , Yinjie Lei , Lingqiao Liu , Pingping Zhang , Xi Peng

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 accurately extracting…

计算与语言 · 计算机科学 2023-10-30 Pratik Saini , Samiran Pal , Tapas Nayak , Indrajit Bhattacharya

A plethora of approaches have been proposed for joint entity-relation (ER) extraction. Most of these methods largely depend on a large amount of manually annotated training data. However, manual data annotation is time consuming, labor…

计算与语言 · 计算机科学 2023-05-25 Trung Hoang Le , Huiping Cao , Tran Cao Son

Recent works in relation extraction (RE) have achieved promising benchmark accuracy; however, our adversarial attack experiments show that these works excessively rely on entities, making their generalization capability questionable. To…

计算与语言 · 计算机科学 2024-04-05 Dawei Li , William Hogan , Jingbo Shang

We present a joint model for entity-level relation extraction from documents. In contrast to other approaches - which focus on local intra-sentence mention pairs and thus require annotations on mention level - our model operates on entity…

计算与语言 · 计算机科学 2021-12-06 Markus Eberts , Adrian Ulges

This paper contributes a joint embedding model for predicting relations between a pair of entities in the scenario of relation inference. It differs from most stand-alone approaches which separately operate on either knowledge bases or free…

计算与语言 · 计算机科学 2015-07-08 Miao Fan , Kai Cao , Yifan He , Ralph Grishman

Entity and Relation Extraction (ERE) is an important task in information extraction. Recent marker-based pipeline models achieve state-of-the-art performance, but still suffer from the error propagation issue. Also, most of current ERE…

计算与语言 · 计算机科学 2023-10-27 Zhaohui Yan , Songlin Yang , Wei Liu , Kewei Tu

Recently, with the advances made in continuous representation of words (word embeddings) and deep neural architectures, many research works are published in the area of relation extraction and it is very difficult to keep track of so many…

计算与语言 · 计算机科学 2021-09-01 Tapas Nayak , Navonil Majumder , Pawan Goyal , Soujanya Poria

In this paper, we propose a new paradigm for the task of entity-relation extraction. We cast the task as a multi-turn question answering problem, i.e., the extraction of entities and relations is transformed to the task of identifying…

计算与语言 · 计算机科学 2019-09-05 Xiaoya Li , Fan Yin , Zijun Sun , Xiayu Li , Arianna Yuan , Duo Chai , Mingxin Zhou , Jiwei Li

The task of end-to-end relation extraction consists of two sub-tasks: i) identifying entity mentions along with their types and ii) recognizing semantic relations among the entity mention pairs. %Identifying entity mentions along with their…

人工智能 · 计算机科学 2017-12-05 Sachin Pawar , Pushpak Bhattacharya , Girish K. Palshikar

Extracting relational triples (subject, predicate, object) from text enables the transformation of unstructured text data into structured knowledge. The named entity recognition (NER) and the relation extraction (RE) are two foundational…

计算与语言 · 计算机科学 2023-08-23 Hongyin Zhu

Relational fact extraction aims to extract semantic triplets from unstructured text. In this work, we show that all of the relational fact extraction models can be organized according to a graph-oriented analytical perspective. An efficient…

计算与语言 · 计算机科学 2021-06-04 Fubang Zhao , Zhuoren Jiang , Yangyang Kang , Changlong Sun , Xiaozhong Liu

In natural language, often multiple entities appear in the same text. However, most previous works in Relation Extraction (RE) limit the scope to identifying the relation between two entities at a time. Such an approach induces a quadratic…

计算与语言 · 计算机科学 2020-10-13 Zhijing Jin , Yongyi Yang , Xipeng Qiu , Zheng Zhang

Dependency trees help relation extraction models capture long-range relations between words. However, existing dependency-based models either neglect crucial information (e.g., negation) by pruning the dependency trees too aggressively, or…

计算与语言 · 计算机科学 2018-09-28 Yuhao Zhang , Peng Qi , Christopher D. Manning

Named entity recognition (NER) is a widely studied task in natural language processing. Recently, a growing number of studies have focused on the nested NER. The span-based methods, considering the entity recognition as a span…

计算与语言 · 计算机科学 2021-06-22 Zeqi Tan , Yongliang Shen , Shuai Zhang , Weiming Lu , Yueting Zhuang

Past work in relation extraction mostly focuses on binary relation between entity pairs within single sentence. Recently, the NLP community has gained interest in relation extraction in entity pairs spanning multiple sentences. In this…

计算与语言 · 计算机科学 2019-01-15 Pankaj Gupta , Subburam Rajaram , Hinrich Schütze , Bernt Andrassy , Thomas Runkler

We present a novel graph-based neural network model for relation extraction. Our model treats multiple pairs in a sentence simultaneously and considers interactions among them. All the entities in a sentence are placed as nodes in a…

计算与语言 · 计算机科学 2020-03-16 Fenia Christopoulou , Makoto Miwa , Sophia Ananiadou

Solving math word problems requires deductive reasoning over the quantities in the text. Various recent research efforts mostly relied on sequence-to-sequence or sequence-to-tree models to generate mathematical expressions without…

计算与语言 · 计算机科学 2022-09-16 Zhanming Jie , Jierui Li , Wei Lu

Definition Extraction (DE) is one of the well-known topics in Information Extraction that aims to identify terms and their corresponding definitions in unstructured texts. This task can be formalized either as a sentence classification task…

计算与语言 · 计算机科学 2020-05-01 Amir Pouran Ben Veyseh , Franck Dernoncourt , Dejing Dou , Thien Huu Nguyen