nishan-chatterjee commited on
Commit
e609675
·
verified ·
1 Parent(s): 7a00f18

Update published article citation; provide compact Overleaf BibTeX

Browse files
Files changed (3) hide show
  1. CITATION.cff +2 -2
  2. README.md +12 -10
  3. 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 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/abstract"
 
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
@@ -188,18 +188,20 @@ gradient-scaler state is excluded.
188
 
189
  ## Citation
190
 
 
 
191
  Please cite the accompanying article when using AspectBench:
192
 
193
  ```bibtex
194
- @article{chatterjee2026aspectbench,
195
- title = {Evaluating Fine-Tuned, Embedding-Based, and Zero-Shot Models for
196
- Aspect-Based Sentiment Analysis in South Slavic News},
197
- author = {Chatterjee, Nishan and Koloski, Boshko and Doucet, Antoine and
198
- Pollak, Senja and Purver, Matthew},
199
- journal = {Frontiers in Artificial Intelligence},
200
- volume = {9},
201
- year = {2026},
202
- doi = {10.3389/frai.2026.1844418},
203
- url = {https://www.frontiersin.org/journals/artificial-intelligence/articles/10.3389/frai.2026.1844418/abstract}
204
  }
205
  ```
 
188
 
189
  ## Citation
190
 
191
+ Download [citation.bib](citation.bib) for Overleaf and cite with `\cite{chatterjee2026}`.
192
+
193
  Please cite the accompanying article when using AspectBench:
194
 
195
  ```bibtex
196
+ @article{chatterjee2026,
197
+ title = {Evaluating fine-tuned, embedding-based, and zero-shot models for aspect-based sentiment analysis in {South Slavic} news},
198
+ author = {Chatterjee, Nishan and Koloski, Boshko and Doucet, Antoine and Pollak, Senja and Purver, Matthew},
199
+ journal = {Frontiers in Artificial Intelligence},
200
+ volume = {9},
201
+ year = {2026},
202
+ publisher = {Frontiers Media SA},
203
+ issn = {2624-8212},
204
+ doi = {10.3389/frai.2026.1844418},
205
+ url = {https://www.frontiersin.org/journals/artificial-intelligence/articles/10.3389/frai.2026.1844418}
206
  }
207
  ```
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
+ }