PLlama at SemEval-2026 Task 4: Zero-shot Prompting with Llama-3.2 for Narrative Similarity

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

Summary

PLlama's submission to SemEval-2026 Task 4 addressed Narrative Story Similarity and Narrative Representation Learning. The team utilized the Llama-3.2-3B-Instruct pre-trained language model with prompt engineering for a zero-shot approach, avoiding explicit fine-tuning. The task involved binary classification, requiring models to determine which of two stories was more narratively similar to an anchor story based on perceived relatedness of event causality. On the test data, their system achieved approximately 55% accuracy in Track A. This result establishes a baseline for narrative similarity detection using large language models (LLMs), highlighting both their potential and the challenges of applying computationally efficient instruction-tuned models to such tasks. Analysis indicated LLMs struggle with capturing event causality and long-range narrative dependencies.

Key takeaway

For NLP engineers evaluating large language models for complex narrative understanding, you should recognize that current instruction-tuned LLMs like Llama-3.2, even with prompt engineering, show modest performance (55% accuracy) on tasks like narrative similarity. Your efforts might need to focus on addressing their inherent difficulties in capturing event causality and long-range dependencies, potentially through specialized fine-tuning or hybrid approaches, rather than relying solely on zero-shot prompting for high accuracy.

Key insights

Zero-shot Llama-3.2 achieved 55% accuracy on narrative similarity, establishing a baseline but revealing LLM struggles with causality.

Principles

Method

The approach used Llama-3.2-3B-Instruct with prompt engineering for zero-shot binary classification, determining narrative similarity between stories and an anchor based on event causality.

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.