paper-with-me

홈 › Papers

Supervised In-Context Fine-Tuning for Generative Sequence Labeling

2025-08-31 · David Dukić, Goran Glavaš, Jan Šnajder arxiv

Sequence labeling (SL) tasks, where labels are assigned to tokens, are abundant in NLP (e.g., named entity recognition and aspect-based sentiment analysis). Owing to the intuition that they require bidirectional context, SL tasks are commonly tackled with encoder-only models. Recent work also shows that removing the causal mask in fine-tuning enables decoder-based LLMs to become effective token classifiers. Less work, however, focused on (supervised) generative SL, a more natural setting for causal LLMs. Due to their rapid scaling, causal LLMs applied to SL are expected to outperform encoders, whose own development has stagnated. In this work, we propose supervised in-context fine-tuning (SIFT) for generative SL. SIFT casts SL tasks as constrained response generation, natural to LLMs, combining in-context learning (ICL) from demonstrations with supervised fine-tuning. SIFT considerably outperforms both ICL and decoder-as-encoder fine-tuning baselines on a range of standard SL tasks. We further find that although long context hinders the performance of generative SL in both ICL and SIFT, this deficiency can be mitigated by removing the instruction, as instructions are shown to be largely unnecessary for achieving strong SL performance with SIFT. Our findings highlight strengths and limitations of SL with LLMs, underscoring the importance of a response-based generative task formulation for effective SL performance.

📄 PDF Abstract BibTeX arXiv:2509.00921

Code (0)

등록된 구현이 없습니다.

Tasks

Response GenerationSentiment Analysis

Similar Papers 제목 키워드 기반

Generative Context-aware Fine-tuning of Self-supervised Speech Models

2023-12-15 · Suwon Shon, Kwangyoun Kim, Prashant Sridhar, Yi-Te Hsu 외

When performing tasks like automatic speech recognition or spoken language understanding for a given utterance, access to preceding text or audio provides contextual information can improve performance. Considering the r…

Automatic Speech Recognitionnamed-entity-recognitionNamed Entity RecognitionSentence+4

Improving Transfer Learning for Sequence Labeling Tasks by Adapting Pre-trained Neural Language Models

2025-10-22 · David Dukić arxiv

This doctoral thesis improves the transfer learning for sequence labeling tasks by adapting pre-trained neural language models. The proposed improvements in transfer learning involve introducing a multi-task model that i…

Transfer Learning

Generative Adapter: Contextualizing Language Models in Parameters with A Single Forward Pass

2024-11-08 · Tong Chen, Hao Fang, Patrick Xia, Xiaodong Liu 외

Large language models (LMs) are typically adapted to improve performance on new contexts (\eg text prompts that define new tasks or domains) through fine-tuning or prompting. However, there is an accuracy compute tradeof…

In-Context LearningSelf-Supervised Learning

Don’t throw away that linear head: Few-shot protein fitness prediction with generative models

2021-09-29 · Ben Krause, Nikhil Naik, Wenhao Liu, Ali Madani

Predicting the fitness, i.e. functional value, of a protein sequence is an important and challenging task in biology, particularly due to the scarcity of assay-labeled data. Traditional approaches utilize transfer learni…

Transfer Learning

An Empirical Comparison of LM-based Question and Answer Generation Methods

2023-05-26 · Asahi Ushio, Fernando Alva-Manchego, Jose Camacho-Collados

Question and answer generation (QAG) consists of generating a set of question-answer pairs given a context (e.g. a paragraph). This task has a variety of applications, such as data augmentation for question answering (QA…

Answer GenerationData AugmentationInformation RetrievalLanguage Modeling+3