paper-with-me

홈 › Papers

Faster, Cheaper, More Accurate: Specialised Knowledge Tracing Models Outperform LLMs

2026-03-03 · Prarthana Bhattacharyya, Joshua Mitton, Ralph Abboud, Simon Woodhead arxiv

Predicting future student responses to questions is particularly valuable for educational learning platforms where it enables effective interventions. One of the key approaches to do this has been through the use of knowledge tracing (KT) models. These are small, domain-specific, temporal models trained on student question-response data. KT models are optimised for high accuracy on specific educational domains and have fast inference and scalable deployments. The rise of Large Language Models (LLMs) motivates us to ask the following questions: (1) How well can LLMs perform at predicting students' future responses to questions? (2) Are LLMs scalable for this domain? (3) How do LLMs compare to KT models on this domain-specific task? In this paper, we compare multiple LLMs and KT models across predictive performance, deployment cost, and inference speed to answer the above questions. We show that KT models outperform LLMs with respect to accuracy and F1 scores on this domain-specific task. Further, we demonstrate that LLMs are orders of magnitude slower than KT models and cost orders of magnitude more to deploy. This highlights the importance of domain-specific models for education prediction tasks and the fact that current closed source LLMs should not be used as a universal solution for all tasks.

📄 PDF Abstract BibTeX arXiv:2603.02830

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge Tracing

Similar Papers 제목 키워드 기반

DistilBERT, a distilled version of BERT: smaller, faster, cheaper and lighter

2019-10-02 · NeurIPS 2019 12 · Victor Sanh, Lysandre Debut, Julien Chaumond, Thomas Wolf

As Transfer Learning from large-scale pre-trained models becomes more prevalent in Natural Language Processing (NLP), operating these large models in on-the-edge and/or under constrained computational training or inferen…

Hate Speech DetectionKnowledge DistillationLanguage ModelingLanguage Modelling+7

Layer 2 be or Layer not 2 be: Scaling on Uniswap v3

2024-03-14 · Austin Adams

This paper studies the market structure impact of cheaper and faster chains on the Uniswap v3 Protocol. The Uniswap Protocol is the largest decentralized application on Ethereum by both gas and blockspace used, and user …

Cheaper, Better, Faster, Stronger: Robust Text-to-SQL without Chain-of-Thought or Fine-Tuning

2025-05-20 · Yusuf Denizay Dönder, Derek Hommel, Andrea W Wen-Yi, David Mimno 외

LLMs are effective at code generation tasks like text-to-SQL, but is it worth the cost? Many state-of-the-art approaches use non-task-specific LLM techniques including Chain-of-Thought (CoT), self-consistency, and fine-t…

Code GenerationText to SQLText-To-SQL

DualDE: Dually Distilling Knowledge Graph Embedding for Faster and Cheaper Reasoning

2020-09-13 · Yushan Zhu, Wen Zhang, Mingyang Chen, Hui Chen 외

Knowledge Graph Embedding (KGE) is a popular method for KG reasoning and training KGEs with higher dimension are usually preferred since they have better reasoning capability. However, high-dimensional KGEs pose huge cha…

Graph EmbeddingKnowledge DistillationKnowledge Graph EmbeddingKnowledge Graph Embeddings+1

Dorylus: Affordable, Scalable, and Accurate GNN Training with Distributed CPU Servers and Serverless Threads

2021-05-24 · John Thorpe, Yifan Qiao, Jonathan Eyolfson, Shen Teng 외

A graph neural network (GNN) enables deep learning on structured graph data. There are two major GNN training obstacles: 1) it relies on high-end servers with many GPUs which are expensive to purchase and maintain, and 2…

CPUGPUGraph Neural Network