iGEN
Visit IGEN World Explore IGEN Expo
EXPLORE UPGRADE PLANS
BREAKING
Moody's Assigns First-Time Baa2 Rating to RBL Bank, One Notch Above India's Sovereign Sebi Bars Zee's Subhash Chandra, Punit Goenka From Market for One Year Zepto Defers IPO by Two to Three Quarters After Tepid Investor Response Tim Cook: India Among Apple's Best Global Markets as June Quarter Records Revenue Domestic funds reach record 21% stake in Indian companies as FPI ownership drops to 17% Cybercriminals widen net as assessees rush to meet I-T return filing deadline Bloomberg Delays India's Sovereign Bond Index Inclusion as Market Reforms Need Further Testing Gold loans jump 93.8% y-o-y, fuel bank credit growth in Q1FY27 Snapchat joins YouTube, LinkedIn and Substack in fight against 'AI slop' Amazon speeds last-mile delivery, expands robotics fleet past 1 million Moody's Assigns First-Time Baa2 Rating to RBL Bank, One Notch Above India's Sovereign Sebi Bars Zee's Subhash Chandra, Punit Goenka From Market for One Year Zepto Defers IPO by Two to Three Quarters After Tepid Investor Response Tim Cook: India Among Apple's Best Global Markets as June Quarter Records Revenue Domestic funds reach record 21% stake in Indian companies as FPI ownership drops to 17% Cybercriminals widen net as assessees rush to meet I-T return filing deadline Bloomberg Delays India's Sovereign Bond Index Inclusion as Market Reforms Need Further Testing Gold loans jump 93.8% y-o-y, fuel bank credit growth in Q1FY27 Snapchat joins YouTube, LinkedIn and Substack in fight against 'AI slop' Amazon speeds last-mile delivery, expands robotics fleet past 1 million
Home ›› Technology ›› Ai ›› Llms ›› PVminerLLM2 Uses Preference Optimization to Improve Structured Patient Voice Extraction

PVminerLLM2 Uses Preference Optimization to Improve Structured Patient Voice Extraction

Researchers introduce PVminerLLM2, an improved set of LLMs for structured extraction of patient voice from unstructured text. The model uses preference optimization with token-level gated stabilization and confusion-aware pair construction to outperform supervised fine-tuning baselines. The code and trained models are publicly available.

iG
iGEN Editorial
June 16, 2026
PVminerLLM2 Uses Preference Optimization to Improve Structured Patient Voice Extraction

Unstructured patient-generated text captures critical information about lived experiences, social context, and care engagement, but its clinical value remains locked without structured extraction. A new family of language models, PVminerLLM2, aims to unlock that data by applying preference optimization — a technique that refines model outputs beyond what supervised fine-tuning (SFT) can achieve.

Limitations of Supervised Fine-Tuning

Prior work established the PV-Miner benchmark and the PVMinerLLM models for structured extraction of patient voice. However, according to the researchers, supervised fine-tuning alone struggles with rare, fine-grained, and unevenly distributed errors, particularly in token-critical structured outputs. These errors — such as mislabeling a single token in a clinical code — can render an extraction useless.

Key Technical Innovations

The team behind PVminerLLM2 introduces four main innovations to overcome SFT limitations:

  • Token-level gated stabilization term — prevents degradation of absolute token likelihood under preference optimization, ensuring the model does not forget high-confidence tokens while learning from preferences.
  • Confusion-aware preference pair construction — better captures low-separation distinctions by deliberately constructing training pairs from tokens the model finds hardest to distinguish.
  • Token-importance weighting — assigns higher weight to tokens critical for correct extraction.
  • Inverse-frequency reweighing — addresses token imbalance and class skew, common in medical text where certain codes appear far more often than others.

Performance Gains Across Metrics

Evaluated across multiple model sizes, PVminerLLM2 consistently outperformed strong baselines, including baseline LLMs trained with existing preference optimization methods. The improvements are summarized below:

Metric Gain over Baseline
Code 4.43%
Sub-code 3.50%
Span 1.55%

These gains, while modest in absolute terms, represent substantial reductions in token-critical errors for structured extraction tasks.

Availability and Implementation

The supplementary material, code, evaluation scripts, and trained models for PVminerLLM2 are publicly available at the project's URL on arXiv. This open release allows other researchers and enterprises to apply the same preference optimization techniques to their own structured extraction problems — whether in healthcare documentation, clinical trial data mining, or other domains where token-level accuracy is paramount.

The research was authored by Fodeh, Samah, Ma, Linhai, Puthiaraju, Ganesh, Talakokkul, Srivani, Khan, Afshan, Irankhah, Elyas, Ramachandran, Sreeraj, Hagaman, Ashley, Lowe, Sarah, and Roundtree, Aimee, and appeared on arXiv as a Computer Science paper under the title "PVminerLLM2: Improving Structured Extraction of Patient Voice via Preference Optimization".


Sources:

Keep Reading

Recommended Stories

LLM Paraphrase Augmentation Boosts Sign Language Translation Performance Technology

LLM Paraphrase Augmentation Boosts Sign Language Translation Performance

A new study proposes using a large language model (GPT-4o) to generate controlled paraphrase variants of training targets for sign language translation (SLT). Evaluated on three datasets, the method yields a modest BLEU-4 improvement on PHOENIX14T and reveals gains in semantic fidelity not captured by lexical metrics.

June 21, 2026
MoCA-Agent: Market-of-Claims Code Agent Achieves Strong Results in Financial and Numerical Reasoning Technology

MoCA-Agent: Market-of-Claims Code Agent Achieves Strong Results in Financial and Numerical Reasoning

The arXiv paper introduces MoCA-Agent, a market-of-claims code agent that decomposes questions into atomic claims and uses trader agents to buy or sell those claims. It achieved strong performance on ten benchmarks including FinQA (78.3%), FinanceMath (76.0%), and FinChart-Bench (85.6%).

June 20, 2026
Vocabulary Dropout Technique Prevents Diversity Collapse in LLM Co-Evolution Training Technology

Vocabulary Dropout Technique Prevents Diversity Collapse in LLM Co-Evolution Training

A new method called vocabulary dropout prevents diversity collapse in co-evolutionary LLM training. Applied to Qwen3 models on mathematical reasoning, it improved solver performance by an average of 4.4 points, with largest gains on competition-level benchmarks.

June 16, 2026
EHRNote-ChatQA: New Benchmark Tests LLMs on Multi-Turn Clinical Question Answering Technology

EHRNote-ChatQA: New Benchmark Tests LLMs on Multi-Turn Clinical Question Answering

Researchers introduce EHRNote-ChatQA, the first benchmark for evidence-grounded multi-turn clinical question answering over multiple discharge summaries. Built from MIMIC-IV data, it contains 967 patient-level samples and 16,072 QA pairs, revealing that LLMs struggle more with evidence grounding than content answering and that multi-turn errors compound.

June 16, 2026