A User-Centric Multi-Intent Benchmark for Evaluating Large Language Models
Jiayin Wang, Fengran Mo, Weizhi Ma, Peijie Sun, Min Zhang, Jian-Yun Nie
TL;DR
The paper addresses the problem that existing LLM benchmarks emphasize model abilities rather than how well models satisfy real user intents across diverse cultures. It introduces URS, a dataset of 1,846 authentic user interactions (1,014 English and 832 Chinese) across six intents collected from 712 participants in 23 countries, and evaluates 10 LLM services using GPT-4 as an intent-aware judge. Findings show strong alignment between benchmark scores and human preferences (Pearson r = 0.95 with user satisfaction and r = 0.94 with pairwise annotations); GPT-4 generally yields the highest performance, with exceptions in the Text Assistant domain. The work provides a scalable, user-centric benchmark and makes the URS dataset and process publicly available to guide LLM development and service selection.
Abstract
Large language models (LLMs) are essential tools that users employ across various scenarios, so evaluating their performance and guiding users in selecting the suitable service is important. Although many benchmarks exist, they mainly focus on specific predefined model abilities, such as world knowledge, reasoning, etc. Based on these ability scores, it is hard for users to determine which LLM best suits their particular needs. To address these issues, we propose to evaluate LLMs from a user-centric perspective and design this benchmark to measure their efficacy in satisfying user needs under distinct intents. Firstly, we collect 1,846 real-world use cases from a user study with 712 participants from 23 countries. This first-hand data helps us understand actual user intents and needs in LLM interactions, forming the User Reported Scenarios (URS) dataset, which is categorized with six types of user intents. Secondly, based on this authentic dataset, we benchmark 10 LLM services with GPT-4-as-Judge. Thirdly, we show that benchmark scores align well with human preference in both real-world experience and pair-wise annotations, achieving Pearson correlations of 0.95 and 0.94, respectively. This alignment confirms that the URS dataset and our evaluation method establish an effective user-centric benchmark. The dataset, code, and process data are available at https://github.com/Alice1998/URS.
