paper-with-me

홈 › Papers

LLM-e Guess: Can LLMs Capabilities Advance Without Hardware Progress?

2025-05-07 · Teddy Foley, Spencer Guo, Henry Josephson, Anqi Qu, Jack Sanderson

This paper examines whether large language model (LLM) capabilities can continue to advance without additional compute by analyzing the development and role of algorithms used in state-of-the-art LLMs. Motivated by regulatory efforts that have largely focused on restricting access to high-performance hardware, we ask: Can LLMs progress in a compute-constrained environment, and how do algorithmic innovations perform under such conditions? To address these questions, we introduce a novel classification framework that distinguishes between compute-dependent innovations -- which yield disproportionate benefits at high compute levels (e.g., the Transformer architecture and mixture-of-experts models) and compute-independent innovations, which improve efficiency across all compute scales (e.g., rotary positional encoding, FlashAttention, or layer normalization). We quantify these contributions using a metric called compute-equivalent gain (CEG), which estimates the additional compute that would be required to achieve similar improvements without these algorithmic advancements. To validate this framework, we conduct small-scale training experiments with a scaled-down GPT-2 model. Our results confirm that compute-independent advancements yield meaningful performance gains even in resource-constrained settings, with a CEG of up to $3.5\times$ over a baseline model. By contrast, compute-dependent advancements provided little benefit or even degraded performance at the small scale, reinforcing the importance of compute availability for certain algorithmic gains.

📄 PDF Abstract BibTeX arXiv:2505.04075

Code (1)

tedfoley/nanoGPT 공식 구현 pytorch

Tasks

Large Language ModelMixture-of-Experts

Methods 이 논문이 사용한 방법론

Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Multi-Head Attention 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Discriminative Fine-Tuning Discriminative Fine-Tuning is a fine-tuning strategy that is used for ULMFiT type models. Instead of using the same learning rate…
Adam 설명 없음
Attention 설명 없음

Similar Papers 제목 키워드 기반

From Blind Guess to Informed Judgment: Teaching LLMs to Evaluate Materials by Building Knowledge-Augmented Preference Signals

2026-05-28 · Yeyong Yu, Wenya Hu, Xing Wu, Quan Qian arxiv

As candidate generation and high-throughput experimentation advance, the primary bottleneck in materials discovery is shifting from property prediction to making reliable evaluations among massive candidate sets. We prop…

Large Language Models (LLMs) for Electronic Design Automation (EDA)

2025-08-27 · Kangwei Xu, Denis Schwachhofer, Jason Blocklove, Ilia Polian 외 arxiv

With the growing complexity of modern integrated circuits, hardware engineers are required to devote more effort to the full design-to-manufacturing workflow. This workflow involves numerous iterations, making it both la…

Logical Reasoning

TurtleBench: Evaluating Top Language Models via Real-World Yes/No Puzzles

2024-10-07 · Qingchen Yu, Shichao Song, Ke Fang, Yunfeng Shi 외

As the application of Large Language Models (LLMs) expands, the demand for reliable evaluations increases. Existing LLM evaluation benchmarks primarily rely on static datasets, making it challenging to assess model perfo…

Logical Reasoning

PCEval: A Benchmark for Evaluating Physical Computing Capabilities of Large Language Models

2025-12-31 · Inpyo Song, Eunji Jeon, Jangwon Lee arxiv

Large Language Models (LLMs) have demonstrated remarkable capabilities across various domains, including software development, education, and technical assistance. Among these, software development is one of the key area…

Code Generation

Probing LLM World Models: Enhancing Guesstimation with Wisdom of Crowds Decoding

2025-01-28 · Yun-Shiuan Chuang, Nikunj Harlalka, Sameer Narendran, Alexander Cheung 외

Guesstimation, the task of making approximate quantity estimates, is a common real-world challenge. However, it has been largely overlooked in large language models (LLMs) and vision language models (VLMs) research. We i…