paper-with-me

Papers

Implicit Semantic Response Alignment for Partial Domain Adaptation

2021-12-01 · NeurIPS 2021 12 · Wenxiao Xiao, Zhengming Ding, Hongfu Liu

Partial Domain Adaptation (PDA) addresses the unsupervised domain adaptation problem where the target label space is a subset of the source label space. Most state-of-art PDA methods tackle the inconsistent label space by assigning weights to classes or individual samples, in an attempt to discard the source data that belongs to the irrelevant classes. However, we believe samples from those extra categories would still contain valuable information to promote positive transfer. In this paper, we propose the Implicit Semantic Response Alignment to explore the intrinsic relationships among different categories by applying a weighted schema on the feature level. Specifically, we design a class2vec module to extract the implicit semantic topics from the visual features. With an attention layer, we calculate the semantic response according to each implicit semantic topic. Then semantic responses of source and target data are aligned to retain the relevant information contained in multiple categories by weighting the features, instead of samples. Experiments on several cross-domain benchmark datasets demonstrate the effectiveness of our method over the state-of-the-art PDA methods. Moreover, we elaborate in-depth analyses to further explore implicit semantic alignment.

📄 PDF Abstract BibTeX

Code (1)

implicit-seman-align/implicit-semantic-response-alignment 공식 구현 pytorch

Tasks

Domain AdaptationPartial Domain AdaptationUnsupervised Domain Adaptation

Similar Papers 제목 키워드 기반

Cross-Domain Labeled LDA for Cross-Domain Text Classification

2018-09-16 · Baoyu Jing, Chenwei Lu, Deqing Wang, Fuzhen Zhuang 외

Cross-domain text classification aims at building a classifier for a target domain which leverages data from both source and target domain. One promising idea is to minimize the feature distribution differences of the tw…

ClassificationCross-Domain Text ClassificationGeneral Classificationtext-classification+1

Towards Boosting the Open-Domain Chatbot with Human Feedback

2022-08-30 · Hua Lu, Siqi Bao, Huang He, Fan Wang 외

Many open-domain dialogue models pre-trained with social media comments can generate coherent replies but have difficulties producing engaging responses when interacting with real users. This phenomenon might mainly resu…

Chatbot

Aligning Large Language Models with Implicit Preferences from User-Generated Content

2025-06-04 · Zhaoxuan Tan, Zheng Li, Tianyi Liu, Haodong Wang 외

Learning from preference feedback is essential for aligning large language models (LLMs) with human values and improving the quality of generated responses. However, existing preference learning methods rely heavily on c…

Density-Guided Response Optimization: Community-Grounded Alignment via Implicit Acceptance Signals

2026-03-03 · Patrick Gerard, Svitlana Volkova arxiv

Language models deployed in online communities must adapt to norms that vary across social, cultural, and domain-specific contexts. Prior alignment approaches rely on explicit preference supervision or predefined princip…

Persona-Aware Alignment Framework for Personalized Dialogue Generation

2025-11-13 · Guanrong Li, Xinyu Liu, Zhen Wu, Xinyu Dai arxiv

Personalized dialogue generation aims to leverage persona profiles and dialogue history to generate persona-relevant and consistent responses. Mainstream models typically rely on token-level language model training with …

Dialogue Generation