Papers › Cognition on Graph: Navigating Massive Knowledge Space via Cognitive Cycles and...

Cognition on Graph: Navigating Massive Knowledge Space via Cognitive Cycles and Bidirectional Graph-Text Synergy

11 Sep 2026arXiv:2609.12791added by Syntology

Gengxian Zhou, Jian Xu, Zichen Tang, Shiming Xiang, Haihong E, Cheng-Lin Liu

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) has empowered Large Language Models (LLMs) to tackle knowledge-intensive tasks. However, navigating global, heterogeneous knowledge bases (large-scale knowledge graphs and text corpora) for complex reasoning remains a challenge. Existing methods typically employ reactive, graph-driven exploration strategies, which blindly follow graph topology without adapting to the question context or evolving exploration progress, and lack deep bidirectional synergy between graph and text. To address these limitations, we propose CoG (Cognition on Graph), a cognitive-inspired, training-free framework for adaptive knowledge exploration. Drawing inspiration from human problem-solving, CoG performs a continuous plan-explore-reflect cycle, where it proactively formulates investigation plans, performs dual-source retrieval, and dynamically reflects on progress to adjust strategies. Crucially, it establishes deep bidirectional synergy between structured graph and unstructured text, where entities extracted from text dynamically guide graph exploration to bridge knowledge gaps. Extensive experiments on seven multi-hop QA benchmarks demonstrate that CoG significantly outperforms state-of-the-art methods while achieving superior exploration efficiency. Our code and datasets are available at https://github.com/zhougengxian/CoG.

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

Code

Syntology Ran 0 of 19 code samples harvested from 1 repository linked to this paper; 19 have no recorded run.

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

zhougengxian/CoG found in paper text by SyntologyApache-2.0 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

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

19unverified

Licence: 0 of the 19 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 zhougengxian/CoG. “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.

format_candidate_entities zhougengxian/CoG/CoG/kg/entity_link.py found in paper text by Syntology unverified Apache-2.0 (permissive) · e7e9fc4366cbc5df · report
format_candidates_compact zhougengxian/CoG/CoG/kg/entity_link.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 3bcd0a6933c15878 · report
format_exploration_report zhougengxian/CoG/CoG/kg/fact_prune_extract.py found in paper text by Syntology unverified Apache-2.0 (permissive) · d3bf6f05b40580ed · report
format_exploration_report zhougengxian/CoG/CoG/kg/fact_prune_filter.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 5f66ac28f22b1ff2 · report
format_facts_for_extraction_prompt zhougengxian/CoG/CoG/kg/fact_prune_extract.py found in paper text by Syntology unverified Apache-2.0 (permissive) · e388824b8c92195e · report
format_facts_for_pruning_prompt zhougengxian/CoG/CoG/kg/fact_prune_filter.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 739c851bff5145b4 · report
generate_process zhougengxian/CoG/CoG/utils.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 3b7fdabd3eb9d86f · report
get_context_triplets zhougengxian/CoG/CoG/kg/recall_entity.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 423108972d75d28a · report
get_context_triplets_properties zhougengxian/CoG/CoG/kg/recall_entity.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 64b2d3d1dde1401f · report
get_process_start_time_iso zhougengxian/CoG/CoG/utils_log.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 51e154287aad0754 · report
parse_and_find_entity zhougengxian/CoG/CoG/kg/entity_link.py found in paper text by Syntology unverified Apache-2.0 (permissive) · cf1a41618e0ae56f · report
parse_answer_generation_result zhougengxian/CoG/CoG/answer/complete.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 75d96c224a23b5a6 · report
parse_extraction_result zhougengxian/CoG/CoG/kg/fact_prune_extract.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 3a985ba901803d66 · report
parse_failure_conclusion_result zhougengxian/CoG/CoG/answer/fail.py found in paper text by Syntology unverified Apache-2.0 (permissive) · b1c2d2b12574685c · report
parse_max_turns_conclusion_result zhougengxian/CoG/CoG/answer/max_turn.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 6ab9c49c62bb5f31 · report
parse_pruning_result zhougengxian/CoG/CoG/kg/fact_prune_filter.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 8887b37b59134cec · report
prepare_dataset zhougengxian/CoG/CoG/utils.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 7d304feda300ff3f · report
prepare_question_queue zhougengxian/CoG/CoG/utils_run.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 83577334a4ef2765 · report
run_llm zhougengxian/CoG/CoG/utils.py found in paper text by Syntology unverified Apache-2.0 (permissive) · eee3dea1160808bc · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2609.12791, was issued in September 2026, after that date, so the archive has no leaderboard rows for it.

Placed on leaderboards by Syntology Syntology

Syntology's extractor considered 1 leaderboard for this paper and did not place the paper on it: 1 refused by a rule. What is not shown.

Syntology has checked 6,264 of the 9,581 papers on this site that are newer than the archive; results from the others appear after they are checked.

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