DynaKRAG treats multi-hop retrieval as a state-conditioned control problem rather than a predefined pipeline. Using Qwen2.5-7B-Instruct, the framework learns a policy to select atomic operations like query reformulation or sufficiency judging based on the current evidence state.
HOW THIS AFFECTS YOU
●
builderYou can implement more flexible RAG systems by training a controller to manage evidence acquisition steps dynamically.