Abrhalei Frezghi Tela
commited on
Commit
·
48d9c40
1
Parent(s):
9036544
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,33 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
---
|
4 |
+
|
5 |
+
|
6 |
+
First sentiment analysis (with two classes) dataset for Tigrinya language. This train set is constructed automatically while the test set labeled manually.
|
7 |
+
|
8 |
+
|
9 |
+
0 : for negative sentiment
|
10 |
+
1 : for positive sentiment
|
11 |
+
|
12 |
+
|
13 |
+
train size: 49374 (25031 negative and 24343 positive)
|
14 |
+
test size: 4000 (2000 negative and 2000 positive)
|
15 |
+
|
16 |
+
|
17 |
+
For more information on our experiments and results please check our paper:
|
18 |
+
|
19 |
+
Title: Transferring Monolingual Model to Low-Resource Language: The Case of Tigrinya
|
20 |
+
Link: https://arxiv.org/pdf/2006.07698.pdf
|
21 |
+
Authors: Abrhalei Frezghi Tela, Abraham Woubie,Ville Hautamaki
|
22 |
+
|
23 |
+
Please consider citing the paper.
|
24 |
+
|
25 |
+
@misc{tela2020transferring,
|
26 |
+
title={Transferring Monolingual Model to Low-Resource Language: The Case of Tigrinya},
|
27 |
+
author={Abrhalei Tela and Abraham Woubie and Ville Hautamaki},
|
28 |
+
year={2020},
|
29 |
+
eprint={2006.07698},
|
30 |
+
archivePrefix={arXiv},
|
31 |
+
primaryClass={cs.CL}
|
32 |
+
}
|
33 |
+
|