Search papers, labs, and topics across Lattice.
This paper introduces J-Miner, a method for extracting executable decision knowledge from fine-tuned language model classifiers, enabling the transformation of implicit decision-making processes into explicit, inspectable rules. By aggregating vocabulary-aligned internal signals across layers and token positions, J-Miner achieves a remarkable reproduction rate of up to 98.3% of the source classifier's decisions while outperforming compact rules derived from input words by 6.0 to 29.5 percentage points in behavioral fidelity. The distilled knowledge not only retains high accuracy when transferred to lightweight models but also allows for greater transparency and reusability of decision-making processes across different applications.
J-Miner reveals that decision knowledge from language models can be distilled into executable rules, achieving near-perfect fidelity while enhancing interpretability and reusability.
Large language models can be fine-tuned into specialized classifiers that perform well across diverse text tasks and make complex judgments, but they typically expose only final labels, leaving the decision knowledge acquired through fine-tuning implicit within the model. We study how to mine this internal decision knowledge from a fine-tuned classifier and encode it in an executable representation that can be inspected, validated, and reused beyond the source classifier. We introduce J-Miner, which mines text-level named concepts by aggregating vocabulary-aligned internal signals across layers and token positions, and uses the classifier's own predictions to learn executable decision rules over them. This process distills local internal readouts into an explicit classifier-level knowledge representation. Across multiple classification tasks, J-Miner rules reproduce up to 98.3\% of source-classifier decisions and achieve 6.0--29.5 percentage points higher behavioral fidelity than equally compact rules learned from input words. Further analysis shows that the named concepts reflect internal semantic evidence associated with task decisions, while the learned rules consolidate these distributed signals into inspectable decision structures. The resulting decision knowledge also transfers to lightweight standalone students: using about 1/24 as many parameters as the source classifiers, they reconstruct and execute the representation from raw text while retaining 99.8\% of the source classifiers'mean task accuracy. These findings show that task-specific decision knowledge can be faithfully represented in an explicit, executable form and reused beyond the classifier in which it was learned.