CoolFace
Modelpublic

mrseongminkim/ReSyn-byt5-small

sourceHugging Faceapache-2.0updated 3mo agoView on Hugging Face
0likes26downloads
Model Card

ReSyn: A Generalized Recursive Regular Expression Synthesis Framework

This repository contains the pre-trained Prax model (a ByT5-small baseline) presented in the paper ReSyn: A Generalized Recursive Regular Expression Synthesis Framework.

ReSyn is a synthesizer-agnostic divide-and-conquer framework that decomposes complex regular expression synthesis problems into manageable sub-problems by adaptively predicting whether to split examples sequentially (Concatenation) or group them by structural similarity (Union).

Links

Citation

If you find this work useful, please cite:

bibtex
@inproceedings{kim2026resyn,
  title={ReSyn: A Generalized Recursive Regular Expression Synthesis Framework},
  author={Kim, Seongmin and Cheon, Hyunjoon and Kim, Su-Hyeon and Han, Yo-Sub and Ko, Sang-Ki},
  booktitle={Proceedings of the Thirty-Fifth International Joint Conference on Artificial Intelligence (IJCAI-26)},
  year={2026}
}