paper-with-me

홈 › Papers

MILE: A Mutation Testing Framework of In-Context Learning Systems

2024-09-07 · Zeming Wei, Yihao Zhang, Meng Sun

In-context Learning (ICL) has achieved notable success in the applications of large language models (LLMs). By adding only a few input-output pairs that demonstrate a new task, the LLM can efficiently learn the task during inference without modifying the model parameters. Such mysterious ability of LLMs has attracted great research interests in understanding, formatting, and improving the in-context demonstrations, while still suffering from drawbacks like black-box mechanisms and sensitivity against the selection of examples. In this work, inspired by the foundations of adopting testing techniques in machine learning (ML) systems, we propose a mutation testing framework designed to characterize the quality and effectiveness of test data for ICL systems. First, we propose several mutation operators specialized for ICL demonstrations, as well as corresponding mutation scores for ICL test sets. With comprehensive experiments, we showcase the effectiveness of our framework in evaluating the reliability and quality of ICL test suites. Our code is available at https://github.com/weizeming/MILE.

📄 PDF Abstract BibTeX arXiv:2409.04831

Code (1)

weizeming/mile 공식 구현 pytorch

Tasks

In-Context Learning

Similar Papers 제목 키워드 기반

MutaBot: A Mutation Testing Approach for Chatbots

2024-01-18 · Michael Ferdinando Urrico, Diego Clerissi, Leonardo Mariani

Mutation testing is a technique aimed at assessing the effectiveness of test suites by seeding artificial faults into programs. Although available for many platforms and languages, no mutation testing tool is currently a…

Mutation Testing of Deep Reinforcement Learning Based on Real Faults

2023-01-13 · Florian Tambon, Vahid Majdinasab, Amin Nikanjam, Foutse khomh 외

Testing Deep Learning (DL) systems is a complex task as they do not behave like traditional systems would, notably because of their stochastic nature. Nonetheless, being able to adapt existing testing techniques such as …

Deep Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Mutation Testing for Industrial Robotic Systems

2025-11-18 · Marcela Gonçalves dos Santos, Sylvain Hallé, Fábio Petrillo arxiv

Industrial robotic systems (IRS) are increasingly deployed in diverse environments, where failures can result in severe accidents and costly downtime. Ensuring the reliability of the software controlling these systems is…

A Probabilistic Framework for Mutation Testing in Deep Neural Networks

2022-08-11 · Florian Tambon, Foutse khomh, Giuliano Antoniol

Context: Mutation Testing (MT) is an important tool in traditional Software Engineering (SE) white-box testing. It aims to artificially inject faults in a system to evaluate a test suite's capability to detect them, assu…

Permutation invariant graph-to-sequence model for template-free retrosynthesis and reaction prediction

2021-10-19 · Zhengkai Tu, Connor W. Coley

Synthesis planning and reaction outcome prediction are two fundamental problems in computer-aided organic chemistry for which a variety of data-driven approaches have emerged. Natural language approaches that model each …

Data AugmentationGraph-to-SequenceMachine TranslationRetrosynthesis+3