无需大模型,直接从对话中实时提取临床医嘱
JEDA: Query-Free Clinical Order Search from Ambient Dialogues
- 用双编码器联合嵌入技术,直接匹配对话与标准医嘱
- 在无查询模式下,仅用短窗口对话就可准确触发医嘱检索
- 对语音识别错误和表达不流畅有强鲁棒性,适合临床实时场景
临床对话中既有明确指令(如‘拍个胸片’),也有隐含推理(如‘咳嗽加重一夜,应排查肺炎’)。现有系统依赖大模型重写指令,带来延迟、不稳定和不可解释性。我们提出JEDA(联合嵌入用于直接与环境式临床医嘱),一个基于PubMedBERT初始化的双编码器,在无需查询的模式下,通过短滚动窗口的环境对话直接触发医嘱检索。训练采用去重对比目标,结合受限大模型引导,将每项已签署医嘱与多种表述形式(仅指令、仅上下文、指令+上下文、上下文+推理)关联,实现更清晰的医嘱区分、更强的查询-医嘱耦合与泛化能力。该查询自由模式具备抗噪能力,降低对话语不连贯和语音识别错误的敏感性。实际部署显示,JEDA显著优于基础编码器及近期开源嵌入模型(Linq Embed Mistral、SFR Embedding、GTE Qwen、BGE large、Embedding Gemma),实现快速、可解释、无需大模型的实时医嘱检索。
原文摘要 · Abstract (English)
Clinical conversations mix explicit directives (order a chest X-ray) with implicit reasoning (the cough worsened overnight, we should check for pneumonia). Many systems rely on LLM rewriting, adding latency, instability, and opacity that hinder real-time ordering. We present JEDA (Joint Embedding for Direct and Ambient clinical orders), a domain-initialized bi-encoder that retrieves canonical orders directly and, in a query-free mode, encodes a short rolling window of ambient dialogue to trigger retrieval. Initialized from PubMedBERT and fine-tuned with a duplicate-safe contrastive objective, JEDA aligns heterogeneous expressions of intent to shared order concepts. Training uses constrained LLM guidance to tie each signed order to complementary formulations (command only, context only, command+context, context+reasoning), producing clearer inter-order separation, tighter query extendash order coupling, and stronger generalization. The query-free mode is noise-resilient, reducing sensitivity to disfluencies and ASR errors by conditioning on a short window rather than a single utterance. Deployed in practice, JEDA yields large gains and substantially outperforms its base encoder and recent open embedders (Linq Embed Mistral, SFR Embedding, GTE Qwen, BGE large, Embedding Gemma). The result is a fast, interpretable, LLM-free retrieval layer that links ambient context to actionable clinical orders in real time.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。