Medi-Science
收藏魔搭社区2025-11-27 更新2025-02-01 收录
下载链接:
https://modelscope.cn/datasets/prithivMLmods/Medi-Science
下载链接
链接失效反馈官方服务:
资源简介:
# Medi-Science Dataset
The **Medi-Science** dataset is a comprehensive collection of medical Q&A data designed for text generation, question answering, and summarization tasks in the healthcare domain.
## Dataset Overview
- **Name**: Medi-Science
- **License**: Apache-2.0
- **Languages**: English
- **Tags**: Medical, Medicine, Anomaly, Biology, Medi-Science
- **Number of Rows**: 16,412
- **Dataset Size**:
- Downloaded: 22.7 MB
- Auto-converted Parquet: 8.94 MB
## Dataset Structure
The dataset contains the following columns:
| Column | Type | Description |
|--------------|--------|-----------------------------------------------------------------------------------------------|
| `problem` | String | The medical-related question or problem statement. |
| `explanation`| String | A detailed explanation or answer to the problem/question. |
| `type` | String | The category or type of medical issue (e.g., Glaucoma). |
### Example Rows
| Problem | Explanation | Type |
|-------------------------------------|------------------------------------------------------------------------------------------------------------------------|-----------|
| What is (are) Glaucoma? | Glaucoma is a group of diseases that can damage the eye's optic nerve and result in vision loss and blindness. | Glaucoma |
| What causes Glaucoma? | Nearly 2.7 million people have glaucoma, a leading cause of blindness in the United States. | Glaucoma |
| What are the symptoms of Glaucoma? | Symptoms of glaucoma can develop in one or both eyes. The most common type of glaucoma is open-angle glaucoma. | Glaucoma |
| What are the treatments for Glaucoma?| Although open-angle glaucoma cannot be cured, it can usually be controlled. | Glaucoma |
## Applications
This dataset is ideal for tasks such as:
- Training models for medical question answering.
- Developing summarization models for medical explanations.
- Building intelligent systems for healthcare support.
## Usage
To use this dataset, you can load it directly with the Hugging Face Datasets library:
```python
from datasets import load_dataset
dataset = load_dataset("prithivMLmods/Medi-Science")
```
# 医学科学(Medi-Science)数据集
本**医学科学(Medi-Science)**数据集是一款面向医疗领域的完备问答数据合集,可用于支撑文本生成、医疗问答及摘要生成三类核心任务。
## 数据集概览
- **名称**:Medi-Science
- **授权协议**:Apache-2.0
- **语言**:英语
- **标签**:医疗、医学、异常、生物学、Medi-Science
- **数据条目数**:16412条
- **数据集大小**:
- 原始下载包:22.7 MB
- 自动转换为Parquet格式后:8.94 MB
## 数据集结构
本数据集包含以下字段:
| 字段名 | 数据类型 | 说明 |
|--------------|----------|------------------------------------------------------------------------------------------------|
| `problem` | 字符串 | 与医疗相关的问题或问题陈述。 |
| `explanation`| 字符串 | 针对上述问题的详细解释或答案。 |
| `type` | 字符串 | 医疗问题的所属类别或类型(例如:青光眼(Glaucoma))。 |
### 数据示例
| 问题 | 解释说明 | 类别 |
|---------------------------------------|------------------------------------------------------------------------------------------------------------------------|-----------|
| 什么是青光眼(Glaucoma)? | 青光眼是一类可损伤眼部视神经,并最终导致视力丧失乃至失明的疾病群。 | Glaucoma |
| 青光眼的致病原因是什么? | 美国境内约有270万人罹患青光眼,该病是该国致盲的主要诱因之一。 | Glaucoma |
| 青光眼有哪些症状? | 青光眼的症状可单眼或双眼发作,临床最常见的类型为开角型青光眼。 | Glaucoma |
| 青光眼的治疗手段有哪些?| 尽管开角型青光眼无法被彻底治愈,但通常可通过干预手段实现病情控制。 | Glaucoma |
## 应用场景
本数据集适用于如下任务:
- 训练医疗领域问答模型
- 开发面向医疗解释文本的摘要生成模型
- 搭建面向医疗辅助的智能系统
## 使用方式
可通过Hugging Face Datasets库直接加载该数据集:
python
from datasets import load_dataset
dataset = load_dataset("prithivMLmods/Medi-Science")
提供机构:
maas
创建时间:
2025-01-27



