RSF-GLLM framework decouples differentiable graph reasoning from answer generation for multi-hop QA over knowledge graphs
Researchers propose RSF-GLLM, a framework that decouples differentiable graph reasoning from answer generation to address the non-differentiability issue in traditional retrieve-then-read pipelines for multi-hop question answering over knowledge graphs. The Recurrent Soft-Flow module uses a GRU-guided query updater and dynamic gating to propagate relevance scores across semantically dissimilar bridge nodes.
Entities
Related
DynaKRAG: A unified framework for learnable evidence control in multi-hop RAG
Researchers propose DynaKRAG, a framework that learns a state-conditioned policy to dynamically choose among evidence operations (retrieval, reformulation, critique, sufficiency checking) in multi-hop retrieval-augmented generation. This moves beyond fixed pipelines, potentially improving accuracy and flexibility in complex QA tasks.
Question-type-specific LLM pipeline boosts BioASQ 14b biomedical QA
A new framework for BioASQ 14b Task B selects different inference procedures for yes/no, factoid, and list questions, improving answer robustness and evidence grounding. The approach uses question-type-specific prompting strategies rather than a single method for all queries.
arXiv paper benchmarks LLM judges for citation quality in deep-research systems
A new arXiv paper studies the calibration of LLM judges used as reward models in reinforcement learning for citation quality in deep-research systems. The work evaluates how capable and biased an LLM judge must be to reliably score rubric criteria like source relevance and factual support for attribution-citation pairs. This matters for practitioners building RL-based systems that depend on automated citation verification.
Developers share pain points in building LLM infrastructure for memory and routing
A developer building an AI product posted on Reddit asking how others handle context management, memory persistence, and multi-model routing, noting that most of their time goes into plumbing rather than the actual product. The post resonated with the community, highlighting a shared frustration that many are rebuilding similar infrastructure from scratch.
VAORA reward design addresses VLM failures in interactive physical reasoning
A new paper on arXiv introduces VAORA (Visual Action Outcome Reasoning Alignment), a reward design that targets two key failure modes in vision-language models: hallucinated chain-of-thought reasoning and misalignment between reasoning and actions. VAORA uses a Visual Alignment Reward to anchor reasoning to visual context, aiming to improve generalization in unseen interactive physical reasoning tasks.