𦫠Capabilibara: Capability Provenance in Language Models
A Case Study in Social Reasoning (COLM 2026)
Hugging Face Space by HCAI-Lab | arXiv Paper | Project Website
This interactive Space explores training-data attribution across 576 corpus bins in Dolma3 (24 Topics Γ 24 Formats WebOrganizer taxonomy), validating model capability origins using gradient-based influence (TrackStar via Bergson) and selective unlearning. Heatmap data is loaded live from dolma3-influence-heatmaps.
WebOrganizer 24Γ24 Topic-by-Format Signed Influence
Bin-level mean TrackStar influence, z-scored within each benchmark (paper Β§3.3); color capped at |z| = 2.5 as in the paper's Figures 2 and 12. Red bins are supportive, blue bins suppressive. Note the paper's headline pattern: Literature Γ Customer Support and interpersonal formats (Customer Support, FAQ, Q&A Forum) are strongly positive for SocialIQA only, while Documentation-like bins drive the comparison benchmarks.
Bin Inspector
Headline Study Scale & Key Results
| Metric | Value | Detail |
|---|---|---|
| Corpus Bins | 576 |
WebOrganizer 24Γ24 topic-format matrix |
| Working Set | 5,678,621 |
Stratified unique Dolma3 documents (~10.5B tokens, 10,000/bin) |
| Source Corpus | ~1.26B |
Unique documents in the de-duplicated Dolma3 6T mix |
| Base Model | OLMo3-7B |
Gradient index from Base; query gradients from Instruct |
| Unlearning Effect | +1.6 pts |
SocialIQA median paired damage, influence-targeted vs. random in-topic (Wilcoxon BH-adjusted $p \approx 10^{-5}$, Table 49) |
| Attribution Compute | ~37,000 |
H200-equivalent GPU-hours across the full pipeline |
Key Findings
- SocialIQA is the provenance-structure outlier: its 576-bin profile correlates with the comparison benchmarks at only r β€ 0.21, versus r = 0.76β0.86 among the three. Its support comes from interpersonal formats (Customer Support, FAQ, Q&A Forum) and the Literature and Social Life topics, while the comparison benchmarks concentrate in Documentation and Academic Writing.
- Unlearning validation: forgetting the top-200 influence-ranked documents per topic damages SocialIQA more than 5Γ-larger random in-topic controls (median +1.6 accuracy points); effects on the comparison benchmarks are weaker, null, or reversed β attribution identifies capability-relevant regions, not just topic membership.
Data Artifacts
Influence matrices, sampling manifests, cross-probe statistics, unlearning checkpoints, and Hub artifacts. Each group below backs a figure or analysis in the main paper; all artifacts are hosted under HCAI-Lab on the Hugging Face Hub, with code at eilab-gt/capabilibara. All artifacts are public, per the paper's open-source release.
Influence Matrices β Figure 2 & Figure 12 (signed z-score heatmaps)
Bin-level signed mean influence (576 Γ 4 matrix) behind the marginal panels of Figure 2 and the full signed heatmaps of Figure 12.
- dolma3-trackstar-influence-scores β per-document TrackStar (Bergson) influence scores: OLMo3-7B Base gradient index Γ Instruct query gradients
- dolma3-influence-heatmaps β rendered 24Γ24 topic-by-format signed heatmaps per benchmark
- dolma3-data-attribution-index β corpus gradient index used for attribution
- dolma3-attribution-job-archive β archived attribution job outputs (~37K H200-equiv. GPU-hours)
Sampling Manifests β Figure 1, stage 1 (corpus binning & stratification)
The stratified working set of Figure 1: 5,678,621 documents (~10.5B tokens; 10,000/bin) drawn from ~1.26B unique de-duplicated Dolma3 documents.
- dolma3-6t-corpus-manifest Β· dolma3-olmo3-corpus-manifest β corpus shard manifests
- dolma3-6t-unique Β· dolma3-6t-bloom-index β de-duplication state and bloom index
- Stratified per-bin samples: 500 Β· 1k Β· 5k Β· 10k (working set) Β· 50k Β· 100k docs/bin
- dolma3-6t-preconditioner-100k β TrackStar preconditioner sample
Cross-Probe Statistics β Table 1 benchmarks & Figure 34 (probe-profile correlations)
The 2Γ2 benchmark queries (SocialIQA, ARC-Challenge, MMLU Social Sciences, MMLU STEM) plus the nine held-out social probes whose 576-bin profile correlations show SocialIQA as the structural outlier (r β€ 0.21 vs. r = 0.76β0.86 among the comparison benchmarks).
- Attribution query sets: base-query-data Β· instruct-query-data Β· instruct-cot-query-data
- OLMES evaluations: olmo3-7b-base Β· olmo3-7b-instruct-base Β· olmo3-7b-instruct-cot Β· olmo3-7b-thinking
- Held-out social probe statistics: soc91-stats Β· soc91-labels Β· soc139-quality-sidecars Β· tombench-en (MIT; evaluation only, per ToMBench authors)
Unlearning Checkpoints β Β§4.3, Figure 43 & Table 49 (causal validation)
NGDiff rank-8 LoRA unlearning on OLMo3-7B Base: top-200 influence-selected documents per topic vs. 1,000 random in-topic controls, three seeds per condition (SocialIQA paired difference significant at BH-adjusted p β 10β»β΅).
- unlearning-checkpoints β merged unlearned checkpoints for all conditions and seeds
Hub Artifacts β cross-ecosystem replication (Appendices L & M)
The causal test repeated end-to-end on Comma v0.1 7B-2T (Common Pile) and DCLM-Baseline-7B.
- Comma OLMES evals: comma-7b-1t Β· comma-7b-2t
- DCLM: dclm-olmes-eval Β· dclm-baseline-manifest Β· dclm-baseline-labels Β· dclm-baseline-working-sample
- dolma3-corpus-explorer β companion Space for browsing the Dolma3 working set
Cite This Work
@inproceedings{matlin2026capabilityprovenance,
title = {Capability Provenance in Language Models: A Case Study in Social Reasoning},
author = {Glenn Matlin and Chandreyi Chakraborty and Saehee Eom and Mika Okamoto and
Rayan Castilla and Louis Jaburi and Alvin Deng and Taywon Min and
Lucia Quirke and Stella Biderman and Mark Riedl},
booktitle = {Proceedings of the Conference on Language Modeling (COLM 2026)},
year = {2026},
eprint = {2606.19625},
archivePrefix = {arXiv},
primaryClass = {cs.CL},
url = {https://arxiv.org/abs/2606.19625}
}