File size: 685 Bytes
dc1325e 32ecaf7 dc1325e 32ecaf7 dc1325e 13437e8 32ecaf7 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 |
---
base_model:
- Qwen/Qwen3-8B-Base
datasets:
- RuleReasoner/rule-reasoning
language:
- en
library_name: transformers
license: mit
pipeline_tag: text-generation
tags:
- rule-based reasoning
---
## Citation
If you use the model in your research, please cite the original papers as below.
```latex
@article{liu2025rulereasoner,
title={RuleReasoner: Reinforced Rule-based Reasoning via Domain-aware Dynamic Sampling},
author={Yang Liu and Jiaqi Li and Zilong Zheng},
year={2025},
eprint={2506.08672},
archivePrefix={arXiv},
primaryClass={cs.CL},
url={https://arxiv.org/abs/2506.08672},
}
```
Code: https://github.com/bigai-nlco/RuleReasoner |