paper-with-me

홈 › Papers

SYNTHEVAL: Hybrid Behavioral Testing of NLP Models with Synthetic CheckLists

2024-08-30 · Raoyuan Zhao, Abdullatif Köksal, Yihong Liu, Leonie Weissweiler, Anna Korhonen, Hinrich Schütze

Traditional benchmarking in NLP typically involves using static held-out test sets. 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 (Kiela et al., 2021) and CheckList (Ribeiro et al., 2020) have addressed these limitations through behavioral testing of NLP models with test types generated by a multistep human-annotated pipeline. Unfortunately, manually creating a variety of test types requires much human labor, often at prohibitive cost. 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. SYNTHEVAL 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 taskspecific models consistently exhibit. We apply SYNTHEVAL to two classification tasks, sentiment analysis and toxic language detection, and show that our framework is effective in identifying weaknesses of strong models on these tasks. We share our code in https://github.com/Loreley99/SynthEval_CheckList.

📄 PDF Abstract BibTeX arXiv:2408.17437

Code (1)

loreley99/syntheval_checklist 공식 구현 pytorch

Tasks

BenchmarkingSentiment Analysis

Similar Papers 제목 키워드 기반

SynthEval: A Framework for Detailed Utility and Privacy Evaluation of Tabular Synthetic Data

2024-04-24 · Anton Danholt Lautrup, Tobias Hyrup, Arthur Zimek, Peter Schneider-Kamp

With the growing demand for synthetic data to address contemporary issues in machine learning, such as data scarcity, data fairness, and data privacy, having robust tools for assessing the utility and potential privacy r…

BenchmarkingFairnessPrivacy Preserving

Whispers of Doubt Amidst Echoes of Triumph in NLP Robustness

2023-11-16 · Ashim Gupta, Rishanth Rajendhran, Nathan Stringham, Vivek Srikumar 외

Do larger and more performant models resolve NLP's longstanding robustness issues? We investigate this question using over 20 models of different sizes spanning different architectural choices and pretraining objectives.…

Data Checklist: On Unit-Testing Datasets with Usable Information

2024-08-06 · Heidi C. Zhang, Shabnam Behzad, Kawin Ethayarajh, Dan Jurafsky

Model checklists (Ribeiro et al., 2020) have emerged as a useful tool for understanding the behavior of LLMs, analogous to unit-testing in software engineering. However, despite datasets being a key determinant of model …

Learning Optimal Predictive Checklists

2021-12-02 · NeurIPS 2021 12 · Haoran Zhang, Quaid Morris, Berk Ustun, Marzyeh Ghassemi

Checklists are simple decision aids that are often used to promote safety and reliability in clinical applications. In this paper, we present a method to learn checklists for clinical decision support. We represent predi…

Fairness

Learning predictive checklists from continuous medical data

2022-11-14 · Yukti Makhija, Edward De Brouwer, Rahul G. Krishnan

Checklists, while being only recently introduced in the medical domain, have become highly popular in daily clinical practice due to their combined effectiveness and great interpretability. Checklists are usually designe…