paper-with-me

Papers

Benchmarking and Improving Generator-Validator Consistency of Language Models

2023-10-03 · Xiang Lisa Li, Vaishnavi Shrivastava, Siyan Li, Tatsunori Hashimoto, Percy Liang

As of September 2023, ChatGPT correctly answers "what is 7+8" with 15, but when asked "7+8=15, True or False" it responds with "False". This inconsistency between generating and validating an answer is prevalent in language models (LMs) and erodes trust. In this paper, we propose a framework for measuring the consistency between generation and validation (which we call generator-validator consistency, or GV-consistency), finding that even GPT-4, a state-of-the-art LM, is GV-consistent only 76% of the time. To improve the consistency of LMs, we propose to finetune on the filtered generator and validator responses that are GV-consistent, and call this approach consistency fine-tuning. We find that this approach improves GV-consistency of Alpaca-30B from 60% to 93%, and the improvement extrapolates to unseen tasks and domains (e.g., GV-consistency for positive style transfers extrapolates to unseen styles like humor). In addition to improving consistency, consistency fine-tuning improves both generator quality and validator accuracy without using any labeled data. Evaluated across 6 tasks, including math questions, knowledge-intensive QA, and instruction following, our method improves the generator quality by 16% and the validator accuracy by 6.3% across all tasks.

📄 PDF Abstract BibTeX arXiv:2310.01846

Code (0)

등록된 구현이 없습니다.

Tasks

BenchmarkingInstruction FollowingMath

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Adam 설명 없음
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…

Similar Papers 제목 키워드 기반

Improving LLMs via Validator-to-Generator Alignment

2026-07-02 · Juan Diego Rodriguez, Jocelyn Zhang, Katrin Erk, Greg Durrett arxiv

Large language models are inconsistent: varying prompts or including unrelated information can lead to unexpected changes in model outputs. The generator-validator (G-V) gap is one manifestation of this phenomenon, where…

RankAlign: A Ranking View of the Generator-Validator Gap in Large Language Models

2025-04-15 · Juan Diego Rodriguez, Wenxuan Ding, Katrin Erk, Greg Durrett

Although large language models (LLMs) have become generally more capable and accurate across many tasks, some fundamental sources of unreliability remain in their behavior. One key limitation is their inconsistency at re…

Question Answering

Calibrating Verbalized Confidence with Self-Generated Distractors

2025-09-29 · Victor Wang, Elias Stengel-Eskin arxiv

Calibrated confidence estimates are necessary for large language model (LLM) outputs to be trusted by human users. While LLMs can express their confidence in human-interpretable ways, verbalized LLM-generated confidence …

ClawEnvKit: Automatic Environment Generation for Claw-Like Agents

2026-04-20 · Xirui Li, Ming Li, Ion Stoica, Cho-Jui Hsieh 외 arxiv

Constructing environments for training and evaluating claw-like agents remains a manual, human-intensive process that does not scale. We argue that what is needed is not just a dataset, but an automated pipeline capable …

When and Why Test Generators for Deep Learning Produce Invalid Inputs: an Empirical Study

2022-12-21 · Vincenzo Riccio, Paolo Tonella

Testing Deep Learning (DL) based systems inherently requires large and representative test sets to evaluate whether DL systems generalise beyond their training datasets. Diverse Test Input Generators (TIGs) have been pro…

valid