English

Qwen Goes Brrr: Off-the-Shelf RAG for Ukrainian Multi-Domain Document Understanding

Computation and Language 2026-05-12 v1 Artificial Intelligence Information Retrieval Machine Learning

Abstract

We participated in the Fifth UNLP shared task on multi-domain document understanding, where systems must answer Ukrainian multiple-choice questions from PDF collections and localize the supporting document and page. We propose a retrieval-augmented pipeline built around three ideas: contextual chunking of PDFs, question-aware dense retrieval and reranking conditioned on both the question and answer options, and constrained answer generation from a small set of reranked passages. Our final system uses Qwen3-Embedding-8B for retrieval, a fine-tuned Qwen3-Reranker-8B for passage ranking, and Qwen3-32B for answer selection. On a held-out split, reranking improves Recall@1 from 0.6957 to 0.7935, while using the top-2 reranked passages raises answer accuracy from 0.9348 to 0.9674. Our best leaderboard run reached 0.9452 on the public leaderboard and 0.9598 on the private leaderboard. Our results suggest that, under strict code-competition constraints, preserving document structure and making relevance estimation aware of the answer space are more effective than adding complex downstream heuristics.

Keywords

Cite

@article{arxiv.2605.10296,
  title  = {Qwen Goes Brrr: Off-the-Shelf RAG for Ukrainian Multi-Domain Document Understanding},
  author = {Anton Bazdyrev and Ivan Bashtovyi and Ivan Havlytskyi and Oleksandr Kharytonov and Artur Khodakovskyi},
  journal= {arXiv preprint arXiv:2605.10296},
  year   = {2026}
}

Comments

Accepted to The Fifth Ukrainian Natural Language Processing Conference (UNLP 2026)