paper-with-me

Papers

Pseudocode-Guided Structured Reasoning for Automating Reliable Inference in Vision-Language Models

2026-05-19 · Weicong Ni, Tianbao Jiang, Linlin Wang arxiv

Vision-Language Models (VLMs) are becoming the cornerstone of high-level reasoning for robotic automation, enabling robots to parse natural language commands and perceive their environments. However, their susceptibility to hallucinations introduces critical failures in decision-making, posing significant safety and reliability risks in physical deployments. This challenge is exacerbated by the open-ended nature of real-world tasks, where questions vary vastly in difficulty and modality, demanding robust and adaptable reasoning strategies. To tackle this, we propose the Pseudocode-guided Structured Reasoning framework (PStar), which adaptively selects structured pseudocode reasoning paths to help VLMs perform flexible and step-by-step reasoning. We first design a set of abstract reasoning functions and formulate a structured pseudocode library to represent modular reasoning strategies. Crucially, we design a Difficulty Feature Vector (DFV) that allows the model to assess question complexity and adaptively choose appropriate reasoning strategies-enhancing robustness and interpretability. Extensive experiments demonstrate that PStar significantly reduces hallucination rates, achieving state-of-the-art scores of 87.1% on POPE and 68.0% on MMStar, outperforming even GPT-4V. By providing a validated mechanism to reduce visual-language errors, PStar offers a critical step toward deploying more trustworthy and deterministic VLMs for real-world automated systems, where such errors can lead to catastrophic outcomes.

📄 PDF Abstract BibTeX arXiv:2605.19663

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

PGPO: Enhancing Agent Reasoning via Pseudocode-style Planning Guided Preference Optimization

2025-06-02 · Zouying Cao, Runze Wang, Yifei Yang, Xinbei Ma 외

Large Language Model (LLM) agents have demonstrated impressive capabilities in handling complex interactive problems. Existing LLM agents mainly generate natural language plans to guide reasoning, which is verbose and in…

Language ModelingLanguage ModellingLarge Language Model

Knowledge Transfer for Pseudo-code Generation from Low Resource Programming Language

2023-03-16 · Ankita Sontakke, Kanika Kalra, Manasi Patwardhan, Lovekesh Vig 외

Generation of pseudo-code descriptions of legacy source code for software maintenance is a manually intensive task. Recent encoder-decoder language models have shown promise for automating pseudo-code generation for high…

Code GenerationDecoderTransfer LearningTranslation

Reversal of Thought: Enhancing Large Language Models with Preference-Guided Reverse Reasoning Warm-up

2024-10-16 · Jiahao Yuan, Dehui Du, Hao Zhang, Zixiang Di 외

Large language models (LLMs) have shown remarkable performance in reasoning tasks but face limitations in mathematical and complex logical reasoning. Existing methods to improve LLMs' logical capabilities either involve …

DuET: Dual Execution for Test Output Prediction with Generated Code and Pseudocode

2026-04-13 · Hojae Han, Jaejin Kim, Seung-won Hwang, Yu Jin Kim 외 arxiv

This work addresses test output prediction, a key challenge in test case generation. To improve the reliability of predicted outputs by LLMs, prior approaches generate code first to ground predictions. One grounding stra…

Language Models as Compilers: Simulating Pseudocode Execution Improves Algorithmic Reasoning in Language Models

2024-04-03 · Hyungjoo Chae, Yeonghyeon Kim, Seungone Kim, Kai Tzu-iunn Ong 외

Algorithmic reasoning refers to the ability to understand the complex patterns behind the problem and decompose them into a sequence of reasoning steps towards the solution. Such nature of algorithmic reasoning makes it …