EMNLP 2024main3 citations

Decoding Matters: Addressing Amplification Bias and Homogeneity Issue in Recommendations for Large Language Models

Keqin Bao, Jizhi Zhang, Yang Zhang, Xinyue Huo, Chong Chen, Fuli Feng

Abstract

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.

BibTeX
@inproceedings{bao-etal-2024-decoding,
    title = "Decoding Matters: Addressing Amplification Bias and Homogeneity Issue in Recommendations for Large Language Models",
    author = "Bao, Keqin  and
      Zhang, Jizhi  and
      Zhang, Yang  and
      Huo, Xinyue  and
      Chen, Chong  and
      Feng, Fuli",
    editor = "Al-Onaizan, Yaser  and
      Bansal, Mohit  and
      Chen, Yun-Nung",
    booktitle = "Proceedings of the 2024 Conference on Empirical Methods in Natural Language Processing",
    month = nov,
    year = "2024",
    address = "Miami, Florida, USA",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2024.emnlp-main.589/",
    doi = "10.18653/v1/2024.emnlp-main.589",
    pages = "10540--10552"
}
Decoding Matters: Addressing Amplification Bias and Homogeneity Issue in Recommendations for Large Language Models · EMNLP 2024