paper-with-me

Papers

MultiVis-Agent: A Multi-Agent Framework with Logic Rules for Reliable and Comprehensive Cross-Modal Data Visualization

2026-01-26 · Jinwei Lu, Yuanfeng Song, Chen Zhang, Raymond Chi-Wing Wong arxiv

Real-world visualization tasks involve complex, multi-modal requirements that extend beyond simple text-to-chart generation, requiring reference images, code examples, and iterative refinement. Current systems exhibit fundamental limitations: single-modality input, one-shot generation, and rigid workflows. While LLM-based approaches show potential for these complex requirements, they introduce reliability challenges including catastrophic failures and infinite loop susceptibility. To address this gap, we propose MultiVis-Agent, a logic rule-enhanced multi-agent framework for reliable multi-modal and multi-scenario visualization generation. Our approach introduces a four-layer logic rule framework that provides mathematical guarantees for system reliability while maintaining flexibility. Unlike traditional rule-based systems, our logic rules are mathematical constraints that guide LLM reasoning rather than replacing it. We formalize the MultiVis task spanning four scenarios from basic generation to iterative refinement, and develop MultiVis-Bench, a benchmark with over 1,000 cases for multi-modal visualization evaluation. Extensive experiments demonstrate that our approach achieves 75.63% visualization score on challenging tasks, significantly outperforming baselines (57.54-62.79%), with task completion rates of 99.58% and code execution success rates of 94.56% (vs. 74.48% and 65.10% without logic rules), successfully addressing both complexity and reliability challenges in automated visualization generation.

📄 PDF Abstract BibTeX arXiv:2601.18320

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

PsySafe: A Comprehensive Framework for Psychological-based Attack, Defense, and Evaluation of Multi-agent System Safety

2024-01-22 · Zaibin Zhang, Yongting Zhang, Lijun Li, Hongzhi Gao 외

Multi-agent systems, when enhanced with Large Language Models (LLMs), exhibit profound capabilities in collective intelligence. However, the potential misuse of this intelligence for malicious purposes presents significa…

Logical Robots: Declarative Multi-Agent Programming in Logica

2026-04-08 · Evgeny Skvortsov, Yilin Xia, Ojaswa Garg, Shawn Bowers 외 arxiv

We present Logical Robots, an interactive multi-agent simulation platform where autonomous robot behavior is specified declaratively in the logic programming language Logica. Robot behavior is defined by logical predicat…

Multi-Agent Procedural Graph Extraction with Structural and Logical Refinement

2026-01-27 · Wangyang Ying, Yanchi Liu, Xujiang Zhao, Wei Cheng 외 arxiv

Automatically extracting workflows as procedural graphs from natural language is promising yet underexplored, demanding both structural validity and logical alignment. While recent large language models (LLMs) show poten…

CellAgent: An LLM-driven Multi-Agent Framework for Automated Single-cell Data Analysis

2024-07-13 · Yihang Xiao, Jinyi Liu, Yan Zheng, Xiaohan Xie 외

Single-cell RNA sequencing (scRNA-seq) data analysis is crucial for biological research, as it enables the precise characterization of cellular heterogeneity. However, manual manipulation of various tools to achieve desi…

Decision Making

MedLA: A Logic-Driven Multi-Agent Framework for Complex Medical Reasoning with Large Language Models

2025-09-28 · Siqi Ma, Jiajie Huang, Fan Zhang, Yue Shen 외 arxiv

Answering complex medical questions requires not only domain expertise and patient-specific information, but also structured and multi-perspective reasoning. Existing multi-agent approaches often rely on fixed roles or s…