Add README.md
Browse filesAdd README.md for Summa Theologica Q&A dataset. It's a snarky, medieval-meets-modern masterpiece, because apparently we needed Aquinas' wordy theology in JSON format. Ready to make AIs pontificate like 13th-century scholars.
README.md
CHANGED
|
@@ -1,3 +1,60 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Summa Theologica Q&A Dataset
|
| 2 |
+
|
| 3 |
+
Welcome to the **Summa Theologica Q&A Dataset**, where medieval theology meets modern AI in a glorious, slightly absurd clash of eras. This dataset takes Thomas Aquinas' *Summa Theologica*—a 13th-century theological heavyweight—and chops it up into neat little user/assistant pairings, perfect for training your AI to pontificate on the nature of paradise or argue about angels on pinheads.
|
| 4 |
+
|
| 5 |
+
## What's in the Box?
|
| 6 |
+
|
| 7 |
+
- **Format**: JSON, because apparently that's the only way we store knowledge these days.
|
| 8 |
+
- **Content**: Hundreds of question-answer pairs, where:
|
| 9 |
+
- **User**: Asks profound questions like "Is paradise a corporeal place?" or other brain-benders straight from Aquinas' quill.
|
| 10 |
+
- **Assistant**: Responds with Aquinas' verbose, occasionally sassy reasoning, often citing Augustine or Isidore like the ultimate academic name-dropper.
|
| 11 |
+
- **Example**:
|
| 12 |
+
```json
|
| 13 |
+
{
|
| 14 |
+
"User": "Whether Paradise Is a Corporeal Place?",
|
| 15 |
+
"Assistant": "On the contrary, Augustine says (Gen. ad lit. viii, 1): 'Three general opinions prevail about paradise...' [and so on, because brevity was not Aquinas' forte]."
|
| 16 |
+
}
|
| 17 |
+
```
|
| 18 |
+
|
| 19 |
+
## Why This Dataset Exists
|
| 20 |
+
|
| 21 |
+
Because someone thought, "Hey, what if we turned a 700-year-old theological tome into a chatbot's training fodder?" And here we are. Use it to:
|
| 22 |
+
- Train your AI to sound like a medieval scholar with a penchant for overexplaining.
|
| 23 |
+
- Generate the most erudite chatbot responses this side of the 13th century.
|
| 24 |
+
- Confuse your friends by dropping "corporeal vs. spiritual paradise" debates at parties.
|
| 25 |
+
|
| 26 |
+
## How to Use It
|
| 27 |
+
|
| 28 |
+
1. Clone this dataset from Hugging Face (you know the drill).
|
| 29 |
+
2. Feed it into your favorite language model. Bonus points if it starts citing Aristotle unprompted.
|
| 30 |
+
3. Watch your AI wax poetic about lunar circles and the "right hand of the heavens."
|
| 31 |
+
4. Regret nothing, because life's too short to not have fun with theology.
|
| 32 |
+
|
| 33 |
+
## Caveats
|
| 34 |
+
|
| 35 |
+
- **Length**: Aquinas didn't believe in short answers. Some responses are longer than your average TikTok attention span.
|
| 36 |
+
- **Tone**: Expect a mix of divine wisdom, philosophical flexing, and the occasional medieval mic-drop.
|
| 37 |
+
- **Relevance**: If you're looking for practical data, like stock prices or cat memes, this ain't it.
|
| 38 |
+
|
| 39 |
+
## License
|
| 40 |
+
|
| 41 |
+
Public domain, because Aquinas has been dead for a while, and we're pretty sure he won't sue.
|
| 42 |
+
|
| 43 |
+
## Contributing
|
| 44 |
+
|
| 45 |
+
Got more medieval theology to add? Found a typo in our parsing of the *Summa*? Submit a pull request, and we'll consider canonizing you (just kidding about that last part... or are we?).
|
| 46 |
+
|
| 47 |
+
## Acknowledgments
|
| 48 |
+
|
| 49 |
+
- Thomas Aquinas, for writing the *Summa Theologica* and giving us something to parse.
|
| 50 |
+
- Augustine and Isidore, for being the most-quoted wingmen in history.
|
| 51 |
+
- The brave souls who read this README and still decide to download.
|
| 52 |
+
|
| 53 |
+
*Now go forth and make your AI debate the nature of paradise. Or, you know, just use it to sound smart at trivia night.*
|
| 54 |
+
---
|
| 55 |
+
license: cc0-1.0
|
| 56 |
+
task_categories:
|
| 57 |
+
- text-generation
|
| 58 |
+
language:
|
| 59 |
+
- en
|
| 60 |
+
---
|