paper-with-me

홈 › Papers

DynaKRAG: A Unified Framework for Learnable Evidence Control in Multi-Hop Retrieval-Augmented Generation

2026-07-07 · Yaqi Wu, Xiaolei Guo, Chenyu Zhou, Jiaqi Huang, Xianfa Zhang, Junxu Zhang, Zhuo Yu, Zhubo Shi, Jianghao Lin, Dongdong Ge arxiv

Multi-hop retrieval-augmented generation (RAG) acquires evidence sequentially, with each new document potentially revealing missing facts, bridge entities, query defects, or sufficient support for answering. Existing methods provide useful operations such as iterative retrieval, query reformulation, evidence critique, and sufficiency judging, but typically organize them within method-specific pipelines or predefined control topologies. This leaves underexplored how to learn a shared state-conditioned policy that chooses among currently valid evidence operations. We introduce DynaKRAG, which formulates multi-hop evidence acquisition as state-conditioned control over atomic evidence operations. At each step, a validity layer constructs the executable action set, and a learned controller selects the next operation. The resulting transition updates the evidence state and may enable new operations at subsequent steps. With Qwen2.5-7B-Instruct, DynaKRAG achieves F1 scores of 0.5998 on HotpotQA, 0.5340 on 2Wiki, and 0.3061 on MuSiQue, outperforming the strongest controlled baseline on all three benchmarks. Replacing the learned controller with a uniform-valid policy reduces F1 by 3.96--5.78 points, while removing sufficiency feedback hurts all three datasets. Controlled retrieval-cap experiments further show that additional retrieval is not uniformly beneficial. Together, these results demonstrate the benefit of coordinating retrieval, diagnosis, and gap-directed acquisition under an evolving evidence state.

📄 PDF Abstract BibTeX arXiv:2607.06507

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Learnable Behavior Control: Breaking Atari Human World Records via Sample-Efficient Behavior Selection

2023-05-09 · Jiajun Fan, Yuzheng Zhuang, Yuecheng Liu, Jianye Hao 외

The exploration problem is one of the main challenges in deep reinforcement learning (RL). Recent promising works tried to handle the problem with population-based methods, which collect samples with diverse behaviors de…

Atari GamesDeep Reinforcement LearningDiversityReinforcement Learning (RL)

URMF: Uncertainty-aware Robust Multimodal Fusion for Multimodal Sarcasm Detection

2026-04-08 · Zhenyu Wang, Weichen Cheng, Weijia Li, Junjie Mou 외 arxiv

Multimodal sarcasm detection (MSD) aims to identify sarcastic intent from semantic incongruity between text and image. Although recent methods have improved MSD through cross-modal interaction and incongruity reasoning, …

Contrastive LearningSarcasm Detection

Trusted Uncertainty in Large Language Models: A Unified Framework for Confidence Calibration and Risk-Controlled Refusal

2025-09-01 · Markus Oehri, Giulia Conti, Kaviraj Pather, Alexandre Rossi 외 arxiv

Deployed language models must decide not only what to answer but also when not to answer. We present UniCR, a unified framework that turns heterogeneous uncertainty evidence including sequence likelihoods, self-consisten…

Code Generation

Learnable Koopman-Enhanced Transformer-Based Time Series Forecasting with Spectral Control

2026-02-01 · Ali Forootani, Raffaele Iervolino arxiv

This paper proposes a unified family of learnable Koopman operator parameterizations that integrate linear dynamical systems theory with modern deep learning forecasting architectures. We introduce four learnable Koopman…

Time Series Forecasting

Controllable Image Captioning via Prompting

2022-12-04 · Ning Wang, Jiahao Xie, Jihao Wu, Mingbo Jia 외

Despite the remarkable progress of image captioning, existing captioners typically lack the controllable capability to generate desired image captions, e.g., describing the image in a rough or detailed manner, in a factu…

controllable image captioningImage CaptioningPrompt EngineeringPrompt Learning