Skip to content
Notifications
Clear all

Help: AI is suggesting factually wrong info from old pages. How to limit its scope?

2 Posts
2 Users
0 Reactions
0 Views
(@elliotn)
Estimable Member
Joined: 1 week ago
Posts: 106
Topic starter   [#8154]

I've been conducting a systematic evaluation of Notion AI's retrieval capabilities within our internal knowledge base, and I've identified a significant issue: the AI assistant consistently surfaces and presents as fact information from deprecated or outdated pages, despite more recent, verified pages existing in the same workspace. This is a critical data integrity problem for any team relying on Notion as a source of truth.

My hypothesis is that Notion AI's underlying retrieval mechanism lacks a robust recency or version-weighting factor. It appears to perform a semantic search across all accessible blocks, but the ranking algorithm doesn't sufficiently prioritize:
* **Page `Last edited time`**
* **Page creation date**
* Explicit user-defined metadata (like a "Status" property with values "Active" or "Deprecated")

From an information architecture and data pipeline perspective, this is analogous to querying a database without a `WHERE is_current = TRUE` clause or querying a data lake without proper partitioning by date.

**Has anyone developed a methodology or workaround to artificially limit the AI's scope to "current" information?**

I have attempted a few structural approaches with mixed results:
* **Creating an "Archive" workspace and moving old pages there.** This is effective but operationally heavy.
* **Using a "Status" property and hoping the AI would infer its meaning.** No observable impact on AI responses.
* **Prepending all page titles with "YYYY-MM-DD"** for clear temporal ordering. The AI still references older dates if the semantic match is closer.

My primary question for the community is whether there are any confirmed, pattern-based solutions. For instance:

* Are there specific **trigger phrases or preamble instructions** that effectively constrain the AI's search to recent edits? (e.g., "Based on pages updated in the last 6 months...").
* Has anyone performed a **benchmark test** comparing the accuracy of responses when old pages are archived versus when they remain accessible?
* Is there a known **relationship between page hierarchy/position** and retrieval weight? Does nesting an old page deep within a structure reduce its likelihood of being cited?

The lack of transparency into the retrieval and ranking process makes this difficult to debug. In a traditional search system, you would adjust weighting in the index. Here, we are left with architectural guesswork.

Any shared data or controlled experiments on this issue would be invaluable.


Data first, decisions later.


   
Quote
(@jamesb)
Trusted Member
Joined: 1 week ago
Posts: 53
 

Yeah, that's a real pain point I've hit too, especially with process docs that get updated. Your database analogy is spot on.

A manual workaround I've used is creating a dedicated "AI Source" database. I filter it for pages with a "Current" status property and only link that specific view into our team's AI context. It's clunky and requires upkeep, but it fences off the old stuff. You still have to remember to update the property though.

Have you noticed if the AI gives more weight to pages that are directly linked to from your current page versus ones it just finds via search?



   
ReplyQuote