docs(presentation): rewrite Key Findings as project-level bullets, add Demo link#108
Merged
danielnaab merged 1 commit intomainfrom Apr 20, 2026
Merged
Conversation
…d Demo link
The old slide 7 titled "Key Findings" was really "Extraction
evaluation results" — a five-row table from one of the four
experiment suites, presented as if it covered the whole project.
It also omitted RAG, which is arguably the most interesting
contribution.
This PR restructures the end of the deck:
- **Slide 7 (rewritten) — Key Findings**. Three numbered bullets
naming the project's actual top-line findings: the hybrid prompt
result, the RAG authoring result (corpus doubles recall and grows
field coverage 20x on the SNAP ablation), and the capability
boundary finding for non-Anthropic small multimodal models. Each
bullet is short enough to present in one breath.
- **Slide 8 (new) — Extraction Evaluation**. The old Key Findings
table moves here. Subtitle defines "hybrid" inline
("one short instruction + one inline exemplar + temperature=0")
so viewers don't have to reconstruct what the variant name means.
- **Slide 9 (previously 8) — RAG-Guided Form Authoring**. Content
unchanged.
- **Slide 10 (previously 9) — What's Next**. Adds a "Demo" link
that resolves to the current deployment's home (/{branch}/ via
resolveUrl) so the presenter can jump straight to the running app.
Hybrid-prompt definition is now consistent across the presentation
(slides 7 and 8), the extraction suite's _suite.md, the README, and
the variant catalog page. Slide-counter initial text updated to
1 / 11; runtime JS already reads slides.length dynamically.
Styles added for ordered-list key findings (numbered badge bullets),
subtitle paragraph, and the demo-link button.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Restructures the end of the deck so the "Key Findings" slide actually names the project's findings rather than displaying results from one evaluation as if they were the headline.
Slide changes
Slide counter updated from 1 / 10 to 1 / 11; runtime JS already reads `slides.length` dynamically.
"Hybrid prompt" now defined consistently
Demo link
On slide 10:
```jsx
Demo →
```
`demoUrl` is computed from `resolveUrl('/')` so it becomes `/main/` on the main deployment and `/story-x/` on branch previews. Works for every deployment.
Testing