ruleGreen / RAG_LLM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RAG

  • Retriever
  • Knowledge Base
  • Reader

Process RAG

Query Rewriter

  • [Compressing Context to Enhance Inference Efficiency of Large Language Models]

Retriever

Multimodal

  • [CAR: Consolidation, Augmentation and Regulation for Recipe Retrieval]

Multilingual

Reader

Database

  • [Trends in Integration of Knowledge and Large Language Models: A Survey and Taxonomy of Methods, Benchmarks, and Applications]

Level of Granularity

Structure of Data

Knowledge Graph

Different Application

Datasets

Some Problems

Lost in Middle

  1. https://mp.weixin.qq.com/s/dahnrxGBaNIfEOzruxCbOw useful in practice, similiar with UniMS-RAG, the weights of different sources, the rerank processing for retrieved documents from different sources

Retrieve or Generate?

Sub Functions

References

  1. https://mp.weixin.qq.com/s/BlU3I6Ww3L8a0_Dxt0lztA

  2. https://github.com/HKUST-AI-Lab/Awesome-LLM-with-RAG

  3. https://mp.weixin.qq.com/s/Hy78rtJuJTehAJIC-HK2Rg (baichuan)

  4. RAG in EMNLP2023 -> https://mp.weixin.qq.com/s/GUroCns3yB_voufgKCXSUg

  5. latest RAG papers: https://recsys.substack.com/

About