examples: replace dynamic-superb fork with audio-hallucination - #3
Merged
Conversation
dynamic-superb was a fork; swap it for kuan2jiu99/audio-hallucination,
an original repo (eval harnesses for two LALM-hallucination papers).
- examples/audio-hallucination/: new code mask distilled via the code
recipe — mask.md (6-section conventions profile), a 4-page knowledge
wiki (overview/repo-layout/discriminative-eval/generative-eval) with
index + log, examples.md, and sources.json (8 sources, real hashes).
Every claim is [src:id]-bound; passes `mask coverage` broad with zero
orphans, broken links, or unknown citations.
- examples/dynamic-superb/: removed (fork, not original).
- README.md / README.zh-TW.md / docs/GALLERY.md: gallery rows + section
rewritten for the new mask.
- adapters/{claude-code,agents-md}/orchestrator.md: `mask try` example
roster updated.
- site/index.html: sync landing page to v0.3.0 — add a "See it in action"
four-mask matrix, align Quickstart with the install.sh/mask flow, and
surface the knowledge-wiki + coverage-integrity features.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
What
Swap the
dynamic-superbexample mask (a fork) forkuan2jiu99/audio-hallucination— an original repo (34★): evaluation harnesses for two NTU LALM-hallucination papers (Interspeech 2024, ICASSP 2025).Why
examples/is meant to be a curated reference pack of evidence-bound masks.dynamic-superbwas a fork of someone else's benchmark, which is a weak showcase of "distill an author's own work."audio-hallucinationis the author's original code and a cleaner code-mask demo.Changes
examples/audio-hallucination/(new): atype: codemask distilled via the code recipe —mask.md(6-section conventions profile), a 4-page knowledge wiki (overview/repo-layout/discriminative-eval/generative-eval) withindex+log,examples.md, andsources.json(8 sources, real sha256 hashes). Every claim is[src:id]-bound; passesmask coveragebroad with zero orphans, broken[[links]], or unknown citations.examples/dynamic-superb/: removed (fork, not original).mask tryexample roster updated.install.sh/maskflow, and surface the knowledge-wiki + coverage-integrity features.Verification
bun run typecheck✅bun run build✅mask try audio-hallucination+mask coverage audio-hallucination→ broad, zero broken links / unknown citations ✅dynamic-superb→ no remaining references ✅🤖 Generated with Claude Code