Search papers, labs, and topics across Lattice.
This paper introduces Omni-Decision, a training-free evidence-state system designed to enhance omni-modal question answering (QA) by structuring the evidence-seeking process. By maintaining a comprehensive evidence state that tracks confirmed evidence, unresolved conflicts, and open needs, the system improves the efficiency of evidence acquisition and validation across diverse media types. Omni-Decision significantly outperforms existing methods, achieving accuracy improvements of +27.3% and +30.2% on the OmniGAIA and WorldSense benchmarks, respectively.
A structured evidence-state approach can boost omni-modal QA accuracy by over 30%, transforming how agents gather and validate information across diverse sources.
Omni-modal evidence-seeking QA requires agents to answer questions whose evidence is sparsely distributed across videos, audio, images, web pages, and computation results. Existing agentic multimodal systems often leave evidence in scratchpads, tool trajectories, or free-form histories, making it difficult to track what has been grounded, what remains missing, and when the evidence is sufficient to answer. We propose Omni-Decision, a training-free evidence-state system that turns omni-modal QA into a query-scoped evidence-closure process. For each query, Omni-Decision maintains a structured evidence state containing confirmed evidence, unresolved conflicts, fact and computation dependencies, and open evidence needs. A shared state view conditions planning, evidence acquisition, validation, repair, and finalization. Heterogeneous observations from media, web, computation, and verification modules are normalized, judged, and committed through deterministic state updates. This design enables targeted evidence acquisition, preserves sparse cross-modal cues, and provides inspectable control over repair and stopping. Omni-Decision achieves 45.6% accuracy on OmniGAIA and 58.3% on WorldSense, improving over the baselines by +27.3 and +30.2 percentage points, respectively. No-state ablations and trajectory audits further support the role of explicit evidence-state control in multi-step omni-modal evidence seeking.