Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,20 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: apache-2.0
|
| 3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
---
|
| 4 |
+
This repository stores the model parameters for our paper [Domaino1s: Guiding LLM Reasoning for Explainable Answers in High-Stakes Domains](https://arxiv.org/abs/2501.14431).
|
| 5 |
+
|
| 6 |
+
Our paper is now accepted as findings of **ACL 2025**.
|
| 7 |
+
|
| 8 |
+
More details: [Domaino1s](https://github.com/Hyalinesky/Domaino1s)
|
| 9 |
+
|
| 10 |
+
## Citation
|
| 11 |
+
If you find our work helpful, feel free to give us a cite.
|
| 12 |
+
|
| 13 |
+
```
|
| 14 |
+
@article{chu2025domaino1s,
|
| 15 |
+
title={Domaino1s: Guiding LLM Reasoning for Explainable Answers in High-Stakes Domains},
|
| 16 |
+
author={Chu, Xu and Tan, Zhijie and Xue, Hanlin and Wang, Guanyu and Mo, Tong and Li, Weiping},
|
| 17 |
+
journal={arXiv preprint arXiv:2501.14431},
|
| 18 |
+
year={2025}
|
| 19 |
+
}
|
| 20 |
+
```
|