paper-with-me

홈 › Papers

Cognitive BASIC: An In-Model Interpreted Reasoning Language for LLMs

2025-11-20 · Oliver Kramer arxiv

Cognitive BASIC is a minimal, BASIC-style prompting language and in-model interpreter that structures large language model (LLM) reasoning into explicit, stepwise execution traces. Inspired by the simplicity of retro BASIC, we repurpose numbered lines and simple commands as an interpretable cognitive control layer. Modern LLMs can reliably simulate such short programs, enabling transparent multi-step reasoning inside the model. A natural-language interpreter file specifies command semantics, memory updates, and logging behavior. Our mental-model interpreter extracts declarative and procedural knowledge, detects contradictions, and produces resolutions when necessary. A comparison across three LLMs on a benchmark of knowledge extraction, conflict detection, and reasoning tasks shows that all models can execute Cognitive BASIC programs, with overall strong but not uniform performance.

📄 PDF Abstract BibTeX arXiv:2511.16837

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Interpretable Humans, Alien LLMs: Expert Analysis of Latent Structures in Assessment Responses

2026-08-18 · Alona Strugatski, Licol Zeinfeld, Jason Cooper, Shelley Rap 외 arxiv

The evaluation of large language models (LLMs) relies heavily on human-designed assessments, implicitly assuming that AI and humans employ similar underlying cognitive constructs. Challenging this assumption, we investig…

Conditional and Modal Reasoning in Large Language Models

2024-01-30 · Wesley H. Holliday, Matthew Mandelkern, Cedegao E. Zhang

The reasoning abilities of large language models (LLMs) are the topic of a growing body of research in AI and cognitive science. In this paper, we probe the extent to which twenty-nine LLMs are able to distinguish logica…

Logical Reasoning

Think Socially via Cognitive Reasoning

2025-09-26 · Jinfeng Zhou, Zheyu Chen, Shuai Wang, Quanyu Dai 외 arxiv

LLMs trained for logical reasoning excel at step-by-step deduction to reach verifiable answers. However, this paradigm is ill-suited for navigating social situations, which induce an interpretive process of analyzing amb…

Reinforcement LearningLogical Reasoning

Reasoning Capabilities and Invariability of Large Language Models

2025-05-01 · Alessandro Raganato, Rafael Peñaloza, Marco Viviani, Gabriella Pasi

Large Language Models (LLMs) have shown remarkable capabilities in manipulating natural language across multiple applications, but their ability to handle simple reasoning tasks is often questioned. In this work, we aim …

Logical Reasoning

Can Separators Improve Chain-of-Thought Prompting?

2024-02-16 · Yoonjeong Park, HyunJin Kim, Chanyeol Choi, JunSeong Kim 외

Chain-of-thought (CoT) prompting is a simple and effective method for improving the reasoning capabilities of Large Language Models (LLMs). The basic idea of CoT is to let LLMs break down their thought processes step-by-…

8kGSM8K