Update README.md
Browse files
README.md
CHANGED
|
@@ -1,10 +1,12 @@
|
|
| 1 |
---
|
|
|
|
|
|
|
| 2 |
license: afl-3.0
|
| 3 |
task_categories:
|
| 4 |
- text-classification
|
| 5 |
tags:
|
| 6 |
-
- youtube
|
| 7 |
-
- nostalgia
|
| 8 |
- nlp
|
| 9 |
- music
|
| 10 |
- sentiment analysis
|
|
@@ -14,8 +16,22 @@ paper:
|
|
| 14 |
- Comparison of Neural Network Models for Nostalgic Sentiment Analysis of YouTube Comments
|
| 15 |
---
|
| 16 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 17 |
If you find this dataset usefull for your study, please cite the paper as followed:
|
| 18 |
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
language:
|
| 3 |
+
- en
|
| 4 |
license: afl-3.0
|
| 5 |
task_categories:
|
| 6 |
- text-classification
|
| 7 |
tags:
|
| 8 |
+
- youtube comments
|
| 9 |
+
- nostalgia
|
| 10 |
- nlp
|
| 11 |
- music
|
| 12 |
- sentiment analysis
|
|
|
|
| 16 |
- Comparison of Neural Network Models for Nostalgic Sentiment Analysis of YouTube Comments
|
| 17 |
---
|
| 18 |
|
| 19 |
+
# Languages
|
| 20 |
+
|
| 21 |
+
The language of the data is English.
|
| 22 |
+
|
| 23 |
+
# Citation
|
| 24 |
If you find this dataset usefull for your study, please cite the paper as followed:
|
| 25 |
|
| 26 |
+
```bibtex
|
| 27 |
+
@article{postalcioglu2020comparison,
|
| 28 |
+
title={Comparison of Neural Network Models for Nostalgic Sentiment Analysis of YouTube Comments},
|
| 29 |
+
author={Postalcioglu, Seda and Aktas, Senem},
|
| 30 |
+
journal={Hittite Journal of Science and Engineering},
|
| 31 |
+
volume={7},
|
| 32 |
+
number={3},
|
| 33 |
+
pages={215--221},
|
| 34 |
+
year={2020},
|
| 35 |
+
publisher={Hitit University}
|
| 36 |
+
}
|
| 37 |
+
```
|