paper-with-me

Papers

Ensemble Transfer Learning for Multilingual Coreference Resolution

2023-01-22 · Tuan Manh Lai, Heng Ji

Entity coreference resolution is an important research problem with many applications, including information extraction and question answering. Coreference resolution for English has been studied extensively. However, there is relatively little work for other languages. A problem that frequently occurs when working with a non-English language is the scarcity of annotated training data. To overcome this challenge, we design a simple but effective ensemble-based framework that combines various transfer learning (TL) techniques. We first train several models using different TL methods. Then, during inference, we compute the unweighted average scores of the models' predictions to extract the final set of predicted clusters. Furthermore, we also propose a low-cost TL method that bootstraps coreference resolution models by utilizing Wikipedia anchor texts. Leveraging the idea that the coreferential links naturally exist between anchor texts pointing to the same article, our method builds a sizeable distantly-supervised dataset for the target language that consists of tens of thousands of documents. We can pre-train a model on the pseudo-labeled dataset before finetuning it on the final target dataset. Experimental results on two benchmark datasets, OntoNotes and SemEval, confirm the effectiveness of our methods. Our best ensembles consistently outperform the baseline approach of simple training by up to 7.68% in the F1 score. These ensembles also achieve new state-of-the-art results for three languages: Arabic, Dutch, and Spanish.

📄 PDF Abstract BibTeX arXiv:2301.09175

Code (0)

등록된 구현이 없습니다.

Tasks

coreference-resolutionCoreference ResolutionQuestion AnsweringTransfer Learning

Similar Papers 제목 키워드 기반

Exploring Pre-Trained Transformers and Bilingual Transfer Learning for Arabic Coreference Resolution

2021-11-01 · CRAC (ACL) 2021 11 · Bonan Min

In this paper, we develop bilingual transfer learning approaches to improve Arabic coreference resolution by leveraging additional English annotation via bilingual or multilingual pre-trained transformers. We show that b…

coreference-resolutionCoreference ResolutionTransfer Learning

Exploring Multiple Strategies to Improve Multilingual Coreference Resolution in CorefUD

2024-08-29 · Ondřej Pražák, Miloslav Konopík, Pavel Král

Coreference resolution, the task of identifying expressions in text that refer to the same entity, is a critical component in various natural language processing applications. This paper presents a novel end-to-end neura…

coreference-resolutionCoreference ResolutionCross-Lingual Transfer

Coreference Resolution for Polish: Improvements within the CRAC 2022 Shared Task

2022-10-01 · CRAC (ACL) 2022 10 · Karol Saputa

The paper presents our system for coreference resolution in Polish. We compare the system with previous works for the Polish language as well as with the multilingual approach in the CRAC 2022 Shared Task on Multilingual…

coreference-resolutionCoreference Resolution

End-to-end Multilingual Coreference Resolution with Mention Head Prediction

2022-09-26 · CRAC (ACL) 2022 10 · Ondřej Pražák, Miloslav Konopík

This paper describes our approach to the CRAC 2022 Shared Task on Multilingual Coreference Resolution. Our model is based on a state-of-the-art end-to-end coreference resolution system. Apart from joined multilingual tra…

coreference-resolutionCoreference Resolution

Multilingual Coreference Resolution in Low-resource South Asian Languages

2024-02-21 · Ritwik Mishra, Pooja Desur, Rajiv Ratn Shah, Ponnurangam Kumaraguru

Coreference resolution involves the task of identifying text spans within a discourse that pertain to the same real-world entity. While this task has been extensively explored in the English language, there has been a no…

coreference-resolutionCoreference ResolutionWord Alignment