← Latest papers
🤖 AI

QuArch: A Benchmark for Evaluating LLM Reasoning in Computer Architecture

This paper introduces QuArch, the first benchmark comprising 2,671 expert-validated questions to evaluate and improve large language models' reasoning capabilities in computer architecture, revealing significant gaps in their design and analysis skills while demonstrating that fine-tuning on this dataset can substantially enhance performance on realistic hardware design tasks.

Original authors: Shvetank Prakash, Andrew Cheng, Mark Mazumder, Arya Tschand, Varun Gohil, Jeffrey Ma, Jason Yik, Zishen Wan, Jessica Quaye, Elisavet Lydia Alvanaki, Avinash Kumar, Chandrashis Mazumdar, Tuhin Khare, A
Published 2026-07-23
📖 3 min read☕ Coffee break read

Original authors: Shvetank Prakash, Andrew Cheng, Mark Mazumder, Arya Tschand, Varun Gohil, Jeffrey Ma, Jason Yik, Zishen Wan, Jessica Quaye, Elisavet Lydia Alvanaki, Avinash Kumar, Chandrashis Mazumdar, Tuhin Khare, Alexander Ingare, Ikechukwu Uchendu, Radhika Ghosal, Abhishek Tyagi, Chenyu Wang, Andrea Mattia Garavagno, Sarah Gu, Alice Guo, Grace Hur, Luca P. Carloni, Tushar Krishna, Ankita Nayak, Amir Yazdanbakhsh, Vijay Janapa Reddi

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine you are trying to teach a super-smart robot how to be a master builder. You've already taught it how to read blueprints, how to write the code that runs the construction site, and how to memorize the names of every tool in the shed. But there's a huge gap in its training: it doesn't know how to think like an architect. It doesn't understand the tricky trade-offs involved in building a house. For instance, if you make the walls thicker to keep the house warm, you might run out of space for furniture. If you use fancy glass windows, the house might look great but cost a fortune to heat. This balancing act—juggling performance, power, and space—is the heart of computer architecture. It's the art of designing the "brain" of a computer (the processor) and its memory systems so they work together perfectly. Until now, we've had no good way to test if our AI robots can actually do this kind of high-level thinking, or if they just pretend to know by guessing.

Enter QUARCH (pronounced like "quark," the tiny particle that makes up protons). This paper introduces the first-ever "final exam" designed specifically to test if Large Language Models (LLMs)—the AI brains behind chatbots and coding assistants—can truly reason about computer architecture. The researchers, a team of experts from universities and tech giants, created a massive collection of 2,671 questions that cover everything from how processors handle data to how memory systems are organized. These aren't just simple trivia; they are complex puzzles that require the AI to analyze problems, design new solutions, and even write code to test those designs.

The results of this exam were a bit of a reality check. The paper found that while these AI models are excellent at Recall—meaning they can memorize facts like "what does a branch target buffer do?"—they struggle significantly when asked to Analyze, Design, or Implement complex systems. It's like a student who can recite the entire dictionary but freezes when asked to build a bridge. When faced with advanced architectural questions, the top AI models only got between 34% and 73% of the answers right. They often failed to understand how code actually interacts with hardware, made weird assumptions about how computers work, or got lost when trying to track the state of a system over time.

However, the story doesn't end with a failing grade. The paper also showed that these AI models can learn. When the researchers took open-source AI models and "fine-tuned" them using the QUARCH questions, the models got much better at a real-world task: designing a memory system for a chip. The fine-tuned models didn't just guess; they proposed designs that were up to 1.99 times more area-efficient (meaning they used less physical space on the chip) and found working solutions in 40% more attempts than the models that hadn't studied the exam.

In short, QUARCH proves that while today's AI is a great encyclopedia, it's not yet a master architect. It has the knowledge, but it lacks the deep reasoning skills needed to make the tough trade-offs that real engineers make every day. But the good news is that with the right training, these digital brains can start to learn the art of the trade, potentially speeding up the invention of faster, more efficient computers in the future.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →