Skip to content

vlm-history-completer: add live source URLs to the groundtruth accept-lists - #70

Open
bleonard wants to merge 1 commit into
hkust-nlp:mainfrom
induction-ai:fix/vlm-groundtruth-live-urls
Open

vlm-history-completer: add live source URLs to the groundtruth accept-lists#70
bleonard wants to merge 1 commit into
hkust-nlp:mainfrom
induction-ai:fix/vlm-groundtruth-live-urls

Conversation

@bleonard

Copy link
Copy Markdown

Two kinds of drift in groundtruth.json's Sources accept-lists:

  1. Dead canonical URLs. github.com/runwayml/stable-diffusion (Runway deleted the repo, along with the HF model) and ai.google.dev/palm_docs (path retired) both 404. Agents can no longer verify them, and citing the live replacements scored 0.
  2. Missing legitimate source. LAION CLIP accepted only laion.ai/blog/large-openclip/; in observed runs agents completed the table 97.5% correctly but cited the official OpenCLIP implementation repo (github.com/mlfoundations/open_clip) — which the blog itself documents — and failed on that single cell.

Since Sources is an accept-list (any submitted URL matching any entry passes), this change is strictly additive — no previously-passing citation can now fail:

  • adds huggingface.co/stable-diffusion-v1-5/stable-diffusion-v1-5 (the official relocation of the SD 1.5 weights),
  • adds arxiv.org/abs/2305.10403 (PaLM 2 Technical Report),
  • adds github.com/mlfoundations/open_clip for LAION CLIP,
  • keeps all existing entries.

official HF relocation huggingface.co/stable-diffusion-v1-5/stable-diffusion-v1-5
retired ai.google.dev/palm_docs → PaLM 2 tech report arxiv.org/abs/2305.10403
added github.com/mlfoundations/open_clip as an accepted source for LAION CLIP — that's the exact correct-but-unlisted citation that failed for me
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