Abstract
We present H-RAG, our submission to SemEval-2026 Task 8 (MTRAGEval), addressing both Task A (Retrieval) and Task C (Generation with Retrieved Passages). Task A evaluates standalone retrieval quality, while Task C assesses end-to-end retrieval-augmented generation (RAG) in multi-turn conversational settings, requiring both accurate answer generation and faithful grounding in retrieved evidence. Our approach implements a hierarchical parent–child RAG pipeline that separates fine-grained child-level retrieval from parent-level context reconstruction during generation. Documents are segmented into overlapping sentence-based child chunks, while full documents are preserved as parent units to provide coherent context. Retrieval combines hybrid dense–sparse search, tunable weighting, and embedding-based similarity rescoring over child chunks. Retrieved evidence is aggregated at the parent level and supplied to an instruction-tuned language model for response generation. H-RAG achieves an nDCG@5score of 0.4271 on Task A and a harmonic mean score of 0.3241 on Task C (RB_agg: 0.2488,RL_F: 0.2703, RB_llm: 0.6508), underscoringthe importance of retrieval configuration and parent-level aggregation in multi-turn RAG performance.
Citation
Passant Elchafei, Hossam Emam, Mohamed Alansary, Monorama Swain, Markus Schedl
H-RAG at SemEval-2026 Task 8: Hierarchical Parent–Child Retrieval for Multi-Turn RAG Conversations
Proceedings of the 20th International Workshop on Semantic Evaluation, 2026.
BibTeX
@inproceedings{PassantElchafei2026H-RAG,
title = {H-RAG at SemEval-2026 Task 8: Hierarchical Parent–Child Retrieval for Multi-Turn RAG Conversations},
author = {Passant Elchafei and Hossam Emam and Mohamed Alansary and Swain, Monorama and Schedl, Markus},
booktitle = {Proceedings of the 20th International Workshop on Semantic Evaluation},
url = {https://arxiv.org/pdf/2605.00631},
year = {2026}
}