paper-with-me

Papers

xER: An Explainable Model for Entity Resolution using an Efficient Solution for the Clique Partitioning Problem

2021-06-01 · NAACL (TrustNLP) 2021 6 · Samhita Vadrevu, Rakesh Nagi, JinJun Xiong, Wen-mei Hwu

In this paper, we propose a global, self- explainable solution to solve a prominent NLP problem: Entity Resolution (ER). We formu- late ER as a graph partitioning problem. Every mention of a real-world entity is represented by a node in the graph, and the pairwise sim- ilarity scores between the mentions are used to associate these nodes to exactly one clique, which represents a real-world entity in the ER domain. In this paper, we use Clique Partition- ing Problem (CPP), which is an Integer Pro- gram (IP) to formulate ER as a graph partition- ing problem and then highlight the explainable nature of this method. Since CPP is NP-Hard, we introduce an efficient solution procedure, the xER algorithm, to solve CPP as a combi- nation of finding maximal cliques in the graph and then performing generalized set packing using a novel formulation. We discuss the advantages of using xER over the traditional methods and provide the computational exper- iments and results of applying this method to ER data sets.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Entity Resolutiongraph partitioning

Similar Papers 제목 키워드 기반

Collective Named Entity Disambiguation using Graph Ranking and Clique Partitioning Approaches

2014-08-01 · COLING 2014 8 · Ayman Alhelbawy, Robert Gaizauskas
Entity DisambiguationGraph RankingInformation Retrieval

Joint Sub-bands Learning with Clique Structures for Wavelet Domain Super-Resolution

2018-09-12 · NeurIPS 2018 12 · Zhisheng Zhong, Tiancheng Shen, Yibo Yang, Zhouchen Lin 외

Convolutional neural networks (CNNs) have recently achieved great success in single-image super-resolution (SISR). However, these methods tend to produce over-smoothed outputs and miss some textural details. To solve the…

Image Super-ResolutionSuper-Resolution

Guaranteed clustering and biclustering via semidefinite programming

2012-02-16 · Brendan P. W. Ames

Identifying clusters of similar objects in data plays a significant role in a wide range of applications. As a model problem for clustering, we consider the densest k-disjoint-clique problem, whose goal is to identify th…

Clustering

Constrained speaker linking

2014-03-26 · David A. van Leeuwen, Niko Brümmer

In this paper we study speaker linking (a.k.a.\ partitioning) given constraints of the distribution of speaker identities over speech recordings. Specifically, we show that the intractable partitioning problem becomes tr…

Speaker Recognition

Augmentative Message Passing for Traveling Salesman Problem and Graph Partitioning

2014-06-04 · NeurIPS 2014 12 · Siamak Ravanbakhsh, Reihaneh Rabbany, Russell Greiner

The cutting plane method is an augmentative constrained optimization procedure that is often used with continuous-domain optimization techniques such as linear and convex programs. We investigate the viability of a simil…

graph partitioningTraveling Salesman Problem