five

tarotoo-tarot-card-meanings

收藏
Hugging Face2026-07-09 更新2026-07-10 收录
下载链接:
https://huggingface.co/datasets/Tarotoo/tarotoo-tarot-card-meanings
下载链接
链接失效反馈
官方服务:
资源简介:
Tarotoo塔罗牌含义数据集是一个完整、结构化的塔罗牌含义集合,涵盖了Rider-Waite-Smith传统中的全部78张牌(包括22张大阿卡纳和56张小阿卡纳)。该数据集由Tarotoo(tarotoo.com)作为其AI透明度计划的一部分发布,旨在为Tarotoo.com上AI生成的塔罗解读提供公开、可检验且可重用的基础牌意。数据集包含78条记录,每条记录对应一张牌,并包含18个字段,详细描述了每张牌的属性,如唯一标识符(id)、牌名(name)、阿卡纳类型(arcana)、花色(suit)、灵数学编号(number_numerology)、元素(element)、行星关联(planet)、星座关联(zodiac)、用于是非解读的倾向(yes_no)、正位与逆位关键词列表(keywords_upright, keywords_reversed)、正位与逆位含义(meaning_upright, meaning_reversed),以及在爱情、事业、情绪和精神成长等特定背景下的简短解读(love, career, mood, spiritual),最后还附有指向Tarotoo.com上对应牌意页面的链接(url)。数据内容基于公有领域的经典塔罗著作(如Waite的《塔罗图解钥匙》和黄金黎明协会的《Book T》),但文本均为Tarotoo的原创写作,并经过了一致性审查和验证。该数据集适用于多种任务和应用场景,主要包括:检索增强生成(RAG)——为AI塔罗解读提供可靠的牌意基础;作为卡牌含义查询服务、机器人和应用程序的后端数据;用于对整副牌进行符号学、关键词和关联性研究分析;以及通过MCP服务器供AI助手进行实时查询。需要注意的是,塔罗解读仅用于娱乐和自我反思目的,不构成任何专业建议。该数据集编码了塔罗解读中一种广泛使用的传统,其他传统可能赋予不同的含义和关联。

The Tarotoo Tarot Card Meanings Dataset is a complete, structured collection of tarot card meanings covering all 78 cards in the Rider-Waite-Smith tradition (22 Major Arcana and 56 Minor Arcana). Released by Tarotoo (tarotoo.com) as part of its AI transparency initiative, it aims to provide an open, verifiable, and reusable foundation of card meanings for AI-generated tarot readings on Tarotoo.com. The dataset contains 78 records (one per card), each with 18 fields detailing card attributes. Fields include: unique identifier (id), card name (name), arcana type (arcana), suit (suit), numerological number (number_numerology), element (element), planetary association (planet), zodiac association (zodiac), yes/no tendency (yes_no), lists of upright and reversed keywords (keywords_upright, keywords_reversed), upright and reversed meanings (meaning_upright, meaning_reversed), and short interpretations in specific contexts such as love, career, mood, and spiritual growth (love, career, mood, spiritual), along with a link to the corresponding card meaning page on Tarotoo.com (url). The content is based on public domain classic tarot works (e.g., Waites Pictorial Key to the Tarot and the Golden Dawns Book T), but the text is original writing by Tarotoo, reviewed and validated for consistency. The dataset is suitable for various tasks and applications, including: retrieval-augmented generation (RAG)—providing a reliable foundation of card meanings for AI tarot readings; serving as backend data for card meaning query services, bots, and apps; enabling semiotic, keyword, and association analysis of the entire deck; and real-time querying by AI assistants via MCP servers. Note that tarot readings are for entertainment and self-reflection only and do not constitute professional advice. The dataset encodes a widely used tradition in tarot interpretation, with other traditions potentially assigning different meanings and associations.
创建时间:
2026-07-09
原始信息汇总

数据集概述

  • 数据集名称: Tarotoo Tarot Card Meanings
  • 数据集描述: 一个完整、结构化的塔罗牌含义数据集,包含 Rider–Waite–Smith 传统中的所有 78 张塔罗牌(22 张大阿卡纳 + 56 张小阿卡纳)。由 Tarotoo 作为其 AI 透明度倡议的一部分发布,这些牌义用于支撑 Tarotoo.com 上 AI 生成的解读。
  • 发布者: Tarotoo (tarotoo.com)
  • 语言: 英语
  • 许可证: MIT
  • 数据量: 78 行(每张牌一行) · 18 个字段
  • DOI: 10.5281/zenodo.21268290
  • 源仓库: github.com/Tarotoo-com/tarotoo-tarot-dataset

数据集用途

该数据集适用于以下场景:

  • 检索增强生成: 将 AI 塔罗解读建立在已发布的牌义之上(Tarotoo.com 的使用方式)。
  • 查询 / API 后端: 用于牌义服务、机器人和应用程序。
  • 分析: 用于整个牌组中的象征意义、关键词和对应关系研究。
  • AI 助手实时查询: 通过 MCP 服务器 进行。

数据集结构

每条记录代表一张塔罗牌,包含以下字段:

字段 类型 描述
id int 稳定标识符,范围 0–77(0–21 为大阿卡纳,之后依次为权杖、圣杯、宝剑、星币)
name string 牌名,例如 "The Fool""Ace of Cups"
arcana string "major""minor"
suit string/null 大阿卡纳为 null;小阿卡纳为 "wands""cups""swords""pentacles"
number_numerology int 用于数字学的牌号(宫廷牌:侍从=11,骑士=12,王后=13,国王=14)
element string 经典元素:火、水、风、土
planet string/null 行星对应关系(不适用时为 null,例如 Ace 牌)
zodiac string/null 星座对应关系;对于 Ace 和侍从牌,为其元素的三个星座
yes_no string 在是非解读中回答 "yes""no""maybe"
keywords_upright list[string] 正位关键词
keywords_reversed list[string] 逆位关键词
meaning_upright string 正位含义(简洁的关键词短语)
meaning_reversed string 逆位含义(简洁的关键词短语)
love string 爱情/人际关系背景(短句)
career string 职业/工作背景(短句)
mood string 情绪/情感基调(短句)
spiritual string 灵性成长背景(短句)
url string Tarotoo.com 上的牌义页面

示例记录

json { "id": 0, "name": "The Fool", "arcana": "major", "suit": null, "number_numerology": 0, "element": "Air", "planet": "Uranus", "zodiac": "Aquarius", "yes_no": "maybe", "keywords_upright": ["new beginnings", "spontaneity", "innocence", "leap of faith", "free spirit"], "meaning_upright": "New beginnings, spontaneity, innocence, leap of faith, and free spirit.", "mood": "Light, curious, playful.", "url": "https://tarotoo.com/tarot-card-meanings/the-fool" }

快速开始

python from datasets import load_dataset

cards = load_dataset("Tarotoo/tarotoo-tarot-card-meanings", split="train") fool = next(c for c in cards if c["name"] == "The Fool") print(fool["meaning_upright"])

也可通过安装包使用:pip install tarotoo-tarot · npm install tarotoo-tarot

数据集创建

  • 整理理由: 让 Tarotoo AI 解读背后的确切牌义可供公众检查、验证和重用,为 AI 系统提供干净、结构化的塔罗牌义来源。
  • 数据来源: 所有牌文文本均为 Tarotoo 在 Rider–Waite–Smith 传统中的原创写作,仅基于公有领域著作。行星和星座的对应关系遵循经典统御关系和金色黎明的 decade 系统。每张牌都经过全牌组一致性审查;验证(78 张唯一牌、完整字段、有效枚举)在源仓库的 CI 中运行。

注意事项

  • 塔罗牌解读仅用于娱乐和自我反思,不构成医疗、法律、财务或心理健康建议。
  • 该数据集编码了一种(广泛使用的)解释传统;其他塔罗传统可能赋予不同的含义和对应关系。

参考文献

  1. Waite, A. E. (1911). The Pictorial Key to the Tarot. William Rider & Son.
  2. Hermetic Order of the Golden Dawn (c. 1888–1897). Book T: The Tarot.
  3. Mathers, S. L. MacGregor (1888). The Tarot: Its Occult Signification, Use in Fortune-Telling, and Method of Play.
  4. Papus (1889). The Tarot of the Bohemians.
  5. Ouspensky, P. D. (1913). The Symbolism of the Tarot.
  6. Thierens, A. E. (1930). General Book of the Tarot.

所有参考文献均为公有领域著作。数据集文本本身为原创写作,未抄袭上述任何作品。

搜集汇总
数据集介绍
main_image_url
构建方式
该数据集由Tarotoo团队基于韦特-史密斯传统精心编纂,涵盖全部78张塔罗牌(22张大阿尔卡纳与56张小阿尔卡纳)。所有卡片释义均为原创写作,植根于公有领域经典文献,行星与星座的归因遵循古典统治体系及黄金黎明会十度划分规则。每张卡片均经全牌阵一致性审查,并在源代码仓库中通过持续集成验证78张卡片的唯一性、字段完整性与枚举合法性。
特点
数据集包含18个结构化字段,除基础名称、牌组分类外,还提供象征元素、行星与星座关联、正逆位关键词与释义,以及爱情、事业、情绪和灵性等场景化解读。每张卡片附有唯一稳定标识符与指向Tarotoo官网的详情链接。特别地,数字命理学编号为宫廷牌设定了统一标准(侍从=11至国王=14),便于量化分析。
使用方法
用户可通过HuggingFace的datasets库快速加载数据,如`load_dataset('Tarotoo/tarotoo-tarot-card-meanings', split='train')`。该数据集专为检索增强生成场景设计,可直接作为塔罗AI解读的知识基底。同时支持通过PyPI(pip install tarotoo-tarot)或npm(npm install tarotoo-tarot)作为独立包安装,亦可借助官方MCP服务器从AI助手实时查询卡片释义。
背景与挑战
背景概述
Tarot卡牌作为西方神秘学与象征体系的核心载体,长期以来在心理学、文化研究和娱乐占卜领域具有广泛影响。然而,传统卡牌释义多散见于文献与经验性解读,缺乏结构化、标准化的知识表示。为弥合这一鸿沟,Tarotoo团队于2026年发布了一套完整的78张Rider–Waite–Smith传统塔罗牌含义数据集,涵盖22张大阿卡纳与56张小阿卡纳,每条记录包含编号、名称、元素、星座、正逆位关键词等18个字段。该数据集由Tarotoo平台在其AI透明倡议下精心编纂,并已获得Zenodo数字对象标识符(DOI: 10.5281/zenodo.21268290),为检索增强生成、API查询和符号学研究提供了高保真的结构化基础,推动塔罗知识在人工智能时代的可复用与可验证。
当前挑战
该数据集的核心挑战在于双重维度。首先,在领域问题层面,塔罗释义长期面临解释多元性与标准化的张力——不同传统(如金色黎明体系、韦特体系)对同一张牌赋予截然不同的含义,而现有数据资源多以非结构化文本或专有格式存在,无法满足AI系统对一致性、机器可读性的要求。其次,在构建过程中,团队需在忠实于公共领域原始文献(如Waite的《塔罗图像密钥》)与产出原创性表达之间取得平衡,避免侵权争议,同时确保78张卡牌的占星归属、数字命理与正逆位含义在整套牌中协调无矛盾。此外,如何将多义性、语境敏感的释义(如爱情、事业、灵性场景)编码为紧凑而完整的字段结构,亦构成重要的设计挑战。
常用场景
经典使用场景
Tarotoo Tarot Card Meanings 数据集收录了基于莱德·伟特·史密斯传统的全部78张塔罗牌,涵盖了22张大阿卡纳与56张小阿卡纳,每张牌包含18个结构化字段,如正逆位含义、关键词、元素、行星与星座对应关系,以及爱情、事业、情绪和灵性等生活维度的解读。该数据集最经典的使用场景在于为检索增强生成(RAG)系统提供高保真的塔罗牌义知识库,使AI模型能够在生成塔罗解读时依据权威、公开且可验证的牌义进行回应,从而避免幻觉问题,提升生成内容的可信度与深度。
解决学术问题
该数据集解决了塔罗符号学与神秘学研究中长期存在的数据碎片化与非结构化问题。此前,塔罗牌义散见于不同流派的书籍与网站,缺乏统一、可机读的标准参考,阻碍了计算符号学、数字人文学科以及对塔罗占卜语言模式的量化分析。通过提供经专家校订的标准化字段,该数据集使得研究人员得以展开对塔罗牌义体系中元素、行星与星座对应关系的系统挖掘,验证经典神秘学文献中的理论假设,并推动神秘学知识在自然语言处理与知识图谱构建中的规范化应用。
衍生相关工作
该数据集的发布催生了多个衍生工作。官方提供了基于该数据集的MCP服务器,支持AI助手直接查询卡牌含义,降低了神秘学知识的结构化调用门槛。同时,该数据集已被镜像至Kaggle平台,方便数据科学社区进行塔罗牌义的关键词聚类与意象关联分析。此外,npm与PyPI软件包的发布进一步封装了调用接口,使得塔罗牌数据库可以被轻松集成进各种现代编程环境。这些衍生工作共同构建了一个围绕结构化神秘学数据的开放生态系统,促进了数字塔罗研究与应用的多元化发展。
以上内容由遇见数据集搜集并总结生成
二维码
社区交流群
二维码
科研交流群
商业服务