Task-Specific Multimodal Question Answering Agents via Confidence Calibration and Incremental Reasoning for QANTA 2026
We present our submission to the QANTA 2026 shared challenge at the ICML 2026 Workshop on Efficient Multimodal Question Answering (EMM-QA). Quanta evaluates multimodal quizbowl systems that answer pyramid-style questions from incrementally revealed text and accompanying images while operating under realistic efficiency constraints. The challenge consists of two distinct tasks: Tossup questions, which require deciding when to answer under uncertainty, and Bonus questions, which emphasize accurate answer selection and human adoption. To address these differing objectives, we develop a task-specific two-agent architecture. Our Tossup agent utilizes a GPT-4o-mini-class model (referred to as GPT-4.1-mini in the competition logs) with confidence-calibrated answering and a domain-specific numeric reasoning policy that reduces overconfident predictions from isolated quantitative clues. Our Bonus agent uses GPT-4o-class model (referred to as GPT-4.1) with leadin-aware reasoning, structured relational reasoning, and multimodal evidence integration to improve exact answer selection. Rather than relying on a retrieval pipeline or model ensembles, our approach emphasizes efficient reasoning policies and confidence calibration within a hosted-only environment. Our system achieved the highest overall leaderboard score of 0.402, including a Tossup score of 0.238 and a Bonus Effect score of 0.164. The results demonstrate that lightweight, task-specific reasoning strategies can provide strong performance on resource-constrained multimodal question answering benchmarks.
通过任务特异性双代理架构提升多模态问答性能。
- 核心方法
- 开发了任务特异性的双代理架构,其中Tossup代理使用带有置信度校准的GPT-4.1-mini-class模型及领域特定数值推理策略;Bonus代理则使用GPT-4.1模型,具备引导意识推理、结构化关系推理和多模态证据整合功能。
- 适合谁读
- 研究者 / 工程师
- 要解决的问题
- 解决在资源受限条件下,多模态问答系统如何高效应对不同类型问题(Tossup和Bonus)的挑战。
- 关键实验
- 系统在QANTA 2026挑战赛中取得了最高总分0.402,其中Tossup得分为0.238,Bonus效果得分为0.164。
- 主要贡献
- 提出了一种不依赖检索管道或模型集成的高效任务特异性多模态问答方法,显著提高了系统的整体性能。
- 意义与局限
- 证明了轻量级的任务特异性推理策略在资源受限的多模态问答基准测试中能提供强大性能,但可能在更广泛的应用场景中需要进一步验证。