CLAIJun 15

PVminerLLM2: Improving Structured Extraction of Patient Voice via Preference Optimization

arXiv:2606.1607423.7Has Code
Predicted impact top 24% in CL · last 90 daysOriginality Incremental advance
AI Analysis

For researchers in patient-centered outcomes research, this provides a more accurate method for extracting structured information from patient-generated text, addressing rare and fine-grained errors.

PVminerLLM2 improves structured extraction of patient voice from unstructured text by applying preference optimization with a token-level gated stabilization term and confusion-aware pair construction, achieving gains of up to 4.43% (Code), 3.50% (Sub-code), and 1.55% (Span) over strong baselines.

Motivation: Patient-generated text contains critical information on patients' lived experiences, social context, and care engagement, but remains largely unstructured, limiting its use in patient-centered outcomes research. Prior work introduced the PV-Miner benchmark and PVMinerLLM models for structured extraction. However, supervised fine-tuning (SFT) alone struggles with rare, fine-grained, and unevenly distributed errors, particularly in token-critical structured outputs. Results: We present PVminerLLM2, an improved set of LLMs for structured patient voice extraction that applies preference optimization to address token-critical errors beyond the reach of supervised fine-tuning. Our method introduces (i) a preference objective with token-level gated stabilization term that prevents degradation of absolute token likelihood under preference optimization, and (ii) confusion-aware preference pair construction to better capture low-separation distinctions. We further incorporate token-importance weighting and inverse-frequency reweighing to address token imbalance and class skew. Across multiple model sizes, PVMinerLLM2 consistently outperforms strong baselines, achieving gains of up to 4.43% (Code), 3.50% (Sub-code), and 1.55% (Span), and outperforms baseline LLM trained with existing preference optimization methods. Availability and Implementation: The supplementary material, code, evaluation scripts, and trained models for PVminerLLM2 are publicly available at: https://github.com/Data-Mining-Lab-Yale/PVminerLLM2

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes