Daily Arxiv

This page organizes papers related to artificial intelligence published around the world.
This page is summarized using Google Gemini and is operated on a non-profit basis.
The copyright of the paper belongs to the author and the relevant institution. When sharing, simply cite the source.

Reliable Decision Making via Calibration Oriented Retrieval Augmented Generation

Created by
  • Haebom

Author

Chaeyun Jang, Deukhwan Cho, Seanie Lee, Hyungi Lee, Juho Lee

Calibrated Retrieval-Augmented Generation (CalibRAG)

Outline

As large-scale language models (LLMs) are widely used for decision support, they can provide inaccurate information, potentially leading to incorrect human decisions. To address this, Retrieval Augmented Generation (RAG) techniques, which reference external documents, have been proposed. However, existing RAG methods do not focus on ensuring proper calibration of human decision-making. In this paper, we propose Calibrated Retrieval-Augmented Generation (CalibRAG), a novel retrieval method that ensures the proper calibration of RAG-based decisions. CalibRAG is experimentally validated to improve calibration performance and accuracy over other baselines on various datasets.

Takeaways, Limitations

CalibRAG improves calibration performance in RAG-based decision making.
CalibRAG also contributes to improved accuracy.
The specific CalibRAG Limitations is not presented in the paper.
👍