paper-with-me

Papers

UrzaGPT: LoRA-Tuned Large Language Models for Card Selection in Collectible Card Games

2025-08-11 · Timo Bertram arxiv

Collectible card games (CCGs) are a difficult genre for AI due to their partial observability, long-term decision-making, and evolving card sets. Due to this, current AI models perform vastly worse than human players at CCG tasks such as deckbuilding and gameplay. In this work, we introduce UrzaGPT, a domain-adapted large language model that recommends real-time drafting decisions in Magic: The Gathering. Starting from an open-weight LLM, we use Low-Rank Adaptation fine-tuning on a dataset of annotated draft logs. With this, we leverage the language modeling capabilities of LLM, and can quickly adapt to different expansions of the game. We benchmark UrzaGPT in comparison to zero-shot LLMs and the state-of-the-art domain-specific model. Untuned, small LLMs like Llama-3-8B are completely unable to draft, but the larger GPT-4o achieves a zero-shot performance of 43%. Using UrzaGPT to fine-tune smaller models, we achieve an accuracy of 66.2% using only 10,000 steps. Despite this not reaching the capability of domain-specific models, we show that solely using LLMs to draft is possible and conclude that using LLMs can enable performant, general, and update-friendly drafting AIs in the future.

📄 PDF Abstract BibTeX arXiv:2508.08382

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

PICARD: Parsing Incrementally for Constrained Auto-Regressive Decoding from Language Models

2021-09-10 · EMNLP 2021 11 · Torsten Scholak, Nathan Schucher, Dzmitry Bahdanau

Large pre-trained language models for textual data have an unconstrained output space; at each decoding step, they can produce any of 10,000s of sub-word tokens. When fine-tuned to target constrained formal languages lik…

Dialogue State TrackingSemantic ParsingText to SQLText-To-SQL+2

Bayesian Low-rank Adaptation for Large Language Models

2023-08-24 · Adam X. Yang, Maxime Robeyns, Xi Wang, Laurence Aitchison

Low-rank adaptation (LoRA) has emerged as a new paradigm for cost-efficient fine-tuning of large language models (LLMs). However, fine-tuned LLMs often become overconfident especially when fine-tuned on small datasets. B…

CAG-VLM: Fine-Tuning of a Large-Scale Model to Recognize Angiographic Images for Next-Generation Diagnostic Systems

2025-05-08 · Yuto Nakamura, Satoshi Kodera, Haruki Settai, Hiroki Shinohara 외

Coronary angiography (CAG) is the gold-standard imaging modality for evaluating coronary artery disease, but its interpretation and subsequent treatment planning rely heavily on expert cardiologists. To enable AI-based d…

Diagnostic

LoRA Land: 310 Fine-tuned LLMs that Rival GPT-4, A Technical Report

2024-04-29 · Justin Zhao, Timothy Wang, Wael Abid, Geoffrey Angus 외

Low Rank Adaptation (LoRA) has emerged as one of the most widely adopted methods for Parameter Efficient Fine-Tuning (PEFT) of Large Language Models (LLMs). LoRA reduces the number of trainable parameters and memory usag…

GPUparameter-efficient fine-tuning

Not All LoRA Parameters Are Essential: Insights on Inference Necessity

2025-03-30 · Guanhua Chen, Yutong Yao, Ci-Jun Gao, Lidia S. Chao 외

Current research on LoRA primarily focuses on minimizing the number of fine-tuned parameters or optimizing its architecture. However, the necessity of all fine-tuned LoRA layers during inference remains underexplored. In…

AllText Generation