LLM-INSTRUCT at UZH Shared Task 2026: Constraint-Aware Retrieval and Selective Debate for Paragraph-Level Argument Mining
LLM-INSTRUCT won the UZH Shared Task 2026 on paragraph-level argument mining in UN/UNESCO resolutions using only open-weight models up to 8B parameters. The system employs a constrained structured prediction framework that combines metadata-aware dense retrieval with constrained decoding and per-dimension caps. A selective three-agent debate branch is utilized to resolve uncertain cases, improving robustness without applying heavy computation to all inputs. Performance optimization via configura
Analysis
TL;DR
- LLM-INSTRUCT won the UZH Shared Task 2026 on paragraph-level argument mining in UN/UNESCO resolutions using only open-weight models up to 8B parameters.
- The system employs a constrained structured prediction framework that combines metadata-aware dense retrieval with constrained decoding and per-dimension caps.
- A selective three-agent debate branch is utilized to resolve uncertain cases, improving robustness without applying heavy computation to all inputs.
- Performance optimization via configuration search raised Task 1b Micro-F1 from 35.83% to 40.08%, securing the top rank in F1 scores.
- The core technical insight is that reducing the decision space prior to generation significantly enhances both accuracy and submission reliability.
Why It Matters
This work demonstrates that high-performance complex information extraction tasks can be achieved with resource-efficient, open-weight models under 8B parameters, challenging the necessity for massive proprietary models in specialized NLP tasks. It provides a practical blueprint for handling strict schema constraints and multi-label classification in legal or diplomatic texts, which are critical for compliance and policy analysis. The approach offers a scalable alternative for industries requiring precise, structured outputs from large document corpora without prohibitive computational costs.
Technical Details
- Task Definition: The system addresses paragraph-type classification, prediction of a subset of 141 official tags, and directed relation prediction within a strict JSON schema setting.
- Constraint-Aware Retrieval: Metadata-aware dense retrieval is used first to narrow down the candidate tag space, effectively reducing the complexity of the subsequent generation step.
- Constrained Decoding: The model applies constrained decoding with per-dimension caps to ensure outputs adhere strictly to the required schema, minimizing invalid generations.
- Selective Debate Mechanism: Uncertain predictions are escalated to a three-agent debate branch, allowing for higher-confidence resolution only where needed, balancing cost and accuracy.
- Performance Metrics: The system ranked 1st overall and 1st in F1 on the official leaderboard, with internal development showing a significant F1 improvement through configuration search while maintaining stable Task 2 scores.
Industry Insight
Practitioners should prioritize pre-generation filtering and constraint enforcement over brute-force model scaling when dealing with highly structured output requirements. Implementing selective reasoning mechanisms, such as debate branches for uncertain cases, can optimize inference costs while maintaining high precision in critical applications. This architecture serves as a strong reference for building efficient, open-source solutions for legal, regulatory, and diplomatic text analysis tasks.
Disclaimer: The above content is generated by AI and is for reference only.