ai-research-survey

Systematic scan of agentic development research. What's signal, what's noise.
git clone https://git.shiptheloop.com/ai-research-survey.git
Log | Files | Refs

scan.json (34512B)


      1 {
      2   "paper": {
      3     "title": "Transforming Wearable Data into Personal Health Insights using Large Language Model Agents",
      4     "authors": [
      5       "Mike A. Merrill",
      6       "Akshay Paruchuri",
      7       "Naghmeh Rezaei",
      8       "Geza Kovacs",
      9       "Javier Perez",
     10       "Yun Liu",
     11       "Erik Schenck",
     12       "Nova Hammerquist",
     13       "Jake Sunshine",
     14       "Shyam Tailor",
     15       "Kumar Ayush",
     16       "Hao-Wei Su",
     17       "Qian He",
     18       "Cory Y. McLean",
     19       "Mark Malhotra",
     20       "Shwetak Patel",
     21       "Jiening Zhan",
     22       "Tim Althoff",
     23       "Daniel McDuff",
     24       "Xin Liu"
     25     ],
     26     "year": 2024,
     27     "venue": "Nature Communications",
     28     "arxiv_id": "2406.06464",
     29     "doi": "10.1038/s41467-025-67922-y"
     30   },
     31   "scan_version": 2,
     32   "active_modules": ["experimental_rigor", "data_leakage"],
     33   "checklist": {
     34     "artifacts": {
     35       "code_released": {
     36         "applies": true,
     37         "answer": true,
     38         "justification": "Section 1 states 'Our data and code are available at this link' (present tense, hyperlink lost in text extraction). Published in Nature Communications which requires data/code availability."
     39       },
     40       "data_released": {
     41         "applies": true,
     42         "answer": true,
     43         "justification": "The paper explicitly states it releases synthetic wearable data and the evaluation dataset of 4000+ questions: 'Release a set of high-fidelity synthetic wearable data' and 'Release a personal health insights evaluation dataset' (Section 1)."
     44       },
     45       "environment_specified": {
     46         "applies": true,
     47         "answer": false,
     48         "justification": "No requirements.txt, Dockerfile, conda environment file, or detailed environment setup is described. The paper mentions using Python with Pandas in a 'customized sandbox runtime environment' but provides no dependency specifications."
     49       },
     50       "reproduction_instructions": {
     51         "applies": true,
     52         "answer": false,
     53         "justification": "No step-by-step reproduction instructions are provided in the paper. The few-shot examples and architecture are described, but no README-style instructions for replicating the experiments."
     54       }
     55     },
     56     "statistical_methodology": {
     57       "confidence_intervals_or_error_bars": {
     58         "applies": true,
     59         "answer": true,
     60         "justification": "Figure 3 caption states '95% bootstrapped confidence intervals are shown as error bars.' Figure 6 also shows '95% bootstrapped confidence intervals.'"
     61       },
     62       "significance_tests": {
     63         "applies": true,
     64         "answer": true,
     65         "justification": "Wilcoxon signed-rank tests are used throughout: '(*) designates p < 0.05 using the Wilcoxon signed-rank test' (Figure 3 caption)."
     66       },
     67       "effect_sizes_reported": {
     68         "applies": true,
     69         "answer": true,
     70         "justification": "The paper reports absolute performance levels with baselines: 'PHIA achieves an exact match accuracy of 84%, significantly outperforming the Code Generation baseline (74% accuracy), Numerical Reasoning (22% accuracy)' (Section 4.3). Also: 'surpassing two commonly used baselines by 282% and 14% respectively' (Section 5)."
     71       },
     72       "sample_size_justified": {
     73         "applies": true,
     74         "answer": false,
     75         "justification": "No justification for the sample sizes: 4000 objective queries, 172 open-ended queries, 56 synthetic users (only 4 used for evaluation), 12 reasoning annotators, 7 code quality experts. No power analysis is provided."
     76       },
     77       "variance_reported": {
     78         "applies": true,
     79         "answer": true,
     80         "justification": "95% bootstrapped confidence intervals are reported for the main results (Figures 3, 6), which convey variance/spread information across the evaluated samples."
     81       }
     82     },
     83     "evaluation_design": {
     84       "baselines_included": {
     85         "applies": true,
     86         "answer": true,
     87         "justification": "Four baselines are compared: Numerical Reasoning, Code Generation, PH-LLM (Cosentino et al. 2024), and a custom chain-of-thought GPT-4 approach (Englhardt et al. 2024). Described in Section 4.1."
     88       },
     89       "baselines_contemporary": {
     90         "applies": true,
     91         "answer": true,
     92         "justification": "PH-LLM (2024) and GPT-4 chain-of-thought (2024) are contemporary. The Code Generation baseline uses the same Gemini 1.0 Ultra model. These represent the state of the art for this task."
     93       },
     94       "ablation_study": {
     95         "applies": true,
     96         "answer": true,
     97         "justification": "Figure A.1 shows 'PHIA - No Search' ablation, removing the web search component to isolate its contribution to domain knowledge and personalization ratings."
     98       },
     99       "multiple_metrics": {
    100         "applies": true,
    101         "answer": true,
    102         "justification": "Multiple metrics are used: exact match accuracy for objective queries, 8 Likert-based dimensions for reasoning quality (overall reasoning, relevance, interpretation, personalization, domain knowledge, logic, harm avoidance, clarity), 6 dimensions for code quality, plus error and recovery rates."
    103       },
    104       "human_evaluation": {
    105         "applies": true,
    106         "answer": true,
    107         "justification": "Extensive human evaluation: 650 hours, 19 annotators (12 for reasoning quality, 7 domain experts for code quality), plus qualitative interviews with 4 raters (Section 4.2, 4.4)."
    108       },
    109       "held_out_test_set": {
    110         "applies": true,
    111         "answer": true,
    112         "justification": "Section 2.2 states the 172 open-ended queries 'were intentionally excluded from agent development to avoid potential over-fitting.' Few-shot examples were selected via K-means clustering on a separate set."
    113       },
    114       "per_category_breakdown": {
    115         "applies": true,
    116         "answer": true,
    117         "justification": "Figure 4 provides per-query-type breakdown of PHIA's improvement over Code Generation across 9 query types (Correlation, General Knowledge, Problematic, etc.). Figure 5 breaks down error categories."
    118       },
    119       "failure_cases_discussed": {
    120         "applies": true,
    121         "answer": true,
    122         "justification": "Error analysis in Section 4.3 with Figure 5 (code error categories), Figure 6 (error and recovery rates). Figure D.1 shows a low-scoring PHIA output. Qualitative analysis in Section 4.4 discusses failure modes. Supplementary Figures B.3, G.2, G.5 show error recovery and failed attempts."
    123       },
    124       "negative_results_reported": {
    125         "applies": true,
    126         "answer": true,
    127         "justification": "PH-LLM 'is not able to answer any of our objective queries' (Section 4.3). PHIA showed no significant improvement over Code Generation for personalization and harm avoidance dimensions. Personal Min/Max/Avg queries showed 'effectively zero' improvement (Section 4.3)."
    128       }
    129     },
    130     "claims_and_evidence": {
    131       "abstract_claims_supported": {
    132         "applies": true,
    133         "answer": true,
    134         "justification": "Abstract claims are supported: '84% accuracy on objective, numerical questions' matches Figure 3-A (84.2%). '83% favorable ratings' matches Section 4.3 ('83% of PHIA's responses as Fair or better'). 'Twice as likely to achieve the highest quality rating' matches Figure A.2."
    135       },
    136       "causal_claims_justified": {
    137         "applies": true,
    138         "answer": false,
    139         "justification": "The paper makes causal claims like 'PHIA's ability to strategically plan at the first Thought step and perform iterative reasoning about its outputs through the remaining Thought steps minimizes error-prone code generation' (Section 4.3). The comparison between Code Generation and PHIA involves multiple simultaneous differences (iterative reasoning, thought steps, web search). Only search is ablated; the contribution of iterative reasoning vs. thought planning is not isolated."
    140       },
    141       "generalization_bounded": {
    142         "applies": true,
    143         "answer": false,
    144         "justification": "The title 'Transforming Wearable Data into Personal Health Insights' is broad but testing is limited to Gemini 1.0 Ultra only, 4 synthetic users from Fitbit/Pixel Watch, 31-day data windows. Abstract claims 'enabling a new era of accessible, personalized, and data-driven wellness for the wider population' far exceed what was tested. Section 7 acknowledges single-model limitation but title/abstract remain unbounded."
    145       },
    146       "alternative_explanations_discussed": {
    147         "applies": true,
    148         "answer": false,
    149         "justification": "The paper does not discuss alternative explanations for PHIA's superior performance. Could the improvement be due to simply having more tokens/compute per query rather than the agent framework specifically? Could the few-shot examples for PHIA be higher quality than those for Code Generation? These alternatives are not considered."
    150       },
    151       "proxy_outcome_distinction": {
    152         "applies": true,
    153         "answer": true,
    154         "justification": "Section 7 explicitly states: 'we make no claim as to the effectiveness of these insights for helping real users understand their data, facilitating behavior changes, and ultimately improving health outcomes. Our aim in this paper is to define methods, tasks, and evaluation frameworks.' This clearly distinguishes the proxy (accuracy/ratings) from the ultimate outcome (health improvement)."
    155       }
    156     },
    157     "setup_transparency": {
    158       "model_versions_specified": {
    159         "applies": true,
    160         "answer": false,
    161         "justification": "The paper specifies 'Gemini 1.0 Ultra' (Section 3) and 'GPT-4' (Section 4.1) without snapshot dates or API versions. Per schema, marketing names without snapshot dates do not count as specified versions. Supplement I mentions 'Gemini 1.5 Pro' for validation, also without version specifics."
    162       },
    163       "prompts_provided": {
    164         "applies": true,
    165         "answer": true,
    166         "justification": "Extensive few-shot examples are provided in Supplement E (Figures E.1-E.7) showing the actual ReAct trajectories used for PHIA and the corresponding Code Generation and Numerical Reasoning examples. These appear to be the actual text used in prompting."
    167       },
    168       "hyperparameters_reported": {
    169         "applies": true,
    170         "answer": false,
    171         "justification": "No mention of temperature, top-p, max tokens, or any LLM sampling hyperparameters for Gemini 1.0 Ultra or GPT-4. K=20 for clustering few-shot examples is mentioned, but LLM API parameters are absent."
    172       },
    173       "scaffolding_described": {
    174         "applies": true,
    175         "answer": true,
    176         "justification": "The ReAct agent framework is described in detail (Section 3): Thought/Act/Observe cycle, Python sandbox runtime with Pandas, Google Search API integration, few-shot example selection via sentence-T5 embeddings and K-means clustering. Figure 1 provides a workflow diagram."
    177       },
    178       "data_preprocessing_documented": {
    179         "applies": true,
    180         "answer": true,
    181         "justification": "Template-based query generation is described (Section 2.1), including the custom during() function. Synthetic data generation pipeline is detailed (Section 2.3): CPAR neural network, Gaussian Copula model, missing data patterns. Open-ended query filtering: 3000 → 200 (random sample) → 172 (after similarity exclusion)."
    182       }
    183     },
    184     "limitations_and_scope": {
    185       "limitations_section_present": {
    186         "applies": true,
    187         "answer": true,
    188         "justification": "Section 7 'Limitations and Future Work' is extensive with six distinct subsections covering effectiveness, veracity, tool use, subjective thresholds, wearable data focus, and model generalization."
    189       },
    190       "threats_to_validity_specific": {
    191         "applies": true,
    192         "answer": true,
    193         "justification": "Specific threats include: annotators lack health expertise ('we did not employ health experts to assess the domain-specific validity'), single model limitation ('we restrict our experiments to a single base language model'), translation pipeline noise ('the language model based translation process... may introduce noise'), limited synthetic users ('we aggregated user data over 31-day periods with a minimum of 10 days')."
    194       },
    195       "scope_boundaries_stated": {
    196         "applies": true,
    197         "answer": true,
    198         "justification": "Section 7 explicitly states: 'PHIA and similar systems should not be employed to derive insights into conditions that cannot be accurately assessed using wearable devices,' 'the scope of this study is deliberately limited to conditions that can be monitored with consumer wearables,' and 'we make no claim as to the effectiveness of these insights for... facilitating behavior changes.'"
    199       }
    200     },
    201     "data_integrity": {
    202       "raw_data_available": {
    203         "applies": true,
    204         "answer": true,
    205         "justification": "The paper releases synthetic wearable user data and the evaluation dataset: 'Our data and code are available at this link' (Section 1). The synthetic data enables independent verification of the objective query results."
    206       },
    207       "data_collection_described": {
    208         "applies": true,
    209         "answer": true,
    210         "justification": "Data collection is described for all three datasets: objective queries via expert-crafted templates (Section 2.1), open-ended queries via colleague survey (Section 2.2), synthetic wearable data from 30000 real users with CPAR neural network (Section 2.3). Time period (October 2023), inclusion criteria (10+ days, age 18-80), and device types are specified."
    211       },
    212       "recruitment_methods_described": {
    213         "applies": true,
    214         "answer": true,
    215         "justification": "Wearable users: 'randomly selected from individuals with heart rate-enabled Google Fitbit and Google Pixel Watch devices' with IRB approval and informed consent (Sections 2.3, 11). Annotators: 'recruited a team of twelve independent annotators... hailing from Kenya, China, India, and the United States' with specific qualifications (Supplement G.5). Query contributors: 'A survey was conducted with a sample of the authors' colleagues' (Section 2.2)."
    216       },
    217       "data_pipeline_documented": {
    218         "applies": true,
    219         "answer": true,
    220         "justification": "The pipeline from collection to analysis is documented: 30000 real users → CPAR synthetic generation → 56 synthetic users → 4 selected for evaluation. Query pipeline: templates → 4000 objective queries; colleague survey → 3000 queries → 200 sampled → 172 after similarity filtering. Each step and filtering criterion is explained."
    221       }
    222     },
    223     "conflicts_of_interest": {
    224       "funding_disclosed": {
    225         "applies": true,
    226         "answer": true,
    227         "justification": "Section 10: 'This study was funded by Google Research.'"
    228       },
    229       "affiliations_disclosed": {
    230         "applies": true,
    231         "answer": true,
    232         "justification": "All authors are listed with '1Google Research' affiliation. The author list header states the Google Research affiliation clearly."
    233       },
    234       "funder_independent_of_outcome": {
    235         "applies": true,
    236         "answer": false,
    237         "justification": "Google funded the study and all authors are Google/Alphabet employees. Google owns Fitbit (the wearable platform) and Gemini (the LLM). Google has direct commercial interest in demonstrating that their LLM can add value to their wearable ecosystem."
    238       },
    239       "financial_interests_declared": {
    240         "applies": true,
    241         "answer": true,
    242         "justification": "Section 10: 'All authors are or were employees of Alphabet and may own stock as part of the standard compensation package.'"
    243       }
    244     },
    245     "contamination": {
    246       "training_cutoff_stated": {
    247         "applies": true,
    248         "answer": false,
    249         "justification": "No mention of Gemini 1.0 Ultra's training data cutoff date. Although the benchmark uses synthetic data (reducing contamination risk), the model's training cutoff is not stated."
    250       },
    251       "train_test_overlap_discussed": {
    252         "applies": true,
    253         "answer": false,
    254         "justification": "No discussion of whether similar wearable data analysis tasks or health Q&A formats appeared in Gemini's training data. The synthetic data mitigates direct overlap, but this is not explicitly discussed."
    255       },
    256       "benchmark_contamination_addressed": {
    257         "applies": true,
    258         "answer": false,
    259         "justification": "The custom benchmark uses synthetic data generated after model training, which inherently reduces contamination risk, but the paper does not discuss this advantage or address contamination concerns explicitly."
    260       }
    261     },
    262     "human_studies": {
    263       "pre_registered": {
    264         "applies": true,
    265         "answer": false,
    266         "justification": "No mention of pre-registration for the evaluation study. No OSF, AsPredicted, or other pre-registration links."
    267       },
    268       "irb_or_ethics_approval": {
    269         "applies": true,
    270         "answer": true,
    271         "justification": "Section 11: 'This study was conducted with the approval of an independent Institutional Review Board (IRB), ensuring compliance with ethical guidelines for research involving human data. All participants provided informed consent.'"
    272       },
    273       "demographics_reported": {
    274         "applies": true,
    275         "answer": true,
    276         "justification": "Annotator demographics reported in Supplement G.5: nationalities (Kenya, China, India, US), degree fields (education, information systems, digital arts, statistics, economics). Expert demographics: 'seven data scientists with graduate degrees, extensive professional experience... mean = 9 years' (Section 4.2). Wearable users: age 18-80."
    277       },
    278       "inclusion_exclusion_criteria": {
    279         "applies": true,
    280         "answer": true,
    281         "justification": "Wearable users: 'at least 10 days of data recorded during October 2023, with a profile age between 18 and 80 years old' (Section 2.3). Annotators: 'significant prior exposure to projects focusing on LLM-based health queries and high proficiency in English' (Supplement G.5)."
    282       },
    283       "randomization_described": {
    284         "applies": false,
    285         "answer": false,
    286         "justification": "Not an experimental study with participant randomization to conditions. Annotators rated blinded model outputs in a within-subjects design rather than being assigned to treatment/control conditions."
    287       },
    288       "blinding_described": {
    289         "applies": true,
    290         "answer": true,
    291         "justification": "Section 4.2: 'All responses were distributed so that each was rated by at least three unique annotators, who were blinded to the method used to generate the response.' Also for code quality: 'Experts were blinded to the experimental condition.'"
    292       },
    293       "attrition_reported": {
    294         "applies": true,
    295         "answer": false,
    296         "justification": "No mention of whether any annotators or experts dropped out of the evaluation. Started with 12 reasoning annotators and 7 code experts; final numbers are implied to be the same but attrition is not explicitly reported."
    297       }
    298     },
    299     "cost_and_practicality": {
    300       "inference_cost_reported": {
    301         "applies": true,
    302         "answer": false,
    303         "justification": "No mention of API costs, tokens consumed, or inference latency per query for PHIA or any baseline. PHIA's multi-step reasoning involves multiple LLM calls and web searches per query, but cost is not reported."
    304       },
    305       "compute_budget_stated": {
    306         "applies": true,
    307         "answer": false,
    308         "justification": "No mention of total computational budget. 650 hours of human evaluation time is stated, but LLM compute (total API calls across 4000 objective + 172 open-ended queries × multiple methods) is not quantified."
    309       }
    310     },
    311     "experimental_rigor": {
    312       "seed_sensitivity_reported": {
    313         "applies": true,
    314         "answer": false,
    315         "justification": "No mention of random seeds or sensitivity analysis. Results appear to be from single runs. LLM sampling stochasticity is not addressed."
    316       },
    317       "number_of_runs_stated": {
    318         "applies": true,
    319         "answer": false,
    320         "justification": "The number of experimental runs is not stated. It is unclear whether the 4000 objective queries and 172 open-ended queries were run once or multiple times per method."
    321       },
    322       "hyperparameter_search_budget": {
    323         "applies": true,
    324         "answer": false,
    325         "justification": "No hyperparameter search budget reported. The choice of K=20 for few-shot clustering is stated but no search over alternative configurations is described. Temperature and other LLM parameters are not even reported."
    326       },
    327       "best_config_selection_justified": {
    328         "applies": true,
    329         "answer": false,
    330         "justification": "The few-shot selection process (K-means with K=20) is described but not justified. No comparison of alternative few-shot selection strategies, different K values, or other configuration choices."
    331       },
    332       "multiple_comparison_correction": {
    333         "applies": true,
    334         "answer": false,
    335         "justification": "Multiple Wilcoxon signed-rank tests are performed across 8 reasoning dimensions and 6 code quality dimensions (Figures 3-B, 3-C) without any mention of Bonferroni, Holm, or other multiple comparison corrections."
    336       },
    337       "self_comparison_bias_addressed": {
    338         "applies": true,
    339         "answer": false,
    340         "justification": "Google employees evaluate their own Gemini-based system against baselines they constructed. The Code Generation baseline and Numerical Reasoning baseline were designed by the authors. The bias of evaluating one's own system is not acknowledged."
    341       },
    342       "compute_budget_vs_performance": {
    343         "applies": true,
    344         "answer": false,
    345         "justification": "PHIA makes multiple LLM calls per query (Thought + Code + Search + Observe cycles) while Code Generation makes one. This compute difference is not discussed or controlled for. The improvement could partly reflect more compute rather than better architecture."
    346       },
    347       "benchmark_construct_validity": {
    348         "applies": true,
    349         "answer": false,
    350         "justification": "The paper does not discuss whether their benchmark actually measures the claimed capability of 'personal health insights.' The objective queries test numerical extraction, not health insight quality. The open-ended queries are from colleagues rather than real wearable users, and the Likert ratings may not correlate with actual health value."
    351       },
    352       "scaffold_confound_addressed": {
    353         "applies": false,
    354         "answer": false,
    355         "justification": "The scaffold (ReAct agent framework) IS the thing being tested — the paper evaluates whether an agentic framework improves over non-agentic approaches. The paper does not compare different models; it uses the same Gemini 1.0 Ultra throughout."
    356       }
    357     },
    358     "data_leakage": {
    359       "temporal_leakage_addressed": {
    360         "applies": true,
    361         "answer": false,
    362         "justification": "No discussion of temporal leakage. The synthetic data is generated from October 2023 wearable data, and the model's training data may include similar wearable health Q&A patterns, but this is not discussed."
    363       },
    364       "feature_leakage_addressed": {
    365         "applies": true,
    366         "answer": false,
    367         "justification": "No discussion of feature leakage. The agent has access to the full user data table during evaluation, which is appropriate for the task, but the potential for the LLM to leverage patterns from training rather than performing genuine analysis is not discussed."
    368       },
    369       "non_independence_addressed": {
    370         "applies": true,
    371         "answer": false,
    372         "justification": "No discussion of independence between training and test data. The template-generated queries may resemble patterns in LLM training data (e.g., common data analysis questions). Not addressed."
    373       },
    374       "leakage_detection_method": {
    375         "applies": true,
    376         "answer": false,
    377         "justification": "No concrete leakage detection or prevention method is used. The use of synthetic data provides some natural protection, but no formal detection method is applied."
    378       }
    379     }
    380   },
    381   "claims": [
    382     {
    383       "claim": "PHIA achieves 84% exact match accuracy on objective personal health queries, significantly outperforming Code Generation (74%), Numerical Reasoning (22%), and GPT-4 chain-of-thought (53.6%).",
    384       "evidence": "Figure 3-A shows PHIA at 84.2% with 95% bootstrapped confidence intervals. All 4000 objective queries evaluated (Section 4.2).",
    385       "supported": "strong"
    386     },
    387     {
    388       "claim": "PHIA demonstrates superior reasoning on open-ended queries, with 83% of responses rated 'Fair' or better and overall reasoning score of 68 vs 52 for Code Generation.",
    389       "evidence": "Figure 3-B shows significant Wilcoxon signed-rank test results (p < 0.05) across 6 of 8 dimensions. 650 hours of human evaluation, 5500+ responses, 3 annotators per response (Sections 4.2, 4.3).",
    390       "supported": "strong"
    391     },
    392     {
    393       "claim": "PHIA is twice as likely to generate 'Excellent' responses compared to Code Generation.",
    394       "evidence": "Figure A.2 shows the distribution of quality ratings with PHIA having approximately double the 'Excellent' fraction.",
    395       "supported": "moderate"
    396     },
    397     {
    398       "claim": "PHIA's error rate is half that of Code Generation (0.192 vs 0.395), and PHIA recovers from errors 11.4% of the time vs 0% for Code Generation.",
    399       "evidence": "Figure 6 shows error and recovery rates with 95% bootstrapped confidence intervals. Expert annotators categorized errors in Figure 5 (Section 4.3).",
    400       "supported": "strong"
    401     },
    402     {
    403       "claim": "PHIA's iterative reasoning and tool use capability produces substantially higher quality results than the same base language model without the agent framework.",
    404       "evidence": "All comparisons use Gemini 1.0 Ultra as the base model. PHIA outperforms Code Generation on most metrics (Figures 3-B, 3-C). Search ablation in Figure A.1 shows domain knowledge improvement comes from search specifically.",
    405       "supported": "moderate"
    406     },
    407     {
    408       "claim": "Over 99% of PHIA's responses are rated as harmless by human annotators.",
    409       "evidence": "Section 4.3 states 'over 99% of responses rated as harmless.' Harm avoidance scores in Figure 3-B are saturated near perfect. Examples of safe refusals shown in Supplement C.",
    410       "supported": "moderate"
    411     },
    412     {
    413       "claim": "PH-LLM is unable to answer any of the objective health queries due to its fine-tuning on aggregated coaching data only.",
    414       "evidence": "Section 4.3: 'PH-LLM model is not able to answer any of our objective queries due to its limitations in handling detailed, long-context tabular data inputs after being fine-tuned exclusively on aggregated coaching case study data.'",
    415       "supported": "moderate"
    416     }
    417   ],
    418   "methodology_tags": ["benchmark-eval", "qualitative"],
    419   "key_findings": "PHIA, an LLM agent using iterative ReAct reasoning with code generation and web search, achieves 84% accuracy on objective health queries (vs 74% for code generation alone and 22% for numerical reasoning). On open-ended queries, PHIA earns significantly higher human ratings across 6 of 8 quality dimensions, with the largest gains in domain knowledge and general knowledge query types. PHIA makes half as many code errors as the baseline and recovers from errors 11.4% of the time. The agent framework's benefits stem from iterative reasoning and web search integration, though both methods performed similarly on personalization and harm avoidance.",
    420   "red_flags": [
    421     {
    422       "flag": "Company evaluating own product ecosystem",
    423       "detail": "All authors are Google Research employees/affiliates. Google owns both Fitbit (the wearable data source) and Gemini (the LLM). The study demonstrates commercial value of combining Google's wearable data platform with Google's LLM. This conflict is disclosed (Section 10) but creates systematic incentive to show positive results."
    424     },
    425     {
    426       "flag": "Extremely small user sample",
    427       "detail": "Only 4 synthetic wearable users were used for evaluation, randomly selected from 56 generated users. This tiny sample cannot represent the diversity of real-world wearable usage patterns, health conditions, or data quality issues. Results may not generalize to the broader population."
    428     },
    429     {
    430       "flag": "Non-independent annotator recruitment",
    431       "detail": "Open-ended queries were sourced from 'authors' colleagues' with 'relevant expertise in personal and consumer health research.' Code evaluation experts were 'affiliated with the same institution as the authors' (Supplement G.5). This creates potential familiarity and expectation biases in both the evaluation dataset and the ratings."
    432     },
    433     {
    434       "flag": "Translation pipeline introduces uncontrolled noise",
    435       "detail": "For reasoning evaluation, Python code was translated to English using Gemini Ultra itself (Supplement G.2) because annotators lacked programming skills. This LLM-based translation adds an uncontrolled noise source — if the translation is more favorable for PHIA's multi-step outputs, it would bias the comparison."
    436     },
    437     {
    438       "flag": "Compute confound not addressed",
    439       "detail": "PHIA makes multiple LLM calls per query (multiple Thought/Act/Observe cycles) while Code Generation makes one. The performance improvement could partially reflect more compute/tokens rather than the agent architecture, but this confound is never discussed or controlled for."
    440     },
    441     {
    442       "flag": "No multiple comparison correction",
    443       "detail": "Multiple Wilcoxon signed-rank tests are conducted across 14+ dimensions (8 reasoning + 6 code quality) without Bonferroni or other corrections for family-wise error rate. Some significant results at p < 0.05 may be false positives."
    444     }
    445   ],
    446   "cited_papers": [
    447     {
    448       "title": "React: Synergizing reasoning and acting in language models",
    449       "authors": ["Shunyu Yao", "Jeffrey Zhao", "Dian Yu", "Nan Du", "Izhak Shafran", "Karthik Narasimhan", "Yuan Cao"],
    450       "year": 2023,
    451       "relevance": "Core agent framework used by PHIA; foundational work on LLM-based agentic reasoning with tool use."
    452     },
    453     {
    454       "title": "Towards a personal health large language model",
    455       "authors": ["Justin Cosentino", "Anastasiya Belyaeva", "Xin Liu"],
    456       "year": 2024,
    457       "arxiv_id": "2406.06474",
    458       "relevance": "Key baseline: fine-tuned Gemini for health coaching on wearable data; demonstrates limitations of non-agentic LLM approaches for health queries."
    459     },
    460     {
    461       "title": "From classification to clinical insights: Towards analyzing and reasoning about mobile and behavioral health data with large language models",
    462       "authors": ["Zachary Englhardt", "Chengqian Ma", "Margaret E Morris"],
    463       "year": 2024,
    464       "relevance": "Key baseline: chain-of-thought prompting of GPT-4 for wearable health data interpretation; compared against PHIA."
    465     },
    466     {
    467       "title": "Sparks of artificial general intelligence: Early experiments with gpt-4",
    468       "authors": ["Sébastien Bubeck", "Varun Chandrasekaran", "Ronen Eldan"],
    469       "year": 2023,
    470       "relevance": "Documents LLM capabilities and limitations in reasoning and tool use, motivating the agent-based approach."
    471     },
    472     {
    473       "title": "Retrieval-augmented generation for knowledge-intensive nlp tasks",
    474       "authors": ["Patrick Lewis", "Ethan Perez", "Aleksandra Piktus"],
    475       "year": 2020,
    476       "relevance": "Foundational RAG work that informs PHIA's web search integration for health domain knowledge retrieval."
    477     },
    478     {
    479       "title": "Toolformer: Language models can teach themselves to use tools",
    480       "authors": ["Timo Schick", "Jane Dwivedi-Yu", "Roberto Dessì"],
    481       "year": 2024,
    482       "relevance": "Demonstrates LLM tool-use capabilities that underpin the agent framework approach."
    483     },
    484     {
    485       "title": "SWE-bench: Can Language Models Resolve Real-World GitHub Issues?",
    486       "authors": ["Carlos E. Jimenez", "John Yang", "Alexander Wettig"],
    487       "year": 2024,
    488       "relevance": "Major LLM agent benchmark; cited to support claim that frontier models are capable of agentic tasks."
    489     },
    490     {
    491       "title": "VisualWebArena: Evaluating Multimodal Agents on Realistic Visual Web Tasks",
    492       "authors": ["Jing Yu Koh", "Robert Lo", "Lawrence Jang"],
    493       "year": 2024,
    494       "relevance": "Multimodal agent evaluation benchmark; cited to support generalizability of agent frameworks across models."
    495     },
    496     {
    497       "title": "Is your code generated by chatgpt really correct? rigorous evaluation of large language models for code generation",
    498       "authors": ["Jiawei Liu", "Chunqiu Steven Xia", "Yuyao Wang", "Lingming Zhang"],
    499       "year": 2024,
    500       "relevance": "Rigorous evaluation of LLM code generation capabilities, relevant to PHIA's code generation component."
    501     },
    502     {
    503       "title": "EHRAgent: Code empowers large language models for complex tabular reasoning on electronic health records",
    504       "authors": ["Wenqi Shi", "Ran Xu", "Yuchen Zhuang"],
    505       "year": 2024,
    506       "arxiv_id": "2401.07128",
    507       "relevance": "Code-writing agents for medical records analysis; closely related approach applied to health data."
    508     },
    509     {
    510       "title": "Gemini: a family of highly capable multimodal models",
    511       "authors": ["Gemini Team", "Rohan Anil", "Sebastian Borgeaud"],
    512       "year": 2023,
    513       "arxiv_id": "2312.11805",
    514       "relevance": "The base language model (Gemini 1.0 Ultra) used by PHIA and baselines."
    515     },
    516     {
    517       "title": "Language models are few-shot learners",
    518       "authors": ["Tom Brown", "Benjamin Mann", "Nick Ryder"],
    519       "year": 2020,
    520       "relevance": "Foundational few-shot prompting work; technique used to guide PHIA's task execution."
    521     },
    522     {
    523       "title": "ToolQA: A dataset for LLM question answering with external tools",
    524       "authors": ["Yuchen Zhuang", "Yue Yu", "Kuan Wang"],
    525       "year": 2024,
    526       "relevance": "Benchmark for LLM tool-augmented question answering; relevant evaluation methodology for tool-using agents."
    527     }
    528   ]
    529 }

Impressum · Datenschutz