jknafou commited on
Commit
794acd9
·
verified ·
1 Parent(s): 4f38f3e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -7
README.md CHANGED
@@ -56,12 +56,13 @@ print(dataset[0])
56
  # Citation
57
  If you use this corpus, please cite:
58
  ```text
59
- @misc{knafou-transbert,
60
- author = {Knafou, Julien and Mottin, Luc and Ana\"{i}s, Mottaz and Alexandre, Flament and Ruch, Patrick},
61
- title = {TransBERT: A Framework for Synthetic Translation in Domain-Specific Language Modeling},
62
- year = {2025},
63
- note = {Submitted to EMNLP2025. Anonymous ACL submission available:},
64
- url = {https://transbert.s3.text-analytics.ch/TransBERT.pdf},
65
- }
 
66
  ```
67
 
 
56
  # Citation
57
  If you use this corpus, please cite:
58
  ```text
59
+ @inproceedings{
60
+ knafou2025transbert,
61
+ title={Trans{BERT}: A Framework for Synthetic Translation in Domain-Specific Language Modeling},
62
+ author={Julien Knafou and Luc Mottin and Ana{\"\i}s Mottaz and Alexandre Flament and Patrick Ruch},
63
+ booktitle={The 2025 Conference on Empirical Methods in Natural Language Processing},
64
+ year={2025},
65
+ url={https://transbert.s3.text-analytics.ch/TransBERT.pdf}
66
+ }
67
  ```
68