Papers › From Association to Causation: Improving Retrieval Precision of Retrieval-Augmented...

From Association to Causation: Improving Retrieval Precision of Retrieval-Augmented Generation via Causal Relations and an Attention Mechanism

22 Aug 2026arXiv:2608.21702added by Syntology

Jing Liu, Yongxing Qi, Muchen Jiang, Chengnan Hu, Qingqing Peng, Haoming Wang, Yuqing Wang, Yang Yu, Xu Zhang, Ting Wu

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

Retrieval-Augmented Generation (RAG) grounds LLM generation on retrieved documents, but the standard terminal retrieval stage--dense-vector similarity, optionally followed by reranking--often returns documents that share keywords with the query without containing the needed information, a failure mode that grows with the knowledge base. We trace it to a conceptual gap: similarity captures only associational relations, whereas the documents that matter are linked to the query causally. We model the terminal retrieval stage with a causal graph grounded in Reichenbach's common cause principle: the keywords shared by the query and a retrieved document form a latent common cause A, and the document's residual keywords form a latent set B linking the document to the ideal output. Since a retrieved document is a collider (A -> d <- B), retrieval itself opens an associational path between the query and B, which licenses a training-free, attention-style re-scoring rule: the cosine similarity between the query embedding and the weighted centroid embedding of B. Unlike causality-enhanced RAG variants that model causal relations inside the knowledge content, our graph models the causal structure of the retrieval process itself. On a real 471-document enterprise knowledge base, the method promotes a relevant guideline from rank 6 to the top 3; on a controlled diagnostic corpus reproducing the keyword-stuffing regime, it improves the mean target rank from 2.88 to 1.25, while a trained cross-encoder reranker barely helps (2.63). Conversely, on three BEIR benchmarks the score underperforms the similarity baseline, delineating the applicability boundary: the method guards the keyword-stuffing regime of growing proprietary knowledge bases and complements neural rerankers; a corpus-level calibration gate selects the correct regime with >= 95% reliability. A fully local testbed demonstrates deployability.

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

Code

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

By repository: found in paper text by Syntology: 14 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.

Silk-Road/causal-rag-rerank 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

14 samples harvested; 12 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.

12ran
2unverified

Licence: 14 of the 14 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 Silk-Road/causal-rag-rerank. “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.

boot_reliability Silk-Road/causal-rag-rerank/gate_analysis.py found in paper text by Syntology ran licence not identified · pointer only · 51fee9c386ba43e8 · report
dcg Silk-Road/causal-rag-rerank/experiment_reranker.py found in paper text by Syntology ran fingerprinted licence not identified · pointer only · 3c39341b2d76ace9 · report
en_tokenizer Silk-Road/causal-rag-rerank/experiment_causal_rerank.py found in paper text by Syntology ran fingerprinted licence not identified · pointer only · 180dee8147c41817 · report
extract_kw_tfidf Silk-Road/causal-rag-rerank/experiment_causal_rerank.py found in paper text by Syntology ran licence not identified · pointer only · 35014f97cf3e5d16 · report
gate_decision Silk-Road/causal-rag-rerank/gate_analysis.py found in paper text by Syntology ran licence not identified · pointer only · ab44db6a027e3532 · report
generate_prompt Silk-Road/causal-rag-rerank/rag_pipeline.py found in paper text by Syntology ran licence not identified · pointer only · 2a94ac4c170abfe3 · report
metrics_from_rankings Silk-Road/causal-rag-rerank/experiment_reranker.py found in paper text by Syntology ran licence not identified · pointer only · 894027225acd0498 · report
minmax Silk-Road/causal-rag-rerank/experiment_reranker.py found in paper text by Syntology ran fingerprinted licence not identified · pointer only · 5d8d846d7eea6b45 · report
overlap_and_absorption Silk-Road/causal-rag-rerank/gate_signal_analysis.py found in paper text by Syntology ran licence not identified · pointer only · f1a03c4c6870d905 · report
score_gaps Silk-Road/causal-rag-rerank/gate_signal_analysis.py found in paper text by Syntology ran fingerprinted licence not identified · pointer only · 70d91dfb31d8760e · report
strict_generate_prompt Silk-Road/causal-rag-rerank/rag_pipeline.py found in paper text by Syntology ran licence not identified · pointer only · 695e7a21fa49aa80 · report
topk_pairs Silk-Road/causal-rag-rerank/gate_signal_analysis.py found in paper text by Syntology ran licence not identified · pointer only · fd2b1051f09bda3d · report
encode_with_cache Silk-Road/causal-rag-rerank/experiment_beir.py found in paper text by Syntology unverified licence not identified · pointer only · 3b044ca27b4e3391 · report
load_dataset Silk-Road/causal-rag-rerank/experiment_beir.py found in paper text by Syntology unverified licence not identified · pointer only · 025d7e46bbafd7b8 · report

Results from the paper

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