Managing Retrieval-Augmented Generation (RAG) Systems
Was this section helpful?
Retrieval-Augmented Generation for Knowledge-Intensive NLP Tasks, Patrick Lewis, Ethan Perez, Aleksa Gordić, Abdelrahman Mohamed, Omer Levy, Antoine Faucon, Fabrice Massa, Yacine Tarfahi, Alfonso Ferrer, Marc'Aurelio Ranzato, Nicolas Schunck, Koustuv Sinha, Michael S. G. Seltzer, Thomas Wolf, 2020Advances in Neural Information Processing Systems, Vol. 33 (NeurIPS)DOI: 10.55917/b4549f4b - Presents the original RAG architecture, demonstrating how combining information retrieval with generative language models improves factual consistency and performance.
Sentence-BERT: Sentence Embeddings using Siamese BERT-Networks, Nils Reimers and Iryna Gurevych, 2019Proceedings of the 2019 Conference on Empirical Methods in Natural Language Processing and the 9th International Joint Conference on Natural Language Processing (EMNLP-IJCNLP)DOI: 10.48550/arXiv.1908.10084 - Describes Sentence-BERT, a popular framework for generating semantically meaningful sentence embeddings, which are crucial for effective retrieval in RAG systems.