diff --git a/README.md b/README.md index d4c66ab..da2a6d9 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ [![Tests](https://github.com/LLM-Mutation/multiplex/actions/workflows/test.yml/badge.svg?branch=main)](https://github.com/LLM-Mutation/multiplex/actions/workflows/test.yml) [![Ruff](https://github.com/LLM-Mutation/multiplex/actions/workflows/ruff.yml/badge.svg)](https://github.com/LLM-Mutation/multiplex/actions/workflows/ruff.yml) +*Accepted at ASE 2026 in Tools and Datasets Track* **A tool for prototyping and comparing LLM-based mutation testing approaches.** @@ -110,4 +111,16 @@ It may help users to use the existing modules in `multiplex/approach` as example Users can add a mutant execution and evaluation class to `multiplex/execute/` that inserts the mutant into the source code file, runs the project's tests with the appropriate build and execution tools, and parses the results to identify which mutants are killed by which tests. ## 💬 Questions and Community -Have a question or found a bug? We’d love to hear from you. Please open an issue in the **Issue Tracker** and we'll get back to you! \ No newline at end of file +Have a question or found a bug? We’d love to hear from you. Please open an issue in the **Issue Tracker** and we'll get back to you! + +## 📝 Citing this tool +If you use this tool in your work or research, please cite as follows: + +``` +@inproceedings{Maton2026a, + author = {Maton, Megan and Kapfhammer, Gregory M. and McMinn, Phil}, + title = {multiplex: A Modular LLM-based Mutation Framework}, + booktitle = {Proceedings of the International Conference on Automated Software Engineering (ASE) - Tools and Datasets Track}, + year = {2026}, +} +```