REVIEW 4 major objections 6 minor 4 references
A Topic Modeling Analysis of Stigma Dimensions, Social, and Related Behavioral Circumstances in Clinical Notes Among Patients with HIV
T0 review · 4 major / 6 minor · reviewed 2026-08-07 · deepseek-v4-flash
Pith's one-line read This paper claims that topic modeling of electronic health record clinical notes, restricted to sentences containing stigma keywords, uncovers eleven distinct dimensions of HIV stigma and related social and behavioral circumstances.
desk verdict A workmanlike descriptive topic-modeling study of HIV stigma in EHR notes that overreaches when it calls the pipeline a scalable stigma assessment without a validation step. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The machinery is a keyword-filtered sentence corpus fed to Latent Dirichlet Allocation. The keyword list is built by seeding from established stigma scales and then snowballing: clinicians review random notes, add new terms until saturation, and expand by embedding-based synonyms, ending with 91 terms. Sentences containing at least one keyword become the documents for LDA; topic coherence, similarity, and diversity are used to select the number of topics, and experts label the final clusters. The filtering changes what the model can see: full-note models are dominated by lab results, medications, and scheduling, while sentence-level models concentrate on stigma dimensions and social-behavioral circumstances.
What would settle it
Take a random sample of the same clinical notes, have clinicians mark every sentence that expresses stigma, then check how many marked sentences contain at least one of the 91 keywords; a large share of keyword-free stigma sentences would show the topic set is incomplete, while a large share of keyword-selected sentences that clinicians judge unrelated to stigma would show the model is diluted.
Extended reading notes
Core claim
The paper's central claim is that HIV-related stigma and its social and behavioral context are documented in electronic health record clinical notes often enough and consistently enough that unsupervised topic modeling can recover them. Working with a cohort of 9,140 people living with HIV and 2.9 million notes, the authors find that the unit of analysis matters: a sentence filtered by stigma keywords yields 9 of 11 topics directly about stigma and related circumstances, while topic models on complete notes mostly recover routine medical logistics. The resulting topics include mental health concerns and stigma, limited healthcare access, missed appointments, treatment refusal and isolation, intimate partner violence, fear of falling, substance abuse, and food insecurity. The paper reports no substantial male-female topic differences but clear age gradients in several topics. It argues this makes routine clinical documentation a viable data source for stigma assessment and intervention targeting.
Load-bearing premise
The whole analysis depends on the 91-term stigma keyword list being complete and unbiased enough that every sentence selected for modeling is a representative sample of how stigma is written in clinical notes; if common stigma phrases are missing or clinical language is over-represented, the topics and the age comparisons inherit that skew.
Editorial extensions
If this is right
- Stigma screening can be run on existing electronic health record text without new patient questionnaires, removing response burden and recruitment cost.
- Sentence-level keyword filtering is the decisive step: it raises the fraction of stigma-relevant topics from about 20% (all notes) and 45% (keyword-containing notes) to about 82%.
- Age-stratified topic distributions can flag subgroups with distinct needs, such as older patients' fear of falling and physical health concerns.
- The same pipeline can be ported to other stigmatized conditions by replacing the disease-specific seed keyword list.
Reading between the lines
- Because the topic model is trained on sentences selected by keywords, the prevalence of a stigma topic is partly an artifact of how many keywords feed it; topic probabilities should be read as documentation intensity, not true stigma prevalence in the population.
- If validated against structured outcome data in the same electronic health record (for example, viral suppression or antiretroviral adherence), topic proportions could serve as predictive features, turning documentation into a risk signal—a step the paper does not take.
- The method's portability claim can be tested cheaply: applying the same sentence-filtering pipeline to hepatitis C or cancer notes should reproduce recognizable stigma topics if the mechanism is general.
- The near-zero sex differences may reflect how clinicians document, not how stigma is experienced; a mismatch between note-derived and survey-derived stigma would identify documentation bias.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. This paper applies Latent Dirichlet Allocation to a large corpus of clinical notes from 9,140 people living with HIV at UF Health, using three input-filtering strategies to identify stigma-related topics. The authors construct a 91-term keyword list seeded from established HIV stigma scales and expanded via snowball sampling and clinical word embeddings (GatorTron), then fit LDA to all notes (Strategy 1), notes containing a keyword (Strategy 2), and sentences containing a keyword (Strategy 3). Strategy 3 yields 15 topics, later summarized to 11 after expert review, covering themes such as 'Mental Health Concerns and Stigma', 'Treatment Refusal and Isolation', 'Substance Abuse', and 'Food Insecurity and Resource Scarcity'. The paper reports word-frequency summaries and compares topic prevalence between sex and age subgroups. The central conclusion is that EHR notes can provide a scalable, time-efficient assessment of HIV stigma that overcomes limitations of traditional questionnaires.
Significance. If the central claim were validated, the paper would make a useful contribution by demonstrating that clinical narratives can be mined at scale to characterize stigma and related social/behavioral circumstances in PLWH, complementing survey-based methods. The paper has several genuine strengths: the cohort is large (9,140 patients, 2.9 million notes); the comparisons across three filtering strategies are informative and illustrate an important methodological point; the keyword list is externally grounded in established stigma scales; and the code is publicly available, which supports reproducibility. However, the paper's strongest claim — that the approach enables 'scalable, time-efficient assessment' of stigma — is currently a construct-validity assumption rather than a demonstrated result. The reported evidence supports exploratory theme discovery from clinical text, but not yet a validated stigma measurement instrument. The age/sex comparisons are descriptive and lack statistical rigor. With reframing or a validation substudy, the work would merit publication; in its present form, the headline conclusion overreaches the evidence.
major comments (4)
- [Section 3.2, Table 4, and Section 4] The central conclusion that the pipeline 'enables scalable, time-efficient assessment' of HIV stigma is not supported by the evidence reported. Strategy 3 selects sentences containing at least one of 91 keywords and then fits LDA, but the resulting topics are never compared against expert-annotated stigma mentions or a validated stigma instrument. Table 4 itself contains topics such as 'Medical History and Screening' and 'Physical Symptoms and HIV Pain Management' that are not stigma dimensions, and the top words include generic terms like 'denies', 'feeling', 'pain', and 'history'. Expert post-hoc labeling of top words can name coherent themes, but it does not establish that topic prevalence is a valid measurement of stigma as experienced or documented. The authors should either add a validation step (e.g., annotation of a random sample of Strategy 3 sentences against a stigma reference standard, or comparison with a stigma scale in a subset of patients) or explicitly reframe the conclusion as exploratory theme discovery rather than stigma assessment.
- [Section 3.4 and Figure 4] The sex and age subgroup comparisons average topic probabilities over documents, not over patients, and are reported without confidence intervals or significance tests. Because the number of notes per patient varies substantially — a skew the authors acknowledge in the Limitations — per-document averaging can reflect documentation volume rather than stigma prevalence. Consequently, the statements that 'no substantial difference' exists between males and females and that particular topics decline or increase with age are not statistically supported. The authors should aggregate at the patient level (e.g., average topic distribution per patient before comparing groups), include confidence intervals, and apply appropriate significance tests, or explicitly describe Figure 4 as raw descriptive patterns.
- [Section 2.3] The number of topics K is selected using a composite score of topic coherence, diversity, and similarity computed on the same corpus that is used for model training, and the manuscript does not report the variability of the selected K across the 10 random seeds beyond averaged metric scores. Without reporting the composite-score curve or checking stability of the topics across neighboring K values, the reported 15-topic solution (Strategy 3) may be an artifact of the chosen hyperparameters. At minimum, the authors should report the score curve, the range of selected K over seeds, and some measure of topic stability across seeds.
- [Section 2.2] The snowball keyword expansion is described as iterative review of 'a small batch of randomly sampled notes' until 'no more new keywords could be identified', but no details are given on the number of iterations, the size of each sampled batch, the number of reviewers, or inter-rater agreement. This makes the saturation claim unverifiable and is consequential because the Strategy 3 corpus — the one that produces the main results — is defined entirely by the completeness and bias of the 91-term keyword list. The authors should report the iterative process more concretely, including how saturation was operationalized and how the embedding-based synonym expansions were validated.
minor comments (6)
- [Section 3.1] The sentence reporting corpus sizes — 'we identified 2,707,448 notes, 515,417 notes, and 779,702 sentences from 474,470 unique notes for Strategies 1, 2, and 3, respectively' — is malformed and should clearly associate each count with its strategy.
- [Section 3.3] The word cloud is described as representing 'topics generated from the entire document'; this should say 'entire corpus' or 'dataset', since the word cloud aggregates over all documents, not a single document.
- [Reference list] Reference [28] is corrupted: it reads 'Software Framework for Topic MoSoftware framework for topic modelling with large corporadelling with Large Corpora' and needs correction.
- [Sections 3.2 and 3.4] The terms 'topic variance' and 'topic variation' are used inconsistently; the authors should choose one term and apply it throughout.
- [Figure 4] The heatmaps in Figure 4 lack axis labels for the age groups and would benefit from reporting the sample size per subgroup so that the descriptive comparisons are interpretable.
- [Section 2.2] The threshold and validation for the GatorTron embedding-based synonym expansion (cosine similarity cutoff, manual review process) are not reported, which limits reproducibility of the keyword list.
Circularity Check
No significant circularity: the topic-modeling pipeline is an exploratory operationalization, and the cited in-group tools (GatorTron, computable phenotype) are methodological rather than load-bearing justifications.
full rationale
The paper's derivation chain is descriptive rather than self-referential. Strategy 3 (Section 2.2, Figure 1A) selects sentences containing at least one of 91 keywords, and LDA (Section 2.3) then discovers topics from those sentences; the topic labels are manually assigned by experts and are not used to define the keyword list or to compute any fitted quantity that is later 'predicted'. The claim that nine of eleven topics are 'stigma, social, and behavioral circumstances' is an interpretive summary of emergent word clusters, not a quantity derived from the inputs by construction. The keyword seed list is grounded in established external stigma measures (Berger scale), and the snowball/embedding extension adds terms beyond the seed; this weakens, rather than creates, any self-definitional tie. The sex/age analyses (Section 3.4) are descriptive averages of document-topic probabilities, not fitted predictions validated against themselves. The in-group citations—GatorTron [26] for embeddings and the computable phenotype [25] for cohort identification—are methodological tools; the phenotype has external chart-review validation (98.9% sensitivity, 97.6% specificity), and GatorTron is used only for synonym expansion, not to justify the central result via a uniqueness or equivalence argument. The paper's own limitations (Section 4) acknowledge that topic modeling may underrepresent rare themes and that note-volume skew can affect topic distributions; those are validity concerns, not circularity. The conclusion that the pipeline 'enables scalable, time-efficient assessment' outruns the evidence because no external stigma validation is performed, but overclaiming is a correctness/construct-validity issue and does not make the derivation circular under the specified criteria.
Assumptions & free parameters
free parameters (3)
- Number of topics K =
25 (Strategies 1 and 2), 15 (Strategy 3)
- LDA hyperparameters (alpha, passes, iterations) =
alpha='auto', passes=10, iterations=10
- Stigma keyword list (91 terms) =
91 manually curated and snowball-expanded terms
assumptions (5)
- standard math Bag-of-words representation and LDA generative assumptions (documents are mixtures of topics, exchangeability).
- domain assumption Clinical notes contain genuine documentation of stigma and related social/behavioral circumstances.
- domain assumption The computable phenotype algorithm accurately identifies PLWHs.
- domain assumption Sentences containing at least one keyword form a representative sample of stigma documentation.
- domain assumption Manual expert labeling and merging of topics is a valid interpretation of LDA clusters.
Cite this review
Pith. "Pith review of A Topic Modeling Analysis of Stigma Dimensions, Social, and Related Behavioral Circumstances in Clinical Notes Among Patients with HIV." pith.science (2026). https://pith.science/paper/APPWC2KR
@misc{pith2026250609279,
author = {Pith},
title = {Pith review of: A Topic Modeling Analysis of Stigma Dimensions, Social, and Related Behavioral Circumstances in Clinical Notes Among Patients with HIV},
year = {2026},
howpublished = {\url{https://pith.science/paper/APPWC2KR}},
note = {Machine review of arXiv:2506.09279}
}
read the original abstract
Objective: To characterize stigma dimensions, social, and related behavioral circumstances in people living with HIV(PLWHs) seeking care, using NLP methods applied to a large collection of EHR clinical notes from a large integrated health system in the southeast United States. Methods: We identified a cohort of PLWHs from the UF Health IDR and performed topic modeling analysis using Latent Dirichlet Allocation to uncover stigma-related dimensions and related social and behavioral contexts. Domain experts created a seed list of HIV-related stigma keywords, then applied a snowball strategy to review notes for additional terms until saturation was reached iteratively. To identify more target topics, we tested three keyword-based filtering strategies. The detected topics were evaluated using three widely used metrics and manually reviewed by specialists. In addition, we conducted word frequency analysis and topic variation analysis among subgroups to examine differences across age and sex-specific demographics. Results: We identified 9140 PLWHs at UF Health and collected 2.9 million clinical notes. Through the iterative keyword approach, we generated a list of 91 keywords associated with HIV-related stigma. Topic modeling on sentences containing at least one keyword uncovered a wide range of topic themes, such as "Mental Health Concern, Stigma", "Treatment Refusal, Isolation", and "Substance Abuse". Topic variation analysis across age subgroups revealed substantial differences. Conclusion: Extracting and understanding the HIV-related stigma and associated social and behavioral circumstances from EHR clinical notes enables scalable, time-efficient assessment and overcoming the limitations of traditional questionnaires. Findings from this research provide actionable insights to inform patient care and interventions to improve HIV-care outcomes.
Reference graph
Works this paper leans on
-
[1]
Mental Health Concerns and Stigma
INTRODUCTION AND BACKGROUND The human immunodeficiency virus (HIV) is recognized as the causative agent of acquired immunodeficiency syndrome (AIDS), a global health burden. Based on the World Health Organization’s estimates, 91.4 million people have been infected with HIV, and approximately 44.1 million have died from AIDS or related complications since ...
work page 2024
-
[4]
Food Insecurity and Resource Scarcity
DISCUSSION AND CONCLUSION In this study, we applied topic modeling to analyze around 2.9 million clinical notes from PLWHs receiving care at a large academic medical center in Florida to discover topics of stigma dimensions, social, and related behavioral circumstances. Using an unsupervised topic modeling based on LDA, we experimented with three differen...
work page 2025
-
[12]
Validation of the HIV/AIDS Stigma Instrument - PLWA (HASI-P),
W. L. Holzemer et al., “Validation of the HIV/AIDS Stigma Instrument - PLWA (HASI-P),” AIDS Care, vol. 19, no. 8, pp. 1002–1012, Sept. 2007. [13] A. Malik, A. Antonino, M. L. Khan, and M. Nieminen, “Characterizing HIV discussions and engagement on Twitter,” Health Technol. (Berl.), vol. 11, no. 6, pp. 1237–1245, Nov. 2021. [14] R. K. Lomotey, S. Kumi, M. ...
work page 2007
-
[29]
Exploring the space of topic coherence measures,
M. Röder, A. Both, and A. Hinneburg, “Exploring the space of topic coherence measures,” in Proceedings of the Eighth ACM International Conference on Web Search and Data Mining, Shanghai China, 2015, pp. 399–408. [30] “The distribution of the flora in the alpine zone. 1,” New Phytol, vol. 11, no. 2, pp. 37–50, 1912. [31] A. Bousso Dieng, J. R. Francisco, a...
work page 2015
Reviewed August 7, 2026 · model on record in the stance chip above.
Discussion (0). Sign in to comment.