paper-with-me

홈 › Papers

Cognitive Agent Compilation for Explicit Problem Solver Modeling

2026-05-07 · Hyeongdon Moon, Carolyn Rosé, John Stamper arxiv

Large language models (LLMs) are widely used for tutoring, feedback generation, and content creation, but their broad pretraining makes them hard to constrain and poor substitutes for controllable learners. Educational systems often require inspectable and editable knowledge states: educators want to know what a system assumes the learner knows, and learners benefit when the system can justify actions in terms of explicit skills, misconceptions, and strategies. Inspired by cognitive architectures, we propose Cognitive Agent Compilation (CAC), a framework that uses a strong teacher LLM to compile problem-solving knowledge into an explicit target agent. CAC separates (i) knowledge representation, (ii) problem-solving policy, and (iii) verification and update rules, with the goal of making bounded problem solving more inspectable and editable in educational settings. We present an early proof of concept implemented with Small Language Models that surfaces key design trade-offs, particularly between explicit control and scalable generalization, and positions CAC as an initial step toward bounded-knowledge AI for educational applications.

📄 PDF Abstract BibTeX arXiv:2605.07040

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Heuristically Guided Compilation for Multi-Agent Path Finding

2022-12-13 · Pavel Surynek

Multi-agent path finding (MAPF) is a task of finding non-conflicting paths connecting agents' specified initial and goal positions in a shared environment. We focus on compilation-based solvers in which the MAPF problem …

Multi-Agent Path Finding

A Summary of Adaptation of Techniques from Search-based Optimal Multi-Agent Path Finding Solvers to Compilation-based Approach

2018-12-28 · Pavel Surynek

In the multi-agent path finding problem (MAPF) we are given a set of agents each with respective start and goal positions. The task is to find paths for all agents while avoiding collisions aiming to minimize an objectiv…

Multi-Agent Path Finding

Compilation-based Solvers for Multi-Agent Path Finding: a Survey, Discussion, and Future Opportunities

2021-04-23 · Pavel Surynek

Multi-agent path finding (MAPF) attracts considerable attention in artificial intelligence community as well as in robotics, and other fields such as warehouse logistics. The task in the standard MAPF is to find paths th…

Multi-Agent Path FindingNavigate

Unassigned Agents in Compilation-based Multi-agent Path Finding

2026-06-14 · Pavel Surynek arxiv

Compilation-based techniques represent an important stream of solvers for multi-agent path finding (MAPF) due to their modularity and adaptability for non-standard variants of the problem. While in the standard MAPF the …

DPLL(MAPF): an Integration of Multi-Agent Path Finding and SAT Solving Technologies

2021-11-11 · Martin Čapek, Pavel Surynek

In multi-agent path finding (MAPF), the task is to find non-conflicting paths for multiple agents from their initial positions to given individual goal positions. MAPF represents a classical artificial intelligence probl…

Heuristic SearchMulti-Agent Path Finding