humain-ai/IEN_MCQ
收藏Hugging Face2025-10-16 更新2026-02-07 收录
下载链接:
https://hf-mirror.com/datasets/humain-ai/IEN_MCQ
下载链接
链接失效反馈官方服务:
资源简介:
---
dataset_info:
features:
- name: Question
dtype: string
- name: Choices
sequence: string
- name: Answer
dtype: string
- name: idx
dtype: int32
- name: Subject
dtype: string
- name: Stage
dtype: string
- name: Grade
dtype: string
- name: DifficultyFactor
dtype: string
- name: domain
dtype: string
splits:
- name: test
num_bytes: 3709468
num_examples: 9990
- name: validation
num_bytes: 71002
num_examples: 190
download_size: 1122475
dataset_size: 3780470
configs:
- config_name: default
data_files:
- split: test
path: data/test-*
- split: validation
path: data/validation-*
task_categories:
- multiple-choice
language:
- ar
pretty_name: IEN MCQ
size_categories:
- 1K<n<10K
---
## 🗂️ Dataset: IEN MCQ
#### 📋 **Description:**
In addition to IEN_TF, the selection includes 9,990 multiple-choice questions (MCQs), also drawn from the IEN platform. These questions span a wide range of educational content and were curated to support comprehensive assessment across diverse academic areas.
🌐 **Language(s)**: *Arabic* **|** 🧠 **Task Category**: *Multiple Choice Questions*
<!-- | 🌐 Language(s)| 🧠 Task Category | Reference |
| ------------- | ------------------------- | ------------------------------- |
| Arabic | Multiple Choice Questions | **{{paper_title & Reference}}** | -->
#### 🔗 Hugging Face Usage Example
```python
from datasets import load_dataset
dataset = load_dataset("humain-ai/IEN_MCQ")
```
#### 📄 **Reference:**
[{{paper_title & Reference}}](https://www.example.com)
提供机构:
humain-ai



