Raaxx commited on
Commit
cdf9e67
1 Parent(s): a7f0df2

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +35 -0
README.md ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ task_categories:
3
+ - question-answering
4
+ language:
5
+ - en
6
+ ---
7
+ # This is a dataset containing 10,000 posts from Kaggle and 60,000 comments related to those posts in the question-answer topic.
8
+
9
+ ## Data Fields
10
+
11
+ ### kaggle_post
12
+
13
+ 1. 'pseudo', The question authors.
14
+ 2. 'title', Title of the Post.
15
+ 3. 'question', The question's body.
16
+ 4. 'vote', Voting on Kaggle is similar to liking.
17
+ 5. 'medal', I will share with you the Kaggle medal system, which can be found at https://www.kaggle.com/progression. The system awards medals to users based on their performance.
18
+ 6. 'nbr_comment', The comment number.
19
+ 7. 'date', The post date.
20
+ 8. 'url_post', Link the comment dataset using the post URL.
21
+ 9. 'url_competition', If the question is related to a competition, include the competition URL.
22
+ 10. 'rank_competition', The author's rank in the competition.
23
+
24
+ ### kaggle_comment
25
+
26
+ 1. 'pseudo_com', the answer authors.
27
+ 2. 'answer', The answer's body.
28
+ 3. 'vote_com', The answer's number of likes
29
+ 4. 'medal_com', I will share with you the Kaggle medal system, which can be found at https://www.kaggle.com/progression. The system awards medals to users based on their performance.
30
+ 5. 'date_com', The answer date.
31
+ 6. 'url_post', Link the comment dataset using the post URL.
32
+ 7. 'rank_competition', the author's rank in the competition.
33
+
34
+
35
+ Data scraping by Mathieu Duverne on august 2023.