Skip to main content
QUICK REVIEW

[論文レビュー] REALM: RAG-Driven Enhancement of Multimodal Electronic Health Records Analysis via Large Language Models

Yinghao Zhu, Changyu Ren|arXiv (Cornell University)|Feb 10, 2024
Topic Modeling被引用数 11
ひとこと要約

REALMは長-context臨床ノート、時系列EHRデータ、および専門的な医療知識グラフを統合するretrieval-augmented generationフレームワークを用いて、マルチモーダルEHR予測を改善し、幻覚を減らし、臨床タスクの性能を向上させます。

ABSTRACT

The integration of multimodal Electronic Health Records (EHR) data has significantly improved clinical predictive capabilities. Leveraging clinical notes and multivariate time-series EHR, existing models often lack the medical context relevent to clinical tasks, prompting the incorporation of external knowledge, particularly from the knowledge graph (KG). Previous approaches with KG knowledge have primarily focused on structured knowledge extraction, neglecting unstructured data modalities and semantic high dimensional medical knowledge. In response, we propose REALM, a Retrieval-Augmented Generation (RAG) driven framework to enhance multimodal EHR representations that address these limitations. Firstly, we apply Large Language Model (LLM) to encode long context clinical notes and GRU model to encode time-series EHR data. Secondly, we prompt LLM to extract task-relevant medical entities and match entities in professionally labeled external knowledge graph (PrimeKG) with corresponding medical knowledge. By matching and aligning with clinical standards, our framework eliminates hallucinations and ensures consistency. Lastly, we propose an adaptive multimodal fusion network to integrate extracted knowledge with multimodal EHR data. Our extensive experiments on MIMIC-III mortality and readmission tasks showcase the superior performance of our REALM framework over baselines, emphasizing the effectiveness of each module. REALM framework contributes to refining the use of multimodal EHR data in healthcare and bridging the gap with nuanced medical context essential for informed clinical predictions.

研究の動機と目的

  • 外部の医療知識とマルチモーダルEHRデータを統合して臨床予測を改善する動機づけ。
  • 臨床ノートと時系列データからエンティティを抽出・整合させ、誤情報を減らすためのRAG駆動フレームワークを提案する。
  • 下流タスクのために知識-grounded表現を統合する適応的マルチモーダル融合ネットワークを開発する。

提案手法

  • 時系列EHRをGRUでエンコードしてhTSを取得。
  • 臨床ノートをLong Context LLMでエンコードしてhTextを取得。
  • ノートと時系列から疾病エンティティをLLMプロンプトとルールベース検証で抽出。
  • 抽出エンティティを密ベクトル検索と閾値ηを用いてPrimeKGのノードと照合。
  • retrieved knowledgeをLLMでエンコードしてhRAGを取得。
  • hTS、hText、およびhRAGを自己/交差注意力融合ネットワークで融合してzを生成しyを予測。

実験結果

リサーチクエスチョン

  • RQ1RAG駆動フレームワークは、非構造化(臨床ノート)と構造化(時系列)EHRデータを外部医療知識と効果的に統合して臨床予測タスクを達成できるか。
  • RQ2エンティティ抽出とKGマッチングはLLMの幻覚を減らし、EHR分析の予測信頼性を向上させるか。
  • RQ3適応的マルチモーダル融合と現代的なテキスト埋め込みは死亡率と再入院タスクにどのような影響を及ぼすか。
  • RQ4REALMは臨床データのデータ希少性に対してどれだけ頑健か。

主な発見

手法死亡率 AUROC死亡率 AUPRC死亡率 min(+P, Se)死亡率 F1再入院 AUROC再入院 AUPRC再入院 min(+P, Se)再入院 F1
MPIM85.24±1.1250.52±2.5650.59±2.3330.53±2.3378.62±1.5849.30±3.0149.65±2.5426.61±2.20
UMM84.01±1.1049.76±2.2149.41±2.4536.21±1.9077.46±1.3647.81±2.5547.27±1.9134.14±2.21
VecoCare83.43±1.4947.28±2.6847.92±2.2242.52±2.0876.93±1.8246.18±2.7647.22±2.6338.79±2.27
M3Care83.33±1.2447.86±2.3349.96±1.9924.81±2.6276.80±1.5546.29±2.6245.38±2.3221.51±2.23
GRAM84.70±1.3449.21±4.4549.64±2.8538.02±3.1977.84±1.4947.97±3.6846.95±2.1235.24±2.89
KAME84.59±1.1149.48±3.3749.51±2.3336.14±2.2478.04±1.3448.23±3.2147.41±2.5031.70±2.19
CGL84.20±1.1647.64±3.4747.67±2.6138.36±2.0477.47±1.3346.68±3.3347.73±2.2535.34±2.35
KerPrint85.29±1.2151.23±3.4850.88±2.2437.00±3.5478.41±1.5049.70±3.2349.39±2.5334.31±2.35
Ours (REALM)86.22±0.8152.64±2.4750.92±2.0151.83±2.1080.24±1.5352.06±2.6451.20±2.5050.58±2.51
Ours85.18±0.9550.68±2.6447.90±2.2749.81±2.3778.79±1.4749.69±2.9251.20±2.5050.58±2.51
  • REALMはMIMIC-IIIにおける死亡率および再入院予測性能をベースラインより向上させる(AUROC、AUPRC、min(+P, Se)、F1)。
  • RAGを強化した時系列およびテキストのモダリティは、非RAG対応と比較して性能を大幅に向上させる。
  • 長文ノート埋め込みにはQwen-7Bを使用すると、テストされたテキストエンコーダの中で優れた結果を示す。
  • 自己・交差注意力を用いた適応的マルチモーダル融合はモダリティの統合を優位に導く。
  • REALMはデータ希少性に対して頑健で、エンティティ信号の retrieval品質を高いまま維持する(エンティティ重要度を分析)。

より良い研究を、今すぐ始めましょう

論文設計から論文執筆まで、研究時間を劇的に削減しましょう。

クレジットカード登録不要

このレビューはAIが作成し、人間の編集者が確認しました。