iconLogo
Published:2025/12/17 4:58:44

タイトル & 超要約:FEAML!マルチラベル分類をLLMで超進化🚀

ギャル的キラキラポイント✨ ● マルチラベル分類(複数のタグ付け)を、LLM(優秀AI)で自動化する研究だよ!✨ ● AIモデル開発の時間を短縮し、精度もアップする夢のような技術なの💖 ● ECサイトとか、SNSとか、色んなとこで使えるから、マジでスゴい😍

詳細解説 ● 背景 マルチラベル分類は、画像に「犬」と「散歩」ってタグを両方付けるみたいな事ね!従来のやり方だと、タグの関係性を理解するのが大変だった💦そこで、LLMを使って、特徴量(データの特徴)を自動で計算してくれるFEAMLが登場✨

● 方法 FEAMLは、LLMに「このデータとこのタグの関係性はどう?」って質問する感じ!LLMは賢いから、データの特徴を分析して、良い感じの特徴量を生成してくれるんだって!生成された特徴量は、さらに評価されて、LLMが学習を重ねていくよ!

● 結果 FEAMLを使うと、AIモデルの精度がアップ⬆️開発時間も短縮できるって事が分かったみたい!特に、マルチラベル分類の精度が求められる分野では、めちゃくちゃ効果がありそう💖

続きは「らくらく論文」アプリで

The Semantic Architect: How FEAML Bridges Structured Data and LLMs for Multi-Label Tasks

Wanfu Gao / Zebin He / Jun Gao

Existing feature engineering methods based on large language models (LLMs) have not yet been applied to multi-label learning tasks. They lack the ability to model complex label dependencies and are not specifically adapted to the characteristics of multi-label tasks. To address the above issues, we propose Feature Engineering Automation for Multi-Label Learning (FEAML), an automated feature engineering method for multi-label classification which leverages the code generation capabilities of LLMs. By utilizing metadata and label co-occurrence matrices, LLMs are guided to understand the relationships between data features and task objectives, based on which high-quality features are generated. The newly generated features are evaluated in terms of model accuracy to assess their effectiveness, while Pearson correlation coefficients are used to detect redundancy. FEAML further incorporates the evaluation results as feedback to drive LLMs to continuously optimize code generation in subsequent iterations. By integrating LLMs with a feedback mechanism, FEAML realizes an efficient, interpretable and self-improving feature engineering paradigm. Empirical results on various multi-label datasets demonstrate that our FEAML outperforms other feature engineering methods.

cs / cs.LG