← Latest papers
💬 NLP

CLaC at SemEval-2026 Task 6: Response Clarity Detection in Political Discourse

The CLaC team's system for SemEval-2026 Task 6 demonstrates that prompt-based large language models outperform fine-tuned encoders in detecting response clarity and evasion in political discourse, achieving top-tier results through an ensemble strategy and enriched input contexts while highlighting the persistent challenge of distinguishing between clear and ambivalent replies.

Original authors: Nawar Turk, Lucas Miquet-Westphal, Leila Kosseim

Published 2026-05-05
📖 4 min read☕ Coffee break read

Original authors: Nawar Turk, Lucas Miquet-Westphal, Leila Kosseim

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 debate where a politician is being grilled by a tough journalist. Sometimes the politician answers the question directly. Sometimes they give a vague, "maybe-so" answer that sounds like an answer but isn't. And sometimes, they completely dodge the question, pretending they didn't hear it or saying they don't know.

The paper you're reading is about a team of computer scientists (from Concordia University) who built a "smart referee" to automatically grade these answers. They entered a competition called SemEval-2026 Task 6 to see who could build the best referee.

Here is the story of how they did it, explained simply:

The Two Levels of the Game

The competition had two levels, like a video game with an "Easy Mode" and a "Hard Mode":

  1. Level 1 (The Big Picture): Is the answer Clear, Vague, or a Total Dodge? (3 categories).
  2. Level 2 (The Fine Print): If the answer is vague or a dodge, exactly how did they do it? (9 specific categories, like "deflecting," "being too general," or "claiming ignorance").

The Three Strategies They Tried

The team tried three different ways to build their referee:

1. The "Specialized Trainers" (Encoder Models)
Think of these as students who have memorized thousands of examples of political answers. They are very good at spotting patterns, but they are rigid.

  • The Experiment: They tried 8 different "students" (computer models) and taught them using a four-step training process.
  • The Trick: They found that if they let the students memorize everything (full training), the students got confused and made mistakes. But if they told the students, "You already know the basics, just tweak the top 25% of your brain," the students performed much better.
  • The Result: Even when they combined all 8 students into a "study group" (an ensemble), they were good, but not the best.

2. The "Long-Context Reader" (Longformer)
Some interviews are very long. The team tried a special model designed to remember long stories.

  • The Result: It didn't work as well as expected. Even though it could "read" longer texts, it didn't understand the nuance of the answers better than the standard models. It's like having a library card for a huge library but still not knowing how to find the right book.

3. The "Super-Intelligent Tutors" (Large Language Models / LLMs)
These are the "genius" models (like GPT-5, Gemini, and Qwen) that haven't been specifically trained on this dataset. Instead, the team gave them a very detailed instruction manual (a "prompt") and showed them 27 examples of good answers before asking them to judge.

  • The Secret Sauce: The team realized that the way they asked the question mattered more than the size of the model.
    • They gave the models the full context (the whole conversation, not just the question).
    • They gave the models a "cheat sheet" that explained the tricky categories in detail.
    • They told the models to "think about it internally" before giving an answer.
  • The Result: These "Tutors" crushed the competition. They didn't need to be retrained; they just needed the right instructions.

The Big Wins and Surprises

  • The "Study Group" Effect: The team combined their three best "Tutors" (GPT-5, Gemini, and Qwen) into a final team. If two tutors agreed on an answer, that was the final verdict. This team got 80 out of 100 on the easy level and 59 out of 100 on the hard level.
  • Size Doesn't Matter: You might think a bigger, more powerful model would always win. But the team found that a massive 253-billion-parameter model actually performed worse than a smaller, smarter 70-billion-parameter model. It's not about how big the brain is; it's about how you talk to it.
  • The "Vague" Problem: The hardest part for both the computers and the human judges was telling the difference between a "Clear Answer" and a "Vague Answer." Even the humans disagreed on this often. The computers made the same mistake, showing that some political answers are just naturally confusing.

The Bottom Line

The team's "Super-Intelligent Tutor" system was the 9th best out of 41 teams for the easy level and the 3rd best out of 33 for the hard level.

The main lesson? When trying to understand tricky political answers, you don't necessarily need to build a new, super-expensive computer brain from scratch. Sometimes, you just need to take a smart, existing brain, give it a really good instruction manual, show it a few examples, and let it do the work.

They also noted that their code and instructions are free for anyone to use, so other researchers can try to beat their score next time!

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →