agentsclimarketplace

Clinical dialogue agents guide

Skill brycewang-stanford/Auto-Empirical-Research-Skills/skills/43-wentorai-research-plugins/skills/domains/biomedical/clinical-dialogue-agents-guide

๐Ÿ”ฌ A curated collection of 23,000+ agent skills for empirical research across 8 social science disciplines. | ็ฒพ้€‰ 23,000+ AI Agent ๆŠ€่ƒฝๅบ“๏ผŒ่ฆ†็›–8ๅคง็คพไผš็ง‘ๅญฆๅญฆ็ง‘็š„ๅฎž่ฏ็ ”็ฉถใ€‚CoPaper.AI 20ๅˆ†้’ŸๅฎŒๆˆไธ€็ฏ‡ๅฏๅค็Žฐ็š„่ง„่Œƒๅฎž่ฏ่ฎบๆ–‡๏ผŒๅนถๆ”ฏๆŒ็”จๆˆทไธŠไผ  Skillsใ€‚-- Maintained by CoPaper.AI from Stanford REAP.

Install
npx -y skills add brycewang-stanford/Auto-Empirical-Research-Skills --skill clinical-dialogue-agents-guide

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.

What its author says it does

Copied from the file, not written here

Papers on AI agents for clinical dialogue and medical QA

SKILL.md

4.6 KB, as published. Nobody here has run it

Agentic Clinical Dialogue Guide

Overview

A curated collection of papers on AI agents for clinical dialogue โ€” systems that conduct patient interviews, perform differential diagnosis, explain medical information, and support clinical decision-making through conversation. Covers medical QA benchmarks, patient simulation, clinical reasoning chains, and safety considerations unique to healthcare AI.

Research Landscape

Agentic Clinical Dialogue
โ”œโ”€โ”€ Patient-Facing Agents
โ”‚   โ”œโ”€โ”€ Symptom checkers
โ”‚   โ”œโ”€โ”€ Triage systems
โ”‚   โ”œโ”€โ”€ Health information
โ”‚   โ””โ”€โ”€ Follow-up management
โ”œโ”€โ”€ Clinician-Facing Agents
โ”‚   โ”œโ”€โ”€ Diagnostic support
โ”‚   โ”œโ”€โ”€ Treatment recommendation
โ”‚   โ”œโ”€โ”€ Clinical documentation
โ”‚   โ””โ”€โ”€ Literature integration
โ”œโ”€โ”€ Clinical Reasoning
โ”‚   โ”œโ”€โ”€ Differential diagnosis
โ”‚   โ”œโ”€โ”€ History taking
โ”‚   โ”œโ”€โ”€ Physical exam interpretation
โ”‚   โ””โ”€โ”€ Test ordering
โ”œโ”€โ”€ Patient Simulation
โ”‚   โ”œโ”€โ”€ Standardized patients (SP)
โ”‚   โ”œโ”€โ”€ Medical education
โ”‚   โ””โ”€โ”€ Agent evaluation
โ””โ”€โ”€ Safety & Ethics
    โ”œโ”€โ”€ Hallucination in medicine
    โ”œโ”€โ”€ Bias in clinical AI
    โ”œโ”€โ”€ Liability frameworks
    โ””โ”€โ”€ Informed consent

Key Systems

SystemFocusApproach
AMIEDiagnostic dialogueLLM with clinical reasoning
Med-PaLMMedical QAFinetuned on medical data
ChatDoctorPatient consultationLLaMA + medical knowledge
AgentClinicClinical evaluationSimulated clinical encounters
ClinicalAgentDecision supportMulti-step clinical reasoning

Benchmarks

benchmarks = {
    "MedQA (USMLE)": {
        "task": "US Medical Licensing Exam questions",
        "size": "11,450 questions",
        "metric": "Accuracy",
    },
    "PubMedQA": {
        "task": "Biomedical yes/no/maybe QA",
        "size": "1,000 expert-labeled",
        "metric": "Accuracy",
    },
    "AgentClinic": {
        "task": "Simulated clinical encounters",
        "size": "Various patient scenarios",
        "metric": "Diagnostic accuracy + safety",
    },
    "MedMCQA": {
        "task": "Indian medical entrance MCQs",
        "size": "194k questions",
        "metric": "Accuracy",
    },
    "HealthSearchQA": {
        "task": "Consumer health search questions",
        "size": "3,375 questions",
        "metric": "Expert evaluation",
    },
}

for name, info in benchmarks.items():
    print(f"\n{name}:")
    print(f"  Task: {info['task']}")
    print(f"  Size: {info['size']}")

Safety Considerations

### Critical Safety Issues
1. **Hallucination** โ€” Fabricated medical facts are dangerous
2. **Scope limitations** โ€” AI must know when to defer to human
3. **Emergency recognition** โ€” Must identify urgent situations
4. **Bias** โ€” Demographic biases in training data
5. **Liability** โ€” Legal framework for AI medical advice
6. **Privacy** โ€” Patient data protection (HIPAA compliance)

### Safety Patterns
- Always recommend consulting healthcare providers
- Flag emergency symptoms immediately
- Disclose AI nature to patients
- Log all interactions for audit
- Implement uncertainty quantification

Reading Roadmap

### Foundations
1. AMIE: "Towards Conversational Diagnostic AI" (Google, 2024)
2. Med-PaLM 2: "Expert-level medical QA" (Google, 2023)
3. "Evaluating LLMs in Clinical Dialogue" (Survey, 2024)

### Clinical Reasoning
4. "Chain-of-Diagnosis" (Clinical CoT, 2024)
5. "AgentClinic: Evaluating Clinical Agents" (2024)
6. "Simulated Patient Encounters with LLMs" (2024)

### Safety
7. "Hallucination in Medical AI" (Survey, 2024)
8. "Red Teaming Medical LLMs" (2024)

Use Cases

  1. Research survey: Map clinical dialogue AI landscape
  2. Benchmark tracking: Compare medical AI performance
  3. System design: Learn from clinical agent architectures
  4. Safety analysis: Understand risks and mitigations
  5. Medical education: Patient simulation for training

References

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.