vitweb
收藏资源简介:
ViTweb是一个仅包含元数据的越南语网页语料库,由gao爬虫从越南语网站(如省级新闻、论坛和政府发布)抓取而成,旨在补充Common Crawl未覆盖的内容。数据集包含10,303个文档,总大小2.7 MB,以Parquet格式存储,包含42个字段,包括URL、主机、抓取时间、robots决策、媒体类型、语言标识(ISO 639-3编码,越南语为vie)、语言分数、音节数、重复检测簇、PII信息、许可证分类等。文本内容被保留在爬虫服务器上,不包含在数据集中,因此用户需自行根据URL合法获取文本。该数据集适用于构建抓取列表(基于已知存在的、robots.txt允许的、有足够长度的越南语页面)、评估网站抓取价值(按主机统计页面数量和平均音节数)、以及测量爬虫性能(如按天统计保留页面数)。
ViTweb is a Vietnamese web corpus containing only metadata, crawled by the gao crawler from Vietnamese websites (e.g., provincial news, forums, and government releases) to supplement content not covered by Common Crawl. The dataset contains 10,303 documents, total size 2.7 MB, stored in Parquet format with 42 fields including URL, host, crawl time, robots decision, media type, language identification (ISO 639-3 code, Vietnamese as vie), language score, syllable count, duplicate detection cluster, PII information, license classification, etc. The text content is retained on the crawler server and is not included in the dataset; users must legally obtain the text via URLs. The dataset is suitable for building crawl lists (based on known existing, robots.txt-allowed, sufficiently long Vietnamese pages), evaluating website crawl value (by counting pages and average syllable count per host), and measuring crawler performance (e.g., counting retained pages per day).
ViTweb 数据集概述
基本信息
- 语言: 越南语(单语)
- 规模: 10K-100K 文档(共 10,303 条记录)
- 许可证: 逐文档受限(per-document-restricted),详见 https://github.com/tamnd/gao/blob/main/law/posture.go
- 数据格式: Parquet(2.7 MB,28 个文件分片)
- 标注情况: 无人工标注(no-annotation)
- 来源: 原创爬取数据(非已有数据集整合)
- 标签: 越南语、预训练、网络爬虫、语料库、仅元数据
数据集内容
本数据集为越南语网页爬虫的元数据集合,每行对应一个被爬取并保留的页面,包含:
- 页面地址(URL)及主机名(host)
- 抓取时间(fetched_at)
- robots.txt 决策(robots_decision、robots_rule、robots_hash)
- 媒体类型(media_type)
- 页面质量评估的完整测量数据(含
heuristics映射)
关键设计: 数据集仅包含元数据,不包含文本内容。原因是爬取的网页不授予重新分发权限,因此仅发布地址和测量数据,用户可根据 URL 自行合法获取文本。
数据布局
README.md parts.csv data/web/ web-20260819-00000-00000.parquet ... 共 28 个文件
- 每个来源一个目录,文件名包含快照版本、输入文件和分片号
- 目录命名采用非 Hive 风格,保持简洁
- 数据包含多个修订版本(web-20260819、web-20260820、web-20260820b),需按文件名前缀筛选特定版本
数据列(42 列)
核心列包括:
- 身份列:
doc_id(文本哈希)、raw_id(原始字节哈希) - 来源列:
source、source_locator、url、host、url_template - 抓取信息:
fetched_at、media_type、http_status、robots_decision、robots_rule、robots_hash - 质量评估:
lang(ISO 639-3,越南语为 "vie")、lang_score、diacritics(声调符号状态)、translated(是否为翻译文本)、gao_qual(质量评分)、gao_edu(教育价值评分)、heuristics(原始启发式测量数据) - 文本统计:
n_chars、n_syllables、n_tokens - 内容结构:
structure(文章/论坛/法律等)、register - 去重相关:
dup_cluster、dup_cluster_size、is_representative - 隐私处理:
pii_level、pii_types、pii_spans - 许可判定:
license_class、license_evidence - 其他:
contam_flags(评估基准重叠标记)、upstream_fields(来源语料原始元数据)、tdm_signals(文本数据挖掘信号)、consent(页面留存同意信息)
注意:text 列存在于 schema 中但所有行为 NULL(设计如此)。
使用方式
- DuckDB: 可直接通过
hf://datasets/open-index/vitweb/读取 Parquet 文件,无需下载整个数据集 - Python: 支持
datasets库流式加载(load_dataset("open-index/vitweb", "web", streaming=True)),也支持snapshot_download选择性下载单源数据
潜在应用场景
- 构建可执行的抓取列表: 筛选通过所有质量门槛、允许 robots.txt 抓取的越南语页面 URL
- 识别值得爬取的越南语网站: 按主机统计页面数量和质量指标,发现地方新闻网站等 Common Crawl 未覆盖的站点
- 测量爬虫效果: 结合
open-index/vitweb-rejects数据集分析抓取请求的完整结果
相关链接
- 详细 schema 说明: https://github.com/tamnd/gao/blob/main/SCHEMA.md
- 数据清单及修订版本: https://github.com/tamnd/gao/blob/main/harvest/manifest.json




