Problem
← Back To Work
Research Build
RAG & LLM Benchmarking - English and Nepali
The benchmark compared recursive, paragraph-hybrid, section-aware, parent-child, and table-aware chunking approaches using a shared retrieval, generation, and evaluation pipeline on Nabil Bank annual-report documents.
Approach
Approach
The experiment used a controlled RAG benchmark where only the chunking strategy changed. First, the PDFs were parsed into cleaner document blocks using layout-aware extraction. Then multiple chunking methods were applied: recursive splitting as a baseline, paragraph-hybrid chunking to preserve natural paragraph boundaries, section-aware chunking to keep content within topical sections, table-aware chunking to protect financial table context, and parent-child chunking as a larger-context retrieval design. Each strategy was embedded, retrieved with top-k 5, passed into the same Qwen-based answer-generation prompt, and scored using retrieval metrics, answer F1, exact match, numeric accuracy, citation faithfulness, local judge score, latency, and chunk count.Outcome