arXiv:2608.14886cs.CL2026-08

评估农业咨询中检索系统在不同语言和问题类型下的表现差异。

Where Does Retrieval Fail? Evaluating RAG Architectures for Agricultural Advisory

论文配图:Where Does Retrieval Fail? Evaluating RAG Architectures for Agricultural Advisory
图 1 · 摘自论文原文
  • 构建1000条查询与2882个知识节点,测试五种检索架构与六种嵌入模型。
  • 本地孟加拉语查询下BM25效果最佳(R@10=0.506),混合方法总体最优(R@10=0.539)。
  • 密集检索对口语化问题表现差(R@10=0.093),嵌入任务配置影响可达7倍。

RAG系统的检索质量常以单一汇总得分报告,可能掩盖不同查询类型和语言条件下的显著差异。本文研究孟加拉语农业咨询场景,农民提问多为口语化表达,而官方文档使用正式科学术语。我们构建了一个包含1000条查询和2882个知识节点的测试集,数据源自284份孟加拉国官方农业出版物,在三种受控语言条件下评估五种检索架构与六种嵌入模型。结果表明,无单一方法始终最优:针对本地孟加拉语查询,BM25表现最佳(R@10=0.506),混合RRF方法整体最高(R@10=0.539)。但密集检索性能随查询类型变化剧烈——口语化问题上R@10仅0.093,正式安全类查询达0.970。跨语言条件下,BM25在英文查询匹配孟加拉语语料时R@10从0.506降至0.004,而密集检索仅从0.464降至0.425。此外,嵌入任务配置与段落长度可独立使报告的R@10波动达七倍。结果说明,低资源RAG评估应按语言条件与查询类型细分报告,而非依赖聚合分数。数据集与评估脚本已开源于https://huggingface.co/datasets/RaiyanKhaan/AgriTrust-RAG。

原文摘要 · Abstract (English)

Retrieval quality in RAG systems is commonly reported as a single aggregate score, which can hide large differences across query types and language conditions. We study this problem in Bengali agricultural advisory, where farmer queries are often colloquial while official advisory documents use formal scientific terminology. We construct a test collection of 1,000 queries and 2,882 knowledge nodes extracted from 284 official Bangladeshi agricultural publications, and use it to evaluate five retrieval architectures and six embedding models under three controlled language conditions. The results show that no single retrieval method is consistently best. For native Bengali queries, BM25 is the strongest single retriever (R@10 = 0.506) while Hybrid RRF reaches the highest overall R@10 of 0.539. However, dense retrieval performance varies sharply by query type: R@10 is 0.093 on colloquial farmer queries and 0.970 on formal safety queries. Across language conditions, BM25 R@10 drops from 0.506 on Bengali queries to 0.004 when English queries are matched against the Bengali corpus, while dense retrieval falls only from 0.464 to 0.425. We also find that embedding task configuration and passage length can each change reported R@10 by a factor of seven, independent of architecture. These results show why low-resource RAG evaluation should report performance by language condition and query type rather than relying on aggregate scores alone. The dataset and evaluation scripts are available at https://huggingface.co/datasets/RaiyanKhaan/AgriTrust-RAG.

RAG检索评估农业AI低资源

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。