ASPEN: ASP-Based System for Collective Entity Resolution
Zhiliang Xiang, Meghyn Bienvenu, Gianluca Cima, Víctor Gutiérrez-Basulto, Yazmín Ibáñez-García
TL;DR
ASPEN presents an ASP-based implementation of the Lace framework for collective entity resolution, addressing practical challenges in computing external similarity facts and enabling both maximal and approximate solution reasoning. By translating Lace specifications into ASP and leveraging solver features (including asprin and xclingo), ASPEN can compute, compare, and explain multiple solution sets, including LT/UT approximations and proof trees for merges. Experimental results across diverse datasets demonstrate strong accuracy, particularly in multi-relational ER, while revealing trade-offs in preprocessing and solving times, and the impactful role of recursion and DCs. Overall, ASPEN advances explainable, recursive ER via declarative programming, with viable performance and clear directions for scalability and feature expansion.
Abstract
In this paper, we present ASPEN, an answer set programming (ASP) implementation of a recently proposed declarative framework for collective entity resolution (ER). While an ASP encoding had been previously suggested, several practical issues had been neglected, most notably, the question of how to efficiently compute the (externally defined) similarity facts that are used in rule bodies. This leads us to propose new variants of the encodings (including Datalog approximations) and show how to employ different functionalities of ASP solvers to compute (maximal) solutions, and (approximations of) the sets of possible and certain merges. A comprehensive experimental evaluation of ASPEN on real-world datasets shows that the approach is promising, achieving high accuracy in real-life ER scenarios. Our experiments also yield useful insights into the relative merits of different types of (approximate) ER solutions, the impact of recursion, and factors influencing performance.
