paper-with-me

Papers

InteractScience: Programmatic and Visually-Grounded Evaluation of Interactive Scientific Demonstration Code Generation

2025-10-10 · Qiaosheng Chen, Yang Liu, Lei Li, Kai Chen, Qipeng Guo, Gong Cheng, Fei Yuan arxiv

Large Language Models (LLMs) are increasingly capable of generating complete applications from natural language instructions, creating new opportunities in science and education. In these domains, interactive scientific demonstrations are particularly valuable for explaining concepts, supporting new teaching methods, and presenting research findings. Generating such demonstrations requires models to combine accurate scientific knowledge with the ability to implement interactive front-end code that behaves correctly and responds to user actions. This capability goes beyond the scope of existing benchmarks, which typically evaluate either knowledge question answering without grounding in code or static web code generation without scientific interactivity. To evaluate this integrated ability, we design a hybrid framework that combines programmatic functional testing to rigorously verify interaction logic with visually-grounded qualitative testing to assess rendered outputs against reference snapshots. Building on this framework, we present InteractScience, a benchmark consisting of a substantial set of carefully designed questions across five scientific domains, each paired with unit tests, reference snapshots, and checklists. We evaluate 30 leading open- and closed-source LLMs and report results that highlight ongoing weaknesses in integrating domain knowledge with interactive front-end coding. Our work positions InteractScience as the first benchmark to automatically measure this combined capability with realistic interactive operations, providing a foundation for advancing reliable and educationally useful scientific demonstration code generation. All code and data are publicly available at https://github.com/open-compass/InteractScience.

📄 PDF Abstract BibTeX arXiv:2510.09724

Code (0)

등록된 구현이 없습니다.

Tasks

Question AnsweringCode Generation

Similar Papers 제목 키워드 기반

Trust but Verify: Programmatic VLM Evaluation in the Wild

2024-10-17 · Viraj Prabhu, Senthil Purushwalkam, An Yan, Caiming Xiong 외

Vision-Language Models (VLMs) often generate plausible but incorrect responses to visual queries. However, reliably quantifying the effect of such hallucinations in free-form responses to open-ended queries is challengin…

BenchmarkingLanguage ModellingLarge Language Model

EMemBench: Interactive Benchmarking of Episodic Memory for VLM Agents

2026-01-23 · Xinze Li, Ziyue Zhu, Siyuan Liu, Yubo Ma 외 arxiv

We introduce EMemBench, a programmatic benchmark generator for evaluating long-term episodic memory of agents through interactive games. Rather than using a fixed set of questions, EMemBench generates questions from envi…

Spatial Reasoning

Interactively Learning Visually Grounded Word Meanings from a Human Tutor

2016-08-01 · WS 2016 8 · Yanchao Yu, Arash Eshghi, Oliver Lemon
Semantic Parsing

VOILA: An Optimised Dialogue System for Interactively Learning Visually-Grounded Word Meanings (Demonstration System)

2017-08-01 · WS 2017 8 · Yanchao Yu, Arash Eshghi, Oliver Lemon

We present VOILA: an optimised, multi-modal dialogue agent for interactive learning of visually grounded word meanings from a human user. VOILA is: (1) able to learn new visual categories interactively from users from sc…

Active Learning

Enabling Robots to Draw and Tell: Towards Visually Grounded Multimodal Description Generation

2021-01-14 · Ting Han, Sina Zarrieß

Socially competent robots should be equipped with the ability to perceive the world that surrounds them and communicate about it in a human-like manner. Representative skills that exhibit such ability include generating …