paper-with-me

홈 › Papers

Comparing Large Language Models on Scrum Certification-Style Questions: Accuracy, Stability, and Error Patterns

2026-06-29 · Robson Alves Vilar, Emanuel Dantas Filho, Ademar França de Sousa Neto, Mirko Perkusich, Danyllo Wagner Albuquerque, João Paiva, Kyller Gorgônio, Angelo Perkusich arxiv

Large Language Models (LLMs) are increasingly used in exam- and certification-style question answering tasks, where their ability to retrieve, interpret, and apply domain-specific knowledge can be systematically assessed. In Software Engineering, such settings are particularly relevant when questions depend on strict adherence to normative definitions, roles, artifacts, and rules. This paper evaluates the performance of three contemporary LLMs, \textit{GPT-5 mini}, \textit{Gemini 3 Flash}, and \textit{DeepSeek Chat 3.2}, in answering 993 Scrum certification-style questions aligned with the Professional Scrum Master I (PSM I) assessment format. We evaluated the models under three prompting strategies (\textit{zero-shot}, \textit{chain-of-thought}, and \textit{source-grounded}), with repeated executions to assess intra-model stability. We also analyzed performance across Scrum topics and question formats, complemented by a qualitative analysis of recurring error patterns in incorrect answers. Results revealed clear differences among models, with Gemini 3 Flash achieving the highest accuracy, followed by GPT-5 mini and DeepSeek Chat 3.2, while intra-model variability remained low across all conditions. By question format, the models achieved the highest accuracy on single-answer multiple-choice items, whereas multi-select and True/False questions were more error-prone. By topic, performance was more consistent in normatively explicit areas such as Artifacts, Empiricism, and Product Value, but more fragile in Scrum Values, Self-Managing Teams, and Stakeholders \& Customers. The qualitative analysis showed that errors were systematic rather than random, involving overgeneralization, restrictive wording, compound distractors, and conflicts between common market interpretations and strict Scrum definitions.

📄 PDF Abstract BibTeX arXiv:2607.00048

Code (0)

등록된 구현이 없습니다.

Tasks

Question Answering

Similar Papers 제목 키워드 기반

Prompting GPT-5 on Scrum Certification Questions: An Empirical Accuracy Study

2026-06-29 · Mirko Perkusich, Danyllo Albuquerque, João Paiva, Robson Vilar 외 arxiv

Large Language Models (LLMs) are increasingly used in Agile Software Development for documentation, coaching, and training. As practitioners adopt these tools to prepare for certifications such as Professional Scrum Mast…

AutoScrum: Automating Project Planning Using Large Language Models

2023-06-05 · Martin Schroder

Recent advancements in the field of large language models have made it possible to use language models for advanced reasoning. In this paper we leverage this ability for designing complex project plans based only on know…

Language ModelingLanguage Modelling

SCRum-9: Multilingual Stance Classification over Rumours on Social Media

2025-05-25 · Yue Li, Jake Vasilakes, Zhixue Zhao, Carolina Scarton

We introduce SCRum-9, a multilingual dataset for Rumour Stance Classification, containing 7,516 tweet-reply pairs from X. SCRum-9 goes beyond existing stance classification datasets by covering more languages (9), linkin…

Rumour DetectionStance Classification

SOEN-101: Code Generation by Emulating Software Process Models Using Large Language Model Agents

2024-03-23 · Feng Lin, Dong Jae Kim, Tse-Husn, Chen

Software process models are essential to facilitate collaboration and communication among software teams to solve complex development tasks. Inspired by these software engineering practices, we present FlowGen - a code g…

Code GenerationHumanEvalLanguage ModelingLanguage Modelling+2

Two-Fidelity Best-Action Identification for Stochastic Minimax Tree

2026-06-01 · Peter Chen, Xi Chen arxiv

We study fixed-confidence best-action identification (BAI) in stochastic minimax trees. This problem is increasingly relevant in modern AI planning, where deep minimax search and Monte Carlo Tree Search (MCTS) with langu…