paper-with-me

홈 › Papers

Hummer: Towards Limited Competitive Preference Dataset

2024-05-19 · Li Jiang, Yusen Wu, Junwu Xiong, Jingqing Ruan, Yichuan Ding, Qingpei Guo, Zujie Wen, Jun Zhou, Xiaotie Deng

Preference datasets are essential for incorporating human preferences into pre-trained language models, playing a key role in the success of Reinforcement Learning from Human Feedback. However, these datasets often demonstrate conflicting alignment objectives, leading to increased vulnerability to jailbreak attacks and challenges in adapting downstream tasks to prioritize specific alignment objectives without negatively impacting others. In this work, we introduce a novel statistical metric, Alignment Dimension Conflict, to quantify the degree of conflict within preference datasets. We then present \texttt{Hummer} and its fine-grained variant, \texttt{Hummer-F}, as innovative pairwise preference datasets with reduced-conflict alignment objectives. \texttt{Hummer} is built based on UltraFeedback and is enhanced by AI feedback from GPT-4, marking as the first preference dataset aimed at reducing the competition between alignment objectives. Furthermore, we develop reward models, HummerRM and HummerRM-F, which employ a hybrid sampling approach to balance diverse alignment objectives effectively. This sampling method positions HummerRM as an ideal model for domain-specific further fine-tuning and reducing vulnerabilities to attacks.

📄 PDF Abstract BibTeX arXiv:2405.11647

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Position-Wise Feed-Forward Layer 설명 없음
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Residual Connection 설명 없음
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…

Similar Papers 제목 키워드 기반

Perfect bidder collusion through bribe and request

2019-12-08 · Jingfeng Lu, Zongwei Lu, Christian Riis

We study collusion in a second-price auction with two bidders in a dynamic environment. One bidder can make a take-it-or-leave-it collusion proposal, which consists of both an offer and a request of bribes, to the oppone…

Coherence-guided Preference Disentanglement for Cross-domain Recommendations

2024-10-27 · Zongyi Xiang, Yan Zhang, Lixin Duan, Hongzhi Yin 외

Discovering user preferences across different domains is pivotal in cross-domain recommendation systems, particularly when platforms lack comprehensive user-item interactive data. The limited presence of shared users oft…

DisentanglementRecommendation Systems

DSPA: Dynamic SAE Steering for Data-Efficient Preference Alignment

2026-03-23 · James Wedgwood, Aashiq Muhamed, Mona T. Diab, Virginia Smith arxiv

Preference alignment is usually achieved by weight-updating training on preference data, which adds substantial alignment-stage compute and provides limited mechanistic visibility. We propose Dynamic SAE Steering for Pre…

Economic and technical study for the construction of a 1 MW grid-connected solar power plant in southern Iran

2021-08-24 · Mahmoud Makkiabadi

Renewable energy such as solar and wind energy can solve the major problems of humanity such as electricity and fresh water. The renewable energy sources are promising to take a significant share in the energy sector as …

Large Language Models are Competitive Near Cold-start Recommenders for Language- and Item-based Preferences

2023-07-26 · Scott Sanner, Krisztian Balog, Filip Radlinski, Ben Wedin 외

Traditional recommender systems leverage users' item preference history to recommend novel content that users may like. However, modern dialog interfaces that allow users to express language-based preferences offer a fun…

Collaborative FilteringRecommendation Systems