HULAT2 at MER-TRANS 2026: Governed Multi-Agent Simplification for Spanish Easy-to-Read Generation

· Source: Computation and Language · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Software Development & Engineering, Natural Language Processing · Depth: Expert, quick

Summary

HULAT2-UC3M participated in the Spanish track of MER-TRANS 2026, a shared task focused on multilingual Easy-to-Read translation, submitting three fully automatic Spanish runs. RUN1 and RUN2 utilized a LangGraph-based multi-agent workflow, integrating Gemini 2.5 Flash and RigoChat-7B-v2, with parallel generation, internal quality signals, Event-Condition-Action routing, controlled editing, and traceable decisions. RUN2 added a lexical-support layer, while RUN3 served as a RigoChat-based generate-evaluate-regenerate baseline with prompt engineering and LoRA adaptation. Official SARI scores reported RUN1 as the best HULAT2 entry with 44.0543 points, followed by RUN2 at 43.1049, and RUN3 at 38.5136. These results indicate that signal-guided multi-agent routing surpassed the linear regeneration baseline, and that adding lexical support did not automatically enhance reference-based scores in this specific task.

Key takeaway

For NLP Engineers developing Easy-to-Read text generation systems, this research suggests prioritizing signal-guided multi-agent architectures over simpler generate-evaluate-regenerate baselines. You should explore LangGraph-based workflows with diverse LLMs and internal quality signals for routing decisions. Be cautious with adding lexical support, as it may not automatically boost reference-based metrics like SARI, requiring deeper analysis for user-oriented adequacy.

Key insights

Signal-guided multi-agent routing improved Easy-to-Read generation over a linear baseline for Spanish.

Principles

Method

The method involved a LangGraph-based multi-agent workflow combining Gemini 2.5 Flash and RigoChat-7B-v2, parallel generation, internal quality signals, Event-Condition-Action routing, controlled editing, and traceable decisions.

In practice

Topics

Best for: Research Scientist, AI Scientist, Machine Learning Engineer, NLP Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Computation and Language.