paper-with-me

홈 › Papers

Coreference Resolution System for Indonesian Text with Mention Pair Method and Singleton Exclusion using Convolutional Neural Network

2020-09-11 · Turfa Auliarachman, Ayu Purwarianti

Neural network has shown promising performance on coreference resolution systems that uses mention pair method. With deep neural network, it can learn hidden and deep relations between two mentions. However, there is no work on coreference resolution for Indonesian text that uses this learning technique. The state-of-the-art system for Indonesian text only states the use of lexical and syntactic features can improve the existing coreference resolution system. In this paper, we propose a new coreference resolution system for Indonesian text with mention pair method that uses deep neural network to learn the relations of the two mentions. In addition to lexical and syntactic features, in order to learn the representation of the mentions words and context, we use word embeddings and feed them to Convolutional Neural Network (CNN). Furthermore, we do singleton exclusion using singleton classifier component to prevent singleton mentions entering any entity clusters at the end. Achieving 67.37% without singleton exclusion, 63.27% with trained singleton classifier, and 75.95% with gold singleton classifier on CoNLL average F1 score, our proposed system outperforms the state-of-the-art system.

📄 PDF Abstract BibTeX arXiv:2009.05675

Code (1)

tugas-akhir-nlp/indonesian-coreference-resolution-cnn 공식 구현 tf

Tasks

coreference-resolutionCoreference ResolutionWord Embeddings

Similar Papers 제목 키워드 기반

A Multi-Pass Sieve Coreference Resolution for Indonesian

2021-09-01 · RANLP 2021 9 · Valentina Kania Prameswara Artari, Rahmad Mahendra, Meganingrum Arista Jiwanggi, Adityo Anggraito 외

Coreference resolution is an NLP task to find out whether the set of referring expressions belong to the same concept in discourse. A multi-pass sieve is a deterministic coreference model that implements several layers o…

coreference-resolutionCoreference Resolution

Cross-document Coreference Resolution over Predicted Mentions

2021-06-02 · Findings (ACL) 2021 8 · Arie Cattan, Alon Eirew, Gabriel Stanovsky, Mandar Joshi 외

Coreference resolution has been mostly investigated within a single document scope, showing impressive progress in recent years based on end-to-end models. However, the more challenging task of cross-document (CD) corefe…

coreference-resolutionCoreference ResolutionCross Document Coreference Resolution

Neural Coreference Resolution with Deep Biaffine Attention by Joint Mention Detection and Mention Clustering

2018-05-13 · ACL 2018 7 · Rui Zhang, Cicero Nogueira dos santos, Michihiro Yasunaga, Bing Xiang 외

Coreference resolution aims to identify in a text all mentions that refer to the same real-world entity. The state-of-the-art end-to-end neural coreference model considers all text spans in a document as potential mentio…

Clusteringcoreference-resolutionCoreference Resolution

Towards Harnessing Memory Networks for Coreference Resolution

2017-08-01 · WS 2017 8 · Joe Cheri, Pushpak Bhattacharyya

Coreference resolution task demands comprehending a discourse, especially for anaphoric mentions which require semantic information for resolving antecedents. We investigate into how memory networks can be helpful for co…

coreference-resolutionCoreference ResolutionQuestion AnsweringRepresentation Learning

Hybrid Rule-Neural Coreference Resolution System based on Actor-Critic Learning

2022-12-20 · Yu Wang, Hongxia Jin

A coreference resolution system is to cluster all mentions that refer to the same entity in a given context. All coreference resolution systems need to tackle two main tasks: one task is to detect all of the potential me…

Allcoreference-resolutionCoreference Resolution