File size: 2,310 Bytes
2a52bde 61d85c7 2a52bde 61d85c7 |
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 |
---
dataset_info:
features:
- name: query
dtype: string
- name: answer
dtype: string
splits:
- name: train
num_bytes: 91841599
num_examples: 100231
download_size: 47254120
dataset_size: 91841599
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
license: apache-2.0
language:
- ar
tags:
- nq
- arabic
- natural-questions
pretty_name: Arabic Natural Questions
size_categories:
- 10K<n<100K
---
# Arabic Natural Questions Dataset
This dataset is an Arabic-translated version of the original [Natural Questions](https://huggingface.co/datasets/sentence-transformers/natural-questions) dataset by sentence-transformers. It contains question-answer pairs and is suitable for use with Sentence Transformers and other models requiring semantic understanding of Arabic question-answer pairs.
The dataset is designed for training and evaluating embedding models on question-answer retrieval tasks in Arabic.
---
## 📂 Dataset Subsets
### `pair` Subset
- **Columns**: `"question"`, `"answer"`
- **Types**: `str`, `str`
### 📌 Example
```python
{
'query': 'ما هي الوحدة الدولية لقياس شدة المجال الكهربائي؟',
'answer': 'المجال الكهربائي هو حقل يحيط بالشحنات الكهربائية، ويُمثل القوة التي تؤثر بها شحنة على شحنة أخرى. يُعبر عن شدة المجال الكهربائي في النظام الدولي بوحدتين: نيوتن لكل كولوم (N/C)، أو فولت لكل متر (V/m). يتم إنشاء المجالات الكهربائية بواسطة الشحنات الكهربائية أو التغيرات في المجالات المغناطيسية. للمجالات الكهربائية دور مهم في الفيزياء وتُستخدم عملياً في التكنولوجيا الكهربائية. على المستوى الذري، يُعد المجال الكهربائي مسؤولاً عن التجاذب بين نواة الذرة والإلكترونات، وهو ما يساهم في ترابط الذرات وتكوين الروابط الكيميائية.',
}
```
### Source
This dataset is based on the Natural Questions corpus and translated into Arabic for educational and research use. |