![](https://img1.daumcdn.net/thumb/R750x0/?scode=mtistory2&fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2FmWsfI%2FbtsKNuiuYne%2FKWMdk5ryEdON9NmD8ZIQ61%2Fimg.png)
arXiv: https://arxiv.org/abs/2410.07176OpenReview: https://openreview.net/forum?id=xy6B5Fh2v7Code: xKeywords: Retrieval Augmented Generation, Knowledge Conflicts1. Motivation검색 결과에 의존하는 RAG는 관련성이 없거나 오해의 소지가 있는 불완전한 검색 결과로 인해, 부정확한 LLM 응답을 초래할 수 있음검색된 결과가 LLM이 알고 있던 지식과 다를 때는 Knowledge Conflict가 발생할 수 있지만, 대부분의 기존 연구들은 이를 고려하지 않음 2. Preliminary Experiment: Imperfect retrieval is common $$Retrie..