paper-with-me

홈 › Papers

MedKGent: A Large Language Model Agent Framework for Constructing Temporally Evolving Medical Knowledge Graph

2025-08-17 · Duzhen Zhang, Zixiao Wang, Zhong-Zhi Li, Yahan Yu, Shuncheng Jia, Jiahua Dong, Haotian Xu, Xing Wu, Yingying Zhang, Tielin Zhang, Jie Yang, Xiuying Chen, Le Song arxiv

The rapid expansion of medical literature presents growing challenges for structuring and integrating domain knowledge at scale. Knowledge Graphs (KGs) offer a promising solution by enabling efficient retrieval, automated reasoning, and knowledge discovery. However, current KG construction methods often rely on supervised pipelines with limited generalizability or naively aggregate outputs from Large Language Models (LLMs), treating biomedical corpora as static and ignoring the temporal dynamics and contextual uncertainty of evolving knowledge. To address these limitations, we introduce MedKGent, a LLM agent framework for constructing temporally evolving medical KGs. Leveraging over 10 million PubMed abstracts published between 1975 and 2023, we simulate the emergence of biomedical knowledge via a fine-grained daily time series. MedKGent incrementally builds the KG in a day-by-day manner using two specialized agents powered by the Qwen2.5-32B-Instruct model. The Extractor Agent identifies knowledge triples and assigns confidence scores via sampling-based estimation, which are used to filter low-confidence extractions and inform downstream processing. The Constructor Agent incrementally integrates the retained triples into a temporally evolving graph, guided by confidence scores and timestamps to reinforce recurring knowledge and resolve conflicts. The resulting KG contains 156,275 entities and 2,971,384 relational triples. Quality assessments by two SOTA LLMs and three domain experts demonstrate an accuracy approaching 90%, with strong inter-rater agreement. To evaluate downstream utility, we conduct RAG across seven medical question answering benchmarks using five leading LLMs, consistently observing significant improvements over non-augmented baselines. Case studies further demonstrate the KG's value in literature-based drug repurposing via confidence-aware causal inference.

📄 PDF Abstract BibTeX arXiv:2508.12393

Code (0)

등록된 구현이 없습니다.

Tasks

Question AnsweringCausal InferenceKnowledge Graphs

Similar Papers 제목 키워드 기반

MEnvAgent: Scalable Polyglot Environment Construction for Verifiable Software Engineering

2026-01-30 · Chuanzhe Guo, Jingjing Wu, Sijun He, Yang Chen 외 arxiv

The evolution of Large Language Model (LLM) agents for software engineering (SWE) is constrained by the scarcity of verifiable datasets, a bottleneck stemming from the complexity of constructing executable environments a…

DatasetAgent: A Novel Multi-Agent System for Auto-Constructing Datasets from Real-World Images

2025-07-11 · Haoran Sun, Haoyu Bian, Shaoning Zeng, Yunbo Rao 외 arxiv

Common knowledge indicates that the process of constructing image datasets usually depends on the time-intensive and inefficient method of manual collection and annotation. Large models offer a solution via data generati…

Image ClassificationImage SegmentationObject Detection

BadAgent: Inserting and Activating Backdoor Attacks in LLM Agents

2024-06-05 · Yifei Wang, Dizhan Xue, Shengjie Zhang, Shengsheng Qian

With the prosperity of large language models (LLMs), powerful LLM-based intelligent agents have been developed to provide customized services with a set of user-defined tools. State-of-the-art methods for constructing LL…

AI Agent-Driven Framework for Automated Product Knowledge Graph Construction in E-Commerce

2025-11-14 · Dimitar Peshevski, Riste Stojanov, Dimitar Trajanov arxiv

The rapid expansion of e-commerce platforms generates vast amounts of unstructured product data, creating significant challenges for information retrieval, recommendation systems, and data analytics. Knowledge Graphs (KG…

Recommendation SystemsInformation RetrievalKnowledge Graphs

AgentBalance: Backbone-then-Topology Design for Cost-Effective Multi-Agent Systems under Budget Constraints

2025-12-12 · Shuowei Cai, Yansong Ning, Hao Liu arxiv

Large Language Model (LLM)-based multi-agent systems (MAS) are becoming indispensable building blocks for web-scale applications such as web search, social network analytics, and online customer support, where cost-effec…

Representation Learning