Fane at SemEval-2025 Task 10: Zero-Shot Entity Framing with Large Language Models
Enfa Fane, Mihai Surdeanu, Eduardo Blanco, Steven R. Corman
TL;DR
This work systematically evaluates zero-shot large language models for entity framing in news using a hierarchical two-stage prompting approach. By exploring input contexts, prompt designs, and inference strategies, the authors show that decomposing the task into identifying broad main roles first and refining into fine-grained roles yields stronger performance than single-step classification. Key contributions include a modular prompting framework, evidence that framing-preserved summaries and entity-focused contexts serve different classification levels, and the finding that carefully engineered prompts can let smaller models rival larger ones. The results demonstrate practical implications for prompt design and context optimization in zero-shot framing tasks, achieving competitive performance on SemEval-2025 Task 10 and providing a publicly available codebase for reproducibility.
Abstract
Understanding how news narratives frame entities is crucial for studying media's impact on societal perceptions of events. In this paper, we evaluate the zero-shot capabilities of large language models (LLMs) in classifying framing roles. Through systematic experimentation, we assess the effects of input context, prompting strategies, and task decomposition. Our findings show that a hierarchical approach of first identifying broad roles and then fine-grained roles, outperforms single-step classification. We also demonstrate that optimal input contexts and prompts vary across task levels, highlighting the need for subtask-specific strategies. We achieve a Main Role Accuracy of 89.4% and an Exact Match Ratio of 34.5%, demonstrating the effectiveness of our approach. Our findings emphasize the importance of tailored prompt design and input context optimization for improving LLM performance in entity framing.
