Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -35,8 +35,8 @@ Each data point includes a title, a post, a label indicating the causes of lonel
35
 
36
  ### Data Fields
37
  - `example_id`: Index of the example, ranged between 1 and 509
38
- - `title`: The Title's text
39
- - `post`: The post text
40
  - `annotator{i}_t1_label`: Label assigned by annotator i for the relevant categories of loneliness (first task).
41
  - `annotator{i}_t2_label`: Label assigned by annotator i indicating the intensity of loneliness on a scale from 1 to 5 (second task).
42
  - `t1_label`: The final label for the first task, determined by the most frequently chosen labels among annotators.
@@ -101,7 +101,7 @@ The posts and comments do not contain any personal information and are submitted
101
  ## Considerations for Using the Data
102
 
103
  ### Social Impact of Dataset
104
- The Reddit Loneliness Dataset could help improve NLP models aimed at understanding loneliness, a growing mental health concern. By identifying different types of loneliness, this data may support the development of tools that assist mental health professionals or offer resources to those feeling isolated.
105
 
106
  ### Potential Biases
107
 
 
35
 
36
  ### Data Fields
37
  - `example_id`: Index of the example, ranged between 1 and 509
38
+ - `title`: The post's title
39
+ - `post`: The post's text
40
  - `annotator{i}_t1_label`: Label assigned by annotator i for the relevant categories of loneliness (first task).
41
  - `annotator{i}_t2_label`: Label assigned by annotator i indicating the intensity of loneliness on a scale from 1 to 5 (second task).
42
  - `t1_label`: The final label for the first task, determined by the most frequently chosen labels among annotators.
 
101
  ## Considerations for Using the Data
102
 
103
  ### Social Impact of Dataset
104
+ The dataset could help improve NLP models aimed at understanding loneliness, a growing mental health concern. By identifying different types of loneliness, this data may support the development of tools that assist mental health professionals or offer resources to those feeling isolated.
105
 
106
  ### Potential Biases
107