pal-results
收藏资源简介:
该数据集是一个用于评估和分析语言模型性能的基准测试结果集合,包含多个子配置,每个配置对应特定模型(如Llama-1B、Llama-8B、Qwen-1B、Qwen-8B)在特定训练或推理策略(如ties、coin、ppcl、single_all_random、single_one等)下,在某个测试集上的输出和评估指标。每个数据样本包含9个字段:run(运行标识符)、dataset(源数据集名称)、template(使用的提示模板)、example_id(样本唯一ID)、em(精确匹配得分,整数)、rougeL(ROUGE-L相似度得分,浮点数)、prediction(模型的文本预测)、label(真实标签或参考答案)以及prompt(输入给模型的提示文本)。数据集规模较大,大多数配置包含128,128个训练样本,少数配置包含44,544个样本。该数据集适用于研究语言模型的生成质量、不同提示策略或模型融合方法对性能的影响,以及进行自动评估指标的对比分析。
This dataset is a collection of benchmark test results for evaluating and analyzing the performance of language models. It includes multiple sub-configurations, each corresponding to a specific model (e.g., Llama-1B, Llama-8B, Qwen-1B, Qwen-8B) under specific training or inference strategies (such as ties, coin, ppcl, single_all_random, single_one, etc.) on a test set, with outputs and evaluation metrics. Each data sample contains 9 fields: run (run identifier), dataset (source dataset name), template (used prompt template), example_id (unique sample ID), em (exact match score, integer), rougeL (ROUGE-L similarity score, float), prediction (models text prediction), label (true label or reference answer), and prompt (input prompt text to the model). The dataset is large in scale, with most configurations containing 128,128 training samples and a few configurations containing 44,544 samples. It is suitable for researching the generation quality of language models, the impact of different prompt strategies or model fusion methods on performance, and comparative analysis of automatic evaluation metrics.
数据集详情:prompt-agnostic-language-models/pal-results
数据集概述
该数据集包含多个配置(config),每个配置对应一个测试实验(以 __test 结尾),记录不同模型在多种提示模板策略下的评估结果。
配置列表(共 19 个)
基于 Llama-1B 模型
| 配置名称 | 样本数 | 数据集大小 |
|---|---|---|
| Llama-1B-ties__test | 44,544 | 29.26 MB |
| Llama-1B_coin__test | 128,128 | 98.23 MB |
| Llama-1B_ppcl__test | 128,128 | 94.39 MB |
| Llama-1B_single_all_random__test | 128,128 | 98.64 MB |
| Llama-1B_single_all_templates_per_batch__test | 128,128 | 101.51 MB |
| Llama-1B_single_one__test | 128,128 | 98.49 MB |
| Llama-1B_single_one_template_per_batch__test | 128,128 | 100.31 MB |
基于 Llama-8B 模型
| 配置名称 | 样本数 | 数据集大小 |
|---|---|---|
| Llama-8B_single_one__test | 128,128 | 98.64 MB |
基于 Qwen-1B 模型
| 配置名称 | 样本数 | 数据集大小 |
|---|---|---|
| Qwen-1B_coin__test | 128,128 | 103.19 MB |
| Qwen-1B_ppcl__test | 128,128 | 100.39 MB |
| Qwen-1B_single_all_random__test | 128,128 | 105.80 MB |
| Qwen-1B_single_all_random_majority__test | 128,128 | 106.88 MB |
| Qwen-1B_single_all_templates_per_batch__test | 128,128 | 107.15 MB |
| Qwen-1B_single_one__test | 128,128 | 104.63 MB |
| Qwen-1B_single_one_template_per_batch__test | 128,128 | 107.34 MB |
基于 Qwen-8B 模型
| 配置名称 | 样本数 | 数据集大小 |
|---|---|---|
| Qwen-8B_single_all_random__test | 128,128 | 103.64 MB |
| Qwen-8B_single_all_templates_per_batch__test | 128,128 | 105.45 MB |
| Qwen-8B_single_one__test | 128,128 | 102.80 MB |
数据结构(每个配置)
每个样本包含以下字段:
- run (string/large_string):实验运行标识
- dataset (string/large_string):所用数据集名称
- template (string/large_string):使用的提示模板
- example_id (int64):样本唯一标识
- em (int64):精确匹配(Exact Match)得分
- rougeL (float64):ROUGE-L 得分
- prediction (string/large_string):模型预测输出
- label (string/large_string):真实标签
- prompt (string/large_string):实际使用的提示文本
数据划分
所有配置仅包含一个划分:train,无验证集或测试集。




