KGCE: Knowledge-Augmented Dual-Graph Evaluator for Cross-Platform Educational Agent Benchmarking with Multimodal Language Models
Zixian Liu, Sihao Liu, Yuqi Zhao
TL;DR
KGCE tackles the challenge of cross-platform educational agents by integrating a knowledge-base augmentation strategy with a dual-graph evaluator. It builds a 104-task education-focused dataset across Windows and Android, supported by a domain-specific knowledge base that informs multi-device workflows. The evaluation framework comprises a Task Completeness Graph and an Execution Efficiency Graph, enabling fine-grained metrics beyond coarse success criteria. Experiments across multiple MLMs show that knowledge augmentation consistently boosts task completion and efficiency, with GPT-4o achieving the best performance; findings highlight the practical impact for deploying educational agents in private-domain software and point to scalability and error-detection enhancements as future directions.
Abstract
With the rapid adoption of multimodal large language models (MLMs) in autonomous agents, cross-platform task execution capabilities in educational settings have garnered significant attention. However, existing benchmark frameworks still exhibit notable deficiencies in supporting cross-platform tasks in educational contexts, especially when dealing with school-specific software (such as XiaoYa Intelligent Assistant, HuaShi XiaZi, etc.), where the efficiency of agents often significantly decreases due to a lack of understanding of the structural specifics of these private-domain software. Additionally, current evaluation methods heavily rely on coarse-grained metrics like goal orientation or trajectory matching, making it challenging to capture the detailed execution and efficiency of agents in complex tasks. To address these issues, we propose KGCE (Knowledge-Augmented Dual-Graph Evaluator for Cross-Platform Educational Agent Benchmarking with Multimodal Language Models), a novel benchmarking platform that integrates knowledge base enhancement and a dual-graph evaluation framework. We first constructed a dataset comprising 104 education-related tasks, covering Windows, Android, and cross-platform collaborative tasks. KGCE introduces a dual-graph evaluation framework that decomposes tasks into multiple sub-goals and verifies their completion status, providing fine-grained evaluation metrics. To overcome the execution bottlenecks of existing agents in private-domain tasks, we developed an enhanced agent system incorporating a knowledge base specific to school-specific software. The code can be found at https://github.com/Kinginlife/KGCE.
