<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Multi-Agent Systems | CUHK PAI Research Group</title>
    <link>http://psyai.group:8080/tag/multi-agent-systems/</link>
      <atom:link href="http://psyai.group:8080/tag/multi-agent-systems/index.xml" rel="self" type="application/rss+xml" />
    <description>Multi-Agent Systems</description>
    <generator>Hugo Blox Builder (https://hugoblox.com)</generator><language>en-us</language><lastBuildDate>Fri, 27 Sep 2024 00:00:00 +0000</lastBuildDate>
    <image>
      <url>http://psyai.group:8080/media/icon_hu_91a001fb4206a451.png</url>
      <title>Multi-Agent Systems</title>
      <link>http://psyai.group:8080/tag/multi-agent-systems/</link>
    </image>
    
    <item>
      <title>🧑🏽‍⚕️ [PUBLISHED] AIPatient: Simulating Patients with EHRs and LLM Powered Agentic Workflow</title>
      <link>http://psyai.group:8080/post/24-09-aaai/</link>
      <pubDate>Fri, 27 Sep 2024 00:00:00 +0000</pubDate>
      <guid>http://psyai.group:8080/post/24-09-aaai/</guid>
      <description>&lt;p&gt;🎉 We present AIPatient, a novel framework that enhances medical education and research through an advanced simulated patient system built upon Electronic Health Records (EHRs) and powered by Large Language Models (LLMs).&lt;/p&gt;
&lt;div class=&#34;d-flex flex-wrap&#34; style=&#34;gap: 16px; margin: 1.5em 0;&#34;&gt;
  &lt;a href=&#34;https://huiziy.github.io/aipatient-overview/&#34; target=&#34;_blank&#34; style=&#34;display: inline-flex; align-items: center; background-color: #1a73e8; color: white; padding: 10px 24px; border-radius: 24px; text-decoration: none; font-weight: 500; font-family: Roboto, Arial, sans-serif; box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24); transition: background-color 0.3s;&#34; onmouseover=&#34;this.style.backgroundColor=&#39;#1557b0&#39;&#34; onmouseout=&#34;this.style.backgroundColor=&#39;#1a73e8&#39;&#34;&gt;
    &lt;i class=&#34;fas fa-globe&#34; style=&#34;margin-right: 8px;&#34;&gt;&lt;/i&gt; Project Page
  &lt;/a&gt;
  &lt;a href=&#34;https://www.nature.com/articles/s43856-025-01283-x&#34; target=&#34;_blank&#34; style=&#34;display: inline-flex; align-items: center; background-color: white; color: #1a73e8; border: 1px solid #dadce0; padding: 10px 24px; border-radius: 24px; text-decoration: none; font-weight: 500; font-family: Roboto, Arial, sans-serif; transition: background-color 0.3s;&#34; onmouseover=&#34;this.style.backgroundColor=&#39;#f8f9fa&#39;&#34; onmouseout=&#34;this.style.backgroundColor=&#39;white&#39;&#34;&gt;
    &lt;i class=&#34;fas fa-file-alt&#34; style=&#34;margin-right: 8px;&#34;&gt;&lt;/i&gt; Read Published Paper
  &lt;/a&gt;
&lt;/div&gt;
&lt;hr&gt;
&lt;h2 style=&#34;color: #1a73e8; border-bottom: 2px solid #e8eaed; padding-bottom: 10px; margin-top: 2em; margin-bottom: 1em; font-weight: 500;&#34;&gt;🔍 Overview&lt;/h2&gt;
&lt;div style=&#34;background-color: #f8f9fa; border-left: 4px solid #1a73e8; padding: 20px; border-radius: 4px; color: #3c4043; font-size: 1.05em; line-height: 1.6; margin-bottom: 2em;&#34;&gt;
Simulated patient systems play a crucial role in modern medical education and research, providing safe, integrative learning environments and enabling clinical decision-making simulations. Large Language Models (LLM) could advance simulated patient systems by replicating medical conditions and patient-doctor interactions with high fidelity and low cost. However, ensuring the effectiveness and trustworthiness of these systems remains a challenge, as they require a large, diverse, and precise patient knowledgebase, along with a robust and stable knowledge diffusion to users. 
&lt;p&gt;Here, we developed AIPatient, an advanced simulated patient system with AIPatient Knowledge Graph (AIPatient KG) as the input and the Reasoning Retrieval-Augmented Generation (Reasoning RAG) agentic workflow as the generation backbone. AIPatient KG samples data from Electronic Health Records (EHRs) in the Medical Information Mart for Intensive Care (MIMIC)-III database, producing a clinically diverse and relevant cohort of 1,495 patients with high knowledgebase validity (F1 0.89). Reasoning RAG leverages six LLM powered agents spanning tasks including retrieval, KG query generation, abstraction, checker, rewrite, and summarization. This agentic framework reaches an overall accuracy of 94.15% in EHR-based medical Question Answering (QA), outperforming benchmarks that use either no agent or only partial agent integration. Our system also presents high readability (median Flesch Reading Ease 77.23; median Flesch Kincaid Grade 5.6), robustness (ANOVA F-value 0.6126, p&amp;gt;0.1), and stability (ANOVA F-value 0.782, p&amp;gt;0.1). The promising performance of the AIPatient system highlights its potential to support a wide range of applications, including medical education, model evaluation, and system integration.&lt;/p&gt;
&lt;/div&gt;
&lt;h2 style=&#34;color: #1a73e8; border-bottom: 2px solid #e8eaed; padding-bottom: 10px; margin-top: 2em; margin-bottom: 1em; font-weight: 500;&#34;&gt;⚙️ Core Methodology&lt;/h2&gt;
&lt;p&gt;The methodology of the AIPatient system is primarily structured around two key components:&lt;/p&gt;
&lt;h3 style=&#34;color: #202124; margin-top: 1.5em; margin-bottom: 0.8em; font-weight: 500;&#34;&gt;1. AIPatient Knowledge Graph (AIPatient KG)&lt;/h3&gt;
&lt;p style=&#34;color: #3c4043;&#34;&gt;This graph serves as the foundational knowledge base, containing patient data extracted from the Medical Information Mart for Intensive Care (MIMIC-III) database. Key features include:&lt;/p&gt;
&lt;div style=&#34;background-color: white; border-left: 4px solid #9c27b0; padding: 16px; border-radius: 4px; box-shadow: 0 1px 2px rgba(0,0,0,0.1); margin-bottom: 2em; margin-top: 1em;&#34;&gt;
  &lt;ul style=&#34;margin: 0; padding-left: 20px; color: #5f6368; font-size: 0.95em;&#34;&gt;
    &lt;li style=&#34;margin-bottom: 8px;&#34;&gt;&lt;b&gt;Diverse Patient Cohort:&lt;/b&gt; 1,495 patient profiles offering clinically diverse scenarios.&lt;/li&gt;
    &lt;li style=&#34;margin-bottom: 8px;&#34;&gt;&lt;b&gt;High Accuracy:&lt;/b&gt; F1 score of 0.89, indicating substantial accuracy in capturing medical data through Named Entity Recognition (NER).&lt;/li&gt;
    &lt;li style=&#34;margin-bottom: 8px;&#34;&gt;&lt;b&gt;Structured Organization:&lt;/b&gt; Medical entities such as symptoms, medical histories, allergies, and vital signs organized into nodes, interlinked by edges depicting relationships (e.g., &lt;code style=&#34;background-color: #f1f3f4; padding: 2px 4px; border-radius: 4px; font-size: 0.9em; color: #d81b60;&#34;&gt;HAS_SYMPTOM&lt;/code&gt;).&lt;/li&gt;
    &lt;li style=&#34;margin-bottom: 8px;&#34;&gt;&lt;b&gt;LLM-based NER:&lt;/b&gt; Utilizes advanced NER techniques to transform unstructured clinical notes into structured data.&lt;/li&gt;
    &lt;li&gt;&lt;b&gt;Graph Database:&lt;/b&gt; Efficiently stored and queried using Neo4j for complex relationship analysis.&lt;/li&gt;
  &lt;/ul&gt;
&lt;/div&gt;
&lt;h3 style=&#34;color: #202124; margin-top: 1.5em; margin-bottom: 0.8em; font-weight: 500;&#34;&gt;2. Reasoning Retrieval-Augmented Generation Workflow&lt;/h3&gt;
&lt;p style=&#34;color: #3c4043;&#34;&gt;This multi-agent system provides a dynamic method for processing natural language queries and generating context-appropriate responses across three primary stages:&lt;/p&gt;
&lt;div style=&#34;display: flex; flex-direction: column; gap: 12px; margin-bottom: 2em; margin-top: 1em;&#34;&gt;
  &lt;div style=&#34;background-color: white; border-left: 4px solid #4285f4; padding: 16px; border-radius: 4px; box-shadow: 0 1px 2px rgba(0,0,0,0.1);&#34;&gt;
    &lt;h4 style=&#34;color: #1a73e8; margin-top: 0; margin-bottom: 8px; font-size: 1.1em;&#34;&gt;&lt;i class=&#34;fas fa-search&#34; style=&#34;margin-right: 8px;&#34;&gt;&lt;/i&gt;Retrieval Stage&lt;/h4&gt;
    &lt;ul style=&#34;margin: 0; padding-left: 20px; color: #5f6368; font-size: 0.95em;&#34;&gt;
      &lt;li&gt;&lt;b&gt;Retrieval Agent:&lt;/b&gt; Selects relevant nodes and relationships from the AIPatient KG based on queries.&lt;/li&gt;
      &lt;li&gt;&lt;b&gt;KG Query Generation Agent:&lt;/b&gt; Formulates Cypher queries to extract pertinent information.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/div&gt;
  &lt;div style=&#34;background-color: white; border-left: 4px solid #fbbc05; padding: 16px; border-radius: 4px; box-shadow: 0 1px 2px rgba(0,0,0,0.1);&#34;&gt;
    &lt;h4 style=&#34;color: #d93025; margin-top: 0; margin-bottom: 8px; font-size: 1.1em;&#34;&gt;&lt;i class=&#34;fas fa-brain&#34; style=&#34;margin-right: 8px;&#34;&gt;&lt;/i&gt;Reasoning Stage&lt;/h4&gt;
    &lt;ul style=&#34;margin: 0; padding-left: 20px; color: #5f6368; font-size: 0.95em;&#34;&gt;
      &lt;li&gt;&lt;b&gt;Abstraction Agent:&lt;/b&gt; Simplifies and rephrases user queries into more general forms.&lt;/li&gt;
      &lt;li&gt;&lt;b&gt;Checker Agent:&lt;/b&gt; Verifies alignment between retrieved information and user inquiries.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/div&gt;
  &lt;div style=&#34;background-color: white; border-left: 4px solid #34a853; padding: 16px; border-radius: 4px; box-shadow: 0 1px 2px rgba(0,0,0,0.1);&#34;&gt;
    &lt;h4 style=&#34;color: #188038; margin-top: 0; margin-bottom: 8px; font-size: 1.1em;&#34;&gt;&lt;i class=&#34;fas fa-comment-dots&#34; style=&#34;margin-right: 8px;&#34;&gt;&lt;/i&gt;Generation Stage&lt;/h4&gt;
    &lt;ul style=&#34;margin: 0; padding-left: 20px; color: #5f6368; font-size: 0.95em;&#34;&gt;
      &lt;li&gt;&lt;b&gt;Rewrite Agent:&lt;/b&gt; Transforms KG results into natural language with simulated patient personality traits.&lt;/li&gt;
      &lt;li&gt;&lt;b&gt;Summarization Agent:&lt;/b&gt; Updates and maintains context for multi-turn interactions.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/div&gt;
&lt;/div&gt;
&lt;h2 style=&#34;color: #1a73e8; border-bottom: 2px solid #e8eaed; padding-bottom: 10px; margin-top: 2em; margin-bottom: 1em; font-weight: 500;&#34;&gt;💻 Technical Specifications&lt;/h2&gt;
&lt;div style=&#34;background-color: white; border: 1px solid #e8eaed; border-radius: 8px; overflow: hidden; box-shadow: 0 1px 3px rgba(0,0,0,0.06); margin-bottom: 2em;&#34;&gt;
  &lt;div style=&#34;padding: 20px; border-bottom: 1px solid #e8eaed; background-color: #f8f9fa;&#34;&gt;
    &lt;h3 style=&#34;color: #1a73e8; margin: 0 0 10px 0; font-weight: 500; font-size: 1.2em;&#34;&gt;&lt;i class=&#34;fas fa-project-diagram mr-2&#34;&gt;&lt;/i&gt;Named Entity Recognition (NER) &amp; Database&lt;/h3&gt;
    &lt;ul style=&#34;margin-bottom: 0; color: #3c4043; padding-left: 20px;&#34;&gt;
      &lt;li&gt;LLM-based NER system for extracting medical entities from unstructured discharge summary data.&lt;/li&gt;
      &lt;li&gt;Establishes distinct relationships (e.g., &#34;HAS_FAMILY_MEMBER&#34;) within the graph.&lt;/li&gt;
      &lt;li&gt;Hosted in &lt;b&gt;Neo4j&lt;/b&gt; for complex multi-faceted relationship queries instead of linear retrieval.&lt;/li&gt;
      &lt;li&gt;Utilizes &lt;b&gt;Cypher Query Language&lt;/b&gt; to navigate graph functionalities efficiently.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/div&gt;
  &lt;div style=&#34;padding: 20px;&#34;&gt;
    &lt;h3 style=&#34;color: #1a73e8; margin: 0 0 10px 0; font-weight: 500; font-size: 1.2em;&#34;&gt;&lt;i class=&#34;fas fa-chart-line mr-2&#34;&gt;&lt;/i&gt;Performance Evaluation&lt;/h3&gt;
    &lt;ul style=&#34;margin-bottom: 0; color: #3c4043; padding-left: 20px;&#34;&gt;
      &lt;li&gt;&lt;b&gt;Ablation Studies:&lt;/b&gt; Configurations using Retrieval &amp; Abstraction Agents significantly outperformed simpler setups.&lt;/li&gt;
      &lt;li&gt;&lt;b&gt;Overall QA Accuracy:&lt;/b&gt; 94.15% in EHR-based medical Question Answering.&lt;/li&gt;
      &lt;li&gt;&lt;b&gt;Readability Metrics:&lt;/b&gt; Median Flesch Reading Ease (77.23) &amp; M. Flesch-Kincaid Grade Level (5.6).&lt;/li&gt;
      &lt;li&gt;&lt;b&gt;Robustness &amp; Stability:&lt;/b&gt; ANOVA F-value 0.6126 (p&gt;0.1) and 0.782 (p&gt;0.1) respectively.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/div&gt;
&lt;/div&gt;
&lt;h2 style=&#34;color: #1a73e8; border-bottom: 2px solid #e8eaed; padding-bottom: 10px; margin-top: 2em; margin-bottom: 1em; font-weight: 500;&#34;&gt;🌟 Key Contributions&lt;/h2&gt;
&lt;div style=&#34;background-color: white; border: 1px solid #e8eaed; border-radius: 8px; padding: 20px; box-shadow: 0 1px 3px rgba(0,0,0,0.06); margin-bottom: 2em;&#34;&gt;
  &lt;ul style=&#34;list-style: none; padding-left: 0; margin: 0;&#34;&gt;
    &lt;li style=&#34;margin-bottom: 12px; display: flex; align-items: flex-start;&#34;&gt;
      &lt;span style=&#34;color: #34a853; margin-right: 12px; font-size: 1.2em;&#34;&gt;✓&lt;/span&gt;
      &lt;div&gt;&lt;b&gt;Advanced Knowledge Graph:&lt;/b&gt; AIPatient KG provides a robust foundation with high validity (F1 0.89) derived from real EHR data.&lt;/div&gt;
    &lt;/li&gt;
    &lt;li style=&#34;margin-bottom: 12px; display: flex; align-items: flex-start;&#34;&gt;
      &lt;span style=&#34;color: #34a853; margin-right: 12px; font-size: 1.2em;&#34;&gt;✓&lt;/span&gt;
      &lt;div&gt;&lt;b&gt;Multi-Agent Architecture:&lt;/b&gt; Six specialized LLM agents working in concert for comprehensive patient simulation.&lt;/div&gt;
    &lt;/li&gt;
    &lt;li style=&#34;margin-bottom: 12px; display: flex; align-items: flex-start;&#34;&gt;
      &lt;span style=&#34;color: #34a853; margin-right: 12px; font-size: 1.2em;&#34;&gt;✓&lt;/span&gt;
      &lt;div&gt;&lt;b&gt;Superior Performance:&lt;/b&gt; 94.15% accuracy outperforming existing benchmarks.&lt;/div&gt;
    &lt;/li&gt;
    &lt;li style=&#34;margin-bottom: 12px; display: flex; align-items: flex-start;&#34;&gt;
      &lt;span style=&#34;color: #34a853; margin-right: 12px; font-size: 1.2em;&#34;&gt;✓&lt;/span&gt;
      &lt;div&gt;&lt;b&gt;High Readability:&lt;/b&gt; Ensures accessible communication for educational purposes.&lt;/div&gt;
    &lt;/li&gt;
    &lt;li style=&#34;display: flex; align-items: flex-start;&#34;&gt;
      &lt;span style=&#34;color: #34a853; margin-right: 12px; font-size: 1.2em;&#34;&gt;✓&lt;/span&gt;
      &lt;div&gt;&lt;b&gt;Robustness and Stability:&lt;/b&gt; Consistent performance across varied scenarios and question formulations.&lt;/div&gt;
    &lt;/li&gt;
  &lt;/ul&gt;
&lt;/div&gt;
&lt;h2 style=&#34;color: #1a73e8; border-bottom: 2px solid #e8eaed; padding-bottom: 10px; margin-top: 2em; margin-bottom: 1em; font-weight: 500;&#34;&gt;🚀 Applications and Impact&lt;/h2&gt;
&lt;p style=&#34;color: #3c4043; font-size: 1.05em; margin-bottom: 1.5em;&#34;&gt;The AIPatient framework offers transformative potential for:&lt;/p&gt;
&lt;div class=&#34;d-flex flex-wrap&#34; style=&#34;gap: 12px; margin-bottom: 2em;&#34;&gt;
  &lt;span style=&#34;background-color: #e8f0fe; color: #1967d2; padding: 8px 16px; border-radius: 20px; font-size: 0.95em; font-weight: 500;&#34;&gt;&lt;i class=&#34;fas fa-user-md mr-1&#34;&gt;&lt;/i&gt; Medical Education&lt;/span&gt;
  &lt;span style=&#34;background-color: #fce8e6; color: #c5221f; padding: 8px 16px; border-radius: 20px; font-size: 0.95em; font-weight: 500;&#34;&gt;&lt;i class=&#34;fas fa-stethoscope mr-1&#34;&gt;&lt;/i&gt; Clinical Decision-Making&lt;/span&gt;
  &lt;span style=&#34;background-color: #e6f4ea; color: #137333; padding: 8px 16px; border-radius: 20px; font-size: 0.95em; font-weight: 500;&#34;&gt;&lt;i class=&#34;fas fa-microscope mr-1&#34;&gt;&lt;/i&gt; Research &amp; Evaluation&lt;/span&gt;
  &lt;span style=&#34;background-color: #fef7e0; color: #b06000; padding: 8px 16px; border-radius: 20px; font-size: 0.95em; font-weight: 500;&#34;&gt;&lt;i class=&#34;fas fa-book-open mr-1&#34;&gt;&lt;/i&gt; Curriculum Development&lt;/span&gt;
&lt;/div&gt;
&lt;h2 style=&#34;color: #1a73e8; border-bottom: 2px solid #e8eaed; padding-bottom: 10px; margin-top: 2em; margin-bottom: 1em; font-weight: 500;&#34;&gt;🔮 Future Directions&lt;/h2&gt;
&lt;div style=&#34;display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 16px; margin-bottom: 2em;&#34;&gt;
  &lt;div style=&#34;background-color: #f8f9fa; border-radius: 8px; padding: 16px; border-left: 4px solid #1a73e8;&#34;&gt;
    &lt;h4 style=&#34;margin-top: 0; color: #202124; font-size: 1.05em;&#34;&gt;&lt;i class=&#34;fas fa-database&#34; style=&#34;color: #1a73e8; margin-right: 8px;&#34;&gt;&lt;/i&gt; Broader Data Scope&lt;/h4&gt;
    &lt;p style=&#34;margin-bottom: 0; font-size: 0.95em; color: #5f6368;&#34;&gt;Incorporating wider variety of healthcare scenarios for more extensive knowledge bases.&lt;/p&gt;
  &lt;/div&gt;
  &lt;div style=&#34;background-color: #f8f9fa; border-radius: 8px; padding: 16px; border-left: 4px solid #34a853;&#34;&gt;
    &lt;h4 style=&#34;margin-top: 0; color: #202124; font-size: 1.05em;&#34;&gt;&lt;i class=&#34;fas fa-photo-video&#34; style=&#34;color: #34a853; margin-right: 8px;&#34;&gt;&lt;/i&gt; Multimodal Integration&lt;/h4&gt;
    &lt;p style=&#34;margin-bottom: 0; font-size: 0.95em; color: #5f6368;&#34;&gt;Adding medical imaging and other data modalities to simulate full clinical inputs.&lt;/p&gt;
  &lt;/div&gt;
  &lt;div style=&#34;background-color: #f8f9fa; border-radius: 8px; padding: 16px; border-left: 4px solid #fbbc05;&#34;&gt;
    &lt;h4 style=&#34;margin-top: 0; color: #202124; font-size: 1.05em;&#34;&gt;&lt;i class=&#34;fas fa-hospital&#34; style=&#34;color: #fbbc05; margin-right: 8px;&#34;&gt;&lt;/i&gt; Real-time Clinical&lt;/h4&gt;
    &lt;p style=&#34;margin-bottom: 0; font-size: 0.95em; color: #5f6368;&#34;&gt;Adapting environments for live clinical settings and interactive deployment.&lt;/p&gt;
  &lt;/div&gt;
  &lt;div style=&#34;background-color: #f8f9fa; border-radius: 8px; padding: 16px; border-left: 4px solid #ea4335;&#34;&gt;
    &lt;h4 style=&#34;margin-top: 0; color: #202124; font-size: 1.05em;&#34;&gt;&lt;i class=&#34;fas fa-chalkboard-teacher&#34; style=&#34;color: #ea4335; margin-right: 8px;&#34;&gt;&lt;/i&gt; Enhanced Training&lt;/h4&gt;
    &lt;p style=&#34;margin-bottom: 0; font-size: 0.95em; color: #5f6368;&#34;&gt;Further enriching educational landscapes and outcomes for healthcare professionals.&lt;/p&gt;
  &lt;/div&gt;
&lt;/div&gt;
&lt;h2 style=&#34;color: #1a73e8; border-bottom: 2px solid #e8eaed; padding-bottom: 10px; margin-top: 2em; margin-bottom: 1em; font-weight: 500;&#34;&gt;📝 Conclusion&lt;/h2&gt;
&lt;p&gt;The AIPatient framework exemplifies a transformative approach to patient simulation through EHR data and LLM-powered interactions, emphasizing structured retrieval and knowledge dissemination in a manner conducive to enhancing medical training and decision-making processes. By embedding these systems within medical curricula and research protocols, we propose significant advancements in how interactions with simulated patients can impact educational outcomes and clinical preparedness.&lt;/p&gt;
&lt;hr&gt;
&lt;h2 style=&#34;color: #1a73e8; border-bottom: 2px solid #e8eaed; padding-bottom: 10px; margin-top: 2em; margin-bottom: 1em; font-weight: 500;&#34;&gt;📖 Welcome to Cite Our Article&lt;/h2&gt;
&lt;p&gt;If you find our work helpful, please consider citing it:&lt;/p&gt;
&lt;div style=&#34;background-color: #f8f9fa; border: 1px solid #e1e4e8; border-radius: 8px; margin-top: 1.5em; overflow: hidden; box-shadow: 0 2px 8px rgba(0,0,0,0.05); max-width: 100%;&#34;&gt;
  &lt;div style=&#34;background-color: #f1f3f4; padding: 10px 16px; border-bottom: 1px solid #e1e4e8; display: flex; justify-content: space-between; align-items: center;&#34;&gt;
    &lt;span style=&#34;color: #5f6368; font-family: -apple-system, BlinkMacSystemFont, &#39;Segoe UI&#39;, Roboto, Helvetica, Arial, sans-serif; font-size: 0.85em; font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px;&#34;&gt;BibTeX&lt;/span&gt;
  &lt;/div&gt;
  &lt;div style=&#34;padding: 20px; overflow-x: auto;&#34;&gt;
&lt;pre style=&#34;margin: 0; background: transparent; border: none; padding: 0;&#34;&gt;&lt;code style=&#34;font-family: &#39;SFMono-Regular&#39;, Consolas, &#39;Liberation Mono&#39;, Menlo, Courier, monospace; font-size: 0.95em; line-height: 1.5; color: #24292e;&#34;&gt;@ARTICLE{Yu2025-tb,
  title     = &#34;Simulated patient systems powered by large language model-based
               {AI} agents offer potential for transforming medical education&#34;,
  author    = &#34;Yu, Huizi and Zhou, Jiayan and Li, Lingyao and Chen, Shan and
               Gallifant, Jack and Shi, Anye and Sun, Jie and Li, Xiang and He,
               Jingxian and Hua, Wenyue and Jin, Mingyu and Chen, Guang and
               Zhou, Yang and Li, Zhao and Gupte, Trisha and Chen, Ming-Li and
               Azizi, Zahra and Dou, Qi and Yan, Bryan P and Xing, Yanqiu and
               Zhang, Yongfeng and Assimes, Themistocles L and Bitterman,
               Danielle S and Ma, Xin and Lu, Lin and Fan, Lizhou&#34;,
  journal   = &#34;Commun. Med. (Lond.)&#34;,
  publisher = &#34;Springer Science and Business Media LLC&#34;,
  volume    =  6,
  number    =  1,
  pages     =  27,
  month     =  dec,
  year      =  2025,
  language  = &#34;en&#34;
}&lt;/code&gt;&lt;/pre&gt;
  &lt;/div&gt;
&lt;/div&gt;</description>
    </item>
    
  </channel>
</rss>
