CLAIFeb 24

PVminer: A Domain-Specific Tool to Detect the Patient Voice in Patient Generated Data

arXiv:2602.21165v12 citationsh-index: 17
Originality Incremental advance
AI Analysis

This addresses the scalability challenge of analyzing patient-authored messages for healthcare providers, though it appears incremental as it builds on existing BERT and topic modeling approaches.

The researchers tackled the problem of automatically detecting patient voice in patient-generated text data by developing PVminer, a domain-adapted NLP framework that integrates BERT encoders and topic modeling, achieving F1 scores of 82.25% for Code-level and up to 77.87% for Combo-level detection.

Patient-generated text such as secure messages, surveys, and interviews contains rich expressions of the patient voice (PV), reflecting communicative behaviors and social determinants of health (SDoH). Traditional qualitative coding frameworks are labor intensive and do not scale to large volumes of patient-authored messages across health systems. Existing machine learning (ML) and natural language processing (NLP) approaches provide partial solutions but often treat patient-centered communication (PCC) and SDoH as separate tasks or rely on models not well suited to patient-facing language. We introduce PVminer, a domain-adapted NLP framework for structuring patient voice in secure patient-provider communication. PVminer formulates PV detection as a multi-label, multi-class prediction task integrating patient-specific BERT encoders (PV-BERT-base and PV-BERT-large), unsupervised topic modeling for thematic augmentation (PV-Topic-BERT), and fine-tuned classifiers for Code, Subcode, and Combo-level labels. Topic representations are incorporated during fine-tuning and inference to enrich semantic inputs. PVminer achieves strong performance across hierarchical tasks and outperforms biomedical and clinical pre-trained baselines, achieving F1 scores of 82.25% (Code), 80.14% (Subcode), and up to 77.87% (Combo). An ablation study further shows that author identity and topic-based augmentation each contribute meaningful gains. Pre-trained models, source code, and documentation will be publicly released, with annotated datasets available upon request for research use.

Foundations

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

Your Notes