Pith. sign in

REVIEW 4 major objections 3 minor 6 references

Leveraging Geolocation in Clinical Records to Improve Alzheimer's Disease Diagnosis Using DMV Framework

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

Pith's one-line read The paper claims that adding geolocation features to Llama3-70B and GPT-4o embeddings cuts Alzheimer's risk-score prediction error by 28.57% and 33.47%.

desk verdict The paper's central claim—geolocation improves AD risk prediction—is an artifact of predicting CDC aggregate percentages from the question text, not a real clinical result. read the letter →

arxiv 2502.04288 v1 pith:RXJHVQRS submitted 2025-02-06 cs.LG

classification cs.LG
keywords Alzheimer'sdiseaseearlydetectiongeolocationLLMembeddingsRandomForestregressionriskscorepredictionDMVframework
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

This paper is trying to establish that location information, appended to semantic embeddings of text from a public-health survey, makes an Alzheimer's risk-score regressor materially more accurate. Using the DMV framework of data processing, model training, and validation with Llama3-70B and GPT-4o embeddings feeding a Random Forest regressor, the authors report a 28.57% and 33.47% drop in mean absolute error when geolocation is included. If that result holds, text-plus-place modeling could offer a low-cost way to flag early Alzheimer's risk from records. The reader should note that the score being predicted is an aggregate survey percentage attached to a geographic area, not a patient-level diagnosis.

What carries the argument

The DMV framework is a data-processing, model-training, and validation pipeline: missing values are imputed, categorical fields are one-hot encoded, numeric fields are normalized, the text column is embedded by Llama3-70B or GPT-4o, and the embeddings are concatenated with features including latitude and longitude before a Random Forest Regressor predicts the continuous risk score. The geolocation columns are the feature subset whose removal produces the reported error increases, so they carry the paper's central ablation claim.

What would settle it

Permute the latitude and longitude pairs across rows while keeping the question text intact; if the near-zero mean squared error persists, the model is recovering the stored aggregate value from row-level identifiers rather than from language or location.

Watch

Extended reading notes

Core claim

On the paper's own terms, the central discovery is that the spatial context of a health-survey question nearly determines the numeric answer once the question text is embedded by a large language model. The task is framed as regressing the 'data value' column from the 'question' text plus latitude, longitude, and other categorical features. With both Llama3-70B and GPT-4o embeddings, the regressor reaches $R^2 = 0.9999$; removing geolocation raises mean squared error by 70.97% and 50.70% respectively and mean absolute error by 28.57% and 33.47% respectively.

Load-bearing premise

The paper assumes that each row of the public-health survey—a location, a question about older adults, and that location's aggregate percentage answer—can stand in for a patient-level clinical note with an Alzheimer's risk score.

Editorial extensions

If this is right

  • If geolocation truly adds this much signal, geographically stratified risk models should outperform text-only models for this kind of survey-derived health outcome.
  • If the near-perfect fit is genuine, then in this dataset the question text plus location essentially determines the risk score, leaving little room for further clinical variables.
  • The same embedding-plus-geography recipe could be applied to other spatially patterned health outcomes, such as asthma or diabetes risk from community health surveys.
  • Clinical deployment would require moving from aggregate survey statistics to individual patient notes, a step the current setup does not test.

Reading between the lines

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

  • Because the target variable is an aggregate survey value that varies by question and location, the near-zero error most plausibly reflects the model memorizing the dataset's structured mapping rather than learning a patient-level diagnostic signal; the paper does not test this distinction.
  • A decisive extension would be to obtain patient-level notes with confirmed Alzheimer's diagnoses and addresses, then test whether location still adds predictive power after controlling for age, education, and comorbidities.
  • The reported geolocation gains could also be an artifact of the dataset's group structure: each location has many rows, so latitude and longitude may act as row identifiers; a grouped split that holds out all rows for a location together would settle this.
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

4 major / 3 minor

Summary. The manuscript proposes a 'DMV' framework that concatenates Llama3-70B or GPT-4o text embeddings with geolocation and other tabular features, then trains a Random Forest regressor to predict a continuous Alzheimer's disease risk score. The dataset is described as CDC-derived records with 284K rows, and the authors report near-perfect test performance (R-squared = 0.9999 for both embedding models) as well as geolocation-based error reductions of 28.57% for Llama3-70B and 33.47% for GPT-4o on MAE. The central claim is that geolocation information significantly improves early AD risk prediction from clinical notes.

Significance. If the evidence supported it, combining LLM embeddings with geolocation to improve patient-level Alzheimer's risk prediction would be a practically valuable contribution. The paper is clearly organized, and its experimental protocol (10-fold cross-validation, baseline comparison, and ablation study) is easy to follow. However, no code or data are provided, so reproducibility rests entirely on the authors' description. More importantly, as detailed below, the dataset and target variable do not correspond to patient-level clinical notes or to individual AD risk, so the strong numerical results are not evidence about Alzheimer's diagnosis. The claimed contribution therefore does not currently hold.

major comments (4)
  1. [§3, Table 1] The dataset described is not a set of clinical notes. Table 1 shows the input 'question' column containing CDC PLACES measure labels such as 'Percentage of older adults who are experiencing frequent mental distress,' and the text states that these 'statistical values' will be used as the risk scores to predict, with higher scores meaning patients 'in this area' are more likely to have Alzheimer's disease. These are area-level aggregate percentages, not individual patient AD risk scores. The abstract and the Data Description claim that the dataset includes patient records and clinical notes, but the examples shown and the features listed in Tables 2 and 3 provide no evidence that any clinical-note text is used. Because the regression target is the numeric answer corresponding to the question text fed as input, the near-perfect R-squared reflects a lookup of the known aggregate statistic rather than a diagnostic model.
  2. [§5, Table 5] Table 5 reports R-squared = 0.9999 and MSE values of 0.93e-9 and 1.24e-9 for the embedding models. For a patient-level clinical risk score these values would be implausibly high; they are, however, exactly what one expects when the model predicts the published CDC data value from question text and location identifiers. The baseline Random Forest already reaches R-squared = 0.9781 from categorical features such as topic, question, and stratification, which is likewise inconsistent with patient-level diagnosis and consistent with retrieving an area-level percentage from category labels. No confidence intervals or statistical significance tests are reported, so the abstract's claim that geolocation 'significantly decreases' prediction error is unsupported.
  3. [§5, Tables 6 and 7] The geolocation ablation compares MSE values of order 1e-9 and MAE values of order 1e-7. The reported improvements of 70.97%, 50.70%, 28.57%, and 33.47% are relative differences at a scale where rounding of the underlying metrics could dominate; no confidence intervals are given. These differences are not shown to be statistically or clinically meaningful, and they do not support the conclusion that geolocation data enhance early AD risk assessment.
  4. [§4, DMV Framework] Section 4 states that text from 'patient records' is tokenized and embedded, but the features listed in Tables 2 and 3 include columns such as locationabbr, topic, question, and data value. The embedding input is therefore the question label, not unstructured clinical narrative. Thus the framework does not demonstrate the claimed analysis of patient records, and the conclusions in Section 6 about 'unstructured medical text' and 'rich features extracted from patient records' are not supported by the experiments actually described.
minor comments (3)
  1. [§5, Table 5] The table heading 'Matric Comparison' should read 'Metric Comparison,' and the symbol 'R!' is used inconsistently instead of 'R-squared' or an actual superscript-2 notation.
  2. [Throughout] The model name appears both as 'GPT4-o' and 'GPT-4o'; the paper should adopt one consistent spelling.
  3. [Limitations] The Limitations section mentions static datasets and computational resources but does not acknowledge that the target variable is an aggregate CDC statistic rather than a patient-level risk score; this omission obscures the main limitation of the study.

Circularity Check

2 steps flagged · score 8.0 of 10

The DMV framework 'predicts' the CDC 'data value' from the question text that defines it: R2=0.9999 is table lookup, and geolocation trivially identifies the area-level statistic, so the AD-risk claim reduces to its input by construction.

  1. self definitional [Abstract; Section 3 Data Description; Table 1]
    "Framing the task as a regression problem, we model the relationship between linguistic features in clinical notes (inputs) and a target variable (data value) that answers specific questions related to AD risk... Besides, the dataset contains questions under 39 topics and corresponding values for each question. Some sample questions and values are listed in Table 1. We will use these statistical values as the risk scores to predict."

    The input is the question/measure text and the target is the numeric 'data value' that answers exactly that question. The DMV framework embeds the question text with Llama3/GPT-4o and regresses the associated CDC percentage. This is by construction a lookup: the embedding of 'Percentage of older adults who are experiencing frequent mental distress' is trained to emit 9.0, the very value attached to that row. R2=0.9999 and MSE ~1e-9 are therefore inevitable when the label text is the feature; they say nothing about clinical notes or patient-level Alzheimer's risk. The abstract's 'clinical notes (inputs)' is contradicted by Table 1, whose inputs are survey question strings.

  2. renaming known result [Section 3, Data Description (after Table 1)]
    "We will use these statistical values as the risk scores to predict. The scores represent the risk or possibility of developing Alzheimer’s disease for the patients in this area. The higher the score, the more likely the patients in this area are to have Alzheimer’s disease."

    The CDC rows are public-health aggregate percentages (obesity, frequent mental distress, activity limitations, self-reported health) stratified by geographic area. The paper renames them 'AD risk scores' without calibration, biomarker linkage, or patient-level derivation. Once the target is redefined as these area-level 'statistical values,' every later 'prediction' is just reproducing the CDC table. The claimed geolocation contribution is likewise forced: latitude/longitude identifies the area whose aggregate percentage is the target, so including geolocation trivially improves the lookup. This is renaming a known public-health dataset as a diagnostic risk score, not deriving an AD prediction from first principles.

full rationale

The paper's own equations and tables exhibit the reduction. The target variable is called 'data value' and is described as the value that 'answers specific questions'; the inputs are the same question texts plus categorical area identifiers and lat/long. Training a regressor to map a question string to its associated CDC statistic is equivalent to learning the answer key of the table, which explains the near-perfect R2 and the MSE values near 1e-9. The Random Forest baseline already reaches R2=0.9781 without any text embeddings, consistent with recovering area-level aggregate percentages from the categorical question/stratification fields rather than diagnosing individual patients. The geolocation ablation is computed on absolute MSE differences of order 1e-9 (0.93e-9 vs 1.59e-9; 1.24e-9 vs 1.87e-9), so the headline 70.97%, 50.70%, 28.57%, and 33.47% improvements are relative changes at numerical-precision scale. No self-citation chain is load-bearing here; the circularity is in the definition of the target relative to the input. The central claim therefore reduces by construction to table lookup, not to an independent AD risk prediction.

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

The framework rests on treating CDC aggregate health statistics as AD risk scores and on the unstated assumption that repeated question text can be generalized across patients. No significance tests, code, or data are provided, so the near-perfect performance is best explained by memorization of the question-to-value mapping.

free parameters (1)
  • Random Forest regressor hyperparameters = n_estimators=100, max_depth=None, min_samples_split=2, min_samples_leaf=1, max_features='auto', bootstrap=True…
    Chosen by hand using defaults; not tuned. These affect the fit but are not the source of the near-perfect result.
assumptions (4)
  • ad hoc to paper CDC PLACES 'data value' percentages are valid continuous AD risk scores for patients.
    Stated in the Data Description section where question answers are called 'risk scores'; no clinical or epidemiological justification is given.
  • domain assumption The 'question' text column represents the clinical notes from which AD risk should be predicted.
    The CDC dataset contains aggregate topic labels, not free-text clinical notes; the paper nonetheless treats these as patient records.
  • domain assumption Ten-fold cross-validation on rows with repeated question text gives unbiased estimates of patient-level prediction performance.
    Because the same question text appears across many records, the model can memorize question-value mappings; the paper does not address this leakage.
  • domain assumption Latitude and longitude are predictive of AD risk beyond the information contained in the question text.
    Used as an ablation feature; no confounder adjustment or causal analysis is provided.

how reviews work

0 comments
Cite this review

Pith. "Pith review of Leveraging Geolocation in Clinical Records to Improve Alzheimer's Disease Diagnosis Using DMV Framework." pith.science (2026). https://pith.science/paper/RXJHVQRS

@misc{pith2026250204288,
  author       = {Pith},
  title        = {Pith review of: Leveraging Geolocation in Clinical Records to Improve Alzheimer's Disease Diagnosis Using DMV Framework},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/RXJHVQRS}},
  note         = {Machine review of arXiv:2502.04288}
}
read the original abstract

Alzheimer's Disease (AD) early detection is critical for enabling timely intervention and improving patient outcomes. This paper presents a DMV framework using Llama3-70B and GPT-4o as embedding models to analyze clinical notes and predict a continuous risk score associated with early AD onset. Framing the task as a regression problem, we model the relationship between linguistic features in clinical notes (inputs) and a target variable (data value) that answers specific questions related to AD risk within certain topic categories. By leveraging a multi-faceted feature set that includes geolocation data, we capture additional environmental context potentially linked to AD. Our results demonstrate that the integration of the geolocation information significantly decreases the error of predicting early AD risk scores over prior models by 28.57% (Llama3-70B) and 33.47% (GPT4-o). Our findings suggest that this combined approach can enhance the predictive accuracy of AD risk assessment, supporting early diagnosis and intervention in clinical settings. Additionally, the framework's ability to incorporate geolocation data provides a more comprehensive risk assessment model that could help healthcare providers better understand and address environmental factors contributing to AD development.

Figures

Figures reproduced from arXiv: 2502.04288 by the authors.

Figure 1
Figure 1. Distribution of Geolocation Features Percentage of older adults who are experi￾encing frequent mental distress 9.0 Mean number of days with activity limita￾tions in the past month 6.1 Percentage of older adults currently not providing care who expect to provide care for someone with health problems in the next two years 14.5 Percentage of older adults who are cur￾rently obese, with a body mass index (BMI) of 30 or m… view at source ↗
Figure 2
Figure 2. DMV Framework Visualization Model Embeddings For the advanced models, Llama3-70B and GPT-4o embed￾dings were leveraged to capture the linguistic nuances in pa￾tient records. Llama3-70B Embeddings Text data from patient records were tokenized and fed into the pre-trained model to gen￾erate embeddings (Gaurav et al., 2024). These embeddings represent the semantic meaning of the text and were used as features for the s… view at source ↗
Figure 3
Figure 3. Model Performance Comparison Baseline The Random Forest Regressor alone provided a reasonable level of performance, with an R! score of 0.9781. This indicated that the model was able to explain 97.81% of the variance in the target variable. Llama3-70B + RandomForestRegressor Incorporating Llama3-70B embeddings significantly improved model per￾formance, reducing the MSE and MAE, and increasing the R! score to 0.9999.… view at source ↗
Figures from the paper (7 more)
Figure 4
Figure 4. Figure 4: Comparison of Model Metrics With and Without [PITH_FULL_IMAGE:figures/full_fig_p005_4.png]
Figure 5
Figure 5. Figure 5: MSE comparison with and without geolocation [PITH_FULL_IMAGE:figures/full_fig_p005_5.png]
Figure 6
Figure 6. Figure 6: MAE comparison with and without geolocation [PITH_FULL_IMAGE:figures/full_fig_p006_6.png]
Figure 7
Figure 7. Figure 7: R! comparison with and without geolocation val￾ues MAE (Mean Absolute Error Similarly, the MAE values are notably smaller with geolocation, reflecting improved accuracy in predictions. ( [PITH_FULL_IMAGE:figures/full_fig_p006_7.png]
Figure 8
Figure 8. Figure 8: Baseline Residuals Plot [PITH_FULL_IMAGE:figures/full_fig_p008_8.png]
Figure 9
Figure 9. Figure 9: Llama3-70B Model Residuals Plot [PITH_FULL_IMAGE:figures/full_fig_p008_9.png]
Figure 10
Figure 10. Figure 10: GPT-4o Model Residuals Plot [PITH_FULL_IMAGE:figures/full_fig_p008_10.png]

Discussion (0). Continue with ORCID to comment.

Reference graph

Works this paper leans on

6 extracted references · 4 canonical work pages

  1. [3]

    In 2024 32nd Euromicro International Conference on Parallel, Dis- tributed and Network-Based Processing (PDP) , 277–284

    Optimizing and Evaluating Pre-Trained Large Lan- guage Models for Alzheimer’s Disease Detection. In 2024 32nd Euromicro International Conference on Parallel, Dis- tributed and Network-Based Processing (PDP) , 277–284. IEEE. Kaliappan, J.; et al

  2. [4]

    In Proceedings of International Conference on Data Science and Applications: ICDSA 2022 , volume 1, 369–382

    Cate- gorical data: Need, encoding, selection of encoding method and its emergence in machine learning models—a practical review study on heart disease prediction dataset using pear- son correlation. In Proceedings of International Conference on Data Science and Applications: ICDSA 2022 , volume 1, 369–382. Singapore: Springer Nature Singapore. Liu, D.; et al

  3. [5]

    Evaluation of General Large Language Models in Contextually Assessing Semantic Concepts Extracted from Adult Critical Care Electronic Health Record Notes

    Evaluation of General Large Language Models in Contextually Assessing Semantic Concepts Ex- tracted from Adult Critical Care Electronic Health Record Notes. arXiv preprint arXiv:2401.13588. Malakouti, S. M.; Menhaj, M. B.; and Suratgar, A. A

  4. [6]

    MGH Radiology Llama: A Llama 3 70B Model for Radiology

    MGH Radiology Llama: A Llama 3 70B Model for Radiol- ogy. arXiv preprint arXiv:2408.11848. Singh, A.; Kumar, R.; and Tiwari, A. K

  5. [2023]

    arXiv preprint arXiv:2303.08774

    GPT-4 technical report. arXiv preprint arXiv:2303.08774. Al Nazi, Z.; and Peng, W

  6. [2024]

    arXiv preprint arXiv:2407.21783

    The Llama 3 Herd of Models. arXiv preprint arXiv:2407.21783. Esmaeilzadeh, P

Pith tools

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