paper-with-me

Papers

GA-VisAgent: A Multi-Agent application for code generation and visualization in interactive learning

2026-05-02 · Wang Jian, Zhou Jianbo, Xiong Yuhao, Liu Zhenxia, Luo Wen, Yuan LinWang, Yu ZhaoYuan arxiv

Geometric Algebra (GA) presents challenges to learners due to its highly abstract mathematical structure and complex operational rules, as translating algebraic manipulations into concrete geometric interpretations is a non-intuitive process when developing related code. Currently, some existing GA software packages rely on manually written scripts for code generation and visualization, but their high learning curve hinders widespread adoption. Meanwhile, methods based on Large Language Models (LLMs) often produce logical errors when generating specific GA scripts, such as GAALOPScript, resulting in generally low accuracy. To address these issues, this study proposes GA-VisAgent -- a multi-agent interactive learning application for GA code generation and visualization -- building upon a Geometric algebra large language model (GAGPT). Integrating task planning mechanisms with ReAct reasoning strategies, GA-VisAgent can decompose complex operations into five standardized subtasks, including core operations like geometric products, rotations, and reflections. It supports natural language and mathematical formulas as input to automatically generate executable code, accompanied by interactive visualizations to aid user comprehension. Experimental results show that GA-VisAgent achieved a 90% code generation success rate across 40 typical Conformal GA tasks, representing a 70% improvement over GPT-4o. This application introduces an extensible new paradigm for teaching GA and developing visualization tools for related mathematical concepts. The online service for this project will be available at http://gagis.cn/gacrac.

📄 PDF Abstract BibTeX arXiv:2605.01299

Code (0)

등록된 구현이 없습니다.

Tasks

Code Generation

Similar Papers 제목 키워드 기반

SciVisAgentBench: A Benchmark for Evaluating Scientific Data Analysis and Visualization Agents

2026-03-31 · Kuangshi Ai, Haichao Miao, Kaiyuan Tang, Nathaniel Gorski 외 arxiv

Recent advances in large language models (LLMs) have enabled agentic systems to translate natural-language intent into executable scientific visualization (SciVis) tasks. Despite rapid progress, the community lacks a pri…

SciVisAgentSkills: Design and Evaluation of Agent Skills for Scientific Data Analysis and Visualization

2026-06-04 · Kuangshi Ai, Haichao Miao, Kaiyuan Tang, Shusen Liu 외 arxiv

Recent advances in agentic visualization have enabled the translation of natural language into executable scientific visualization (SciVis) workflows. While general-purpose coding agents show strong capabilities, they of…

From EduVisBench to EduVisAgent: A Benchmark and Multi-Agent Framework for Pedagogical Visualization

2025-05-22 · Haonian Ji, Shi Qiu, Siyang Xin, Siwei Han 외

While foundation models (FMs), such as diffusion models and large vision-language models (LVLMs), have been widely applied in educational contexts, their ability to generate pedagogically effective visual explanations re…

Visual Reasoning

SurgVisAgent: Multimodal Agentic Model for Versatile Surgical Visual Enhancement

2025-07-03 · Zeyu Lei, Hongyuan Yu, Jinlin Wu, Zhen Chen arxiv

Precise surgical interventions are vital to patient safety, and advanced enhancement algorithms have been developed to assist surgeons in decision-making. Despite significant progress, these algorithms are typically desi…

Few-Shot Learning

A2P-Vis: an Analyzer-to-Presenter Agentic Pipeline for Visual Insights Generation and Reporting

2025-12-26 · Shuyu Gan, Renxiang Wang, James Mooney, Dongyeop Kang arxiv

Automating end-to-end data science pipeline with AI agents still stalls on two gaps: generating insightful, diverse visual evidence and assembling it into a coherent, professional report. We present A2P-Vis, a two-part, …