Update README.md
Browse files
README.md
CHANGED
@@ -62,14 +62,16 @@ df = pd.read_json("hf://datasets/incidelen/MedTurkQuAD/" + splits["train"])
|
|
62 |
If you use this dataset, please cite the following paper:
|
63 |
|
64 |
```
|
65 |
-
@
|
66 |
-
|
67 |
-
|
68 |
-
|
69 |
-
pages={1--4},
|
70 |
year={2024},
|
71 |
-
|
72 |
-
}
|
|
|
|
|
|
|
73 |
```
|
74 |
---
|
75 |
## Acknowledgments
|
|
|
62 |
If you use this dataset, please cite the following paper:
|
63 |
|
64 |
```
|
65 |
+
@INPROCEEDINGS{10711128,
|
66 |
+
author={İncidelen, Mert and Aydoğan, Murat},
|
67 |
+
booktitle={2024 8th International Artificial Intelligence and Data Processing Symposium (IDAP)},
|
68 |
+
title={Developing Question-Answering Models in Low-Resource Languages: A Case Study on Turkish Medical Texts Using Transformer-Based Approaches},
|
|
|
69 |
year={2024},
|
70 |
+
volume={},
|
71 |
+
number={},
|
72 |
+
pages={1-4},
|
73 |
+
keywords={Training;Adaptation models;Natural languages;Focusing;Encyclopedias;Transformers;Data models;Internet;Online services;Text processing;Natural Language Processing;Medical Domain;BERTurk;Question-Answering},
|
74 |
+
doi={10.1109/IDAP64064.2024.10711128}}
|
75 |
```
|
76 |
---
|
77 |
## Acknowledgments
|