Update README.md
Browse files
README.md
CHANGED
|
@@ -72,3 +72,16 @@ outputs = model.generate(
|
|
| 72 |
|
| 73 |
print(tokenizer.decode(outputs[0][inputs.shape[-1]:], skip_special_tokens=True))
|
| 74 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 72 |
|
| 73 |
print(tokenizer.decode(outputs[0][inputs.shape[-1]:], skip_special_tokens=True))
|
| 74 |
```
|
| 75 |
+
## Citation
|
| 76 |
+
|
| 77 |
+
**BibTeX:**
|
| 78 |
+
```bibtex
|
| 79 |
+
@misc{liu2025capturingclassicauthorialstyle,
|
| 80 |
+
title={Capturing Classic Authorial Style in Long-Form Story Generation with GRPO Fine-Tuning},
|
| 81 |
+
author={Jinlong Liu and Mohammed Bahja and Venelin Kovatchev and Mark Lee},
|
| 82 |
+
year={2025},
|
| 83 |
+
eprint={2512.05747},
|
| 84 |
+
archivePrefix={arXiv},
|
| 85 |
+
primaryClass={cs.CL},
|
| 86 |
+
url={https://arxiv.org/abs/2512.05747},
|
| 87 |
+
}
|