EULAI
收藏资源简介:
EULAI是一个专注于法律文本摘要和分类的数据集,主要用于处理服务条款(ToS)和隐私政策文档。该数据集旨在帮助用户快速理解复杂的法律协议内容。数据集包含以下字段:'id'(原始内容的MD5哈希值,确保唯一性)、'service_name'(服务提供商名称,如Google、TikTok等)、'url'(原始文档链接)、'policy'(从ToS/隐私页面提取的原始法律文本,作为输入)和'summary'(按照ToS;dr标准分类的要点摘要,作为目标输出)。数据集采用英文法律文本,适用于法律领域、隐私研究和ToSDR相关应用。数据已分为训练集(qwen_train.jsonl)和测试集(qwen_test.jsonl)两部分,以JSONL格式存储。该数据集最初是为EULAI浏览器扩展项目开发的,该扩展旨在通过自动摘要打破数字合同的不透明性,帮助用户在同意服务条款前快速了解关键内容。
EULAI is a dataset focused on legal text summarization and classification, primarily designed for processing Terms of Service (ToS) and privacy policy documents. This dataset aims to help users rapidly grasp the content of complex legal agreements. The dataset includes the following fields: 'id' (MD5 hash of the original content to ensure uniqueness), 'service_name' (name of the service provider, such as Google, TikTok, etc.), 'url' (link to the original document), 'policy' (original legal text extracted from ToS/privacy pages, used as input), and 'summary' (bullet-point summary classified according to the ToS;dr standard, used as target output). The dataset consists of English legal texts, and is applicable to legal research, privacy studies, and ToSDR-related applications. The dataset is split into two subsets: the training set (qwen_train.jsonl) and the test set (qwen_test.jsonl), stored in JSONL format. This dataset was initially developed for the EULAI browser extension project, which aims to break the opacity of digital contracts via automatic summarization, helping users quickly understand key content before agreeing to Terms of Service.
EULAI 数据集概述
数据集基本信息
- 数据集名称:EULAI
- 创建者:Axel Delaval
- 发布日期:2026年1月
- 任务类别:摘要生成、文本分类
- 语言:英语
- 标签:法律、tosdr、隐私、gemini
数据集描述
EULAI是一个旨在打破数字合同不透明性的智能浏览器扩展。该数据集用于支持从复杂的法律术语到简洁、可操作摘要的转换。
数据文件与配置
- 配置名称:default
- 训练集文件:qwen_train.jsonl
- 测试集文件:qwen_test.jsonl
数据模式
数据包含以下列:
- id:原始Markdown文本的MD5哈希值(确保内容唯一性)。
- service_name:公司或服务名称(例如:Google, TikTok)。
- url:原始服务条款/隐私政策文档的URL。
- policy:输入:从服务条款/隐私政策页面提取的原始法律文本。
- summary:目标:按照ToS;dr标准分类的要点摘要。
使用方法
python from datasets import load_dataset
ds_train = load_dataset("AxelDlv00/EULAI", split="train") ds_test = load_dataset("AxelDlv00/EULAI", split="test")




