reddit-mtgrules-qa / README.md
Javier-Jimenez99's picture
Upload dataset
cad4172 verified
|
raw
history blame
936 Bytes
---
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.