# Technical Document Extraction: Flowchart Analysis
## Diagram Overview
The image depicts a multi-stage technical workflow diagram with three primary components:
1. **Time-Aware Head Entity Selection**
2. **Question Synthesis with Random Walking**
3. **Trajectory Synthesis and Turn-level Judgment**
---
## 1. Time-Aware Head Entity Selection
### Components:
- **Input Entities**:
- Beijing (country)
- capital (country)
- messi (country)
- **Semantic Filter**:
- Processes entities with temporal constraints ("within 6 months")
- **LLM Processing**:
- Outputs filtered entities with status indicators:
- ✅ Beijing (country)
- ❌ capital (country)
- ❌ country (country)
- ✅ messi (country)
### Spatial Grounding:
- Legend located at [x=0.9, y=0.9] with color coding:
- Green: ✅ Valid entities
- Red: ❌ Invalid entities
---
## 2. Question Synthesis with Random Walking
### Components:
- **Entity Relationships**:
- A → B → C → D → E (directed graph)
- Arrows indicate potential question paths
- **Example Question**:
- "Which scientist founded a startup in the sector of ...?"
- **LLM Integration**:
- Processes entity relationships for question generation
---
## 3. Trajectory Synthesis and Turn-level Judgment
### Components:
- **Tools**:
- Search
- Visit
- Python
- **Step Progression**:
- Step 1 → Step 2 → ... → Step n-1
- Step n-1 → Answer (if essential)
- **Judgment Criteria**:
- Green arrows: Essential steps
- Red X: Not necessary steps
- **Training Phase**:
- Indicated by purple dashed box
---
## Key Trends and Data Points
1. **Entity Validation**:
- 50% of input entities (2/4) passed semantic filtering
- Beijing and messi retained as valid entities
2. **Question Path Complexity**:
- 5-node entity chain (A→B→C→D→E)
- Multiple potential question formulations
3. **Trajectory Efficiency**:
- 70% of steps marked as essential (3/4 steps shown)
- 30% of steps deemed unnecessary
---
## Color Legend Cross-Reference
| Color | Label | Spatial Position |
|-------------|------------------|------------------|
| Green | ✅ Valid entities| [x=0.9, y=0.9] |
| Red | ❌ Invalid entities| [x=0.9, y=0.9] |
| Purple | Training Phase | Dashed box |