paper-with-me

Papers

Language Models as a Knowledge Source for Cognitive Agents

2021-09-17 · Robert E. Wray, III, James R. Kirk, John E. Laird

Language models (LMs) are sentence-completion engines trained on massive corpora. LMs have emerged as a significant breakthrough in natural-language processing, providing capabilities that go far beyond sentence completion including question answering, summarization, and natural-language inference. While many of these capabilities have potential application to cognitive systems, exploiting language models as a source of task knowledge, especially for task learning, offers significant, near-term benefits. We introduce language models and the various tasks to which they have been applied and then review methods of knowledge extraction from language models. The resulting analysis outlines both the challenges and opportunities for using language models as a new knowledge source for cognitive systems. It also identifies possible ways to improve knowledge extraction from language models using the capabilities provided by cognitive systems. Central to success will be the ability of a cognitive agent to itself learn an abstract model of the knowledge implicit in the LM as well as methods to extract high-quality knowledge effectively and efficiently. To illustrate, we introduce a hypothetical robot agent and describe how language models could extend its task knowledge and improve its performance and the kinds of knowledge and methods the agent can use to exploit the knowledge within a language model.

📄 PDF Abstract BibTeX arXiv:2109.08270

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModellingNatural Language InferenceQuestion AnsweringSentenceSentence Completion

Similar Papers 제목 키워드 기반

Exploiting Language Models as a Source of Knowledge for Cognitive Agents

2023-09-05 · James R. Kirk, Robert E. Wray, John E. Laird

Large language models (LLMs) provide capabilities far beyond sentence completion, including question answering, summarization, and natural-language inference. While many of these capabilities have potential application t…

Natural Language InferenceQuestion AnsweringSentenceSentence Completion

Bootstrapping Cognitive Agents with a Large Language Model

2024-02-25 · Feiyu Zhu, Reid Simmons

Large language models contain noisy general knowledge of the world, yet are hard to train or fine-tune. On the other hand cognitive architectures have excellent interpretability and are flexible to update but require a l…

General KnowledgeLanguage ModelingLanguage ModellingLarge Language Model

ElephantBroker: A Knowledge-Grounded Cognitive Runtime for Trustworthy AI Agents

2026-03-26 · Cristian Lupascu, Alexandru Lupascu arxiv

Large Language Model based agents increasingly operate in high stakes, multi turn settings where factual grounding is critical, yet their memory systems typically rely on flat key value stores or plain vector retrieval w…

Web-CogReasoner: Towards Multimodal Knowledge-Induced Cognitive Reasoning for Web Agents

2025-08-03 · Yuhan Guo, Cong Guo, Aiwen Sun, Hongliang He 외 arxiv

Multimodal large-scale models have significantly advanced the development of web agents, enabling perception and interaction with digital environments akin to human cognition. In this paper, we argue that web agents must…

TRIAGE: Evaluating Prospective Metacognitive Control in LLMs under Resource Constraints

2026-05-13 · Zabir Al Nazi, Shubhashis Roy Dipta arxiv

Deploying language models as autonomous agents requires more than per-task accuracy: when an agent faces a queue of problems under a finite token budget, it must decide which to attempt, in what order, and how much compu…

Code Generation