Duluth at SemEval-2026 Task 6: DeBERTa with LLM-Augmented Data for Unmasking Political Question Evasions

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

Summary

The Duluth approach to SemEval-2026 Task 6 addresses CLARITY: Unmasking Political Question Evasions, specifically Task 1 (clarity-level classification) and Task 2 (evasion-level classification). This system classifies question-answer pairs from U.S. presidential interviews based on a two-level response clarity taxonomy. It is built upon DeBERTa-V3-base, augmented with focal loss, layer-wise learning rate decay, and boolean discourse features. To mitigate class imbalance in the training data, the team generated synthetic examples for minority classes using Gemini 3 and Claude Sonnet 4.5. The best configuration achieved a Macro F1 of 0.76 on the Task 1 evaluation set, securing 8th place among 40 teams. This score compares to the top-ranked TeleAI system's 0.89 and the participant mean of 0.70. Error analysis highlighted confusion between "Ambivalent" and "Clear Reply" responses, mirroring human annotator disagreements. The findings demonstrate that LLM-based data augmentation effectively enhances minority-class recall in nuanced political discourse tasks.

Key takeaway

For NLP engineers developing classification systems for nuanced text, consider integrating LLM-based data augmentation to address class imbalance. Your models, especially on tasks like political discourse analysis, can achieve better minority-class recall by generating synthetic examples with tools like Gemini 3 or Claude Sonnet 4.5. This approach can significantly improve performance on challenging categories, even when human annotation shows similar ambiguities.

Key insights

LLM-augmented data significantly improves minority-class recall in political question evasion detection.

Principles

Method

The Duluth system uses DeBERTa-V3-base, enhanced with focal loss, layer-wise learning rate decay, and boolean discourse features. It augments minority classes with synthetic data from Gemini 3 and Claude Sonnet 4.5.

In practice

Topics

Best for: AI Engineer, 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 Paper Index on ACL Anthology.