BASSE (BAsque and Spanish Summarization Evaluation)
收藏资源简介:
BASSE数据集由西班牙巴斯克自治区大学的研究团队创建,包含2040个由人工和五种LLM模型生成的摘要,这些摘要基于45篇新闻文章。数据集旨在评估自动文本摘要的评价指标,并为巴斯克语和西班牙语提供首个大规模的摘要数据集。
The BASSE dataset was created by a research team from the University of the Basque Country, Spain. It consists of 2,040 summaries generated by humans and five large language models (LLMs), all of which are derived from 45 news articles. The dataset is designed to evaluate metrics for automatic text summarization, and provides the first large-scale summarization dataset for both Basque and Spanish languages.
BASSE: BAsque and Spanish Summarization Evaluation 数据集概述
数据集简介
BASSE是一个多语言(巴斯克语和西班牙语)数据集,主要用于自动摘要指标和LLM-as-a-Judge模型的元评估。包含90篇新闻文档(每种语言45篇)的自动摘要和人工参考摘要。
数据集内容
BASSE数据集
- 数据来源:使用Anthropics Claude、OpenAIs GPT-4、Reka AIs Reka、Llama3.1和CommandR+生成摘要
- 提示类型:base、core、5W1H、tldr四种提示
- 标注维度:Coherence、Consistency、Fluency、Relevance、5W1H(5点Likert量表)
- 数据格式:JSONL格式,包含以下字段:
idx:唯一标识符(原始出版物URL)round:标注轮次(1、2或3)original_document:原始新闻文档reference_summaries:人工参考摘要(第1、2轮每文档3个,第3轮1个)model_summaries:生成摘要及其人工标注
BasqueSumm数据集
- 数据来源:自动从www.berria.eus编译
- 数据格式:JSON格式,包含以下字段:
date:发布日期(yyyy-mm-dd)url:原始出版物URLcategory:文章主题title:文章标题subtitle:文章副标题summary:标题+副标题(作为参考摘要代理)text:新闻文章正文
使用方式
BASSE数据集加载
python import json basse_data = [json.loads(line) for line in open("eu/BASSE.jsonl")]
代码库使用
-
基于SummEval代码库
-
复现指标与人工标注相关性: bash cd experiments python metrics_exp.py
-
获取模型评估: bash cd experiments python model_eval.py
许可信息
- 许可类型:CC BY-NC-SA 4.0许可证
引用信息
bibtex @misc{barnes-etal-2025-basse, title = "Summarization Metrics for Spanish and Basque: {D}o Automatic Scores and LLM-Judges Correlate with Humans?", author = "Barnes, Jeremy and Perez, Naiara and Bonet-Jover, Alba and Altuna, Begoña", year={2025}, eprint={}, archivePrefix={arXiv}, primaryClass={cs.AI}, url={} }

- 1Summarization Metrics for Spanish and Basque: Do Automatic Scores and LLM-Judges Correlate with Humans?西班牙巴斯克自治区大学(UPV/EHU) · 2025年



