← Search

Kayhan Behdin

6 accepted papers

2026

Reasoning Models Can be Accurately Pruned Via Chain-of-Thought Reconstruction

ICLR 2026poster

Reasoning language models such as DeepSeek-R1 produce long chain-of-thought traces during inference time which make them costly to deploy at scale. We show that using compression techniques such as neural network pruning produces greater performance loss than in typical language modeling tasks, and…

Cited by 0SourcecodeScholar
2025

Differentially Private High-dimensional Variable Selection via Integer Programming

NeurIPS 2025poster

Sparse variable selection improves interpretability and generalization in high-dimensional learning by selecting a small subset of informative features. Recent advances in Mixed Integer Programming (MIP) have enabled solving large-scale non-private sparse regression—known as Best Subset Selection (B…

Cited by 0SourceScholar
2024

ALPS: Improved Optimization for Highly Sparse One-Shot Pruning for Large Language Models

NeurIPS 2024poster

The impressive performance of Large Language Models (LLMs) across various natural language processing tasks comes at the cost of vast computational resources and storage requirements. One-shot pruning techniques offer a way to alleviate these burdens by removing redundant weights without the need fo…

2024

End-to-end Feature Selection Approach for Learning Skinny Trees

AISTATS 2024poster

We propose a new optimization-based approach for feature selection in tree ensembles, an important problem in statistics and machine learning. Popular tree ensemble toolkits e.g., Gradient Boosted Trees and Random Forests support feature selection post-training based on feature importance scores, wh…

2024

OSSCAR: One-Shot Structured Pruning in Vision and Language Models with Combinatorial Optimization

ICML 2024poster

Structured pruning is a promising approach for reducing the inference costs of large vision and language models. By removing carefully chosen structures, e.g., neurons or attention heads, the improvements from this approach can be realized on standard deep learning hardware. In this work, we focus o…

2023

GRAND-SLAMIN’ Interpretable Additive Modeling with Structural Constraints

NeurIPS 2023poster

Generalized Additive Models (GAMs) are a family of flexible and interpretable models with old roots in statistics. GAMs are often used with pairwise interactions to improve model accuracy while still retaining flexibility and interpretability but lead to computational challenges as we are dealing wi…