Datasets:
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
task_categories:
|
3 |
+
- text-classification
|
4 |
+
language:
|
5 |
+
- fa
|
6 |
+
size_categories:
|
7 |
+
- 10K<n<100K
|
8 |
+
---
|
9 |
+
# Persian Food Sentiment Dataset
|
10 |
+
|
11 |
+
This data is orinally from https://hooshvare.github.io/docs/datasets/sa.
|
12 |
+
|
13 |
+
## BibTeX Citation
|
14 |
+
|
15 |
+
If you use this dataset, please cite following paper:
|
16 |
+
|
17 |
+
```
|
18 |
+
@article{ParsBERT,
|
19 |
+
title={ParsBERT: Transformer-based Model for Persian Language Understanding},
|
20 |
+
author={Mehrdad Farahani, Mohammad Gharachorloo, Marzieh Farahani, Mohammad Manthouri},
|
21 |
+
journal={ArXiv},
|
22 |
+
year={2020},
|
23 |
+
volume={abs/2005.12515}
|
24 |
+
}
|
25 |
+
```
|