Papers › Deliberation on Priors: Trustworthy Reasoning of Large Language Models on Knowledge Graphs

Deliberation on Priors: Trustworthy Reasoning of Large Language Models on Knowledge Graphs

21 May 2025arXiv:2505.15210archive 2025-07-28

Jie Ma, Ning Qu, Zhitao Gao, Rui Xing, Jun Liu, Hongbin Pei, Jiang Xie, Linyun Song, Pinghui Wang, Jing Tao, Zhou Su

Knowledge graph-based retrieval-augmented generation seeks to mitigate hallucinations in Large Language Models (LLMs) caused by insufficient or outdated knowledge. However, existing methods often fail to fully exploit the prior knowledge embedded in knowledge graphs (KGs), particularly their structural information and explicit or implicit constraints. The former can enhance the faithfulness of LLMs' reasoning, while the latter can improve the reliability of response generation. Motivated by these, we propose a trustworthy reasoning framework, termed Deliberation over Priors (DP), which sufficiently utilizes the priors contained in KGs. Specifically, DP adopts a progressive knowledge distillation strategy that integrates structural priors into LLMs through a combination of supervised fine-tuning and Kahneman-Tversky optimization, thereby improving the faithfulness of relation path generation. Furthermore, our framework employs a reasoning-introspection strategy, which guides LLMs to perform refined reasoning verification based on extracted constraint priors, ensuring the reliability of response generation. Extensive experiments on three benchmark datasets demonstrate that DP achieves new state-of-the-art performance, especially a Hit@1 improvement of 13% on the ComplexWebQuestions dataset, and generates highly trustworthy responses. We also conduct various analyses to verify its flexibility and practicality. The code is available at https://github.com/reml-group/Deliberation-on-Priors.

PaperPDFCodeCode 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="2505.15210")

Code

Syntology Ran 5 of 14 code samples harvested from 2 repositories linked to this paper; 9 have no recorded run. Of those that ran: 2 ran · honoured contract; 2 ran · our draft was wrong; 1 ran with no contract checked.

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

reml-group/deliberation-on-priors officialmentioned in papermentioned on GitHubpytorch report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. 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; 5 ran; 2 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.

2ran · honoured contract
2ran · our draft was wrong
1ran
9unverified

Licence: 0 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 2 repositories linked to this paper, official or community; each sample names its own and says which. “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.

chat_llm reml-group/deliberation-on-priors/reasoning/introspection.py official repository ran MIT (permissive) · c9255be856cbdcd6 · report
answer_trying reml-group/deliberation-on-priors/reasoning/introspection.py official repository unverified MIT (permissive) · de4e81515c073cf7 · report
constraint_extract reml-group/deliberation-on-priors/reasoning/introspection.py official repository unverified MIT (permissive) · 77154254149468e7 · report
llms_only_answering reml-group/deliberation-on-priors/reasoning/introspection.py official repository unverified MIT (permissive) · 3a8571bfeb3b11f7 · report
log_error reml-group/deliberation-on-priors/reasoning/introspection.py official repository unverified MIT (permissive) · b52a4c4d3f2af70d · report
log_function_call reml-group/deliberation-on-priors/reasoning/introspection.py official repository unverified MIT (permissive) · fda81d888ca408ec · report
log_ground_truth reml-group/deliberation-on-priors/reasoning/introspection.py official repository unverified MIT (permissive) · 3c8242558bdffcf8 · report
log_llm_calls reml-group/deliberation-on-priors/reasoning/introspection.py official repository unverified MIT (permissive) · 49dd4a41475a6c0f · report
reasoning_by_multi_agent reml-group/deliberation-on-priors/reasoning/introspection.py official repository unverified MIT (permissive) · 73d42c7cfa0dafbe · report
select_path reml-group/deliberation-on-priors/reasoning/introspection.py official repository unverified MIT (permissive) · 43a5e6e045f0a363 · report
read_jsonl mira-ai-lab/deliberation-on-priors/reasoning/instantiation.py found in paper text by Syntology ran · our draft was wrong MIT (permissive) · 3d5343ae289698e8 · report
unique_list_of_lists mira-ai-lab/deliberation-on-priors/reasoning/instantiation.py found in paper text by Syntology ran · honoured contract MIT (permissive) · 1e11b1bf8e1981da · report
find_possible_endpoints mira-ai-lab/deliberation-on-priors/reasoning/instantiation.py found in paper text by Syntology ran · honoured contract MIT (permissive) · d541befd0d18141c · report
process_data mira-ai-lab/deliberation-on-priors/reasoning/introspection.py found in paper text by Syntology ran · our draft was wrong MIT (permissive) · 2fad8c014befa093 · report

Tasks

Knowledge DistillationKnowledge GraphsResponse GenerationRetrieval-augmented Generation

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

Knowledge Distillation

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