Update published article citation; provide compact Overleaf BibTeX
Browse files- CITATION.cff +2 -2
- README.md +12 -10
- citation.bib +11 -0
CITATION.cff
CHANGED
|
@@ -23,6 +23,6 @@ preferred-citation:
|
|
| 23 |
journal: "Frontiers in Artificial Intelligence"
|
| 24 |
volume: "9"
|
| 25 |
year: 2026
|
| 26 |
-
title: "Evaluating
|
| 27 |
doi: "10.3389/frai.2026.1844418"
|
| 28 |
-
url: "https://www.frontiersin.org/journals/artificial-intelligence/articles/10.3389/frai.2026.1844418
|
|
|
|
| 23 |
journal: "Frontiers in Artificial Intelligence"
|
| 24 |
volume: "9"
|
| 25 |
year: 2026
|
| 26 |
+
title: "Evaluating fine-tuned, embedding-based, and zero-shot models for aspect-based sentiment analysis in South Slavic news"
|
| 27 |
doi: "10.3389/frai.2026.1844418"
|
| 28 |
+
url: "https://www.frontiersin.org/journals/artificial-intelligence/articles/10.3389/frai.2026.1844418"
|
README.md
CHANGED
|
@@ -89,18 +89,20 @@ for input examples, uncertainty output, and validation commands.
|
|
| 89 |
|
| 90 |
## Citation
|
| 91 |
|
|
|
|
|
|
|
| 92 |
Please cite the accompanying article when using AspectBench:
|
| 93 |
|
| 94 |
```bibtex
|
| 95 |
-
@article{
|
| 96 |
-
title
|
| 97 |
-
|
| 98 |
-
|
| 99 |
-
|
| 100 |
-
|
| 101 |
-
|
| 102 |
-
|
| 103 |
-
doi
|
| 104 |
-
url
|
| 105 |
}
|
| 106 |
```
|
|
|
|
| 89 |
|
| 90 |
## Citation
|
| 91 |
|
| 92 |
+
Download [citation.bib](citation.bib) for Overleaf and cite with `\cite{chatterjee2026}`.
|
| 93 |
+
|
| 94 |
Please cite the accompanying article when using AspectBench:
|
| 95 |
|
| 96 |
```bibtex
|
| 97 |
+
@article{chatterjee2026,
|
| 98 |
+
title = {Evaluating fine-tuned, embedding-based, and zero-shot models for aspect-based sentiment analysis in {South Slavic} news},
|
| 99 |
+
author = {Chatterjee, Nishan and Koloski, Boshko and Doucet, Antoine and Pollak, Senja and Purver, Matthew},
|
| 100 |
+
journal = {Frontiers in Artificial Intelligence},
|
| 101 |
+
volume = {9},
|
| 102 |
+
year = {2026},
|
| 103 |
+
publisher = {Frontiers Media SA},
|
| 104 |
+
issn = {2624-8212},
|
| 105 |
+
doi = {10.3389/frai.2026.1844418},
|
| 106 |
+
url = {https://www.frontiersin.org/journals/artificial-intelligence/articles/10.3389/frai.2026.1844418}
|
| 107 |
}
|
| 108 |
```
|
citation.bib
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
@article{chatterjee2026,
|
| 2 |
+
title = {Evaluating fine-tuned, embedding-based, and zero-shot models for aspect-based sentiment analysis in {South Slavic} news},
|
| 3 |
+
author = {Chatterjee, Nishan and Koloski, Boshko and Doucet, Antoine and Pollak, Senja and Purver, Matthew},
|
| 4 |
+
journal = {Frontiers in Artificial Intelligence},
|
| 5 |
+
volume = {9},
|
| 6 |
+
year = {2026},
|
| 7 |
+
publisher = {Frontiers Media SA},
|
| 8 |
+
issn = {2624-8212},
|
| 9 |
+
doi = {10.3389/frai.2026.1844418},
|
| 10 |
+
url = {https://www.frontiersin.org/journals/artificial-intelligence/articles/10.3389/frai.2026.1844418}
|
| 11 |
+
}
|