Transfer-Aware Data Selection for Domain Adaptation in Text Retrieval (2025.findings-emnlp)
Copied to clipboard
| Challenge: | Existing methods to improve domain adaptation do not guarantee improved adaptability, but may negatively impact model performance. |
| Approach: | They propose a framework that can effectively improve model adaptability by selecting beneficial data without evaluating all source data. |
| Outcome: | The proposed framework improves model adaptability by selecting beneficial data without evaluating all source data. |
Similar Papers
Hardness-guided domain adaptation to recognise biomedical named entities under low-resource scenarios (2022.emnlp-main)
Copied to clipboard
| Challenge: | Named Entity Recognition (NER) tasks require a large amount of training data and domains are often scarcely labeled. |
| Approach: | They propose a hardness-guided domain adaptation framework for bioNER tasks that leverages domain hardness information to improve the adaptability of the learnt model in low-resource scenarios. |
| Outcome: | The proposed model outperforms the state-of-the-art MetaNER model on biomedical datasets. |
Breaking Boundaries in Retrieval Systems: Unsupervised Domain Adaptation with Denoise-Finetuning (2023.findings-emnlp)
Copied to clipboard
| Challenge: | Existing domain adaptation methods for dense retrieval models use unadapted rerank models, leading to imprecise labels. |
| Approach: | They propose to adapt a rerank model to the target domain before using it for label generation. |
| Outcome: | The proposed model achieves better results across three retrieval datasets. |
Reinforced Training Data Selection for Domain Adaptation (P19-1)
Copied to clipboard
| Challenge: | Existing approaches to learn domains with massive data are not easy to implement and require a predefined threshold. |
| Approach: | They propose a framework that searches for training instances relevant to the target domain and learns better representations for them. |
| Outcome: | The proposed framework is effective in data selection and representation, but generalized to accommodate different NLP tasks. |
Domain Adaptation with BERT-based Domain Classification and Data Selection (D19-61)
Copied to clipboard
| Challenge: | Modern deep neural models with millions of parameters can easily adapt to a new learning task and dataset when enough supervision is given. |
| Approach: | They propose a domain adaptation framework based on curriculum learning and domain-discriminative data selection. |
| Outcome: | The proposed framework outperforms discrepancy-based methods on transfer tasks while consuming only fraction of training budget. |
Domain-aware and Co-adaptive Feature Transformation for Domain Adaption Few-shot Relation Extraction (2024.lrec-main)
Copied to clipboard
| Challenge: | Existing approaches to relation extraction focus on the source domain, which makes it difficult to accurately transfer useful knowledge to the target domain. |
| Approach: | They propose a domain-aware and co-adaptive feature transformation approach to address these issues by leveraging the target domain distribution features to guide the domain-based feature transformations. |
| Outcome: | The proposed method outperforms existing models and achieves state-of-the-art performance on a benchmark dataset. |
Adaptive-RAG: Learning to Adapt Retrieval-Augmented Large Language Models through Question Complexity (2024.naacl-long)
Copied to clipboard
| Challenge: | Recent Large Language Models (LLMs) generate factually incorrect answers based on their parametric memory. |
| Approach: | They propose a retrieval-augmented large language model that can dynamically select the most suitable strategy based on query complexity. |
| Outcome: | The proposed approach improves the performance of QA systems on open-domain QA datasets. |
Improving the Quality Trade-Off for Neural Machine Translation Multi-Domain Adaptation (2021.emnlp-main)
Copied to clipboard
| Challenge: | Building neural machine translation systems to perform well on a specific target domain remains a challenge. |
| Approach: | They propose to train a single NMT system per language pair that performs well across multiple domains. |
| Outcome: | The proposed approach improves the Pareto frontier on this task. |
Fine-grained Knowledge Fusion for Sequence Labeling Domain Adaptation (D19-1)
Copied to clipboard
| Challenge: | Existing domain adaptation methods focus on the adaptation from the source domain to the entire target domain without considering the diversity of individual sample samples. |
| Approach: | They 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 a source domain model. |
| Outcome: | The proposed model outperforms baselines and state-of-the-art models on three sequence labeling tasks. |
Taming Pre-trained Language Models with N-gram Representations for Low-Resource Domain Adaptation (2021.acl-long)
Copied to clipboard
| Challenge: | Existing methods to train pre-trained models require domain-specific data and computational resources. |
| Approach: | They propose a domain-aware N-gram Adaptor to incorporate unseen and domain-specific words into a generic pretrained model. |
| Outcome: | The proposed model can improve on eight low-resource tasks using limited data with lower computational costs. |
The Trade-offs of Domain Adaptation for Neural Language Models (2022.acl-long)
Copied to clipboard
| Challenge: | Neural Language Models (LMs) trained on large generic training sets have been shown to be effective at adapting to smaller, specific target domains for language modeling and other downstream tasks. |
| Approach: | They propose a framework for a Neural Language Models (LM) to be presented in a common framework. |
| Outcome: | The proposed framework highlights similarities and subtle differences between adaptation techniques and the framework. |