--- license: cc-by-nc-nd-4.0 pretty_name: RegexPSPACE eprint: "2510.09227" task_categories: - text-classification - text-generation tags: - regex - minimization - equivalence - PSPACE size_categories: - 1K **BibTeX:** ``` @misc{JinHH2025, title={RegexPSPACE: A Benchmark for Evaluating LLM Reasoning on PSPACE-complete Regex Problems}, author={Hyundong Jin and Joonghyuk Hahn and Yo-Sub Han}, year={2025}, eprint={2510.09227}, archivePrefix={arXiv}, primaryClass={cs.AI}, url={https://arxiv.org/abs/2510.09227}, } ``` **APA:** Jin, H., Hahn, J., & Han, Y. (2025). RegexPSPACE: A Benchmark for Evaluating LLM Reasoning on PSPACE-complete Regex Problems. arXiv preprint arXiv:2510.09227. ## 6. Glossary - PSPACE-complete: A class of computational problems that are the "hardest" problems in the PSPACE complexity class. These problems require a polynomial amount of memory to solve. - RegexMin (Minimization): The task of finding the shortest possible regular expression that is semantically equivalent to a given regex. - RegexEQ (Equivalence): The task of determining whether two different regular expressions describe the same set of strings. ## 7. More Information For more details, please refer to the official [GitHub repository](https://github.com/hyundong98/RegexPSPACE) and the [accompanying paper](https://arxiv.org/abs/2510.09227). ## 8. Dataset Card Contact For questions or feedback about the dataset, please use the contact information provided in the paper or open an issue on the [GitHub repository](https://github.com/hyundong98/RegexPSPACE).