🇹🇷 MedBERTurkQA - Turkish Medical Question-Answering Model

This model is a fine-tuned version of BERTurk 32k on the MedTurkQuAD, a dataset specifically designed for question-answering (QA) tasks in the medical domain in Turkish. For more details about the dataset, methodology, and experiments, you can refer to the corresponding research paper.


Citation

If you use this model in your research or application, please cite the following paper:

@INPROCEEDINGS{10711128,
  author={İncidelen, Mert and Aydoğan, Murat},
  booktitle={2024 8th International Artificial Intelligence and Data Processing Symposium (IDAP)}, 
  title={Developing Question-Answering Models in Low-Resource Languages: A Case Study on Turkish Medical Texts Using Transformer-Based Approaches}, 
  year={2024},
  volume={},
  number={},
  pages={1-4},
  keywords={Training;Adaptation models;Natural languages;Focusing;Encyclopedias;Transformers;Data models;Internet;Online services;Text processing;Natural Language Processing;Medical Domain;BERTurk;Question-Answering},
  doi={10.1109/IDAP64064.2024.10711128}}
}

How to Use

You can use the model directly with 🤗 Transformers:

from transformers import pipeline

qa = pipeline(
    "question-answering",
    model="incidelen/bert-base-turkish-cased-medical-qa"
)

context = "Migren, genellikle başın bir tarafında ağrıya neden olan bir baş ağrısı türüdür. Stres, hormonal değişiklikler, uykusuzluk, açlık ve bazı yiyecekler migreni tetikleyebilir. Migren atağı sırasında mide bulantısı, kusma ve ışığa hassasiyet görülebilir."
question = "Migreni hangi faktörler tetikleyebilir?"

result = qa(question=question, context=context)

print("Soru:", question)
print("Cevap:", result['answer'])

Evaluation Results

Exact Match (%) F1 Score (%)
51.097 74.148

Acknowledgments

Special thanks to maydogan for their contributions and support.


Downloads last month
29
Safetensors
Model size
110M params
Tensor type
F32
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for incidelen/bert-base-turkish-cased-medical-qa

Finetuned
(209)
this model

Dataset used to train incidelen/bert-base-turkish-cased-medical-qa

Collection including incidelen/bert-base-turkish-cased-medical-qa