paper-with-me

Papers

Does QA-based intermediate training help fine-tuning language models for text classification?

2021-12-30 · ALTA 2021 12 · Shiwei Zhang, Xiuzhen Zhang

Fine-tuning pre-trained language models for downstream tasks has become a norm for NLP. Recently it is found that intermediate training based on high-level inference tasks such as Question Answering (QA) can improve the performance of some language models for target tasks. However it is not clear if intermediate training generally benefits various language models. In this paper, using the SQuAD-2.0 QA task for intermediate training for target text classification tasks, we experimented on eight tasks for single-sequence classification and eight tasks for sequence-pair classification using two base and two compact language models. Our experiments show that QA-based intermediate training generates varying transfer performance across different language models, except for similar QA tasks.

📄 PDF Abstract BibTeX arXiv:2112.15051

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationQuestion Answeringtext-classificationText Classification

Methods 이 논문이 사용한 방법론

BASE 설명 없음

Similar Papers 제목 키워드 기반

English Intermediate-Task Training Improves Zero-Shot Cross-Lingual Transfer Too

2020-05-26 · Asian Chapter of the Association for Computational Linguistics 2020 · Jason Phang, Iacer Calixto, Phu Mon Htut, Yada Pruksachatkun 외

Intermediate-task training---fine-tuning a pretrained model on an intermediate task before fine-tuning again on the target task---often improves model performance substantially on language understanding tasks in monoling…

Cross-Lingual TransferHellaSwagQuestion AnsweringRetrieval+4

When does Further Pre-training MLM Help? An Empirical Study on Task-Oriented Dialog Pre-training

2021-11-01 · EMNLP (insights) 2021 11 · Qi Zhu, Yuxian Gu, Lingxiao Luo, Bing Li 외

Further pre-training language models on in-domain data (domain-adaptive pre-training, DAPT) or task-relevant data (task-adaptive pre-training, TAPT) before fine-tuning has been shown to improve downstream tasks’ performa…

LLM Reasoning for Machine Translation: Synthetic Data Generation over Thinking Tokens

2025-10-13 · Armel Zebaze, Rachel Bawden, Benoît Sagot arxiv

Large reasoning models (LRMs) have led to new possibilities in terms of problem-solving, through the devising of a natural language thought process prior to answering a query. While their capabilities are well known acro…

Synthetic Data GenerationMachine Translation

Evaluating the Effectiveness of Natural Language Inference for Hate Speech Detection in Languages with Limited Labeled Data

2023-06-06 · Janis Goldzycher, Moritz Preisig, Chantal Amrhein, Gerold Schneider

Most research on hate speech detection has focused on English where a sizeable amount of labeled training data is available. However, to expand hate speech detection into more languages, approaches that require minimal t…

Hate Speech DetectionNatural Language Inference

Amuro and Char: Analyzing the Relationship between Pre-Training and Fine-Tuning of Large Language Models

2024-08-13 · Kaiser Sun, Mark Dredze

The development of large language models leads to the formation of a pre-train-then-align paradigm, in which the model is typically pre-trained on a large text corpus and undergoes a tuning stage to align the model with …

Sensitivity