RuleReasoner commited on
Commit
13437e8
verified
1 Parent(s): dc1325e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -1
README.md CHANGED
@@ -10,4 +10,19 @@ pipeline_tag: question-answering
10
  library_name: transformers
11
  tags:
12
  - rule-based reasoning
13
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10
  library_name: transformers
11
  tags:
12
  - rule-based reasoning
13
+ ---
14
+
15
+ ## Citation
16
+
17
+ If you use the model in your research, please cite the original papers as below.
18
+ ```latex
19
+ @article{liu2025rulereasoner,
20
+ title={RuleReasoner: Reinforced Rule-based Reasoning via Domain-aware Dynamic Sampling},
21
+ author={Yang Liu and Jiaqi Li and Zilong Zheng},
22
+ year={2025},
23
+ eprint={2506.08672},
24
+ archivePrefix={arXiv},
25
+ primaryClass={cs.CL},
26
+ url={https://arxiv.org/abs/2506.08672},
27
+ }
28
+ ```