Augmenting Interpretable Models with LLMs during Training
Abstract
Domain fit: AI-core · Core AI workload signals detected from paper context and implementation/artifact evidence.
Recent large language models (LLMs) have demonstrated remarkable prediction performance for a growing array of tasks. However, their proliferation into high-stakes domains (e.g. medicine) and compute-limited settings has created a burgeoning need for interpretability and efficiency. We address this need by proposing Augmented Interpretable Models (Aug-imodels), a framework for leveraging the knowledge learned by LLMs to build extremely efficient and interpretable models. Aug-imodels use LLMs during fitting but not during inference, allowing complete transparency and often a speed/memory improvement of greater than 1,000x for inference compared to LLMs. We explore two instantiations of Aug-imodels in natural-language processing: (i) Aug-GAM, which augments a generalized additive model with decoupled embeddings from an LLM and (ii) Aug-Tree, which augments a decision tree with LLM feature expansions. Across a variety of text-classification datasets, both outperform their non-augmented counterparts. Aug-GAM can even outperform much larger models (e.g. a 6-billion parameter GPT-J model), despite having 10,000x fewer parameters and being fully transparent. We further explore Aug-imodels in a natural-language fMRI study, where they generate interesting interpretations from scientific data. All code for using Aug-imodels and reproducing results is made available on Github.
Results and benchmarks
Recent large language models (LLMs) have demonstrated remarkable prediction performance for a growing array of tasks.
Benchmark evidence is limited
Evidence graph: 3 refs, 3 links.
Utility signals: depth 70/100, grounding 75/100, status medium.
Implementation
No direct implementation yet
Maintained implementation evidence is not confirmed for this paper yet.
Use the implementation status and reproduction sections for the current action plan.
No verified maintained repo yet
There is no verified maintained implementation yet. Use this baseline plan to decide whether to prototype now or defer.
- No maintained paper-verified implementation was found; start with the closest related repositories below.
- Compare repo methods against the paper equations/algorithm before trusting metrics.
- Create a minimal baseline implementation from the paper and use adjacent repos as references.
Time to first repro: a few days
mlabonne/llm-course is the closest maintained adjacent implementation (Matches contextual method/domain keyword: language model). It is not paper-verified; validate algorithm and evaluation setup against the paper before trusting reported metrics. Community adoption signal: 81929 GitHub stars.
- Adjacent implementations are not paper-verified
- Recommended repository is adjacent and not paper-verified.
Reproduction readiness
No repo
No verified implementation available
- No maintained repository has been identified for this paper. Check adjacent implementations or HF artifacts below.
Hardware requirements
- Expect multi-day setup/compute for meaningful reproduction based on current guidance.
Validation caveat
Repositories and ecosystem
Closest related implementations
These are not paper-verified. Use them as reference points when no direct implementation is available.
- mlabonne/llm-course Adjacent · Confidence: Medium · 81,929 stars
Matches contextual method/domain keyword: language model
- Hannibal046/Awesome-LLM Adjacent · Confidence: Medium · 27,275 stars
Matches contextual method/domain keyword: language model
No additional verified repositories beyond the primary recommendation.
Hugging Face artifacts
No trustworthy direct or curated related Hugging Face artifacts were found yet. Use targeted searches to quickly locate candidate models, datasets, and demos.
Models
Tip: start with models, then check datasets and spaces if you need evaluation data or demos.
Research context
50
Citations
75
References
Tasks
Interpretability, Inference, Computer science, Variety (cybernetics), Decision tree, Transparency (behavior), Tree (set theory), Data science
Methods
Language model
Domains
Machine learning, Artificial intelligence, Natural language processing
Related papers
- Measuring Interpretability for Different Types of Machine Learning ModelsSearch on Paper2Code
2018 · Semantic similarity
- ML interpretability: Simple isn't easySearch on Paper2Code
2024 · Semantic similarity
- Measures of Model Interpretability for Model SelectionSearch on Paper2Code
2018 · Semantic similarity
- Analyzing Effects of Mixed Sample Data Augmentation on Model InterpretabilitySearch on Paper2Code
2023 · Semantic similarity
- ML Interpretability: Simple Isn't EasySearch on Paper2Code
2022 · Semantic similarity
- When consumers need more interpretability of artificial intelligence (AI) recommendations? The effect of decision-making domainsSearch on Paper2Code
2023 · Semantic similarity
Open this paper in HFEPX to review benchmark signals, evaluation modes, and human-feedback protocol context.
Open in HFEPXJump to Paper2Code search queries derived from this paper's research context.