paper-with-me

홈 › Papers

Graph-combined Coreference Resolution Methods on Conversational Machine Reading Comprehension with Pre-trained Language Model

2022-05-01 · dialdoc (ACL) 2022 5 · Zhaodong Wang, Kazunori Komatani

Coreference resolution such as for anaphora has been an essential challenge that is commonly found in conversational machine reading comprehension (CMRC). This task aims to determine the referential entity to which a pronoun refers on the basis of contextual information. Existing approaches based on pre-trained language models (PLMs) mainly rely on an end-to-end method, which still has limitations in clarifying referential dependency. In this study, a novel graph-based approach is proposed to integrate the coreference of given text into graph structures (called coreference graphs), which can pinpoint a pronoun’s referential entity. We propose two graph-combined methods, evidence-enhanced and the fusion model, for CMRC to integrate coreference graphs from different levels of the PLM architecture. Evidence-enhanced refers to textual level methods that include an evidence generator (for generating new text to elaborate a pronoun) and enhanced question (for rewriting a pronoun in a question) as PLM input. The fusion model is a structural level method that combines the PLM with a graph neural network. We evaluated these approaches on a CoQA pronoun-containing dataset and the whole CoQA dataset. The result showed that our methods can outperform baseline PLM methods with BERT and RoBERTa.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

coreference-resolutionCoreference ResolutionGraph Neural NetworkLanguage ModelingLanguage ModellingMachine Reading ComprehensionReading Comprehension

Similar Papers 제목 키워드 기반

GRAVL-BERT: Graphical Visual-Linguistic Representations for Multimodal Coreference Resolution

2022-10-01 · COLING 2022 10 · Danfeng Guo, Arpit Gupta, Sanchit Agarwal, Jiun-Yu Kao 외

Learning from multimodal data has become a popular research topic in recent years. Multimodal coreference resolution (MCR) is an important task in this area. MCR involves resolving the references across different modalit…

coreference-resolutionCoreference ResolutionVisual Grounding

Neural Coreference Resolution for Arabic

2020-10-31 · COLING (CRAC) 2020 12 · Abdulrahman Aloraini, Juntao Yu, Massimo Poesio

No neural coreference resolver for Arabic exists, in fact we are not aware of any learning-based coreference resolver for Arabic since (Bjorkelund and Kuhn, 2014). In this paper, we introduce a coreference resolution sys…

coreference-resolutionCoreference Resolution

Filling in the Gaps: Efficient Event Coreference Resolution using Graph Autoencoder Networks

2023-10-18 · Loic De Langhe, Orphée De Clercq, Veronique Hoste

We introduce a novel and efficient method for Event Coreference Resolution (ECR) applied to a lower-resourced language domain. By framing ECR as a graph reconstruction task, we are able to combine deep semantic embedding…

coreference-resolutionCoreference ResolutionEvent Coreference ResolutionGraph Reconstruction

CREAD: Combined Resolution of Ellipses and Anaphora in Dialogues

2021-05-20 · NAACL 2021 4 · Bo-Hsiang Tseng, Shruti Bhargava, Jiarui Lu, Joel Ruben Antony Moniz 외

Anaphora and ellipses are two common phenomena in dialogues. Without resolving referring expressions and information omission, dialogue systems may fail to generate consistent and coherent responses. Traditionally, anaph…

coreference-resolutionCoreference ResolutionDialogue Understanding

Dialogue Meaning Representation for Task-Oriented Dialogue Systems

2022-04-23 · Xiangkun Hu, Junqi Dai, Hang Yan, Yi Zhang 외

Dialogue meaning representation formulates natural language utterance semantics in their conversational context in an explicit and machine-readable form. Previous work typically follows the intent-slot framework, which i…

coreference-resolutionCoreference ResolutionNegationTask-Oriented Dialogue Systems