中文
相关论文

相关论文: A Walk-based Model on Entity Graphs for Relation E…

200 篇论文

Events describe the state changes of entities. In a document, multiple events are connected by various relations (e.g., Coreference, Temporal, Causal, and Subevent). Therefore, obtaining the connections between events through Event-Event…

计算与语言 · 计算机科学 2024-03-20 Haochen Li , Di Geng

In the last twenty years network science has proven its strength in modelling many real-world interacting systems as generic agents, the nodes, connected by pairwise edges. Yet, in many relevant cases, interactions are not pairwise but…

物理与社会 · 物理学 2020-02-26 Timoteo Carletti , Federico Battiston , Giulia Cencetti , Duccio Fanelli

The performance of relation extraction models has increased considerably with the rise of neural networks. However, a key issue of neural relation extraction is robustness: the models do not scale well to long sentences with multiple…

计算与语言 · 计算机科学 2021-04-23 Heike Adel , Jannik Strötgen

Previous models for learning entity and relationship embeddings of knowledge graphs such as TransE, TransH, and TransR aim to explore new links based on learned representations. However, these models interpret relationships as simple…

机器学习 · 计算机科学 2018-04-02 Feipeng Zhao , Martin Renqiang Min , Chen Shen , Amit Chakraborty

In this paper, we present a novel method named RECON, that automatically identifies relations in a sentence (sentential relation extraction) and aligns to a knowledge graph (KG). RECON uses a graph neural network to learn representations of…

A key challenge in entity linking is making effective use of contextual information to disambiguate mentions that might refer to different entities in different contexts. We present a model that uses convolutional neural networks to capture…

计算与语言 · 计算机科学 2016-04-05 Matthew Francis-Landau , Greg Durrett , Dan Klein

Network models have been widely used to study diverse systems and analyze their dynamic behaviors. Given the structural variability of networks, an intriguing question arises: Can we infer the type of system represented by a network based…

社会与信息网络 · 计算机科学 2025-05-29 Gonzalo Travieso , Joao Merenda , Odemir M. Bruno

Relation extraction is an important but challenging task that aims to extract all hidden relational facts from the text. With the development of deep language models, relation extraction methods have achieved good performance on various…

计算与语言 · 计算机科学 2022-08-17 Sheng Zhang , Patrick Ng , Zhiguo Wang , Bing Xiang

Relation extraction (RE) involves identifying the relations between entities from underlying content. RE serves as the foundation for many natural language processing (NLP) and information retrieval applications, such as knowledge graph…

计算与语言 · 计算机科学 2024-06-25 Xiaoyan Zhao , Yang Deng , Min Yang , Lingzhi Wang , Rui Zhang , Hong Cheng , Wai Lam , Ying Shen , Ruifeng Xu

Document-level Relation Extraction (DocRE) involves identifying relations between entities across multiple sentences in a document. Evidence sentences, crucial for precise entity pair relationships identification, enhance focus on essential…

计算与语言 · 计算机科学 2025-04-10 Khai Phan Tran , Xue Li

Most work in relation extraction forms a prediction by looking at a short span of text within a single sentence containing a single entity pair mention. However, many relation types, particularly in biomedical text, are expressed across…

计算与语言 · 计算机科学 2017-11-17 Patrick Verga , Emma Strubell , Ofer Shai , Andrew McCallum

Entity-relation extraction aims to jointly solve named entity recognition (NER) and relation extraction (RE). Recent approaches use either one-way sequential information propagation in a pipeline manner or two-way implicit interaction with…

计算与语言 · 计算机科学 2022-02-16 An Wang , Ao Liu , Hieu Hanh Le , Haruo Yokota

Extracting entity pairs along with relation types from unstructured texts is a fundamental subtask of information extraction. Most existing joint models rely on fine-grained labeling scheme or focus on shared embedding parameters. These…

人工智能 · 计算机科学 2020-10-16 Bin-Bin Zhao , Liang Li , Hui-Dong Zhang

Events and entities are closely related; entities are often actors or participants in events and events without entities are uncommon. The interpretation of events and entities is highly contextually dependent. Existing work in information…

计算与语言 · 计算机科学 2016-09-14 Bishan Yang , Tom Mitchell

Knowledge bases of entities and relations (either constructed manually or automatically) are behind many real world search engines, including those at Yahoo!, Microsoft, and Google. Those knowledge bases can be viewed as graphs with nodes…

数据库 · 计算机科学 2011-12-01 Lujun Fang , Anish Das Sarma , Cong Yu , Philip Bohannon

Knowledge graphs are widely used as a typical resource to provide answers to factoid questions. In simple question answering over knowledge graphs, relation extraction aims to predict the relation of a factoid question from a set of…

计算与语言 · 计算机科学 2020-07-07 Amin Abolghasemi , Saeedeh Momtazi

Detection and disambiguation of all entities in text is a crucial task for a wide range of applications. The typical formulation of the problem involves two stages: detect mention boundaries and link all mentions to a knowledge base. For a…

信息检索 · 计算机科学 2022-09-14 Christina Du , Kashyap Popat , Louis Martin , Fabio Petroni

Graph-structured data arise naturally in many different application domains. By representing data as graphs, we can capture entities (i.e., nodes) as well as their relationships (i.e., edges) with each other. Many useful insights can be…

人工智能 · 计算机科学 2018-07-24 John Boaz Lee , Ryan A. Rossi , Sungchul Kim , Nesreen K. Ahmed , Eunyee Koh

As a crucial step in extractive document summarization, learning cross-sentence relations has been explored by a plethora of approaches. An intuitive way is to put them in the graph-based neural network, which has a more complex structure…

计算与语言 · 计算机科学 2020-04-28 Danqing Wang , Pengfei Liu , Yining Zheng , Xipeng Qiu , Xuanjing Huang

We introduce a general framework for several information extraction tasks that share span representations using dynamically constructed span graphs. The graphs are constructed by selecting the most confident entity spans and linking these…

计算与语言 · 计算机科学 2019-04-09 Yi Luan , Dave Wadden , Luheng He , Amy Shah , Mari Ostendorf , Hannaneh Hajishirzi