Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,8 +1,15 @@
|
|
| 1 |
---
|
| 2 |
license: creativeml-openrail-m
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
| 4 |
|
| 5 |
-
# Game Bug Description Dataset
|
| 6 |
|
| 7 |
<div>
|
| 8 |
|
|
@@ -12,11 +19,11 @@ license: creativeml-openrail-m
|
|
| 12 |
</div>
|
| 13 |
|
| 14 |
|
| 15 |
-
## Sample
|
| 16 |
|
| 17 |
<video src="https://asgaardlab.github.io/LLMxBugs/static/videos/video.mp4" controls="controls" muted="muted" playsinline="playsinline" width=480></video>
|
| 18 |
|
| 19 |
-
## Sample
|
| 20 |
|
| 21 |
```
|
| 22 |
A person is parachuting in the air.
|
|
@@ -24,3 +31,16 @@ A plane approaches the parachuter.
|
|
| 24 |
The plane hits the cord and loses its right wing.
|
| 25 |
The plane falls from the sky.
|
| 26 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: creativeml-openrail-m
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
tags:
|
| 6 |
+
- Bug Detection
|
| 7 |
+
pretty_name: Game Bug Description
|
| 8 |
+
size_categories:
|
| 9 |
+
- n<1K
|
| 10 |
---
|
| 11 |
|
| 12 |
+
# `Game Bug Description` Dataset
|
| 13 |
|
| 14 |
<div>
|
| 15 |
|
|
|
|
| 19 |
</div>
|
| 20 |
|
| 21 |
|
| 22 |
+
## Sample video
|
| 23 |
|
| 24 |
<video src="https://asgaardlab.github.io/LLMxBugs/static/videos/video.mp4" controls="controls" muted="muted" playsinline="playsinline" width=480></video>
|
| 25 |
|
| 26 |
+
## Sample description
|
| 27 |
|
| 28 |
```
|
| 29 |
A person is parachuting in the air.
|
|
|
|
| 31 |
The plane hits the cord and loses its right wing.
|
| 32 |
The plane falls from the sky.
|
| 33 |
```
|
| 34 |
+
|
| 35 |
+
## Citation information
|
| 36 |
+
|
| 37 |
+
```
|
| 38 |
+
@misc{taesiri2022large,
|
| 39 |
+
title={Large Language Models are Pretty Good Zero-Shot Video Game Bug Detectors},
|
| 40 |
+
author={Mohammad Reza Taesiri and Finlay Macklon and Yihe Wang and Hengshuo Shen and Cor-Paul Bezemer},
|
| 41 |
+
year={2022},
|
| 42 |
+
eprint={2210.02506},
|
| 43 |
+
archivePrefix={arXiv},
|
| 44 |
+
primaryClass={cs.CL}
|
| 45 |
+
}
|
| 46 |
+
```
|