arXiv Computation and Language

Toward Complete Hospital Discharge Summarization with Abstract Meaning Representation

arXiv AI
Sep 10

Building evidence-based knowledge bases from full-text literature for disease-specific biomedical reasoning

EvidenceNet is a disease‑specific dataset that transforms full‑text biomedical literature into structured evidence records and graph representations, preserving study design, provenance, and quantitative support. Using an LLM‑assisted pipeline, it extracts experimentally grounded findings, normalizes entities, scores evidence quality, and links related records via typed semantic relations. The released subsets—EvidenceNet‑HCC and EvidenceNet‑CRC—contain thousands of evidence records and richly connected graphs, with high extraction and relation‑type accuracy, enabling retrieval‑augmented question answering and graph‑based tasks such as link prediction and target prioritization.

By Chang Zong, Jinyu Chen, Sicheng Lv, Si-tu Xue, Huilin Zheng, Jian Wan, Lei Zhang
arXiv Computation and Language
Aug 27

Gavel: Agent Meets Checklist for Evaluating LLMs on Long-Context Legal Summarization

The paper introduces Gavel, a framework for evaluating large language models (LLMs) on long-context legal summarization tasks. Gavel includes a reference-based component (Gavel-Ref) with checklist, residual-fact, and writing-style checks, and a reference-free component (Gavel-Agent) that assesses factual coverage directly from source documents. Experiments on 12 frontier LLMs reveal that models tend to omit key information more than hallucinate, perform well on simple checklist items but struggle with rare, complex items, and their performance degrades with longer cases. Gavel-Agent cuts token usage by at least 36% compared to traditional methods while maintaining competitive accuracy, and it also generalizes effectively to the medical domain.

By Yao Dou, Benjamin Mamut, Wei Xu
arXiv AI
2d ago

CLEAR: Cross-Source Evidence Adjudication for Large Language Models in Medicine

The paper introduces CLEAR, an agentic framework designed to improve the reliability of large language models (LLMs) in medical contexts by adjudicating evidence from multiple sources. CLEAR generates candidate answers from three distinct pathways—parametric knowledge, locally curated corpora, and dynamically retrieved evidence—and then uses an aggregation verifier to evaluate agreement and conflict among these sources. An adjudication module decides whether to preserve or revise conclusions, employing override-guard and challenge-audit mechanisms, and initiates targeted follow-up searches when conflicts remain unresolved.

By Shuai Wang, Yize Zhao, Qingyu Chen