LLM-INSTRUCT at UZH Shared Task 2026: Constraint-Aware Retrieval and Selective Debate for Paragraph-Level Argument Mining

· Source: cs.CL updates on arXiv.org · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Natural Language Processing, Software Development & Engineering · Depth: Expert, extended

Summary

The LLM-Instruct system won the UZH Shared Task at ArgMining 2026 for paragraph-level argument mining in UN and UNESCO resolutions. This task required classifying paragraph types, predicting a subset of 141 official tags, and identifying directed relations under a strict JSON schema, using only open-weight models up to 8B parameters. LLM-Instruct framed this as constrained structured prediction, employing metadata-aware dense retrieval to narrow candidate tag space, constrained decoding with per-dimension caps, and a three-agent debate for uncertain cases, followed by schema validation. It achieved 1st overall rank, including 1st in F1 and 5th in LLM-as-a-Judge. Development improved Task 1b Micro-F1 from 35.83% to 40.08%. The core finding is that reducing the decision space before generation significantly enhances both accuracy and submission robustness.

Key takeaway

For Machine Learning Engineers designing LLM-based systems for structured prediction with strict output constraints, prioritize explicit control layers. Implement pre-generation steps like metadata-aware retrieval to narrow the decision space. Apply constrained decoding with output caps and integrate robust schema validation. Consider selective multi-agent debate for high-uncertainty cases; this significantly improves accuracy and submission robustness.

Key insights

Constraining LLM output space via retrieval and validation significantly improves structured prediction accuracy and robustness.

Principles

Method

Classify paragraph type heuristically, then use metadata-aware dense retrieval to narrow tag candidates. Apply constrained decoding with caps and project to retrieved sets. Escalate uncertain cases to a three-agent debate, then validate output schema.

In practice

Topics

Code references

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

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by cs.CL updates on arXiv.org.