paper-with-me

홈 › Papers

Seeing the Forest and the Trees: Solving Visual Graph and Tree Based Data Structure Problems using Large Multimodal Models

2024-12-15 · Sebastian Gutierrez, Irene Hou, Jihye Lee, Kenneth Angelikas, Owen Man, Sophia Mettille, James Prather, Paul Denny, Stephen MacNeil

Recent advancements in generative AI systems have raised concerns about academic integrity among educators. Beyond excelling at solving programming problems and text-based multiple-choice questions, recent research has also found that large multimodal models (LMMs) can solve Parsons problems based only on an image. However, such problems are still inherently text-based and rely on the capabilities of the models to convert the images of code blocks to their corresponding text. In this paper, we further investigate the capabilities of LMMs to solve graph and tree data structure problems based only on images. To achieve this, we computationally construct and evaluate a novel benchmark dataset comprising 9,072 samples of diverse graph and tree data structure tasks to assess the performance of the GPT-4o, GPT-4v, Gemini 1.5 Pro, Gemini 1.5 Flash, Gemini 1.0 Pro Vision, and Claude 3 model families. GPT-4o and Gemini 1.5 Flash performed best on trees and graphs respectively. GPT-4o achieved 87.6% accuracy on tree samples, while Gemini 1.5 Flash, achieved 56.2% accuracy on graph samples. Our findings highlight the influence of structural and visual variations on model performance. This research not only introduces an LMM benchmark to facilitate replication and further exploration but also underscores the potential of LMMs in solving complex computing problems, with important implications for pedagogy and assessment practices.

📄 PDF Abstract BibTeX arXiv:2412.11088

Code (0)

등록된 구현이 없습니다.

Tasks

Multiple-choice

Similar Papers 제목 키워드 기반

Seeing the Forest through the Trees: Adaptive Local Exploration of Large Graphs

2016-07-22 · Pienta Robert, Lin Zhiyuan, Kahng Minsuk, Vreeken Jilles 외

Visualization is a powerful paradigm for exploratory data analysis. Visualizing large graphs, however, often results in a meaningless hairball. In this paper, we propose a different approach that helps the user adaptivel…

See the Forest and the Trees: A Synergistic Reasoning Framework for Knowledge-Based Visual Question Answering

2025-07-23 · Junjie Wang, Yunhan Tang, Yijie Wang, Zhihao Yuan 외 arxiv

Multimodal Large Language Models (MLLMs) have pushed the frontiers of Knowledge-Based Visual Question Answering (KBVQA), yet their reasoning is fundamentally bottlenecked by a reliance on uni-dimensional evidence. This "…

Visual Question Answering

Error Mining with Suspicion Trees: Seeing the Forest for the Trees

2012-12-01 · COLING 2012 12 · Shashi Narayan, Claire Gardent

Interactive Graphics for Visually Diagnosing Forest Classifiers in R

2017-04-08 · Natalia da Silva, Dianne Cook, Eun-Kyung Lee

This paper describes structuring data and constructing plots to explore forest classification models interactively. A forest classifier is an example of an ensemble, produced by bagging multiple trees. The process of bag…

Dimensionality ReductionGeneral Classification

Cluster-Based Random Forest Visualization and Interpretation

2025-07-30 · Max Sondag, Christofer Meinecke, Dennis Collaris, Tatiana von Landesberger 외 arxiv

Random forests are a machine learning method used to automatically classify datasets and consist of a multitude of decision trees. While these random forests often have higher performance and generalize better than a sin…