Narration-of-Thought: Inference-Time Scaffolding for Defeasible Ethical Reasoning in Large Language Models
Summary
Narration-of-Thought (NoT) is a novel system prompt designed to enhance ethical reasoning in Large Language Models by structuring their chain-of-thought. This inference-time scaffolding addresses two common failure modes in moral dilemmas: stakeholder collapse, where LLMs identify at most one party, and uncertainty suppression, where explicit unknowns are omitted. NoT divides the reasoning process into five distinct sections: protagonist, stakeholders, two-step consequences, uncertainty, and commitment, without requiring any additional training, parameters, or fine-tuning. Evaluated on 100 DailyDilemmas scenarios across four generators from three vendors, NoT dramatically reduces stakeholder collapse from up to 31% to under 1% and uncertainty suppression from up to 72% to 1-24%. A control experiment confirmed these improvements are not merely due to increased token spend. The method also extends to multi-stakeholder debates, achieving 95% full consensus from a 6% standoff on a calibration set.
Key takeaway
For NLP Engineers or AI Ethicists deploying LLMs in sensitive decision-making contexts, you should integrate Narration-of-Thought (NoT) as an inference-time scaffolding technique. This structured prompting method significantly improves an LLM's ability to identify all stakeholders and acknowledge uncertainties, reducing critical failure modes. By externalizing the reasoning process, NoT provides an auditable substrate, making your agentic deployments more dependable and transparent. Consider experimenting with textual-gradient descent to further optimize these ethical reasoning scaffolds.
Key insights
Narration-of-Thought (NoT) enhances LLM ethical reasoning by structuring chain-of-thought to explicitly address stakeholders and uncertainties.
Principles
- Structured prompts mitigate specific LLM reasoning failures.
- Explicitly prompting for stakeholders improves ethical deliberation.
- Inference-time scaffolding enhances model performance without retraining.
Method
NoT structures chain-of-thought into five sections: protagonist, stakeholders, two-step consequences, uncertainty, then commitment.
In practice
- Apply NoT as a system prompt for LLMs in ethical decision-making.
- Refine reasoning scaffolds using textual-gradient descent.
- Evaluate ethical reasoning with cross-family training judges.
Topics
- Narration-of-Thought
- Ethical AI
- Large Language Models
- Chain-of-Thought Prompting
- Inference-Time Scaffolding
- Stakeholder Analysis
Best for: AI Engineer, Machine Learning Engineer, Research Scientist, AI Scientist, NLP Engineer, AI Ethicist
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by Artificial Intelligence.