Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add multiple recent papers on RAG #2

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,10 @@ Composing retrieval and language models for knowledge-intensive NLP [[paper]](h

6.In-Context Retrieval-Augmented Language Models [[paper]](https://arxiv.org/abs/2302.00083)

7.Knowledge-Augmented Language Model Prompting for Zero-Shot Knowledge Graph Question Answering [[paper]](https://arxiv.org/abs/2306.04136)

8.Knowledge-Augmented Large Language Models for Personalized Contextual Query Suggestion [[paper]](https://arxiv.org/abs/2311.06318)

## Augmentation Data


Expand All @@ -109,6 +113,10 @@ Composing retrieval and language models for knowledge-intensive NLP [[paper]](h

4.Graph-ToolFormer: To Empower LLMs with Graph Reasoning Ability via Prompt Augmented by ChatGPT [[paper]](https://arxiv.org/abs/2304.11116)

5.Knowledge-Augmented Language Model Prompting for Zero-Shot Knowledge Graph Question Answering [[paper]](https://arxiv.org/abs/2306.04136)

6.Knowledge-Augmented Large Language Models for Personalized Contextual Query Suggestion [[paper]](https://arxiv.org/abs/2311.06318)

### LLM Generated Content
1.Lift Yourself Up: Retrieval-augmented Text Generation with Self-Memory [[paper]](https://arxiv.org/abs/2305.02437)

Expand All @@ -135,6 +143,7 @@ Composing retrieval and language models for knowledge-intensive NLP [[paper]](ht
4.Learning to Retrieve In-Context Examples for Large Language Models.[[paper]](https://arxiv.org/pdf/2307.07164.pdf)

5.Few-shot Learning with Re-trieval Augmented Language Models [[paper]](https://arxiv.org/pdf/2208.03299.pdf)

6.Replug: Retrieval-augmented black-box language models [[paper]](https://arxiv.org/pdf/2301.12652.pdf)

7.Recitation-augmented language models[[paper]](https://arxiv.org/pdf/2210.01296.pdf)
Expand All @@ -150,6 +159,8 @@ Composing retrieval and language models for knowledge-intensive NLP [[paper]](ht

4.RETRIEVAL-GENERATION SYNERGY AUGMENTED LARGE LANGUAGE MODELS [[paper]](https://arxiv.org/abs/2310.05149)

5.Knowledge-Augmented Language Model Verification [[paper]](https://arxiv.org/abs/2310.12836)


### Adaptive Retrieval
1.Active Retrieval Augmented Generation[[paper]](https://arxiv.org/abs/2305.06983)[[code]](https://github.com/jzbjyb/FLARE)
Expand Down