中文
相关论文

相关论文: Document-level Causal Relation Extraction with Kno…

200 篇论文

Current models for event causality identification (ECI) mainly adopt a supervised framework, which heavily rely on labeled data for training. Unfortunately, the scale of current annotated datasets is relatively limited, which cannot provide…

计算与语言 · 计算机科学 2021-06-04 Xinyu Zuo , Pengfei Cao , Yubo Chen , Kang Liu , Jun Zhao , Weihua Peng , Yuguang Chen

Human reading comprehension often requires reasoning of event semantic relations in narratives, represented by Event-centric Question-Answering (QA). To address event-centric QA, we propose a novel QA model with contrastive learning and…

计算与语言 · 计算机科学 2022-12-15 Junru Lu , Xingwei Tan , Gabriele Pergola , Lin Gui , Yulan He

Biomedical Event Extraction (BEE) is a challenging task that involves modeling complex relationships between fine-grained entities in biomedical text. BEE has traditionally been formulated as a classification problem. With recent…

计算与语言 · 计算机科学 2025-02-24 Haohan Yuan , Siu Cheung Hui , Haopeng Zhang

Event Temporal Relation Extraction (ETRE) aims to identify the temporal relationship between two events, which plays an important role in natural language understanding. Most previous works follow a single-label classification style,…

计算与语言 · 计算机科学 2024-08-15 Yutong Hu , Quzhe Huang , Yansong Feng

Data is published on the web over time in great volumes, but majority of the data is unstructured, making it hard to understand and difficult to interpret. Information Extraction (IE) methods obtain structured information from unstructured…

计算与语言 · 计算机科学 2021-11-11 Ali Balali , Masoud Asadpour , Seyed Hossein Jafari

Event extraction (EE) is an essential task of information extraction, which aims to extract structured event information from unstructured text. Most prior work focuses on extracting flat events while neglecting overlapped or nested ones. A…

计算与语言 · 计算机科学 2022-09-07 Hu Cao , Jingye Li , Fangfang Su , Fei Li , Hao Fei , Shengqiong Wu , Bobo Li , Liang Zhao , Donghong Ji

In search engines, query expansion (QE) is a crucial technique to improve search experience. Previous studies often rely on long-term search log mining, which leads to slow updates and is sub-optimal for time-sensitive news searches. In…

信息检索 · 计算机科学 2023-05-31 Yanan Zhang , Weijie Cui , Yangfan Zhang , Xiaoling Bai , Zhe Zhang , Jin Ma , Xiang Chen , Tianhua Zhou

Event Extraction (EE), aiming to identify and classify event triggers and arguments from event mentions, has benefited from pre-trained language models (PLMs). However, existing PLM-based methods ignore the information of trigger/argument…

计算与语言 · 计算机科学 2023-05-22 Xingyu Bai , Taiqiang Wu , Han Guo , Zhe Zhao , Xuefeng Yang , Jiayi Li , Weijie Liu , Qi Ju , Weigang Guo , Yujiu Yang

Implicit event argument extraction (EAE) aims to identify arguments that could scatter over the document. Most previous work focuses on learning the direct relations between arguments and the given trigger, while the implicit relations with…

计算与语言 · 计算机科学 2022-06-14 Jiaju Lin , Qin Chen , Jie Zhou , Jian Jin , Liang He

Relation extraction (RE) is a well-known NLP application often treated as a sentence- or document-level task. However, a handful of recent efforts explore it across documents or in the cross-document setting (CrossDocRE). This is distinct…

计算与语言 · 计算机科学 2024-06-19 Monika Jain , Raghava Mutharaju , Kuldeep Singh , Ramakanth Kavuluru

Generative document retrieval, an emerging paradigm in information retrieval, learns to build connections between documents and identifiers within a single model, garnering significant attention. However, there are still two challenges: (1)…

信息检索 · 计算机科学 2024-05-14 Yong Guan , Dingxiao Liu , Jinchen Ma , Hao Peng , Xiaozhi Wang , Lei Hou , Ru Li

Open relation extraction aims to cluster relation instances referring to the same underlying relation, which is a critical step for general relation extraction. Current OpenRE models are commonly trained on the datasets generated from…

计算与语言 · 计算机科学 2021-06-18 Fangchao Liu , Lingyong Yan , Hongyu Lin , Xianpei Han , Le Sun

Event Relation Extraction (ERE) aims to extract multiple kinds of relations among events in texts. However, existing methods singly categorize event relations as different classes, which are inadequately capturing the intrinsic semantics of…

计算与语言 · 计算机科学 2023-09-25 Zhilei Hu , Zixuan Li , Daozhu Xu , Long Bai , Cheng Jin , Xiaolong Jin , Jiafeng Guo , Xueqi Cheng

Event Temporal Relation Extraction (ETRE) is paramount but challenging. Within a discourse, event pairs are situated at different distances or the so-called proximity bands. The temporal ordering communicated about event pairs where at more…

计算与语言 · 计算机科学 2024-07-29 Hao-Ren Yao , Luke Breitfeller , Aakanksha Naik , Chunxiao Zhou , Carolyn Rose

Emotion cause extraction (ECE), the task aimed at extracting the potential causes behind certain emotions in text, has gained much attention in recent years due to its wide applications. However, it suffers from two shortcomings: 1) the…

计算与语言 · 计算机科学 2019-06-05 Rui Xia , Zixiang Ding

Document-level information extraction (IE) tasks have recently begun to be revisited in earnest using the end-to-end neural network techniques that have been successful on their sentence-level IE counterparts. Evaluation of the approaches,…

计算与语言 · 计算机科学 2022-09-16 Aliva Das , Xinya Du , Barry Wang , Kejian Shi , Jiayuan Gu , Thomas Porter , Claire Cardie

The problem of event extraction requires detecting the event trigger and extracting its corresponding arguments. Existing work in event argument extraction typically relies heavily on entity recognition as a preprocessing/concurrent step,…

计算与语言 · 计算机科学 2021-02-08 Xinya Du , Claire Cardie

Event co-occurrences have been proved effective for event extraction (EE) in previous studies, but have not been considered for event argument extraction (EAE) recently. In this paper, we try to fill this gap between EE research and EAE…

计算与语言 · 计算机科学 2023-06-02 Yuxin He , Jingyue Hu , Buzhou Tang

Multimodal relation extraction (MRE) is the task of identifying the semantic relationships between two entities based on the context of the sentence image pair. Existing retrieval-augmented approaches mainly focused on modeling the…

计算与语言 · 计算机科学 2023-05-26 Xuming Hu , Zhijiang Guo , Zhiyang Teng , Irwin King , Philip S. Yu

Document-level Event Causality Identification (DECI) aims to identify causal relations between event pairs in a document. It poses a great challenge of across-sentence reasoning without clear causal indicators. In this paper, we propose a…

计算与语言 · 计算机科学 2022-04-18 Meiqi Chen , Yixin Cao , Kunquan Deng , Mukai Li , Kun Wang , Jing Shao , Yan Zhang