Update bibtex citation section
Browse files
README.md
CHANGED
@@ -154,13 +154,13 @@ The official code and materials for this submission are available on GitHub:
|
|
154 |
If you find our work helpful or inspiring, please feel free to cite it:
|
155 |
|
156 |
```bibtex
|
157 |
-
@misc{
|
158 |
-
title={AI Wizards at CheckThat! 2025: Enhancing Transformer-Based Embeddings with Sentiment for Subjectivity Detection in News Articles},
|
159 |
-
author={
|
160 |
-
year={
|
161 |
eprint={2507.11764},
|
162 |
archivePrefix={arXiv},
|
163 |
primaryClass={cs.CL},
|
164 |
-
url={https://arxiv.org/abs/2507.11764},
|
165 |
}
|
166 |
```
|
|
|
154 |
If you find our work helpful or inspiring, please feel free to cite it:
|
155 |
|
156 |
```bibtex
|
157 |
+
@misc{fasulo2025aiwizardscheckthat2025,
|
158 |
+
title={AI Wizards at CheckThat! 2025: Enhancing Transformer-Based Embeddings with Sentiment for Subjectivity Detection in News Articles},
|
159 |
+
author={Matteo Fasulo and Luca Babboni and Luca Tedeschini},
|
160 |
+
year={2025},
|
161 |
eprint={2507.11764},
|
162 |
archivePrefix={arXiv},
|
163 |
primaryClass={cs.CL},
|
164 |
+
url={https://arxiv.org/abs/2507.11764},
|
165 |
}
|
166 |
```
|