Labeling Training Data for Entity Matching Using Large Language Models

9d ago · Global · primary source: export.arxiv.org

New research investigates whether large language models can label training data for entity matching, a step that could reduce the manual effort required to build custom matching systems [1]. Entity matching — determining whether two records refer to the same real-world entity — is a core task in natural language processing (NLP) and data integration [3][4]. Traditional approaches rely on machine learning models or small language models (SLMs) such as RoBERTa, which require task-specific training data to perform well [1]. Recent large language models (LLMs) can handle entity matching without that data, but applying them to large candidate sets is slow and expensive [1]. A paper submitted to arXiv on 27 June 2026 examines knowledge-distillation workflows in which an LLM acts as a teacher, labeling training pairs that are then used to train a smaller student model [1]. The authors tested the approach across five standard benchmarks: Abt-Buy, Walmart-Amazon, WDC Products, DBLP-ACM, and DBLP-Scholar [1]. Language model benchmarks are standardized tests that provide datasets and evaluation metrics to compare model performance on tasks such as text classification and reasoning [2]. The experiments found that student models trained on machine-labeled data performed roughly on par with those trained on the original benchmark training sets; differences in either direction stayed below two F1 points [1]. Using GPT-5.2 to label the training sets for all five benchmarks cost between US$28.31 and US$40.88, while manually labeling the same sets was estimated to require 470 hours of work [1]. At inference time, the entity-matching tool Ditto proved 41.5 to 534 times faster than using an LLM directly [1]. The work sits within a broader push to make machine learning more accessible. Platforms such as Hugging Face Spaces now allow researchers to share interactive demos alongside arXiv papers, letting users test models without writing code [7][8]. The integration, launched in collaboration with arXiv, has hosted over 12,000 open-source demos since October 2021 [7]. Meanwhile, the cost of training large models has drawn industry attention: Chinese firm DeepSeek reported training its V3 model for US$6 million, far below the reported US$100 million cost of OpenAI’s GPT-4 in 2023 [10]. The paper’s findings suggest that combining LLMs with a suitable pair-selection method can substantially reduce or eliminate the manual labeling effort for entity-matching training data [1].

research-paperbenchmarkinfrastructuremodel-release

Background sources we checked (10)
  • en.wikipedia.org ↗ A language model benchmark is a standardized test designed to evaluate the performance of language models on various natural language processing tasks. These tests are intended for comparing different models' capabilities in areas such as language understanding, generation, and r…
  • en.wikipedia.org ↗ Natural language processing (NLP) is the processing of natural language information by a computer. NLP is a subfield of computer science and is closely associated with artificial intelligence. NLP is also related to information retrieval, knowledge representation, computational l…
  • en.wikipedia.org ↗ In natural language processing, entity linking, also referred to as named-entity disambiguation (NED), named-entity recognition and disambiguation (NERD), named-entity normalization (NEN), or concept recognition, is the task of assigning a unique identity to entities (such as fa…
  • en.wikipedia.org ↗ The following outline is provided as an overview of, and topical guide to, machine learning: Machine learning (ML) is a subfield of artificial intelligence within computer science that evolved from the study of pattern recognition and computational learning theory. In 1959, Arthu…
  • en.wikipedia.org ↗ This is a list of datasets for machine learning research. It is part of the list of datasets for machine-learning research. These datasets consist primarily of images or videos for tasks such as object detection, facial recognition, and multi-label classification.…
  • huggingface.co ↗ Hugging Face Machine Learning Demos on arXiv ... # Hugging Face Machine Learning Demos on arXiv ... We’re very excited to announce that Hugging Face has collaborated with arXiv to make papers more accessible, discoverable, and fun! Starting today, Hugging Face Spaces is integrate…
  • info.arxiv.org ↗ ## Hugging Face Spaces ... Hugging Face code repositories, About Hugging Face ... Collaborators: Abubakar Abid, Omar Sanseviero, Ahsen Khaliq, and the Hugging Face team ... Hugging Face Spaces includes links to demos created by the community or the authors themselves. By going to…
  • huggingface.co ↗ How to Add a Space to ArXiv · Hugging Face ... # How to Add a Space to ArXiv ... Demos on Hugging Face Spaces allow a wide audience to try out state-of-the-art machine learning research without writing any code. Hugging Face and ArXiv have collaborated to embed these demos direct…
  • en.wikipedia.org ↗ Hangzhou DeepSeek Artificial Intelligence Basic Technology Research Co., Ltd., doing business as DeepSeek, is a Chinese artificial intelligence (AI) company that develops large language models (LLMs). Based in Hangzhou, Zhejiang, DeepSeek is owned and funded by High-Flyer, a Chin…
  • en.wikipedia.org ↗ Douwe Kiela is a Dutch-American research scientist and entrepreneur working in the field of artificial intelligence with a focus on machine learning and natural language processing. He is a research scientist director at Google DeepMind. He previously co-founded and served as CEO…

Sources

Spot something wrong? Report an issue