Update Arxiv to ACL citation

#2
by MiriUll - opened
Files changed (1) hide show
  1. README.md +12 -9
README.md CHANGED
@@ -42,12 +42,15 @@ decoder_tokenizer.batch_decode(outputs)
42
  ```
43
 
44
  ## Citation
45
- If you use our mode, please cite:
46
- @misc{anschütz2023language,
47
-   title={Language Models for German Text Simplification: Overcoming Parallel Data Scarcity through Style-specific Pre-training},
48
-   author={Miriam Anschütz and Joshua Oehms and Thomas Wimmer and Bartłomiej Jezierski and Georg Groh},
49
-   year={2023},
50
-   eprint={2305.12908},
51
-   archivePrefix={arXiv},
52
-   primaryClass={cs.CL}
53
- }
 
 
 
 
42
  ```
43
 
44
  ## Citation
45
+ If you use our mode, please cite:
46
+ @inproceedings{anschutz-etal-2023-language,
47
+   title = "Language Models for {G}erman Text Simplification: Overcoming Parallel Data Scarcity through Style-specific Pre-training",
48
+   author = {Ansch{\"u}tz, Miriam and Oehms, Joshua and Wimmer, Thomas and Jezierski, Bart{\l}omiej and Groh, Georg},
49
+   booktitle = "Findings of the Association for Computational Linguistics: ACL 2023",
50
+   month = jul,
51
+   year = "2023",
52
+   address = "Toronto, Canada",
53
+   publisher = "Association for Computational Linguistics",
54
+   url = "https://aclanthology.org/2023.findings-acl.74",
55
+   pages = "1147--1158",
56
+ }