← Blog Cyphia Solutions LLC
Research paper · pilot study · draft v0.1

Document Task Answerability: Deriving a Document's Own Benchmark from Its Tagged Structure

A tagged PDF's structure tree is used to enumerate the information tasks the document itself makes possible — before any question is written. Frozen tasks with gold evidence contracts are then expressed in four phrasings, asked through retrieval-augmented generation, and scored in layers. Eight professionally tagged documents, 436 canonical tasks, 1,725 validated questions, 5,175 scored runs.

Joey Li · Evidence Graph Retrieval project · 19 August 2026 · Companion to Evidence Graph Retrieval (Li, 2026)

Abstract

Retrieval-augmented generation (RAG) over PDFs is usually evaluated with questions written by people or language models — which silently decides what a document is tested on. We invert the order. Because a tagged PDF carries an authoritative account of its own organization — headings and their scope, tables with header relations, lists, figures with alternative text, notes and references — the structure tree can be compiled into a source graph and used to enumerate a Canonical Task Universe: every extraction, comparison, enumeration, finding, qualification and synthesis task that the structure deterministically supports, each bound to gold evidence nodes and structural relations. A seeded, stratified sample is frozen; only then does a language model write four phrasings per task (source-explicit, natural, lexically distant, goal-oriented), validated by a second model for intent equivalence, sufficiency, uniqueness, leakage and naturalness. Questions are asked through RAG systems that never see the gold, and answers are scored in layers — evidence recall, relation coverage, correctness, completeness, groundedness, provenance — under a strict PASS contract, with a per-task answerability score At and a failure taxonomy.

Across 87 tagged documents the method enumerates 61,551 eligible tasks with bit-identical reproducibility. In a pilot on eight documents that all score 98–100 on accessibility checkers, the best system (structure-preserving Evidence Graph Retrieval) completes only 42% of task phrasings, chunk-based hybrid retrieval 30%, and the same retriever over layout-reconstructed structure 23%. Failures are 73–92% retrieval, not reasoning; grounding is 93–95%. Structure-preserving retrieval leads on every structural motif except adjacent label→value pairs, and alt-text-only facts are unreachable to text-only pipelines. Phrasing is a first-order variable: source-explicit 55% → natural 47% → goal-oriented 42% → lexically distant 26% for the best system, with the same ordering everywhere. We argue that “well-tagged” should be redefined as answerable, not merely compliant, and derive eighteen authoring guidelines and an “answerability lint” for tagging services from the observed failure inventory.

87
tagged documents swept; 61,551 eligible tasks; freeze reproducible on all
436
canonical tasks in the 8-document pilot
1,725
validated question variants (of 1,744 generated)
5,175
scored RAG runs (3 systems × variants)
42% / 30% / 23%
answerability: EGR-S tagged / chunk hybrid / EGR-S reconstructed

1 Introduction

Every evaluation of retrieval-augmented generation over documents begins with a decision that is rarely examined: who chooses the questions. Human annotators choose what looks interesting; language models choose what looks answerable; both favour prominent, prose-shaped content and under-sample the parts of a document that are organized rather than narrated — a cell that means nothing without its row and column headers, a list that is only a list under its heading, a rule that is silently reversed by a footnote, a fact that exists only as a figure's alternative text. When the same model family that generates the questions also answers them, the benchmark and the system share a prior about what a document is for.

A large and growing class of documents makes a different starting point possible. Tagged PDF — mandated by accessibility legislation and produced at scale by authoring and remediation pipelines — embeds an authoritative, machine-readable structure tree: element roles, ordered hierarchy, reading order independent of layout, table header scopes and spans, list semantics, captions, alternative text, notes and references, and anchors from every logical element to the bytes that realize it. Our earlier work, Evidence Graph Retrieval (EGR), compiled this structure into an epistemically stratified source graph and showed that retrieval which preserves it recovers structurally composed evidence that chunking and layout reconstruction lose [EGR]. This paper asks the complementary question: if the document already declares its own organization, can that declaration define the universe of information tasks the document ought to support — and how reliably can a user complete those tasks through RAG?

The method, Document Task Answerability Assessment (DTAA), follows one invariant order:

PDF → structure → tasks → frozen benchmark → questions → RAG → answers → evaluation

and never PDF → LLM-generated questions → RAG. Structural motif detectors enumerate every task the source graph deterministically supports; each candidate is validated, deduplicated at task level, stratified by operation × topology × motif and sampled with a seed derived from the document bytes and the protocol version, so the same document and protocol always yield the same Frozen Canonical Task Set. Only then does a language model write four phrasings of each task, and a different model validates them. The RAG side never sees the gold. Answers are scored in separable layers, so a failure can be attributed to query interpretation, retrieval, structural composition, answer generation, grounding, or provenance — which turns the assessment from a score into a diagnosis.

The novelty is deliberately combination-specific (§2): benchmark generation from knowledge graphs, synthetic RAG evaluation, table–text QA and structure-aware chunking benchmarks all exist. What is new is that source-native tagged-document semantics define task applicability and evidence relations, the evidence contract precedes the wording, phrasing is a controlled variable, and the unit of assessment is the individual document. The document ceases to be merely the corpus under test: its declared structure becomes part of the measuring instrument.

Contributions. (1) A deterministic motif catalogue and pipeline that derives, validates, freezes and reproduces a canonical task set from any sufficiently tagged PDF, with 61,551 eligible tasks over 87 documents and bit-identical freezes on repetition. (2) A layered scoring protocol with a strict PASS contract, a per-task answerability measure At over four phrasings, and a rule-based failure taxonomy. (3) A pilot on eight professionally tagged documents (436 tasks, 1,725 questions, 5,175 runs) comparing chunk-hybrid retrieval, structure-preserving EGR-S over the tag tree, and the same machinery over layout-reconstructed structure. (4) An interpretation of the results as design guidance: a definition of “well-tagged” as answerable rather than compliant, eighteen concrete authoring guidelines, and an answerability lint that turns the pipeline's rejection and failure lists into an author's punch list.

2 Related work

Peer work was reviewed from a bundle of fifteen ACL-Anthology papers plus the benchmark-generation and document-graph literature cited in the design notes. Table 1 places DTAA against the closest lines; each row states what the line establishes and what DTAA does differently.

2.1 Table–text and long-document financial QA

TAT-QA [TAT-QA] established hybrid table+text QA with human-authored questions over 2,757 contexts from 182 reports, storing answer type, source, derivation and scale; the best model at the time reached 58.0 F1 against a 90.8 human ceiling. FinQA [FinQA] added expert-written reasoning programs and supporting-fact spans (8,281 pairs), and DocFinQA [DocFinQA] re-embedded 7,437 of those questions in full SEC filings (≈123k words), showing that locating evidence in a whole document — not reasoning over a hand-picked page — is the hard part. T²-RAGBench [T²-RAGBench] made the same point about evaluation design: only 11.8% of the original questions were context-independent, and after LLM reformulation the best RAG method still trailed oracle context by ~30 points. ARQA [ARQA] is the closest in spirit on the gold side: LLM-generated questions over Volkswagen annual reports are deterministically verified (schema, evidence bounds, span match, arithmetic recomputation) and expert-audited (AC1 = 0.92), and it stores cell- and span-level evidence with symbolic programs. These works fix what the ground truth must contain; none derives the tasks from the document's own structure, and none treats phrasing as a controlled variable or the single document as the unit of assessment.

2.2 Automatic and structure-derived benchmark generation

ARES [ARES] generates synthetic query–passage–answer triples and trains lightweight judges, correcting them with prediction-powered inference from ~150–300 human labels — a precedent for automating RAG evaluation, but its questions and labels are LLM-authored end to end. Pro-QuEST [Pro-QuEST] chunks technical textbooks by table-of-contents cues before generating quiz questions; its own comparison shows LLM-generated sets are markedly easier than expert exams (30–40% “easy” vs 10–16%), a bias DTAA's structure-first enumeration is designed to remove. DRAGOn [DRAGOn] is the nearest methodological neighbour: it derives QA deterministically from knowledge-graph subgraph templates and uses the LLM only for surface realization, then filters with an LLM judge whose recall against humans is moderate (0.52–0.78). MAESTRO, GRADE and EHRBench (design notes) generalize the pattern to arbitrary KGs, difficulty-controlled multi-hop QA, and verified templates over native structured records. DTAA differs in the origin of the graph — the document's authored structure, not an extracted or external KG — and in binding each task to evidence nodes and relations that retrieval must reproduce.

2.3 Structure-aware retrieval and evaluation

HiChunk/HiCBench [HiChunk] shows that existing RAG benchmarks suffer evidence sparsity and builds evidence-dense QA on manually annotated document hierarchies; DTAA obtains the hierarchy from the tag tree instead and scores relations, not chunk boundaries. KG-CQR [KG-CQR] enriches queries with corpus-level KG relations (+4–6% mAP), addressing the same lexical-gap problem our lexically-distant phrasing exposes, from the query side. D-RAG [D-RAG] and MegaRAG [MegaRAG] retrieve over graphs — a learned subgraph retriever, and a multimodal KG over visually rich documents (64.9% vs 27.7% on SlideVQA) — but their global-QA evaluation relies on LLM-generated questions and pairwise judging with no stored evidence. KG-CRAFT [KG-CRAFT] generates contrastive questions from claim triples for fact-checking, and EFSG [EFSG] seals an evidence pool before generation — the closest architectural analogue of DTAA's “evidence contract precedes wording”, applied at generation time rather than benchmark time. bLLeQA [bLLeQA] evaluates end-to-end legal RAG with citation precision/recall and refusal behaviour under Gold/RAG/RAG+ contexts, echoing our provenance and abstention layers over human-authored questions.

Table 1 — Positioning against the reviewed peer lines. Overlap is deliberate; the contribution is the combination: source-native structure + task-applicability discovery + pre-question evidence contracts + controlled phrasing + per-document answerability.
LineWhat it establishesOverlapDTAA distinction
TAT-QA / FinQA / DocFinQA / T²-RAGBench / ARQAHybrid table–text QA; symbolic programs; full-document context; deterministic verification of LLM-generated itemsData-centric document QA; cell/span-level goldTasks enumerated from the tagged structure tree, not authored; relation-level gold; per-document assessment; four controlled phrasings
ARES / Pro-QuEST / DRAGOn / MAESTRO / GRADE / EHRBenchSynthetic or graph-derived benchmark generation; lightweight judges; leakage controlAutomation; graph → task → questionGraph is the document's own authored semantics; task and evidence contract are frozen before wording; validator ≠ generator
HiChunk / KG-CQR / D-RAG / MegaRAG / KG-CRAFT / EFSGStructure-aware chunking; graph retrieval; evidence sealed before generationStructure and evidence as first-class objectsStructure comes from the tag tree, not annotation or extraction; scoring is layered (evidence, relations, answer, grounding, provenance) rather than a single judge
bLLeQAEnd-to-end grounded RAG evaluation with citations and refusalsProvenance and abstention layersQuestions derived rather than expert-written; answerability profiled per document and per phrasing

3 Method

Figure 1 shows the pipeline. Everything left of the freeze is deterministic and reproducible from the document bytes; everything right of it treats the frozen set as fixed ground truth. The two sides are isolated: the answering system never loads the task set, and the benchmark side never adapts a task because a system failed it.

deterministic — reproducible from the document bytes language models vary wording and answer — they never define the benchmark Tagged PDFauthored structure tree: roles, hierarchy, tables, alt, notes, links Source graph (EGR compiler)G = G_source ∪ G_derived — edges keep their epistemic origin Motif detectors → Task UniverseM02–M14; every task the structure licenses, with evidence + relations Validate and deduplicatereason codes (ambiguous, trivial, fragmentary…); task-level dedup FREEZE → Frozen Canonical Task Setstratify operation × topology × motif; ≥3 per stratum, target 50seed = SHA256(PDF bytes ‖ protocol version); FCTS hash + manifest isolationboundary Question families Q0–Q3 · LLM generatorsource-explicit · natural · lexically distant · goal-oriented Six-check validation · LLM validator ≠ generatorintent · sufficiency · uniqueness · no leakage · no external dep. · natural regenerate≤ 3 rounds RAG systems (per document; gold never loaded)chunk hybrid · EGR-S tagged · EGR-S reconstructed · k = 10 Answerer · LLM sees retrieved items onlyfixed context budget; cites item ids; abstains when evidence is missing Layered scoring against the frozen contract evidence recall · relation coverage correctness · completeness — deterministic for numeric gold, judged otherwise groundedness · provenance PASS · A_t · failure class Q / R / C / A / G / P Document Task Answerability reportby operation · topology · motif · phrasing; task appendix with full audit trail Benchmark side (above the boundary) and answering side are isolated; a task is never edited because a system failed it.
Figure 1. The DTAA pipeline. Boxes on a blue ground are the only places a language model acts; the dashed box is the freeze point that separates task construction from everything downstream.

3.1 Design principle and phases

The method is organized as ten phases that must run in one order:

PDF → structure → tasks → frozen benchmark → questions → RAG → answers → evaluation

and never PDF → LLM-generated questions → RAG. If a language model chooses the questions it also chooses, indirectly, which aspects of the document are evaluated, and it will favour prominent or easily answerable content; when the same model family answers, benchmark and system share a prior. The model may express a task linguistically; it must not determine what the benchmark contains. A second principle governs development: the task-generation method is improved by examining whether its tasks are valid — never by editing tasks until a RAG system answers them. A difficult but legitimate task stays in the benchmark; that keeps benchmark optimization from turning into benchmark gaming. Table 2 lists the phases and where each is realized in the pilot.

Table 2 — DTAA phases (development plan) and their status in the pilot.
PhaseNameWhat it producesPilot status
IMotif catalogueDeterministic detectors for structural configurations that license tasks (§3.5)9 of 15 motifs implemented
IITask UniverseEvery candidate task over the source graph — coverage, not economy61,551 eligible over 87 docs
IIIValidation and dedupReason-coded rejection; task-level (not question-text) deduplicationrun
IVRepresentative task setStratified, seeded sample; frozen with manifest (FCTS)run; reproducible on all docs
VQuestion familiesQ0–Q3 per task by an LLM (Q4 conversational follow-up deferred)run
VIQuestion validationSix checks by a second model; regenerate on failurerun
VIIRAG executionEvery validated question through each system; gold isolatedrun (3 systems)
VIIILayered evaluationEvidence recall · relation coverage · correctness · completeness · groundedness · provenance · PASSrun
IXUnanswerable controlsNegative suite: missing period/attribute, false premise, one-sided comparison; gold = NOT_ANSWERABLE; abstention accuracy reported separatelydesigned, not executed
XFailure diagnosisQ / R / C / A / G / P / D classes per failed runrun (rule-based; D reserved for human review)

3.2 Input contract

Version 1 accepts a single tagged PDF that passes an evidence-basis check. The EGR compiler produces logical structure nodes with semantic roles, parent/child hierarchy and reading order; headings and heading scope; paragraphs; lists and list items; tables with row and column headers, header scope and spans, and cells; figures with alternative text and captions; footnotes where identifiable; links and reference targets; content anchors; and page/MCID/geometry provenance. Formally it turns the tag tree into a graph G=GsourceGderivedGinferred whose nodes are logical elements (roles, hierarchy, reading order, attributes, alternative text, page/MCID/geometry provenance) and whose edges keep their epistemic origin: CONTAINS, PRECEDES, REALIZED_BY from the source; HEADING_FOR, ROW_HEADER_FOR, COLUMN_HEADER_FOR derived from levels, scopes and header attributes; LINKS_TO from annotations. Task construction uses only GsourceGderived. A typed read-only view adds what detectors need: deep text of a node (cell text lives in nested paragraphs), a table grid with row/column spans and per-cell header maps, list membership, caption pairing, page anchors, and a deterministic fallback for headings whose scope the compiler leaves empty (a heading alone in a Sect wrapper followed by sibling sections — common in one insurance-document family).

3.3 The canonical task

A canonical task is an information need represented independently of wording. Its evidence contract reuses the node-slot format of the EGR gold protocol so every system is scored by the same rule (a slot is covered when a retrieved item is one of its nodes or a descendant, or contains its verbatim evidence string, numerically boundary-safe).

{"taskId": "T0014", "docId": "fixedincomefund-factsheet-v1-6",
 "motif": "TABLE_CELL", "operation": "EXTRACT", "topology": "L4",
 "intent": {"subject": "Australia", "constraint": "Fund",
            "context": {"headingPath": ["Fixed Income Fund", "COUNTRY DISTRIBUTION (%)"], "page": 2}},
 "requiredEvidence": [{"anyOf": [{"node": "s433", "evidence": "2.1"}]},
                      {"anyOf": [{"node": "s431", "evidence": "Australia"}]},
                      {"anyOf": [{"node": "s411", "evidence": "Fund"}]}],
 "requiredRelations": [{"type": "ROW_HEADER_FOR", "from": "s431", "to": "s433"},
                       {"type": "COLUMN_HEADER_FOR", "from": "s411", "to": "s433"}],
 "gold": {"kind": "value", "value": "2.1"}, "provenance": "DETERMINISTIC"}

Gold answers are typed: value, set, span (proposition checklist), comparison, qualification; provenance records whether the task was derived deterministically or is model-derived (the pilot contains only the former).

3.4 Task operations and evidence topology

Version 1 uses a deliberately small operation taxonomy (Table 3). Operations describe what the user must accomplish; they are orthogonal to EGR's evidence topology (Table 4), which describes how the required evidence is arranged in the document. A task class is their product — TaskClass=Operation×EvidenceTopology — e.g. EXTRACT-L0, EXTRACT-L1, ENUMERATE-L2, SYNTHESIZE-L3, COMPARE-L4, QUALIFY-L4. Stratification for sampling uses operation × topology × motif.

Table 3 — Task operations (version 1). DESCRIBE (for figures) is a candidate later addition.
OperationThe user must…Example information needTypical gold
FINDlocate information or a document regionWhere does the document describe eligibility?heading + scoped content
EXTRACTrecover a specific value, fact, definition, date, person, requirementWhat is the application deadline?value
ENUMERATErecover a bounded set, completelyWhat documents must be submitted?set
RELATEidentify a structural or semantic relationshipWhich category does this requirement belong to?relation (pilot: folded into FIND/EXTRACT tasks)
COMPAREcompare two or more explicitly supported values or statementsWhich year had higher revenue?comparison
QUALIFYrecover an exception, limitation, footnote, condition or scope that changes another statementAre there exceptions to this requirement?qualification
SYNTHESIZEcombine multiple pieces of evidence into a coherent responseWhat are the requirements for international applicants?span (proposition set)
Table 4 — Evidence topology classes (from the EGR gold protocol) and the motifs that instantiate them.
TopologyRequired evidenceExampleMotifs
L0a single nodea fact stated in one paragraphATOMIC (reading-comprehension control band; not in pilot)
L1adjacent nodes — label/value pairs“Fund inception” → “1/17/95”LABEL_VALUE
L2a heading-scoped set — items meaningless without their headingthe list under “Not accepted in recycling”HEADING_SCOPE, HEADING_LIST, SECTION_SET
L3distant nodes within one documenta claim and the footnote that qualifies itNOTE_QUALIFY (and, later, REPEATED_ENTITY)
L4table/figure composition — cell + row header + column header; alt-text-only evidencethe value at (Australia, Fund)TABLE_CELL, TABLE_COMPARE, TABLE_SERIES, FIGURE_ALT

3.5 Motif catalogue

A motif is a recognizable structural configuration capable of producing one or more legitimate information tasks. The first coding milestone is therefore a motif-detector library, not a question generator. Table 5 gives the full catalogue from the development plan with its status; Table 6 details the detectors implemented in the pilot. The semantic tier — proposition extraction, entity normalization, exception binding by discourse markers — is deliberately excluded from DTAA-Core and labelled DTAA-Semantic.

Table 5 — Motif catalogue M01–M15 (development plan) and pilot status.
MotifStructureOperationsStatus in pilot
M01 ATOMICP / Span / other textual element carrying a stable propositionEXTRACTnot implemented (RC control band; planned)
M02 HEADING_SCOPEHeading → scoped contentFIND, RELATE, SYNTHESIZEimplemented (FIND)
M03 HEADING_LISTHeading → bounded listENUMERATE, RELATEimplemented (ENUMERATE)
M04 LABEL_VALUETerm → definition; label → value; field → valueEXTRACT, RELATEimplemented (EXTRACT; 2-column tables)
M05 TABLE_CELLRow header ∧ column header → data cellEXTRACTimplemented
M06 TABLE_ROW_COMPAREshared row header + two column valuesCOMPAREimplemented (as TABLE_COMPARE)
M07 TABLE_COLUMN_COMPAREshared column header + two row valuesCOMPAREimplemented (as TABLE_COMPARE)
M08 TABLE_SERIES≥3 related values along an ordered axisENUMERATE, COMPAREimplemented (trend interpretation deferred to the semantic tier)
M09 FIGURE_ALTFigure → alternative textEXTRACT (DESCRIBE later)implemented
M10 FIGURE_CAPTIONFigure → caption → sectionFIND, RELATEfolded into FIGURE_ALT (caption is the task subject)
M11 NOTE_QUALIFYClaim → footnote / qualificationQUALIFY, RELATEimplemented (marker ↔ note label on the same page)
M12 REFERENCEReference → targetFIND, RELATE, EXTRACTblocked: extraction dump exports empty link destinations
M13 REPEATED_ENTITYsame normalized entity in distant sections (L3)ENUMERATE, SYNTHESIZEdeferred (entity normalization is inference)
M14 SECTION_SETheading scope with several child structuresSYNTHESIZEimplemented
M15 EXCEPTIONdiscourse markers (except, unless, notwithstanding…) binding a qualifying propositionQUALIFYdeferred; MODEL_DERIVED by design
Table 6 — Detector rules for the motifs implemented in protocol DTAA-Core 0.1. Reference→target (M12) is blocked in this corpus because the extraction dump exports empty link destinations; FIGURE_CAPTION is folded into FIGURE_ALT.
MotifStructureOperation · topologyGoldGuard rails
TABLE_CELL (M05)row header ∧ column header → cellEXTRACT · L4cell valuenearest header on each axis; header-on-header excluded; ambiguity keyed by (section, caption, headers)
TABLE_COMPARE (M06/07)two numeric cells sharing a row or column headerCOMPARE · L4winner + both valuesadjacent pairs only; same unit; ties skipped
TABLE_SERIES (M08)3–12 numeric cells along one axis under one headerENUMERATE / COMPARE(max, min) · L4header:value set; extremum headerunique extremum; one unit
LABEL_VALUE (M04)2-column key→value table (or Lbl/LBody pair)EXTRACT · L1valuelabel must be textual; ambiguity keyed by section
HEADING_SCOPE (M02)heading → direct prose scope (≥15 words)FIND · L2heading + scope propositionsdata sections (tables/figures in scope) excluded; subsumed if a HEADING_LIST exists
HEADING_LIST (M03)heading → exactly one list of 2–15 itemsENUMERATE · L2complete item setno other structures before the list; items ≤60 words
SECTION_SET (M14)heading scope with 2–8 prose parts (40–600 words)SYNTHESIZE · L2ordered proposition setprose only
FIGURE_ALT (M09)figure with informative alt (6–150 words)EXTRACT · L4alt textgeneric alts (“image”, “logo”) and repeated alts excluded; caption used as subject
NOTE_QUALIFY (M11)Reference marker in a claim ↔ Note with the same label on the same pageQUALIFY · L3claim + note textmarker match unique on the page; claim ≥4 words

3.6 Validation, deduplication, freezing

Candidates are rejected when evidence is incomplete, required relationships are ambiguous, the answer cannot be uniquely determined, the task duplicates another task, the answer is trivial only because of malformed structure, evidence depends on missing external context, or the generated output would merely repeat a heading without conveying information. Concretely, every candidate passes deterministic tests with a reason code: evidence strings must be verbatim in their nodes; ambiguous header/label pairs (same pair → different values within one section and caption context) are rejected; trivial values (“–”), ties, malformed sets, spans that merely repeat the heading, and fragmentary spans (form fields, TOC lines) are rejected; a FIND on a heading whose scope is a single list is subsumed by the ENUMERATE task. Deduplication is at task level — same operation over the same evidence nodes — never at question-text level. Candidates are stratified by operation × topology × motif; with the plan's defaults (minimum 3 tasks per applicable stratum where available; target 50; normal maximum 100; exhaustive for documents whose eligible universe is ≤100) they are sampled with a random source seeded by SHA256(PDF bytesprotocol version), renumbered by content hash and written with a manifest. Same document + same protocol ⇒ same Frozen Canonical Task Set (FCTS); this held on all 87 swept documents.

3.7 Question families and their validation

Only now does a language model act, and only on wording. For each frozen task the generator writes Q0 source-explicit (document terminology), Q1 natural, Q2 lexically distant (paraphrases headers and labels while preserving meaning), and Q3 goal-oriented (states why, then asks); it is told the gold so it can avoid leaking it, and told when a header pair recurs elsewhere so it must name the section. A different model validates each variant on six checks — intent equivalence, evidence sufficiency, uniqueness within the document context (it is shown the table's stubs and headers and every heading in the document), no answer leakage, no external dependency, naturalness — and failed variants are regenerated with the validator's objections, up to three rounds. The governing rule: the model may vary the language of a task; it may neither redefine its intent nor change its ground truth.

3.8 The RAG protocol

Each validated question is sent, exactly as a user's query, through each system restricted to the document under assessment (per-document indexes; BM25 statistics and dense search are document-scoped, as in a per-document assistant). Retrieval returns ranked items; the answerer — a language model that sees only the question and the retrieved items with their identifiers — must answer from evidence, cite the item identifiers it relied on, and abstain when the evidence is insufficient. Items are shown whole, in rank order, until a fixed context budget is exhausted; the same prefix is what gets scored (§4 gives the budgets used).

3.9 Layered scoring and the PASS contract

For task t, variant v, system s, with slots E, relations R, shown items I:

EvidenceRecall=|{eE:covered(e,I)}||E|RelationCoverage=|{rR:covered(rfrom)covered(rto)}||R|

Evaluation is deliberately layered because the layers answer different questions: evidence recall — did retrieval recover the required evidence slots; relation coverage — were the necessary relationships preserved (a table value without its row and column headers is incomplete evidence even if the value was retrieved); answer correctness — are the required propositions correct; completeness — were all required propositions included (eight required items with seven returned gives 0.875 and no PASS); groundedness — does the answer contain material claims unsupported by the retrieved evidence; provenance — can the answer be traced to the correct structure nodes. TREC's RAG evaluation similarly treats completeness and attribution as distinct concerns rather than reducing quality to string similarity.

A relation endpoint that is not itself a slot (e.g. a text-less LIST container) counts as present when a retrieved item or a covered slot node lies inside it. Correctness and completeness are deterministic for numeric gold (boundary-safe numeric match; completeness 1/0) and for abstentions (incorrect, grounded); for sets, spans, comparisons and qualifications a judge model grades against the gold checklist and reports the fraction of required elements present, intent mismatch, and any claim unsupported by the shown evidence. Provenance holds when the cited items exist and at least one covers a gold slot. The headline per run is deliberately strict:

PASS=Correct(Completeness=1)(EvidenceRecall=1)(RelationCoverage=1)Grounded

A plausible answer unsupported by the document fails; a correct number attached to the wrong header fails; an incomplete list fails. Query robustness becomes part of answerability: for task t with variant set Vt,

At=|{vVt:PASS(t,v)}||Vt|DocumentAnswerability=1|T|tTAt

If Q0, Q1 and Q3 pass and Q2 fails, At=0.75: the information is answerable but sensitive to how the request is phrased — itself a machine-mediated accessibility characteristic that a single benchmark question cannot show. Each failed run is classified by rule, in order: Q intent mismatch; R required evidence not shown; C evidence shown but a required relation endpoint missing; A evidence sufficient but the answer wrong or incomplete; G unsupported claim; P citations do not reach the gold. D (source ambiguity) is reserved for human review. A report can therefore say “14 failed variants: 5 query interpretation, 3 retrieval, 2 structural composition, 3 answer generation, 1 source ambiguity”, which makes the assessment diagnostic rather than merely judgmental.

3.10 Credibility criteria, human validation and the report

The plan sets development targets that must hold before DTAA is called a stable methodology — they are targets, not findings: task validity ≥95% of generated canonical tasks judged legitimate; gold-evidence validity ≥98% of evidence specifications judged sufficient and correct; question equivalence ≥95% of variants preserving canonical intent; reproducibility — identical document and protocol produce an identical FCTS; evaluator stability — repeated scoring gives negligible variance on deterministic classes; coverage — every structurally applicable motif is represented unless excluded by sampling. The human validation study samples canonical tasks across diverse PDFs and has reviewers judge legitimacy, evidence sufficiency, gold correctness, classification, variant equivalence and plausibility, with inter-rater agreement; its central question is not yet whether DTAA correlates with accessibility but whether the algorithm reliably derives legitimate, representative, independently verifiable tasks. Correlation with real-user task success is a separate later study.

A production report states the evidence basis and protocol version, the counts of canonical tasks and variants, a headline profile (task answerability, query robustness, evidence completeness, groundedness, provenance accuracy, abstention accuracy), breakdowns by operation, by evidence topology and by structural feature, a failure analysis, and a detailed task appendix exposing, for every task, canonical task → evidence → question variants → retrieved evidence → answers → verdicts. The audit trail is arguably more important than the aggregate score; the per-document reports generated in the pilot follow this structure.

4 Experimental setup

4.1 Corpus and documents

The task-universe sweep (E1) ran over the 87-document verified corpus from the EGR study — professionally remediated PDFs with accessibility-checker scores of 98–100, English and French, from fund fact sheets and annual reports to handbooks, forms, course outlines and policy statements. The pilot selected eight documents for structural diversity within a modest budget (Table 7); a ninth (an annual information form rich in footnotes) has questions and runs but was not scored, and a tenth (an 81-page health-and-safety manual, headings and lists) was not run.

Table 7 — Pilot documents. Universes ≤100 (D7, D8) are taken exhaustively; the rest are stratified samples of 50. “Checker” is the accessibility-index score the corpus was curated on.
DocPagesCheckerCandidatesEligibleFrozenStrataVariants (valid)Motifs in frozen set
D1 Fixed-income fact sheet (2 pp)298313291508200 (196)TableSeries 19, TableCompare 10, LabelValue 9, TableCell 9, HeadingList 1, HeadingScope 1, SectionSet 1
D2 Core-plus bond fact sheet (4 pp)4100358344509200 (199)TableSeries 15, TableCompare 8, LabelValue 7, TableCell 7, FigureAlt 5, HeadingScope 4, HeadingList 2, SectionSet 2
D3 Tax guide 2025 (5 pp)5100274270509200 (199)TableSeries 16, LabelValue 8, TableCompare 8, TableCell 7, HeadingScope 4, SectionSet 3, HeadingList 2, NoteQualify 2
D4 Formulary changes bulletin (17 pp)1799889889506200 (197)TableSeries 24, TableCompare 12, TableCell 11, HeadingScope 2, FigureAlt 1
D5 Long/short exposure report (4 pp)4100210620685010200 (198)TableSeries 16, TableCompare 8, LabelValue 7, TableCell 7, NoteQualify 4, HeadingList 3, HeadingScope 2, SectionSet 2, FigureAlt 1
D6 Commodity strategy portfolio QIR (13 pp)131008767135010200 (193)TableSeries 12, TableCompare 7, HeadingScope 6, LabelValue 6, TableCell 6, FigureAlt 4, SectionSet 4, NoteQualify 3, HeadingList 2
D7 Course outline (12 pp)121008884848336 (335)TableCell 35, HeadingScope 26, SectionSet 6, TableCompare 6, TableSeries 6, HeadingList 4, LabelValue 1
D8 Modern-slavery statement (15 pp)151006652529208 (208)SectionSet 10, HeadingScope 9, TableCell 8, TableCompare 6, TableSeries 6, HeadingList 5, FigureAlt 4, LabelValue 4

4.2 Systems under test

Three retrieval systems from the EGR code base, each run per document with k=10 seeds and the same static multilingual embedder (model2vec potion-128M):

The compressed EGR-Full variant was run on two documents only and is omitted from the pooled tables.

4.3 Language-model roles and context budget

Four roles, two model families, every call cached and logged: generator (Claude Opus 5) writes Q0–Q3; validator (Claude Sonnet 5) applies the six checks and never shares a model with the generator; answerer (Sonnet 5, low effort) answers from shown evidence with citations; judge (Sonnet 5) grades non-numeric gold. Numeric gold (most table tasks) and abstentions are scored without a judge. The answerer's context budget in the pilot was 8,000 characters of shown evidence: node systems received ≈800–900 words (nearly everything they retrieved), while a 600-word chunk plus its header exhausted the budget after one chunk, so chunk hybrid effectively ran at one chunk per query. The protocol has since been changed to a 1,400-word budget (two chunks); the pilot was not re-run for cost. We flag this wherever chunk hybrid is compared, and note that its evidence recall on the two short fact sheets — where one chunk is most of the document — was already competitive.

4.4 Cost

All language-model calls for the project, including discarded and repeated stages, cost $116: generator $9, validator $17, answerer $60, judge $30. Steady-state cost with three systems is ≈$6 per 50-task document (questions ≈$2, answers ≈$3, judging ≈$1); the answerer dominates because it runs once per variant per system. All pilot calls were synchronous at list price; the pipeline has since been moved to the Message Batches API (50 % of list price) with requests pooled across documents per stage, which halves these figures for subsequent runs without changing what any model sees.

5 Results

5.1 E1 — the task universe (87 documents)

The detectors enumerate 61,551 eligible tasks over the 87-document corpus (median 4.3 per page; range 0–380/page), with the frozen set bit-identical on repeated runs for every document. Tables dominate — TABLE_COMPARE 31,579, TABLE_CELL 20,104, TABLE_SERIES 5,155 — followed by HEADING_SCOPE 2,335, SECTION_SET 1,217, HEADING_LIST 519, LABEL_VALUE 435 and FIGURE_ALT 207. Rejections are dominated by AMBIGUOUS (12.6k — the same header pair mapping to different values within one section, typically “actual” vs “hypothetical” tables without captions) and TRIVIAL_COMPARISON (2.5k ties). Eight documents yield no deterministic tasks — forms and one-page notices whose structure carries no headings, lists or tables — which is itself a finding the count exposes. Stratified sampling occupies 8–10 strata on structurally rich documents and 1–4 on thin ones.

5.2 Question generation and validation

Of 1,744 generated variants, 1,725 passed the six checks (1,521 on the first attempt, 181 after one regeneration, 23 after two); 19 were rejected after three rounds and excluded. Rejections were almost always uniqueness failures the validator caught in context — e.g. a comparison over a “Low Price” row that recurs for every month of a price table, or an open-ended “what does the Fund Facts section say” whose scope had been reduced to a footnote by the exclusion of its tables. Both point back at detector limits (§9), and both illustrate why the validator is a different model from the generator: it is the second line of defence for the intent contract.

5.3 Answerability by document

Task answerability A_t per document and system0%25%50%75%100%D1 · Chunk hybrid: 0.520.52D1 · EGR-S (tagged): 0.490.49D1 · EGR-S (reconstructed): 0.260.26D1D2 · Chunk hybrid: 0.520.52D2 · EGR-S (tagged): 0.450.45D2 · EGR-S (reconstructed): 0.230.23D2D3 · Chunk hybrid: 0.240.24D3 · EGR-S (tagged): 0.490.49D3 · EGR-S (reconstructed): 0.340.34D3D4 · Chunk hybrid: 0.140.14D4 · EGR-S (tagged): 0.540.54D4 · EGR-S (reconstructed): 0.380.38D4D5 · Chunk hybrid: 0.230.23D5 · EGR-S (tagged): 0.270.27D5 · EGR-S (reconstructed): 0.140.14D5D6 · Chunk hybrid: 0.260.26D6 · EGR-S (tagged): 0.210.21D6 · EGR-S (reconstructed): 0.070.07D6D7 · Chunk hybrid: 0.300.30D7 · EGR-S (tagged): 0.520.52D7 · EGR-S (reconstructed): 0.280.28D7D8 · Chunk hybrid: 0.160.16D8 · EGR-S (tagged): 0.350.35D8 · EGR-S (reconstructed): 0.100.10D8Chunk hybridEGR-S (tagged)EGR-S (reconstructed)
Figure 2. Task answerability At per document (mean over tasks of the share of the four phrasings that PASS). D1–D8 as in Table 7. Chunk hybrid saw one chunk per query (§4.3).
Table 8 — Per-document task answerability. EGR-S over the tag tree leads on six of eight documents; chunk hybrid leads narrowly on the two short fact sheets, where a single chunk is most of the document; reconstructed structure trails on all eight.
DocumentTasksChunk hybridEGR-S taggedEGR-S reconstructedLeader
D1 Fixed-income fact sheet (2 pp)500.520.490.26Chunk hybrid
D2 Core-plus bond fact sheet (4 pp)500.520.450.23Chunk hybrid
D3 Tax guide 2025 (5 pp)500.240.490.34EGR-S (tagged)
D4 Formulary changes bulletin (17 pp)500.140.540.38EGR-S (tagged)
D5 Long/short exposure report (4 pp)500.230.270.14EGR-S (tagged)
D6 Commodity strategy portfolio QIR (13 pp)500.260.210.07Chunk hybrid
D7 Course outline (12 pp)840.300.520.28EGR-S (tagged)
D8 Modern-slavery statement (15 pp)520.160.350.10EGR-S (tagged)

Documents differ more than systems do: for the same system, At spans 0.21–0.54 (EGR-S) and 0.14–0.52 (chunk hybrid). The tax guide (D3, dense tables with footnotes) and the formulary bulletin (D4, wide drug-price tables) are where structure-preserving retrieval matters most (0.49 vs 0.24, 0.54 vs 0.14); the two-page fact sheet (D1) is answerable either way.

5.4 Pooled headline profile

Table 9 — Pooled profile over the eight documents (1,725 variants per system). “Correct” is over all runs including abstentions; “Grounded” treats an abstention as grounded.
SystemRunsA_tVariant PASSEvidence recallRelation coverageCorrectCompletenessGroundedProvenanceAbstainedWords shown
Chunk hybrid1,7250.300.300.560.470.520.530.930.750.401021
EGR-S (tagged)1,7250.420.430.750.650.510.510.940.840.38884
EGR-S (reconstructed)1,7250.230.230.510.390.450.450.950.630.471004

The layers move independently. Chunk hybrid and EGR-S have essentially the same answer correctness (0.52 vs 0.51) — the language model is equally competent given what it is shown — but EGR-S shows it the required evidence far more often (recall 0.75 vs 0.56) with its relations intact (0.65 vs 0.47), which is where its 12-point answerability lead comes from. Reconstructed structure loses on every layer. Grounding is uniformly high (0.93–0.95): the answerer rarely invents; when the evidence is missing it abstains (38–47% of runs).

5.5 By structural motif, operation and topology

PASS rate by structural motif0%25%50%75%100%Label→value · Chunk hybrid: 0.560.56Label→value · EGR-S (tagged): 0.520.52Label→value · EGR-S (reconstructed): 0.300.30Label→valueTable cell · Chunk hybrid: 0.260.26Table cell · EGR-S (tagged): 0.410.41Table cell · EGR-S (reconstructed): 0.200.20Table cellTable compare · Chunk hybrid: 0.290.29Table compare · EGR-S (tagged): 0.500.50Table compare · EGR-S (reconstructed): 0.210.21Table compareTable series · Chunk hybrid: 0.230.23Table series · EGR-S (tagged): 0.320.32Table series · EGR-S (reconstructed): 0.180.18Table seriesHeading scope · Chunk hybrid: 0.470.47Heading scope · EGR-S (tagged): 0.660.66Heading scope · EGR-S (reconstructed): 0.510.51Heading scopeHeading list · Chunk hybrid: 0.280.28Heading list · EGR-S (tagged): 0.280.28Heading list · EGR-S (reconstructed): 0.130.13Heading listSection set · Chunk hybrid: 0.250.25Section set · EGR-S (tagged): 0.330.33Section set · EGR-S (reconstructed): 0.160.16Section setNote qualify · Chunk hybrid: 0.140.14Note qualify · EGR-S (tagged): 0.360.36Note qualify · EGR-S (reconstructed): 0.060.06Note qualifyFigure alt · Chunk hybrid: 0.00Figure alt · EGR-S (tagged): 0.330.33Figure alt · EGR-S (reconstructed): 0.00Figure altChunk hybridEGR-S (tagged)EGR-S (reconstructed)
Figure 3. PASS rate by structural motif, pooled over documents and phrasings. n per system: LABEL_VALUE 165, TABLE_CELL 360, TABLE_COMPARE 252, TABLE_SERIES 452, HEADING_SCOPE 213, HEADING_LIST 76, SECTION_SET 111, NOTE_QUALIFY 36, FIGURE_ALT 60.
Table 10 — PASS rate and evidence recall by motif.
MotifnChunk hybrid PASS / ev.recallEGR-S tagged PASS / ev.recallEGR-S recon. PASS / ev.recall
LABEL_VALUE1650.56 / 0.710.52 / 0.800.30 / 0.52
TABLE_CELL3600.26 / 0.510.41 / 0.760.20 / 0.45
TABLE_COMPARE2520.29 / 0.600.50 / 0.790.21 / 0.56
TABLE_SERIES4520.23 / 0.600.32 / 0.690.18 / 0.48
HEADING_SCOPE2130.47 / 0.620.66 / 0.880.51 / 0.79
HEADING_LIST760.28 / 0.610.28 / 0.710.13 / 0.47
SECTION_SET1110.25 / 0.440.33 / 0.740.16 / 0.59
NOTE_QUALIFY360.14 / 0.460.36 / 0.710.06 / 0.25
FIGURE_ALT600.00 / 0.000.33 / 0.400.00 / 0.00

Structure-preserving retrieval leads on every motif except LABEL_VALUE (0.52 vs 0.56), where label and value are adjacent in the text stream and a single chunk carries both. The gaps are largest exactly where meaning is relational: heading-scoped content (0.66 vs 0.47), footnote qualifications (0.36 vs 0.14), table comparisons (0.50 vs 0.29) and section synthesis (0.33 vs 0.25). Alternative text is the limiting case — 0.33 with tags, 0.00 for both text-only substrates — because the fact does not exist in the extracted text at all. Bounded enumerations (HEADING_LIST) are hard for everyone (0.28) and their failures are genuine: incomplete item sets, or items pulled from an adjacent list.

Table 11 — PASS rate by operation.
OperationnChunk hybridEGR-S taggedEGR-S recon.
EXTRACT5850.320.430.21
COMPARE4920.240.410.18
ENUMERATE2880.270.310.19
FIND2130.470.660.51
QUALIFY360.140.360.06
SYNTHESIZE1110.250.330.16
PASS rate by evidence topology0%25%50%75%100%L1 · Chunk hybrid: 0.560.56L1 · EGR-S (tagged): 0.520.52L1 · EGR-S (reconstructed): 0.300.30L1L2 · Chunk hybrid: 0.370.37L2 · EGR-S (tagged): 0.500.50L2 · EGR-S (reconstructed): 0.340.34L2L3 · Chunk hybrid: 0.140.14L3 · EGR-S (tagged): 0.360.36L3 · EGR-S (reconstructed): 0.060.06L3L4 · Chunk hybrid: 0.240.24L4 · EGR-S (tagged): 0.390.39L4 · EGR-S (reconstructed): 0.180.18L4Chunk hybridEGR-S (tagged)EGR-S (reconstructed)
Figure 4. PASS rate by evidence topology (L1 adjacent label/value; L2 heading-scoped sets; L3 distant nodes — claim ↔ note; L4 table/figure composition). The structural classes L2–L4 are where the substrates separate.

5.6 Query robustness

PASS rate by question phrasing0%25%50%75%100%Q0 explicit · Chunk hybrid: 0.340.34Q0 explicit · EGR-S (tagged): 0.550.55Q0 explicit · EGR-S (reconstructed): 0.270.27Q0 explicitQ1 natural · Chunk hybrid: 0.330.33Q1 natural · EGR-S (tagged): 0.470.47Q1 natural · EGR-S (reconstructed): 0.250.25Q1 naturalQ3 goal · Chunk hybrid: 0.290.29Q3 goal · EGR-S (tagged): 0.420.42Q3 goal · EGR-S (reconstructed): 0.230.23Q3 goalQ2 distant · Chunk hybrid: 0.230.23Q2 distant · EGR-S (tagged): 0.260.26Q2 distant · EGR-S (reconstructed): 0.160.16Q2 distantChunk hybridEGR-S (tagged)EGR-S (reconstructed)Evidence recall by question phrasing0%25%50%75%100%Q0 explicit · Chunk hybrid: 0.610.61Q0 explicit · EGR-S (tagged): 0.860.86Q0 explicit · EGR-S (reconstructed): 0.600.60Q0 explicitQ1 natural · Chunk hybrid: 0.590.59Q1 natural · EGR-S (tagged): 0.810.81Q1 natural · EGR-S (reconstructed): 0.560.56Q1 naturalQ3 goal · Chunk hybrid: 0.560.56Q3 goal · EGR-S (tagged): 0.780.78Q3 goal · EGR-S (reconstructed): 0.500.50Q3 goalQ2 distant · Chunk hybrid: 0.470.47Q2 distant · EGR-S (tagged): 0.550.55Q2 distant · EGR-S (reconstructed): 0.390.39Q2 distantChunk hybridEGR-S (tagged)EGR-S (reconstructed)
Figure 5. Left: PASS rate by phrasing. Right: evidence recall by phrasing. Same tasks, same gold — only the words change. Lexically distant phrasing (Q2) roughly halves answerability for every system, and the loss is already visible at retrieval.
Table 12 — PASS rate by phrasing (pooled).
PhrasingChunk hybridEGR-S taggedEGR-S recon.
Q0 source-explicit0.340.550.27
Q1 natural0.330.470.25
Q3 goal-oriented0.290.420.23
Q2 lexically distant0.230.260.16
Query robustness: share of tasks by number of passing phrasingsChunk hybridChunk hybrid · 0 of 4 pass: 53%53%Chunk hybrid · 1 of 4 pass: 12%12%Chunk hybrid · 2 of 4 pass: 11%11%Chunk hybrid · 3 of 4 pass: 12%12%Chunk hybrid · 4 of 4 pass: 12%12%EGR-S (tagged)EGR-S (tagged) · 0 of 4 pass: 33%33%EGR-S (tagged) · 1 of 4 pass: 15%15%EGR-S (tagged) · 2 of 4 pass: 17%17%EGR-S (tagged) · 3 of 4 pass: 19%19%EGR-S (tagged) · 4 of 4 pass: 16%16%EGR-S (reconstructed)EGR-S (reconstructed) · 0 of 4 pass: 65%65%EGR-S (reconstructed) · 1 of 4 pass: 10%10%EGR-S (reconstructed) · 2 of 4 pass: 5%EGR-S (reconstructed) · 3 of 4 pass: 9%9%EGR-S (reconstructed) · 4 of 4 pass: 11%11%0 of 4 pass1 of 4 pass2 of 4 pass3 of 4 pass4 of 4 pass
Figure 6. Distribution of tasks by number of passing phrasings. Only 16% of tasks are robust to all four phrasings on the best system; 33% fail all four. A single benchmark question would have called the middle 51% either “answerable” or “not”, depending on which wording it happened to use.

5.7 Failure diagnosis

Failure classes (share of failed runs)Chunk hybridChunk hybrid · R retrieval: 89%89%Chunk hybrid · C composition: 1%Chunk hybrid · A answer: 7%7%Chunk hybrid · G grounding: 0%Chunk hybrid · Q query: 2%EGR-S (tagged)EGR-S (tagged) · R retrieval: 73%73%EGR-S (tagged) · C composition: 1%EGR-S (tagged) · A answer: 20%20%EGR-S (tagged) · G grounding: 3%EGR-S (tagged) · Q query: 3%EGR-S (reconstructed)EGR-S (reconstructed) · R retrieval: 92%92%EGR-S (reconstructed) · C composition: 1%EGR-S (reconstructed) · A answer: 5%5%EGR-S (reconstructed) · G grounding: 0%EGR-S (reconstructed) · Q query: 2%R retrievalC compositionA answerG groundingQ queryP provenance
Figure 7. Failure classes as a share of failed runs. Retrieval (R) dominates for every system; EGR-S has the largest answer-stage share (A, 20%) because it more often gets the evidence in front of the model.
Table 13 — Failure classes (counts and shares).
SystemFailed runsQ queryR retrievalC compositionA answerG groundingP provenance
Chunk hybrid121129 (2%)1082 (89%)12 (1%)85 (7%)3 (0%)0 (0%)
EGR-S (tagged)99028 (3%)721 (73%)8 (1%)200 (20%)33 (3%)0 (0%)
EGR-S (reconstructed)133130 (2%)1222 (92%)7 (1%)69 (5%)3 (0%)0 (0%)

The rule-based classes are diagnostic. Class C (evidence present, relation missing) is rare once evidence is present, which says the graph expansion that brings a cell also brings its headers; class G (unsupported claims) is 3% for EGR-S and under 1% otherwise; class Q (the answer addressed a different intent) is 2–3%. The remaining answer-stage failures on EGR-S are mostly incomplete enumerations and comparisons where the model chose the wrong one of two shown values — the composition problem moved from retrieval into reading.

6 What the pilot reveals

Read on the assumption — to be confirmed by the human validation study whose sheets accompany this draft — that the frozen tasks are legitimate information needs with correct gold and equivalent phrasings, the pilot supports six statements.

6.1 A tagged PDF carries enough structure to write its own benchmark

Eight arbitrary documents yielded 52–2,068 eligible tasks each, entirely from declared structure, before any question was written; freezing was bit-identical on repetition across 87 documents; the language model's only role was wording, and a second model caught the ≈1% of variants whose wording drifted. This is the “self-grounding evaluation instrument” of the design plan demonstrated end to end rather than argued.

6.2 Answerability is low in absolute terms, and structure-preserving retrieval roughly doubles it

Under a fixed context budget the best system completes 42% of task-phrasing pairs, chunking 30%, reconstructed structure 23%. “Complete” is strict — right value, complete set, evidence and relations present, grounded — but these are documents that score 98–100 on accessibility checkers. The document is compliant; that does not make its information reliably reachable through RAG. That gap is the paper's central observation.

6.3 Failures are retrieval, not reasoning

73–92% of failures are class R; grounding is 93–95%; abstention when evidence is missing is the norm. The bottleneck of AI-mediated document use is finding and composing the right structural evidence, not the language model — and the layers are separable in practice: chunking's answer correctness equals EGR-S's, its deficit is entirely upstream.

6.4 Where structure matters is legible in the motif profile

The lead of structure-preserving retrieval is concentrated where meaning is relational (heading scope, notes, table comparisons, synthesis) and vanishes where content is adjacent (label→value); alt text is answerable only through tags. This reproduces the phase-1 EGR result at the answer level, on tasks the documents generated rather than tasks we authored, and the reconstructed substrate loses in the same places.

6.5 Phrasing is a first-order variable

Same task, same gold: 0.55 → 0.47 → 0.42 → 0.26 across the four phrasings for the best system, identical ordering everywhere; 16% of tasks robust to all four, 33% failing all four. Answerability is a property of the (document, phrasing, system) triple, and At is the right unit to report it in. Related work addresses the same lexical gap from the query side (KG-CQR); DTAA makes it measurable per document.

6.6 Documents differ more than systems do

At spans 0.21–0.54 across documents for one system, and the system ranking flips on short fact sheets. A per-document answerability score must therefore be reported by task band, operation and topology — a single aggregate would hide that a tax guide is unusable through chunking (0.24) while a fact sheet is fine (0.52).

In one sentence
Compliant, professionally tagged documents can derive several hundred legitimate, verifiable information tasks from their own structure; asked those tasks through RAG, even the structure-preserving system completes fewer than half of the phrasings, chunking under a third, and the loss is concentrated exactly in the structural relations and lexical variation that a single hand-written question set never probes.

7 Implications for the design of document structure

The failure inventory reads as a design brief. Some of it concerns tagging practice, some the standards and authoring tools, and one point concerns what “well-structured” should mean.

7.1 Encode relations explicitly; do not leave them positional

Most of what went wrong was a relation that exists only by layout convention. Footnotes are bound by a superscript marker that happens to match a note label — tagged PDF has Note and Reference but nothing that says this reference resolves to that note; a resolvable link (structure IDs, PDF 2.0 Ref) turns QUALIFY tasks from heuristic to deterministic for benchmark and retriever alike. Cross-references in the corpus carried empty destinations; “see Section 4.2” is unusable unless the target is a structure element. Heading scope is implied by level and order; a Sect that wraps only the heading, with the content as following siblings, defeated the compiler and would defeat any consumer. Rule: every relationship a reader uses — heading→scope, claim→note, reference→target, caption→figure, header→cell — should be a resolvable structural edge, not an inference from adjacency.

7.2 Make every context unit self-describing

The largest rejection reason corpus-wide (12.6k tasks) was ambiguity: identical row×column pairs in several tables under one heading with no caption; monthly sub-groups repeating “Low Price”; the same label in different scopes. And the largest failure class was retrieval — the right table row was in the document but nothing near it named what it was. Tables need a Caption or Summary and a header hierarchy encoded as header cells with Scope/Headers, so a cell can be named uniquely as (table, row path, column path); figures need alt text that says what they convey (alt-only tasks were only 33% answerable even with tags because many alts are labels); sections need headings that carry the concept. Rule: any element should be locatable and interpretable from its own structural neighbourhood, without the page image.

7.3 Keep the text layer machine-clean

Kerning-split words (“F un d”), values glued to notes (“40mg & 12.5mg” in one cell), soft hyphens and unit/label mixing leaked into gold and questions. ActualText at word level and one value per cell are cheap rules that matter more for machines than for screen readers, which tolerate more.

7.4 Design for phrasing variance, not only for the document's own vocabulary

The steepest drop was lexical distance: a document that names a concept once, in its own jargon, is answerable to someone who knows the jargon and not otherwise. Structural remedies exist — E expansions for abbreviations, tagged term→definition lists, headings and table headers that spell out units and periods and use plain-language terms beside technical ones. This is the accessibility notion of understandable applied to machine consumers.

7.5 Provide stable anchors for provenance

Provenance held (0.84) only because the compiler synthesized node identifiers. Native structure IDs (PDF 2.0 /ID on structure elements) would let any answer cite the exact element and let benchmarks like this one be published against the document rather than against a compiler's numbering.

7.6 Redefine “well-tagged” as answerable, not merely compliant

Every pilot document scored 98–100 on the checker; answerability ranged 0.21–0.54. Compliance checks presence — alt exists, headings exist, tables have header cells — not whether the structure supports the document's own information tasks. The proposal that follows: an authoring or remediation tool should compile the structure, enumerate the task universe and report, before the PDF ships, the ambiguous header pairs, orphan notes, unresolvable references, empty scopes and alt-only facts — the DTAA rejection and failure lists turned into a lint. That makes structure design measurable at authoring time, the way validators made compliance measurable.

7.7 For the standards

Well-Tagged PDF and PDF 2.0 already contain most primitives (Ref, IDs, Sect, Caption, Summary, E, ActualText, header Scope). Missing are a normative relations profile — which edges must be resolvable for a document class — and conformance measured on outcomes. This work supplies a way to state the latter: a document is well-structured to the degree that its structurally implied tasks are answerable through a reference retrieval pipeline. That is a stronger, and testable, definition than “passes the checker”.

8 Guidelines: converting a tagged PDF into an answerable PDF

For authors and remediators — ordered by how much answerability each item bought in the pilot. Each rule ends with the test an author can apply: could a machine answer this from the structure alone?

A. Tables — the largest task class and the largest loss

  1. Every data cell must resolve to exactly one row-header path and one column-header path. Mark header cells TH with Scope (Row/Column) or explicit Headers IDs; use spans for grouped headers rather than repeating text.Test: “What is [row] for [column]?” has one answer.
  2. Give every table a Caption or Summary that says what it is — subject, period, unit, which entity. Two tables under one heading with the same headers (“actual” vs “hypothetical”) were the single biggest ambiguity source.Test: if two tables share headers, does “which table?” have a structural answer?
  3. One value per cell; units and periods in headers. “20mg & 12.5mg” in one cell, or a value glued to a footnote marker, breaks extraction and comparison; put markers in a Reference.
  4. Key–value tables: tag the label as TH with Scope=Row; not both columns as headers, and not neither.

B. Headings and sections — scope must be explicit

  1. Wrap a heading and its content in one Sect (heading first, content after it, inside the same container). A heading alone in a wrapper with the content as later siblings has no machine-readable scope.
  2. Use levels consistently (H1 > H2 > H3, no skips) — scope is inferred from levels when explicit sectioning is absent.
  3. Make heading text carry the concept, not only the position: “Eligibility requirements for international applicants”, not “Section 3”; qualify or nest repeated headings (“Notes”, “Highlights”).Test: “What does the document say under [heading]?” names one place.

C. Lists — bounded sets

  1. Tag every enumerable set as L/LI with Lbl and LBody, one item per LI; nested lists nest structurally. Visual bullets inside a paragraph are invisible as a set.
  2. Introduce the list from its heading or lead sentence (“The following documents are required:”) so completeness has an anchor.Test: “List all X under [heading]” has a countable answer.

D. Notes, footnotes, references, links — relations, not markers

  1. Bind qualifications explicitly: the in-text marker is a Reference inside the qualified element, the note is a Note with a matching Lbl, and — where the format allows — an explicit reference→note link. At minimum: same page, unique marker per page.
  2. Cross-references and links must have structural targets: “see Section 4.2” as a Link whose destination is the section element, not a page coordinate; external links with a real URI.
  3. Definitions: tag term→definition pairs (list with label/body, or a two-column TH/TD table) so “what does X mean here?” is a lookup.

E. Figures, captions, alternative text

  1. Alt text states the information the figure conveys, not its type; if the figure carries data, put the data in a table or in the alt.
  2. Attach captions structurally (Caption inside or adjacent to the Figure/Table) and let the caption name subject and period.

F. Text-layer hygiene

  1. Words must be words: ActualText where kerning or ligatures split text, no soft-hyphen breaks in labels, no artifact text inside content, correct language tags.
  2. Reading order equals logical order; multi-column layouts and sidebars must not interleave.

G. Vocabulary — design for other people's words

  1. Say the concept once in plain language beside the jargon: expand abbreviations (E), keep a definitions section, spell out units and periods in headers (“Total return (%), 1 year” rather than “1 YR”). Lexically distant phrasing halved answerability; a document can only be found by the words it contains.

H. Identity and provenance

  1. Give structural elements stable IDs and set title and language metadata, so answers can cite the exact element and audits can be reproduced against the file.

The answerability lint

Before release, compile the structure and run the task-universe pass; the rejection and failure lists are the punch list:

Table 14 — From DTAA diagnostics to authoring actions.
Pipeline signalWhat it means for the authorRules
AMBIGUOUS header/label pairsAdd caption/summary, restructure repeated sub-header groups, or qualify the label1, 2, 7
RELATIONS_MISSING / no heading scopeFix sectioning and header scopes1, 5
FRAGMENTARY spansForm fields or TOC lines tagged as prose — use real prose or a table8, 15
NO_ANCHOR figures / generic altWrite informative alt; attach the caption13, 14
Unbound Reference markersBind marker to note; unique per page10
Zero-task documentsNo headings, lists or tables were tagged — either the document truly has no information tasks or nothing was tagged as such5, 8
Class R at answer time on Q2 phrasingsThe concept is named only in jargon — add plain-language terms and expansions17

The acceptance criterion then changes from “no checker errors” to something like: ≥ N deterministic tasks per page, zero unresolved relations, and ≥ X% task answerability on the reference pipeline for source-explicit and natural phrasings. Calibrating N and X per document class is the next study.

9 Limitations

10 Conclusion

A semantically tagged document carries not only information but enough machine-readable organization to derive a substantial part of its own evaluation benchmark. We showed that the derivation can be deterministic and reproducible, that the resulting tasks bind evidence and relations before any wording exists, and that asking those tasks through RAG in several phrasings yields a per-document answerability profile that is diagnostic — by motif, operation, topology, phrasing and failure class — rather than a single score. On professionally tagged, checker-perfect documents the profile is sobering: fewer than half of task phrasings complete even with structure-preserving retrieval, failures are overwhelmingly retrieval, and phrasing alone halves the result. The same profile is a design instrument. Read as guidance, it says: encode relations explicitly, make every unit self-describing, keep the text machine-clean, name concepts in more than one vocabulary, give elements stable identity — and measure “well-tagged” as answerable. The document already tells us how it is organized; it can also tell us what it should be able to answer.

References

  1. Li, J. (2026). Evidence Graph Retrieval: source-native structure for RAG over tagged PDFs. Project paper, docs/Evidence Graph Retrieval — Li (2026).
  2. Zhu, F., Lei, W., Huang, Y., Wang, C., Zhang, S., Lv, J., Feng, F., Chua, T.-S. (2021). TAT-QA: A Question Answering Benchmark on a Hybrid of Tabular and Textual Content in Finance. ACL-IJCNLP 2021, 3277–3287.
  3. Chen, Z., Chen, W., Smiley, C., et al. (2021). FinQA: A Dataset of Numerical Reasoning over Financial Data. EMNLP 2021, 3697–3711.
  4. Reddy, V., Koncel-Kedziorski, R., Lai, V. D., Krumdick, M., Lovering, C., Tanner, C. (2024). DocFinQA: A Long-Context Financial Reasoning Dataset. ACL 2024 (Short Papers), 445–458.
  5. Strich, J., Isgorur, E. K., Trescher, M., Biemann, C., Semmann, M. (2026). T²-RAGBench: Text-and-Table Benchmark for Evaluating Retrieval-Augmented Generation. EACL 2026 (Long Papers), 165–191.
  6. Wang, R., Balloccu, S. (2026). ARQA: A Benchmark for Grounded Table–Text QA in Enterprise Annual Reports. EACL 2026 (Industry Track), 847–868.
  7. Saad-Falcon, J., Khattab, O., Potts, C., Zaharia, M. (2024). ARES: An Automated Evaluation Framework for Retrieval-Augmented Generation Systems. NAACL-HLT 2024, 338–354.
  8. Das Gollapalli, S., Hakam, M., Du, M., Ng, S.-K., Hamzeh, M. (2026). Pro-QuEST: A Prompt-chain based Quiz Engine for testing Specialized Technical Product Knowledge. EACL 2026 (System Demonstrations), 46–60.
  9. Chernogorskii, F., Averkiev, S., Kudraleeva, L., Martirosian, Z., Tikhonova, M., Malykh, V., Fenogenova, A. (2026). DRAGOn: Designing RAG On Periodically Updated Corpus. EACL 2026 (Student Research Workshop), 622–638.
  10. Banar, N., Lotfi, E., Van Nooten, J., Kliocaite, M., Daelemans, W. (2026). bLLeQA: Benchmarking LLMs for Grounded Legal Question-Answering in French and Dutch. KnowFM 2026 (ACL workshop), 34–59.
  11. Lu, W., Chen, K., Shen, Z., Qiao, R., Sun, X. (2026). HiChunk: Evaluating and Enhancing Retrieval Augmented Generation with Hierarchical Chunking. ACL 2026 (Long Papers), 29738–29753.
  12. Bui, C. M., Thieu, N. M., Nguyen, V. V., Jung, J. J., Bui, K.-H. N. (2025). KG-CQR: Leveraging Structured Relation Representations in Knowledge Graphs for Contextual Query Retrieval. EMNLP 2025, 16281–16298.
  13. Gao, G., Li, Z., Yuan, C., et al. (2025). D-RAG: Differentiable Retrieval-Augmented Generation for Knowledge Graph Question Answering. EMNLP 2025, 35398–35417.
  14. Hsiao, C.-H., Wang, Y.-C., Lin, T.-S., Yeh, Y.-R., Chen, C.-S. (2026). MegaRAG: Multimodal Knowledge Graph-Based Retrieval Augmented Generation. ACL 2026 (Long Papers), 48031–48059.
  15. Lourenço, V. N., Paes, A., Weyde, T., Depeige, A., Dubey, M. (2026). KG-CRAFT: Knowledge Graph-based Contrastive Reasoning with LLMs for Enhancing Automated Fact-checking. EACL 2026 (Long Papers), 6419–6439.
  16. Gupta, S., Bedi, J. (2026). EFSG: Evidence-First Structured Generation for Multilingual RAG Report Generation. RAG4Reports @ ACL 2026, 99–102.
  17. Orogat, A., et al. (2023). MAESTRO: Automatic Generation of Comprehensive Benchmarks for Question Answering Over Knowledge Graphs. Proc. ACM Manag. Data.
  18. Lee, J., Kwon, D., Jin, K. (2025). GRADE: Generating multi-hop QA and fine-gRAined Difficulty matrix for RAG Evaluation. arXiv:2508.16994.
  19. Xie, Y., et al. (2026). EHRBench: An Automated and Reliable EHR-based Benchmark for Clinical Decision Making with LLMs. KDD 2026.
  20. van Elburg, J., van der Putten, P., Marx, M. (2025). Can we Evaluate RAGs with Synthetic Data? arXiv:2508.11758.
  21. Kumar, A., et al. (2025). Benchmarking PDF Accessibility Evaluation: A Dataset and Framework for Assessing Automated and LLM-Based Approaches for Accessibility Testing. ASSETS 2025.
  22. ISO 32000-2 (PDF 2.0); PDF/UA-2 and the Well-Tagged PDF (WTPDF) 1.0 specification, PDF Association.

Appendix

A. A complete question family

Task T0014 (D1, TABLE_CELL, Australia × Fund, gold 2.1, page 2, section “COUNTRY DISTRIBUTION (%)”):

Both chunk hybrid and EGR-S answered “2.1” on Q0/Q1; Q2 was a retrieval failure for both — the words “geographic breakdown” and “Australian assets” match nothing near the table.

B. Validation criteria for the human study

For each sampled task, reviewers judge: J1 legitimate information task; J2 declared evidence sufficient; J3 gold answer correct; J4 motif/operation/topology classification correct; J5 the four phrasings equivalent to the task (or which are not); J6 plausible information need. Development targets from the design plan: task validity ≥95%, evidence validity ≥98%, phrasing equivalence ≥95%, reproducibility identical, evaluator stability negligible variance on deterministic classes.

C. Reproducibility record

Table 15 — Seeds and frozen-set hashes for the pilot documents (protocol DTAA-Core 0.1). Same document + same protocol reproduces the hash.
DocSeed (prefix)FCTS hash (prefix)FrozenUniverse
D1 Fixed-income fact sheet (2 pp)3309a0ceaf5144fed3bf8bb950291
D2 Core-plus bond fact sheet (4 pp)a6745c3bffea9b65e64bb3fc50344
D3 Tax guide 2025 (5 pp)7f08e876584f81b8da5d740a50270
D4 Formulary changes bulletin (17 pp)86a3bcfb33349204df15c96150889
D5 Long/short exposure report (4 pp)019ccf8fd05b4dc6d0582581502068
D6 Commodity strategy portfolio QIR (13 pp)9d537fb7a58816e06fcc8e7950713
D7 Course outline (12 pp)3d42135138d99873dd3126658484
D8 Modern-slavery statement (15 pp)f2f728e86d6f18e634a559365252

D. Language-model usage

Table 16 — All calls logged for the project, including discarded and repeated stages.
RoleModelCallsInput tokensOutput tokensUSD
generatorClaude Opus 5 (Sonnet 5 in the first document run)787817,796226,9529.27
validatorClaude Sonnet 5 (Opus 5 in the first document run)2,5934,553,761598,99817.2
answererClaude Sonnet 57,01525,251,134960,71160.11
judgeClaude Sonnet 5 (Opus 5 for the first 81 judgments)2,79412,303,916361,06229.54

E. Artefacts

Per-document benchmark packages (task universe, frozen task set with manifest, question families, retrieval and answer traces per system, per-run scores, report) are in dtaa-runs/corpus-perfect/<document>/; the pipeline is the dtaa/ package; cross-document tables and review sheets are in dtaa-eval/.