paper-with-me

Papers

RITFIS: Robust input testing framework for LLMs-based intelligent software

2024-02-21 · Mingxuan Xiao, Yan Xiao, Hai Dong, Shunhui Ji, Pengcheng Zhang

The dependence of Natural Language Processing (NLP) intelligent software on Large Language Models (LLMs) is increasingly prominent, underscoring the necessity for robustness testing. Current testing methods focus solely on the robustness of LLM-based software to prompts. Given the complexity and diversity of real-world inputs, studying the robustness of LLMbased software in handling comprehensive inputs (including prompts and examples) is crucial for a thorough understanding of its performance. To this end, this paper introduces RITFIS, a Robust Input Testing Framework for LLM-based Intelligent Software. To our knowledge, RITFIS is the first framework designed to assess the robustness of LLM-based intelligent software against natural language inputs. This framework, based on given threat models and prompts, primarily defines the testing process as a combinatorial optimization problem. Successful test cases are determined by a goal function, creating a transformation space for the original examples through perturbation means, and employing a series of search methods to filter cases that meet both the testing objectives and language constraints. RITFIS, with its modular design, offers a comprehensive method for evaluating the robustness of LLMbased intelligent software. RITFIS adapts 17 automated testing methods, originally designed for Deep Neural Network (DNN)-based intelligent software, to the LLM-based software testing scenario. It demonstrates the effectiveness of RITFIS in evaluating LLM-based intelligent software through empirical validation. However, existing methods generally have limitations, especially when dealing with lengthy texts and structurally complex threat models. Therefore, we conducted a comprehensive analysis based on five metrics and provided insightful testing method optimization strategies, benefiting both researchers and everyday users.

📄 PDF Abstract BibTeX arXiv:2402.13518

Code (0)

등록된 구현이 없습니다.

Tasks

Combinatorial Optimizationsoftware testing

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

Finetuning LLMs for Automatic Form Interaction on Web-Browser in Selenium Testing Framework

2025-11-19 · Nguyen-Khang Le, Hiep Nguyen, Ngoc-Minh Nguyen, Son T. Luu 외 arxiv

Automated web application testing is a critical component of modern software development, with frameworks like Selenium widely adopted for validating functionality through browser automation. Among the essential aspects …

SOLID: a Framework of Synergizing Optimization and LLMs for Intelligent Decision-Making

2025-11-19 · Yinsheng Wang, Tario G You, Léonard Boussioux, Shan Liu arxiv

This paper introduces SOLID (Synergizing Optimization and Large Language Models for Intelligent Decision-Making), a novel framework that integrates mathematical optimization with the contextual capabilities of large lang…

An efficient approach to represent enterprise web application structure using Large Language Model in the service of Intelligent Quality Engineering

2025-01-12 · Zaber Al Hassan Ayon, Gulam Husain, Roshankumar Bisoi, Waliur Rahman 외

This paper presents a novel approach to represent enterprise web application structures using Large Language Models (LLMs) to enable intelligent quality engineering at scale. We introduce a hierarchical representation me…

Few-Shot LearningIn-Context LearningLanguage ModelingLanguage Modelling+2

LADEV: A Language-Driven Testing and Evaluation Platform for Vision-Language-Action Models in Robotic Manipulation

2024-10-07 · Zhijie Wang, Zhehua Zhou, Jiayang Song, Yuheng Huang 외

Building on the advancements of Large Language Models (LLMs) and Vision Language Models (VLMs), recent research has introduced Vision-Language-Action (VLA) models as an integrated solution for robotic manipulation tasks.…

Vision-Language-Action

LLMs are All You Need? Improving Fuzz Testing for MOJO with Large Language Models

2025-10-11 · Linghan Huang, Peizhou Zhao, Huaming Chen arxiv

The rapid development of large language models (LLMs) has revolutionized software testing, particularly fuzz testing, by automating the generation of diverse and effective test inputs. This advancement holds great promis…

Zero-Shot Learning