2b or not 2b ? Custom LLM Scheduling Competition [P]
Summary
A Kaggle competition challenges participants to build a scheduler that decides whether to run a 2B-parameter model on MMLU questions to minimize a weighted cost based on compute and accuracy trade-offs.
Similar Articles
Avoiding Overthinking and Underthinking: Curriculum-Aware Budget Scheduling for LLMs
BACR introduces adaptive token budgeting and curriculum-aware scheduling to prevent LLMs from overthinking easy problems and underthinking hard ones, cutting token use 34% while boosting accuracy up to 8.3%.
Inference-Time Budget Control for LLM Search Agents
This paper introduces a two-stage inference-time budget control method for LLM search agents, using Value-of-Information scores to optimize tool-call and token allocation during multi-hop question answering.
R^3-Bench: LLMs Struggle with Resource-Rational Reasoning under Shared Budgets
R^3-Bench introduces a benchmark showing that LLMs struggle to maintain performance when allocated shared computation budgets across multiple reasoning tasks like math, coding, and abstract reasoning.
Sim2Schedule: A Simulator-Guided LLM Framework for Autonomous Open-Pit Mine Scheduling
This paper introduces Sim2Schedule, a simulator-guided LLM framework for autonomous open-pit mine scheduling that achieves 94-99% of the optimal NPV from MILP while scaling linearly in computation time, operating zero-shot without fine-tuning.
Optimal Skill Selection for LLM Agents with Provable Bicriteria Guarantees
This paper introduces Best Prefix Selection (BPS), an algorithm for optimal skill selection in LLM agents that provides provable bicriteria guarantees and outperforms existing methods on task success while reducing token usage.