CARTE
收藏资源简介:
CARTE(文化锚定区域领土评估)是一个基准数据集,旨在评估语言模型对法国本土区域差异的理解能力。该数据集覆盖法国全部13个本土大区,涵盖文化、语言、人口统计、经济、环境、交通和区域认同等多个领域。它包含一个名为CARTE-LV的子集,专门聚焦于法国境内的区域语言变异研究。数据集以单个JSONL文件(carte_benchmark.jsonl)的形式提供,规模在1千到1万条样本之间,每条记录对应一个多项选择题,以JSON对象存储,包括问题文本、选项列表、正确答案、关联的法国大区、所属主题领域以及是否属于CARTE-LV子集的布尔标志。数据集主要用于评估语言模型的地理和语言文化知识,推荐同时报告在完整数据集和语言变异子集上的性能,以便进行更细粒度的分析。数据集语言为法语,采用CC BY-NC 4.0许可协议发布。
CARTE (Culturally Anchored Regional Territorial Evaluation) is a benchmark dataset designed to evaluate language models' ability to comprehend regional differences within metropolitan France. This dataset covers all 13 metropolitan regions of France, spanning multiple domains including culture, language, demographics, economy, environment, transportation, and regional identity. It includes a subset named CARTE-LV, which specifically focuses on research into regional language variation within France. The dataset is provided as a single JSONL file (carte_benchmark.jsonl), consisting of between 1,000 and 10,000 samples. Each record corresponds to a multiple-choice question, stored as a JSON object that includes the question text, option list, correct answer, associated French region, affiliated thematic domain, and a boolean flag indicating whether the sample belongs to the CARTE-LV subset. The dataset is primarily utilized to evaluate the geographic and linguistic-cultural knowledge of language models. It is recommended to report model performance on both the full dataset and the language variation subset to support more fine-grained analytical studies. The dataset is written in French and released under the CC BY-NC 4.0 license.
数据集概述
CARTE(Culturally Anchored Regional-Territorial Evaluation) 是一个用于评估语言模型对法国本土区域变异理解能力的基准数据集。该数据集覆盖法国本土全部13个大区,涉及文化、语言、人口、经济、环境、流动性和区域身份等多个领域。此外,数据集还包含一个子集 CARTE-LV,专门聚焦于法国境内的区域语言变异。
数据集基本信息
- 许可证: CC BY-NC 4.0
- 语言: 法语
- 标签: Benchmark, LLMBenchmark, NLP, FrenchBenchmark, LLM, Evaluation, LLMEvaluation
- 规模: 1K < n < 10K(样本数量在1000到10000之间)
数据结构
数据集以单个 JSONL 文件形式提供(carte_benchmark.jsonl),每一行对应一个多项选择题,存储为一个 JSON 对象。每个问题包含五个选项(A–E),其中一个是正确答案,三个是合理的干扰项,一个是“我不知道”选项。
数据字段说明
| 字段 | 描述 |
|---|---|
question |
问题文本 |
choices |
答案选项列表 |
answer |
正确答案标签 |
region |
关联的法国大区 |
domain |
主题类别(如文化、语言、经济) |
is_carte_lv |
布尔值,指示该示例是否属于 CARTE-LV 子集 |
数据集构成
| 基准 | 描述 |
|---|---|
| CARTE | 完整数据集(所有示例) |
| CARTE-LV | 聚焦区域语言变异的子集(is_carte_lv = true) |
推荐评估方式
建议在两个子集上分别报告结果:
- CARTE: 评估区域知识整体表现
- CARTE-LV: 评估语言变异任务上的表现
这种分离有助于对语言模型的地域和语言理解能力进行更细粒度的分析。




