paper-with-me

홈 › Papers

Data and Model Distillation as a Solution for Domain-transferable Fact Verification

2021-06-01 · NAACL 2021 4 · Mitch Paul Mithun, Sandeep Suntwal, Mihai Surdeanu

While neural networks produce state-of-the-art performance in several NLP tasks, they generally depend heavily on lexicalized information, which transfer poorly between domains. We present a combination of two strategies to mitigate this dependence on lexicalized information in fact verification tasks. We present a data distillation technique for delexicalization, which we then combine with a model distillation method to prevent aggressive data distillation. We show that by using our solution, not only does the performance of an existing state-of-the-art model remain at par with that of the model trained on a fully lexicalized data, but it also performs better than it when tested out of domain. We show that the technique we present encourages models to extract transferable facts from a given fact verification dataset.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Fact Verification

Similar Papers 제목 키워드 기반

Meta-KD: A Meta Knowledge Distillation Framework for Language Model Compression across Domains

2020-12-02 · ACL 2021 5 · Haojie Pan, Chengyu Wang, Minghui Qiu, Yichang Zhang 외

Pre-trained language models have been applied to various NLP tasks with considerable performance gains. However, the large model sizes, together with the long inference time, limit the deployment of such models in real-t…

Knowledge DistillationLanguage ModelingLanguage ModellingMeta-Learning+2

On-Policy Context Distillation for Language Models

2026-02-12 · Tianzhu Ye, Li Dong, Xun Wu, Shaohan Huang 외 arxiv

Context distillation enables language models to internalize in-context knowledge into their parameters. In our work, we propose On-Policy Context Distillation (OPCD), a framework that bridges on-policy distillation with …

Knowledge DistillationMathematical Reasoning

When Data-Free Knowledge Distillation Meets Non-Transferable Teacher: Escaping Out-of-Distribution Trap is All You Need

2025-07-05 · Ziming Hong, Runnan Chen, Zengmao Wang, Bo Han 외 arxiv

Data-free knowledge distillation (DFKD) transfers knowledge from a teacher to a student without access the real in-distribution (ID) data. Its common solution is to use a generator to synthesize fake data and use them as…

Data-free Knowledge DistillationAdversarial Robustness

Your Transferability Barrier is Fragile: Free-Lunch for Transferring the Non-Transferable Learning

2024-01-01 · CVPR 2024 1 · Ziming Hong, Li Shen, Tongliang Liu

Recently non-transferable learning (NTL) was proposed to restrict models' generalization toward the target domain(s) which serves as state-of-the-art solutions for intellectual property (IP) protection. However the r…

Is Modularity Transferable? A Case Study through the Lens of Knowledge Distillation

2024-03-27 · Mateusz Klimaszewski, Piotr Andruszkiewicz, Alexandra Birch

The rise of Modular Deep Learning showcases its potential in various Natural Language Processing applications. Parameter-efficient fine-tuning (PEFT) modularity has been shown to work for various use cases, from domain a…

Domain AdaptationKnowledge DistillationLanguage ModelingLanguage Modelling+6