Commit
·
637008b
1
Parent(s):
a3bc2ef
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
task_categories:
|
3 |
+
- text-generation
|
4 |
+
- text-classification
|
5 |
+
size_categories:
|
6 |
+
- 100K<n<1M
|
7 |
+
---
|
8 |
+
|
9 |
+
# Dataset Card for AITA Reddit Posts and Comments
|
10 |
+
|
11 |
+
Posts of the AITA subreddit, with the 2 top voted comments that share the post verdict. Extracted using REDDIT PushShift (from 2013 to April 2023)
|
12 |
+
|
13 |
+
## Dataset Details
|
14 |
+
|
15 |
+
The dataset contains 270,709 entiries each of which contain the post title, text, verdict, comment1, comment2 and score (number of upvotes)
|
16 |
+
|
17 |
+
### Dataset Sources
|
18 |
+
|
19 |
+
The Reddit PushShift data dumps are part of a data collection effort which crawls Reddit at regular intervals, to extract and keep all its data.
|
20 |
+
|
21 |
+
## Citation
|
22 |
+
|
23 |
+
**BibTeX:**
|
24 |
+
|
25 |
+
[Pending]
|
26 |
+
|
27 |
+
**APA:**
|
28 |
+
|
29 |
+
[Pending]
|
30 |
+
|
31 |
+
## Dataset Card Authors
|
32 |
+
|
33 |
+
@OsamaBsher and Ameer Sabri
|
34 |
+
|
35 |
+
## Dataset Card Contact
|
36 |
+
|
37 |
+
@OsamaBsher
|