Aspect-Based Sentiment Analysis in the Accommodation Domain Using the BERTimbau Model
Summary
A study published in April 2026 at PROPOR 2026 investigates the application of the monolingual BERTimbau model for Aspect-Based Sentiment Analysis (ABSA) in Portuguese, specifically within the hotel domain. Researchers compared two fine-tuning strategies: a pipeline approach, which separates aspect extraction from classification, and an end-to-end multi-task approach using a collapsed tag scheme. Evaluated on the ABSAPT 2024 competition dataset, the pipeline method achieved an F1 score of 0.840 for aspect extraction, demonstrating higher recall. The end-to-end approach, while prioritizing precision, experienced issues with class dispersion. Both strategies showed competitive overall performance with a composite F-Measure of 0.72, establishing a baseline for future research into hybrid and generative architectures for Portuguese ABSA.
Key takeaway
For research scientists developing sentiment analysis models for Portuguese, understanding the architectural trade-offs between pipeline and end-to-end BERTimbau fine-tuning is crucial. If your application prioritizes comprehensive aspect identification, opt for the pipeline approach due to its superior recall (F1: 0.840). Conversely, if precision is paramount, the end-to-end method might be more suitable, despite its class dispersion challenges. Consider these baselines (F-Measure 0.72) when designing future hybrid or generative ABSA architectures.
Key insights
BERTimbau model fine-tuning strategies for Portuguese ABSA show trade-offs between recall and precision.
Principles
- Pipeline ABSA favors recall.
- End-to-end ABSA prioritizes precision.
Method
Two fine-tuning strategies for BERTimbau: a pipeline (extraction then classification) and an end-to-end multi-task approach with a collapsed tag scheme.
In practice
- Use pipeline for high recall aspect extraction.
- Consider end-to-end for precision-focused tasks.
Topics
- Aspect-Based Sentiment Analysis
- BERTimbau Model
- Portuguese NLP
- Hotel Domain
- Fine-tuning Strategies
Best for: Research Scientist, AI Scientist, NLP Engineer, Machine Learning Engineer
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by Paper Index on ACL Anthology.