snowkylin commited on
Commit
870c847
·
1 Parent(s): 2a32b33

update readme with citation and arxiv

Browse files
Files changed (1) hide show
  1. README.md +12 -2
README.md CHANGED
@@ -8,7 +8,17 @@ sdk_version: 5.20.0
8
  app_file: app.py
9
  pinned: false
10
  license: mit
11
- short_description: Circuit Transformer for Size Minimization
12
  ---
13
 
14
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
8
  app_file: app.py
9
  pinned: false
10
  license: mit
11
+ short_description: Circuit Transformer for Size Minimization of Logic Circuits
12
  ---
13
 
14
+ This is a demo of the ICLR 2025 paper ["Circuit Transformer: A Transformer That Preserves Logical Equivalence"](https://arxiv.org/abs/2403.13838)
15
+
16
+ ```
17
+ @inproceedings{li2025circuit,
18
+ title={Circuit Transformer: A Transformer That Preserves Logical Equivalence},
19
+ author={Xihan Li and Xing Li and Lei Chen and Xing Zhang and Mingxuan Yuan and Jun Wang},
20
+ booktitle={The Thirteenth International Conference on Learning Representations},
21
+ year={2025},
22
+ url={https://openreview.net/forum?id=kpnW12Lm9p}
23
+ }
24
+ ```