paper-with-me

Papers

Adaptive Cross-lingual Text Classification through In-Context One-Shot Demonstrations

2024-04-03 · Emilio Villa-Cueva, A. Pastor López-Monroy, Fernando Sánchez-Vega, Thamar Solorio

Zero-Shot Cross-lingual Transfer (ZS-XLT) utilizes a model trained in a source language to make predictions in another language, often with a performance loss. To alleviate this, additional improvements can be achieved through subsequent adaptation using examples in the target language. In this paper, we exploit In-Context Tuning (ICT) for One-Shot Cross-lingual transfer in the classification task by introducing In-Context Cross-lingual Transfer (IC-XLT). The novel concept involves training a model to learn from context examples and subsequently adapting it during inference to a target language by prepending a One-Shot context demonstration in that language. Our results show that IC-XLT successfully leverages target-language examples to improve the cross-lingual capabilities of the evaluated mT5 model, outperforming prompt-based models in the Zero and Few-shot scenarios adapted through fine-tuning. Moreover, we show that when source-language data is limited, the fine-tuning framework employed for IC-XLT performs comparably to prompt-based fine-tuning with significantly more training data in the source language.

📄 PDF Abstract BibTeX arXiv:2404.02452

Code (1)

villacu/ic_xlt 공식 구현 pytorch

Tasks

Cross-Lingual Transfertext-classificationText ClassificationZero-Shot Cross-Lingual Transfer

Methods 이 논문이 사용한 방법론

Gated Linear Unit A Gated Linear Unit, or GLU computes: $$ \mathrm{GLU}(a, b) = a \otimes \sigma(b) $$ It is used in natural language processing architectures, for example the Gated CNN,…
Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
SentencePiece 설명 없음
Attention 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…

Similar Papers 제목 키워드 기반

Adapting Pre-trained Language Models to African Languages via Multilingual Adaptive Fine-Tuning

2022-04-13 · COLING 2022 10 · Jesujoba O. Alabi, David Ifeoluwa Adelani, Marius Mosbach, Dietrich Klakow

Multilingual pre-trained language models (PLMs) have demonstrated impressive performance on several downstream tasks for both high-resourced and low-resourced languages. However, there is still a large performance drop f…

Cross-Lingual TransferLanguage ModellingNERparameter-efficient fine-tuning+6

Low-Resource Cross-Lingual Adaptive Training for Nigerian Pidgin

2023-07-01 · Pin-Jie Lin, Muhammed Saeed, Ernie Chang, Merel Scholman

Developing effective spoken language processing systems for low-resource languages poses several challenges due to the lack of parallel data and limited resources for fine-tuning models. In this work, we target on improv…

text-classificationText ClassificationTranslation

MDAPT: Multilingual Domain Adaptive Pretraining in a Single Model

2021-09-14 · Findings (EMNLP) 2021 11 · Rasmus Kær Jørgensen, Mareike Hartmann, Xiang Dai, Desmond Elliott

Domain adaptive pretraining, i.e. the continued unsupervised pretraining of a language model on domain-specific text, improves the modelling of text for downstream tasks within the domain. Numerous real-world application…

Language ModelingLanguage Modellingnamed-entity-recognitionNamed Entity Recognition+3

Practical Transformer-based Multilingual Text Classification

2021-06-01 · NAACL 2021 4 · Cindy Wang, Michele Banko

Transformer-based methods are appealing for multilingual text classification, but common research benchmarks like XNLI (Conneau et al., 2018) do not reflect the data availability and task variety of industry applications…

ClassificationData AugmentationMultilingual text classificationtext-classification+1

N2C2: Nearest Neighbor Enhanced Confidence Calibration for Cross-Lingual In-Context Learning

2025-03-12 · Jie He, Simon Yu, Deyi Xiong, Víctor Gutiérrez-Basulto 외

Recent advancements of in-context learning (ICL) show language models can significantly improve their performance when demonstrations are provided. However, little attention has been paid to model calibration and predict…

Cross-Lingual Sentiment ClassificationIn-Context LearningPredictionSentiment Analysis+1