abeja-cc-ja-filtered
收藏资源简介:
该数据集是大型日语预训练语料库 ABEJA-CC-JA 的过滤版本。原始数据集来源于 Common Crawl 网络爬取数据,由 ABEJA 公司整理发布。本数据集通过复制原始数据并进行过滤而创建,过滤条件为:使用 KenLM 模型(具体为 lighttransport/japanese-scoring-model)计算每篇文档的加权平均困惑度(perplexity),仅保留困惑度严格低于 40 的文本,剔除困惑度大于等于 40 的文本。数据集的每条记录包含三个字段:URL(来源网址)、content(提取的文本内容)和 perplexity(文档的困惑度分数)。数据以 Parquet 格式存储,按目录组织(例如 common_crawl_0 目录下包含多个 parquet 文件)。该数据集适用于日语语言模型的预训练或微调等文本生成任务。许可证遵循 Common Crawl 使用条款。
This dataset is a filtered version of the large Japanese pre-training corpus ABEJA-CC-JA. The original dataset is derived from Common Crawl web crawl data, released by ABEJA Inc. This dataset was created by copying the original data and applying filtering based on the weighted average perplexity of each document, computed using the KenLM model (specifically lighttransport/japanese-scoring-model). Only texts with perplexity strictly below 40 are retained, while those with perplexity >= 40 are removed. Each record contains three fields: URL (source URL), content (extracted text), and perplexity (perplexity score of the document). The data is stored in Parquet format, organized by directories (e.g., the common_crawl_0 directory contains multiple parquet files). This dataset is suitable for pre-training or fine-tuning Japanese language models, such as text generation tasks. The license follows the Common Crawl terms of use.
数据集概述
Filtered ABEJA-CC-JA 是一个经过过滤处理的日语预训练语料库,源自大规模日语预训练数据集 abeja-cc-ja。该数据集通过剔除高困惑度(perplexity)文本,提取高质量日语文本数据,以支持语言模型的训练。
数据结构
数据字段
每条数据包含以下属性:
url:抓取数据的来源 URL。content:提取的文本正文内容。perplexity:使用 KenLM 计算出的整篇文档的加权平均困惑度分数。
目录结构
数据集以 Parquet 格式提供,目录结构示例如下: text /data/commom_crawl_0/ ├── common_crawl_0_filtered_0000.parquet ├── common_crawl_0_filtered_0001.parquet └── ...
数据过滤处理
过滤过程采用以下逻辑:
- 使用的 KenLM 模型:lighttransport/japanese-scoring-model
- 过滤条件:保留困惑度分数严格低于 40 的文本,排除分数为 40 或更高的文本。
原始数据集信息
- 原始来源(AWS):https://registry.opendata.aws/abeja-cc-ja/
- 原始来源(HuggingFace):https://huggingface.co/datasets/kajuma/ABEJA-CC-JA
- 详细描述:ABEJA Tech Blog: abeja-cc-ja-202409
许可协议
数据集的许可证严格遵循原始数据集的许可条款:
该数据可供任何人根据 Common Crawl 使用条款使用。




