Clarify model licensing and cite the AspectBench article
Browse files- CITATION.cff +28 -0
- LICENSE +22 -0
- README.md +42 -1
CITATION.cff
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
cff-version: 1.2.0
|
| 2 |
+
message: "If you use AspectBench, please cite the accompanying article."
|
| 3 |
+
title: "AspectBench: Document-Level Aspect-Based Sentiment Analysis"
|
| 4 |
+
type: software
|
| 5 |
+
authors:
|
| 6 |
+
- family-names: Chatterjee
|
| 7 |
+
given-names: Nishan
|
| 8 |
+
repository-code: "https://github.com/nishan-chatterjee/aspect-based-sentiment-analysis"
|
| 9 |
+
url: "https://github.com/nishan-chatterjee/aspect-based-sentiment-analysis"
|
| 10 |
+
preferred-citation:
|
| 11 |
+
type: article
|
| 12 |
+
authors:
|
| 13 |
+
- family-names: Chatterjee
|
| 14 |
+
given-names: Nishan
|
| 15 |
+
- family-names: Koloski
|
| 16 |
+
given-names: Boshko
|
| 17 |
+
- family-names: Doucet
|
| 18 |
+
given-names: Antoine
|
| 19 |
+
- family-names: Pollak
|
| 20 |
+
given-names: Senja
|
| 21 |
+
- family-names: Purver
|
| 22 |
+
given-names: Matthew
|
| 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"
|
LICENSE
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
## License
|
| 2 |
+
|
| 3 |
+
Copyright (c) 2026 the AspectBench model contributors.
|
| 4 |
+
|
| 5 |
+
The AspectBench fine-tuned checkpoint contributions / trained heads are licensed under
|
| 6 |
+
[Creative Commons Attribution-NonCommercial 4.0 International (CC BY-NC 4.0)](https://creativecommons.org/licenses/by-nc/4.0/).
|
| 7 |
+
The [official legal code](https://creativecommons.org/licenses/by-nc/4.0/legalcode.en) is incorporated by reference.
|
| 8 |
+
Noncommercial research, evaluation, adaptation and redistribution are allowed
|
| 9 |
+
subject to attribution and the license terms. Commercial use is not granted
|
| 10 |
+
under this license; contact the project for separate permission.
|
| 11 |
+
|
| 12 |
+
Noncommercial describes the purpose of a use, not whether its user is a
|
| 13 |
+
university or a company. Academic affiliation does not automatically make a
|
| 14 |
+
commercial project noncommercial. The legal code controls, including its
|
| 15 |
+
exceptions and limitations. The material is provided as-is without warranties.
|
| 16 |
+
|
| 17 |
+
This notice does not relicense third-party base weights, tokenizers, code or
|
| 18 |
+
configuration assets, and does not revoke any rights previously granted.
|
| 19 |
+
AspectBench adapted the listed base models for aspect-based sentiment analysis;
|
| 20 |
+
retain their original attribution and license notices when redistributing.
|
| 21 |
+
|
| 22 |
+
- HBS and Slovenian: [FacebookAI/xlm-roberta-base](https://huggingface.co/FacebookAI/xlm-roberta-base) — upstream MIT.
|
README.md
CHANGED
|
@@ -4,7 +4,7 @@ tags:
|
|
| 4 |
- aspect-based-sentiment-analysis
|
| 5 |
- south-slavic
|
| 6 |
- text-classification
|
| 7 |
-
license:
|
| 8 |
---
|
| 9 |
|
| 10 |
# AspectBench HAN-XLM-R
|
|
@@ -14,6 +14,29 @@ sentiment analysis. This repository contains 4/4 language-mode
|
|
| 14 |
checkpoint slots. It is used with the shared inference toolkit in
|
| 15 |
[`nishan-chatterjee/aspect-based-sentiment-analysis`](https://huggingface.co/nishan-chatterjee/aspect-based-sentiment-analysis).
|
| 16 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 17 |
## What this repository contains
|
| 18 |
|
| 19 |
Each `.pt` file is a tensor-only state dictionary containing the complete
|
|
@@ -186,3 +209,21 @@ python scripts/predict.py \
|
|
| 186 |
|
| 187 |
The `.pt` files contain model tensors only. Optimizer, scheduler, and
|
| 188 |
gradient-scaler state is excluded.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
- aspect-based-sentiment-analysis
|
| 5 |
- south-slavic
|
| 6 |
- text-classification
|
| 7 |
+
license: cc-by-nc-4.0
|
| 8 |
---
|
| 9 |
|
| 10 |
# AspectBench HAN-XLM-R
|
|
|
|
| 14 |
checkpoint slots. It is used with the shared inference toolkit in
|
| 15 |
[`nishan-chatterjee/aspect-based-sentiment-analysis`](https://huggingface.co/nishan-chatterjee/aspect-based-sentiment-analysis).
|
| 16 |
|
| 17 |
+
## License
|
| 18 |
+
|
| 19 |
+
Copyright (c) 2026 the AspectBench model contributors.
|
| 20 |
+
|
| 21 |
+
The AspectBench fine-tuned checkpoint contributions / trained heads are licensed under
|
| 22 |
+
[Creative Commons Attribution-NonCommercial 4.0 International (CC BY-NC 4.0)](https://creativecommons.org/licenses/by-nc/4.0/).
|
| 23 |
+
The [official legal code](https://creativecommons.org/licenses/by-nc/4.0/legalcode.en) is incorporated by reference.
|
| 24 |
+
Noncommercial research, evaluation, adaptation and redistribution are allowed
|
| 25 |
+
subject to attribution and the license terms. Commercial use is not granted
|
| 26 |
+
under this license; contact the project for separate permission.
|
| 27 |
+
|
| 28 |
+
Noncommercial describes the purpose of a use, not whether its user is a
|
| 29 |
+
university or a company. Academic affiliation does not automatically make a
|
| 30 |
+
commercial project noncommercial. The legal code controls, including its
|
| 31 |
+
exceptions and limitations. The material is provided as-is without warranties.
|
| 32 |
+
|
| 33 |
+
This notice does not relicense third-party base weights, tokenizers, code or
|
| 34 |
+
configuration assets, and does not revoke any rights previously granted.
|
| 35 |
+
AspectBench adapted the listed base models for aspect-based sentiment analysis;
|
| 36 |
+
retain their original attribution and license notices when redistributing.
|
| 37 |
+
|
| 38 |
+
- HBS and Slovenian: [FacebookAI/xlm-roberta-base](https://huggingface.co/FacebookAI/xlm-roberta-base) — upstream MIT.
|
| 39 |
+
|
| 40 |
## What this repository contains
|
| 41 |
|
| 42 |
Each `.pt` file is a tensor-only state dictionary containing the complete
|
|
|
|
| 209 |
|
| 210 |
The `.pt` files contain model tensors only. Optimizer, scheduler, and
|
| 211 |
gradient-scaler state is excluded.
|
| 212 |
+
|
| 213 |
+
## Citation
|
| 214 |
+
|
| 215 |
+
Please cite the accompanying article when using AspectBench:
|
| 216 |
+
|
| 217 |
+
```bibtex
|
| 218 |
+
@article{chatterjee2026aspectbench,
|
| 219 |
+
title = {Evaluating Fine-Tuned, Embedding-Based, and Zero-Shot Models for
|
| 220 |
+
Aspect-Based Sentiment Analysis in South Slavic News},
|
| 221 |
+
author = {Chatterjee, Nishan and Koloski, Boshko and Doucet, Antoine and
|
| 222 |
+
Pollak, Senja and Purver, Matthew},
|
| 223 |
+
journal = {Frontiers in Artificial Intelligence},
|
| 224 |
+
volume = {9},
|
| 225 |
+
year = {2026},
|
| 226 |
+
doi = {10.3389/frai.2026.1844418},
|
| 227 |
+
url = {https://www.frontiersin.org/journals/artificial-intelligence/articles/10.3389/frai.2026.1844418/abstract}
|
| 228 |
+
}
|
| 229 |
+
```
|