Update README.md
Browse files
README.md
CHANGED
|
@@ -46,3 +46,15 @@ tokenizer/
|
|
| 46 |
special_tokens_map.json
|
| 47 |
```
|
| 48 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 46 |
special_tokens_map.json
|
| 47 |
```
|
| 48 |
|
| 49 |
+
## Citation
|
| 50 |
+
```bibtex
|
| 51 |
+
@misc{zhang2025booleansatisfiabilityimitationlearning,
|
| 52 |
+
title={Boolean Satisfiability via Imitation Learning},
|
| 53 |
+
author={Zewei Zhang and Huan Liu and Yuanhao Yu and Jun Chen and Xiangyu Xu},
|
| 54 |
+
year={2025},
|
| 55 |
+
eprint={2509.25411},
|
| 56 |
+
archivePrefix={arXiv},
|
| 57 |
+
primaryClass={cs.AI},
|
| 58 |
+
url={https://arxiv.org/abs/2509.25411},
|
| 59 |
+
}
|
| 60 |
+
```
|