text stringlengths 0 377 |
|---|
* Minor type mismatches (simultaneous ↔ lightly sequential) are tolerated per Principle 1. |
* **Incorrect** — when both events **are** identifiable in the candidate, but: |
* The causal or chronological direction is **clearly reversed** (not just ambiguous — actually reversed). |
* The candidate **explicitly contradicts** the temporal relationship type (e.g., uses "then" / "after" for a GT `AV_simultaneous` pair, or asserts simultaneity for a GT causal chain). |
* The two events appear in the candidate but with **no temporal or contextual connection** between them (mentioned in completely separate, unrelated passages). |
* **Skipped** — when one or both GT events are **absent** from the candidate (not mentioned at all, even in paraphrase, or described so vaguely that the specific event cannot be identified). These relations cannot be evaluated for temporal understanding from the given text. **Do NOT mark as Incorrect when the problem... |
--- |
**Inputs:** |
* **GT Relations:** {{Ground_Truth_Relations}} |
* **Candidate:** {{Candidate}} |
**Output Format:** |
Return a JSON object only. No extra text. |
```json |
{ |
"results": [ |
{"index": 0, "verdict": "correct", "reason": "<one short sentence>"}, |
{"index": 1, "verdict": "incorrect", "reason": "<one short sentence explaining what temporal error the candidate makes>"}, |
{"index": 2, "verdict": "skipped", "reason": "<one short sentence noting which event is absent>"} |
] |
} |
``` |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.