GenAIus at RAG4Reports 2026: Citation-Aware Compression for Multilingual Report Generation

· Source: Paper Index on ACL Anthology · Field: Technology & Digital — Artificial Intelligence & Machine Learning · Depth: Expert, short

Summary

The GenAIus system participated in the RAG4Reports 2026 Multilingual Report Generation Task, achieving second place overall with its genaius-cluster-gpt4 run, scoring an F1 of 0.5456. This submission focused on a novel citation-aware compression strategy for the final generation stage. Instead of independently creating long and short reports, the system first generates a comprehensive long report from clustered evidence nuggets and then derives the shorter version from it. The GenAIus pipeline reuses evidence preparation stages from its earlier TREC RAGTIME system, including question generation, multilingual retrieval, nugget generation, and nugget clustering. Its baseline run, following a traditional TREC-style setup, secured third place. These results indicate that citation-aware compression is a promising approach for generating length-constrained, citation-grounded reports.

Key takeaway

For NLP Engineers developing RAG systems for multilingual report generation, consider implementing a citation-aware compression strategy. Generating a full-length report first and then deriving shorter versions from it can improve performance, as demonstrated by the GenAIus system's F1 score of 0.5456. This approach offers a better balance between nugget coverage and sentence support for length-constrained, citation-grounded outputs. Evaluate this two-stage generation against independent report generation methods.

Key insights

Citation-aware compression, generating short reports from long ones, improves multilingual report generation.

Principles

Method

Generate a long report from clustered evidence nuggets, then compress it to derive the short report, rather than generating both independently. This builds on a TREC RAGTIME pipeline for evidence preparation.

In practice

Topics

Best for: Research Scientist, AI Scientist, NLP Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Paper Index on ACL Anthology.