M2PreserveEval
收藏资源简介:
M²PRESERVEEVAL 数据集是用于评估文本简化中意义保留的实例级标注数据集,基于 M²PRESERVE 框架构建。数据集包含两个 JSONL 文件:M2PreserveEval_Completeness.jsonl 和 M2PreserveEval_faithfulness.jsonl,分别对应完整性和忠实性两个评估维度。每个实例包含原始文本(source)、简化文本(simplified)、从文本中提取的原子关键事实(keyFacts)、对齐决策(Alignment)、细粒度标签(Labels)以及最终评分(score)。完整性维度的标签包括 Connected、good deletion、bad deletion 和 Wrong Key Fact;忠实性维度的标签包括 Connected、elaboration、factual error 和 Wrong Key Fact。实例还标注了评估维度(dimension)、实例索引(instanceidx)、原始文本来源(sourceName)以及简化模型名称(System_Name)。数据集样本来源于 Cambridge Exams、ELG CEFR、OneStopEnglish 语料库以及 TSAR 2025 共享任务等多个公开数据集。该数据集适用于文本简化系统的意义保留评估任务。
M²PRESERVEEVAL is an instance-level annotated dataset for evaluating meaning preservation in text simplification, built upon the M²PRESERVE framework. The dataset consists of two JSONL files: M2PreserveEval_Completeness.jsonl and M2PreserveEval_faithfulness.jsonl, corresponding to the two evaluation dimensions of completeness and faithfulness. Each instance includes the original text (source), simplified text (simplified), atomic key facts extracted from the text (keyFacts), alignment decisions (Alignment), fine-grained labels (Labels), and a final score (score). Labels for the completeness dimension include Connected, good deletion, bad deletion, and Wrong Key Fact; labels for the faithfulness dimension include Connected, elaboration, factual error, and Wrong Key Fact. Instances are also annotated with the evaluation dimension (dimension), instance index (instanceidx), source of the original text (sourceName), and the name of the simplification system (System_Name). The dataset samples are derived from multiple public datasets, including Cambridge Exams, ELG CEFR, OneStopEnglish corpus, and the TSAR 2025 shared task. This dataset is suitable for evaluating the meaning preservation of text simplification systems.
M²PRESERVEEVAL 数据集概述
该数据集用于评估文本简化任务中的意义保留情况,基于 M²PRESERVE 框架构建,提供了实例级别的细粒度标注。每个实例包含原文、简化输出、提取的关键事实、对齐决策、细粒度标注标签及最终评分。
文件结构
数据集由两个 JSONL 文件组成,分别对应两个评估维度:
M2PreserveEval_Completeness.jsonl:评估简化文本对原文信息的完整性保留。M2PreserveEval_faithfulness.jsonl:评估简化文本对原文信息的忠实性。
每个 JSONL 行代表一个带标注的实例。
数据格式与字段说明
每个实例的结构化字段如下:
| 字段 | 描述 |
|---|---|
dimension |
评估维度,取值为 completeness 或 faithfulness。 |
instanceidx |
实例索引。 |
sourceName |
原始文本来源数据集的名称。 |
source |
原始输入文本。 |
simplified |
简化后的文本。 |
keyFacts |
从文本中提取的原子性关键事实。在完整性维度中提取自原文;在忠实性维度中提取自简化文本。 |
System_Name |
生成简化文本的模型名称。 |
score |
针对该评估维度的最终得分。 |
Alignment |
关键事实的二元对齐值。 |
Labels |
每个关键事实的细粒度标签。完整性标签包括 Connected、good deletion、bad deletion 和 Wrong Key Fact;忠实性标签包括 Connected、elaboration、factual error 和 Wrong Key Fact。 |
来源数据集
数据集中的实例采样自以下四个来源:
- Cambridge Exams:cambridge_exams_en
- ELG CEFR:elg_cefr_en
- OneStopEnglish 语料库:OneStopEnglishCorpus
- TSAR 2025 Shared Task on RCTS (British Council):TSAR 2025 官方合集




