A curated list of resources dedicated to retrieval-augmented generation (RAG).
The retrieval-augmented generation (RAG) is to combine the merits of retrieval system and llm to generation high-quality answers for users.
Typically, the rag system consists of a set of modules, where each task are described as follows:
Components | Input | Output | Tasks |
---|---|---|---|
Intent Clarify | question | search queries | Query performance prediction, Query (intent) classification, Query expasion, et al. |
Retrieval | question/queries | documents/passages | Ad-hoc retrieval, Document retrieval, Passage retrieval, et al. |
Mediation | questions+documents | contexts | Re-ranking, Context compression, post-retrieval, et al. |
Generation | question+contexts | answer | Question answering, summarization, et al. |
Result Enhancement | question+answer+contexts | answer | Claim verification, Attribution, et al. |
pip3 install -r requirements.txt
python3 healthcheck.py
- The Organization column only record the organization of the first author.
- The Organization column only record the organization of the first author.
- The Organization column only record the organization of the first author.