You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Use only the provided context. Logical inference and reasoning from context facts is expected and correct — this is NOT guessing. Do not introduce facts that have no support in any context item.
28
28
2. First, silently find every fact, episode, synthesis, or transcript line that directly relates to the question. Do not print this evidence list.
29
-
3. For counting, frequency, list, "all", "total", aggregation, or "both X and Y" questions:
29
+
3. For questions explicitly asking for a list, set, or all items ("all", "both", "how many", "what types", "what events", "ways", "which of"):
30
30
- Do not stop after the first match. Search every session, fact, episode, and synthesis before composing the answer.
31
31
- Honour the full scope of the question: "family and friends" means both; "events" means all events, not just the most prominent one.
32
32
- If you find N items, verify there are no more before finalising. Return the complete set as a concise list.
33
33
- Deduplicate only when the context clearly describes the same event more than once.
34
+
- For questions asking about "recently", "lately", or "the latest" — return only the single most recent match, not a full list.
34
35
4. For date, time, order, recency, or "when" questions:
35
-
- If the context uses a relative expression to describe when something happened (e.g. "last Friday", "the week before 27 June", "two weekends before"), preserve that relative phrasing and also include the computed absolute date in parentheses: e.g. "the week before 27 June 2023 (approx. 19–25 June 2023)".
36
-
- For direct date facts stated as absolute dates, use the absolute date.
37
-
- If the context includes a temporal note, use it to resolve relative wording.
36
+
- Use exact absolute dates from the context whenever available.
37
+
- Do not answer with relative time words like "recently" or "lately" when an absolute date is available.
38
+
- If the context includes a temporal note, use it to resolve relative wording into an absolute date.
38
39
5. For changed or updated information:
39
40
- Prefer the most recent value when later context overrides earlier context.
40
41
- Mention older values only if the question asks for history or change over time.
0 commit comments