AICLLGSep 29, 2023

DyVal: Dynamic Evaluation of Large Language Models for Reasoning Tasks

Georgia Tech
arXiv:2309.17167v399 citationsh-index: 43Has Code
Originality Incremental advance
AI Analysis

This addresses the issue of static benchmarks for LLM evaluation, offering a flexible tool for researchers, though it is incremental in enhancing evaluation methods rather than solving reasoning itself.

The authors tackled the problem of evaluating large language models (LLMs) on reasoning tasks by introducing DyVal, a dynamic evaluation protocol that generates challenging samples with controllable complexities, and found that LLMs perform worse on these samples, with improvements possible through fine-tuning.

Large language models (LLMs) have achieved remarkable performance in various evaluation benchmarks. However, concerns are raised about potential data contamination in their considerable volume of training corpus. Moreover, the static nature and fixed complexity of current benchmarks may inadequately gauge the advancing capabilities of LLMs. In this paper, we introduce DyVal, a general and flexible protocol for dynamic evaluation of LLMs. Based on our framework, we build graph-informed DyVal by leveraging the structural advantage of directed acyclic graphs to dynamically generate evaluation samples with controllable complexities. DyVal generates challenging evaluation sets on reasoning tasks including mathematics, logical reasoning, and algorithm problems. We evaluate various LLMs ranging from Flan-T5-large to GPT-3.5-Turbo and GPT-4. Experiments show that LLMs perform worse in DyVal-generated evaluation samples with different complexities, highlighting the significance of dynamic evaluation. We also analyze the failure cases and results of different prompting methods. Moreover, DyVal-generated samples are not only evaluation sets, but also helpful data for fine-tuning to improve the performance of LLMs on existing benchmarks. We hope that DyVal can shed light on future evaluation research of LLMs. Code is available at: https://github.com/microsoft/promptbench.

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