yael-katsman commited on
Commit
b0a754d
1 Parent(s): 89b781b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +30 -102
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- license: unknown
3
  task_categories:
4
  - text-classification
5
  language:
@@ -26,7 +26,7 @@ The data was gathered from two subreddits:
26
  #### Supported tasks
27
  - `text-classification`: This dataset can be used to train a text classification model that categorizes posts into multiple labels of loneliness, including "Not Lonely." The model should consider the context of the post and its title, allowing for overlapping labels to capture different aspects of loneliness..
28
  - `Natural Language Inference`: The model should determine how lonely an individual feels based on their post and title, rating the intensity on a scale from 1 to 5. The model needs to accurately evaluate the emotional tone of the content to provide this rating.
29
-
30
  ### Languages
31
 
32
  The text in the dataset is in English
@@ -62,8 +62,8 @@ and the training set consisting of 300 samples.
62
  #### Initial Data Collection and Preprocessing
63
  The data was collected using the Reddit API, initially extracting 550 posts. After filtering out irrelevant content, such as posts with community guidelines, non-English language, and other non-pertinent material, 520 posts remained. The dataset was then split into 70% from "r/lonely" and 30% from "r/offmychest," resulting in a final set of 498 posts. Posts were limited to 300 words, excluding titles, to maintain annotators’ focus and uphold the overall quality of the dataset.
64
 
65
- #### Text contributors
66
- The text contributors are users of the [r/lonely]( https://www.reddit.com/r/lonely/) and
67
  [r/r/offmychest]( https://www.reddit.com/r/offmychest/). No further demographic information was available.
68
 
69
  ### Annotations
@@ -84,128 +84,56 @@ This task requires rating the intensity of loneliness on a scale from 1 to 5, ba
84
 
85
  **The complete annotation guidelines can be found in guidelines.pdf**
86
 
87
-
88
-
89
- - **Curated by:** [More Information Needed]
90
- - **Funded by [optional]:** [More Information Needed]
91
- - **Shared by [optional]:** [More Information Needed]
92
- - **Language(s) (NLP):** [More Information Needed]
93
- - **License:** [More Information Needed]
94
-
95
- ### Dataset Sources [optional]
96
-
97
- <!-- Provide the basic links for the dataset. -->
98
-
99
- - **Repository:** [More Information Needed]
100
- - **Paper [optional]:** [More Information Needed]
101
- - **Demo [optional]:** [More Information Needed]
102
-
103
- ## Uses
104
-
105
- <!-- Address questions around how the dataset is intended to be used. -->
106
-
107
- ### Direct Use
108
-
109
- <!-- This section describes suitable use cases for the dataset. -->
110
-
111
- [More Information Needed]
112
-
113
- ### Out-of-Scope Use
114
-
115
- <!-- This section addresses misuse, malicious use, and uses that the dataset will not work well for. -->
116
-
117
- [More Information Needed]
118
-
119
- ## Dataset Structure
120
-
121
- <!-- This section provides a description of the dataset fields, and additional information about the dataset structure such as criteria used to create the splits, relationships between data points, etc. -->
122
-
123
- [More Information Needed]
124
-
125
- ## Dataset Creation
126
-
127
- ### Curation Rationale
128
-
129
- <!-- Motivation for the creation of this dataset. -->
130
-
131
- [More Information Needed]
132
-
133
- ### Source Data
134
-
135
- <!-- This section describes the source data (e.g. news text and headlines, social media posts, translated sentences, ...). -->
136
-
137
- #### Data Collection and Processing
138
-
139
- <!-- This section describes the data collection and processing process such as data selection criteria, filtering and normalization methods, tools and libraries used, etc. -->
140
-
141
- [More Information Needed]
142
-
143
- #### Who are the source data producers?
144
-
145
- <!-- This section describes the people or systems who originally created the data. It should also include self-reported demographic or identity information for the source data creators if this information is available. -->
146
-
147
- [More Information Needed]
148
-
149
- ### Annotations [optional]
150
-
151
- <!-- If the dataset contains annotations which are not part of the initial data collection, use this section to describe them. -->
152
-
153
  #### Annotation process
 
 
 
154
 
155
- <!-- This section describes the annotation process such as annotation tools used in the process, the amount of data annotated, annotation guidelines provided to the annotators, interannotator statistics, annotation validation, etc. -->
156
-
157
- [More Information Needed]
158
-
159
- #### Who are the annotators?
160
-
161
- <!-- This section describes the people or systems who created the annotations. -->
162
 
163
- [More Information Needed]
164
 
165
- #### Personal and Sensitive Information
 
166
 
167
- <!-- State whether the dataset contains data that might be considered personal, sensitive, or private (e.g., data that reveals addresses, uniquely identifiable names or aliases, racial or ethnic origins, sexual orientations, religious beliefs, political opinions, financial or health data, etc.). If efforts were made to anonymize the data, describe the anonymization process. -->
 
168
 
169
- [More Information Needed]
170
 
171
- ## Bias, Risks, and Limitations
 
172
 
173
- <!-- This section is meant to convey both technical and sociotechnical limitations. -->
174
 
175
- [More Information Needed]
176
 
177
- ### Recommendations
178
 
179
- <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
180
 
181
- Users should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations.
182
 
183
- ## Citation [optional]
184
 
185
- <!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
186
 
187
- **BibTeX:**
 
188
 
189
- [More Information Needed]
190
 
191
- **APA:**
192
 
193
- [More Information Needed]
194
 
195
- ## Glossary [optional]
196
 
197
- <!-- If relevant, include terms and calculations in this section that can help readers understand the dataset or dataset card. -->
198
 
199
- [More Information Needed]
200
 
201
- ## More Information [optional]
202
 
203
- [More Information Needed]
204
 
205
- ## Dataset Card Authors [optional]
206
 
207
- [More Information Needed]
208
 
209
- ## Dataset Card Contact
210
 
211
- [More Information Needed]
 
1
  ---
2
+ license: cc-by-4.0
3
  task_categories:
4
  - text-classification
5
  language:
 
26
  #### Supported tasks
27
  - `text-classification`: This dataset can be used to train a text classification model that categorizes posts into multiple labels of loneliness, including "Not Lonely." The model should consider the context of the post and its title, allowing for overlapping labels to capture different aspects of loneliness..
28
  - `Natural Language Inference`: The model should determine how lonely an individual feels based on their post and title, rating the intensity on a scale from 1 to 5. The model needs to accurately evaluate the emotional tone of the content to provide this rating.
29
+ - `Emotion Detection`: The dataset is ideal for training models that detect emotional intensity, specifically measuring loneliness on a scale of 1 to 5
30
  ### Languages
31
 
32
  The text in the dataset is in English
 
62
  #### Initial Data Collection and Preprocessing
63
  The data was collected using the Reddit API, initially extracting 550 posts. After filtering out irrelevant content, such as posts with community guidelines, non-English language, and other non-pertinent material, 520 posts remained. The dataset was then split into 70% from "r/lonely" and 30% from "r/offmychest," resulting in a final set of 498 posts. Posts were limited to 300 words, excluding titles, to maintain annotators’ focus and uphold the overall quality of the dataset.
64
 
65
+ #### Who are the source language producers?
66
+ The source language producers are users of the [r/lonely]( https://www.reddit.com/r/lonely/) and
67
  [r/r/offmychest]( https://www.reddit.com/r/offmychest/). No further demographic information was available.
68
 
69
  ### Annotations
 
84
 
85
  **The complete annotation guidelines can be found in guidelines.pdf**
86
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
87
  #### Annotation process
88
+ - **Exploration Batch**: Initial annotations were completed by the dataset creators to define categories and develop guidelines (99 posts).
89
+ - **Evaluation Batch**: Further annotations were carried out by the creators following the drafted guidelines (101 posts).
90
+ - **Part 3 Batch**: This batch was assigned to external annotators to refine the guidelines and annotate the remaining posts (298 posts).
91
 
92
+ The annotation process was carried out by two groups. The first group (owners) consisted of three female annotators who worked on the initial exploration and evaluation. The second group (external annotators) included three males who contributed during the final annotation phase.
 
 
 
 
 
 
93
 
 
94
 
95
+ #### The annotators
96
+ The annotation process was carried out by two groups. The first group, known as the owners, comprised three females who were responsible for the initial exploration and evaluation stages. The second group, referred to as the external annotators, included three males who contributed during the final stages of the annotation process. All annotators were aged between 21 and 30 and were students at the Data Science and Decisions faculty at the Technion.
97
 
98
+ ### Personal and Sensitive Information
99
+ The posts and comments do not contain any personal information and are submitted anonymously. No identifiers regarding the authors were obtained.
100
 
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
 
108
+ Bias is an inherent challenge in any dataset derived from human-generated content, particularly when sourced from platforms like Reddit, where the user demographic may not fully represent the broader population. The Loneliness : cause and intensity dataset could potentially reflect biases linked to factors such as gender, cultural norms, age, and socio-economic status, which are not explicitly captured in the data but could shape the experiences and expressions of loneliness. These underlying biases may influence the nature of the posts and comments, potentially skewing the content toward certain perspectives more common within specific online communities.
109
 
110
+ Additionally, the subreddit communities used to collect the data may have their own subcultural biases. Posts from these communities might reflect dominant viewpoints that marginalize other, less-represented perspectives, particularly when discussing topics as subjective as loneliness. For instance, the causes of loneliness discussed in these posts might reflect only certain aspects of human experience, while leaving out or underrepresenting others.
111
 
112
+ The annotation process, despite following standardized guidelines, may also introduce bias due to the personal interpretations of the annotators, shaped by their backgrounds and experiences. Even with careful adherence to the guidelines, subjective elements, such as interpreting the intensity of loneliness, can vary between annotators.
113
 
114
+ To address these concerns, users of this dataset should consider implement bias detection and mitigation techniques when training and evaluating models. Moreover, models developed using this dataset should be tested across diverse user groups to ensure inclusivity and fairness in the resulting predictions or applications. This approach will help to reduce the impact of biases and improve the reliability of models trained on this dataset for broader real-world applications.
115
 
116
+ ### Other Known Limitations
117
 
118
+ - Limited Dataset Size: With 498 posts, the dataset is relatively small, which may limit the robustness of models trained on it. The smaller sample size can result in overfitting or reduced generalizability to new data.
119
 
120
+ - Imbalance in Loneliness Categories: Some types of loneliness, such as "Lack of Family Contact" and "Physical Touch," appear much less frequently than others. This imbalance may lead to models being biased towards more common categories like "Lack of Friends," potentially reducing performance in detecting less frequent types of loneliness.
121
+ - Lack of User Demographics: The dataset does not include demographic information about the users who posted. Without this context, it's difficult to assess how factors like age, gender, or cultural background may influence expressions of loneliness or how well models generalize across different populations.
122
 
123
+ - Short Post Length: The dataset includes posts that are generally short (up to 300 words), which may limit the depth of information available for analysis. While concise, these posts may not capture the full complexity of the emotional experiences or factors contributing to loneliness.
124
 
125
+ ## Creators and Contributors
126
 
127
+ ### Dataset Creators
128
 
129
+ The dataset was created by Yael Katsman, Hilly Segal, and Yarden Kamienney as part of a project for the NLP Research course at the Data Science & Decisions Faculty at the Technion.
130
 
131
+ ### Acknowledgments
132
 
133
+ We extend our gratitude to Amit Frechter, Michael Fishman, and Yonatan Sabag for their valuable work as external annotators. Additionally, we are thankful to Roi Reichart and Nitay Calderon for their guidance and mentorship throughout the dataset's development process.
134
 
 
135
 
 
136
 
 
137
 
 
138
 
 
139