pravda-sk-text
收藏资源简介:
该数据集包含9414篇斯洛伐克语新闻文章,采集自某新闻出版商。每条记录包括文章正文(text)、标题(title)、摘要/导语(description)、主题标签(tags,斯洛伐克语,来自出版商元数据)、子域(subdomain,如spravy、sportweb、kultura)、文章URL、发布时间(published,ISO 8601格式,已知时)、子域内子节(section_label)、是否赞助内容(is_sponsored)、正文字符数(n_chars)、正文词数(n_words)以及质量标志(quality_flag,正常为null,空或过短则标记)。数据集可用于斯洛伐克语文本分类、主题建模、摘要生成、内容质量分析等自然语言处理任务,也可用于研究新闻文章的结构特征。
This dataset contains 9,414 Slovak news articles collected from a news publisher. Each record includes the article body (text), title (title), summary/lead (description), topic tags (tags, in Slovak, from publisher metadata), subdomain (subdomain, such as spravy, sportweb, kultura), article URL, publication time (published, ISO 8601 format, with known timezone), subsection within subdomain (section_label), whether the content is sponsored (is_sponsored), character count of the body (n_chars), word count of the body (n_words), and a quality flag (quality_flag, null for normal, marked if empty or too short). The dataset can be used for Slovak text classification, topic modeling, summarization, content quality analysis, and other natural language processing tasks, as well as for studying the structural characteristics of news articles.
Pravda SK Text 数据集详情
数据集概览
该数据集包含来自斯洛伐克新闻网站 Pravda 的文章文本数据,共包含 9,414 条训练样本,数据集总大小约为 39.4 MB(下载大小为 24.7 MB)。
数据特征
数据集包含 12 个字段,涵盖文章内容、元数据和质量标记:
| 字段 | 类型 | 说明 |
|---|---|---|
text |
string | 提取的文章正文 |
title |
string | 文章标题 |
description |
string | 文章摘要/导语 |
tags |
list[string] | 主题标签(斯洛伐克语) |
subdomain |
string | 栏目分类(如 spravy、sportweb、kultura) |
url |
string | 文章来源链接 |
published |
string | 发布时间(ISO 8601 格式) |
section_label |
string | 子栏目标签 |
is_sponsored |
bool | 是否为赞助/软文内容 |
n_chars |
int | text 字段的字符数 |
n_words |
int | text 字段的单词数(按空白分隔) |
quality_flag |
string | 质量标记(null 表示正常,empty 或 very_short 表示异常) |
数据集划分
- 仅包含 train 一个划分,共 9,414 个样本。
- 默认配置(
default)下的数据文件路径为data/train-*。
数据用途说明
该数据集适合用于新闻文本分析、自然语言处理任务(如文本分类、摘要生成)、内容质量评估等研究场景,尤其适用于斯洛伐克语料的处理与分析。




