Research Papers 论文研究 3d ago Updated 2d ago 更新于 2天前 47

J-Miner: Recovering Executable Decision Knowledge from Language-Model Classifiers J-Miner:从语言模型分类器中恢复可执行决策知识

J-Miner mines internal decision knowledge from fine-tuned language model classifiers and encodes it into explicit, executable decision rules The method aggregates vocabulary-aligned internal signals across layers and token positions to discover text-level named concepts J-Miner rules reproduce up to 98.3% of source-classifier decisions, outperforming rules learned from input words by 6.0–29.5 percentage points in behavioral fidelity The extracted decision knowledge transfers to lightweight stude J-Miner能够从微调后的语言模型分类器中挖掘隐式决策知识,并将其编码为可检查、可验证、可复用的可执行表示 该方法通过聚合词汇对齐的内部信号来发现文本级命名概念,并利用分类器自身预测学习可执行决策规则 J-Miner规则在多个分类任务上可复现高达98.3%的源分类器决策,行为保真度比同等紧凑的输入词规则高出6.0-29.5个百分点 提取的决策知识可迁移至轻量级学生模型,仅用源分类器约1/24的参数即可保留99.8%的平均任务准确率

62
Hot 热度
74
Quality 质量
68
Impact 影响力

Analysis 深度分析

TL;DR

  • J-Miner mines internal decision knowledge from fine-tuned language model classifiers and encodes it into explicit, executable decision rules
  • The method aggregates vocabulary-aligned internal signals across layers and token positions to discover text-level named concepts
  • J-Miner rules reproduce up to 98.3% of source-classifier decisions, outperforming rules learned from input words by 6.0–29.5 percentage points in behavioral fidelity
  • The extracted decision knowledge transfers to lightweight student models using ~1/24 the parameters while retaining 99.8% of the source classifier's mean task accuracy
  • This demonstrates that task-specific decision knowledge can be faithfully represented in an explicit, inspectable, and reusable form beyond the original classifier

Why It Matters

This work addresses a critical gap in AI interpretability: while fine-tuned language models achieve strong classification performance, their decision-making process remains opaque. J-Miner provides a practical pathway to extract and externalize that implicit knowledge, enabling inspection, validation, and reuse—key requirements for deploying trustworthy AI systems in high-stakes domains.

Technical Details

  • J-Miner operates by aggregating vocabulary-aligned internal activation signals across transformer layers and token positions to identify text-level named concepts that the classifier implicitly relies on
  • Executable decision rules are learned directly from the classifier's own predictions over these mined concepts, distilling distributed internal readouts into a classifier-level knowledge representation
  • The named concepts discovered reflect internal semantic evidence associated with task decisions, and the learned rules consolidate these signals into inspectable decision structures
  • Lightweight standalone student models (~1/24 the parameters of source classifiers) can reconstruct and execute the mined representation from raw text, retaining 99.8% of the source classifiers' mean task accuracy
  • Evaluated across multiple classification tasks, J-Miner rules achieve 6.0–29.5 percentage points higher behavioral fidelity compared to equally compact rules learned solely from input words

Industry Insight

  • J-Miner's approach offers a practical interpretability tool for organizations deploying fine-tuned LLMs, enabling them to audit and validate model decisions without requiring access to the full model weights
  • The successful transfer to lightweight students suggests a viable model compression pathway: extract interpretable rules from large classifiers and deploy compact, transparent alternatives in production
  • As regulatory scrutiny of AI decision-making increases, methods like J-Miner that produce executable, inspectable decision knowledge will become increasingly valuable for compliance and trust-building in AI systems

TL;DR

  • J-Miner能够从微调后的语言模型分类器中挖掘隐式决策知识,并将其编码为可检查、可验证、可复用的可执行表示
  • 该方法通过聚合词汇对齐的内部信号来发现文本级命名概念,并利用分类器自身预测学习可执行决策规则
  • J-Miner规则在多个分类任务上可复现高达98.3%的源分类器决策,行为保真度比同等紧凑的输入词规则高出6.0-29.5个百分点
  • 提取的决策知识可迁移至轻量级学生模型,仅用源分类器约1/24的参数即可保留99.8%的平均任务准确率

为什么值得看

本文首次系统性地展示了如何将大模型微调后隐式的决策知识转化为显式、可执行的规则表示,为模型可解释性研究提供了新范式。同时,该方法实现了知识的高效蒸馏,对模型压缩和轻量化部署具有重要参考价值。

技术解析

  • 核心方法:J-Miner通过聚合词汇对齐的内部信号(跨层和词元位置)来挖掘文本级命名概念,并利用分类器自身预测学习可执行决策规则,将局部内部读取蒸馏为显式的分类器级知识表示
  • 性能表现:在多个分类任务上,J-Miner规则复现源分类器决策达98.3%,行为保真度比同等紧凑的输入词规则高出6.0-29.5个百分点
  • 概念语义:分析的命名概念反映了与任务决策相关的内部语义证据,学习到的规则将这些分布式信号整合为可检查的决策结构
  • 知识迁移:提取的决策知识可转移至轻量级独立学生模型,使用约1/24的参数从原始文本重建并执行该表示,保留99.8%的源分类器平均任务准确率

行业启示

  • 可解释性新路径:为黑盒模型的决策透明化提供了可操作的技术方案,使内部知识可被显式表示、验证和复用,有望推动AI可解释性研究从分析走向工程化
  • 模型压缩与部署:证明了复杂模型知识可高效蒸馏至轻量级架构,为资源受限场景下的模型部署提供了新思路,降低推理成本的同时保持高准确率
  • 知识复用范式:决策知识的可迁移性表明,微调获得的领域知识可脱离源模型独立使用,为构建可组合、可复用的AI组件奠定了基础

Disclaimer: The above content is generated by AI and is for reference only. 免责声明:以上内容由 AI 生成,仅供参考。

LLM 大模型 Fine-tuning 微调 Research 科学研究 Training 训练 Evaluation 评测