Pith. sign in

REVIEW 3 major objections 4 minor 1 cited by

A large language model-based approach to quantifying the effects of social determinants in liver transplant decisions

T0 review · 3 major / 4 minor · reviewed 2026-08-11 · deepseek-v4-flash

Pith's one-line read This paper claims that LLM-extracted social factors from clinical notes substantially improve prediction of liver-transplant recommendations and listing, and explain most of the Asian versus non-Asian listing gap.

desk verdict Useful descriptive SDOH analysis held back by outcome labels co-extracted from the same notes as the features; the predictive claims need external validation before they can be taken at face value. read the letter →

arxiv 2412.07924 v2 pith:DCSRE2UP submitted 2024-12-10 cs.CY

classification cs.CY
keywords socialdeterminantsofhealthlivertransplantationlargelanguagemodelsclinicalnotesdisparitiesBlinder-Oaxacadecompositionpredictivemodelingelectronicrecords
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

The paper tries to show that a large language model can convert a patient's psychosocial evaluation note into a standardized set of 23 social and behavioral factors, and that these factors improve prediction of whether the patient is recommended for and listed for liver transplant. It reports that adding these factors raises the AUROC for psychosocial recommendation from 0.494 to 0.876 and for listing from 0.616 to 0.717. The paper also claims the factors explain 94.6 percent of the Asian versus non-Asian listing gap, with social determinants alone accounting for 42.6 percent and liver-health measures for 36.8 percent. A sympathetic reader would care because transplant eligibility rests heavily on unstructured psychosocial assessments, and quantifying them could show which modifiable circumstances drive disparities.

What carries the argument

The 'SDOH snapshot' is the central object: a standardized vector of 23 binary social and behavioral factors produced by having a privacy-preserving LLM answer 28 expert-designed questions about each psychosocial evaluation note (23 SDOH factors plus outcome-related questions). It carries the argument by turning unstructured clinical prose into comparable, patient-level features. Those features are then fed to XGBoost (a gradient-boosted tree model) to test predictive value, interpreted with SHAP values, and used in Blinder-Oaxaca decompositions to separate explained from unexplained portions of racial listing gaps.

What would settle it

Take the listing outcome from an independent transplantation registry rather than from the psychosocial note, retrain the same models, and check whether adding the 23 SDOH features still raises AUROC from 0.616 to 0.717; if the gain disappears, the result is an artifact of reading the label and features from the same text.

Watch

Extended reading notes

Core claim

On the paper's own terms, the central discovery is that LLM-derived 'SDOH snapshots'—23 standardized factors such as alcohol use, housing stability, caregiver availability, mental health treatment, disease insight, and translator need—carry substantial predictive and explanatory power for liver transplant decisions. Compared with clinical features alone (MELD score, HCC status, age, BMI), adding the snapshots raises the AUROC for psychosocial recommendation from 0.494 to 0.876 and for eventual listing from 0.616 to 0.717; in patients already recommended, SDOH-only models reached AUROC 0.641, beating clinical-only models at 0.589. In a Blinder-Oaxaca decomposition, the combined feature set explains 94.6% of the Asian listing gap, with SDOH alone explaining 42.6% versus 36.8% for liver-health measures, while the gap for patients with unknown or undisclosed race remains 89.2% unexplained. Extraction accuracy against expert annotations averaged 0.859 across categories, ranging from 0.70 for disease insight to 0.98 for housing instability.

Load-bearing premise

Both the outcome labels (psychosocial recommendation and listing) and the 23 SDOH features are extracted by the LLM from the same psychosocial evaluation note; if the note does not independently record the decision, the reported AUROC gains could reflect within-note correlation rather than the predictive power of SDOH.

Editorial extensions

If this is right

  • If the claim is right, transplant programs could rank modifiable social factors such as caregiver support, housing stability, current alcohol use, and disease insight by measured association with outcomes and target resources accordingly.
  • Since SDOH-only models beat clinical-only models for listing prediction, psychosocial circumstances carry decision-relevant information beyond MELD score, HCC status, age, and BMI.
  • The decomposition implies most of the Asian listing advantage in this cohort is attributable to measured characteristics, while the low listing rate for patients with unknown or undisclosed race is not explained by the measured features.
  • Because bag-of-words models achieve higher raw AUROC but appear to leak outcome language, the interpretable LLM features are the safer basis for explaining decisions rather than reproducing them.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • The paper does not test listing outcomes against an independent registry; a reader should infer that part of the AUROC gain may reflect the LLM reading the decision out of the same note that supplies the features.
  • A neighboring application would be to run the same note-survey procedure on kidney or heart transplant evaluations, but the extracted labels would first need validation against administrative records rather than the note itself.
  • The paper's own missing-data analyses imply that excluding patients without complete clinical data may bias disparity estimates; modeling note availability as a predictor would test this directly.
  • The co-occurrence matrix suggests compound vulnerabilities (e.g., mental-health challenges plus housing instability) could be treated as phenotypes and tested for predicting dropout between recommendation and listing.
Share X Bluesky LinkedIn Reddit HN

Signed reviews

No signed human review yet.

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

3 major / 4 minor

Summary. The paper develops an LLM-based pipeline to extract 23 social determinants of health (SDOH) features from psychosocial evaluation notes of liver transplant candidates at a single academic center (n=3,704 with complete data). Using these features, the authors report substantial improvements in predicting two clinical decisions: the psychosocial recommendation (AUROC 0.494→0.876) and eventual listing (AUROC 0.616→0.717), as well as Blinder-Oaxaca decompositions claiming that SDOH explain 42.6% of the Asian listing gap and 94.6% jointly with clinical features. The paper also presents demographic prevalence analyses, temporal trends, co-occurrence patterns, and SHAP-based interpretability. The central claims rest on LLM-extracted outcome labels obtained from the same psychosocial notes that supply the SDOH features.

Significance. If the central claims hold, the paper offers a scalable method for converting unstructured psychosocial notes into standardized SDOH representations, with clear interpretability advantages over bag-of-words baselines and potential applicability to other clinical decision settings. The authors are appropriately careful in noting limitations such as documentation bias and the assumption that social worker labels are ground truth. However, the validity of the predictive and disparity-explanation claims depends critically on the independence of the outcome labels from the feature source. That independence is not established, and the paper's own supplement acknowledges label leakage in text-based baselines without resolving the same concern for LLM-derived features. The paper's strengths—clinician-informed category design, a 101-note validation set, and transparent SHAP analyses—are real, but they do not outweigh the unresolved circularity at the heart of the main results.

major comments (3)
  1. [§2.6, Supplementary Table 2] The outcome labels for psychosocial recommendation (Q25–Q26) and listing (Q27–Q28) are extracted by the same LLM from the same psychosocial evaluation note that supplies the 23 SDOH features (Q2–Q24). The paper does not validate these extracted outcomes against an independent source, such as UNOS listing data, structured EHR fields, or chart review. Since the LLM prompt contains the full note, the reported AUROC improvements (0.494→0.876 for recommendation; 0.616→0.717 for listing) may measure within-note correlation between feature labels and outcome labels rather than the predictive power of SDOH. This is load-bearing because the abstract and Section 2.6 base their central claim on these numbers.
  2. [§2.5, Figure 7, Table 2] The listing outcome is defined 'based on evidence from notes' (Figure 7) rather than from an independent registry. The Blinder-Oaxaca decomposition presented in Section 2.5 uses this note-derived outcome. The explained shares (e.g., 42.6% for SDOH alone and 94.6% combined for Asian patients) therefore cannot be attributed to SDOH until the listing label is verified against an independent source. If the note's stated listing decision is the same text that informs the SDOH features, the decomposition's 'explained' component is partly a measure of internal consistency of the note rather than a causal or explanatory quantity.
  3. [Supplementary §A.3.3, Table 3] The claim that LLM-derived features 'avoid the label leakage' attributed to BOW is not supported. The authors correctly note that BOW features such as 'recommendation' and 'listing' leak outcome information, but the LLM is given the entire note and is asked (Q25–Q28) to produce outcome labels. The same outcome-bearing text is present when the LLM answers Q2–Q24. The fact that BOW outperforms LLM features (AUROC 0.91 vs. 0.87 for recommendation; 0.71 vs. 0.66 for listing in Table 3) does not rule out leakage in LLM features; it merely indicates that BOW captures the outcome terms more directly. The authors should test this by masking or removing outcome-related sections from the notes before extraction and re-running the prediction, or by validating the extracted outcomes against independent chart review.
minor comments (4)
  1. [§2.2] The sentence 'achieving 0.70-0.98% accuracy' contains an erroneous percentage symbol; it should read '0.70–0.98' as a proportion.
  2. [§2.2, Figure 1c] The caption states '28 questions' while the text says 23 SDOH dimensions; Supplementary Table 2 lists 30 questions. The relationship among the number of questions, the 23 SDOH factors, and the additional questions for outcomes should be clarified.
  3. [§5.2] The validation of LLM extraction against 101 expert annotations would be strengthened by reporting inter-annotator agreement (e.g., Cohen's kappa or Fleiss' kappa) rather than only average accuracy, especially for categories with accuracy as low as 0.70.
  4. [§2.6, Table 3] Because the outcome base rates are highly imbalanced (93% for recommendation and 81% for listing), the paper should report precision-recall AUC or Brier scores alongside AUROC, as AUROC can be optimistic in this setting.

Circularity Check

2 steps flagged · score 6.0 of 10

Headline predictive and disparity claims rest on LLM-extracted outcome labels from the same psychosocial notes that supply the SDOH features; the AUROC gains and Blinder-Oaxaca shares may measure within-note coherence rather than predictive power of SDOH.

  1. other [Figure 1b; Supplementary Table 2 (Q2-Q28); Section 2.6]
    "Clinical notes are processed using LLMs to extract both (i) 23 SDOH dimensions describing patient circumstances* and (ii) clinical decisions/outcomes not captured in structured data (e.g., psychosocial risk assessments, transplant recommendations). These extracted elements are combined with structured clinical and demographic data from the EHR to create comprehensive patient snapshots at evaluation."

    The psychosocial recommendation target is one of the extracted elements (Table 2, Q26: 'is the patient recommended... for a liver transplant?'), while the 23 SDOH features are the other extracted elements (Q2-Q24), both obtained by prompting GPT-4-Turbo with the same note. The LLM therefore has access to the note's stated recommendation when it labels features such as caregiver concerns, coping skills, or motivation, so the feature set can encode the outcome text. The reported AUROC increase (0.494 to 0.876) is thus evidence of within-note coherence between two LLM extractions, not that independent SDOH information predicts an independently recorded psychosocial decision.

  2. other [Figure 7; Section 2.5 (Blinder-Oaxaca)]
    "Initial Demographic Outcomes AnalysisProportion eventually listed for transplant based on evidence from notes: 0.75Proportion receiving transplant at UCSF: 0.34"

    The listing outcome used for the AUROC and Blinder-Oaxaca analyses is derived 'from evidence from notes' rather than from an independent registry or structured EHR field, even though listing with UNOS is an external administrative decision. Since the SDOH features are extracted from those same notes, the listing prediction gain (0.616 to 0.717) and the 42.6%/94.6% 'explained' shares for Asian patients conflate the LLM's reading of a note's stated listing status with an association between SDOH and an independently recorded listing outcome.

full rationale

The SDOH feature extraction itself has independent support: it was validated against 101 expert annotations with average accuracy 0.859, so the feature extraction step is not circular. The circularity enters at the outcome-label step. The paper's own Figure 1b says the LLM extracts both the SDOH dimensions and the clinical decisions/outcomes from the same notes, and Table 2 shows Q25-Q28 recover risk, recommendation, and listing status from the same note queried for features. Listing is explicitly note-derived in Figure 7. The paper acknowledges in Supplement A.3.3 that BOW models suffer label leakage from terms 'directly mention recommendation and risk', but the same leakage pathway is available to the LLM because the full note is the input to every question; the BOW comparison (AUROC 0.91 vs 0.87 for recommendation) shows the leak can be strong. Consequently the AUROC improvements and the Blinder-Oaxaca decomposition support a weaker claim: LLM-extracted SDOH labels and LLM-extracted outcome labels are internally consistent, not that SDOH snapshots predict independently recorded transplant decisions. No load-bearing self-citation or imported uniqueness was found; citations to the authors' prior work are background only. This is partial circularity, not a fully tautological derivation.

Assumptions & free parameters 4 free parameters · 5 assumptions · 1 invented entities

The predictive central claim rests on LLM-extracted features and LLM-extracted labels drawn from the same psychosocial note, so the incremental contribution beyond prior LLM-SDOH work is primarily the transplant taxonomy, the descriptive prevalence/temporal findings, and the disparity decomposition. The quantitative prediction improvements are partly an artifact of shared document source.

free parameters (4)
  • XGBoost hyperparameters = grid ranges: max_depth [3,6,9], learning_rate [0.01,0.1,0.2], n_estimators [100,300,500], subsample [0.7,0.8,0.9]…
    Selected by 5-fold grid-search cross-validation on the training set; final values are not reported, so exact model weights are not reproducible.
  • LLM prompt design = final prompt in Supplement A.1.1
    System and task prompts were hand-tuned on 20 expert-labeled notes disjoint from the evaluation set; the extracted SDOH labels depend on this prompt.
  • BOW feature selection thresholds = top 100 chi2 features; min document frequency >5 notes; max document frequency <80% notes; ngram range 1-2
    Hand-chosen thresholds for the bag-of-words baseline; these affect the comparison with LLM features.
  • SDOH category and question definitions = 23 categories, 30 questions (Table 2)
    Defined by the authors with clinical social workers; the set of factors extracted determines all downstream prevalence and prediction results.
assumptions (5)
  • domain assumption Psychosocial evaluation notes are a faithful record of patient circumstances and decision-relevant factors
    The entire pipeline uses these notes as the source of both features and outcomes; documentation bias is acknowledged in the Discussion, but the predictive claims presume the notes capture what matters.
  • domain assumption Outcome labels (psychosocial recommendation, listing) can be validly extracted from the same notes
    Table 2 Q25-Q28 ask the LLM to report the recommendation and listing status from the note; Figure 7 defines listing 'based on evidence from notes', with no external registry confirmation.
  • domain assumption The 101 expert annotations are a gold standard for SDOH factor extraction
    The Discussion states 'our analysis implicitly sets social worker labels as the gold standard', making extraction accuracy relative to this internal reference.
  • standard math Linear probability models in Blinder-Oaxaca are correctly specified
    Blinder-Oaxaca decomposition assumes the linear model approximates the conditional expectation; for binary outcomes this is a known approximation, used as in prior health-disparities work.
  • standard math Standard i.i.d. and no-train-test-leakage assumptions for the XGBoost models
    Stratified 80/20 split addresses label balance, but features and labels share the same source document, so information can leak within notes despite the split.
invented entities (1)
  • SDOH snapshot
    purpose: A standardized 23-dimensional patient representation extracted by LLM from the psychosocial evaluation note, used as features in prediction and disparity models
    The construct is defined by the authors' category set and LLM prompt; it is validated only against 101 internal expert annotations, with no external construct or criterion validation.

how reviews work

0 comments
Cite this review

Pith. "Pith review of A large language model-based approach to quantifying the effects of social determinants in liver transplant decisions." pith.science (2026). https://pith.science/paper/DCSRE2UP

@misc{pith2026241207924,
  author       = {Pith},
  title        = {Pith review of: A large language model-based approach to quantifying the effects of social determinants in liver transplant decisions},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/DCSRE2UP}},
  note         = {Machine review of arXiv:2412.07924}
}
read the original abstract

Patient life circumstances, including social determinants of health (SDOH), shape both health outcomes and care access, contributing to persistent disparities across gender, race, and socioeconomic status. Liver transplantation exemplifies these challenges, requiring complex eligibility and allocation decisions where SDOH directly influence patient evaluation. We developed an artificial intelligence (AI)-driven framework to analyze how broadly defined SDOH -- encompassing both traditional social determinants and transplantation-related psychosocial factors -- influence patient care trajectories. Using large language models, we extracted 23 SDOH factors related to patient eligibility for liver transplantation from psychosocial evaluation notes. These SDOH ``snapshots'' significantly improve prediction of patient progression through transplantation evaluation stages and help explain liver transplantation decisions including the recommendation based on psychosocial evaluation and the listing of a patient for a liver transplantation. Our analysis helps identify patterns of SDOH prevalence across demographics that help explain racial disparities in liver transplantation decisions. We highlight specific unmet patient needs, which, if addressed, could improve the equity and efficacy of transplant care. While developed for liver transplantation, this systematic approach to analyzing previously unstructured information about patient circumstances and clinical decision-making could inform understanding of care decisions and disparities across various medical domains.

Figures

Figures reproduced from arXiv: 2412.07924 by the authors.

Figure 1
Figure 1. Framework for extracting and analyzing SDOH information from transplant evalu￾ation notes. a) Schematic overview of liver transplant care journey. Decision outcomes shown in purple. b) Schematic overview of SDOH snapshot creation and analysis pipeline. Clinical notes are processed using LLMs to extract both (i) 23 SDOH dimensions describing patient circumstances* and (ii) clinical decision￾s/outcomes not captured in… view at source ↗
Figure 2
Figure 2. Analysis of demographic disparities in liver transplant listing rates. a) Baseline preva￾lence rates for psychosocial and substance use factors identified in clinical notes. b) Heat map showing statistically significant differences in factor prevalence across demographic groups (two-proportion z-tests, p < 0.05, FDR-corrected), expressed as percentage point differences from baseline; colored boxes represent statisti… view at source ↗
Figure 3
Figure 3. Demographic and SDOH variation across liver transplant outcomes. a) Percentage of patients reaching each evaluation milestone† stratified by demographic group, showing progression from initial psychosocial risk assessment through listing. Striped bars indicate significant differences from overall cohort means (FDR-corrected two-proportion z-tests). b) Heat map showing significant differences in SDOH factor prevalenc… view at source ↗
Figures from the paper (16 more)
Figure 4
Figure 4. Figure 4: Model performance and feature analysis for psychosocial recommendation prediction. a) Comparison of average AUROC (w. 95% CI) across six combinations of clinical, demographic, and LLM￾derived feature sets. Feature sets including LLM-derived features shown in blue. b) C…
Figure 5
Figure 5. Figure 5: Model performance and feature analysis for liver transplant listing prediction. a) Comparison of average AUROC (w. 95% CI) across six combinations of clinical, demographic, and LLM￾derived feature sets. Feature sets including LLM-derived features shown in blue. b) Conf…
Figure 6
Figure 6. Figure 6: Model performance and feature analysis for liver transplant listing prediction in patients with psychosocial recommendations. a) Comparison of average AUROC (w. 95% CI) across six combinations of clinical, demographic, and LLM-derived feature sets. Feature sets includi…
Figure 7
Figure 7. Figure 7: Cohort Selection Process for Liver Transplant Evaluation Study. This flowchart illus￾trates the step-by-step selection of patients for our LT study cohort. Starting with 43,249 patients (710,806 notes) mentioning liver transplant, we applied multiple exclusion criteria…
Figure 8
Figure 8. Figure 8: Proportions of Patients Listed by Demographic Subgroup. This figure displays the pro￾portions of evaluated patients with full clinical data (n=3,704) listed for liver transplant across demographic subgroups. Error bars represent 95% confidence intervals. Statistical si…
Figure 9
Figure 9. Figure 9: Demographic distribution of liver disease severity metrics. a) Hepatocellular carcinoma (HCC) prevalence across demographic groups. Colored bars indicate statistically significant differences from overall cohort mean (Fisher’s exact test, p<0.05, FDR-corrected); blue i…
Figure 10
Figure 10. Figure 10: Confusion matrices for LLM-derived information (Part 1) 24 [PITH_FULL_IMAGE:figures/full_fig_p024_10.png]
Figure 11
Figure 11. Figure 11: Confusion matrices for LLM-derived information (Part 2) 25 [PITH_FULL_IMAGE:figures/full_fig_p025_11.png]
Figure 12
Figure 12. Figure 12: Analysis of demographic disparities in liver transplant listing rates across all patients (n=4243). a) Baseline prevalence rates for psychosocial and substance use factors identified in clinical notes. b) Demographic composition of the study cohort (n=4,243). c) Heat …
Figure 13
Figure 13. Figure 13: Analysis of demographic disparities in liver transplant listing rates across patients missing data (n=548) a) Baseline prevalence rates for psychosocial and substance use factors identified in clinical notes. b) Demographic composition of the study cohort (n=548). c) …
Figure 14
Figure 14. Figure 14: Temporal shifts in patient demographics and psychological factors for transplant evaluations (2012-2023). (a) Trends in patient demographics over time (b) Trends in prevalence of assessed behavioral and mental health factors over time. 29 [PITH_FULL_IMAGE:figures/ful…
Figure 15
Figure 15. Figure 15: Temporal shifts in patient substance use and access-related SDOH factors for trans￾plant evaluations (2012-2023). (a) Trends in prevalence of patient substance use over time (b) Trends in prevalence of assessed access factors over time. 30 [PITH_FULL_IMAGE:figures/fu…
Figure 16
Figure 16. Figure 16: Adverse SDOH co-occurrence matrix. Heat map showing normalized pairwise co-occurrence of SDOH factors across patients; darker blue indicates higher rates. 31 [PITH_FULL_IMAGE:figures/full_fig_p031_16.png]
Figure 17
Figure 17. Figure 17: SDOH and their relationship to expanded psychosocial recommendation designations and listing. Heat map showing only statistically significant differences in SDOH factor prevalence between patients who did versus did not achieve each outcome (two-proportion z-tests, p …
Figure 18
Figure 18. Figure 18: Predictive Capacity of Text-based Features in LT Process. a) AUROC curves for XGBoost model performance using LLM-derived, BOW, and cTAKES features to predict psychosocial rec￾ommendation (left). Comparison of average AUROC (w. 95% CI) across the feature sets. Feature…
Figure 19
Figure 19. Figure 19: SHAP Value Summaries for Models Solely Based on Text Features. a) SHAP values for XGBoost models predicting psychosocial recommendation based on Bag-of-Words (BOW) (top), clinical Text Analysis and Knowledge Extraction System (c-TAKES) (middle), and LLM-derived featur…

Discussion (0). Continue with ORCID to comment.

Forward citations

Cited by 1 Pith paper

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score. Full citation record

  1. Mediation Analysis in the Presence of Sample Selection Bias with an Application to Disparities in Liver Transplantation Listing

    stat.AP 2025-09 conditional novelty 6.0 of 10

    New sufficient conditions and a reweighted formula identify mediation and path-specific effects under sample selection, applied to liver transplant listing disparities.

Reference graph

Works this paper leans on

53 extracted references · 52 canonical work pages · cited by 1 Pith paper

  1. [1]

    Social determinants of health

    Michael Marmot and Richard Wilkinson. Social determinants of health . Oup Oxford, 2005

  2. [2]

    Who european review of social determinants of health and the health divide

    Michael Marmot, Jessica Allen, Ruth Bell, Ellen Bloomer, and Peter Goldblatt. Who european review of social determinants of health and the health divide. The Lancet, 380(9846):1011–1029, 2012

  3. [3]

    Utilization of social determinants of health icd-10 z-codes among hospitalized patients in the united states, 2016–2017

    Hannah P Truong, Alina A Luke, Gmerice Hammond, Rishi K Wadhera, Mat Reidhead, and Karen E Joynt Maddox. Utilization of social determinants of health icd-10 z-codes among hospitalized patients in the united states, 2016–2017. Medical care, 58(12):1037–1043, 2020

  4. [4]

    Z- code documentation to identify social determinants of health among medicaid beneficiaries.Research in Social and Administrative Pharmacy , 19(1):180–183, 2023

    Elham Heidari, Rana Zalmai, Kristin Richards, Lakshya Sakthisivabalan, and Carolyn Brown. Z- code documentation to identify social determinants of health among medicaid beneficiaries.Research in Social and Administrative Pharmacy , 19(1):180–183, 2023

  5. [5]

    Documentation and review of social determinants of health data in the ehr: measures and associated insights

    Michael Wang, Matthew S Pantell, Laura M Gottlieb, and Julia Adler-Milstein. Documentation and review of social determinants of health data in the ehr: measures and associated insights. Journal of the American Medical Informatics Association , 28(12):2608–2616, 2021

  6. [6]

    Clustering interval-censored time-series for disease phenotyping

    Irene Y Chen, Rahul G Krishnan, and David Sontag. Clustering interval-censored time-series for disease phenotyping. In Proceedings of the AAAI Conference on Artificial Intelligence , 2022

  7. [7]

    Corrado, Ara Darzi, and et al

    Scott Mayer McKinney, Marcin Sieniek, Varun Godbole, Jonathan Godwin, Natasha Antropova, Hutan Ashrafian, Trevor Back, Mary Chesus, Greg S. Corrado, Ara Darzi, and et al. International evaluation of an ai system for breast cancer screening. Nature, 577(7788):89–94, Jan 2020

  8. [8]

    Dissecting racial bias in an algorithm used to manage the health of populations

    Ziad Obermeyer, Brian Powers, Christine Vogeli, and Sendhil Mullainathan. Dissecting racial bias in an algorithm used to manage the health of populations. Science, 366(6464):447–453, Oct 2019

Show all 53 references
  1. [9]

    Large language models to identify social determinants of health in electronic health records

    Marco Guevara, Shan Chen, Spencer Thomas, Tafadzwa L Chaunzwa, Idalid Franco, Benjamin H Kann, Shalini Moningi, Jack M Qian, Madeleine Goldstein, Susan Harper, et al. Large language models to identify social determinants of health in electronic health records. NPJ digital medi...

  2. [10]

    Treating health disparities with artificial intelligence

    Irene Y Chen, Shalmali Joshi, and Marzyeh Ghassemi. Treating health disparities with artificial intelligence. Nature medicine, 26(1):16–17, 2020

  3. [11]

    Liver: What it does, disorders & symptoms, staying healthy, Feb 2021

    Cleveland Clinic. Liver: What it does, disorders & symptoms, staying healthy, Feb 2021

  4. [12]

    Lucey, Katryn N

    Michael R. Lucey, Katryn N. Furuya, and David P. Foley. Liver transplantation. New England Journal of Medicine , 389(20):1888–1900, Nov 2023

  5. [13]

    Title 42 - public health, part 121 - organ procurement and transplantation network

    Department of Health Public Health Service and Human Services. Title 42 - public health, part 121 - organ procurement and transplantation network. Electronic Code of Federal Regulations, Aug

  6. [14]

    Centers for Medicare & Medicaid Services. Medicare and medicaid programs; organ procurement organizations conditions for coverage: Revisions to the outcome measure requirements for organ procurement organizations; public comment period; delay of effective date. Federal Register, Feb

  7. [15]

    National organ allocation policy: The final rule

    Lara Duda. National organ allocation policy: The final rule. AMA Journal of Ethics , 7(9), Sep 2005

  8. [16]

    Liver policy: Medical urgency, Aug 2023

    UNOS. Liver policy: Medical urgency, Aug 2023

  9. [17]

    Ani Kardashian, Marina Serper, Norah Terrault, and Lauren D. Nephew. Health disparities in chronic liver disease. Hepatology, 77(4):1382–1403, Sep 2022

  10. [18]

    The easl–lancet liver commission: protecting the next generation of europeans against liver disease complications and premature mortality

    Tom H Karlsen, Nick Sheron, Shira Zelber-Sagi, Patrizia Carrieri, Geoffrey Dusheiko, Elisabetta Bugianesi, Rachel Pryke, Sharon J Hutchinson, Bruno Sangro, Natasha K Martin, Michele Cecchini, Mae Ashworth Dirac, Annalisa Belloni, Miquel Serra-Burriel, Cyriel Y Ponsioen, Brittn...

  11. [19]

    Novel approaches are needed to study social determinants of health in liver transplantation

    Jin Ge, Jennifer C Lai, and Sharad I Wadhwani. Novel approaches are needed to study social determinants of health in liver transplantation. Liver Transplantation, 29(3):241–243, 2023

  12. [20]

    Association between social determinants of health and rates of liver transplantation in individuals with cirrhosis

    Jennifer A Flemming, Hala Muaddi, Maja Djerboua, Paula Neves, Gonzalo Sapisochin, and Nazia Selzner. Association between social determinants of health and rates of liver transplantation in individuals with cirrhosis. Hepatology, 76(4):1079–1089, 2022

  13. [21]

    Policies - optn, Aug 2024

    Organ Procurement and Transplantation Network. Policies - optn, Aug 2024

  14. [22]

    Measuring equity: Access to transplant dash- board, Aug 2024

    Organ Procurement and Transplantation Network. Measuring equity: Access to transplant dash- board, Aug 2024

  15. [23]

    Racial, gender, and socioeconomic disparities in liver trans- plantation

    Lauren D Nephew and Marina Serper. Racial, gender, and socioeconomic disparities in liver trans- plantation. Liver Transplantation, 27(6):900–912, 2021

  16. [24]

    A review of the current state of liver transplantation disparities

    Nabeel A Wahid, Russell Rosenblatt, and Robert S Brown Jr. A review of the current state of liver transplantation disparities. Liver Transplantation, 27(3):434–443, 2021

  17. [25]

    Racial disparity in liver transplantation listing

    Curtis Warren, Anne-Marie Carpenter, Daniel Neal, Kenneth Andreoni, George Sarosi, and Ali Zarrinpar. Racial disparity in liver transplantation listing. Journal of the American College of Surgeons, 232(4):526–534, 2021

  18. [26]

    Disparities in liver transplantation before and after introduction of the meld score

    Cynthia A Moylan, Carla W Brady, Jeffrey L Johnson, Alastair D Smith, Janet E Tuttle-Newhall, and Andrew J Muir. Disparities in liver transplantation before and after introduction of the meld score. Jama, 300(20):2371–2378, 2008

  19. [27]

    Sex- based disparities in liver transplant rates in the united states

    Amit K Mathur, Douglas E Schaubel, Qi Gong, Mary K Guidinger, and Robert M Merion. Sex- based disparities in liver transplant rates in the united states. American Journal of Transplantation, 11(7):1435–1443, 2011

  20. [28]

    Black patients have unequal access to listing for liver transplantation in the united states

    Russell Rosenblatt, Nabeel Wahid, Karim J Halazun, Alyson Kaplan, Arun Jesudian, Catherine Lucero, Jihui Lee, Lorna Dove, Alyson Fox, Elizabeth Verna, et al. Black patients have unequal access to listing for liver transplantation in the united states. Hepatology, 74(3):1523–1532, 2021

  21. [29]

    Gender disparity in liver transplant waiting-list mortality: the importance of kidney function

    Ayse L Mindikoglu, Arie Regev, Stephen L Seliger, and Laurence S Magder. Gender disparity in liver transplant waiting-list mortality: the importance of kidney function. Liver Transplantation, 16(10):1147–1157, 2010

  22. [30]

    too sick

    Giuseppe Cullaro, Monika Sarkar, and Jennifer C Lai. Sex-based disparities in delisting for being “too sick” for liver transplantation. American Journal of Transplantation , 18(5):1214–1219, 2018

  23. [31]

    Quantifying sex-based disparities in liver allocation

    Jayme E Locke, Brittany A Shelton, Kim M Olthoff, Elizabeth A Pomfret, Kimberly A Forde, Deirdre Sawinski, Meagan Gray, and Nancy L Ascher. Quantifying sex-based disparities in liver allocation. JAMA surgery, 155(7):e201129–e201129, 2020

  24. [32]

    Chaunzwa, Idalid Franco, Benjamin H

    Marco Guevara, Shan Chen, Spencer Thomas, Tafadzwa L. Chaunzwa, Idalid Franco, Benjamin H. Kann, Shalini Moningi, Jack M. Qian, Madeleine Goldstein, Susan Harper, and et al. Large language models to identify social determinants of health in electronic health records. npj Digit...

  25. [33]

    Extract- ing social determinants of health from electronic health records using natural language processing: a systematic review

    Braja G Patra, Mohit M Sharma, Veer Vekaria, Prakash Adekkanattu, Olga V Patterson, Benjamin Glicksberg, Lauren A Lepow, Euijung Ryu, Joanna M Biernacka, Al’ona Furmanchuk, et al. Extract- ing social determinants of health from electronic health records using natural language ...

  26. [34]

    Leveraging natural language processing to augment structured so- cial determinants of health data in the electronic health record

    Kevin Lybarger, Nicholas J Dobbins, Ritche Long, Angad Singh, Patrick Wedgeworth, ¨Ozlem Uzuner, and Meliha Yetisgen. Leveraging natural language processing to augment structured so- cial determinants of health data in the electronic health record. Journal of the American Medi...

  27. [35]

    Nlp for maternal healthcare: Perspectives and guiding principles in the age of llms

    Maria Antoniak, Aakanksha Naik, Carla S Alvarado, Lucy Lu Wang, and Irene Y Chen. Nlp for maternal healthcare: Perspectives and guiding principles in the age of llms. In The 2024 ACM Conference on Fairness, Accountability, and Transparency, pages 1446–1463, 2024

  28. [36]

    County health rankings: relationships between determinant factors and health outcomes

    Carlyn M Hood, Keith P Gennuso, Geoffrey R Swain, and Bridget B Catlin. County health rankings: relationships between determinant factors and health outcomes. American journal of preventive medicine, 50(2):129–135, 2016

  29. [37]

    Lundberg and Su-In Lee

    Scott M. Lundberg and Su-In Lee. A unified approach to interpreting model predictions. In Pro- ceedings of the 31st International Conference on Neural Information Processing Systems , NIPS’17, page 4768–4777, Red Hook, NY, USA, 2017. Curran Associates Inc

  30. [38]

    Mayo clinical text analysis and knowledge extraction system (ctakes): architecture, component evaluation and applications

    Guergana K Savova, James J Masanz, Philip V Ogren, Jiaping Zheng, Sunghwan Sohn, Karin C Kipper-Schuler, and Christopher G Chute. Mayo clinical text analysis and knowledge extraction system (ctakes): architecture, component evaluation and applications. Journal of the American ...

  31. [39]

    The data addition dilemma

    Judy Hanwen Shen, Inioluwa Deborah Raji, and Irene Y Chen. The data addition dilemma. arXiv preprint arXiv:2408.04154, 2024

  32. [40]

    The future landscape of large language models in medicine

    Jan Clusmann, Fiona R Kolbinger, Hannah Sophie Muti, Zunamys I Carrero, Jan-Niklas Eckardt, Narmin Ghaffari Laleh, Chiara Maria Lavinia L¨ offler, Sophie-Caroline Schwarzkopf, Michaela Unger, Gregory P Veldhuizen, et al. The future landscape of large language models in medicin...

  33. [41]

    Chen, Emma Pierson, Sherri Rose, Shalmali Joshi, Kadija Ferryman, and Marzyeh Ghas- semi

    Irene Y. Chen, Emma Pierson, Sherri Rose, Shalmali Joshi, Kadija Ferryman, and Marzyeh Ghas- semi. Ethical machine learning in healthcare. Annual Review of Biomedical Data Science , 4(1):123– 144, Jul 2021

  34. [42]

    The streetlight effect in data-driven exploration

    Johannes Hoelzemann, Gustavo Manso, Abhishek Nagaraj, and Matteo Tranchero. The streetlight effect in data-driven exploration. Working Paper 32401, National Bureau of Economic Research, May 2024

  35. [43]

    Pedregosa, G

    F. Pedregosa, G. Varoquaux, A. Gramfort, V. Michel, B. Thirion, O. Grisel, M. Blondel, P. Pretten- hofer, R. Weiss, V. Dubourg, J. Vanderplas, A. Passos, D. Cournapeau, M. Brucher, M. Perrot, and E. Duchesnay. Scikit-learn: Machine learning in Python. Journal of Machine Learni...

  36. [44]

    Natural language processing with Python: analyzing text with the natural language toolkit

    Steven Bird, Ewan Klein, and Edward Loper. Natural language processing with Python: analyzing text with the natural language toolkit . ” O’Reilly Media, Inc.”, 2009

  37. [45]

    Tianqi Chen and Carlos Guestrin. Xgboost. Proceedings of the 22nd ACM SIGKDD International Conference on Knowledge Discovery and Data Mining , Aug 2016

  38. [46]

    Guillaume Lema ˆ ıtre, Fernando Nogueira, and Christos K. Aridas. Imbalanced-learn: A python toolbox to tackle the curse of imbalanced datasets in machine learning. Journal of Machine Learning Research, 18(17):1–5, 2017

  39. [47]

    statsmodels: Econometric and statistical modeling with python

    Skipper Seabold and Josef Perktold. statsmodels: Econometric and statistical modeling with python. In 9th Python in Science Conference , 2010

  40. [48]

    Male-female wage differentials in urban labor markets

    Ronald Oaxaca. Male-female wage differentials in urban labor markets. International Economic Review, 14(3):693, Oct 1973

  41. [49]

    A detailed explanation and graphical repre- sentation of the blinder-oaxaca decomposition method with its application in health inequalities

    Ebrahim Rahimi and Seyed Saeed Hashemi Nazari. A detailed explanation and graphical repre- sentation of the blinder-oaxaca decomposition method with its application in health inequalities. Emerging Themes in Epidemiology , 18(1), Aug 2021. 17

  42. [50]

    Decomposition methods in economics

    Nicole Fortin, Thomas Lemieux, and Sergio Firpo. Decomposition methods in economics. Handbook of Labor Economics, page 1–102, 2011

  43. [51]

    Question Number

    Pauli Virtanen, Ralf Gommers, Travis E. Oliphant, Matt Haberland, Tyler Reddy, David Cour- napeau, Evgeni Burovski, Pearu Peterson, Warren Weckesser, Jonathan Bright, St´ efan J. van der Walt, Matthew Brett, Joshua Wilson, K. Jarrod Millman, Nikolay Mayorov, Andrew R. J. Nelso...

  44. [2021]

    A Rule by the Centers for Medicare & Medicaid Services on 02/02/2021

  45. [2024]

    Title 42 was last amended 8/01/2024

    Displaying title 42, up to date as of 8/02/2024. Title 42 was last amended 8/01/2024

Pith tools

Reviewed August 11, 2026 · model on record in the stance chip above.