habedi commited on
Commit
56eda2b
1 Parent(s): e8e6797

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -1
README.md CHANGED
@@ -7,4 +7,24 @@ language:
7
  - en
8
  size_categories:
9
  - 10K<n<100K
10
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  - en
8
  size_categories:
9
  - 10K<n<100K
10
+ ---
11
+
12
+ This dataset consists of three CSV files, namely: 'cs.csv', 'ds.csv', and 'p.csv'.
13
+ Each CSV file includes the data for the questions asked on a Stack Exchange (SE) question-answering community, from the creation of the community until May 2021.
14
+
15
+ - 'cs.csv' --> [Computer Science SE](https://cs.stackexchange.com/)
16
+ - 'ds.csv' --> [Data Science SE](https://datascience.stackexchange.com/)
17
+ - 'p.csv' --> [Political Science SE](https://politics.stackexchange.com/)
18
+
19
+ Each CSV file has the following columns:
20
+
21
+ - `id`: the question id
22
+ - `title`: the title of the question
23
+ - `body`: the body or text of the question
24
+ - `tags`: the list of tags assigned to the question
25
+ - `label`: a label indicating whether the question is resolved or not (0: not resolved; 1: resolved)
26
+
27
+ The dataset was used in these researches:
28
+
29
+ - [A deep learning-based approach for identifying unresolved questions on Stack Exchange Q&A communities through graph-based communication modelling](https://doi.org/10.1007/s41060-023-00454-0)
30
+ - [Survival analysis for user disengagement prediction: question-and-answering communities’ case](https://doi.org/10.1007/s13278-022-00914-8)