paper-with-me

Papers

Toward Causal-Visual Programming: Enhancing Agentic Reasoning in Low-Code Environments

2025-09-29 · Jiexi Xu, Jiaqi Liu, Lanruo Wang, Su Liu arxiv

Large language model (LLM) agents are increasingly capable of orchestrating complex tasks in low-code environments. However, these agents often exhibit hallucinations and logical inconsistencies because their inherent reasoning mechanisms rely on probabilistic associations rather than genuine causal understanding. This paper introduces a new programming paradigm: Causal-Visual Programming (CVP), designed to address this fundamental issue by explicitly introducing causal structures into the workflow design. CVP allows users to define a simple "world model" for workflow modules through an intuitive low-code interface, effectively creating a Directed Acyclic Graph (DAG) that explicitly defines the causal relationships between modules. This causal graph acts as a crucial constraint during the agent's reasoning process, anchoring its decisions to a user-defined causal structure and significantly reducing logical errors and hallucinations by preventing reliance on spurious correlations. To validate the effectiveness of CVP, we designed a synthetic experiment that simulates a common real-world problem: a distribution shift between the training and test environments. Our results show that a causally anchored model maintained stable accuracy in the face of this shift, whereas a purely associative baseline model that relied on probabilistic correlations experienced a significant performance drop. The primary contributions of this study are: a formal definition of causal structures for workflow modules; the proposal and implementation of a CVP framework that anchors agent reasoning to a user-defined causal graph; and empirical evidence demonstrating the framework's effectiveness in enhancing agent robustness and reducing errors caused by causal confusion in dynamic environments. CVP offers a viable path toward building more interpretable, reliable, and trustworthy AI agents.

📄 PDF Abstract BibTeX arXiv:2509.25282

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Visual Generation in the New Era: An Evolution from Atomic Mapping to Agentic World Modeling

2026-04-30 · Keming Wu, Zuhao Yang, Kaichen Zhang, Shizun Wang 외 arxiv

Recent visual generation models have made major progress in photorealism, typography, instruction following, and interactive editing, yet they still struggle with spatial reasoning, persistent state, long-horizon consist…

Instruction FollowingSpatial Reasoning

MultiVerse: Causal Reasoning using Importance Sampling in Probabilistic Programming

2019-10-17 · pproximateinference AABI Symposium 2019 12 · Yura Perov, Logan Graham, Kostis Gourgoulias, Jonathan G. Richens 외

We elaborate on using importance sampling for causal reasoning, in particular for counterfactual inference. We show how this can be implemented natively in probabilistic programming. By considering the structure of the c…

counterfactualCounterfactual InferenceProbabilistic Programming

The Magic of IF: Investigating Causal Reasoning Abilities in Large Language Models of Code

2023-05-30 · Xiao Liu, Da Yin, Chen Zhang, Yansong Feng 외

Causal reasoning, the ability to identify cause-and-effect relationship, is crucial in human thinking. Although large language models (LLMs) succeed in many NLP tasks, it is still challenging for them to conduct complex …

counterfactualCounterfactual Reasoning

ARCADIA: Scalable Causal Discovery for Corporate Bankruptcy Analysis Using Agentic AI

2025-11-30 · Fabrizio Maturo, Donato Riccio, Andrea Mazzitelli, Giuseppe Bifulco 외 arxiv

This paper introduces ARCADIA, an agentic AI framework for causal discovery that integrates large-language-model reasoning with statistical diagnostics to construct valid, temporally coherent causal structures. Unlike tr…

Causal Inference

MemDreamer: Decoupling Perception and Reasoning for Long Video Understanding via Hierarchical Graph Memory and Agentic Retrieval Mechanism

2026-06-05 · Cong Chen, Guo Gan, Kaixiang Ji, ZhaoYang Zhang 외 arxiv

Current Vision-Language Models struggle with hours-long videos because processing full-length visual sequences induces prohibitive token explosion and attention dilution. To overcome this, we introduce MemDreamer to deco…