VerbaNexAI at SemEval-2026 Task 6: Automatic Detection of Political Evasion through Hierarchical Classification with RoBERTa Large

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

Summary

VerbaNex AI participated in SemEval-2026 Task 6: CLARITY, a shared task focused on automatically detecting question evasion in political interview transcripts. The task involved classifying question-answer pairs into three clarity levels (Task 1) and identifying nine specific evasion techniques (Task 2). VerbaNex AI developed and evaluated two independent systems based on RoBERTa-Large. One system was a standard sequence classifier that treated question-answer pairs as a single input, utilizing RoBERTa's two-segment encoding to model their joint relationship. The second system employed a dual-encoder architecture, processing questions and answers independently and computing geometric interaction features to explicitly model semantic misalignment. Both systems were trained on Task 2 labels, with Task 1 predictions derived via hierarchical mapping. The standard sequence classifier achieved the best results, securing Rank 10 on Task 2 and Rank 25 on Task 1.

Key takeaway

For NLP Engineers developing systems for political discourse analysis, consider RoBERTa-Large's standard sequence classifier for detecting question evasion. Its joint encoding of question-answer pairs proved effective, achieving Rank 10 for evasion technique identification and Rank 25 for clarity levels in SemEval-2026 Task 6. You should prioritize this architecture over dual-encoder designs when semantic relationship modeling is critical.

Key insights

VerbaNex AI used RoBERTa-Large for hierarchical classification to detect political evasion in interviews, achieving competitive ranks.

Principles

Method

Two RoBERTa-Large systems were developed: a standard sequence classifier using two-segment encoding, and a dual-encoder with geometric interaction features. Both trained on Task 2 labels, deriving Task 1 via hierarchical mapping.

In practice

Topics

Best for: Research Scientist, AI Scientist, NLP Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Paper Index on ACL Anthology.