Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,105 @@
|
|
| 1 |
-
---
|
| 2 |
-
|
| 3 |
-
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language:
|
| 3 |
+
- pt
|
| 4 |
+
- fr
|
| 5 |
+
- en
|
| 6 |
+
- es
|
| 7 |
+
license: cc0-1.0
|
| 8 |
+
task_categories:
|
| 9 |
+
- question-answering
|
| 10 |
+
- text-generation
|
| 11 |
+
tags:
|
| 12 |
+
- spiritism
|
| 13 |
+
- kardec
|
| 14 |
+
- allan-kardec
|
| 15 |
+
- espiritismo
|
| 16 |
+
- religion
|
| 17 |
+
- philosophy
|
| 18 |
+
- spirituality
|
| 19 |
+
- le-livre-des-esprits
|
| 20 |
+
- the-spirits-book
|
| 21 |
+
- el-libro-de-los-espiritus
|
| 22 |
+
- portuguese
|
| 23 |
+
- brazilian
|
| 24 |
+
- doctrine
|
| 25 |
+
- reincarnation
|
| 26 |
+
- mediumship
|
| 27 |
+
pretty_name: "O Livro dos Espíritos — Allan Kardec (1,019 Questions)"
|
| 28 |
+
size_categories:
|
| 29 |
+
- 1K-10K
|
| 30 |
+
---
|
| 31 |
+
|
| 32 |
+
# 📖 O Livro dos Espíritos — Allan Kardec
|
| 33 |
+
|
| 34 |
+
**The Spirits' Book** | **Le Livre des Esprits** | **El Libro de los Espíritus**
|
| 35 |
+
|
| 36 |
+
The complete **1,019 questions and answers** from Allan Kardec's foundational work, structured as machine-readable JSON.
|
| 37 |
+
|
| 38 |
+
## About the Work
|
| 39 |
+
|
| 40 |
+
Published on **April 18, 1857** in Paris, *Le Livre des Esprits* is the founding text of Spiritist Doctrine. It contains questions posed by Allan Kardec (Hippolyte Léon Denizard Rivail, 1804–1869) to superior spirits through various mediums, covering:
|
| 41 |
+
|
| 42 |
+
- **Part I** — Primary Causes (God, the Universe, creation, the vital principle)
|
| 43 |
+
- **Part II** — The Spirit World (origin, nature, incarnation, disincarnation, spirit life)
|
| 44 |
+
- **Part III** — Moral Laws (divine law, worship, work, reproduction, conservation, destruction, society, progress, equality, liberty, justice, love, and charity)
|
| 45 |
+
- **Part IV** — Hopes and Consolations (earthly and future joys and sorrows)
|
| 46 |
+
|
| 47 |
+
## Dataset Structure
|
| 48 |
+
|
| 49 |
+
```json
|
| 50 |
+
[
|
| 51 |
+
{
|
| 52 |
+
"Id": "1",
|
| 53 |
+
"Pergunta": "Que é Deus?",
|
| 54 |
+
"Resposta": "Deus é a inteligência suprema, causa primária de todas as coisas."
|
| 55 |
+
},
|
| 56 |
+
{
|
| 57 |
+
"Id": "1a",
|
| 58 |
+
"Pergunta": "Que se deve entender por infinito?",
|
| 59 |
+
"Resposta": "O que não tem começo nem fim: o desconhecido; tudo o que é desconhecido é infinito."
|
| 60 |
+
}
|
| 61 |
+
]
|
| 62 |
+
```
|
| 63 |
+
|
| 64 |
+
| Field | Description |
|
| 65 |
+
|-------|-------------|
|
| 66 |
+
| `Id` | Question number (1–1019). Sub-questions use letter suffixes: "150a", "150b", etc. |
|
| 67 |
+
| `Pergunta` | The question, in Brazilian Portuguese |
|
| 68 |
+
| `Resposta` | The answer given by the spirits, in Brazilian Portuguese |
|
| 69 |
+
|
| 70 |
+
## Stats
|
| 71 |
+
|
| 72 |
+
- **1,019 main questions** + sub-questions (e.g., 150a, 150b, 621a)
|
| 73 |
+
- **Language:** Portuguese (Brazilian edition)
|
| 74 |
+
- **Format:** JSON array
|
| 75 |
+
- **Original language:** French (1857)
|
| 76 |
+
|
| 77 |
+
## Use Cases
|
| 78 |
+
|
| 79 |
+
- **RAG systems** — exact question retrieval for Spiritist AI assistants
|
| 80 |
+
- **Fine-tuning** — Q&A pairs for training models on Spiritist doctrine
|
| 81 |
+
- **Research** — structured access to Kardec's codification
|
| 82 |
+
- **Education** — building study tools, quizzes, and reference apps
|
| 83 |
+
|
| 84 |
+
## Related Resources
|
| 85 |
+
|
| 86 |
+
- 🤖 **RIV IA** — Fine-tuned Spiritist AI model: [ia-espirita/riv-ai](https://huggingface.co/ia-espirita/riv-ai)
|
| 87 |
+
- 📊 **Training Dataset** — Q&A pairs from all 5 Kardec works: [ia-espirita/riv-ai-dataset](https://huggingface.co/datasets/ia-espirita/riv-ai-dataset)
|
| 88 |
+
- 🌐 **IA.Espirita** — Try RIV IA live: [iaespirita.com](https://iaespirita.com)
|
| 89 |
+
- 🎬 **YouTube** — Spiritist content with modern aesthetic: [youtube.com/@ia.espirita](https://youtube.com/@ia.espirita)
|
| 90 |
+
|
| 91 |
+
## License
|
| 92 |
+
|
| 93 |
+
This dataset is released under **CC0 1.0 (Public Domain)**. Allan Kardec's works were published between 1857–1868 and are in the public domain worldwide.
|
| 94 |
+
|
| 95 |
+
## Citation
|
| 96 |
+
|
| 97 |
+
```
|
| 98 |
+
Allan Kardec. Le Livre des Esprits. Paris: Didier et Cie, 1857.
|
| 99 |
+
Brazilian edition: O Livro dos Espíritos. Tradução de Guillon Ribeiro. FEB.
|
| 100 |
+
Dataset structured by IA.Espirita (iaespirita.com), 2026.
|
| 101 |
+
```
|
| 102 |
+
|
| 103 |
+
---
|
| 104 |
+
|
| 105 |
+
*Built with 💜 by [IA.Espirita](https://iaespirita.com) — Translating Spiritist Doctrine for the digital age.*
|