1 min read
popularity bias 를 해결하는데 사용한다.
구조가 단순하며 해석이 명확해 구현과 활용이 쉽습니다. 추천 알고리즘의 인기 편향(popularity bias) 정도를 효과적으로 모니터링할 수 있습니다.
Popularity Bias, Unfairness
Example: Popularity Adjustments Removal of Popularity-Bias 학습 데이터에서 popularity bias 를 지우는 목적은 모델이 아이템의 similarities 에 집중했으면 하는 바람에 있다. Scaling Method popularity bias 를 완화하기 위해 후처리 방법으로 ...
inverse propensity score popularity bias position bias
...sing Experiments D.1) Impacts of Four Bias Factors D.1.1) Impact of Model Bias 학습 데이터의 density 가 높을수록 popularity bias 가 높아졌다가 낮아지는 모습을 보임 그러나 대부분의 학습 데이터는 dense 하지 않으므로, bias 가 낮아지는 것은 기대하기 힘듦
높은 값일수록 사용자가 좋아하는 아이템을 낮은 ranking 에 놓는다는 의미가 된다 (높은 popularity bias). iPO Bias 측정 iPO bias 는 matched user 에 대해서 낮은 인기를 가진 아이템의 기대 랭킹이 높은 인기를 가진 아이템의 기대 랭킹보다 낮은지의 여부를 확인하...
D) Experiment biased feedback 으로 실험하고 unbiased evaluator 를 사용함 D.1) Investigating Popularity Bias 실제 추천시스템에서 popularity bias 가 어느정도 확인되는지 조사하는 실험으로, 두 가지 종류의 bias 를 조사함
Matthew Effect 유명한 아이템은 더 많이 노출되어서 학습 데이터의 밸런스가 더욱 무너지는 현상.
Exposure Bias Exposure bias 는 사용자가 모든 item 을 본 것이 아니라, 노출된 item 에 대해서만 feedback 을 남긴다는 데서 생기는 bias 다.
paper link Related Work 기존의 모든 popularity bias 연구들은 static 추천 task 를 기반으로 진행했지만, 실제 real-world 에서는 dynamic recommendation 형태를 띈다.
paper link Abstract Blindly fitting the data without considering the inherent biases will result in many serious issues, e.g., the discrepancy between offline evaluation and...
paper link Abstract SLIM 이 높은 ranking 정확도를 여러 논문 실험에서 보여줬지만, 데이터를 통한 파라매터 학습 비용이 너무 높았다.
Average Recommendation Popularity (ARP) A.1) 정의 \displaystyle ARP = \frac{1}{|U|} \sum {u \in U} \frac{\sum {i \in L u} \phi(i)}{|L u|} A.2) 기호 설명 L u: 사용자 u에게 추천된 아이템 목록, |L...
popularity bias 를 해결하는데 사용한다. basic idea 는 recommender G 와 introduced adversary D 의 min-max game 을 수행하는것 .
Propensity 배경 To remedy the selection bias in evaluation, some recent work considers a recommendation as an intervention analogous to treating a patient with a specific drug.
paper link Abstract popularity-opportunity bias(POB) 를 조사하기 위해 세 파트로 나눠서 연구를 진행함 Popularity-opportunity Bias 란?...
Calibrated Recommendations Reference paper: dl.acm.org/doi/pdf/10.1145/3240323.3240372 cailbration 의 목적 In the recommended list of items, calibration ensures that the various...