Skip to content

Commit 47c3426

Browse files
committed
paper info updated
1 parent ba540d1 commit 47c3426

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

webapp/src/components/Paper.js

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,23 +14,23 @@ const Paper = () => {
1414
<div className="arxiv-badge">arXiv</div>
1515
<div className="paper-id">2401.12345</div>
1616
</div>
17-
<h3 className="paper-title">m3: A Novel Model Context Protocol for Efficient Interaction with Large-Scale Electronic Health Record Databases</h3>
18-
<div className="paper-authors">John Doe, Jane Smith, Robert Johnson, Maria Garcia</div>
17+
<h3 className="paper-title">M3-Mind the Gap: Democratizing EHR Access via MCP-Powered AI Agents</h3>
18+
<div className="paper-authors">Rafi Al Attrach, Pedro Moreira, Rajna Fani, Renato Umeton, Leo Anthony Celi</div>
1919
<div className="paper-abstract">
20-
We present m3, a novel Model Context Protocol designed to facilitate seamless interaction with the Medical Information Mart for Intensive Care (MIMIC) database. Our approach leverages advanced natural language processing techniques combined with structured query optimization to enable researchers to access and analyze healthcare data more efficiently. The protocol introduces a standardized interface that abstracts the complexity of the underlying database schema while maintaining the flexibility required for diverse research applications. Through comprehensive evaluation on real-world healthcare datasets, we demonstrate that m3 achieves significant improvements in query performance and user accessibility compared to existing methods...
20+
The increasing availability of large-scale clinical databases offers unprecedented opportunities for medical research. However, the inherent complexity of these datasets, particularly the need for sophisticated querying skills, often presents a significant barrier to their effective utilization. The Medical Information Mart for Intensive Care (MIMIC-IV) is a vital resource in critical care research, yet its intricate structure traditionally demands proficiency in Structured Query Language (SQL). This paper introduces M3, a system designed to democratize access to MIMIC-IV by enabling researchers to query the database using natural language. M3 employs an AI-assisted approach, leveraging a Model Context Protocol (MCP) framework, and supports both SQLite and Google BigQuery for querying the full-scale MIMIC-IV dataset. Demonstrations have shown M3's capability to rapidly get deep, intricate insights into one of the biggest EHR databases. By simplifying data interaction, M3 has the potential to lower the technical threshold for medical data analysis, thereby facilitating broader research engagement and accelerating the generation of clinical insights.
2121
</div>
2222
<div className="paper-stats">
2323
<div className="paper-stat">
24-
<span>📅</span>
25-
<span>Submitted: Jan 2024</span>
24+
<span>🏢</span>
25+
<span>MIT, TUM, UPF, St. Jude, BIDMC</span>
2626
</div>
2727
<div className="paper-stat">
28-
<span>📊</span>
29-
<span>15 pages, 8 figures</span>
28+
<span>🔗</span>
29+
<span>github.com/rafiattrach/m3</span>
3030
</div>
3131
<div className="paper-stat">
32-
<span>🏷️</span>
33-
<span>cs.DB, cs.AI</span>
32+
<span>📦</span>
33+
<span>pypi.org/project/m3-mcp</span>
3434
</div>
3535
</div>
3636
</div>

0 commit comments

Comments
 (0)