Commit
·
05dc8d3
1
Parent(s):
df344e8
Update README.md
Browse files
README.md
CHANGED
@@ -9,4 +9,17 @@ datasets:
|
|
9 |
tags:
|
10 |
- classification
|
11 |
- medical
|
12 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
tags:
|
10 |
- classification
|
11 |
- medical
|
12 |
+
---
|
13 |
+
|
14 |
+
# Azerbaijani Medical Forum Question Classification
|
15 |
+
|
16 |
+
With the rapid increase of the internet, patients are increasingly use it for health information and support. However, given the large number of queries, and limited number of experts as well as not knowing which doctor to tell your complaint to, a significant fraction of the questions remains unanswered. Also, when patients apply online to the hospital, automatic direction to the appropriate doctor according to their disease is very important.
|
17 |
+
|
18 |
+
Automatic question classifiers can overcome this issue by directing questions to specific experts according to their topic preferences to get quick and better responses.
|
19 |
+
In this project, I aim to classify Azerbaijani health forum questions with BERT multilingual base model (uncased). BERT is a transformers model pretrained on a large corpus of multilingual data in a self-supervised fashion.
|
20 |
+
|
21 |
+
For medical question classification, it requires high-quality datasets to train a deep-learning approach in a supervised way. Currently, there is no public dataset for Azerbaijani medical classification, and the datasets of other fields are not applicable to the medical QA system. To solve this problem, I scraped a m.tibb.az website using Python where 27k questions in 19 medical branch have been asked by users and answered by medical experts.
|
22 |
+
I will also provide dataset which can be used in Azerbaijani medical QA and related fields.
|
23 |
+
|
24 |
+
# How to use
|
25 |
+
|