Aggregation of Continuous Preferences in One Dimension
Abstract
In this paper, we address the task of targeted sentiment analysis , which involves two sub-tasks, i.e., identifying specific aspects from reviews and determining their corresponding senti-ments. Aspect extraction forms the foundation for sentiment prediction, highlighting the critical dependency between these two tasks for effective cross-task knowledge transfer. While most existing studies adopt a multi-task learning paradigm to align task-specific features in the latent space, they predominantly rely on coarse-grained knowledge transfer. Such approaches lack fine-grained control over aspect-sentiment relationships, often assuming uniform sentiment polarity within related aspects. This oversimplification neglects contextual cues that differentiate sentiments, leading to negative transfer. To overcome these limitations, we propose FCKT, a fine-grained cross-task knowledge transfer framework tailored for TSA. By explicitly incorporating aspect-level information into sentiment prediction, our framework achieves fine-grained knowledge transfer, effectively mitigating negative transfer and enhancing task performance. Extensive experiments on three real-world datasets, including comparisons with various baselines and large language models (LLMs), demonstrate the effectiveness of FCKT. The source code is available on https://github.com/cwei01/FCKT.
Cite
Text
Del Pia et al. "Aggregation of Continuous Preferences in One Dimension." International Joint Conference on Artificial Intelligence, 2024. doi:10.24963/ijcai.2024/304Markdown
[Del Pia et al. "Aggregation of Continuous Preferences in One Dimension." International Joint Conference on Artificial Intelligence, 2024.](https://mlanthology.org/ijcai/2024/pia2024ijcai-aggregation/) doi:10.24963/ijcai.2024/304BibTeX
@inproceedings{pia2024ijcai-aggregation,
title = {{Aggregation of Continuous Preferences in One Dimension}},
author = {Del Pia, Alberto and Knop, Dusan and Lassota, Alexandra and Sornat, Krzysztof and Talmon, Nimrod},
booktitle = {International Joint Conference on Artificial Intelligence},
year = {2024},
pages = {2748-2756},
doi = {10.24963/ijcai.2024/304},
url = {https://mlanthology.org/ijcai/2024/pia2024ijcai-aggregation/}
}