VERDICTSPairwise
收藏资源简介:
VERDICTS: Pairwise 是一个人工标注的成对模型响应比较数据集,专门用于评估大语言模型(LLM)作为评判者的能力。该数据集中的每个样本包含两个不同模型(model_a 和 model_b)对同一问题的回答,问题来自 BFF-Bench 或 (C)MT-Bench 基准。胜者(winner)由人工标注确定。数据集字段包括:问题ID(qid)、轮次(turn)、来源数据集(dataset)、模型名称(model_a 和 model_b)、每个模型的完整对话历史(model_a_conv 和 model_b_conv,每条记录包含内容 content 和角色 role)、问题文本(question)、模型回答(model_a_response 和 model_b_response)以及参考答案(ref_answer)。训练集共包含 604 个样本,数据集大小约为 6.3 MB。该数据集可用于研究 LLM 作为评判者的可靠性、训练偏好模型或进行人工与自动评估的对比分析。
VERDICTS: Pairwise is a human-annotated pairwise model response comparison dataset, specifically designed for evaluating the ability of large language models (LLMs) as judges. Each sample in this dataset contains responses from two different models (model_a and model_b) to the same question, where questions are sourced from BFF-Bench or (C)MT-Bench benchmarks. The winner is determined by human annotation. Dataset fields include: question ID (qid), turn, source dataset (dataset), model names (model_a and model_b), complete conversation history for each model (model_a_conv and model_b_conv, each record containing content and role), question text (question), model responses (model_a_response and model_b_response), and reference answer (ref_answer). The training set contains 604 samples, and the dataset size is approximately 6.3 MB. This dataset can be used to study the reliability of LLMs as judges, train preference models, or conduct comparative analysis between human and automatic evaluations.
VERDICTS: Pairwise 数据集详情
数据集概览
VERDICTS: Pairwise 是一个用于评估"LLM作为裁判"(LLM-as-a-judge)能力的人类标注数据集,专注于模型响应的成对比较。
数据集内容
- 核心任务:每一行数据将两个模型(
model_a和model_b)针对同一问题(来自 BFF-Bench 或 (C)MT-Bench)的回答进行成对比较。 - 标注方式:
winner字段由人类标签得出,标识两个模型中哪个回答更优。 - 相关数据集:点级(pointwise)标签可参见
kensho/VERDICTS数据集。
数据规模与结构
- 总样本数:604 条(训练集)
- 数据集大小:约 6.33 MB(下载大小约 4.34 MB)
- 数据划分:仅包含训练集(train)
字段说明
| 字段名 | 类型 | 描述 |
|---|---|---|
qid |
字符串 | 问题标识符 |
turn |
整数 | 对话轮次 |
dataset |
字符串 | 来源数据集(bffbench 或 mtbmr) |
model_a / model_b |
字符串 | 参与比较的两个模型名称 |
winner |
字符串 | 人类标注的胜出模型 |
model_a_conv / model_b_conv |
列表 | 模型对话记录(含内容与角色) |
question |
字符串 | 原始问题 |
model_a_response / model_b_response |
字符串 | 两个模型的回答 |
ref_answer |
字符串 | 参考答案 |
许可与引用
- 许可证:Apache 2.0
- 相关论文:No Free Labels: Limitations of LLM-as-a-Judge Without Human Grounding(arXiv:2503.05061),作者包括 Michael Krumdick、Charles Lovering、Varshini Reddy、Seth Ebner 和 Chris Tanner。




