paper-with-me

홈 › Papers

Better Instruction-Following Through Minimum Bayes Risk

2024-10-03 · Ian Wu, Patrick Fernandes, Amanda Bertsch, Seungone Kim, Sina Pakazad, Graham Neubig

General-purpose LLM judges capable of human-level evaluation provide not only a scalable and accurate way of evaluating instruction-following LLMs but also new avenues for supervising and improving their performance. One promising way of leveraging LLM judges for supervision is through Minimum Bayes Risk (MBR) decoding, which uses a reference-based evaluator to select a high-quality output from amongst a set of candidate outputs. In the first part of this work, we explore using MBR decoding as a method for improving the test-time performance of instruction-following LLMs. We find that MBR decoding with reference-based LLM judges substantially improves over greedy decoding, best-of-N decoding with reference-free judges and MBR decoding with lexical and embedding-based metrics on AlpacaEval and MT-Bench. These gains are consistent across LLMs with up to 70B parameters, demonstrating that smaller LLM judges can be used to supervise much larger LLMs. Then, seeking to retain the improvements from MBR decoding while mitigating additional test-time costs, we explore iterative self-training on MBR-decoded outputs. We find that self-training using Direct Preference Optimisation leads to significant performance gains, such that the self-trained models with greedy decoding generally match and sometimes exceed the performance of their base models with MBR decoding.

📄 PDF Abstract BibTeX arXiv:2410.02902

Code (0)

등록된 구현이 없습니다.

Tasks

Instruction Following

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically
BASE 설명 없음

Similar Papers 제목 키워드 기반

Multilingual Long-Form Speech Instruction Following: KIT's Submission to IWSLT 2026

2026-06-03 · Enes Yavuz Ugan, Maike Züfle, Yuka Ko, Supriti Sinhamahapatra 외 arxiv

With the advent of Large Language Models, single-task and token-based multi-task models have evolved into instruction-based systems that infer task and target language implicitly from natural language prompts. This trend…

Instruction FollowingData Augmentation

Structure-Conditional Minimum Bayes Risk Decoding

2025-10-23 · Bryan Eikema, Anna Rutkiewicz, Mario Giulianelli arxiv

Minimum Bayes Risk (MBR) decoding has seen renewed interest as an alternative to traditional generation strategies. While MBR has proven effective in machine translation, where the variability of a language model's outco…

Machine Translation

Chasing Ghosts: Instruction Following as Bayesian State Tracking

2019-07-03 · NeurIPS 2019 12 · Peter Anderson, Ayush Shrivastava, Devi Parikh, Dhruv Batra 외

A visually-grounded navigation instruction can be interpreted as a sequence of expected observations and actions an agent following the correct trajectory would encounter and perform. Based on this intuition, we formulat…

Instruction FollowingVision and Language Navigation

MUFFIN: Curating Multi-Faceted Instructions for Improving Instruction-Following

2023-12-05 · Renze Lou, Kai Zhang, Jian Xie, Yuxuan Sun 외

In the realm of large language models (LLMs), enhancing instruction-following capability often involves curating expansive training data. This is achieved through two primary schemes: i) Scaling-Inputs: Amplifying (input…

Instruction Following

Pragmatic Instruction Following and Goal Assistance via Cooperative Language-Guided Inverse Planning

2024-02-27 · Tan Zhi-Xuan, Lance Ying, Vikash Mansinghka, Joshua B. Tenenbaum

People often give instructions whose meaning is ambiguous without further context, expecting that their actions or goals will disambiguate their intentions. How can we build assistive agents that follow such instructions…

Bayesian InferenceInstruction Following