Papers › Do LLM Recommenders Know When They're Hallucinating? Auditing Confidence Calibration...

Do LLM Recommenders Know When They're Hallucinating? Auditing Confidence Calibration in Catalog Faithfulness

7 Aug 2026arXiv:2608.10008added by Syntology

Srijith Ravikumar

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

LLM recommenders for top-K item suggestion regularly emit titles outside the target catalog. Prior audits report a binary out-of-domain rate; none ask whether the model knew. We jointly audit hallucination rate (OOD@10) and verbalized-confidence calibration (ECE, Brier, reliability) for four zero-shot LLM recommenders from four independent vendors (Mistral Large, Llama-3.3-70B, GPT-OSS-120B, Claude Sonnet 4.6), not grounded or fine-tuned systems, across three catalogs (MovieLens-25M, Amazon Reviews 2023 Toys, Yelp Open Dataset), stratified by item popularity. Measuring catalog membership is itself the hard part: on identical outputs the reported rate moves by an order of magnitude with the string matcher used, and F1 cannot separate the candidates. We validate the instrument against 201 human judgments and select on net bias, where the adopted one is off by -0.040 against +0.144 for the common fuzzy rule. Hallucination is then strongly catalog-dependent (0.6-2.7% on MovieLens, 11.6-38.7% on Yelp, 49.3-61.0% on Amazon Toys). Each model holds a near-constant confidence level barely responsive to the catalog, while the catalog-hit rate swings 60 points, so the sign of the error is set by where a model's constant lands against a catalog's accuracy: 7 of the twelve cells are under-confident and 5 over-confident, all four under-confident on MovieLens, all four over-confident on Amazon Toys. We read this as an elicitation mismatch: "Just Ask" elicits a generic quality rating, not a catalog-membership probability. A conformal abstention threshold over verbalized confidence changes hallucination by at most 1.65 pp across four alpha levels, because the channel cannot separate correct items from hallucinations. We recommend that audits report calibration alongside OOD, validate the matcher producing the OOD number, and use catalog-anchored elicitation.

PaperPDFCode Syntology ran

In Syntology 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="2608.10008")

Code

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

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

rsrijith/cikm26-catalog-faithfulness 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; 12 ran; 0 honoured the contract we drafted; 1 has no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

12ran
1unverified

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 rsrijith/cikm26-catalog-faithfulness. “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.

assign_popularity_quartile rsrijith/cikm26-catalog-faithfulness/code/utils.py found in paper text by Syntology ran licence not identified · pointer only · 0258c93781373449 · report
build_user rsrijith/cikm26-catalog-faithfulness/code/llm_matcher.py found in paper text by Syntology ran licence not identified · pointer only · 118dd165f4b0636d · report
cands rsrijith/cikm26-catalog-faithfulness/code/build_round2_scored.py found in paper text by Syntology ran licence not identified · pointer only · 8ddf280a00303a8d · report
kappa rsrijith/cikm26-catalog-faithfulness/code/instrument_table.py found in paper text by Syntology ran fingerprinted licence not identified · pointer only · d3106d9183a743bf · report
load rsrijith/cikm26-catalog-faithfulness/rehydrate.py found in paper text by Syntology ran licence not identified · pointer only · 3df0ffcce275599c · report
load_jsonl rsrijith/cikm26-catalog-faithfulness/code/prep_yelp.py found in paper text by Syntology ran licence not identified · pointer only · 7a1382f2ea061f72 · report
load_jsonl_gz rsrijith/cikm26-catalog-faithfulness/code/prep_amazon.py found in paper text by Syntology ran licence not identified · pointer only · ea4a881fea734c24 · report
normalize_title rsrijith/cikm26-catalog-faithfulness/code/utils.py found in paper text by Syntology ran fingerprinted licence not identified · pointer only · 2eefaf671dee64d1 · report
parse_reply rsrijith/cikm26-catalog-faithfulness/code/llm_matcher.py found in paper text by Syntology ran licence not identified · pointer only · 35758791ba7f23c9 · report
sample_users_with_holdout rsrijith/cikm26-catalog-faithfulness/code/utils.py found in paper text by Syntology ran licence not identified · pointer only · 24b62e60be6a67bd · report
scores rsrijith/cikm26-catalog-faithfulness/code/instrument_table.py found in paper text by Syntology ran licence not identified · pointer only · 038db614afac5183 · report
sortkey rsrijith/cikm26-catalog-faithfulness/code/surface_match.py found in paper text by Syntology ran fingerprinted licence not identified · pointer only · 138b5512dc7a0294 · report
boot_ci rsrijith/cikm26-catalog-faithfulness/code/instrument_table.py found in paper text by Syntology unverified licence not identified · pointer only · b1101b782b70b745 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2608.10008, was issued in August 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