J-Miner: Recovering Executable Decision Knowledge from Language-Model Classifiers

📅 2026-08-17
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
研究通过J-Miner从微调后的语言模型分类器中提取决策知识,并将其编码为可执行形式,以实现高精度的任务决策再现和知识转移。
📝 Abstract
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.
Problem

Research questions and friction points this paper is trying to address.

large language models
decision knowledge
fine-tuned classifiers
executable representation
knowledge mining
Innovation

Methods, ideas, or system contributions that make the work stand out.

Decision Knowledge Mining
Executable Representation
Named Concepts
Behavioral Fidelity
Yunfan Gao
Yunfan Gao
Tongji University
RAGLLMKG
X
Xinyi Huang
Shanghai Key Laboratory of Data Science, College of Computer Science and Artificial Intelligence, Fudan University
T
Tao Sheng
Meituan
H
Haorui Song
Shanghai Research Institute for Intelligent Autonomous Systems, Tongji University
Y
Yun Xiong
Shanghai Key Laboratory of Data Science, College of Computer Science and Artificial Intelligence, Fudan University
Haofen Wang
Haofen Wang
Tongji University
Knowledge GraphNatural Language ProcessingRetrieval Augmented Generation