paper-with-me

홈 › Papers

A Comparative Analysis of Retrieval-Augmented Generation Techniques for Bengali Standard-to-Dialect Machine Translation Using LLMs

2025-12-16 · K. M. Jubair Sami, Dipto Sumit, Ariyan Hossain, Farig Sadeque arxiv

Translating from a standard language to its regional dialects is a significant NLP challenge due to scarce data and linguistic variation, a problem prominent in the Bengali language. This paper proposes and compares two novel RAG pipelines for standard-to-dialectal Bengali translation. The first, a Transcript-Based Pipeline, uses large dialect sentence contexts from audio transcripts. The second, a more effective Standardized Sentence-Pairs Pipeline, utilizes structured local\_dialect:standard\_bengali sentence pairs. We evaluated both pipelines across six Bengali dialects and multiple LLMs using BLEU, ChrF, WER, and BERTScore. Our findings show that the sentence-pair pipeline consistently outperforms the transcript-based one, reducing Word Error Rate (WER) from 76\% to 55\% for the Chittagong dialect. Critically, this RAG approach enables smaller models (e.g., Llama-3.1-8B) to outperform much larger models (e.g., GPT-OSS-120B), demonstrating that a well-designed retrieval strategy can be more crucial than model size. This work contributes an effective, fine-tuning-free solution for low-resource dialect translation, offering a practical blueprint for preserving linguistic diversity.

📄 PDF Abstract BibTeX arXiv:2512.14179

Code (0)

등록된 구현이 없습니다.

Tasks

Machine Translation

Similar Papers 제목 키워드 기반

Towards Robust Retrieval-Augmented Generation Based on Knowledge Graph: A Comparative Analysis

2026-03-05 · Hazem Amamou, Stéphane Gagnon, Alan Davoust, Anderson R. Avila arxiv

Retrieval-Augmented Generation (RAG) was introduced to enhance the capabilities of Large Language Models (LLMs) beyond their encoded prior knowledge. This is achieved by providing LLMs with an external source of knowledg…

Reconstructing Context: Evaluating Advanced Chunking Strategies for Retrieval-Augmented Generation

2025-04-28 · Carlo Merola, Jaspinder Singh

Retrieval-augmented generation (RAG) has become a transformative approach for enhancing large language models (LLMs) by grounding their outputs in external knowledge sources. Yet, a critical question persists: how can va…

ChunkingRAGRetrievalRetrieval-augmented Generation

The Geometry of Queries: Query-Based Innovations in Retrieval-Augmented Generation

2024-07-25 · Eric Yang, Jonathan Amar, Jong Ha Lee, Bhawesh Kumar 외

Digital health chatbots powered by Large Language Models (LLMs) have the potential to significantly improve personal health management for chronic conditions by providing accessible and on-demand health coaching and ques…

Question AnsweringRAGRetrievalRetrieval-augmented Generation

Conversation AI Dialog for Medicare powered by Finetuning and Retrieval Augmented Generation

2025-02-04 · Atharva Mangeshkumar Agrawal, Rutika Pandurang Shinde, Vasanth Kumar Bhukya, Ashmita Chakraborty 외

Large language models (LLMs) have shown impressive capabilities in natural language processing tasks, including dialogue generation. This research aims to conduct a novel comparative analysis of two prominent techniques,…

Data AugmentationDialogue GenerationFact CheckingRAG+2

A Systematic Review of Key Retrieval-Augmented Generation (RAG) Systems: Progress, Gaps, and Future Directions

2025-07-25 · Agada Joseph Oche, Ademola Glory Folashade, Tirthankar Ghosal, Arpan Biswas arxiv

Retrieval-Augmented Generation (RAG) represents a major advancement in natural language processing (NLP), combining large language models (LLMs) with information retrieval systems to enhance factual grounding, accuracy, …

Computational EfficiencyInformation RetrievalQuestion Answering