Datasets:

Modalities:
Text
Formats:
csv
Languages:
Spanish
Libraries:
Datasets
pandas
License:
evallecillo commited on
Commit
ac6cf17
1 Parent(s): e88ce6f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +45 -0
README.md CHANGED
@@ -1,3 +1,48 @@
1
  ---
2
  license: apache-2.0
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
+ language:
4
+ - es
5
+ tags:
6
+ - anorexia
7
+ pretty_name: SAD
8
  ---
9
+ ## Title:
10
+ Spanish Anorexia Dataset
11
+ ### Dataset Description
12
+
13
+ **Paper**: [Detecting Anorexia in {S}panish Tweets](https://aclanthology.org/R19-1077.pdf)
14
+
15
+ **Point of Contact**: plubeda@ujaen.es, flor.plaza@unibocconi.it
16
+
17
+ Mental health is one of the main concerns of today’s society. Early detection of symptoms can greatly help people with mental disorders. People are using social networks more and more to express emotions, sentiments and mental states. Thus, the treatment of this information using NLP technologies can be applied to the automatic detection of mental problems such as eating disorders. However, the first step for solving the problem should be to provide a corpus in order to evaluate our systems. In this paper, we specifically focus on detecting anorexia messages on Twitter. Firstly, we have generated a new corpus of tweets extracted from different accounts including anorexia and non-anorexia messages in Spanish. The corpus is called SAD: Spanish Anorexia Detection corpus. In order to validate the effectiveness of the SAD corpus, we also propose several machine learning approaches for automatically detecting anorexia symptoms in the corpus. The good results obtained show that the application of textual classification methods is a promising option for developing this kind of system demonstrating that these tools could be used by professionals to help in the early detection of mental problems.
18
+
19
+ The conference proceedings can be downloaded from: http://lml.bas.bg/ranlp2019/proceedings-ranlp-2019.pdf.
20
+
21
+ ### Source Data
22
+
23
+ Twitter
24
+
25
+ ### Licensing Information
26
+
27
+ SAD is released under the [Apache-2.0 License](http://www.apache.org/licenses/LICENSE-2.0).
28
+
29
+ ### Citation Information
30
+ ```bibtex
31
+ @inproceedings{lopez-ubeda-etal-2019-detecting,
32
+ title = "Detecting Anorexia in {S}panish Tweets",
33
+ author = "L{\'o}pez {\'U}beda, Pilar and
34
+ Plaza del Arco, Flor Miriam and
35
+ D{\'\i}az Galiano, Manuel Carlos and
36
+ Urena Lopez, L. Alfonso and
37
+ Martin, Maite",
38
+ booktitle = "Proceedings of the International Conference on Recent Advances in Natural Language Processing (RANLP 2019)",
39
+ month = sep,
40
+ year = "2019",
41
+ address = "Varna, Bulgaria",
42
+ publisher = "INCOMA Ltd.",
43
+ url = "https://www.aclweb.org/anthology/R19-1077",
44
+ doi = "10.26615/978-954-452-056-4_077",
45
+ pages = "655--663",
46
+ abstract = "Mental health is one of the main concerns of today{'}s society. Early detection of symptoms can greatly help people with mental disorders. People are using social networks more and more to express emotions, sentiments and mental states. Thus, the treatment of this information using NLP technologies can be applied to the automatic detection of mental problems such as eating disorders. However, the first step to solving the problem should be to provide a corpus in order to evaluate our systems. In this paper, we specifically focus on detecting anorexia messages on Twitter. Firstly, we have generated a new corpus of tweets extracted from different accounts including anorexia and non-anorexia messages in Spanish. The corpus is called SAD: Spanish Anorexia Detection corpus. In order to validate the effectiveness of the SAD corpus, we also propose several machine learning approaches for automatically detecting anorexia symptoms in the corpus. The good results obtained show that the application of textual classification methods is a promising option for developing this kind of system demonstrating that these tools could be used by professionals to help in the early detection of mental problems.",
47
+ }
48
+ ```