What changed
Earlier, a question like “electron microscopy data” often became a single fuzzy text match on the phrase — a rephrasing of what you typed. That misses the point: your corpus might record electron microscopy astechnique = "SEM", "TEM", or "STEM", and a phrase match finds none of them reliably.
Grounded search instead enumerates the real values:
AFM is in the corpus too, but it isn’t electron microscopy, so it’s left out.
Anatomy of a grounded search
Evidence
technique) ranks above one that’s the same everywhere.Design
or branches, conjunctions as and, exclusions as not. It prefers exact values from the evidence over guesses.Verify
Show
Example gallery
Each example shows what you type and the query Dataerai designs. The exact values depend on your corpus — these use a materials-science workspace.Enumerate matching values — “electron microscopy data”
Enumerate matching values — “electron microscopy data”
technique has values SEM ×1240, TEM ×890, STEM ×310, AFM ×95. The first three are electron microscopy; AFM isn’t, so it’s excluded.Combine a list with a range — “recent SEM or TEM studies”
Combine a list with a range — “recent SEM or TEM studies”
year ranges 2018–2026 with a median of 2024, so “recent” anchors to >= 2024.Discriminate by field presence — “stained liver or kidney samples”
Discriminate by field presence — “stained liver or kidney samples”
exists.staining field, not a specific value.Exact values plus a widening arm — “graphene-based samples”
Exact values plus a widening arm — “graphene-based samples”
contains arm to catch close variants.graphene and graphene oxide are real values; the contains arm catches any other graphene-prefixed material the statistics didn’t surface.Exclusion — “everything except retracted work”
Exclusion — “everything except retracted work”
not around a real value.status has published ×5000, draft ×900, retracted ×40; the request is the complement of one value.Cross-field conjunction — “Titan or Talos sessions with a HAADF detector”
Cross-field conjunction — “Titan or Talos sessions with a HAADF detector”
and.Structured + topical — “bar charts about battery degradation”
Structured + topical — “bar charts about battery degradation”
chart_type = "bar" is a real value; “battery degradation” has no matching field value, so it becomes a single visual/topical-similarity arm (requires the similarity lane — see AI search).Date window — “data acquired in 2025”
Date window — “data acquired in 2025”
Presence and absence together — “datasets without provenance but with a license”
Presence and absence together — “datasets without provenance but with a license”
not_exists and exists in one conjunction.Nested branches — “SEM graphene or TEM silicon studies”
Nested branches — “SEM graphene or TEM silicon studies”
and, joined by or.Don't know the exact value — “scanning-electron-type techniques”
Don't know the exact value — “scanning-electron-type techniques”
technique, and every candidate is checked against your visible data before it’s offered. If nothing visible matches, the request falls back to a text search and you’re told so (see Grounding misses). Requires the value-similarity lane to be enabled.Genuinely descriptive — “fatigue measurement experiments”
Genuinely descriptive — “fatigue measurement experiments”
Reading the results panel
When you translate a query, the panel shows you what was designed and how it landed.Per-branch match counts
1000+ and — (unknown) are shown when a count is large or couldn’t be measured in time.