paper-with-me

홈 › Papers

Risk-Controlled Lean-as-Judge for Natural-Language Mathematical Reasoning

2026-05-27 · Pauline Bourigault, Xiaotong Ji, Matthieu Zimmer, Rasul Tutunov, Haitham Bou Ammar arxiv

Lean is increasingly used to judge natural-language mathematical answers, but its signal is partial: many answers never formalize, and a failed proof may reflect an ill-typed statement or a missing library fact, not a wrong answer. On MATH-500 we show this signal is (i) sharply coverage-dependent, that is the proof-winning answer is correct 96% of the time at high proved coverage but 20% at low, and (ii) sparse and often unfaithful: a 7B autoformalizer proves a class for only 28% of problems, and a manual audit finds only approximately 43% of those proofs faithful. We propose COVCAL, a selector over Lean-trace diagnostics that certifies a finite-sample selective-risk bound on accepted answers or abstains, under two regimes (a conservative Bonferroni bound and a tighter dev-then-cal rule). Feasibility depends on autoformalization coverage: with the 7B formalizer the signal is too sparse and Bonferroni abstains on all 20 bootstrap partitions, whereas a prover-specialized formalizer reaches 79% coverage and flips it to feasible on 17 of 20, accepting approximately 48% of problems at 0.98 accepted accuracy. Since self-consistency alone is already 91% accurate, our contribution is a precise account of when, and with which formalizer, a partial formal signal can be trusted under risk control.

📄 PDF Abstract BibTeX arXiv:2605.28365

Code (0)

등록된 구현이 없습니다.

Tasks

Mathematical Reasoning

Similar Papers 제목 키워드 기반

Visored: A Controlled-Natural-Language Prover for LLM-Generated Mathematics

2026-06-16 · Xiyu Zhai, Xinyi Chen, Yiping Wang, Runlong Zhou 외 arxiv

We present a dependent-type-based prover designed around the way LLMs (and humans) tend to write mathematics, complementing existing systems such as Lean and Rocq. Its core design choices are a surface that imitates math…

LLM Judges Have Dark Current: A Psychometric Datasheet for LLM-as-a-Judge Evaluation

2026-06-14 · Hiroyasu Usami, Keisuke Hara, Ayato Tsuboi, Naohiko Matsuda arxiv

LLM-as-a-judge systems are now routinely used for open-ended model evaluation, where human preference annotation is costly, slow, and difficult to reproduce. Yet these judges are often reported as scalar accuracy, win-ra…

Evaluating and Mitigating LLM-as-a-judge Bias in Communication Systems

2025-10-14 · Jiaxin Gao, Chen Chen, Yanwen Jia, Xueluan Gong 외 arxiv

Large Language Models (LLMs) are increasingly being used to autonomously evaluate the quality of content in communication systems, e.g., to assess responses in telecom customer support chatbots. However, the impartiality…

Improving User Controlled Table-To-Text Generation Robustness

2023-02-20 · Hanxu Hu, Yunqing Liu, Zhongyi Yu, Laura Perez-Beltrachini

In this work we study user controlled table-to-text generation where users explore the content in a table by selecting cells and reading a natural language description thereof automatically produce by a natural language …

Table-to-Text GenerationText Generation

HaluNet: Learning Hallucination Risk from Internal Signals in LLM Question Answering

2025-12-31 · Chaodong Tong, Qi Zhang, Zhuojun Jiang, Lei Jiang 외 arxiv

Large language models (LLMs) achieve strong question answering (QA) performance but can produce fluent answers unsupported by available evidence. Existing hallucination detectors often rely on external verification, repe…

Question AnsweringNatural Questions