WitnessDataFactory/pharmacology-1k
收藏资源简介:
--- license: cc-by-4.0 task_categories: - text-classification - token-classification - question-answering language: - en tags: - medical - healthcare - synthetic-data - nlp - pharmacology - clinical-ai - hipaa-compliant - medical-nlp - healthcare-ai - electronic-health-records - labeled-data pretty_name: Pharmacology Medical Dataset (1K Free Sample) size_categories: - 1K<n<10K --- # Pharmacology 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 pharmacology 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/pharmacology-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("pharmacology_sample.csv", index=False) ``` --- ## Dataset Schema ```json { "record_id": "uuid-v4", "domain": "pharmacology", "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/pharmacology-10k) | | **Production** | 50,000 | **$7,999** | $0.16 | Model training, Series C+ | [Buy Now](https://witness-data-factory.onrender.com/pay/pharmacology-50k) | | **Enterprise** | 250,000 | **$29,999** | $0.12 | FDA-track, clinical AI | [Buy Now](https://witness-data-factory.onrender.com/pay/pharmacology-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_pharmacology_2026, title = {Pharmacology Synthetic Medical Dataset}, author = {WITNESS DATA FACTORY}, year = {2026}, publisher = {HuggingFace}, url = {https://huggingface.co/datasets/WitnessDataFactory/pharmacology-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*




