vibench-emnlp26/vibench-explorer
0
VIBench Explorer
Interactive viewer for the VIBench benchmark and the model generations, for the paper Do LLMs Favor Their Providers? Measuring Vertical Integration Bias in Code Generation.
Three tabs:
- About — research overview, key results, and how to use the explorer.
- Benchmark Explorer — every scenario, its subtasks, the candidate provider services, the agentic file mapping, and the documentation evidence.
- Generations — browse the actual model generations, filtered by model, run, modality (direct / agentic), prompt variant (NLI / FIM / REF), scenario, and subtask, with the detector's
(service, ecosystem)label.
How it works
This is a Docker Space running a small Flask server (server.py). The benchmark and generations are read server-side from private Hugging Face datasets (vibench-emnlp26/vibench and vibench-emnlp26/vibench-results); the data is downloaded lazily and cached, so nothing is bundled into the Space.
Required Space secret
Set it under Settings → Secrets before the Space starts. Once the two datasets are public, the same app can run without a token.
