File size: 2,451 Bytes
9199a8c
 
 
e5d6270
 
9199a8c
e5d6270
9199a8c
e5d6270
9199a8c
 
 
e5d6270
 
 
 
 
3717618
e5d6270
 
 
 
 
 
 
 
ecfed46
 
 
 
d3ebcbc
 
3717618
e5d6270
 
040f162
 
 
7ac0e76
 
e5d6270
040f162
3717618
e5d6270
 
040f162
e5d6270
507775a
e5d6270
 
 
 
8d745f2
e5d6270
 
 
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
---
license: afl-3.0
language:
- en
- zh
metrics:
- accuracy
base_model:
- deepseek-ai/DeepSeek-R1-Distill-Llama-70B
pipeline_tag: text-generation
library_name: transformers
tags:
- medical
- deepseek-r1
- health
- ehr
- reasoning

# 核心配置:开启门控
# gated: true

# (可选)申请表单上方的提示语
# extra_gated_heading: "Access Request"
# extra_gated_description: "Please provide your organization and intended use."

# (核心)自定义问卷字段
#extra_gated_fields:
#  Affiliation: text          # 单位/机构(文本框,满足你的需求)
#  Research Purpose: text     # 研究用途(文本框)
#  Country: text              # 国家(文本框)
---

<div align="center">
  <h1>🧬 RareSeek-R1</h1>
  <h3>A Specialized Language Model for Rare Disease Diagnosis and Clinical Reasoning</h3>
</div>

<p align="center">
  <img src="https://img.shields.io/badge/Language-English%20%7C%20Chinese-blue"> <img src="https://img.shields.io/badge/Task-Clinical_Reasoning-brightgreen">
  <a href="https://huggingface.co/deepseek-ai/DeepSeek-R1-Distill-Llama-70B"> <img src="https://img.shields.io/badge/Base_Model-DeepSeek--R1--Distill--Llama--70B-orange"></a>
  <a href="https://opensource.org/licenses/AFL-3.0"><img src="https://img.shields.io/badge/License-AFL--3.0-gray"></a>
</p>

## 📖 Model Overview
**RareSeek-R1** is a domain-specialized large language model tailored for rare-disease diagnostic reasoning, developed through a Progressive Parameter-Efficient Transfer Learning framework. 

The model is first instruction-tuned on the clinically grounded **RareMed-Corpus**, a large, multi-source dataset deeply integrated from medical textbooks, guidelines, biomedical literature, and real-world EHR (Electronic Health Record) narratives. It is subsequently fine-tuned on **RareMed-CoT**, a high-fidelity corpus designed to instill explicit, stepwise clinical reasoning that aligns with real-world diagnostic workflows.

<p align="center">
  <img src="https://github.com/mulinlab/RareSeek-R1/raw/main/RareSeek-R1.png" alt="Figure 1: Overall framework and pipeline of RareSeek-R1." width="800">
  <em>Figure 1: Overall framework and pipeline of RareSeek-R1.</em>
</p>

## 🗄️ Dataset & Resources
📚 **RareMedData**: Access the comprehensive medical dataset used for training here:  
👉 [https://huggingface.co/datasets/TaoMedAI/RareMedData](https://huggingface.co/datasets/TaoMedAI/RareMedData)