YNU-NLP at SemEval-2026 Task 11: A Neuro-Symbolic Approach with Reflexion Mechanism Disentangling Content and Formal Reasoning in Language Models

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

Summary

YNU-NLP's system for SemEval-2026 Task 11 addresses the "Content Effect" in language models, where models prioritize real-world plausibility over logical validity. The team developed a hybrid neuro-symbolic framework built upon the Qwen2.5-14B architecture, integrating multi-task instruction tuning with a robust neuro-symbolic pipeline. A key innovation is the Reflexion mechanism, which couples with formal verification by parsing natural language arguments into First-Order Logic (FOL) for validation by the Z3 Theorem Prover. The system includes an iterative self-correction module to rectify parsing anomalies automatically. This approach successfully disentangles content from formal reasoning, achieving 1st place in Subtasks 1 and 2, 2nd in Subtask 4, and 9th in Subtask 3, demonstrating its effectiveness in improving logical validity.

Key takeaway

For NLP Engineers focused on improving language model logical reasoning, this neuro-symbolic approach offers a robust solution to the "Content Effect." You should consider integrating formal verification using First-Order Logic and theorem provers like Z3 into your pipelines. This method, combined with a Reflexion mechanism for self-correction, can significantly enhance your models' ability to decouple logical validity from real-world plausibility, as demonstrated by its top rankings in SemEval-2026 Task 11.

Key insights

A neuro-symbolic framework with Reflexion and FOL verification effectively disentangles content from formal reasoning in LMs.

Principles

Method

A hybrid neuro-symbolic framework based on Qwen2.5-14B integrates multi-task instruction tuning, parses natural language to FOL, and uses Z3 Theorem Prover with Reflexion for verification and self-correction.

In practice

Topics

Best for: Research Scientist, AI Scientist, NLP Engineer, Machine Learning Engineer

Related on AIssential

Open in AIssential →

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