paper-with-me

홈 › Papers

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 negative transfer results for certain samples. Besides, an important characteristic of sequence labeling tasks is that different elements within a given sample may also have diverse domain relevance, which requires further consideration. To take the multi-level domain relevance discrepancy into account, in this paper, we propose a fine-grained knowledge fusion model with the domain relevance modeling scheme to control the balance between learning from the target domain data and learning from the source domain model. Experiments on three sequence labeling tasks show that our fine-grained knowledge fusion model outperforms strong baselines and other state-of-the-art sequence labeling domain adaptation methods.

📄 PDF Abstract BibTeX arXiv:1909.04315

Code (0)

등록된 구현이 없습니다.

Tasks

DiversityDomain Adaptation

Similar Papers 제목 키워드 기반

microCLIP: Unsupervised CLIP Adaptation via Coarse-Fine Token Fusion for Fine-Grained Image Classification

2025-10-02 · Sathira Silva, Eman Ali, Chetan Arora, Muhammad Haris Khan arxiv

Unsupervised adaptation of CLIP-based vision-language models (VLMs) for fine-grained image classification requires sensitivity to microscopic local cues. While CLIP exhibits strong zero-shot transfer, its reliance on coa…

Fine-Grained Image Classification

Embeddings of Label Components for Sequence Labeling: A Case Study of Fine-grained Named Entity Recognition

2020-06-02 · ACL 2020 6 · Takuma Kato, Kaori Abe, Hiroki Ouchi, Shumpei Miyawaki 외

In general, the labels used in sequence labeling consist of different types of elements. For example, IOB-format entity labels, such as B-Person and I-Person, can be decomposed into span (B and I) and type information (P…

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

Structural Knowledge Distillation: Tractably Distilling Information for Structured Predictor

2020-10-10 · ACL 2021 5 · Xinyu Wang, Yong Jiang, Zhaohui Yan, Zixia Jia 외

Knowledge distillation is a critical technique to transfer knowledge between models, typically from a large model (the teacher) to a more fine-grained one (the student). The objective function of knowledge distillation i…

Dependency ParsingKnowledge DistillationStructured Prediction

CLaC at SemEval-2023 Task 2: Comparing Span-Prediction and Sequence-Labeling approaches for NER

2023-05-05 · Harsh Verma, Sabine Bergler

This paper summarizes the CLaC submission for the MultiCoNER 2 task which concerns the recognition of complex, fine-grained named entities. We compare two popular approaches for NER, namely Sequence Labeling and Span Pre…

NERPredictionTask 2

Improving Low-Resource Sequence Labeling with Knowledge Fusion and Contextual Label Explanations

2025-01-31 · Peichao Lai, Jiaxin Gan, Feiyang Ye, Yilei Wang 외

Sequence labeling remains a significant challenge in low-resource, domain-specific scenarios, particularly for character-dense languages like Chinese. Existing methods primarily focus on enhancing model comprehension and…

Diversity