paper-with-me

홈 › Papers

Unintended Bias in Language Model-driven Conversational Recommendation

2022-01-17 · Tianshu Shen, Jiaru Li, Mohamed Reda Bouadjenek, Zheda Mai, Scott Sanner

Conversational Recommendation Systems (CRSs) have recently started to leverage pretrained language models (LM) such as BERT for their ability to semantically interpret a wide range of preference statement variations. However, pretrained LMs are well-known to be prone to intrinsic biases in their training data, which may be exacerbated by biases embedded in domain-specific language data(e.g., user reviews) used to fine-tune LMs for CRSs. We study a recently introduced LM-driven recommendation backbone (termed LMRec) of a CRS to investigate how unintended bias i.e., language variations such as name references or indirect indicators of sexual orientation or location that should not affect recommendations manifests in significantly shifted price and category distributions of restaurant recommendations. The alarming results we observe strongly indicate that LMRec has learned to reinforce harmful stereotypes through its recommendations. For example, offhand mention of names associated with the black community significantly lowers the price distribution of recommended restaurants, while offhand mentions of common male-associated names lead to an increase in recommended alcohol-serving establishments. These and many related results presented in this work raise a red flag that advances in the language handling capability of LM-drivenCRSs do not come without significant challenges related to mitigating unintended bias in future deployed CRS assistants with a potential reach of hundreds of millions of end-users.

📄 PDF Abstract BibTeX arXiv:2201.06224

Code (0)

등록된 구현이 없습니다.

Tasks

Conversational RecommendationLanguage ModelingLanguage ModellingmodelRecommendation Systems

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
WordPiece 설명 없음
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 Warmup With Linear Decay Linear Warmup With Linear Decay is a learning rate schedule in which we increase the learning rate linearly for $n$ updates and then linearly decay afterwards.
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…

Similar Papers 제목 키워드 기반

Improving Conversational Recommendation Systems via Bias Analysis and Language-Model-Enhanced Data Augmentation

2023-10-25 · Xi Wang, Hossein A. Rahmani, Jiqun Liu, Emine Yilmaz

Conversational Recommendation System (CRS) is a rapidly growing research area that has gained significant attention alongside advancements in language modelling techniques. However, the current state of conversational re…

Conversational RecommendationData AugmentationLanguage ModelingLanguage Modelling+2

Pearl: A Review-driven Persona-Knowledge Grounded Conversational Recommendation Dataset

2024-03-07 · Minjin Kim, Minju Kim, Hana Kim, Beong-woo Kwak 외

Conversational recommender system is an emerging area that has garnered an increasing interest in the community, especially with the advancements in large language models (LLMs) that enable diverse reasoning over convers…

Conversational RecommendationRecommendation Systems

Counterfactually Augmented Data and Unintended Bias: The Case of Sexism and Hate Speech Detection

2022-05-09 · NAACL 2022 7 · Indira Sen, Mattia Samory, Claudia Wagner, Isabelle Augenstein

Counterfactually Augmented Data (CAD) aims to improve out-of-domain generalizability, an indicator of model robustness. The improvement is credited with promoting core features of the construct over spurious artifacts th…

Hate Speech Detection

Towards Deep Conversational Recommendations

2018-12-18 · NeurIPS 2018 12 · Raymond Li, Samira Kahou, Hannes Schulz, Vincent Michalski 외

There has been growing interest in using neural networks and deep learning techniques to create dialogue systems. Conversational recommendation is an interesting setting for the scientific exploration of dialogue with na…

Conversational RecommendationRecommendation SystemsSentiment Analysis

ChatGPT for Conversational Recommendation: Refining Recommendations by Reprompting with Feedback

2024-01-07 · Kyle Dylan Spurlock, Cagla Acun, Esin Saka, Olfa Nasraoui

Recommendation algorithms have been pivotal in handling the overwhelming volume of online content. However, these algorithms seldom consider direct user input, resulting in superficial interaction between them. Efforts h…

Conversational RecommendationPrompt Engineering