paper-with-me

홈 › Papers

ClinicalAgent: Clinical Trial Multi-Agent System with Large Language Model-based Reasoning

2024-04-23 · Ling Yue, Sixue Xing, Jintai Chen, Tianfan Fu

Large Language Models (LLMs) and multi-agent systems have shown impressive capabilities in natural language tasks but face challenges in clinical trial applications, primarily due to limited access to external knowledge. Recognizing the potential of advanced clinical trial tools that aggregate and predict based on the latest medical data, we propose an integrated solution to enhance their accessibility and utility. We introduce Clinical Agent System (ClinicalAgent), a clinical multi-agent system designed for clinical trial tasks, leveraging GPT-4, multi-agent architectures, LEAST-TO-MOST, and ReAct reasoning technology. This integration not only boosts LLM performance in clinical contexts but also introduces novel functionalities. The proposed method achieves competitive predictive performance in clinical trial outcome prediction (0.7908 PR-AUC), obtaining a 0.3326 improvement over the standard prompt Method. Publicly available code can be found at https://anonymous.4open.science/r/ClinicalAgent-6671.

📄 PDF Abstract BibTeX arXiv:2404.14777

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModelingLanguage ModellingLarge Language Model

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Position-Wise Feed-Forward Layer 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
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…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
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…
Residual Connection 설명 없음

Similar Papers 제목 키워드 기반

ClinicalAgents: Multi-Agent Orchestration for Clinical Decision Making with Dual-Memory

2026-03-27 · Zhuohan Ge, Haoyang Li, Yubo Wang, Nicole Hu 외 arxiv

While Large Language Models (LLMs) have demonstrated potential in healthcare, they often struggle with the complex, non-linear reasoning required for accurate clinical diagnosis. Existing methods typically rely on static…

Decision Making

ClinicalLab: Aligning Agents for Multi-Departmental Clinical Diagnostics in the Real World

2024-06-19 · Weixiang Yan, Haitian Liu, Tengxiao Wu, Qian Chen 외

LLMs have achieved significant performance progress in various NLP applications. However, LLMs still struggle to meet the strict requirements for accuracy and reliability in the medical field and face many challenges in …

DiagnosticMultiple-choiceText Generation

ReflecTool: Towards Reflection-Aware Tool-Augmented Clinical Agents

2024-10-23 · Yusheng Liao, Shuyang Jiang, Yanfeng Wang, Yu Wang

Large Language Models (LLMs) have shown promising potential in the medical domain, assisting with tasks like clinical note generation and patient communication. However, current LLMs are limited to text-based communicati…

ClinicalReTrial: Clinical Trial Redesign with Self-Evolving Agents

2026-01-01 · Sixue Xing, Kerui Wu, Xuanye Xia, Meng Jiang 외 arxiv

Clinical trials constitute a critical yet exceptionally challenging and costly stage of drug development (\$2.6B per drug), where protocols are encoded as complex natural language documents, motivating the use of AI syst…

TrialCalibre: A Fully Automated Causal Engine for RCT Benchmarking and Observational Trial Calibration

2026-04-28 · Amir Habibdoust, Xing Song arxiv

Real-world evidence (RWE) studies that emulate target trials increasingly inform regulatory and clinical decisions, yet residual, hard-to-quantify biases still limit their credibility. The recently proposed BenchExCal fr…