paper-with-me

Papers

Cross-Document Co-Reference Resolution using Sample-Based Clustering with Knowledge Enrichment

2015-01-01 · TACL 2015 1 · Sourav Dutta, Gerhard Weikum

Identifying and linking named entities across information sources is the basis of knowledge acquisition and at the heart of Web search, recommendations, and analytics. An important problem in this context is cross-document co-reference resolution (CCR): computing equivalence classes of textual mentions denoting the same entity, within and across documents. Prior methods employ ranking, clustering, or probabilistic graphical models using syntactic features and distant features from knowledge bases. However, these methods exhibit limitations regarding run-time and robustness. This paper presents the CROCS framework for unsupervised CCR, improving the state of the art in two ways. First, we extend the way knowledge bases are harnessed, by constructing a notion of semantic summaries for intra-document co-reference chains using co-occurring entity mentions belonging to different chains. Second, we reduce the computational cost by a new algorithm that embeds sample-based bisection, using spectral clustering or graph partitioning, in a hierarchical clustering process. This allows scaling up CCR to large corpora. Experiments with three datasets show significant gains in output quality, compared to the best prior methods, and the run-time efficiency of CROCS.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

ClusteringCoreference Resolutiongraph partitioningQuestion Answering

Methods 이 논문이 사용한 방법론

Spectral Clustering Spectral clustering has attracted increasing attention due to the promising ability in dealing with nonlinearly separable datasets [15], [16]. In spectral clustering, the…

Similar Papers 제목 키워드 기반

A Hierarchical Distance-dependent Bayesian Model for Event Coreference Resolution

2015-04-22 · TACL 2015 1 · Bishan Yang, Claire Cardie, Peter Frazier

We present a novel hierarchical distance-dependent Bayesian model for event coreference resolution. While existing generative models for event coreference resolution are completely unsupervised, our model allows for the …

Clusteringcoreference-resolutionCoreference ResolutionEvent Coreference Resolution+1

Semantic Centroids and Hierarchical Density-Based Clustering for Cross-Document Software Coreference Resolution

2026-03-25 · Julia Matela, Frank Krüger arxiv

This paper describes the system submitted to the SOMD 2026 Shared Task for Cross-Document Coreference Resolution (CDCR) of software mentions. Our approach addresses the challenge of identifying and clustering inconsisten…

Coreference Resolution

FKIE_itf_2021 at CASE 2021 Task 1: Using Small Densely Fully Connected Neural Nets for Event Detection and Clustering

2021-08-01 · ACL (CASE) 2021 8 · Nils Becker, Theresa Krumbiegel

In this paper we present multiple approaches for event detection on document and sentence level, as well as a technique for event sentence co-reference resolution. The advantage of our co-reference resolution approach, w…

ClusteringEvent DetectionSentenceSentence Embeddings+1

Event Coreference Resolution by Iteratively Unfolding Inter-dependencies among Events

2017-07-23 · EMNLP 2017 9 · Prafulla Kumar Choubey, Ruihong Huang

We introduce a novel iterative approach for event coreference resolution that gradually builds event clusters by exploiting inter-dependencies among event mentions within the same chain as well as across event chains. Am…

Clusteringcoreference-resolutionCoreference ResolutionEvent Coreference Resolution

Enhancing Cross-Document Event Coreference Resolution by Discourse Structure and Semantic Information

2024-06-23 · Qiang Gao, Bobo Li, Zixiang Meng, YunLong Li 외

Existing cross-document event coreference resolution models, which either compute mention similarity directly or enhance mention representation by extracting event arguments (such as location, time, agent, and patient), …

coreference-resolutionCoreference ResolutionEvent Coreference Resolution