Papers › Beyond Scale and Generation: Understanding Language Model-based Entity Matching

Beyond Scale and Generation: Understanding Language Model-based Entity Matching

27 Jul 2026arXiv:2607.24688added by Syntology

Zeyu Zhang, Xue Li, Iacer Calixto, Paul Groth, Sebastian Schelter

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

Entity matching identifies records that refer to the same real-world entity. Language models can be adapted to this task through bi-encoder, cross-encoder, and generative matcher architectures. However, prior studies often conflate matcher architecture with differences in model backbone, model variant(reflecting different pretraining objectives), and model size, making it difficult to isolate the sources of performance gains. We address this issue through a controlled factorial study spanning three matcher architectures, three model variants and three model sizes from the Qwen3 family, and nine datasets, totaling 1,215 fine-tuning runs. We also evaluate cross-dataset transferability and computational cost. Our results show that model variant is critical for bi-encoders: embedding-oriented variants provide stronger initialization and more favorable representation geometry predictive of downstream matching performance. Cross-encoders retain a consistent advantage over bi-encoders because they jointly encode record pairs rather than representing each record independently, although larger models partially narrow this gap. Generative matchers do not universally outperform cross-encoders. Instead, their advantages concentrate under distribution shift, including subtle unseen differences in record schemas and cross-dataset transfer. We further find that larger models rely more heavily on shortcut learning and therefore do not necessarily perform better. These findings clarify the factors underlying performance differences across matcher architectures and motivate future research and benchmark designs that better disentangle architectural choices from model-level factors while explicitly evaluating distribution shift and cross-dataset transferability. We release our experimental results, code, training scripts, and evaluation data at https://github.com/Jantory/llm-trained-matcher.

PaperPDFCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2607.24688")

Code

Syntology Ran 11 of 13 code samples harvested from 1 repository linked to this paper; 2 have no recorded run. Of those that ran: 11 ran with no contract checked.

By repository: found in paper text by Syntology: 13 samples from 1 repository, 11 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

Jantory/llm-trained-matcher found in paper text by Syntology report

Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

13 samples harvested; 11 ran; 0 honoured the contract we drafted; 2 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

11ran
2unverified

Licence: 13 of the 13 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from Jantory/llm-trained-matcher. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

compute_binary_metrics Jantory/llm-trained-matcher/utils/metrics.py found in paper text by Syntology ran no licence file found · pointer only · bb685d5ebc18acf7 · report
compute_ranking_metrics Jantory/llm-trained-matcher/utils/metrics.py found in paper text by Syntology ran no licence file found · pointer only · 85e1138298b8df70 · report
contrastive_loss Jantory/llm-trained-matcher/utils/models.py found in paper text by Syntology ran no licence file found · pointer only · f5b6bd9807a07466 · report
find_batch_size Jantory/llm-trained-matcher/profile_oracle.py found in paper text by Syntology ran no licence file found · pointer only · 9716ee86d49aae16 · report
find_batch_size Jantory/llm-trained-matcher/profile_throughput.py found in paper text by Syntology ran no licence file found · pointer only · c330d5617184571e · report
find_best_threshold Jantory/llm-trained-matcher/utils/metrics.py found in paper text by Syntology ran no licence file found · pointer only · 3bc05ccd3f730a71 · report
last_token_pool Jantory/llm-trained-matcher/probe_geometry.py found in paper text by Syntology ran no licence file found · pointer only · f92d0a29632c86a4 · report
load_serialized_table Jantory/llm-trained-matcher/probe_geometry.py found in paper text by Syntology ran no licence file found · pointer only · 718a0a00ec45efbc · report
load_test_pairs Jantory/llm-trained-matcher/probe_geometry.py found in paper text by Syntology ran no licence file found · pointer only · 8ccb5f6d018385e3 · report
mean_pool Jantory/llm-trained-matcher/profile_throughput.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · c727d0ba64315108 · report
replicate_batch Jantory/llm-trained-matcher/profile_oracle.py found in paper text by Syntology ran no licence file found · pointer only · 8a903e60dab6116b · report
load_tokenizer Jantory/llm-trained-matcher/run_cross_dataset.py found in paper text by Syntology unverified no licence file found · pointer only · b539874a305789f6 · report
time_paradigm Jantory/llm-trained-matcher/profile_oracle.py found in paper text by Syntology unverified no licence file found · pointer only · 7995cc216ab4a05f · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2607.24688, was issued in July 2026, after that date, so the archive has no leaderboard rows for it.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections