The Architecture class evaluates how the structural layout and formatting of a snippet influence model ranking preferences.
flowchart LR
A[Raw Page Content] --> B[Architecture Class]
B --> C[Lead Positioning]
B --> D[List Formatting]
B --> E[Heading Choice]
B --> F[Delimiter Density]
B --> G[Sentence Length]
C --> H[Bayesian Ranker Optimization]
D --> H
E --> H
F --> H
G --> H