ttrpg-rpg-fandom-com-ru
收藏资源简介:
RPG Fandom RU数据集是一个针对俄罗斯桌面角色扮演游戏(TTRPG)领域的俄语维基数据转储,原始数据来源于rpg.fandom.com/ru/。该数据集经过处理,将维基页面转换为干净的Markdown格式,并附带YAML元数据。它专门设计用于检索增强生成(RAG)系统、大语言模型(LLM)微调以及TTRPG相关研究。数据集规模约为1,000到10,000个样本,涵盖文本生成和问答任务。数据包括三个主要部分:markdown/目录存放带元数据的Markdown文档,indexes/documents.jsonl包含所有页面的元数据(如唯一ID、标题、原始URL),indexes/chunks.jsonl包含语义片段(400-800 tokens)便于生成嵌入向量。此外,维基中的图片存储在assets/目录中,并通过多模态模型(qwen3.5:2b)自动生成了俄语语义描述,标注了图片类型(如Logo、角色艺术、地图、怪物等)和关键视觉细节。文本内容采用CC-BY-SA许可,而图片可能具有不同的许可(如CC-BY-SA、合理使用或公共领域),仅供研究和教育目的使用。
The RPG Fandom RU dataset is a Russian-language Wiki data dump focused on the Russian tabletop role-playing game (TTRPG) domain, sourced from rpg.fandom.com/ru/. The dataset has been processed to convert wiki pages into clean Markdown format with YAML metadata. It is specifically designed for retrieval-augmented generation (RAG) systems, large language model (LLM) fine-tuning, and TTRPG-related research. The dataset contains approximately 1,000 to 10,000 samples, covering text generation and question-answering tasks. The data includes three main parts: the markdown/ directory containing Markdown documents with metadata, indexes/documents.jsonl with metadata for all pages (e.g., unique ID, title, original URL), and indexes/chunks.jsonl with semantic chunks (400-800 tokens) for generating embeddings. Additionally, images from the wiki are stored in the assets/ directory, and their Russian semantic descriptions have been automatically generated using a multimodal model (qwen3.5:2b), labeling image types (e.g., Logo, Character Art, Map, Monster) and key visual details. The text content is licensed under CC-BY-SA, while images may have different licenses (e.g., CC-BY-SA, fair use, or public domain), intended for research and educational purposes only.
RPG Fandom RU Dataset 数据集详情
数据集简介
该数据集包含俄语维基站点 rpg.fandom.com/ru/ 的完整数据转储,已转换为纯净的 Markdown 格式。数据集专为 RAG(检索增强生成)系统、大语言模型(LLM)微调以及桌面角色扮演游戏(TTRPG)研究而设计。
基本信息
| 属性 | 内容 |
|---|---|
| 语言 | 俄语、英语 |
| 许可证 | CC-BY-SA 4.0 |
| 数据规模 | 1K-10K 条记录 |
| 任务类型 | 文本生成、问答 |
| 标注标签 | ttrpg、rpg、fandom、wiki、russian |
数据集结构
数据集包含以下核心目录与文件:
markdown/:经过清洗的文档,附带 YAML 元数据indexes/documents.jsonl:所有页面的元数据索引indexes/chunks.jsonl:语义分块数据(每块 400-800 个 token),可直接用于生成嵌入向量
元数据字段
每条数据包含三个标准字段:
id:来自 Fandom 的唯一页面 IDtitle:页面标题source_url:原始页面 URL
多模态数据说明
图像标注
- 数据集包含来自维基的图像资源,存储于
assets/目录,并以alt文本形式集成到 Markdown 文档中 - 图像标注使用 qwen3.5:2b 多模态模型(通过 Ollama 运行)自动生成
- 标注语言为俄语,针对俄罗斯 TTRPG 语境进行了定制优化
- 标注过程自动捕捉对象类型(如标志、角色艺术、地图、怪物等)及关键视觉细节
图像许可
图像许可与文本内容(CC-BY-SA)不同,由权利持有人在 Fandom 平台设定,主要类型包括:
- CC-BY-SA:标准共享许可证,适用于用户生成内容
- Fair Use(合理使用):适用于书籍封面、官方美术作品和标志,仅用于资讯目的
- Public Domain(公有领域):适用于不受版权保护的材料
图像资源严格限定于研究和教育用途。
创作者信息
- 网站:exnihilum.info
- GitHub:exnpub
- 项目仓库:dataset-rpg-fandom-com-ru
许可协议
数据集内容采用 CC-BY-SA 许可协议发布。
更新方式
项目仓库提供 Makefile,可通过以下命令同步和更新数据集:
bash make sync make download make convert make rag




