paper-with-me

Papers

LinkTransformer: A Unified Package for Record Linkage with Transformer Language Models

2023-09-02 · Abhishek Arora, Melissa Dell

Linking information across sources is fundamental to a variety of analyses in social science, business, and government. While large language models (LLMs) offer enormous promise for improving record linkage in noisy datasets, in many domains approximate string matching packages in popular softwares such as R and Stata remain predominant. These packages have clean, simple interfaces and can be easily extended to a diversity of languages. Our open-source package LinkTransformer aims to extend the familiarity and ease-of-use of popular string matching methods to deep learning. It is a general purpose package for record linkage with transformer LLMs that treats record linkage as a text retrieval problem. At its core is an off-the-shelf toolkit for applying transformer models to record linkage with four lines of code. LinkTransformer contains a rich repository of pre-trained transformer semantic similarity models for multiple languages and supports easy integration of any transformer language model from Hugging Face or OpenAI. It supports standard functionality such as blocking and linking on multiple noisy fields. LinkTransformer APIs also perform other common text data processing tasks, e.g., aggregation, noisy de-duplication, and translation-free cross-lingual linkage. Importantly, LinkTransformer also contains comprehensive tools for efficient model tuning, to facilitate different levels of customization when off-the-shelf models do not provide the required accuracy. Finally, to promote reusability, reproducibility, and extensibility, LinkTransformer makes it easy for users to contribute their custom-trained models to its model hub. By combining transformer language models with intuitive APIs that will be familiar to many users of popular string matching packages, LinkTransformer aims to democratize the benefits of LLMs among those who may be less familiar with deep learning frameworks.

📄 PDF Abstract BibTeX arXiv:2309.00789

Code (1)

dell-research-harvard/linktransformer 공식 구현 pytorch

Tasks

BlockingLanguage ModellingSemantic SimilaritySemantic Textual SimilarityText Retrieval

Similar Papers 제목 키워드 기반

Leveraging Language Models for Automated Patient Record Linkage

2025-04-21 · Mohammad Beheshti, Lovedeep Gondara, Iris Zachary

Objective: Healthcare data fragmentation presents a major challenge for linking patient data, necessitating robust record linkage to integrate patient records from diverse sources. This study investigates the feasibility…

BlockingData IntegrationSentence Embeddings

mdendro: An R package for extended agglomerative hierarchical clustering

2023-09-23 · Alberto Fernández, Sergio Gómez

"mdendro" is an R package that provides a comprehensive collection of linkage methods for agglomerative hierarchical clustering on a matrix of proximity data (distances or similarities), returning a multifurcated dendrog…

ClusteringDescriptive

Leveraging Large Language Models for Generating Labeled Mineral Site Record Linkage Data

2024-11-17 · Jiyoon Pyo, Yao-Yi Chiang

Record linkage integrates diverse data sources by identifying records that refer to the same entity. In the context of mineral site records, accurate record linkage is crucial for identifying and mapping mineral deposits…

A Fuzzy Approach to Record Linkages

2024-02-05 · Pratik K. Biswas

Record Linkage is the process of identifying and unifying records from various independent data sources. Existing strategies, which can be either deterministic or probabilistic, often fail to link records satisfactorily …

Performance Bounds for Graphical Record Linkage

2017-03-08 · Rebecca C. Steorts, Matt Barnes, Willie Neiswanger

Record linkage involves merging records in large, noisy databases to remove duplicate entities. It has become an important area because of its widespread occurrence in bibliometrics, public health, official statistics pr…

Clustering