Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: other
|
3 |
+
license_name: mg0-2.0
|
4 |
+
license_link: https://github.com/Xtra-Computing/ModelGo/blob/main/MG_licenses/V2/MG0-2.0.txt
|
5 |
+
language:
|
6 |
+
- en
|
7 |
+
pipeline_tag: text-generation
|
8 |
+
base_model: microsoft/phi-4
|
9 |
+
tags:
|
10 |
+
- chat
|
11 |
+
library_name: transformers
|
12 |
+
---
|
13 |
+
|
14 |
+
```
|
15 |
+
@misc{chen2025xtragpt,
|
16 |
+
title={XtraGPT: LLMs for Human-AI Collaboration on Controllable Academic Paper Revision},
|
17 |
+
author={Nuo Chen and Andre Lin HuiKai and Jiaying Wu and Junyi Hou and Zining Zhang and Qian Wang and Xidong Wang and Bingsheng He},
|
18 |
+
year={2025},
|
19 |
+
eprint={2505.11336},
|
20 |
+
archivePrefix={arXiv},
|
21 |
+
primaryClass={cs.CL},
|
22 |
+
url={https://arxiv.org/abs/2505.11336},
|
23 |
+
}
|
24 |
+
```
|