菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-02-24
📄 Abstract - RMIT-ADM+S at the MMU-RAG NeurIPS 2025 Competition

This paper presents the award-winning RMIT-ADM+S system for the Text-to-Text track of the NeurIPS~2025 MMU-RAG Competition. We introduce Routing-to-RAG (R2RAG), a research-focused retrieval-augmented generation (RAG) architecture composed of lightweight components that dynamically adapt the retrieval strategy based on inferred query complexity and evidence sufficiency. The system uses smaller LLMs, enabling operation on a single consumer-grade GPU while supporting complex research tasks. It builds on the G-RAG system, winner of the ACM~SIGIR~2025 LiveRAG Challenge, and extends it with modules informed by qualitative review of outputs. R2RAG won the Best Dynamic Evaluation award in the Open Source category, demonstrating high effectiveness with careful design and efficient use of resources.

顶级标签: llm natural language processing systems
详细标签: retrieval-augmented generation query routing efficient inference competition dynamic retrieval 或 搜索:

RMIT-ADM+S团队在NeurIPS 2025 MMU-RAG竞赛中的获奖系统 / RMIT-ADM+S at the MMU-RAG NeurIPS 2025 Competition


1️⃣ 一句话总结

这篇论文介绍了一个名为R2RAG的获奖检索增强生成系统,它通过轻量级组件动态调整检索策略,能在普通消费级GPU上高效处理复杂研究任务,并在竞赛中因出色的设计和资源效率获奖。

源自 arXiv: 2602.20735