paper-with-me

홈 › Papers

Cogito, ergo sum: A Neurobiologically-Inspired Cognition-Memory-Growth System for Code Generation

2025-01-30 · Yanlong Li, Jindong Li, Qi Wang, Menglin Yang, He Kong, Shengsheng Wang

Large language models based Multi Agent Systems (MAS) have demonstrated promising performance for enhancing the efficiency and accuracy of code generation tasks. However,most existing methods follow a conventional sequence of planning, coding, and debugging,which contradicts the growth-driven nature of human learning process. Additionally,the frequent information interaction between multiple agents inevitably involves high computational costs. In this paper,we propose Cogito,a neurobiologically inspired multi-agent framework to enhance the problem-solving capabilities in code generation tasks with lower cost. Specifically,Cogito adopts a reverse sequence: it first undergoes debugging, then coding,and finally planning. This approach mimics human learning and development,where knowledge is acquired progressively. Accordingly,a hippocampus-like memory module with different functions is designed to work with the pipeline to provide quick retrieval in similar tasks. Through this growth-based learning model,Cogito accumulates knowledge and cognitive skills at each stage,ultimately forming a Super Role an all capable agent to perform the code generation task. Extensive experiments against representative baselines demonstrate the superior performance and efficiency of Cogito. The code is publicly available at https://anonymous.4open.science/r/Cogito-0083.

📄 PDF Abstract BibTeX arXiv:2501.18653

Code (1)

doc0318/cogito 공식 구현

Tasks

Code GenerationHippocampus

Similar Papers 제목 키워드 기반

Understand Then Memory: A Cognitive Gist-Driven RAG Framework with Global Semantic Diffusion

2026-02-11 · Pengcheng Zhou, Haochen Li, Zhiqiang Nie, JiaLe Chen 외 arxiv

Retrieval-Augmented Generation (RAG) effectively mitigates hallucinations in LLMs by incorporating external knowledge. However, the inherent discrete representation of text in existing frameworks often results in a loss …

Semantic Similarity

ArgusCogito: Chain-of-Thought for Cross-Modal Synergy and Omnidirectional Reasoning in Camouflaged Object Segmentation

2025-08-25 · Jianwen Tan, Huiyao Zhang, Rui Xiong, Han Zhou 외 arxiv

Camouflaged Object Segmentation (COS) poses a significant challenge due to the intrinsic high similarity between targets and backgrounds, demanding models capable of profound holistic understanding beyond superficial cue…

Camouflaged Object SegmentationMedical Image SegmentationScene Understanding

StereoNeuroBayesSLAM: A Neurobiologically Inspired Stereo Visual SLAM System Based on Direct Sparse Method

2020-03-06 · Taiping Zeng, Xiao-Li Li, Bailu Si

We propose a neurobiologically inspired visual simultaneous localization and mapping (SLAM) system based on direction sparse method to real-time build cognitive maps of large-scale environments from a moving stereo camer…

HippocampusSimultaneous Localization and Mapping

Cogito, Ergo Ludo: An Agent that Learns to Play by Reasoning and Planning

2025-09-29 · Sai Wang, Yu Wu, Zhongwen Xu arxiv

The pursuit of artificial agents that can learn to master complex environments has led to remarkable successes, yet prevailing deep reinforcement learning methods often rely on immense experience, encoding their knowledg…

Reinforcement Learning

DocCogito: Aligning Layout Cognition and Step-Level Grounded Reasoning for Document Understanding

2026-03-08 · Yuchuan Wu, Minghan Zhuo, Teng Fu, Mengyang Zhao 외 arxiv

Document understanding with multimodal large language models (MLLMs) requires not only accurate answers but also explicit, evidence-grounded reasoning, especially in high-stakes scenarios. However, current document MLLMs…