paper-with-me

Papers

DevBench: A multimodal developmental benchmark for language learning

2024-06-14 · Alvin Wei Ming Tan, Sunny Yu, Bria Long, Wanjing Anya Ma, Tonya Murray, Rebecca D. Silverman, Jason D. Yeatman, Michael C. Frank

How (dis)similar are the learning trajectories of vision-language models and children? Recent modeling work has attempted to understand the gap between models' and humans' data efficiency by constructing models trained on less data, especially multimodal naturalistic data. However, such models are often evaluated on adult-level benchmarks, with limited breadth in language abilities tested, and without direct comparison to behavioral data. We introduce DevBench, a multimodal benchmark comprising seven language evaluation tasks spanning the domains of lexical, syntactic, and semantic ability, with behavioral data from both children and adults. We evaluate a set of vision-language models on these tasks, comparing models and humans not only on accuracy but on their response patterns. Across tasks, models exhibit variation in their closeness to human response patterns, and models that perform better on a task also more closely resemble human behavioral responses. We also examine the developmental trajectory of OpenCLIP over training, finding that greater training results in closer approximations to adult response patterns. DevBench thus provides a benchmark for comparing models to human language development. These comparisons highlight ways in which model and human language learning processes diverge, providing insight into entry points for improving language models.

📄 PDF Abstract BibTeX arXiv:2406.10215

Code (1)

alvinwmtan/dev-bench 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

GameDevBench: Evaluating Agentic Capabilities Through Game Development

2026-02-11 · Wayne Chi, Yixiong Fang, Arnav Yayavaram, Siddharth Yayavaram 외 arxiv

Despite rapid progress on coding agents, progress on their multimodal counterparts has lagged behind. A key challenge is the scarcity of evaluation testbeds that combine the complexity of software development with the ne…

EgoBabyVLM: Benchmarking Cross-Modal Learning from Naturalistic Egocentric Video Data

2026-05-18 · Dongyan Lin, Phillip Rust, Angel Villar Corrales, Alvin W. M. Tan 외 arxiv

Children acquire language grounding with remarkable robustness from limited visuo-linguistic input in ways that surpass today's best large multimodal models. Recent research suggests current vision-language models (VLMs)…

ProjDevBench: Benchmarking AI Coding Agents on End-to-End Project Development

2026-02-02 · Pengrui Lu, Shiqi Zhang, Yunzhong Hou, Lyumanshan Ye 외 arxiv

Recent coding agents can generate complete codebases from simple prompts, yet existing evaluations focus on issue-level bug fixing and lag behind end-to-end development. We introduce ProjDevBench, an end-to-end benchmark…

DevBench: A Realistic, Developer-Informed Benchmark for Code Generation Models

2026-01-17 · Adarsh Kumarappan, Pareesa Ameneh Golnari, Wen Wen, Xiaoyu Liu 외 arxiv

DevBench is a telemetry-driven benchmark designed to evaluate Large Language Models (LLMs) on realistic code completion tasks. It includes 1,800 evaluation instances across six programming languages and six task categori…

Code GenerationCode Completion

Model Merging to Maintain Language-Only Performance in Developmentally Plausible Multimodal Models

2025-10-02 · Ece Takmaz, Lisa Bylinina, Jakub Dotlacil arxiv

State-of-the-art vision-and-language models consist of many parameters and learn from enormous datasets, surpassing the amounts of linguistic data that children are exposed to as they acquire a language. This paper prese…