CLLGSep 13, 2021

Few-Shot Cross-Lingual Stance Detection with Sentiment-Based Pre-Training

arXiv:2109.06050v272 citations
Originality Incremental advance
AI Analysis

It addresses the problem of limited labeled data for stance detection across multiple languages, which is incremental as it builds on existing techniques like pattern-exploiting training.

The paper tackles cross-lingual stance detection by proposing a method that uses sentiment-based pre-training and a novel label encoder, achieving over 6% absolute F1 improvement in low-shot settings compared to baselines.

The goal of stance detection is to determine the viewpoint expressed in a piece of text towards a target. These viewpoints or contexts are often expressed in many different languages depending on the user and the platform, which can be a local news outlet, a social media platform, a news forum, etc. Most research in stance detection, however, has been limited to working with a single language and on a few limited targets, with little work on cross-lingual stance detection. Moreover, non-English sources of labelled data are often scarce and present additional challenges. Recently, large multilingual language models have substantially improved the performance on many non-English tasks, especially such with limited numbers of examples. This highlights the importance of model pre-training and its ability to learn from few examples. In this paper, we present the most comprehensive study of cross-lingual stance detection to date: we experiment with 15 diverse datasets in 12 languages from 6 language families, and with 6 low-resource evaluation settings each. For our experiments, we build on pattern-exploiting training, proposing the addition of a novel label encoder to simplify the verbalisation procedure. We further propose sentiment-based generation of stance data for pre-training, which shows sizeable improvement of more than 6% F1 absolute in low-shot settings compared to several strong baselines.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes