2 papers
cs.CL2026
Large Language Model Selection with Limited Annotations
Yavuz Durmazkeser, Patrik Okanovic, Andreas Kirsch +2
Choosing a Large Language Model (LLM) for a given task requires comparing many strong candidates, yet standard evaluation relies on costly annotations over fixed evaluation sets. T…
cs.CL2025
Turning Up the Heat: Min-p Sampling for Creative and Coherent LLM Outputs
Minh Nhat Nguyen, Andrew Baker, Clement Neo +3
Large Language Models (LLMs) generate text by sampling the next token from a probability distribution over the vocabulary at each decoding step. Popular sampling methods like top-p…