paper-with-me

Papers

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 lot of manual work to instantiate. In this work, we combine the best of both worlds: bootstrapping a cognitive-based model with the noisy knowledge encoded in large language models. Through an embodied agent doing kitchen tasks, we show that our proposed framework yields better efficiency compared to an agent based entirely on large language models. Our experiments indicate that large language models are a good source of information for cognitive architectures, and the cognitive architecture in turn can verify and update the knowledge of large language models to a specific domain.

📄 PDF Abstract BibTeX arXiv:2403.00810

Code (0)

등록된 구현이 없습니다.

Tasks

General KnowledgeLanguage ModelingLanguage ModellingLarge Language Model

Similar Papers 제목 키워드 기반

Bootstrap Your Own Skills: Learning to Solve New Tasks with Large Language Model Guidance

2023-10-16 · Jesse Zhang, Jiahui Zhang, Karl Pertsch, Ziyi Liu 외

We propose BOSS, an approach that automatically learns to solve new long-horizon, complex, and meaningful tasks by growing a learned skill library with minimal supervision. Prior work in reinforcement learning require ex…

Language ModelingLanguage ModellingLarge Language Model

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

BAGEL: Bootstrapping Agents by Guiding Exploration with Language

2024-03-12 · Shikhar Murty, Christopher Manning, Peter Shaw, Mandar Joshi 외

Following natural language instructions by executing actions in digital environments (e.g. web-browsers and REST APIs) is a challenging task for language model (LM) agents. Unfortunately, LM agents often fail to generali…

In-Context LearningLanguage ModelingLanguage Modelling

MedBLIP: Bootstrapping Language-Image Pre-training from 3D Medical Images and Texts

2023-05-18 · Qiuhui Chen, Xinyue Hu, ZiRui Wang, Yi Hong

Vision-language pre-training (VLP) models have been demonstrated to be effective in many computer vision applications. In this paper, we consider developing a VLP model in the medical domain for making computer-aided dia…

Medical Visual Question AnsweringQuestion AnsweringVisual Question AnsweringVisual Question Answering (VQA)+2

Cognitive Architectures for Language Agents

2023-09-05 · Theodore R. Sumers, Shunyu Yao, Karthik Narasimhan, Thomas L. Griffiths

Recent efforts have augmented large language models (LLMs) with external resources (e.g., the Internet) or internal control flows (e.g., prompt chaining) for tasks requiring grounding or reasoning, leading to a new class…

Decision Making