paper-with-me

홈 › Papers

RELOOP: Recursive Retrieval with Multi-Hop Reasoner and Planners for Heterogeneous QA

2025-10-23 · Ruiyi Yang, Hao Xue, Imran Razzak, Hakim Hacid, Flora D. Salim arxiv

Retrieval-augmented generation (RAG) remains brittle on multi-step questions and heterogeneous evidence sources, trading accuracy against latency and token/tool budgets. This paper introduces RELOOP, a structure aware framework using Hierarchical Sequence (HSEQ) that (i) linearize documents, tables, and knowledge graphs into a reversible hierarchical sequence with lightweight structural tags, and (ii) perform structure-aware iteration to collect just-enough evidence before answer synthesis. A Head Agent provides guidance that leads retrieval, while an Iteration Agent selects and expands HSeq via structure-respecting actions (e.g., parent/child hops, table row/column neighbors, KG relations); Finally the head agent composes canonicalized evidence to genearte the final answer, with an optional refinement loop to resolve detected contradictions. Experiments on HotpotQA (text), HybridQA/TAT-QA (table+text), and MetaQA (KG) show consistent EM/F1 gains over strong single-pass, multi-hop, and agentic RAG baselines with high efficiency. Besides, RELOOP exhibits three key advantages: (1) a format-agnostic unification that enables a single policy to operate across text, tables, and KGs without per-dataset specialization; (2) \textbf{guided, budget-aware iteration} that reduces unnecessary hops, tool calls, and tokens while preserving accuracy; and (3) evidence canonicalization for reliable QA, improving answers consistency and auditability.

📄 PDF Abstract BibTeX arXiv:2510.20505

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge Graphs

Similar Papers 제목 키워드 기반

ReLoop: "Seeing Twice and Thinking Backwards" via Closed-loop Training to Mitigate Hallucinations in Multimodal understanding

2025-07-07 · Jianjiang Yang, Ziyan Huang, Yanshu Li

While Multimodal Large Language Models (MLLMs) have achieved remarkable progress in open-ended visual question answering, they remain vulnerable to hallucinations. These are outputs that contradict or misrepresent input …

HallucinationQuestion AnsweringVisual Question Answering

ReLoop: A Self-Correction Continual Learning Loop for Recommender Systems

2022-04-24 · Guohao Cai, Jieming Zhu, Quanyu Dai, Zhenhua Dong 외

Deep learning-based recommendation has become a widely adopted technique in various online applications. Typically, a deployed model undergoes frequent re-training to capture users' dynamic behaviors from newly collected…

Continual LearningRecommendation Systems

Approximating Human Strategic Reasoning with LLM-Enhanced Recursive Reasoners Leveraging Multi-agent Hypergames

2025-02-11 · Vince Trencsenyi, Agnieszka Mensfelt, Kostas Stathis

LLM-driven multi-agent-based simulations have been gaining traction with applications in game-theoretic and social simulations. While most implementations seek to exploit or evaluate LLM-agentic reasoning, they often do …

ReLoop2: Building Self-Adaptive Recommendation Models via Responsive Error Compensation Loop

2023-06-15 · Jieming Zhu, Guohao Cai, JunJie Huang, Zhenhua Dong 외

Industrial recommender systems face the challenge of operating in non-stationary environments, where data distribution shifts arise from evolving user behaviors over time. To tackle this challenge, a common approach is t…

Recommendation Systems

ReLoop: Structured Modeling and Behavioral Verification for Reliable LLM-Based Optimization

2026-02-17 · Junbo Jacob Lian, Yujun Sun, Huiling Chen, Chaoyu Zhang 외 arxiv

Large language models (LLMs) can translate natural language into optimization code, but silent failures pose a critical risk: code that executes and returns solver-feasible solutions may encode semantically incorrect for…