GenAIus at SemEval-2026 Task 8: Beyond Retrieval with Relevance-Aware RAG for Faithful Multi-Turn Generation
Summary
The GenAIus system, developed by Suveyda Yeniterzi and Reyyan Yeniterzi for SemEval-2026 Task 8, addresses multi-turn retrieval-augmented generation (RAG) with a novel hybrid multi-stage pipeline. This system integrates high-recall lexical retrieval, followed by dual-embedding dense re-ranking utilizing reciprocal rank fusion. A crucial step involves LLM-based relevance judging to filter retrieved content, preceding a strictly constrained evidence-grounded generation phase. The design prioritizes robustness and faithfulness throughout the entire retrieval-to-generation process. Initial results indicate that both relevance-aware filtering and constrained generation significantly enhance faithfulness and overall RAG performance in multi-turn scenarios. The work was presented at the 20th International Workshop on Semantic Evaluation in July 2026, pages 2603–2610.
Key takeaway
For NLP Engineers developing multi-turn RAG systems, prioritizing relevance-aware filtering and constrained generation is crucial. This approach, demonstrated by GenAIus at SemEval-2026 Task 8, directly improves output faithfulness and overall system performance. You should integrate LLM-based relevance judging and strict evidence-grounded generation steps into your RAG pipeline design to mitigate hallucination and enhance reliability.
Key insights
Relevance-aware filtering and constrained generation are key to faithful and robust multi-turn RAG performance.
Principles
- Faithfulness requires pipeline-wide robustness.
- Relevance filtering improves RAG performance.
- Constrained generation enhances output faithfulness.
Method
A hybrid multi-stage RAG pipeline combines lexical retrieval, dual-embedding dense re-ranking with reciprocal rank fusion, LLM-based relevance judging, and strictly constrained evidence-grounded generation.
In practice
- Implement LLM-based relevance judging.
- Apply strict constraints during generation.
- Use dual-embedding re-ranking for recall.
Topics
- Retrieval-Augmented Generation
- Multi-Turn Generation
- SemEval-2026 Task 8
- LLM-based Relevance Judging
- Faithful Generation
- Dense Re-ranking
Best for: Research Scientist, AI Engineer, AI Scientist, NLP Engineer, Machine Learning Engineer
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by Paper Index on ACL Anthology.