arXiv論文メモ
新着一覧
cs.LG · 査読状況未確認

予測の誤りを手掛かりにLLMが説明可能な特徴を作る

LLMs as Feature Engineers for Text-and-Tabular Prediction

Merwan Barlier and Blaz Skrlj

この論文をやさしく読む

ひとことで言うと

文章から予測に使うカテゴリ項目をLLMが提案し、別のLLMが値を抽出します。予測モデルの間違いを言葉で返し、役立つ項目へ改良していく仕組みです。

何に役立つ?

文章と表データを組み合わせる予測で、人が意味を追える特徴を作る方法になります。誤りの原因に関連しそうな特徴を探索し、既存の文章表現と併用できます。

この研究の面白いところ

AUCの順位の逆転のような具体的な失敗を、LLM向けの自然言語フィードバックへ変換します。生成特徴、TF-IDF、密な埋め込みを合わせることで相補的な改善を報告しています。

どこまで分かった?

最大3倍の特徴発見の加速は3つの公開データセットでの評価です。透明性の保証は著者の主張であり、SHAP重要度が高いことを因果関係の証明とみなすことはできません。

v1のアブストラクトに基づくAI解説。日本語訳とは別に、用途の解釈を含みます。

アブストラクトの日本語訳

表形式の予測モデルに用いるため、非構造化テキストから、解釈可能でスキーマに従ったカテゴリ特徴を自動抽出する反復的な枠組みを導入する。特徴空間を探索するため、生成用LLMが意味的な定義を提案し、別の抽出用LLMが実際の特徴値を生成して、後段の表形式モデルが予測性能を評価する。AUCに関する順位の逆転など、明示的なモデル誤りを自然言語のフィードバックへ変換することで探索を最適化し、特定の予測失敗を解消するようLLMを導く。 3つの公開データセットで評価したところ、この誤り駆動型のループは、誘導なしの探索と比べて特徴発見を最大3倍加速する。実験では、生成された特徴は異なる表現間で強い相補性を示し、TF-IDFおよび密な埋め込みと組み合わせると、そのどの部分的な組合せよりも性能が高い。最後に、この枠組みは個々の事例レベルでの解釈可能性を保証する。発見された特徴はSHAP重要度の順位で上位を占め、すべての予測について、完全に透明で意味的な監査経路を提供する。

v1の要旨から自動生成。本文の精読・人による確認は未実施。

初稿
2026-09-18(UTC)
最新改訂
2026-09-18 · v1
査読・掲載
査読状況未確認
arXivで読むPDF

更新履歴

取得できた版を表示。版の更新は査読済みを意味しません。過去版の本文差分は未解析です。

原文の要旨

We introduce an iterative framework that automates the extraction of interpretable, schema-bound categorical features from unstructured text for tabular prediction models. To navigate the feature space, a generator LLM proposes semantic definitions, a separate extractor LLM materializes the features, and a downstream tabular model evaluates their predictive performance. We optimize this search by translating explicit model errors, such as AUC ranking inversions, into natural-language feedback, steering the LLM to resolve specific predictive failures. Evaluated across three public datasets, this error-driven loop accelerates feature discovery by up to $3\times$ compared to unguided search. Empirically, the generated features demonstrate strong multi-view complementarity, strictly outperforming any subset when combined with TF-IDF and dense embeddings. Finally, the framework guarantees instance-level interpretability: the discovered features dominate SHAP importance rankings and provide a fully transparent, semantic audit trail for every prediction.

arXiv ID: 2609.21894 / 要約の誤りについて