Shared collection

Retrieval-Augmented Generation

6 papers · shared by chunk_norris

Retrieval-augmented generation: grounding language models in external knowledge.

Follow · See new papers the owner adds
Save a copy · Copy into your own editable folder
2024

Benchmarking Large Language Models in Retrieval-Augmented Generation

AAAI 2024technical

Retrieval-Augmented Generation (RAG) is a promising approach for mitigating the hallucination of large language models (LLMs). However, existing research lacks rigorous evaluation of the impact of retrieval-augmented generation on different large language models, which make it challenging to identif…

2023

LeanDojo: Theorem Proving with Retrieval-Augmented Language Models

NeurIPS 2023oral

Large language models (LLMs) have shown promise in proving formal theorems using proof assistants such as Lean. However, existing methods are difficult to reproduce or build on, due to private code, data, and large compute requirements. This has created substantial barriers to research on machine le…

Cited by 268SourcePDFScholar
2021

Retrieval-Augmented Generation for Code Summarization via Hybrid GNN

ICLR 2021spotlight

Source code summarization aims to generate natural language summaries from structured code snippets for better understanding code functionalities. However, automatic code summarization is challenging due to the complexity of the source code and the language gap between the source code and natural la…

2023

Re-Imagen: Retrieval-Augmented Text-to-Image Generator

ICLR 2023poster

Research on text-to-image generation has witnessed significant progress in generating diverse and photo-realistic images, driven by diffusion and auto-regressive models trained on large-scale image-text data. Though state-of-the-art models can generate high-quality images of common entities, they of…

Cited by 198SourcePDFScholar
2021

Retrieval Augmented Code Generation and Summarization

EMNLP 2021finding

Software developers write a lot of source code and documentation during software development. Intrinsically, developers often recall parts of source code or code summaries that they had written in the past while implementing software or documenting them. To mimic developers’ code or summary generati…

2024

REPLUG: Retrieval-Augmented Black-Box Language Models

NAACL 2024long

We introduce REPLUG, a retrieval-augmented language modeling framework that treats the language model (LM) as a black box and augments it with a tuneable retrieval model. Unlike prior retrieval-augmented LMs that train language models with special cross-attention mechanisms to encode the retrieved t…

Retrieval-Augmented Generation · AIConfPaper