paper-with-me

Papers

Proof-of-Perception: Certified Tool-Using Multimodal Reasoning with Compositional Conformal Guarantees

2026-02-27 · Arya Fayyazi, Haleh Akrami arxiv

We present Proof-of-Perception (PoP), a tool-using framework that casts multimodal reasoning as an executable graph with explicit reliability guarantees. Each perception or logic node outputs a conformal set, yielding calibrated, stepwise uncertainty; a lightweight controller uses these certificates to allocate compute under a budget, expanding with extra tool calls only when needed and stopping early otherwise. This grounds answers in verifiable evidence, reduces error compounding and hallucinations, and enables principled accuracy-compute trade-offs. Across document, chart, and multi-image QA benchmarks, PoP improves performance and reliability over strong chain-of-thought, ReAct-style, and program-of-thought baselines while using computation more efficiently.

📄 PDF Abstract BibTeX arXiv:2603.00324

Code (0)

등록된 구현이 없습니다.

Tasks

Multimodal Reasoning

Similar Papers 제목 키워드 기반

Certified Program Synthesis with a Multi-Modal Verifier

2026-04-17 · Yueyang Feng, Dipesh Kafle, Vladimir Gladshtein, Vitaly Kurin 외 arxiv

Certified program synthesis (aka vericoding) is the process of automatically generating a program, its formal specification, and a machine-checkable proof of their alignment from a natural-language description. Two chall…

Program Synthesis

Certified Deductive Reasoning with Language Models

2023-06-06 · Gabriel Poesia, Kanishk Gandhi, Eric Zelikman, Noah D. Goodman

Language models often achieve higher accuracy when reasoning step-by-step in complex tasks. However, even when arriving at a correct final answer, their rationales are often logically unsound or inconsistent. This is a m…

Logical Reasoningvalid

M$^3$-ACE: Rectifying Visual Perception in Multimodal Math Reasoning via Multi-Agentic Context Engineering

2026-03-09 · Peijin Xie, Zhen Xu, Bingquan Liu, Baoxun Wang arxiv

Multimodal large language models have recently shown promising progress in visual mathematical reasoning. However, their performance is often limited by a critical yet underexplored bottleneck: inaccurate visual percepti…

Mathematical ReasoningMultimodal ReasoningPrompt Engineering

Faster Certified Symmetry Breaking Using Orders With Auxiliary Variables

2025-11-20 · Markus Anders, Bart Bogaerts, Benjamin Bogø, Arthur Gontier 외 arxiv

Symmetry breaking is a crucial technique in modern combinatorial solving, but it is difficult to be sure it is implemented correctly. The most successful approach to deal with bugs is to make solvers certifying, so that …

DeepEyesV2: Toward Agentic Multimodal Model

2025-11-07 · Jack Hong, Chenxiao Zhao, ChengLin Zhu, Weiheng Lu 외 arxiv

Agentic multimodal models should not only comprehend text and images, but also actively invoke external tools, such as code execution environments and web search, and integrate these operations into reasoning. In this wo…

Reinforcement LearningMathematical ReasoningMultimodal Reasoning