Narration-of-Thought: Inference-Time Scaffolding for Defeasible Ethical Reasoning in Large Language Models

· Source: cs.AI updates on arXiv.org · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Robotics & Autonomous Systems, Emerging Technologies & Innovation · Depth: Expert, extended

Summary

Narration-of-Thought (NoT) is a novel system prompt designed to enhance Large Language Model (LLM) ethical reasoning by structuring their chain-of-thought. It addresses two common failure modes in standard CoT on moral dilemmas: stakeholder collapse and uncertainty suppression. NoT constrains the model's output to five narrative sections: naming a protagonist, enumerating stakeholders, projecting two-step consequences, articulating uncertainty, and then committing to a decision. This protocol requires no training data, parameters, or fine-tuning. On a 100-scenario DailyDilemmas sample, NoT reduced stakeholder collapse from up to 31% to under 1% and uncertainty suppression from up to 72% to 1–24% across four generators from three vendors. A matched-budget verbose-CoT control confirmed the narrative scaffold, not just increased token spend, was the active ingredient. The method also extends to a multi-stakeholder protocol, converting a 6% debate standoff into 95% full consensus.

Key takeaway

For AI Scientists or Machine Learning Engineers developing LLM-powered agents, implementing Narration-of-Thought (NoT) system prompts can significantly improve ethical reasoning. This approach forces explicit consideration of stakeholders and uncertainties, reducing critical failure modes like stakeholder collapse and uncertainty suppression. The resulting auditable decision traces enhance dependability for agentic workflows. Consider using cross-family judges for prompt optimization to ensure robustness across different LLM vendors.

Key insights

Narration-of-Thought (NoT) prompts improve LLM ethical reasoning by structuring output into narrative primitives, reducing critical failure modes.

Principles

Method

NoT is a system prompt instructing LLMs to generate a five-section trace: protagonist, stakeholders, two-step consequences, uncertainty, and commitment, before a final decision.

In practice

Topics

Code references

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

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by cs.AI updates on arXiv.org.