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