AICLCVJun 18, 2024

Automatic benchmarking of large multimodal models via iterative experiment programming

arXiv:2406.12321v11 citationsHas Code
Originality Incremental advance
AI Analysis

This addresses the tedious and resource-intensive evaluation process for researchers and developers working with large multimodal models, though it is incremental as it automates an existing task rather than introducing a new paradigm.

The paper tackles the problem of manual and costly benchmarking for large multimodal models by introducing APEx, a framework that automatically generates and runs experiments based on natural language research questions, reproducing existing findings and enabling arbitrary analyses.

Assessing the capabilities of large multimodal models (LMMs) often requires the creation of ad-hoc evaluations. Currently, building new benchmarks requires tremendous amounts of manual work for each specific analysis. This makes the evaluation process tedious and costly. In this paper, we present APEx, Automatic Programming of Experiments, the first framework for automatic benchmarking of LMMs. Given a research question expressed in natural language, APEx leverages a large language model (LLM) and a library of pre-specified tools to generate a set of experiments for the model at hand, and progressively compile a scientific report. The report drives the testing procedure: based on the current status of the investigation, APEx chooses which experiments to perform and whether the results are sufficient to draw conclusions. Finally, the LLM refines the report, presenting the results to the user in natural language. Thanks to its modularity, our framework is flexible and extensible as new tools become available. Empirically, APEx reproduces the findings of existing studies while allowing for arbitrary analyses and hypothesis testing.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes