Multilingual Target-Stance Extraction
Ethan Mines, Bonnie Dorr
TL;DR
The paper addresses multilingual Target-Stance Extraction by extending English-only TSE to six languages using a unified two-stage pipeline: an mT5-based target generator and a BERTweet stance classifier, with a post-hoc mapping of generated targets to a fixed pool via English verbalizations. It reports a modest overall TSE F1 of $F_{ ext{TSE}}=12.78$, underscoring the added difficulty of multilingual target prediction and the bottleneck in generating accurate targets. It also reveals that F1 is sensitive to target verbalizations and provides a baseline resource for future multilingual TSE research. The authors propose three directions for improvement: multilingual keyphrase corpora, enhanced target-mapping embeddings, and broader, open-world evaluation datasets.
Abstract
Social media enables data-driven analysis of public opinion on contested issues. Target-Stance Extraction (TSE) is the task of identifying the target discussed in a document and the document's stance towards that target. Many works classify stance towards a given target in a multilingual setting, but all prior work in TSE is English-only. This work introduces the first multilingual TSE benchmark, spanning Catalan, Estonian, French, Italian, Mandarin, and Spanish corpora. It manages to extend the original TSE pipeline to a multilingual setting without requiring separate models for each language. Our model pipeline achieves a modest F1 score of 12.78, underscoring the increased difficulty of the multilingual task relative to English-only setups and highlighting target prediction as the primary bottleneck. We are also the first to demonstrate the sensitivity of TSE's F1 score to different target verbalizations. Together these serve as a much-needed baseline for resources, algorithms, and evaluation criteria in multilingual TSE.
