Search papers, labs, and topics across Lattice.
This paper explores Agentic RAG for Ukrainian, using a two-stage BGE retrieval pipeline and a Qwen2.5-3B-Instruct agent for query rephrasing and answer retries. The study finds that retrieval quality, specifically document and page identification, is the main bottleneck in the pipeline's performance. Agentic retry mechanisms improve answer accuracy, but the overall score is limited by the initial retrieval step.
Agentic RAG's potential in low-resource languages like Ukrainian hinges on better retrieval, as even sophisticated agentic reasoning can't overcome poor initial document identification.
We present an initial investigation into Agentic Retrieval-Augmented Generation (RAG) for Ukrainian, conducted within the UNLP 2026 Shared Task on Multi-Domain Document Understanding. Our system combines two-stage retrieval (BGE-M3 with BGE reranking) with a lightweight agentic layer performing query rephrasing and answer-retry loops on top of Qwen2.5-3B-Instruct. Our analysis reveals that retrieval quality is the primary bottleneck: agentic retry mechanisms improve answer accuracy but the overall score remains constrained by document and page identification. We discuss practical limitations of offline agentic pipelines and outline directions for combining stronger retrieval with more advanced agentic reasoning for Ukrainian.