paper-with-me

홈 › Papers

MyGO Multiplex CoT: A Method for Self-Reflection in Large Language Models via Double Chain of Thought Thinking

2025-01-20 · Shihao Ji, Zihui Song, Fucheng Zhong, Jisen Jia, Zhaobo Wu, Zheyi Cao, Tianhao Xu

Recent advancements in large language models (LLMs) have demonstrated their impressive abilities in various reasoning and decision-making tasks. However, the quality and coherence of the reasoning process can still benefit from enhanced introspection and self-reflection. In this paper, we introduce Multiplex CoT (Chain of Thought), a method that enables LLMs to simulate a form of self-review while reasoning, by initiating double Chain of Thought (CoT) thinking. Multiplex CoT leverages the power of iterative reasoning, where the model generates an initial chain of thought and subsequently critiques and refines this reasoning with a second round of thought generation. This recursive approach allows for more coherent, logical, and robust answers, improving the overall decision-making process. We demonstrate how this method can be effectively implemented using simple prompt engineering in existing LLM architectures, achieving an effect similar to that of the Learning-Refinement Model (LRM) without the need for additional training. Additionally, we present a practical guide for implementing the method in Google Colab, enabling easy integration into real-world applications.

📄 PDF Abstract BibTeX arXiv:2501.13117

Code (1)

data-dream-gdsp/Multiplex-CoT 공식 구현

Tasks

Decision MakingGSM8KHumanEvalLLM real-life tasksMMLUPrompt Engineering

Similar Papers 제목 키워드 기반

Enhancing Self-Correction in Large Language Models through Multi-Perspective Reflection

2026-01-12 · Mariana Costa, Alberlucia Rafael Soarez, Daniel Kim, Camila Ferreira arxiv

While Chain-of-Thought (CoT) prompting advances LLM reasoning, challenges persist in consistency, accuracy, and self-correction, especially for complex or ethically sensitive tasks. Existing single-dimensional reflection…

Prompt Engineering

MyGo: Consistent and Controllable Multi-View Driving Video Generation with Camera Control

2024-09-10 · Yining Yao, Xi Guo, Chenjing Ding, Wei Wu

High-quality driving video generation is crucial for providing training data for autonomous driving models. However, current generative models rarely focus on enhancing camera motion control under multi-view tasks, which…

Autonomous DrivingVideo Generation

Reinforcing Question Answering Agents with Minimalist Policy Gradient Optimization

2025-05-20 · Yihong Wu, Liheng Ma, Muzhi Li, Jiaming Zhou 외

Large Language Models (LLMs) have demonstrated remarkable versatility, due to the lack of factual knowledge, their application to Question Answering (QA) tasks remains hindered by hallucination. While Retrieval-Augmented…

HallucinationIn-Context LearningQuestion AnsweringRetrieval+1

MyGO-Splat: Multi-Objective Closed-Loop Geometric Feedback for RGB-Only Gaussian SLAM

2026-06-29 · Fan Zhu, Ziyu Chen, Zhenjun Zhao, Zhisong Xu 외 arxiv

Real-time monocular Simultaneous Localization and Mapping (SLAM) fundamentally suffers from scale ambiguity and a lack of geometric self-correction. While 3D Gaussian Splatting (3DGS) enables high-fidelity rendering, exi…

MyGO: Memory Yielding Generative Offline-consolidation for Lifelong Learning Systems

2025-08-29 · Shihao Ji, Zihui Song arxiv

Continual or Lifelong Learning aims to develop models capable of acquiring new knowledge from a sequence of tasks without catastrophically forgetting what has been learned before. Existing approaches often rely on storin…

Knowledge Distillation