Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,21 @@
|
|
| 1 |
---
|
| 2 |
license: mit
|
|
|
|
|
|
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
---
|
| 6 |
+
|
| 7 |
+
Github [LINK](https://github.com/lzw108/ConspEmoLLM)
|
| 8 |
+
|
| 9 |
+
|
| 10 |
+
## Citation
|
| 11 |
+
|
| 12 |
+
If you use the ConspEmoLLM or ConspLLM in your work, please cite our [paper](https://arxiv.org/abs/2403.06765):
|
| 13 |
+
|
| 14 |
+
```bibtex
|
| 15 |
+
@article{liu2024conspemollm,
|
| 16 |
+
title={ConspEmoLLM: Conspiracy Theory Detection Using an Emotion-Based Large Language Model},
|
| 17 |
+
author={Liu, Zhiwei and Liu, Boyang and Thompson, Paul and Yang, Kailai and Jain, Raghav and Ananiadou, Sophia},
|
| 18 |
+
journal={arXiv preprint arXiv:2403.06765},
|
| 19 |
+
year={2024}
|
| 20 |
+
}
|
| 21 |
+
```
|