This repository accompanies the paper
“Zero-Shot to Full-Resource: Cross-lingual Transfer Strategies for Aspect-Based Sentiment Analysis”,
which presents a comprehensive cross-lingual study of recent ABSA methods across eight languages and four subtasks and is under review for publication at LREC 2026.
Aspect-Based Sentiment Analysis (ABSA) aims to extract fine-grained opinions by identifying sentiments toward specific aspects within text.
Despite major advances in transfer learning and large language models (LLMs), most research has remains English-focused, and cross-lingual generalization of ABSA methods is still work in progress.
This work systematically evaluates five representative ABSA paradigms — covering both traditional and modern LLM-based approaches — under multilingual, cross-lingual, and zero-resource conditions.
Comprehensive Multilingual Benchmarking:
Evaluation of state-of-the-art ABSA methods across eight languages (English, French, Spanish, Dutch, Russian, Turkish, German, Czech) and four subtasks:
Unified Experimental Framework:
Comparison of three major modeling paradigms:
Resource-Level Analysis:
Experiments conducted under three resource settings:
Cross-Lingual Adaptation Strategies:
Evaluation of multilingual transfer through:
New German ABSA Datasets:
Empirical Insights:
The GERest dataset extends the TASD corpus GERestaurant
and mirrors the structure of the English ASQP-Rest16 benchmark [Zhang et al., 2021].
It provides German training, validation, and test splits for aspect sentiment quad prediction.
Dataset composition:
| Split | #Explicit | #Implicit | #Total |
|---|---|---|---|
| Train | 1,483 | 609 | 2,092 |
| Dev | 253 | 65 | 318 |
| Test | 616 | 264 | 880 |
GERest was created following the ASQP annotation guidelines by [Zhang et al., 2021] and [Wan et al., 2020].
This two-stage review ensured high annotation consistency and alignment with multilingual ABSA standards.
| Paradigm | Method | Architecture | Notes |
|---|---|---|---|
| Encoder-only | BERT-CLF | Multilingual + monolingual BERT | Multi-label classification |
| Hier-GCN | BERT + GCN | Structural aspect-sentiment modeling | |
| Seq2Seq | DLO | T5/mT5 | Dynamic label ordering |
| Decoder-only | Few-Shot Prompting | Gemma 3 27B | In-context learning |
| Instruction Tuning | LLaMA 3.1 8B (QLoRA) | Fine-tuned via low-rank adaptation |
Language-specific pretrained models were used only when publicly available for a given language–architecture combination.
Otherwise, the corresponding multilingual model (e.g., mBERT, mT5) was retained.
If you use this repository or the GERest dataset, please cite:
@inproceedings{fehle2026-lrec,
title={Zero-Shot to Full-Resource: Cross-lingual Transfer Strategies for Aspect-Based Sentiment Analysis},
author={Fehle, Jakob and Hellwig, Nils Constantin and Kruschwitz, Udo and Wolff, Christian},
year={2026},
booktitle={Proceedings of the Fifteenth Language Resources and Evaluation Conference},
}
6 commits
Python
100.0%
This repository accompanies the paper
“Zero-Shot to Full-Resource: Cross-lingual Transfer Strategies for Aspect-Based Sentiment Analysis”,
which presents a comprehensive cross-lingual study of recent ABSA methods across eight languages and four subtasks and is under review for publication at LREC 2026.
Aspect-Based Sentiment Analysis (ABSA) aims to extract fine-grained opinions by identifying sentiments toward specific aspects within text.
Despite major advances in transfer learning and large language models (LLMs), most research has remains English-focused, and cross-lingual generalization of ABSA methods is still work in progress.
This work systematically evaluates five representative ABSA paradigms — covering both traditional and modern LLM-based approaches — under multilingual, cross-lingual, and zero-resource conditions.
Comprehensive Multilingual Benchmarking:
Evaluation of state-of-the-art ABSA methods across eight languages (English, French, Spanish, Dutch, Russian, Turkish, German, Czech) and four subtasks:
Unified Experimental Framework:
Comparison of three major modeling paradigms:
Resource-Level Analysis:
Experiments conducted under three resource settings:
Cross-Lingual Adaptation Strategies:
Evaluation of multilingual transfer through:
New German ABSA Datasets:
Empirical Insights:
The GERest dataset extends the TASD corpus GERestaurant
and mirrors the structure of the English ASQP-Rest16 benchmark [Zhang et al., 2021].
It provides German training, validation, and test splits for aspect sentiment quad prediction.
Dataset composition:
| Split | #Explicit | #Implicit | #Total |
|---|---|---|---|
| Train | 1,483 | 609 | 2,092 |
| Dev | 253 | 65 | 318 |
| Test | 616 | 264 | 880 |
GERest was created following the ASQP annotation guidelines by [Zhang et al., 2021] and [Wan et al., 2020].
This two-stage review ensured high annotation consistency and alignment with multilingual ABSA standards.
| Paradigm | Method | Architecture | Notes |
|---|---|---|---|
| Encoder-only | BERT-CLF | Multilingual + monolingual BERT | Multi-label classification |
| Hier-GCN | BERT + GCN | Structural aspect-sentiment modeling | |
| Seq2Seq | DLO | T5/mT5 | Dynamic label ordering |
| Decoder-only | Few-Shot Prompting | Gemma 3 27B | In-context learning |
| Instruction Tuning | LLaMA 3.1 8B (QLoRA) | Fine-tuned via low-rank adaptation |
Language-specific pretrained models were used only when publicly available for a given language–architecture combination.
Otherwise, the corresponding multilingual model (e.g., mBERT, mT5) was retained.
If you use this repository or the GERest dataset, please cite:
@inproceedings{fehle2026-lrec,
title={Zero-Shot to Full-Resource: Cross-lingual Transfer Strategies for Aspect-Based Sentiment Analysis},
author={Fehle, Jakob and Hellwig, Nils Constantin and Kruschwitz, Udo and Wolff, Christian},
year={2026},
booktitle={Proceedings of the Fifteenth Language Resources and Evaluation Conference},
}
6 commits
Python
100.0%