cive202 commited on
Commit
c74c28e
·
verified ·
1 Parent(s): b955050

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -5
README.md CHANGED
@@ -38,11 +38,14 @@ Fine-tuned **BART-large** (`facebook/bart-large`) for **AI → Human rewriting**
38
  ### Citation
39
 
40
  ```bibtex
41
- @article{paneru2026rewriting,
42
- title={Rewriting the Machine: Encoder-Decoder vs. Decoder-Only Transformers for AI-to-Human Text Style Transfer},
43
- author={Paneru, Utsav and others},
44
- journal={arXiv preprint arXiv:2604.11687},
45
- year={2026}
 
 
 
46
  }
47
  ```
48
 
 
38
  ### Citation
39
 
40
  ```bibtex
41
+ @misc{paneru2026makesoundlikehuman,
42
+ title={Please Make it Sound like Human: Encoder-Decoder vs. Decoder-Only Transformers for AI-to-Human Text Style Transfer},
43
+ author={Utsav Paneru},
44
+ year={2026},
45
+ eprint={2604.11687},
46
+ archivePrefix={arXiv},
47
+ primaryClass={cs.CL},
48
+ url={https://arxiv.org/abs/2604.11687},
49
  }
50
  ```
51