kangxiaojiang commited on
Commit
89e09c9
Β·
verified Β·
1 Parent(s): 21eb7b0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -16
README.md CHANGED
@@ -15,26 +15,17 @@ size_categories:
15
  - 1K<n<10K
16
  ---
17
 
18
- πŸ₯ Dataset Summary
19
 
20
- The Global Clinical Trials Structured Intelligence dataset provides deeply parsed clinical trial records drawn proportionally across all development phases (Phase I through IV, plus observational studies), with enriched representation of early-phase trials. Moving beyond raw registry text, each record extracts critical parameters including study purpose, intervention arms, trial duration, and primary endpoints.
21
 
22
- An essential resource for Medical NLP models, clinical trial outcome prediction, and global R&D trend analysis.
23
 
24
- πŸš€ Key Features
 
 
 
25
 
26
- β€’
27
- Phase-Stratified Coverage: Records span all clinical phases with deliberate enrichment of early-phase (Phase I/II) trials.
28
-
29
- β€’
30
- Structural Trial Design: Details on arm_intervention_count, duration, and group_country_count.
31
-
32
- β€’
33
- Outcome & Validation Tracking: Tracks whether the trial has results (if_ct_result) and its validation status (if_validation).
34
-
35
- πŸ’» Quick Start & MCP Integration
36
-
37
- Query clinical trial intelligence dynamically with our Clinical Trials MCP Tool on GitHub.
38
 
39
  ## πŸ”— Resources
40
  - **Developer Portal**: [open.patsnap.com](https://open.patsnap.com)
 
15
  - 1K<n<10K
16
  ---
17
 
18
+ πŸ₯ **Dataset Summary**
19
 
20
+ Structured clinical trial records sourced from ClinicalTrials.gov. Each record extracts and normalizes key parameters including study purpose, intervention arms, trial conditions, and sponsor/collaborator relationships. Drug entities are enriched with multilingual name mappings (Chinese, English, Japanese).
21
 
22
+ **πŸš€ Key Features**
23
 
24
+ - **Structured Intervention Arms:** `arm_intervention` captures each trial arm's design group type, linked interventions, and single/multi-drug configuration.
25
+ - **Multilingual Drug Entities:** `experimental_drug` provides normalized drug names in CN/EN/JP for cross-lingual applications.
26
+ - **Condition & Sponsor Mapping:** `f_condition` tags diseases/conditions; `sponsor` and `collaborator` map the organizational network behind each trial.
27
+ - **Registry Linkage:** Full ClinicalTrials.gov URL and secondary IDs (NIH grant numbers, org study IDs, acronyms) for traceability.
28
 
 
 
 
 
 
 
 
 
 
 
 
 
29
 
30
  ## πŸ”— Resources
31
  - **Developer Portal**: [open.patsnap.com](https://open.patsnap.com)