CSE-UOI at SemEval-2026 Task 6: A Two-Stage Heterogeneous Ensemble with Deliberative Complexity Gating for Political Evasion Detection
Summary
CSE-UOI developed a system for SemEval-2026 Task 6 to classify the clarity of political interview responses into "Clear Reply," "Ambivalent," or "Clear Non-Reply." Their solution employs a heterogeneous dual large language model (LLM) ensemble, integrating self-consistency (SC) and weighted voting. A key innovation is the Deliberative Complexity Gating (DCG) post-hoc correction mechanism, which leverages cross-model behavioral signals. DCG capitalizes on the strong correlation between an LLM's response-length proxy and the ambiguity of a sample. The system achieved a Macro-F1 score of 0.85 on the evaluation set, securing 3rd place and tying with the second-best reported score. Multi-agent debate was also explored but found to increase agent count without enhancing model diversity, unlike DCG's adaptive gating.
Key takeaway
For NLP engineers building systems for nuanced text classification, particularly in sensitive domains like political discourse, consider integrating Deliberative Complexity Gating (DCG). Your models can improve ambiguity detection by analyzing cross-model behavioral signals and response length, rather than just increasing agent count. This approach offers a robust method for refining classifications and enhancing overall system reliability.
Key insights
Deliberative Complexity Gating improves ambiguity detection by leveraging cross-model behavioral signals and response length.
Principles
- LLM response length strongly correlates with sample ambiguity.
- Cross-model behavioral signals can gate reasoning adaptively.
- Increasing agent count does not guarantee model diversity.
Method
The system uses a heterogeneous dual LLM ensemble with self-consistency and weighted voting, augmented by Deliberative Complexity Gating (DCG) for post-hoc correction. DCG exploits response length as an ambiguity proxy.
In practice
- Implement DCG to refine LLM classifications post-inference.
- Monitor LLM response length as an indicator of ambiguity.
- Combine diverse LLMs in an ensemble for robust performance.
Topics
- Political Evasion Detection
- Large Language Models
- Ensemble Methods
- Deliberative Complexity Gating
- Semantic Evaluation
- Ambiguity Detection
Best for: Research Scientist, AI Scientist, Machine Learning Engineer, NLP Engineer
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by Paper Index on ACL Anthology.