A Comparative Study of Language Models for Khmer Retrieval-Augmented Question Answering

· Source: cs.CL updates on arXiv.org · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Data Science & Analytics · Depth: Expert, extended

Summary

This study presents a Retrieval-Augmented Generation (RAG) system for Khmer-language question answering within the telecom domain, addressing the challenge of low-resource, non-Latin-script languages. Researchers benchmarked three embedding models for dense retrieval, finding BGE-M3 (567M) superior with a Hit Rate@3 of 0.285 and File Hit Rate@3 of 0.700, significantly outperforming Jina-Embeddings-v3 (570M) and Qwen3-Embedding (597M). Subsequently, five locally deployable generator models—Qwen3 (8B), Qwen3.5 (9B), Sailor2-8B-Chat, SeaLLMs-v3-7B-Chat, and Llama-SEA-LION-v2-8B-IT—were evaluated on a 200-pair Khmer dataset using six RAGAS-inspired metrics. Results showed Qwen3.5-9B achieved highest faithfulness (0.859), Qwen3-8B led in factual correctness (0.380), and SeaLLMs-v3-7B-Chat excelled in answer relevance (0.867), answer similarity (0.836), and answer correctness (0.599). The study highlights that retriever performance remains a primary bottleneck, and generator strengths vary based on evaluation priorities like grounding or factual precision.

Key takeaway

For Machine Learning Engineers building RAG systems for low-resource languages like Khmer, you must prioritize robust retriever selection, as it remains a significant bottleneck. Do not assume English-centric RAG evaluation practices transfer directly; instead, focus on metrics like faithfulness and factual correctness, which better reflect expert judgment. Tailor your generator model choice (e.g., Qwen3.5-9B for grounding, Qwen3-8B for factual precision) to your application's specific quality requirements.

Key insights

RAG efficacy for low-resource Khmer hinges on robust retriever selection and generator alignment with specific quality objectives.

Principles

Method

Evaluate RAG in two phases: first, benchmark embedding models for dense retrieval; then, assess generator LLMs using RAGAS-inspired metrics on a domain-specific dataset.

In practice

Topics

Code references

Best for: AI Engineer, Research Scientist, AI Scientist, Machine Learning Engineer, NLP Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by cs.CL updates on arXiv.org.