paper-with-me

Papers

Target-Oriented Fine-tuning for Zero-Resource Named Entity Recognition

2021-07-22 · Findings (ACL) 2021 8 · Ying Zhang, Fandong Meng, Yufeng Chen, Jinan Xu, Jie zhou

Zero-resource named entity recognition (NER) severely suffers from data scarcity in a specific domain or language. Most studies on zero-resource NER transfer knowledge from various data by fine-tuning on different auxiliary tasks. However, how to properly select training data and fine-tuning tasks is still an open problem. In this paper, we tackle the problem by transferring knowledge from three aspects, i.e., domain, language and task, and strengthening connections among them. Specifically, we propose four practical guidelines to guide knowledge transfer and task fine-tuning. Based on these guidelines, we design a target-oriented fine-tuning (TOF) framework to exploit various data from three aspects in a unified training manner. Experimental results on six benchmarks show that our method yields consistent improvements over baselines in both cross-domain and cross-lingual scenarios. Particularly, we achieve new state-of-the-art performance on five benchmarks.

📄 PDF Abstract BibTeX arXiv:2107.10523

Code (1)

Yarkona/TOF 공식 구현 pytorch

Tasks

named-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)NERTransfer Learning

Similar Papers 제목 키워드 기반

A Prompt Learning Framework for Source Code Summarization

2023-12-26 · Tingting Xu, Yun Miao, Chunrong Fang, Hanwei Qian 외

(Source) code summarization is the task of automatically generating natural language summaries (also called comments) for given code snippets. Recently, with the successful application of large language models (LLMs) in …

Code SummarizationFew-Shot Learningparameter-efficient fine-tuningPrompt Learning+2

DiTTO: A Feature Representation Imitation Approach for Improving Cross-Lingual Transfer

2023-03-04 · Shanu Kumar, Abbaraju Soujanya, Sandipan Dandapat, Sunayana Sitaram 외

Zero-shot cross-lingual transfer is promising, however has been shown to be sub-optimal, with inferior transfer performance across low-resource languages. In this work, we envision languages as domains for improving zero…

Cross-Lingual TransferZero-Shot Cross-Lingual Transfer

SLICER: Sliced Fine-Tuning for Low-Resource Cross-Lingual Transfer for Named Entity Recognition

2022-10-01 · Proceedings of the Conference on Empirical Methods in Natural Language Processing 2022 10 · Fabian David Schmidt, Ivan Vulić, Goran Glavaš

Large multilingual language models generally demonstrate impressive results in zero-shot cross-lingual transfer, yet often fail to successfully transfer to low-resource languages, even for token-level prediction tasks li…

Cross-Lingual TransferMultilingual text classificationnamed-entity-recognitionNamed Entity Recognition+3

POUF: Prompt-oriented unsupervised fine-tuning for large pre-trained models

2023-04-29 · Korawat Tanwisuth, Shujian Zhang, Huangjie Zheng, Pengcheng He 외

Through prompting, large-scale pre-trained models have become more expressive and powerful, gaining significant attention in recent years. Though these big models have zero-shot capabilities, in general, labeled data are…

image-classificationImage ClassificationNatural Language InferenceSentiment Analysis

ESAinsTOD: A Unified End-to-End Schema-Aware Instruction-Tuning Framework for Task-Oriented Dialog Modeling

2026-03-10 · Dechuan Teng, Chunlin Lu, Libo Qin, Wanxiang Che arxiv

Existing end-to-end modeling methods for modular task-oriented dialog systems are typically tailored to specific datasets, making it challenging to adapt to new dialog scenarios. In this work, we propose ESAinsTOD, a uni…