SOTAVerified

Exploring Retrieval Augmented Generation in Arabic

2024-08-14Code Available0· sign in to hype

Samhaa R. El-Beltagy, Mohamed A. Abdallah

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Recently, Retrieval Augmented Generation (RAG) has emerged as a powerful technique in natural language processing, combining the strengths of retrieval-based and generation-based models to enhance text generation tasks. However, the application of RAG in Arabic, a language with unique characteristics and resource constraints, remains underexplored. This paper presents a comprehensive case study on the implementation and evaluation of RAG for Arabic text. The work focuses on exploring various semantic embedding models in the retrieval stage and several LLMs in the generation stage, in order to investigate what works and what doesn't in the context of Arabic. The work also touches upon the issue of variations between document dialect and query dialect in the retrieval stage. Results show that existing semantic embedding models and LLMs can be effectively employed to build Arabic RAG pipelines.

Tasks

Reproductions