paper-with-me

Papers

LLM-Lasso: A Robust Framework for Domain-Informed Feature Selection and Regularization

2025-02-15 · Erica Zhang, Ryunosuke Goto, Naomi Sagan, Jurik Mutter, Nick Phillips, Ash Alizadeh, Kangwook Lee, Jose Blanchet, Mert Pilanci, Robert Tibshirani

We introduce LLM-Lasso, a novel framework that leverages large language models (LLMs) to guide feature selection in Lasso $\ell_1$ regression. Unlike traditional methods that rely solely on numerical data, LLM-Lasso incorporates domain-specific knowledge extracted from natural language, enhanced through a retrieval-augmented generation (RAG) pipeline, to seamlessly integrate data-driven modeling with contextual insights. Specifically, the LLM generates penalty factors for each feature, which are converted into weights for the Lasso penalty using a simple, tunable model. Features identified as more relevant by the LLM receive lower penalties, increasing their likelihood of being retained in the final model, while less relevant features are assigned higher penalties, reducing their influence. Importantly, LLM-Lasso has an internal validation step that determines how much to trust the contextual knowledge in our prediction pipeline. Hence it addresses key challenges in robustness, making it suitable for mitigating potential inaccuracies or hallucinations from the LLM. In various biomedical case studies, LLM-Lasso outperforms standard Lasso and existing feature selection baselines, all while ensuring the LLM operates without prior access to the datasets. To our knowledge, this is the first approach to effectively integrate conventional feature selection techniques directly with LLM-based domain-specific reasoning.

📄 PDF Abstract BibTeX arXiv:2502.10648

Code (1)

pilancilab/LLM-Lasso 공식 구현

Tasks

feature selectionRAGRetrieval-augmented Generation

Methods 이 논문이 사용한 방법론

Feature Selection Feature selection, also known as variable selection, attribute selection or variable subset selection, is the process of selecting a subset of relevant features (variables,…

Similar Papers 제목 키워드 기반

LLM Sparsity Prior for Robust Feature Selection

2026-05-21 · Caleb Skinner, Yihan Guo, Meng Li arxiv

Large language models (LLMs) offer a scalable mechanism to elicit domain-informed prior information for high-dimensional variable selection. However, existing methods such as LLM-Lasso are sensitive to weight quality, wi…

Prompt Engineering

LassoLayer: Nonlinear Feature Selection by Switching One-to-one Links

2021-08-27 · Akihito Sudo, Teng Teck Hou, Masaki Yamaguchi, Yoshinori Tone

Along with the desire to address more complex problems, feature selection methods have gained in importance. Feature selection methods can be classified into wrapper method, filter method, and embedded method. Being a po…

feature selection

LassoNet: A Neural Network with Feature Sparsity

2019-07-29 · Ismael Lemhadri, Feng Ruan, Louis Abraham, Robert Tibshirani

Much work has been done recently to make neural networks more interpretable, and one obvious approach is to arrange for the network to use only a subset of the available features. In linear models, Lasso (or $\ell_1$-reg…

feature selectionregression

Is feature selection secure against training data poisoning?

2018-04-21 · Huang Xiao, Battista Biggio, Gavin Brown, Giorgio Fumera 외

Learning in adversarial settings is becoming an important task for application domains where attackers may inject malicious data into the training set to subvert normal operation of data-driven technologies. Feature sele…

Computational EfficiencyData Poisoningfeature selectionMalware Detection

Adaptive Lasso, Transfer Lasso, and Beyond: An Asymptotic Perspective

2023-08-30 · Masaaki Takada, Hironori Fujisawa

This paper presents a comprehensive exploration of the theoretical properties inherent in the Adaptive Lasso and the Transfer Lasso. The Adaptive Lasso, a well-established method, employs regularization divided by initia…

Variable Selection