Update README.md
Browse files
README.md
CHANGED
|
@@ -1,14 +1,22 @@
|
|
|
|
|
| 1 |
configs:
|
| 2 |
- config_name: topic_modeling
|
| 3 |
data_files: topic_modeling.csv
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
## Citation
|
| 5 |
|
| 6 |
-
If you use this dataset, please cite
|
| 7 |
|
|
|
|
|
|
|
| 8 |
@article{Mumtaz2026,
|
| 9 |
-
title={Temporal Robustness of Large Language Models for Thematic Classification of UN General Assembly Debates},
|
| 10 |
-
author={Mumtaz, Fatima and Abdul Rauf, Sadaf and Nauman, Saadia Ishtiaq and Malik, Muhammad Ghulam Abbas and Imran, Muhammad},
|
| 11 |
-
journal={Information},
|
| 12 |
-
year={2026}
|
| 13 |
-
note={Accepted}
|
| 14 |
}
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
configs:
|
| 3 |
- config_name: topic_modeling
|
| 4 |
data_files: topic_modeling.csv
|
| 5 |
+
license: cc-by-4.0
|
| 6 |
+
language:
|
| 7 |
+
- en
|
| 8 |
+
---
|
| 9 |
+
|
| 10 |
## Citation
|
| 11 |
|
| 12 |
+
If you use this dataset, please cite the following paper:
|
| 13 |
|
| 14 |
+
**BibTeX:**
|
| 15 |
+
```bibtex
|
| 16 |
@article{Mumtaz2026,
|
| 17 |
+
title = {Temporal Robustness of Large Language Models for Thematic Classification of UN General Assembly Debates},
|
| 18 |
+
author = {Mumtaz, Fatima and Abdul Rauf, Sadaf and Nauman, Saadia Ishtiaq and Malik, Muhammad Ghulam Abbas and Imran, Muhammad},
|
| 19 |
+
journal = {Information},
|
| 20 |
+
year = {2026}
|
|
|
|
| 21 |
}
|
| 22 |
+
```
|