Language Models

2 posts

google3 min readCurated summary

SymptomAI: Towards a conversational AI agent for everyday symptom assessment

SymptomAI explores whether conversational AI can conduct realistic symptom interviews and generate useful differential diagnoses outside curated medical vignettes. In a randomized national study of 13,917 participants, SymptomAI agents often performed as well as or better than clinician-generated differentials according to expert reviewers, particularly when they actively asked follow-up questions. The study also found that diagnoses associated with infectious illnesses corresponded with shifts in participants’ Fitbit biosignals, suggesting potential for large-scale health research. ## Moving Beyond Curated Medical Cases - Existing language-model evaluations often use detailed, synthetic, or highly structured patient vignettes. - Real patients may provide incomplete information, have varying medical literacy, or describe symptoms unpredictably during conversation. - SymptomAI was designed to test end-to-end symptom assessment in a more natural setting, while making clear that its outputs were research results rather than clinical diagnoses. ## National-Scale Study Design - 13,917 consenting participants were randomly assigned to one of five Gemini Flash 2.0 SymptomAI agents. - Participants described their symptoms, answered follow-up questions, received a differential diagnosis (DDx), and were given next-step recommendations. - Two weeks later, participants reported diagnoses received from healthcare providers. - Three board-certified clinicians reviewed the conversations, created their own differentials, and blindly ranked SymptomAI’s DDx against clinician-generated alternatives. ## SymptomAI Compared Favorably with Clinicians - Clinical reviewers preferred SymptomAI’s differential diagnosis over those from other clinicians in more than 50% of cases. - SymptomAI’s DDx was more likely to be ranked as the highest-quality option. - Using top-five accuracy—whether the eventual provider diagnosis appeared among five proposed diagnoses—reviewers found SymptomAI’s differentials accurate more often than the comparison clinician differentials. ## Follow-Up Questions Improved Accuracy - The study tested five interview strategies: - Dynamic Live and Dynamic Final agents could ask unrestricted follow-up questions. - Fixed Canonical and Flexible Canonical agents used standardized medical history questions. - The Base condition represented a user-led interaction with an unprompted language model. - Every agent-driven strategy significantly outperformed the Base condition. - The findings indicate that actively eliciting additional information is more effective than relying solely on what users initially choose to disclose. ## Strongest Results in Uncertain Cases - SymptomAI’s advantage over clinician baselines was greatest when clinicians expressed low confidence in their own differentials. - This suggests conversational AI may be especially useful as a second opinion or support tool in ambiguous cases, though the study does not establish that it can replace professional diagnosis. ## Connecting Diagnoses with Wearable Data - The researchers used SymptomAI’s diagnostic outputs as potential reference labels for analyzing population-scale physiological data. - Participants provided up to 30 days of Fitbit biometric data before their SymptomAI interaction. - Acute respiratory infection cases showed noticeable biosignal changes in the days leading up to symptom reporting. - These shifts appeared consistent with symptom onset and possible immune responses, although the provided text ends before presenting the full analysis. SymptomAI’s results support building conversational systems that ask structured follow-up questions and assist with differential diagnosis. Any practical deployment should retain clinician oversight, communicate uncertainty clearly, and treat AI-generated assessments as decision support rather than confirmed medical diagnoses.

Read original(opens in new tab)
google3 min readCurated summary

Introducing Groundsource: Turning news reports into data with Gemini

Groundsource is a Google Research methodology that uses Gemini to convert global news reports into structured historical records of natural disasters. Its first dataset contains 2.6 million flash-flood events across more than 150 countries from 2000 onward, addressing major gaps in conventional flood databases. Google reports that the system can support near-global urban flash-flood forecasts up to 24 hours in advance. ## The problem: Limited historical disaster data - Floods lack the standardized global sensor infrastructure available for hazards such as earthquakes. - Existing sources, including the Global Flood Database and Dartmouth Flood Observatory, are limited by cloud cover, satellite revisit times, and their focus on large or long-lasting floods. - GDACS contains roughly 10,000 high-impact disaster records but misses many localized and rapidly developing flash floods. - This shortage of reliable historical data makes global forecasting, model training, and validation difficult. ## How Groundsource processes news - The system analyzes news articles where flooding is the primary subject. - Google Read Aloud extracts article text in 80 languages, which is translated into English using Cloud Translation. - Gemini then applies a verification-oriented prompt to: - Distinguish actual past or ongoing floods from warnings, policy discussions, and general risk reports. - Resolve relative dates such as “last Tuesday” using the article’s publication date. - Identify precise locations, including neighborhoods and streets. - Map locations to standardized geographic polygons through Google Maps Platform. ## Accuracy and scale - Manual evaluation found: - 60% of events were accurate in both timing and location. - 82% were sufficiently accurate for practical analysis, such as identifying the correct administrative district or event day. - The resulting dataset contains 2.6 million flood events, greatly exceeding traditional monitoring archives. - Between 2020 and 2026, Groundsource captured 85%–100% of severe flood events listed by GDACS while also recording smaller local incidents. - Coverage is densest in recent years, particularly from 2020 to 2025, reflecting the growth of digitized news. ## Forecasting and future applications - Groundsource data has enabled near-global urban flash-flood forecasts up to 24 hours ahead. - These forecasts are being integrated into Google Flood Hub. - Google plans to improve rural coverage and incorporate additional data sources. - The same approach could help build historical datasets for droughts, landslides, avalanches, and other hazards with limited ground-truth records. Groundsource demonstrates that news archives can serve as a large-scale source of disaster history when combined with language models, translation, and geographic verification. Its open flash-flood dataset could improve forecasting and resilience planning, though its reported accuracy levels make continued validation and refinement important.

Read original(opens in new tab)