Skip to content

docs(presentation): rewrite Key Findings as project-level bullets, add Demo link#108

Merged
danielnaab merged 1 commit intomainfrom
docs/presentation-key-findings
Apr 20, 2026
Merged

docs(presentation): rewrite Key Findings as project-level bullets, add Demo link#108
danielnaab merged 1 commit intomainfrom
docs/presentation-key-findings

Conversation

@danielnaab
Copy link
Copy Markdown
Member

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

# Before After
7 Key Findings — table of 5 extraction variants Key Findings — 3 project-level bullets (hybrid prompt wins extraction / RAG is load-bearing for authoring / capability boundaries are real)
8 RAG-Guided Form Authoring Extraction Evaluation (new) — the table moves here with a subtitle that defines "hybrid" inline
9 What's Next RAG-Guided Form Authoring (renumbered)
10 What's Next (renumbered) + Demo link that resolves to the current deployment's home page

Slide counter updated from 1 / 10 to 1 / 11; runtime JS already reads `slides.length` dynamically.

"Hybrid prompt" now defined consistently

  • Slide 7: "Hybrid prompt = one short instruction + one inline exemplar + temperature=0."
  • Slide 8 subtitle: same definition, directly above the table that labels the row "Hybrid v1."
  • README / extraction suite / variant catalog page: same wording.

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

  • `bun run check` — 1341 tests + link validator pass.
  • Visual: the numbered bullets on Key Findings render as circular badges; the demo link on What's Next is a pill button.

…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.
@danielnaab danielnaab merged commit 985224b into main Apr 20, 2026
4 checks passed
@danielnaab danielnaab deleted the docs/presentation-key-findings branch April 20, 2026 19:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant