fcakyon commited on
Commit
61517f5
1 Parent(s): 03b0125

update citation

Browse files
Files changed (1) hide show
  1. README.md +8 -6
README.md CHANGED
@@ -33,11 +33,13 @@ generation_api = GenerationAPI('mt5-base-3task-highlight-tquad2')
33
 
34
  ## Citation 📜
35
  ```
36
- @article{akyon2021automated,
37
- title={Automated question generation and question answering from Turkish texts using text-to-text transformers},
38
- author={Akyon, Fatih Cagatay and Cavusoglu, Devrim and Cengiz, Cemil and Altinuc, Sinan Onur and Temizel, Alptekin},
39
- journal={arXiv preprint arXiv:2111.06476},
40
- year={2021}
 
 
41
  }
42
  ```
43
 
@@ -47,7 +49,7 @@ generation_api = GenerationAPI('mt5-base-3task-highlight-tquad2')
47
  **Downstream-task:** Extractive QA/QG, Answer Extraction
48
  **Training data:** TQuADv2-train
49
  **Code:** https://github.com/obss/turkish-question-generation
50
- **Paper:** https://arxiv.org/abs/2111.06476
51
 
52
  ## Hyperparameters
53
  ```
 
33
 
34
  ## Citation 📜
35
  ```
36
+ @article{akyon2022questgen,
37
+ author = {Akyon, Fatih Cagatay and Cavusoglu, Ali Devrim Ekin and Cengiz, Cemil and Altinuc, Sinan Onur and Temizel, Alptekin},
38
+ doi = {10.3906/elk-1300-0632.3914},
39
+ journal = {Turkish Journal of Electrical Engineering and Computer Sciences},
40
+ title = {{Automated question generation and question answering from Turkish texts}},
41
+ url = {https://journals.tubitak.gov.tr/elektrik/vol30/iss5/17/},
42
+ year = {2022}
43
  }
44
  ```
45
 
 
49
  **Downstream-task:** Extractive QA/QG, Answer Extraction
50
  **Training data:** TQuADv2-train
51
  **Code:** https://github.com/obss/turkish-question-generation
52
+ **Paper:** https://journals.tubitak.gov.tr/elektrik/vol30/iss5/17/
53
 
54
  ## Hyperparameters
55
  ```