菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-06-28
📄 Abstract - The Verbose Context Problem in Medical Records

The verbose context problem occurs when structured concepts have token-inefficient textual representations. This bottleneck is acute in population health: cohort-level analysis of longitudinal patient records requires reasoning over thousands of medically-coded events, often exceeding 400K tokens in total. We present PopMedQA, a benchmark isolating this problem through computational tasks on groups of longitudinal patient records. We construct the benchmark using neopatient, a new library for language-controlled generation of artificial patient records. Through extensive ablations -- including prompting strategies, prompt compression, and agentic decomposition -- we find that domain-independent methods fail to alleviate the verbose context problem. There remains significant opportunity to exploit domain-specific structure in language model inputs for population-scale reasoning.

顶级标签: medical llm benchmark
详细标签: verbose context population health patient records token efficiency prompt compression 或 搜索:

医疗记录中的冗余上下文问题 / The Verbose Context Problem in Medical Records


1️⃣ 一句话总结

本文提出了一个名为PopMedQA的基准测试,用于研究在处理大量结构化医疗记录时,由于文本表示效率低下导致的上下文冗长问题,并通过实验发现当前通用方法难以有效缓解这一问题,从而为开发领域特定的语言模型优化方法提供了方向。

源自 arXiv: 2606.29503