Papers › SERC: LDPC-Inspired Semantic Error Correction for Retrieval-Augmented Generation

SERC: LDPC-Inspired Semantic Error Correction for Retrieval-Augmented Generation

12 Apr 2026arXiv:2605.28837added by Syntology

Gyumin Kim, Juhwan Park, Jaeha Kim, Seunggyun Han, Kyungrak Son, Ikbeom Jang

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

While Large Language Models (LLMs) have demonstrated remarkable capabilities, their reliability is significantly compromised by hallucinations. Existing intrinsic self-correction methods attempt to address this, but often fail due to self-bias, where models struggle to identify errors in their own outputs without external verification. To overcome these limitations, we propose the LDPC-inspired semantic error correction for retrieval-augmented generation (SERC), providing a theoretical framework to interpret and mitigate LLM hallucinations. We reformulate the text generation process as a semantic noisy channel, treating generated responses as noise-corrupted codewords. Inspired by low-density parity-check (LDPC) codes, SERC employs a sparse verification strategy: instead of exhaustively checking all facts, it generates low-density verification queries and validates them against external evidence to efficiently detect and correct errors. We evaluate SERC on LongForm Bio and TruthfulQA benchmarks using Llama-3-8B and Qwen2.5-14B. Experimental results demonstrate that SERC outperforms both intrinsic self-correction methods and strong retrieval-augmented baselines, demonstrating significant gains especially in factual precision (FactScore). Notably, SERC enables small language models (SLMs) to surpass the performance of larger baselines in hallucination reduction and information preservation. Our findings demonstrate that SERC provides a training-free, model-agnostic solution that significantly reduces verification overhead compared to dense methods, achieving an optimal trade-off between cost and fidelity in resource-constrained environments.

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="2605.28837")

Code

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

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

labhai/SERC 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

15 samples harvested; 6 ran; 0 honoured the contract we drafted; 9 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.

6ran
9unverified

Licence: 15 of the 15 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 labhai/SERC. “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.

generate_sentence_group_question_prompt labhai/SERC/src/prompts.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · 20ecc2ba25bd146b · report
load_config labhai/SERC/src/utils.py found in paper text by Syntology ran no licence file found · pointer only · 0290eafd5de116ba · report
load_dataset labhai/SERC/src/data_loader.py found in paper text by Syntology ran no licence file found · pointer only · 763eff846e4d365b · report
load_jsonl labhai/SERC/src/utils.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · 2d3cbbede5014185 · report
programmatic_parse_fact_list labhai/SERC/src/programmatic_helpers.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · cafb989ff661b528 · report
programmatic_replace labhai/SERC/src/programmatic_helpers.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · 007571ac1dc9055e · report
extract_responses labhai/SERC/experiments/evaluate_truthfulqa.py found in paper text by Syntology unverified no licence file found · pointer only · 61b723055025357c · report
prompt_baseline labhai/SERC/experiments/run_SERC.py found in paper text by Syntology unverified no licence file found · pointer only · c7b26bed4f43ee0f · report
prompt_extract_entity_desc labhai/SERC/experiments/run_SERC.py found in paper text by Syntology unverified no licence file found · pointer only · 221d94c852d397d9 · report
prompt_extract_rag_desc labhai/SERC/experiments/run_SERC.py found in paper text by Syntology unverified no licence file found · pointer only · 79757e748e17ad77 · report
run_cove_no_rag labhai/SERC/baselines/run_cove.py found in paper text by Syntology unverified no licence file found · pointer only · 7b70c35e2b6f88b7 · report
run_cove_rag labhai/SERC/baselines/run_cove_rag.py found in paper text by Syntology unverified no licence file found · pointer only · b8ed28cc4330eb99 · report
run_rarr labhai/SERC/baselines/run_rarr.py found in paper text by Syntology unverified no licence file found · pointer only · 3a08a84eecc79c04 · report
run_re_ex labhai/SERC/baselines/run_re_ex.py found in paper text by Syntology unverified no licence file found · pointer only · 7ace363e64fc6de9 · report
run_single_item_wrapper labhai/SERC/baselines/run_cove.py found in paper text by Syntology unverified no licence file found · pointer only · 9a20a688cf9f6ed4 · report

Results from the paper

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