pravda-sk-images
收藏资源简介:
该数据集包含来自斯洛伐克新闻文章的图像及其相关文本信息。共14792个训练样本,每个样本包含图像、标题、标题来源、文章标签、子域、文章URL、文章标题、发布时间、章节标签、是否赞助标记以及图像来源。标题来源分为三类:alt(图像自身的alt文本,最具体)、article_description(文章摘要,用于英雄图像)、none(无标题)。数据集可用于图像描述生成、多模态检索、新闻分析等任务。数据集中约96%的行包含标题,赞助内容被标记并保留。
This dataset contains images from Slovak news articles along with their associated text information. There are 14,792 training samples, each containing an image, caption, caption source, article tag, subdomain, article URL, article title, publication time, section tag, sponsored flag, and image source. The caption sources are divided into three categories: alt (the images own alt text, most specific), article_description (article summary, used for hero images), and none (no caption). The dataset can be used for tasks such as image caption generation, multimodal retrieval, and news analysis. Approximately 96% of the rows in the dataset contain captions, and sponsored content is marked and retained.
数据集概述:pravda-sk-images
基本信息
- 数据集名称:pravda-sk-images
- 数据集规模:训练集包含 14,792 个样本,总大小约 4.14 GB(下载大小约 6.39 GB)
- 单一配置:默认配置(
default),仅包含train数据划分
数据字段说明
| 字段 | 类型 | 描述 |
|---|---|---|
image |
Image | 嵌入的图像本身,无需外部获取 |
caption |
string | 图像说明文字;若无则可能为 null |
caption_source |
string | 说明文字来源:alt、article_description 或 none |
tags |
list[string] | 文章级主题标签(斯洛伐克语),来自发布者元数据 |
subdomain |
string | 文章所属栏目(如 spravy、sportweb) |
article_url |
string | 源文章链接 |
article_title |
string | 文章标题 |
published |
string | 发布时间戳(ISO 8601 格式,部分数据可能缺失) |
section_label |
string | 子栏目名称(位于 subdomain 之下) |
is_sponsored |
bool | 是否赞助/软文内容 |
image_source |
string | 图像来源:inline(正文内)或 meta(文章社交分享主图) |
说明文字来源(重要筛选依据)
说明文字来自两个不同渠道,通过 caption_source 字段区分:
alt:图像自身的替代文本,最具体,直接描述该图片内容article_description:文章摘要/描述元数据,用于没有独立替代文本的主图;描述的是文章,虽主题相关但不一定是图像的逐字描述none:无说明文字,该行仍保留,供使用者自行决定处理方式
补充说明:约 96% 的行含有说明文字;若需要严格的“图像-说明”对齐,建议筛选 caption_source == "alt" 的数据。
赞助内容说明
软文/特约文章(发布于 /inzercia/ 目录下)包含在数据集中,并通过 is_sponsored 字段进行标记。




