multi-hop-reasoning

Tag

Cards List
#multi-hop-reasoning

MolBioKG: Grounding Out-of-Graph Molecules in Biomedical Knowledge Graphs via Multi-Resolution Structural Anchoring

arXiv cs.AI · 2026-08-10 Cached

MolBioKG is a two-layer system that grounds unseen molecules in biomedical knowledge graphs via multi-resolution structural anchoring, enabling out-of-graph link recovery and multi-hop reasoning from SMILES strings. It significantly improves Hits@10 and out-of-graph target recall over baselines while maintaining traceable evidence.

0 favorites 0 likes
#multi-hop-reasoning

D$^2$F-ReAG: Dynamic Decomposition and Filtering for Multi-Hop Reasoning-Augmented Generation

arXiv cs.CL · 2026-08-06 Cached

This paper introduces D2F-ReAG, a novel paradigm for multi-hop reasoning-augmented generation that dynamically controls reasoning depth by judging root-level reasoning reliability and decomposing questions into sub-questions when needed, improving accuracy on multi-hop benchmarks.

0 favorites 0 likes
#multi-hop-reasoning

Leak-Resistant Unlearning: A New Benchmark for Evaluating Multi-Hop Reasoning Consistency and Recovery Robustness

arXiv cs.AI · 2026-08-06 Cached

This paper introduces a new benchmark for evaluating machine unlearning, focusing on multi-hop reasoning consistency and recovery robustness. Experiments show existing unlearning methods face an 'impossible triangle' trade-off among forget quality, robustness, and utility preservation.

0 favorites 0 likes
#multi-hop-reasoning

Multimodal CoLRAG-TF: Triple-Filtered Retrieval for Complex PDFs

arXiv cs.LG · 2026-07-24 Cached

Introduces Multimodal CoLRAG-TF, a four-axis fusion architecture for retrieval-augmented generation over complex PDFs, integrating dense text, BM25, knowledge-graph triple filtering, and image similarity. Achieves significant improvements in multi-hop reasoning on a benchmark of Japanese disaster lesson PDFs.

0 favorites 0 likes
#multi-hop-reasoning

Telco-GAIA: Bilingual Benchmark for Agents in Telecom Domain

arXiv cs.AI · 2026-07-24 Cached

Telco-GAIA is a bilingual, multi-modal benchmark for evaluating tool-using agents in the telecom domain, comprising 100 human-verified tasks requiring multi-hop reasoning over heterogeneous sources, with objective scoring via exact string matching.

0 favorites 0 likes
#multi-hop-reasoning

Search-on-Graph-R1: Training Large Language Models to Search Knowledge Graphs with Reinforcement Learning

arXiv cs.CL · 2026-07-22 Cached

This paper presents Search-on-Graph-R1 (SoG-R1), which trains an 8B LLM to navigate knowledge graphs by first scaffolding a frontier teacher with gold SPARQL queries to produce grounded trajectories, then applying supervised fine-tuning and reinforcement learning. The compact model surpasses frozen frontier systems on WebQSP, CWQ, and GrailQA, notably achieving the best results on CWQ among compared methods.

0 favorites 0 likes
#multi-hop-reasoning

DeLIVeR: Decomposed Learning for Information-grounded Veracity Recognition via Reinforced Knowledge Graph Exploration

arXiv cs.CL · 2026-07-21 Cached

DeLIVeR is a framework that uses a reinforced planner LLM to decompose claims into question sets for structured knowledge graph traversal, improving fact-checking accuracy over static RAG baselines by 10-15% on benchmark datasets.

0 favorites 0 likes
#multi-hop-reasoning

GRASP: GRanularity-Aware Search Policy for Agentic RAG

Hugging Face Daily Papers · 2026-07-11 Cached

Introduces GRASP, a reinforcement learning framework that trains agents to adaptively coordinate semantic search, keyword search, and paragraph reading during multi-step reasoning, improving retrieval recall and question answering performance on multi-hop benchmarks.

0 favorites 0 likes
#multi-hop-reasoning

RSF-GLLM: Bridging the Semantic Gap in Multi-Hop Knowledge Graph QA via Recurrent Soft-Flow and Decoupled LLM Generation

arXiv cs.CL · 2026-07-08 Cached

This paper introduces RSF-GLLM, a framework that decouples differentiable graph reasoning from LLM generation to address the semantic gap in multi-hop knowledge graph question answering, achieving competitive performance with superior inference efficiency.

0 favorites 0 likes
#multi-hop-reasoning

When is GraphRAG actually worth it for AI agents?

Reddit r/AI_Agents · 2026-07-07

A developer reflects on when GraphRAG is preferable to standard RAG for AI agents, noting it becomes valuable for multi-hop reasoning and relationship understanding, but adds significant complexity.

0 favorites 0 likes
#multi-hop-reasoning

DiscoLoop: Looping Discrete Embeddings and Continuous Hidden States for Multi-hop Reasoning

arXiv cs.CL · 2026-07-02 Cached

DiscoLoop introduces a looping architecture that carries both discrete embedding and continuous hidden-state channels to improve multi-hop reasoning in transformers, achieving near-perfect accuracy on synthetic tasks and stronger performance on real-world language modeling.

0 favorites 0 likes
#multi-hop-reasoning

Tutorial on the loop transformer architecture (rumored to be the major Mythos improvement; 19 minutes)

Reddit r/singularity · 2026-07-01 Cached

The Looped Transformer achieves internal reasoning by designing recursion directly into the architecture, avoiding the inefficiency of chain-of-thought having to simulate iteration by generating discrete tokens. Latest research shows it performs excellently on multi-hop reasoning, and can be further improved through stabilization techniques and adaptive recursion.

0 favorites 0 likes
#multi-hop-reasoning

Spatial Reasoning via Modality Switching Between Language and Symbolic Representation

arXiv cs.AI · 2026-07-01 Cached

This paper explores grounding multi-hop textual-spatial stories into geometry-aware modalities like grids, showing a 42% performance improvement when switching from language-only to grid-based reasoning, and introduces a switching metric for modality selection in LLMs.

0 favorites 0 likes
#multi-hop-reasoning

LLM-Guided Planning for Multi-hop Reasoning over Multimodal Nuclear Regulatory Documents

arXiv cs.AI · 2026-06-30 Cached

This paper frames regulatory document review as an LLM-guided planning problem, using a vectorless document tree with browse, read, and search tools and a dynamic knowledge graph as state. On a 200-question benchmark over NuScale FSAR documents, the system achieves 81.5% accuracy with 0.93 RAGAS Faithfulness, significantly outperforming existing RAG methods.

0 favorites 0 likes
#multi-hop-reasoning

@aikangarooking: https://x.com/aikangarooking/status/2069325659105861926

X AI KOLs Timeline · 2026-06-23 Cached

Introduces SAG (SQL-Retrieval Augmented Generation), a novel retrieval-augmented generation architecture based on SQL dynamic hyperedges. It is more efficient and lower cost for multi-hop reasoning compared to traditional RAG and GraphRAG. It is open-sourced on GitHub and has achieved good evaluation results.

0 favorites 0 likes
#multi-hop-reasoning

A Unified Framework for Context-Aware and Relation-Aware Graph Retrieval-Augmented Generation

arXiv cs.AI · 2026-06-17 Cached

This paper proposes HyGRAG, a hierarchical graph RAG framework that integrates contextual and relational information for multi-hop reasoning, achieving a 9.7% average accuracy improvement over existing methods.

0 favorites 0 likes
#multi-hop-reasoning

I built an open-source Knowledge Graph pipeline with hybrid retrieval to improve LLM multi-hop reasoning [P]

Reddit r/MachineLearning · 2026-06-14

An open-source full-stack pipeline that constructs a Knowledge Graph from raw text, uses hybrid search (dense + sparse + graph traversal) to solve multi-hop reasoning problems in LLMs, and re-ranks results with Reciprocal Rank Fusion and a Cross-Encoder.

0 favorites 0 likes
#multi-hop-reasoning

Knowledge Graphs vs Vector Databases for enterprise AI: Stop treating it as an either/or decision

Reddit r/ArtificialInteligence · 2026-06-12

The article argues that knowledge graphs and vector databases serve different purposes in enterprise AI and should be used together rather than as alternatives. It recommends hybrid architectures or managed solutions like 60x to handle both semantic recall and structural reasoning.

0 favorites 0 likes
#multi-hop-reasoning

Constructing Evaluation Datasets for Procedural Reasoning: Balancing Naturalness, Grounding, and Multi-Hop Coverage

arXiv cs.AI · 2026-06-12 Cached

This paper investigates how TMK-based question generation strategies affect dataset quality for procedural and multi-hop reasoning in AI learning systems, comparing strict TMK generation, transcript-first generation, and TMK-aware generation, and introduces a grounding validation framework.

0 favorites 0 likes
#multi-hop-reasoning

SVoT: State-aware Visualization-of-Thought for Spatial Reasoning via Reinforcement Learning

arXiv cs.AI · 2026-06-11 Cached

The paper proposes SVoT, a reinforcement learning framework that generates interleaved, verifiable intermediate states and visualizations for multi-hop spatial reasoning in MLLMs, achieving significant accuracy gains on new benchmarks involving multi-object interactions and numerical reasoning.

0 favorites 0 likes
Next →
← Back to home

Submit Feedback