Amir13 commited on
Commit
5919035
1 Parent(s): ffeb4f5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -0
README.md CHANGED
@@ -101,3 +101,19 @@ The following hyperparameters were used during training:
101
  - Pytorch 1.13.1+cu116
102
  - Datasets 2.9.0
103
  - Tokenizers 0.13.2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
101
  - Pytorch 1.13.1+cu116
102
  - Datasets 2.9.0
103
  - Tokenizers 0.13.2
104
+
105
+ ### Citation
106
+ If you used the datasets and models in this repository, please cite it.
107
+
108
+ ```bibtex
109
+ @misc{https://doi.org/10.48550/arxiv.2302.09611,
110
+ doi = {10.48550/ARXIV.2302.09611},
111
+ url = {https://arxiv.org/abs/2302.09611},
112
+ author = {Sartipi, Amir and Fatemi, Afsaneh},
113
+ keywords = {Computation and Language (cs.CL), Artificial Intelligence (cs.AI), FOS: Computer and information sciences, FOS: Computer and information sciences},
114
+ title = {Exploring the Potential of Machine Translation for Generating Named Entity Datasets: A Case Study between Persian and English},
115
+ publisher = {arXiv},
116
+ year = {2023},
117
+ copyright = {arXiv.org perpetual, non-exclusive license}
118
+ }
119
+ ```