paper-with-me

Papers

Optimizing Retrieval-Augmented Generation (RAG) for Colloquial Cantonese: A LoRA-Based Systematic Review

2025-08-12 · David Santandreu Calonge, Linda Smail arxiv

This review examines recent advances in Parameter-Efficient Fine-Tuning (PEFT), with a focus on Low-Rank Adaptation (LoRA), to optimize Retrieval-Augmented Generation (RAG) systems like Qwen3, DeepSeek, and Kimi. These systems face challenges in understanding and generating authentic Cantonese colloquial expressions due to limited annotated data and linguistic variability. The review evaluates the integration of LoRA within RAG frameworks, benchmarks PEFT methods for retrieval and generation accuracy, identify domain adaptation strategies under limited data, and compares fine-tuning techniques aimed at improving semantic fidelity under data-scarce conditions. A systematic analysis of recent studies employing diverse LoRA variants, synthetic data generation, user feedback integration, and adaptive parameter allocation was conducted to assess their impact on computational efficiency, retrieval precision, linguistic authenticity, and scalability. Findings reveal that dynamic and ensemble LoRA adaptations significantly reduce trainable parameters without sacrificing retrieval accuracy and generation quality in dialectal contexts. However, limitations remain in fully preserving fine-grained linguistic nuances, especially for low-resource settings like Cantonese. The integration of real-time user feedback and domain-specific data remains underdeveloped, limiting model adaptability and personalization. While selective parameter freezing and nonlinear adaptation methods offer better trade-offs between efficiency and accuracy, their robustness at scale remains an open challenge. This review highlights the promise of PEFT-enhanced RAG systems for domain-specific language tasks and calls for future work targeting dialectal authenticity, dynamic adaptation, and scalable fine-tuning pipelines.

📄 PDF Abstract BibTeX arXiv:2508.08610

Code (0)

등록된 구현이 없습니다.

Tasks

parameter-efficient fine-tuningSynthetic Data GenerationComputational EfficiencyDomain Adaptation

Similar Papers 제목 키워드 기반

ACE: Automatic Colloquialism, Typographical and Orthographic Errors Detection for Chinese Language

2016-12-01 · COLING 2016 12 · Shichao Dong, Gabriel Pui Cheong Fung, Binyang Li, Baolin Peng 외

We present a system called ACE for Automatic Colloquialism and Errors detection for written Chinese. ACE is based on the combination of N-gram model and rule-base model. Although it focuses on detecting colloquial Canton…

Language ModelingLanguage Modelling

Human-LLM Collaborative Construction of a Cantonese Emotion Lexicon

2024-10-15 · Yusong Zhang, Dong Dong, Chi-tim Hung, Leonard Heyerdahl 외

Large Language Models (LLMs) have demonstrated remarkable capabilities in language understanding and generation. Advanced utilization of the knowledge embedded in LLMs for automated annotation has consistently been explo…

Developing and Utilizing a Large-Scale Cantonese Dataset for Multi-Tasking in Large Language Models

2025-03-05 · Jiyue Jiang, Alfred Kar Yin Truong, Yanyu Chen, Qinghang Bao 외

High-quality data resources play a crucial role in learning large language models (LLMs), particularly for low-resource languages like Cantonese. Despite having more than 85 million native speakers, Cantonese is still co…

Optimizing Query Generation for Enhanced Document Retrieval in RAG

2024-07-17 · Hamin Koo, Minseon Kim, Sung Ju Hwang

Large Language Models (LLMs) excel in various language tasks but they often generate incorrect information, a phenomenon known as "hallucinations". Retrieval-Augmented Generation (RAG) aims to mitigate this by using docu…

RAGRetrievalRetrieval-augmented Generation

Optimizing Retrieval Augmented Generation for Object Constraint Language

2025-05-19 · Kevin Chenhao Li, Vahid Zolfaghari, Nenad Petrovic, Fengjunjie Pan 외

The Object Constraint Language (OCL) is essential for defining precise constraints within Model-Based Systems Engineering (MBSE). However, manually writing OCL rules is complex and time-consuming. This study explores the…

Large Language ModelObjectRAGRetrieval+2