paper-with-me

홈 › Papers

ReMask: A Robust Information-Masking Approach for Domain Counterfactual Generation

2023-05-04 · Pengfei Hong, Rishabh Bhardwaj, Navonil Majumdar, Somak Aditya, Soujanya Poria

Domain shift is a big challenge in NLP, thus, many approaches resort to learning domain-invariant features to mitigate the inference phase domain shift. Such methods, however, fail to leverage the domain-specific nuances relevant to the task at hand. To avoid such drawbacks, domain counterfactual generation aims to transform a text from the source domain to a given target domain. However, due to the limited availability of data, such frequency-based methods often miss and lead to some valid and spurious domain-token associations. Hence, we employ a three-step domain obfuscation approach that involves frequency and attention norm-based masking, to mask domain-specific cues, and unmasking to regain the domain generic context. Our experiments empirically show that the counterfactual samples sourced from our masked text lead to improved domain transfer on 10 out of 12 domain sentiment classification settings, with an average of 2% accuracy improvement over the state-of-the-art for unsupervised domain adaptation (UDA). Further, our model outperforms the state-of-the-art by achieving 1.4% average accuracy improvement in the adversarial domain adaptation (ADA) setting. Moreover, our model also shows its domain adaptation efficacy on a large multi-domain intent classification dataset where it attains state-of-the-art results. We release the codes publicly at \url{https://github.com/declare-lab/remask}.

📄 PDF Abstract BibTeX arXiv:2305.02858

Code (0)

등록된 구현이 없습니다.

Tasks

counterfactualDomain Adaptationintent-classificationIntent ClassificationSentiment AnalysisSentiment ClassificationUnsupervised Domain Adaptationvalid

Methods 이 논문이 사용한 방법론

fail 설명 없음

Similar Papers 제목 키워드 기반

NAVIRA: Decoupled Stochastic Remasking for Masked Diffusion Language Models

2026-06-04 · Andrey Fomenko, Maksim Kryzhanovskiy, Svetlana Glazyrina, Roman Ischenko arxiv

Masked diffusion language models generate text by iteratively unmasking many tokens in parallel, but this speed comes with a correction problem: tokens generated in the same step are predicted from marginal distributions…

Text Generation

Re-evaluating Confidence Remasking in Masked Diffusion Language Models

2026-06-10 · Stipe Frkovic, Metod Jazbec, Dan Zhang, Christian A. Naesseth 외 arxiv

Masked diffusion language models (dLLMs) have recently emerged as a competitive alternative to autoregressive language models, with the promise of faster inference via parallel token generation. A notable limitation of t…

Remasking Discrete Diffusion Models with Inference-Time Scaling

2025-03-01 · Guanghan Wang, Yair Schiff, Subham Sekhar Sahoo, Volodymyr Kuleshov

Part of the success of diffusion models stems from their ability to perform iterative refinement, i.e., repeatedly correcting outputs during generation. However, modern masked discrete diffusion lacks this capability: wh…

Don't Settle Too Early: Self-Reflective Remasking for Diffusion Language Models

2025-09-28 · Zemin Huang, Yuhang Wang, Zhiyang Chen, Guo-Jun Qi arxiv

Mask-based Diffusion Language Models (DLMs) struggle to revise incorrect tokens: once a token is generated, it typically remains fixed. The key challenge is to identify potential errors in the inputs. In this paper, we p…

Reinforcement LearningText Generation

VGB for Masked Diffusion Model: Efficient Test-time Scaling for Reward Satisfaction and Sample Editing

2026-06-26 · Kijung Jeon, Thuy-Duong Vuong, Molei Tao arxiv

Inference-time scaling is a promising paradigm to improve generative models, especially when outputs must satisfy structural constraints or optimize downstream rewards. We consider Masked Diffusion Model (MDM) and introd…