DGurgurov commited on
Commit
1ef2ea5
1 Parent(s): ffb199c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +25 -3
README.md CHANGED
@@ -1,3 +1,25 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ task_categories:
4
+ - text-classification
5
+ language:
6
+ - da
7
+ ---
8
+
9
+ ## Sentiment Analysis Data for the Danish Language
10
+
11
+ **Dataset Description:**
12
+ This dataset contains a sentiment analysis dataset from Isbister et al. (2021).
13
+
14
+ **Data Structure:**
15
+ The data was used for the project on [improving word embeddings with graph knowledge for Low Resource Languages](https://github.com/pyRis/retrofitting-embeddings-lrls?tab=readme-ov-file).
16
+
17
+ **Citation:**
18
+ ```bibtex
19
+ @article{isbister2021should,
20
+ title={Should we stop training more monolingual models, and simply use machine translation instead?},
21
+ author={Isbister, Tim and Carlsson, Fredrik and Sahlgren, Magnus},
22
+ journal={arXiv preprint arXiv:2104.10441},
23
+ year={2021}
24
+ }
25
+ ```