Views
No views yet
predict).PyTorchModelHubMixin. The model class is defined in the GitHub repository; clone it first so that the ReSyn package is importable, then:1from ReSyn.model import Set2Regex
2
3model = Set2Regex.from_pretrained("mrseongminkim/ReSyn-Set2Regex").eval()ReSyn/server.py for the full input encoding / output decoding used at inference time.1@inproceedings{kim2026resyn,
2 title={ReSyn: A Generalized Recursive Regular Expression Synthesis Framework},
3 author={Kim, Seongmin and Cheon, Hyunjoon and Kim, Su-Hyeon and Han, Yo-Sub and Ko, Sang-Ki},
4 booktitle={Proceedings of the Thirty-Fifth International Joint Conference on Artificial Intelligence (IJCAI-26)},
5 year={2026}
6}