Duluth at SemEval-2026 Task 6: DeBERTa with LLM-Augmented Data for Unmasking Political Question Evasions
The Duluth team's SemEval-2026 Task 6 entry, which combines a DeBERTa-V3-base model with LLM-generated synthetic data to address class imbalance, achieved an 8th-place ranking with a Macro F1 of 0.76 in classifying political question evasions, demonstrating that such augmentation effectively improves minority-class recall despite persistent challenges in distinguishing ambivalent from clear responses.
Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer
Imagine you are watching a live TV interview with a President. The reporter asks a direct question: "Will you raise taxes?"
The President might answer in three ways:
- The Direct Answer: "Yes, we will." (Clear Reply)
- The "Maybe" Answer: "We are looking into the numbers, but it depends on the economy..." (Ambivalent)
- The "No" Answer: "I'm not going to talk about that right now." (Clear Non-Reply)
The challenge is that politicians are experts at Answer #2. They use fancy words, vague promises, and deflections to avoid giving a straight "yes" or "no."
This paper describes how a team of computer scientists from the University of Minnesota Duluth built a robot brain (an AI) to spot these evasive answers during the SemEval-2026 competition. Here is how they did it, explained simply.
1. The Problem: The AI Was Biased
The team started with a dataset of thousands of real interview clips. But there was a big problem: The data was unbalanced.
- Most answers were "Ambivalent" (the tricky, evasive ones).
- Very few were "Clear Non-Replies" (the outright refusals).
It was like trying to teach a student to recognize rare animals (like a snow leopard) when 90% of the pictures in their textbook were just dogs. The AI kept guessing "Dog" (Ambivalent) because that's what it saw most often, and it failed to spot the rare "Snow Leopards."
2. The Solution: The "Fake Data" Factory
To fix this, the team didn't just collect more real interviews (which takes forever). Instead, they hired two super-smart AI assistants, Gemini 3 and Claude Sonnet 4.5, to act as creative writers.
They told these AI writers: "Write 2,000 new fake interview answers that sound exactly like the rare 'Clear Non-Reply' type, but make them up."
- Gemini was the "Context Master": It wrote new scenarios where a politician politely refused to answer, mixing in realistic political jargon.
- Claude was the "Paraphrase King": It took existing answers and rewrote them in different ways to create more variety.
By adding these synthetic (fake but realistic) examples, they balanced the class sizes. Now, the AI student had a textbook with an equal number of "Dogs" and "Snow Leopards."
3. The Engine: A Specialized Brain
The team used a powerful AI model called DeBERTa. Think of DeBERTa as a very advanced reading comprehension engine. But they didn't just use it "out of the box." They gave it three special upgrades:
- Focal Loss (The "Focus Filter"): Imagine a student who gets bored with easy questions and only studies the hard ones. This technique told the AI: "Don't waste time on the easy 'Ambivalent' answers you already know. Spend all your energy figuring out the tricky ones you keep getting wrong."
- Layer-wise Learning (The "Gradual Update"): The AI has many layers of "thinking." The team told the bottom layers (which know general language) to stay calm and not change much, while letting the top layers (which need to learn political tricks) change rapidly.
- Boolean Features (The "Cheat Sheet"): They gave the AI two simple yes/no flags from the data, like "Is this a question with multiple parts?" or "Is it a yes/no question?" This helped the AI pay attention to the structure of the sentence, not just the words.
4. The Results: Top 20%
When they tested their system:
- They finished 8th out of 40 teams.
- They scored a 0.76 (on a scale where 1.0 is perfect).
- The winning team scored 0.89, but the average team only scored 0.70.
This means their "Fake Data Factory" strategy worked. They significantly improved the AI's ability to spot the rare, evasive answers.
5. The Remaining Mystery: The "Gray Zone"
Despite their success, the AI still struggled with one specific thing: Distinguishing between a "Maybe" and a "Yes."
- The Confusion: If a politician says, "We will consider raising funds, but we need to study the impact," is that a Clear Reply (they said they will consider it) or Ambivalent (they are hedging)?
- The Human Factor: The paper notes that even humans argue about this. Annotators (the people who labeled the data) often disagreed on these "gray zone" answers.
The AI made the same mistakes humans did. It got confused by "hedging" words (like "maybe," "consider," "study").
The Takeaway
The Duluth team showed that you can teach an AI to spot political dodging by generating fake examples to fill in the gaps where real data is missing. While the AI still gets tripped up by the most subtle, tricky answers (the ones where even humans can't agree), this approach proved that synthetic data is a powerful tool for making AI smarter about complex human behavior.
In short: They taught a robot to spot a politician's "maybe" by feeding it a diet of AI-generated "maybe" examples, helping it see through the fog of political spin.
Drowning in papers in your field?
Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.