EMNLP 2024finding0 citations

SynthEval: Hybrid Behavioral Testing of NLP Models with Synthetic CheckLists

Raoyuan Zhao, Abdullatif Köksal, Yihong Liu, Leonie Weissweiler, Anna Korhonen, Hinrich Schuetze

Abstract

Traditional benchmarking in NLP typically involves using static, held-out test sets and calculating aggregated statistics based on diverse examples. However, this approach often results in an overestimation of performance and lacks the ability to offer comprehensive, interpretable, and dynamic assessments of NLP models. Recently, works like DynaBench and Checklist have addressed these limitations through behavioral testing of NLP models with test types generated by a multi-step human-annotated pipeline. Unfortunately, manually creating a variety of test types requires significant human labor, thus weakening efficiency. In this work, we propose SynthEval, a hybrid behavioral testing framework that leverages large language models (LLMs) to generate a wide range of test types for a comprehensive evaluation of NLP models. The SynthEval framework first generates sentences via LLMs using controlled generation, and then identifies challenging examples by comparing the predictions made by LLMs with task-specific NLP models. In the last stage, human experts investigate the challenging examples, manually design templates, and identify the types of failures the task-specific models consistently exhibit. We apply SynthEval to two classification tasks and show that our framework is effective in identifying weaknesses of strong models on these tasks.

BibTeX
@inproceedings{zhao-etal-2024-syntheval,
    title = "{S}ynth{E}val: Hybrid Behavioral Testing of {NLP} Models with Synthetic {C}heck{L}ists",
    author = {Zhao, Raoyuan  and
      K{\"o}ksal, Abdullatif  and
      Liu, Yihong  and
      Weissweiler, Leonie  and
      Korhonen, Anna  and
      Schuetze, Hinrich},
    editor = "Al-Onaizan, Yaser  and
      Bansal, Mohit  and
      Chen, Yun-Nung",
    booktitle = "Findings of the Association for Computational Linguistics: EMNLP 2024",
    month = nov,
    year = "2024",
    address = "Miami, Florida, USA",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2024.findings-emnlp.412/",
    doi = "10.18653/v1/2024.findings-emnlp.412",
    pages = "7017--7034"
}