kkl4 commited on
Commit
f1020ba
·
verified ·
1 Parent(s): ee4fd5d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -1
README.md CHANGED
@@ -21,4 +21,19 @@ configs:
21
  - AnesCorpus_zh-*.parquet
22
  ---
23
 
24
- The AnesBench Datasets Collection comprises three distinct datasets: AnesBench, an anesthesiology reasoning benchmark; AnesQA, an SFT dataset; and AnesCorpus, a continual pre-training dataset. This repository pertains to AnesCorpus. For AnesBench and AnesQA, please refer to their respective links: https://huggingface.co/datasets/MiliLab/AnesBench and https://huggingface.co/datasets/MiliLab/AnesQA.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
21
  - AnesCorpus_zh-*.parquet
22
  ---
23
 
24
+ The AnesBench Datasets Collection comprises three distinct datasets: AnesBench, an anesthesiology reasoning benchmark; AnesQA, an SFT dataset; and AnesCorpus, a continual pre-training dataset. This repository pertains to AnesCorpus. For AnesBench and AnesQA, please refer to their respective links: https://huggingface.co/datasets/MiliLab/AnesBench and https://huggingface.co/datasets/MiliLab/AnesQA.
25
+
26
+
27
+ ### AnesCorpus
28
+
29
+ **AnesCorpus** is a large-scale, domain-specific corpus constructed for **Continuous Pre-training (CPT)** in the field of anesthesiology. It is built from two primary sources:
30
+
31
+ - **Domain-specific filtering** from large-scale corpora such as [FineWeb](https://huggingface.co/datasets/HuggingFaceFW/fineweb), using keyword-based heuristics.
32
+ - **PubMed research articles** related to anesthesiology, processed through rigorous cleaning and formatting to ensure high relevance and quality.
33
+
34
+ | Language | Rows | Tokens |
35
+ |----------|---------|----------|
36
+ | English | ~1.59M | ~3B |
37
+ | Chinese | ~593K | ~0.2B |
38
+
39
+ This curated dataset provides a rich foundation for pretraining language models to understand anesthesiology-related concepts, terminology, and clinical context.