paper-with-me

홈 › Papers

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 incorporates an additional signal, a method based on architectural modifications in autoregressive large language models, and a sequence labeling framework for autoregressive large language models utilizing supervised in-context fine-tuning combined with response-oriented adaptation strategies. The first improvement is given in the context of domain transfer for the event trigger detection task. The domain transfer of the event trigger detection task can be improved by incorporating an additional signal obtained from a domain-independent text processing system into a multi-task model. The second improvement involves modifying the model's architecture. For that purpose, a method is proposed to enable bidirectional information flow across layers of autoregressive large language models. The third improvement utilizes autoregressive large language models as text generators through a generative supervised in-context fine-tuning framework. The proposed model, method, and framework demonstrate that pre-trained neural language models achieve their best performance on sequence labeling tasks when adapted through targeted transfer learning paradigms.

📄 PDF Abstract BibTeX arXiv:2510.20033

Code (0)

등록된 구현이 없습니다.

Tasks

Transfer Learning

Similar Papers 제목 키워드 기반

Identifying the Limits of Cross-Domain Knowledge Transfer for Pretrained Models

2021-04-17 · RepL4NLP (ACL) 2022 5 · Zhengxuan Wu, Nelson F. Liu, Christopher Potts

There is growing evidence that pretrained language models improve task-specific fine-tuning not just for the languages seen in pretraining, but also for new languages and even non-linguistic data. What is the nature of t…

Transfer Learning

Analyzing BERT Cross-lingual Transfer Capabilities in Continual Sequence Labeling

2022-10-01 · MMMPIE (COLING) 2022 10 · Juan Manuel Coria, Mathilde Veron, Sahar Ghannay, Guillaume Bernard 외

Knowledge transfer between neural language models is a widely used technique that has proven to improve performance in a multitude of natural language tasks, in particular with the recent rise of large pre-trained langua…

Continual LearningCross-Lingual Transfernamed-entity-recognitionNamed Entity Recognition+4

ToPro: Token-Level Prompt Decomposition for Cross-Lingual Sequence Labeling Tasks

2024-01-29 · Bolei Ma, Ercong Nie, Shuzhou Yuan, Helmut Schmid 외

Prompt-based methods have been successfully applied to multilingual pretrained language models for zero-shot cross-lingual understanding. However, most previous studies primarily focused on sentence-level classification …

BenchmarkingCross-Lingual TransferIn-Context Learningnamed-entity-recognition+8

Fine-grained Knowledge Fusion for Sequence Labeling Domain Adaptation

2019-09-10 · IJCNLP 2019 11 · Huiyun Yang, Shu-Jian Huang, Xin-yu Dai, Jia-Jun Chen

In sequence labeling, previous domain adaptation methods focus on the adaptation from the source domain to the entire target domain without considering the diversity of individual target domain samples, which may lead to…

DiversityDomain Adaptation

Domain Adaptation of SRL Systems for Biological Processes

2019-08-01 · WS 2019 8 · Dheeraj Rajagopal, Nidhi Vyas, Aditya Siddhant, Anirudha Rayasam 외

Domain adaptation remains one of the most challenging aspects in the wide-spread use of Semantic Role Labeling (SRL) systems. Current state-of-the-art methods are typically trained on large-scale datasets, but their perf…

Domain AdaptationSemantic Role Labeling