Papers › NeuroPath: Neurobiology-Inspired Path Tracking and Reflection for Semantically...

NeuroPath: Neurobiology-Inspired Path Tracking and Reflection for Semantically Coherent Retrieval

18 Nov 2025NeurIPSarXiv:2511.14096added by Syntology

Junchen Li, Rongzheng Wang, Yihong Huang, Qizhi Chen, Jiasheng Zhang, Shuang Liang

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) greatly enhances large language models (LLMs) performance in knowledge-intensive tasks. However, naive RAG methods struggle with multi-hop question answering due to their limited capacity to capture complex dependencies across documents. Recent studies employ graph-based RAG to capture document connections. However, these approaches often result in a loss of semantic coherence and introduce irrelevant noise during node matching and subgraph construction. To address these limitations, we propose NeuroPath, an LLM-driven semantic path tracking RAG framework inspired by the path navigational planning of place cells in neurobiology. It consists of two steps: Dynamic Path Tracking and Post-retrieval Completion. Dynamic Path Tracking performs goal-directed semantic path tracking and pruning over the constructed knowledge graph (KG), improving noise reduction and semantic coherence. Post-retrieval Completion further reinforces these benefits by conducting second-stage retrieval using intermediate reasoning and the original query to refine the query goal and complete missing information in the reasoning path. NeuroPath surpasses current state-of-the-art baselines on three multi-hop QA datasets, achieving average improvements of 16.3% on recall@2 and 13.5% on recall@5 over advanced graph-based RAG methods. Moreover, compared to existing iter-based RAG methods, NeuroPath achieves higher accuracy and reduces token consumption by 22.8%. Finally, we demonstrate the robustness of NeuroPath across four smaller LLMs (Llama3.1, GLM4, Mistral0.3, and Gemma3), and further validate its scalability across tasks of varying complexity. Code is available at https://github.com/KennyCaty/NeuroPath.

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

Code

Syntology Ran 1 of 13 code samples harvested from 1 repository linked to this paper; 12 have no recorded run. Of those that ran: 1 ran · our draft was wrong.

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

KennyCaty/NeuroPath found in paper text by SyntologyMIT 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; 1 ran; 0 honoured the contract we drafted; 12 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.

1ran · our draft was wrong
12unverified

Licence: 0 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 KennyCaty/NeuroPath. “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.

mean_pooling KennyCaty/NeuroPath/src/processing.py found in paper text by Syntology ran · our draft was wrong fingerprinted MIT (permissive) · fe0e2df4d9cb5edd · report
extract_json_dict KennyCaty/NeuroPath/src/neuropath.py found in paper text by Syntology unverified MIT (permissive) · ed8aa81ae1c961b1 · report
get_file_name KennyCaty/NeuroPath/src/processing.py found in paper text by Syntology unverified MIT (permissive) · fb8ca1a44bc50ca2 · report
init_langchain_model KennyCaty/NeuroPath/src/langchain_util.py found in paper text by Syntology unverified MIT (permissive) · 7077df248eb32b65 · report
mean_pooling_embedding KennyCaty/NeuroPath/src/processing.py found in paper text by Syntology unverified MIT (permissive) · fdb4473ae6fdb6e5 · report
merge_elements_with_same_first_line KennyCaty/NeuroPath/src/rag_neuropath.py found in paper text by Syntology unverified MIT (permissive) · fd9a32955a7d7c97 · report
ner_vtp_extraction KennyCaty/NeuroPath/src/query_ner_vtp_parallel.py found in paper text by Syntology unverified MIT (permissive) · d06d677988b9614d · report
parse_prompt KennyCaty/NeuroPath/src/rag_neuropath.py found in paper text by Syntology unverified MIT (permissive) · d581f1e22c7c99ef · report
parse_prompt KennyCaty/NeuroPath/src/baselines/ircot_246.py found in paper text by Syntology unverified MIT (permissive) · eaf91b9196566123 · report
retrieve_step KennyCaty/NeuroPath/src/baselines/ircot_246.py found in paper text by Syntology unverified MIT (permissive) · 899c1a2c5d08fe99 · report
search KennyCaty/NeuroPath/src/elastic_search_tool.py found in paper text by Syntology unverified MIT (permissive) · 9c0a071dfc20995e · report
search_with_id_and_content KennyCaty/NeuroPath/src/elastic_search_tool.py found in paper text by Syntology unverified MIT (permissive) · 736e514581ef54cc · report
search_with_score KennyCaty/NeuroPath/src/elastic_search_tool.py found in paper text by Syntology unverified MIT (permissive) · 8aea60e563f93cd0 · report

Results from the paper

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