← Glean-ia-acs Β· Day 4 of 56
Level 200 β€” Foundations30 minNIST MEASURE

Reading Results and Relevance

Interpreting what Glean returns

You'll be able to

Read first

Day 4 Lab

  1. Run a query you care about.
  2. For the top result, name what the title, the snippet, and the position each tell you.
  3. Decide: is the best answer missing (intent) or just ranked low (ranking)?
  4. Adjust the query for intent, or add a filter for ranking β€” then re-run.

Working Example: Anatomy of a Result

Every result carries three readable signals. Verified against retrieval_basics.

[Benefits 2026 β€” Parental Leave]   ← TITLE: what this is
drive Β· updated 3 days ago Β· @hr   ← METADATA: source, recency, owner
"...eligible employees accrue..."  ← SNIPPET: why it matched your query
position #1 of 240                 ← RANK: how confident Glean is

Diagnose a miss:
  right type, wrong doc at #1   β†’ RANKING (add a filter, e.g. updated:)
  wrong type entirely           β†’ INTENT (reframe the query)

Check for understanding

Your top result is the right type but the wrong document. Intent or ranking problem?

Check yourself

Pick an answer β€” you'll see if it's right and why.

1. What does Glean's Enterprise Graph primarily connect?

2. When is a natural-language question better than keywords?

3. Your top result is the wrong TYPE of thing entirely. That is a...

4. What does a result's snippet tell you?

5. What does `type:document onboarding` do?

6. `app:slack quarterly roadmap` returns...

7. In one sentence, what does `from:me` do?

Pass threshold 80% Β· week 1 quiz

In 10 seconds

β€œRead a Glean result like a label: the title says what it is, the snippet says why it matched, the position says how confident the rank is. Wrong type, fix intent; wrong order, fix signals.”

Next Β· Week 1 Day 5
The type: Filter