Text Generation
Transformers
PyTorch
Safetensors
chat
nuojohnchen commited on
Commit
724c6e9
·
verified ·
1 Parent(s): 0e09c6d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -8
README.md CHANGED
@@ -188,13 +188,12 @@ For more details on the license terms, please visit [ModelGo.li](https://www.mod
188
  If you use XtraGPT in your research, please cite our paper:
189
 
190
  ```
191
- @misc{chen2025xtragpt,
192
- title={XtraGPT: Context-Aware and Controllable Academic Paper Revision for Human-AI Collaboration},
193
- 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},
194
- year={2025},
195
- eprint={2505.11336},
196
- archivePrefix={arXiv},
197
- primaryClass={cs.CL},
198
- url={https://arxiv.org/abs/2505.11336},
199
  }
200
  ```
 
188
  If you use XtraGPT in your research, please cite our paper:
189
 
190
  ```
191
+ @inproceedings{
192
+ chen2026xtragpt,
193
+ title={XtraGPT: Context-Aware and Controllable Academic Paper Revision via Human-AI Collaboration},
194
+ 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},
195
+ booktitle = "Proceedings of the 64th Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)",
196
+ year={2026},
197
+ note={Available on arXiv:2505.11336}
 
198
  }
199
  ```