Step 3: Temporal Dynamics Pass (Facts)

Extract actions and events from the facts section with Allen's Interval Algebra and causal relationships

Test Case for Auth Verification
Step 3 of 3

Facts Section

Section Content:
Full Content:
This is a test case to verify authentication behavior.
Actions & Events Dual Extraction
LLM Prompt (Will be displayed after generation)
Click "Extract Actions & Events" to generate and view the prompt...
Allen's Interval Algebra Reference
Temporal Relations Used in Extraction:
  • before: A finishes before B starts
  • after: A starts after B finishes
  • meets: A finishes exactly when B starts
  • overlaps: A and B partially overlap
  • during: A occurs completely within B
  • starts: A and B start together, A finishes first
  • finishes: A and B finish together, A starts later
  • equals: A and B have same start and end times
  • contains: A contains B completely
  • started-by: B starts with A, B finishes after A
  • finished-by: B finishes with A, B starts before A
  • met-by: B finishes exactly when A starts
  • overlapped-by: B and A partially overlap (B first)