File size: 2,952 Bytes
29a1392
 
 
 
 
cd1b49a
 
 
 
 
 
 
 
 
29a1392
dcd5ef4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
b34c6cf
 
 
 
 
 
dcd5ef4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
cd1b49a
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
---
license: apache-2.0
language:
- ar
pretty_name: s
task_categories:
- question-answering
- text-classification
- text-generation
- zero-shot-classification
tags:
- medical
size_categories:
- 10K<n<100K
---
# Shifaa Arabic Medical Consultations ๐Ÿฅ๐Ÿ“Š  

![Shifaa Logo](Shifaa.png)  

## Overview ๐ŸŒ  

Shifaa is **revolutionizing Arabic medical AI** by addressing the **critical gap** in Arabic medical datasets. Our first contribution is the **Shifaa Arabic Medical Consultations** dataset, a comprehensive collection of **84,422** real-world medical consultations covering **16 Main Specializations** and **585 Hierarchical Diagnoses**.  

๐Ÿ” **Why is this dataset important?**  
- **First large-scale Arabic medical dataset** for AI applications.  
- **Highly structured and clean** โ€“ no missing values, duplicates, or unnecessary columns.  
- **Hierarchical categorization** of medical specialties for better **NLP and AI training**.  
- **Detailed responses** (273 words on average) provide **deep medical insights**.  

## Dataset Details ๐Ÿ“‘  

- **Number of consultations:** `84,422`  
- **Main Specializations:** `16`  
- **Hierarchical Diagnoses:** `585`  
- **Average answer length:** `273 words`  
- **Languages:** `Arabic`  

### Data Distribution ๐Ÿ“Š  

![Dataset Distribution](path_to_data_distribution.png)  

The dataset covers a **wide range of medical fields**, making it suitable for various AI-driven applications such as:  
โœ… **Medical Chatbots** ๐Ÿค–  
โœ… **Predictive Models** ๐Ÿ”ฎ  
โœ… **AI-powered Recommendation Systems** ๐Ÿฅ  
โœ… **Arabic Medical NLP Research** ๐Ÿ“–  

### Data Hierarchy ๐ŸŒ  

Our dataset follows a **hierarchical structure** to enhance precision and usability. Example for **Obstetrics and Gynecology**:  

![Obstetrics and Gynecology Hierarchy](path_to_obstetrics_hierarchy.png)  


### Word Cloud ๐ŸŒŸ  

![Word Cloud](path_to_wordcloud.png)  

This **word cloud** visualizes the most frequently used words in **questions and answers related to muscle diseases**.

## Data Source ๐Ÿ”—

The dataset was collected from the [Islam Web](https://www.islamweb.net/) website using web-scraping tools.


## Preprocessing & Cleaning ๐Ÿ› ๏ธ  

โœ” **Removed duplicates and null values**  
โœ” **Corrected corrupted data**  
โœ” **Standardized hierarchical categories for consistency**  
โœ” **Eliminated hidden spaces and excess words**  

## Usage & Applications ๐Ÿš€  

Shifaa Arabic Medical Consultations is **designed for AI and NLP applications**, making it ideal for:  

- **Medical Question Answering Systems**  
- **Arabic Medical Chatbots**  
- **AI-powered Medical Assistants**  
- **Healthcare Research & AI-driven Text Analysis**  

## How to Use ๐Ÿ“ฅ  

Download the dataset from **Hugging Face** and start building your **Arabic medical AI applications**!  

```python
from datasets import load_dataset

dataset = load_dataset("Ahmed-Selem/Shifaa_Arabic_Medical_Consultations")