paper-with-me

Papers

Benchmarking Generative Models on Computational Thinking Tests in Elementary Visual Programming

2024-06-14 · Victor-Alexandru Pădurean, Adish Singla

Generative models have demonstrated human-level proficiency in various benchmarks across domains like programming, natural sciences, and general knowledge. Despite these promising results on competitive benchmarks, they still struggle with seemingly simple problem-solving tasks typically carried out by elementary-level students. How do state-of-the-art models perform on standardized tests designed to assess computational thinking and problem-solving skills at schools? In this paper, we curate a novel benchmark involving computational thinking tests grounded in elementary visual programming domains. Our initial results show that state-of-the-art models like GPT-4o and Llama3 barely match the performance of an average school student. To further boost the performance of these models, we fine-tune them using a novel synthetic data generation methodology. The key idea is to develop a comprehensive dataset using symbolic methods that capture different skill levels, ranging from recognition of visual elements to multi-choice quizzes to synthesis-style tasks. We showcase how various aspects of symbolic information in synthetic data help improve fine-tuned models' performance. We will release the full implementation and datasets to facilitate further research on enhancing computational thinking in generative models.

📄 PDF Abstract BibTeX arXiv:2406.09891

Code (0)

등록된 구현이 없습니다.

Tasks

BenchmarkingGeneral KnowledgeSynthetic Data Generation

Similar Papers 제목 키워드 기반

A criterion for Artificial General Intelligence: hypothetic-deductive reasoning, tested on ChatGPT

2023-08-05 · Louis Vervoort, Vitaliy Mizyakov, Anastasia Ugleva

We argue that a key reasoning skill that any advanced AI, say GPT-4, should master in order to qualify as 'thinking machine', or AGI, is hypothetic-deductive reasoning. Problem-solving or question-answering can quite gen…

ChatbotQuestion Answering

CodeJudgeBench: Benchmarking LLM-as-a-Judge for Coding Tasks

2025-07-14 · Hongchao Jiang, Yiming Chen, Yushi Cao, Hung-Yi Lee 외

Large Language Models (LLMs) have significantly advanced the state-of-the-art in various coding tasks. Beyond directly answering user queries, LLMs can also serve as judges, assessing and comparing the quality of respons…

BenchmarkingCode GenerationCode Repair

Beyond Correctness: Benchmarking and Aligning Response Behaviors in Hybrid-Thinking MLLMs

2026-08-13 · Xinming Wang, Weinong Wang, Hongming Yang, Yansong Lin 외 arxiv

Hybrid-thinking multimodal large language models (MLLMs) allow a single model to alternate between deliberative thinking and latency-efficient non-thinking inference. Although these modes differ in reasoning budget, thei…

Reinforcement Learning

Two-way kernel matrix puncturing: towards resource-efficient PCA and spectral clustering

2021-02-24 · Romain Couillet, Florent Chatelain, Nicolas Le Bihan

The article introduces an elementary cost and storage reduction method for spectral clustering and principal component analysis. The method consists in randomly "puncturing" both the data matrix $X\in\mathbb{C}^{p\times …

Clustering

Do NOT Think That Much for 2+3=? On the Overthinking of o1-Like LLMs

2024-12-30 · Xingyu Chen, Jiahao Xu, Tian Liang, Zhiwei He 외

The remarkable performance of models like the OpenAI o1 can be attributed to their ability to emulate human-like long-time thinking during inference. These models employ extended chain-of-thought (CoT) processes, explori…

GSM8K