AI Navigate

SommBench: Assessing Sommelier Expertise of Language Models

arXiv cs.CL / 3/13/2026

📰 NewsIdeas & Deep AnalysisModels & Research

Key Points

  • SommBench is a multilingual benchmark designed to evaluate language models' sommelier expertise across languages, aiming to separate wine knowledge from general language ability.
  • It comprises three tasks—Wine Theory Question Answering (WTQA), Wine Feature Completion (WFC), and Food-Wine Pairing (FWP)—with datasets of 1,024 WTQA questions, 1,000 WFC examples, and 1,000 FWP instances collected in English, Slovak, Swedish, Finnish, German, Danish, Italian, and Spanish.
  • The benchmark was developed with input from a professional sommelier and native speakers to ensure realism and linguistic coverage, allowing cross-language comparison of wine expertise and grounding.
  • Results show strong performance on WTQA for some models (up to 97% accuracy for closed-weights models) but substantially lower performance on WFC (peak around 65%) and weak food-wine pairing (MCC between 0 and 0.39), highlighting gaps in sensory-grounded reasoning.
  • SommBench is publicly available on GitHub, with reported results for models like Gemini 2.5, GPT-OSS, and Qwen 3, establishing it as a challenging benchmark for evaluating sommelier-style reasoning in language models.

Abstract

With the rapid advances of large language models, it becomes increasingly important to systematically evaluate their multilingual and multicultural capabilities. Previous cultural evaluation benchmarks focus mainly on basic cultural knowledge that can be encoded in linguistic form. Here, we propose SommBench, a multilingual benchmark to assess sommelier expertise, a domain deeply grounded in the senses of smell and taste. While language models learn about sensory properties exclusively through textual descriptions, SommBench tests whether this textual grounding is sufficient to emulate expert-level sensory judgment. SommBench comprises three main tasks: Wine Theory Question Answering (WTQA), Wine Feature Completion (WFC), and Food-Wine Pairing (FWP). SommBench is available in multiple languages: English, Slovak, Swedish, Finnish, German, Danish, Italian, and Spanish. This helps separate a language model's wine expertise from its language skills. The benchmark datasets were developed in close collaboration with a professional sommelier and native speakers of the respective languages, resulting in 1,024 wine theory question-answering questions, 1,000 wine feature-completion examples, and 1,000 food-wine pairing examples. We provide results for the most popular language models, including closed-weights models such as Gemini 2.5, and open-weights models, such as GPT-OSS and Qwen 3. Our results show that the most capable models perform well on wine theory question answering (up to 97% correct with a closed-weights model), yet feature completion (peaking at 65%) and food-wine pairing show (MCC ranging between 0 and 0.39) turn out to be more challenging. These results position SommBench as an interesting and challenging benchmark for evaluating the sommelier expertise of language models. The benchmark is publicly available at https://github.com/sommify/sommbench.