Papers › KSE-Web: An Analysis of Hybrid Retrieval and LLM-Assisted Query Expansion for...

KSE-Web: An Analysis of Hybrid Retrieval and LLM-Assisted Query Expansion for Low-Resource Khmer Semantic Search

17 Jun 2026arXiv:2608.21365added by Syntology

Nimol Thuon

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

As a low-resource language, Khmer presents several retrieval challenges, including limited annotated data, ambiguous word boundaries, weak support in multilingual embedding models, and frequent mixed Khmer-English usage. This paper presents KSE-Web, an analysis of hybrid retrieval and LLM-assisted query expansion for Khmer semantic search. We construct the dataset from approximately 17K candidate Khmer titles and retain 3K cleaned full-text Khmer documents after filtering, normalization, deduplication, and document-length control. The dataset includes 300 manually reviewed user-style Khmer search queries and silver relevance labels with partial human verification. We evaluate character n-gram BM25, multilingual dense retrieval, hybrid BM25+dense retrieval, and LLM-assisted query expansion using Qwen2.5 models. Experimental results show that BM25 achieves the strongest overall performance, reaching 0.943 Recall and 0.876 nDCG. Hybrid BM25+dense retrieval performs comparably, achieving 0.929 Recall and 0.871 nDCG, while dense retrieval alone performs lower. LLM-assisted query expansion does not outperform non-expanded retrieval; however, Qwen2.5-3B produces substantially stronger expanded-query results than Qwen2.5-0.5B, suggesting that LLM size and expansion quality matter for low-resource Khmer retrieval. Our analysis further shows that direct LLM expansion can introduce topic drift, generic terms, and noisy reformulations, while simple filtering may remove useful semantic cues. These findings highlight both the potential and limitations of LLM-assisted retrieval for Khmer semantic search and provide a foundation for future Khmer retrieval datasets with stronger human-verified annotations and Khmer-aware retrieval models. The dataset and documentation will be made available at github.com/back-kh/KhmerSemantic-Search.

PaperPDFCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2608.21365")

Code

Syntology Ran 13 of 17 code samples harvested from 1 repository linked to this paper; 4 have no recorded run. Of those that ran: 1 ran · violated contract; 9 ran · our draft was wrong; 2 ran · fixture could not drive it; 1 ran with no contract checked.

By repository: found in paper text by Syntology: 17 samples from 1 repository, 13 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

back-kh/Khmer-Semantic-Search found in paper text by Syntology report

Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

17 samples harvested; 13 ran; 0 honoured the contract we drafted; 4 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · violated contract
9ran · our draft was wrong
2ran · fixture could not drive it
1ran
4unverified

Licence: 0 of the 17 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from back-kh/Khmer-Semantic-Search. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

BM25Index back-kh/Khmer-Semantic-Search/codes/evaluate_retrieval.py found in paper text by Syntology ran MIT (permissive) · e0a2c08bc2b4b791 · report
build_bm25 back-kh/Khmer-Semantic-Search/codes/evaluate_retrieval.py found in paper text by Syntology ran · our draft was wrong MIT (permissive) · 866fba16ea7fde14 · report
char_ngrams back-kh/Khmer-Semantic-Search/codes/evaluate_retrieval.py found in paper text by Syntology ran · our draft was wrong fingerprinted MIT (permissive) · 522090e2d514c116 · report
dcg_at_k back-kh/Khmer-Semantic-Search/codes/evaluate_retrieval.py found in paper text by Syntology ran · our draft was wrong fingerprinted MIT (permissive) · 43bf686d2c6974d7 · report
dense_encode back-kh/Khmer-Semantic-Search/codes/evaluate_retrieval.py found in paper text by Syntology ran · fixture could not drive it MIT (permissive) · f41f2beff28b0d8b · report
evaluate_run back-kh/Khmer-Semantic-Search/codes/evaluate_retrieval.py found in paper text by Syntology ran · our draft was wrong MIT (permissive) · 355a807679ab62e5 · report
get_first back-kh/Khmer-Semantic-Search/codes/evaluate_retrieval.py found in paper text by Syntology ran · our draft was wrong MIT (permissive) · b1a087686a8476e2 · report
load_documents back-kh/Khmer-Semantic-Search/codes/evaluate_retrieval.py found in paper text by Syntology ran · our draft was wrong MIT (permissive) · b9c3618d91912788 · report
load_qrels back-kh/Khmer-Semantic-Search/codes/evaluate_retrieval.py found in paper text by Syntology ran · our draft was wrong MIT (permissive) · 8772de2956a1a1a4 · report
minmax back-kh/Khmer-Semantic-Search/codes/evaluate_retrieval.py found in paper text by Syntology ran · violated contract fingerprinted MIT (permissive) · 0b8da80a15fb112a · report
normalize_khmer_text back-kh/Khmer-Semantic-Search/codes/evaluate_retrieval.py found in paper text by Syntology ran · our draft was wrong fingerprinted MIT (permissive) · b5c9df74f54329f8 · report
read_jsonl back-kh/Khmer-Semantic-Search/codes/evaluate_retrieval.py found in paper text by Syntology ran · our draft was wrong MIT (permissive) · 4fc027c853affddb · report
top_docs back-kh/Khmer-Semantic-Search/codes/evaluate_retrieval.py found in paper text by Syntology ran · fixture could not drive it fingerprinted MIT (permissive) · 5d7210013125669d · report
load_queries back-kh/Khmer-Semantic-Search/codes/evaluate_retrieval.py found in paper text by Syntology unverified MIT (permissive) · 4a54feefd1f8167e · report
main back-kh/Khmer-Semantic-Search/codes/evaluate_retrieval.py found in paper text by Syntology unverified MIT (permissive) · b84f26eda680ba83 · report
parse_args back-kh/Khmer-Semantic-Search/codes/evaluate_retrieval.py found in paper text by Syntology unverified MIT (permissive) · 43aa639ab15c4862 · report
write_outputs back-kh/Khmer-Semantic-Search/codes/evaluate_retrieval.py found in paper text by Syntology unverified MIT (permissive) · 074de82d829145f8 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2608.21365, was issued in August 2026, after that date, so the archive has no leaderboard rows for it.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections