WitnessDataFactory/rare_disease-1k
收藏资源简介:
--- license: cc-by-4.0 task_categories: - text-classification - token-classification - question-answering language: - en tags: - medical - healthcare - synthetic-data - nlp - rare_disease - clinical-ai - hipaa-compliant - medical-nlp - healthcare-ai - electronic-health-records - labeled-data pretty_name: Rare Disease Medical Dataset (1K Free Sample) size_categories: - 1K<n<10K --- # Rare Disease Medical Dataset — 1,000 Record Free Sample > **Enterprise-grade synthetic medical data. Zero PHI. 100% HIPAA-compliant.** [](https://creativecommons.org/licenses/by/4.0/) [](https://https://witness-data-factory.onrender.com) [](https://https://witness-data-factory.onrender.com) --- ## Quality Metrics | Metric | Score | Industry Benchmark | |--------|-------|---------------------| | **Trinity Consensus Score (TAS)** | 98.0% | 85-92% typical | | **Inter-Annotator Agreement** | 0.97 | 0.75-0.85 typical | | **Macro F1** | 0.97 | 0.80-0.90 typical | | **PHI Present** | None | -- | | **Generation Method** | 3-LLM Trinity Ensemble | Single model typical | --- ## What's Included (Free) - **1,000 clinically-structured synthetic rare disease records** - Full label taxonomy with confidence scores per record - Trinity consensus scores per record (filter by your own threshold) - Structured Parquet format (load with Hugging Face `datasets` in one line) - Zero PHI -- safe for unrestricted research and commercial use --- ## Quick Start ```python from datasets import load_dataset # Load free 1K sample ds = load_dataset("WitnessDataFactory/rare_disease-1k", split="train") print(ds[0]) # Filter by quality gate high_quality = ds.filter(lambda x: x["consensus_score"] >= 0.97) print(f"Records passing 97% gate: {len(high_quality)}") # Export to pandas df = ds.to_pandas() df.to_csv("rare_disease_sample.csv", index=False) ``` --- ## Dataset Schema ```json { "record_id": "uuid-v4", "domain": "rare_disease", "category": "Specific clinical subcategory", "note_type": "Clinical note type", "patient_age": 42, "patient_gender": "Female", "primary_label": "diagnosis", "labels": { "primary": "diagnosis", "category": "Subcategory name", "confidence": 0.972 }, "consensus_score": 0.972, "inter_annotator_agreement": 0.941, "macro_f1": 0.963, "model_scores": { "llama3.3": 0.975, "mistral": 0.968, "qwen2.5": 0.972 }, "passes_quality_gate": true, "generation_method": "Trinity_Ensemble_v2", "phi_present": false, "hipaa_compliant": true } ``` --- ## Upgrade to Production Scale This 1K sample is your **proof-of-concept dataset**. When you're ready to train production models: | Tier | Records | Price | Per-Record | Best For | Buy | |------|---------|-------|------------|----------|-----| | **Starter** | 10,000 | **$1,999** | $0.20 | Pilot deployment, MVP | [Buy Now](https://witness-data-factory.onrender.com/pay/rare_disease-10k) | | **Production** | 50,000 | **$7,999** | $0.16 | Model training, Series C+ | [Buy Now](https://witness-data-factory.onrender.com/pay/rare_disease-50k) | | **Enterprise** | 250,000 | **$29,999** | $0.12 | FDA-track, clinical AI | [Buy Now](https://witness-data-factory.onrender.com/pay/rare_disease-250k) | | **Strategic** | 1,000,000 | **$99,999** | $0.10 | Multi-year partnerships | [Contact Sales](mailto:WitnessDataFactory@gmail.com) | ### Multi-Domain Bundles | Bundle | Contents | Price | Discount | |--------|----------|-------|---------| | **3-Domain Bundle** | 50K x 3 domains of choice | **$19,999** | 17% off | | **Complete Collection** | 50K x all 9 specialties | **$49,999** | 22% off | [View All Bundles](https://witness-data-factory.onrender.com/pay/complete-collection-9x50k) > **Delivery:** Instant checkout -> Full dataset delivered within 24 hours. --- ## Why WITNESS DATA FACTORY? ### Speed Your research timeline shouldn't wait 3-6 months for custom data generation. Production datasets delivered in **under 24 hours** from purchase. ### Quality - **98.0% Trinity consensus** vs. 85-92% industry standard - 3-LLM ensemble eliminates single-model hallucination bias - Every record validated through Trinity quality gates before delivery - Documented, reproducible QA certificate included with every order ### Scale - Proven on **100M+ record PostgreSQL infrastructure** - Billion-record architecture ready for enterprise contracts - 9 medical domains, 4 volume tiers, instant zero-touch fulfillment ### Compliance - **Zero PHI** -- 100% synthetic, no de-identification liability - HIPAA-compliant by architecture (no real patient data ever ingested) - No IRB required -- fully synthetic generation pipeline - Commercial use permitted under CC BY 4.0 (sample tier) --- ## Citation ```bibtex @dataset{witness_data_factory_rare_disease_2026, title = {Rare Disease Synthetic Medical Dataset}, author = {WITNESS DATA FACTORY}, year = {2026}, publisher = {HuggingFace}, url = {https://huggingface.co/datasets/WitnessDataFactory/rare_disease-1k} } ``` --- ## Contact | Channel | Address | |---------|---------| | Sales and Licensing | [WitnessDataFactory@gmail.com](mailto:WitnessDataFactory@gmail.com) | | Technical Support | [WitnessDataFactory@gmail.com](mailto:WitnessDataFactory@gmail.com) | | All Datasets | [huggingface.co/WitnessDataFactory](https://huggingface.co/WitnessDataFactory) | | Store | [witness-data-factory.onrender.com](https://witness-data-factory.onrender.com) | --- *Powered by **WITNESS DATA FACTORY** -- Enterprise Synthetic Medical Data at Scale* *Trinity Ensemble Pipeline v3.2.1 | Zero PHI | Zero-Touch Fulfillment*
许可协议:cc-by-4.0 任务类别: - 文本分类 - Token分类 - 问答 语言: - 英语 标签: - 医疗 - 医疗保健 - 合成数据 - 自然语言处理(NLP) - 罕见病 - 临床AI - 符合HIPAA标准 - 医疗NLP - 医疗AI - 电子健康档案 - 标注数据 友好名称:罕见病医疗数据集(1K免费样本) 规模分类:1K<n<10K # 罕见病医疗数据集——1000条免费样本 > **企业级合成医疗数据。无受保护健康信息(Protected Health Information, PHI)。100%符合HIPAA标准。** [](https://creativecommons.org/licenses/by/4.0/) [](https://https://witness-data-factory.onrender.com) [](https://https://witness-data-factory.onrender.com) --- ## 质量指标 | 指标 | 得分 | 行业基准 | |--------|-------|---------------------| | **Trinity共识得分(TAS)** | 98.0% | 行业典型值:85%-92% | | **标注者间一致性** | 0.97 | 行业典型值:0.75-0.85 | | **宏F1值** | 0.97 | 行业典型值:0.80-0.90 | | **是否含PHI** | 无 | -- | | **生成方法** | 3个大语言模型(Large Language Model, LLM)Trinity集成 | 行业典型:单模型 | --- ## 免费包含内容 - **1000条临床结构化合成罕见病记录** - 每条记录附带完整标注分类体系及置信度得分 - 每条记录的Trinity共识得分(可自定义阈值进行筛选) - 结构化Parquet格式(可通过Hugging Face `datasets`库一行代码加载) - 无受保护健康信息(PHI)——可用于无限制的研究与商业用途 --- ## 快速入门 python from datasets import load_dataset # 加载免费1000条样本数据集 ds = load_dataset("WitnessDataFactory/rare_disease-1k", split="train") print(ds[0]) # 按质量门槛筛选高质量样本 high_quality = ds.filter(lambda x: x["consensus_score"] >= 0.97) print(f"通过97%质量门槛的记录数:{len(high_quality)}") # 导出为Pandas数据框 df = ds.to_pandas() df.to_csv("rare_disease_sample.csv", index=False) --- ## 数据集架构 json { "record_id": "uuid-v4", "domain": "罕见病", "category": "特定临床子类别", "note_type": "临床记录类型", "patient_age": 42, "patient_gender": "女性", "primary_label": "诊断", "labels": { "primary": "诊断", "category": "子类别名称", "confidence": 0.972 }, "consensus_score": 0.972, "inter_annotator_agreement": 0.941, "macro_f1": 0.963, "model_scores": { "llama3.3": 0.975, "mistral": 0.968, "qwen2.5": 0.972 }, "passes_quality_gate": true, "generation_method": "Trinity_Ensemble_v2", "phi_present": false, "hipaa_compliant": true } --- ## 升级至生产级规模 此1000条样本为**概念验证数据集**。当你准备训练生产级模型时: | 层级 | 记录数 | 价格 | 单条成本 | 适用场景 | 购买链接 | |------|---------|-------|------------|----------|-----| | **入门级** | 10,000 | **$1,999** | $0.20 | 试点部署、最小可行产品(MVP) | [立即购买](https://witness-data-factory.onrender.com/pay/rare_disease-10k) | | **生产级** | 50,000 | **$7,999** | $0.16 | 模型训练、C轮及以上融资阶段 | [立即购买](https://witness-data-factory.onrender.com/pay/rare_disease-50k) | | **企业级** | 250,000 | **$29,999** | $0.12 | FDA追踪项目、临床AI研发 | [立即购买](https://witness-data-factory.onrender.com/pay/rare_disease-250k) | | **战略级** | 1,000,000 | **$99,999** | $0.10 | 长期战略合作 | [联系销售](mailto:WitnessDataFactory@gmail.com) | ### 多领域套餐 | 套餐名称 | 内容 | 价格 | 折扣力度 | |--------|----------|-------|---------| | **三领域套餐** | 5万条 × 自选3个医疗领域 | **$19,999** | 享17%折扣 | | **全品类合集** | 5万条 × 全部9个专科领域 | **$49,999** | 享22%折扣 | [查看全部套餐](https://witness-data-factory.onrender.com/pay/complete-collection-9x50k) > **交付方式**:下单即时结算 → 完整数据集将在24小时内完成交付。 --- ## 为何选择WITNESS DATA FACTORY? ### 速度 你的研究进度不应因自定义数据生成等待3-6个月。生产级数据集可在**购买后24小时内**完成交付。 ### 质量 - **98.0%的Trinity共识得分**,远超行业标准的85%-92% - 采用3个大语言模型(LLM)集成架构,消除单模型幻觉偏差 - 每条记录在交付前均通过Trinity质量门槛验证 - 每份订单均附带可溯源、可复现的质量保证证书 ### 规模 - 已在**1亿+条记录的PostgreSQL基础设施**上验证,支持十亿级记录的企业级架构 - 覆盖9个医疗领域、4个容量层级,实现零接触即时交付 ### 合规性 - **无受保护健康信息(PHI)**——100%合成数据,无去标识化法律责任 - 架构层面符合HIPAA标准(从未接入真实患者数据) - 无需伦理审查委员会(IRB)审批——全合成生成流程 - 样本层级可在CC BY 4.0许可下用于商业用途 --- ## 引用格式 bibtex @dataset{witness_data_factory_rare_disease_2026, title = {罕见病合成医疗数据集}, author = {WITNESS DATA FACTORY}, year = {2026}, publisher = {HuggingFace}, url = {https://huggingface.co/datasets/WitnessDataFactory/rare_disease-1k} } --- ## 联系方式 | 渠道 | 联系方式 | |---------|---------| | 销售与许可 | [WitnessDataFactory@gmail.com](mailto:WitnessDataFactory@gmail.com) | | 技术支持 | [WitnessDataFactory@gmail.com](mailto:WitnessDataFactory@gmail.com) | | 全部数据集 | [huggingface.co/WitnessDataFactory](https://huggingface.co/WitnessDataFactory) | | 官方商店 | [witness-data-factory.onrender.com](https://witness-data-factory.onrender.com) | --- *Powered by **WITNESS DATA FACTORY** -- 规模化企业级合成医疗数据* *Trinity集成流水线v3.2.1 | 无PHI | 零接触即时交付*




