paper-with-me

홈 › Papers

MedG-KRP: Medical Graph Knowledge Representation Probing

2024-12-14 · Gabriel R. Rosenbaum, Lavender Yao Jiang, Ivaxi Sheth, Jaden Stryker, Anton Alyakin, Daniel Alexander Alber, Nicolas K. Goff, Young Joon Fred Kwon, John Markert, Mustafa Nasir-Moin, Jan Moritz Niehues, Karl L. Sangwon, Eunice Yang, Eric Karl Oermann

Large language models (LLMs) have recently emerged as powerful tools, finding many medical applications. LLMs' ability to coalesce vast amounts of information from many sources to generate a response-a process similar to that of a human expert-has led many to see potential in deploying LLMs for clinical use. However, medicine is a setting where accurate reasoning is paramount. Many researchers are questioning the effectiveness of multiple choice question answering (MCQA) benchmarks, frequently used to test LLMs. Researchers and clinicians alike must have complete confidence in LLMs' abilities for them to be deployed in a medical setting. To address this need for understanding, we introduce a knowledge graph (KG)-based method to evaluate the biomedical reasoning abilities of LLMs. Essentially, we map how LLMs link medical concepts in order to better understand how they reason. We test GPT-4, Llama3-70b, and PalmyraMed-70b, a specialized medical model. We enlist a panel of medical students to review a total of 60 LLM-generated graphs and compare these graphs to BIOS, a large biomedical KG. We observe GPT-4 to perform best in our human review but worst in our ground truth comparison; vice-versa with PalmyraMed, the medical model. Our work provides a means of visualizing the medical reasoning pathways of LLMs so they can be implemented in clinical settings safely and effectively.

📄 PDF Abstract BibTeX arXiv:2412.10982

Code (1)

nyuolab/medg-krp 공식 구현 pytorch

Tasks

Multiple-choiceMultiple Choice Question Answering (MCQA)Question Answering

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Multi-Head Attention 설명 없음
Adam 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Position-Wise Feed-Forward Layer 설명 없음
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…

Similar Papers 제목 키워드 기반

MedGraph: An experimental semantic information retrieval method using knowledge graph embedding for the biomedical citations indexed in PubMed

2021-12-12 · Islam Akef Ebeid, Elizabeth Pierce

Here we study the semantic search and retrieval problem in biomedical digital libraries. First, we introduce MedGraph, a knowledge graph embedding-based method that provides semantic relevance retrieval and ranking for t…

ArticlesBiomedical Information RetrievalGraph EmbeddingInformation Retrieval+2

$\mathtt{MedGraph:}$ Structural and Temporal Representation Learning of Electronic Medical Records

2019-12-08 · Bhagya Hettige, Yuan-Fang Li, Weiqing Wang, Suong Le 외

Electronic medical record (EMR) data contains historical sequences of visits of patients, and each visit contains rich information, such as patient demographics, hospital utilisation and medical codes, including diagnosi…

AttributePoint ProcessesRepresentation Learning

Google-MedGemma Based Abnormality Detection in Musculoskeletal radiographs

2025-11-06 · Soumyajit Maity, Pranjal Kamboj, Sneha Maity, Rajat Singh 외 arxiv

This paper proposes a MedGemma-based framework for automatic abnormality detection in musculoskeletal radiographs. Departing from conventional autoencoder and neural network pipelines, the proposed method leverages the M…

Representation LearningBinary ClassificationFeature EngineeringTransfer Learning

MedGCN: Medication recommendation and lab test imputation via graph convolutional networks

2019-03-31 · Chengsheng Mao, Liang Yao, Yuan Luo

Laboratory testing and medication prescription are two of the most important routines in daily clinical practice. Developing an artificial intelligence system that can automatically make lab test imputations and medicati…

Graph Neural NetworkImputation

Graph-Text Multi-Modal Pre-training for Medical Representation Learning

2022-03-18 · Sungjin Park, Seongsu Bae, Jiho Kim, Tackeun Kim 외

As the volume of Electronic Health Records (EHR) sharply grows, there has been emerging interest in learning the representation of EHR for healthcare applications. Representation learning of EHR requires appropriate mode…

Representation Learning