paper-with-me

Papers

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

2026-05-04 · Nawar Turk, Lucas Miquet-Westphal, Leila Kosseim arxiv

In this paper, we present our system for SemEval-2026 Task 6 (CLARITY) on response clarity and evasion detection in question-answer pairs from U.S. presidential interviews, comparing fine-tuned encoders with prompt-based LLMs. Our LLM ensemble achieves 80 macro-F1 on the 3-class Task 1 (9th/41) and 59 on the 9-class Task 2 (3rd/33). Across 8 transformer encoders optimized through a four-stage pipeline, partial encoder layer unfreezing outperforms full fine-tuning by a wide margin. Combining English and multilingual encoders further improves ensemble performance over either family alone, despite multilingual models being individually weaker. Prompt-based LLMs, without any task-specific parameter updates, outperform fine-tuned encoders, particularly on minority classes; among open-weight LLMs, parameter count does not predict performance. Enriched input, concatenating the full interviewer turn, improves LLM performance but not that of encoders, an effect that persists with Longformer's extended context window, suggesting the divergence is not attributable to sequence-length capacity alone in our settings. The Clear Reply/Ambivalent boundary remains the dominant failure mode, mirroring the disagreement among human annotators. Our code, prompts, model configurations, and results are publicly available.

📄 PDF Abstract BibTeX arXiv:2605.02170

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

CLaC-SentiPipe: SemEval2015 Subtasks 10 B,E, and Task 11

2015-06-01 · SEMEVAL 2015 6 · Canberk {\"O}zdemir, Sabine Bergler
Sentiment AnalysisTwitter Sentiment Analysis

SG-UniBuc-NLP at SemEval-2026 Task 6: Multi-Head RoBERTa with Chunking for Long-Context Evasion Detection

2026-04-29 · Gabriel Stefan, Sergiu Nisioi arxiv

We describe our system for SemEval-2026 Task 6 (CLARITY: Unmasking Political Question Evasions), which classifies English political interview responses by coarse-grained clarity (3-way) and fine-grained evasion strategy …

CLaC at SemEval-2016 Task 11: Exploring linguistic and psycho-linguistic Features for Complex Word Identification

2017-09-08 · SEMEVAL 2016 6 · Elnaz Davoodi, Leila Kosseim

This paper describes the system deployed by the CLaC-EDLK team to the "SemEval 2016, Complex Word Identification task". The goal of the task is to identify if a given word in a given context is "simple" or "complex". Our…

Complex Word Identification

CLaC Lab at SemEval-2019 Task 3: Contextual Emotion Detection Using a Combination of Neural Networks and SVM

2019-06-01 · SEMEVAL 2019 6 · Elham Mohammadi, Hessam Amini, Leila Kosseim

This paper describes our system at SemEval 2019, Task 3 (EmoContext), which focused on the contextual detection of emotions in a dataset of 3-round dialogues. For our final system, we used a neural network with pretraine…

POSWord Embeddings

CLaC at SemEval-2025 Task 6: A Multi-Architecture Approach for Corporate Environmental Promise Verification

2025-05-29 · Nawar Turk, Eeham Khan, Leila Kosseim

This paper presents our approach to the SemEval-2025 Task~6 (PromiseEval), which focuses on verifying promises in corporate ESG (Environmental, Social, and Governance) reports. We explore three model architectures to add…