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 ๐ฅ๐

## 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 ๐

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**:

### Word Cloud ๐

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") |