DGurgurov commited on
Commit
e98089d
·
verified ·
1 Parent(s): 7c30ed9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -1
README.md CHANGED
@@ -6,7 +6,21 @@ license: mit
6
  ## Sentiment Analysis Data for the Tibetan Language
7
 
8
  **Dataset Description:**
9
- This dataset contains a sentiment analysis dataset extracted from here.
10
 
11
  **Data Structure:**
12
  The data was used for the project on [injecting external commonsense knowledge into multilingual Large Language Models](https://github.com/d-gurgurov/Injecting-Commonsense-Knowledge-into-LLMs).
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6
  ## Sentiment Analysis Data for the Tibetan Language
7
 
8
  **Dataset Description:**
9
+ This dataset contains a sentiment analysis data from Zhu et al. 2023.
10
 
11
  **Data Structure:**
12
  The data was used for the project on [injecting external commonsense knowledge into multilingual Large Language Models](https://github.com/d-gurgurov/Injecting-Commonsense-Knowledge-into-LLMs).
13
+
14
+ **Citation:**
15
+ ```bibtex
16
+ @INPROCEEDINGS{10348366,
17
+ author={Zhu, Yulei and Luosai, Baima and Zhou, Liyuan and Qun, Nuo and Nyima, Tashi},
18
+ booktitle={2023 IEEE 4th International Conference on Pattern Recognition and Machine Learning (PRML)},
19
+ title={Research on Sentiment Analysis of Tibetan Short Text Based on Dual-channel Hybrid Neural Network},
20
+ year={2023},
21
+ volume={},
22
+ number={},
23
+ pages={377-384},
24
+ keywords={Analytical models;Sentiment analysis;Neural networks;Semantics;Machine learning;Logic gates;Feature extraction;Tibetan sentiment analysis;TextCNN;BiGRU;pretraining model},
25
+ doi={10.1109/PRML59573.2023.10348366}}
26
+ ```