Unsupervised Matching of Data and Text
Naser Ahmadi, Hansjorg Sand, Paolo Papotti

TL;DR
This paper presents an unsupervised framework for matching textual content with structured data, leveraging graph-based representations and embeddings to improve accuracy and efficiency across various granularities.
Contribution
It introduces a novel unsupervised method that constructs fine-grained graphs and derives embeddings for matching text and structured data, outperforming existing approaches.
Findings
Outperforms word embeddings and language models in matching quality.
Achieves faster execution times compared to baseline methods.
Effectively handles domain-specific vocabularies in matching tasks.
Abstract
Entity resolution is a widely studied problem with several proposals to match records across relations. Matching textual content is a widespread task in many applications, such as question answering and search. While recent methods achieve promising results for these two tasks, there is no clear solution for the more general problem of matching textual content and structured data. We introduce a framework that supports this new task in an unsupervised setting for any pair of corpora, being relational tables or text documents. Our method builds a fine-grained graph over the content of the corpora and derives word embeddings to represent the objects to match in a low dimensional space. The learned representation enables effective and efficient matching at different granularity, from relational tuples to text sentences and paragraphs. Our flexible framework can exploit pre-trained…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Data Quality and Management · Natural Language Processing Techniques
