paper-with-me

Papers

Decoding Matters: Addressing Amplification Bias and Homogeneity Issue for LLM-based Recommendation

2024-06-21 · Keqin Bao, Jizhi Zhang, Yang Zhang, Xinyue Huo, Chong Chen, Fuli Feng

Adapting Large Language Models (LLMs) for recommendation requires careful consideration of the decoding process, given the inherent differences between generating items and natural language. Existing approaches often directly apply LLMs' original decoding methods. However, we find these methods encounter significant challenges: 1) amplification bias -- where standard length normalization inflates scores for items containing tokens with generation probabilities close to 1 (termed ghost tokens), and 2) homogeneity issue -- generating multiple similar or repetitive items for a user. To tackle these challenges, we introduce a new decoding approach named Debiasing-Diversifying Decoding (D3). D3 disables length normalization for ghost tokens to alleviate amplification bias, and it incorporates a text-free assistant model to encourage tokens less frequently generated by LLMs for counteracting recommendation homogeneity. Extensive experiments on real-world datasets demonstrate the method's effectiveness in enhancing accuracy and diversity. The code is available at https://github.com/SAI990323/DecodingMatters.

📄 PDF Abstract BibTeX arXiv:2406.14900

Code (1)

sai990323/decodingmatters 공식 구현 pytorch

Tasks

Diversity

Similar Papers 제목 키워드 기반

Examining the Robustness of Homogeneity Bias to Hyperparameter Adjustments in GPT-4

2025-01-04 · Messi H. J. Lee

Vision-Language Models trained on massive collections of human-generated data often reproduce and amplify societal stereotypes. One critical form of stereotyping reproduced by these models is homogeneity bias-the tendenc…

De-amplifying Bias from Differential Privacy in Language Model Fine-tuning

2024-02-07 · Sanjari Srivastava, Piotr Mardziel, Zhikhun Zhang, Archana Ahlawat 외

Fairness and privacy are two important values machine learning (ML) practitioners often seek to operationalize in models. Fairness aims to reduce model bias for social/demographic sub-groups. Privacy via differential pri…

counterfactualData AugmentationFairnessLanguage Modeling+1

Multi Attribute Bias Mitigation via Representation Learning

2025-09-03 · Rajeev Ranjan Dwivedi, Ankur Kumar, Vinod K Kurmi arxiv

Real world images frequently exhibit multiple overlapping biases, including textures, watermarks, gendered makeup, scene object pairings, etc. These biases collectively impair the performance of modern vision models, und…

Representation Learning

Making Bias Amplification in Balanced Datasets Directional and Interpretable

2024-12-15 · Bhanu Tokas, Rahul Nair, Hannah Kerner

Most of the ML datasets we use today are biased. When we train models on these biased datasets, they often not only learn dataset biases but can also amplify them -- a phenomenon known as bias amplification. Several co-o…

Attribute

Probability of Differentiation Reveals Brittleness of Homogeneity Bias in GPT-4

2024-07-10 · Messi H. J. Lee, Calvin K. Lai

Homogeneity bias in Large Language Models (LLMs) refers to their tendency to homogenize the representations of some groups compared to others. Previous studies documenting this bias have predominantly used encoder models…