paper-with-me

홈 › Papers

Evaluation of Large Language Models via Coupled Token Generation

2025-02-03 · Nina Corvelo Benz, Stratis Tsirtsis, Eleni Straitouri, Ivi Chatzi, Ander Artola Velasco, Suhas Thejaswi, Manuel Gomez-Rodriguez

State of the art large language models rely on randomization to respond to a prompt. As an immediate consequence, a model may respond differently to the same prompt if asked multiple times. In this work, we argue that the evaluation and ranking of large language models should control for the randomization underpinning their functioning. Our starting point is the development of a causal model for coupled autoregressive generation, which allows different large language models to sample responses with the same source of randomness. Building upon our causal model, we first show that, on evaluations based on benchmark datasets, coupled autoregressive generation leads to the same conclusions as vanilla autoregressive generation but using provably fewer samples. However, we further show that, on evaluations based on (human) pairwise comparisons, coupled and vanilla autoregressive generation can surprisingly lead to different rankings when comparing more than two models, even with an infinite amount of samples. This suggests that the apparent advantage of a model over others in existing evaluation protocols may not be genuine but rather confounded by the randomness inherent to the generation process. To illustrate and complement our theoretical results, we conduct experiments with several large language models from the Llama family. We find that, across multiple knowledge areas from the popular MMLU benchmark dataset, coupled autoregressive generation requires up to 40% fewer samples to reach the same conclusions as vanilla autoregressive generation. Further, using data from the LMSYS Chatbot Arena platform, we find that the win-rates derived from pairwise comparisons by a strong large language model to prompts differ under coupled and vanilla autoregressive generation.

📄 PDF Abstract BibTeX arXiv:2502.01754

Code (1)

networks-learning/coupled-llm-evaluation 공식 구현 pytorch

Tasks

ChatbotLarge Language ModelMMLU

Methods 이 논문이 사용한 방법론

LLaMA LLaMA is a collection of foundation language models ranging from 7B to 65B parameters. It is based on the transformer architecture with various improvements that were…

Similar Papers 제목 키워드 기반

Speech-Language Models with Decoupled Tokenizers and Multi-Token Prediction

2025-06-14 · Xiaoran Fan, Zhichao Sun, Yangfan Gao, Jingfei Xiong 외

Speech-language models (SLMs) offer a promising path toward unifying speech and text understanding and generation. However, challenges remain in achieving effective cross-modal alignment and high-quality speech generatio…

cross-modal alignment

Signs as Tokens: An Autoregressive Multilingual Sign Language Generator

2024-11-26 · Ronglai Zuo, Rolandos Alexandros Potamias, Evangelos Ververas, Jiankang Deng 외

Sign language is a visual language that encompasses all linguistic features of natural languages and serves as the primary communication method for the deaf and hard-of-hearing communities. While many studies have succes…

Sign Language TranslationText Generation

Geometry Informed Tokenization of Molecules for Language Model Generation

2024-08-19 · Xiner Li, Limei Wang, Youzhi Luo, Carl Edwards 외

We consider molecule generation in 3D space using language models (LMs), which requires discrete tokenization of 3D molecular geometries. Although tokenization of molecular graphs exists, that for 3D geometries is largel…

Language ModelingLanguage Modelling

NAVIRA: Decoupled Stochastic Remasking for Masked Diffusion Language Models

2026-06-04 · Andrey Fomenko, Maksim Kryzhanovskiy, Svetlana Glazyrina, Roman Ischenko arxiv

Masked diffusion language models generate text by iteratively unmasking many tokens in parallel, but this speed comes with a correction problem: tokens generated in the same step are predicted from marginal distributions…

Text Generation

LocateAnything: Fast and High-Quality Vision-Language Grounding with Parallel Box Decoding

2026-05-26 · Shihao Wang, Shilong Liu, Yuanguo Kuang, Xinyu Wei 외 arxiv

Vision-language models (VLMs) commonly formulate visual grounding and detection as a coordinate-token generation problem, serializing each 2D box into multiple 1D tokens that are learned and decoded largely independently…

Visual Grounding