paper-with-me

Papers

Socratic Models: Composing Zero-Shot Multimodal Reasoning with Language

2022-04-01 · Andy Zeng, Maria Attarian, Brian Ichter, Krzysztof Choromanski, Adrian Wong, Stefan Welker, Federico Tombari, Aveek Purohit, Michael Ryoo, Vikas Sindhwani, Johnny Lee, Vincent Vanhoucke, Pete Florence

Large pretrained (e.g., "foundation") models exhibit distinct capabilities depending on the domain of data they are trained on. While these domains are generic, they may only barely overlap. For example, visual-language models (VLMs) are trained on Internet-scale image captions, but large language models (LMs) are further trained on Internet-scale text with no images (e.g., spreadsheets, SAT questions, code). As a result, these models store different forms of commonsense knowledge across different domains. In this work, we show that this diversity is symbiotic, and can be leveraged through Socratic Models (SMs): a modular framework in which multiple pretrained models may be composed zero-shot i.e., via multimodal-informed prompting, to exchange information with each other and capture new multimodal capabilities, without requiring finetuning. With minimal engineering, SMs are not only competitive with state-of-the-art zero-shot image captioning and video-to-text retrieval, but also enable new applications such as (i) answering free-form questions about egocentric video, (ii) engaging in multimodal assistive dialogue with people (e.g., for cooking recipes) by interfacing with external APIs and databases (e.g., web search), and (iii) robot perception and planning.

📄 PDF Abstract BibTeX arXiv:2204.00598

Code (1)

google-research/google-research/tree/master/socraticmodels 공식 구현 jax

Tasks

DiversityImage CaptioningMultimodal ReasoningRetrievalText RetrievalVideo RetrievalVideo to Text RetrievalZero-Shot Video Retrieval

Similar Papers 제목 키워드 기반

Socratic Questioning: Learn to Self-guide Multimodal Reasoning in the Wild

2025-01-06 · Wanpeng Hu, Haodi Liu, Lin Chen, Feng Zhou 외

Complex visual reasoning remains a key challenge today. Typically, the challenge is tackled using methodologies such as Chain of Thought (COT) and visual instruction tuning. However, how to organically combine these two …

HallucinationMultimodal ReasoningQuestion AnsweringVisual Reasoning

Socratic Planner: Self-QA-Based Zero-Shot Planning for Embodied Instruction Following

2024-04-21 · Suyeon Shin, Sujin jeon, Junghyun Kim, Gi-Cheon Kang 외

Embodied Instruction Following (EIF) is the task of executing natural language instructions by navigating and interacting with objects in interactive environments. A key challenge in EIF is compositional task planning, t…

In-Context LearningInstruction FollowingLanguage ModelingLanguage Modelling+2

Can Language Models Employ the Socratic Method? Experiments with Code Debugging

2023-10-04 · Erfan Al-Hossami, Razvan Bunescu, Justin Smith, Ryan Teehan

When employing the Socratic method of teaching, instructors guide students toward solving a problem on their own rather than providing the solution directly. While this strategy can substantially improve learning outcome…

Benchmarking

Composing Ensembles of Pre-trained Models via Iterative Consensus

2022-10-20 · Shuang Li, Yilun Du, Joshua B. Tenenbaum, Antonio Torralba 외

Large pre-trained models exhibit distinct and complementary capabilities dependent on the data they are trained on. Language models such as GPT-3 are capable of textual reasoning but cannot understand visual information,…

Arithmetic ReasoningImage GenerationMathMathematical Reasoning+2

Investigating the Effectiveness of a Socratic Chain-of-Thoughts Reasoning Method for Task Planning in Robotics, A Case Study

2025-03-11 · Veronica Bot, Zheyuan Xu

Large language models (LLMs) have demonstrated unprecedented capability in reasoning with natural language. Coupled with this development is the emergence of embodied AI in robotics. Despite showing promise for verbal an…

Code GenerationTask PlanningZero-Shot Learning