Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -56,12 +56,13 @@ print(dataset[0])
|
|
56 |
# Citation
|
57 |
If you use this corpus, please cite:
|
58 |
```text
|
59 |
-
@
|
60 |
-
|
61 |
-
|
62 |
-
|
63 |
-
|
64 |
-
|
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 |
|