amis-agri-utilization
收藏资源简介:
AMIS Utilization Commodity Relevance数据集是一个用于训练和评估农业商品新闻二元利用相关性分类器的文本数据集。它包含从AMIS新闻文章中分块提取的文本示例,每个文本块都标注了是否与农业商品利用相关,主题涵盖生产、贸易、利用和库存四个关键领域。数据集共有20,694个文本块,来自9,694个不同的文章组,每个样本包含chunk_text(文本块)、label(二元标签,0表示不相关,1表示相关)和id(分组标识符)三个字段。数据分割采用GroupShuffleSplit方法,确保同一文章的不同文本块不跨分割,其中训练集占70%(14,341行),验证集占15%(3,265行),测试集占15%(3,088行)。标签分布显示,18,792个样本标记为不相关(0),1,902个样本标记为相关(1)。数据集具有多语言特性,包括西班牙语、葡萄牙语、法语、英语、俄语、中文和阿拉伯语等多种语言。文本长度从101到800个字符不等,中位数为794个字符,平均长度为693.9个字符。该数据集适用于文本分类任务,特别是农业领域新闻的利用相关性分析,可用于开发多语言农业信息处理系统。
The AMIS Utilization Commodity Relevance dataset is a text dataset designed for training and evaluating binary utilization relevance classifiers for agricultural commodity news. It comprises text chunks extracted from AMIS news articles, where each chunk is annotated as to whether it is relevant to the utilization of agricultural commodities, covering four key thematic areas: production, trade, utilization, and inventory. The dataset contains a total of 20,694 text chunks derived from 9,694 distinct article groups. Each sample includes three fields: chunk_text (the text chunk), label (a binary label where 0 indicates irrelevance and 1 indicates relevance), and id (the group identifier). The dataset is split using the GroupShuffleSplit method to ensure that different chunks from the same article do not cross splits, with the training set accounting for 70% (14,341 samples/rows), the validation set 15% (3,265 samples/rows), and the test set 15% (3,088 samples/rows). Regarding label distribution, 18,792 samples are annotated as irrelevant (0), while 1,902 samples are marked as relevant (1). The dataset features multilingual characteristics, covering multiple languages including Spanish, Portuguese, French, English, Russian, Chinese, and Arabic. The text length ranges from 101 to 800 characters, with a median length of 794 characters and an average length of 693.9 characters. This dataset is applicable to text classification tasks, particularly utilization relevance analysis of agricultural domain news, and can be used to develop multilingual agricultural information processing systems.
数据集概述:AMIS Utilization Commodity Relevance Dataset
该数据集用于训练和评估农业商品新闻的二分类利用率相关性分类器。数据来源于AMIS新闻文章,经文本分块并标注了利用率相关性。
主题范围
涵盖四个主题领域:生产、贸易、利用率和库存。
标签定义
- 0:不主要与利用率相关(在生产、贸易、利用率和库存方面)。
- 1:与利用率相关(在生产、贸易、利用率和库存方面)。
数据列
chunk_text:模型输入的文本块。label:二分类目标(0 或 1)。id:用于防止数据泄露的分组标识符。
数据划分
使用 GroupShuffleSplit 按 id 分组划分,确保同一篇文章的文本块不会出现在多个划分中。
- 训练集:70%
- 验证集:15%
- 测试集:15%
- 随机种子:42
数据集统计
- 总行数:20,694
- 唯一分组数:9,694
- 文本长度范围:101 至 800 个字符
- 文本长度中位数:794.0 字符
- 文本长度平均值:693.9 字符
划分统计
| 划分 | 行数 | 唯一分组数 | 标签0 | 标签1 |
|---|---|---|---|---|
| train | 14,341 | 6,785 | 13,029 | 1,312 |
| validation | 3,265 | 1,454 | 2,933 | 332 |
| test | 3,088 | 1,455 | 2,830 | 258 |
总体标签分布
- 标签0:18,792
- 标签1:1,902
语言分布
- 西班牙语:3,000
- 葡萄牙语:2,999
- 法语:2,998
- 英语:2,993
- 俄语:2,987
- 中文:2,986
- 阿拉伯语:2,731
源标签分布
NO_RELEVANT:18,762PRIMARY:1,311SECONDARY:591UNCERTAIN:30
候选集分布
true_negative:8,835hard_negative:6,442positive:5,417
分块方法
- 所有文本块均采用递归分块方法(
recursive)。
创建信息
- 生成时间:2026-05-26 15:40:04 UTC
- 生成脚本:
04-upload-commodity-dataset.py




