Datasets:
Tasks:
Text Generation
Modalities:
Text
Formats:
parquet
Languages:
English
Size:
10K - 100K
License:
File size: 936 Bytes
dd9cff3 febca15 dd9cff3 cad4172 30e530b cad4172 30e530b dd9cff3 30e530b dd9cff3 cad4172 65d26da cad4172 dd9cff3 1a2cb59 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 |
---
language:
- en
task_categories:
- text-generation
pretty_name: Reddit MTG Rulings Q&A Dataset
dataset_info:
features:
- name: prompt
dtype: string
- name: response
dtype: string
- name: score
dtype: int64
splits:
- name: train
num_bytes: 10801655
num_examples: 12834
download_size: 6054052
dataset_size: 10801655
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
---
# Reddit MTG Rulings Q&A Dataset
This dataset contains questions asked in the **[r/mtgrules](https://www.reddit.com/r/mtgrules/)** subreddit from September 1, 2019, to December 31, 2022. It primarily focuses on **card rulings and interactions in Magic: The Gathering** 🧙♂️✨.
The dataset has been filtered to include only question-answer pairs where the answers have **at least 1 upvote**. If multiple answers were available, the one with the **highest** vote count was selected. |