基本信息

要点解读

这是什么

该研究针对现代希腊语在检索增强生成(RAG)系统中的缺失,提出了一套从语料库挖掘、合成监督、检索模型训练、重排微调到阅读模型调优的完整适配方案,并发布了相应的评估基准。

用在哪里

适用于需要在法律、能源、金融、医疗等专业领域处理希腊语文档的检索系统开发者,以及对多语言检索模型进行适配的研究人员。

可以推断的

推测:在其他资源稀缺的语言中,类似的语料库挖掘与合成监督流程可能有助于提升检索性能。
推测:完整的检索与阅读模型微调在实际部署时可能需要较大的计算资源。

来源摘要/节选

Modern Greek is absent from NVIDIA’s Nemotron retrieval models and from major multilingual retrieval benchmarks, despite being important for retrieval-augmented generation (RAG) in legal, energy, financial, and medical applications. We present an end-to-end adaptation of the Nemotron retrieval stack for Modern Greek, including corpus mining, synthetic supervision, retrieval model training, reranker adaptation, reader fine-tuning, and a new benchmark called HERA. Our study shows that a parameter-free BM25 baseline outperforms several off-the-shelf multilingual dense retrieval models on specialist Greek corpora. After fine-tuning on 65,773 Greek retrieval pairs, a Nemotron 1B embedder improves nDCG@10 from 0.362 to 0.835 and substantially outperforms its unadapted counterpart. The learned language competence transfers to general-domain Greek, although the advantage over BM25 remains domain-dependent. We further adapt a cross-encoder reranker and demonstrate consistent improvements across specialist domains. Finally, we LoRA-tune a Nemotron 30B-A3B mixture-of-experts reader for grounded generation, increasing judged answer correctness from 29.4% to 66.9% while significantly improving faithfulness and citation quality. We also introduce HERA, the first large-scale Greek benchmark for retrieval-augmented generation, and release our adapted models and benchmark to support future research on Greek-language RAG systems.

来源说明

当前保存的是来源摘要,不代表论文全文。请以原始来源为准。

「要点解读」由 AI Stack 依据上方已保存内容整理,不代表来源的完整表述;标注「推测:」的判断来自编辑,不是来源陈述。