paper-with-me

홈 › Papers

Watch Your Steps: Observable and Modular Chains of Thought

2024-09-17 · Cassandra A. Cohen, William W. Cohen

We propose a variant of chain of thought (CoT) prompting called Program Trace Prompting that makes explanations more observable while preserving the power, generality and flexibility of CoT. In our approach, few-shot CoT demonstrations are wrapped in a formal syntax based on Python, and each prompt: identifies and names steps; defines the input/output behavior of steps; and replaces CoT explanations of in-context examples with chains of these formalized steps on the same examples. Program Trace Prompting is applicable to many tasks, achieving strong results on the 23 diverse tasks in the BIG-Bench Hard benchmark. More importantly, by instrumenting explanations in this way, we enable new types of analysis. In particular, we identify "non-local errors" (which correspond to incorrectly learning the reasoning method illustrated in the demonstrations) as an unaddressed issue in CoT learning, and we present methods for verifying the modularity of steps in a CoT explanation.

📄 PDF Abstract BibTeX arXiv:2409.15359

Code (1)

wwcohen/doctest-prompting 공식 구현

Similar Papers 제목 키워드 기반

Watch Your Steps: Local Image and Scene Editing by Text Instructions

2023-08-17 · Ashkan Mirzaei, Tristan Aumentado-Armstrong, Marcus A. Brubaker, Jonathan Kelly 외

Denoising diffusion models have enabled high-quality image generation and editing. We present a method to localize the desired edit region implicit in a text instruction. We leverage InstructPix2Pix (IP2P) and identify t…

DenoisingImage GenerationNeRF

Control Your Robot: A Unified System for Robot Control and Policy Deployment

2025-09-28 · Tian Nian, Weijie Ke, Shaolong Zhu, Bingshan Hu arxiv

Cross-platform robot control remains difficult because hardware interfaces, data formats, and control paradigms vary widely, which fragments toolchains and slows deployment. To address this, we present Control Your Robot…

Modularized Zero-shot VQA with Pre-trained Models

2023-05-27 · Rui Cao, Jing Jiang

Large-scale pre-trained models (PTMs) show great zero-shot capabilities. In this paper, we study how to leverage them for zero-shot visual question answering (VQA). Our approach is motivated by a few observations. First,…

object-detectionObject DetectionQuestion AnsweringRelational Reasoning+2

Watch Your Mouth: Silent Speech Recognition with Depth Sensing

2024-05-11 · Proceedings of the CHI Conference on Human Factors in Computing Systems 2024 5 · Xue Wang, Zixiong Su, Jun Rekimoto, Yang Zhang

Silent speech recognition is a promising technology that decodes human speech without requiring audio signals, enabling private human-computer interactions. In this paper, we propose Watch Your Mouth, a novel method that…

Deep LearningLipreadingSilent Speech Recognitionspeech-recognition+2

PeppyChains: Simplifying the assembly of 3D-printed generic protein models

2015-02-16

Peppytides is a coarse-grained, accurate, physical model of the polypeptide chain. I have shared instructions to make your own polypeptide chain and STL files of Peppytides in MAKE magazine in Jan 2014 issue. However, Pe…