paper-with-me

홈 › Papers

Distilling LLM Reasoning into Graph of Concept Predictors

2026-02-03 · Ziyang Yu, Liang Zhao arxiv

Deploying Large Language Models (LLMs) for discriminative workloads is often limited by inference latency, compute, and API costs at scale. Active distillation reduces these costs by querying an LLM oracle to train compact discriminative students, but most pipelines distill only final labels, discarding intermediate reasoning signals and offering limited diagnostics of what reasoning is missing and where errors arise. We propose Graph of Concept Predictors (GCP), a reasoning-aware active distillation framework that externalizes the teacher's decision process as a directed acyclic graph and mirrors it with modular concept predictors in the student. GCP enhances sample efficiency through a graph-aware acquisition strategy that targets uncertainty and disagreement at critical reasoning nodes. Additionally, it improves training stability and efficiency by performing targeted sub-module retraining, which attributes downstream loss to specific concept predictors and updates only the most influential modules. Experiments on eight NLP classification benchmarks demonstrate that GCP enhances performance under limited annotation budgets while yielding more interpretable and controllable training dynamics. Code is available at: https://github.com/Ziyang-Yu/GCP.

📄 PDF Abstract BibTeX arXiv:2602.03006

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Distilling Neuro-Symbolic Programs into 3D Multi-modal LLMs

2026-05-31 · Wentao Mo, Yang Liu arxiv

Current 3D spatial reasoning methods face a fundamental trade-off: neuro-symbolic 3D (NS3D) concept learners achieve interpretable reasoning through compositional programs but are constrained to closed-set concept vocabu…

Question AnsweringSpatial Reasoning

Neurosymbolic Reasoning Shortcuts under the Independence Assumption

2025-07-15 · Emile van Krieken, Pasquale Minervini, Edoardo Ponti, Antonio Vergari

The ubiquitous independence assumption among symbolic concepts in neurosymbolic (NeSy) predictors is a convenient simplification: NeSy predictors use it to speed up probabilistic reasoning. Recent works like van Krieken …

Radiologist-Guided Causal Concept Bottleneck Models for Chest X-Ray Interpretation

2026-05-08 · Amy Rafferty, Rishi Ramaesh, Ajitha Rajan arxiv

Concept Bottleneck Models (CBMs) in medical imaging aim to improve model interpretability by predicting intermediate clinical concepts before final diagnoses. However, most existing CBMs treat concepts as discriminative …

Bayesian Inference

Revealing Combinatorial Reasoning of GNNs via Graph Concept Bottleneck Layer

2026-03-02 · Yue Niu, Zhaokai Sun, Jiayi Yang, Xiaofeng Cao 외 arxiv

Despite their success in various domains, the growing dependence on GNNs raises a critical concern about the nature of the combinatorial reasoning underlying their predictions, which is often hidden within their black-bo…

Do Concept Bottleneck Models Respect Localities?

2024-01-02 · Naveen Raman, Mateo Espinosa Zarlenga, Juyeon Heo, Mateja Jamnik

Concept-based methods explain model predictions using human-understandable concepts. These models require accurate concept predictors, yet the faithfulness of existing concept predictors to their underlying concepts is u…