Datasets:
metadata
license: apache-2.0
dataset_info:
features:
- name: id
dtype: int64
- name: source
dtype: string
- name: source_id
dtype: string
- name: document
dtype: string
- name: summary
dtype: string
- name: annotator
dtype: int64
- name: A
dtype: int64
- name: B
dtype: int64
- name: C
dtype: int64
- name: D
dtype: int64
- name: E
dtype: int64
- name: F
dtype: int64
- name: G
dtype: int64
- name: H
dtype: int64
- name: I
dtype: int64
- name: J
dtype: int64
splits:
- name: train
num_bytes: 1333902
num_examples: 600
download_size: 289350
dataset_size: 1333902
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
task_categories:
- summarization
language:
- en
tags:
- characterization
- abstractivity
- mesurement
pretty_name: CLASum
size_categories:
- n<1K
Dataset Card for CLASum Dataset
Table of Contents
Dataset Description
- Point of Contact: Vicent Ahuir
Dataset Summary
The CLASum is built for abstractivity characterization and measurement in the summarization task. It contains 200 document-summary pairs extracted from CNN/DailyMail and XSUM datasets. Each summary has been annotated for 11 summary-related questions by 3 different annotators.
Data Fields
id: Sample identifiersource: Dataset of the document-summary pairsource_id: Identifier of the pair in the original datasetdocument: The document to summarizesummary: A summary for the documentannotator: Identifier of the annotatorA: Answer for a question related to relevance of the information in the summaryB: Answer for a question related to amount of novel information within the summaryC: Answer for a question related to the level of abstractivityD: Answer for a question related to the content exclusion actionE: Answer for a question related to the information melting actionF: Answer for a question related to the syntaxis alteration actionG: Answer for a question related to the synonym actionH: Answer for a question related to the generalization actionI: Answer for a question related to the specification actionJ: Answer for a question related to the ccontent reordering action
Additional Information
Licensing Information
The CLASum dataset is released under the Apache-2.0 License.
Citation Information
@Unpublished{Ahuir2025,
author = {Vicent Ahuir and Lluís-F. Hurtado},
date = {2025-10},
title = {Beyond ``Using Their Own Words'': Abstractivity Characterization in Summarization},
}