paper-with-me

홈 › Papers

Large Language Models are Pretty Good Zero-Shot Video Game Bug Detectors

2022-10-05 · Mohammad Reza Taesiri, Finlay Macklon, Yihe Wang, Hengshuo Shen, Cor-Paul Bezemer

Video game testing requires game-specific knowledge as well as common sense reasoning about the events in the game. While AI-driven agents can satisfy the first requirement, it is not yet possible to meet the second requirement automatically. Therefore, video game testing often still relies on manual testing, and human testers are required to play the game thoroughly to detect bugs. As a result, it is challenging to fully automate game testing. In this study, we explore the possibility of leveraging the zero-shot capabilities of large language models for video game bug detection. By formulating the bug detection problem as a question-answering task, we show that large language models can identify which event is buggy in a sequence of textual descriptions of events from a game. To this end, we introduce the GameBugDescriptions benchmark dataset, which consists of 167 buggy gameplay videos and a total of 334 question-answer pairs across 8 games. We extensively evaluate the performance of six models across the OPT and InstructGPT large language model families on our benchmark dataset. Our results show promising results for employing language models to detect video game bugs. With the proper prompting technique, we could achieve an accuracy of 70.66%, and on some video games, up to 78.94%. Our code, evaluation data and the benchmark can be found on https://asgaardlab.github.io/LLMxBugs

📄 PDF Abstract BibTeX arXiv:2210.02506

Code (1)

asgaardlab/LLMxBugs 공식 구현

Tasks

Common Sense ReasoningLanguage ModellingLarge Language ModelQuestion Answering

Methods 이 논문이 사용한 방법론

OPT OPT is a suite of decoder-only pre-trained transformers ranging from 125M to 175B parameters. The model uses an AdamW optimizer and weight decay of 0.1. It follows a linear…

Similar Papers 제목 키워드 기반

Enabling Multimodal Generation on CLIP via Vision-Language Knowledge Distillation

2021-11-16 · ACL ARR November 2021 11 · Anonymous

The recent large-scale vision-language pre-training (VLP) of dual-stream architectures (e.g., CLIP) with a tremendous amount of image-text pair data, has shown its superiority on various multimodal alignment tasks. Despi…

Image CaptioningKnowledge DistillationLanguage ModelingLanguage Modelling+4

Enabling Multimodal Generation on CLIP via Vision-Language Knowledge Distillation

2022-03-12 · Findings (ACL) 2022 5 · Wenliang Dai, Lu Hou, Lifeng Shang, Xin Jiang 외

The recent large-scale vision-language pre-training (VLP) of dual-stream architectures (e.g., CLIP) with a tremendous amount of image-text pair data, has shown its superiority on various multimodal alignment tasks. Despi…

Image CaptioningKnowledge DistillationLanguage ModelingLanguage Modelling+4

InstructDial: Improving Zero and Few-shot Generalization in Dialogue through Instruction Tuning

2022-05-25 · Prakhar Gupta, Cathy Jiao, Yi-Ting Yeh, Shikib Mehri 외

Instruction tuning is an emergent paradigm in NLP wherein natural language instructions are leveraged with language models to induce zero-shot performance on unseen tasks. Instructions have been shown to enable good perf…

Dialogue EvaluationDialogue GenerationIntent DetectionNatural Language Understanding+2

Narrowing the Gap between Zero- and Few-shot Machine Translation by Matching Styles

2023-11-04 · Weiting Tan, Haoran Xu, Lingfeng Shen, Shuyue Stella Li 외

Large language models trained primarily in a monolingual setting have demonstrated their ability to generalize to machine translation using zero- and few-shot examples with in-context learning. However, even though zero-…

In-Context LearningMachine TranslationTranslation

Political DEBATE: Efficient Zero-shot and Few-shot Classifiers for Political Text

2024-09-03 · Michael Burnham, Kayla Kahn, Ryan Yank Wang, Rachel X. Peng

Social scientists quickly adopted large language models due to their ability to annotate documents without supervised training, an ability known as zero-shot learning. However, due to their compute demands, cost, and oft…

Natural Language InferenceZero-Shot Learning