[論文閱讀] Self-RAG: Learning to Retrieve, Generate, and Critique through Self-Reflection
Last Updated on 2023-11-22 by Clay
前言
RAG-based LLM 是當前使用大型語言模型(Large Language Model, LLM)的一種知名架構,也就是通過『檢索』,來給模型提供訓練時所沒有的先驗知識,讓模型能夠在得知特定資訊的情況下進行問題的回答。
Read More »[論文閱讀] Self-RAG: Learning to Retrieve, Generate, and Critique through Self-Reflection