DarthReca commited on
Commit
8cafc62
1 Parent(s): 2f4fd73

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -9
README.md CHANGED
@@ -11,10 +11,11 @@ configs:
11
  - config_name: previous
12
  data_files: "data/previous/*"
13
  ---
14
- # Dataset Card for Dataset Name
15
 
16
  <!-- Provide a quick summary of the dataset. -->
17
 
 
18
 
19
  ## Dataset Details
20
 
@@ -27,13 +28,6 @@ configs:
27
  - **Curated by:** Daniele Rege Cambrin
28
  - **License:** OPENRAIL
29
 
30
- ### Dataset Sources
31
-
32
- <!-- Provide the basic links for the dataset. -->
33
-
34
- - **Repository:** [More Information Needed]
35
- - **Paper:** [More Information Needed]
36
-
37
  ## Uses
38
 
39
  <!-- Address questions around how the dataset is intended to be used. -->
@@ -77,4 +71,14 @@ The recorded tutorials do not cover all possible user interactions and should no
77
 
78
  **BibTeX:**
79
 
80
- [More Information Needed]
 
 
 
 
 
 
 
 
 
 
 
11
  - config_name: previous
12
  data_files: "data/previous/*"
13
  ---
14
+ # Dataset Card for But They Are Cats Tutorials
15
 
16
  <!-- Provide a quick summary of the dataset. -->
17
 
18
+ This is the dataset presented and used in [Level Up Your Tutorials: VLMs for Game Tutorials Quality Assessment](https://arxiv.org/abs/2408.08396).
19
 
20
  ## Dataset Details
21
 
 
28
  - **Curated by:** Daniele Rege Cambrin
29
  - **License:** OPENRAIL
30
 
 
 
 
 
 
 
 
31
  ## Uses
32
 
33
  <!-- Address questions around how the dataset is intended to be used. -->
 
71
 
72
  **BibTeX:**
73
 
74
+ ```bibtex
75
+ @misc{cambrin2024leveltutorialsvlmsgame,
76
+ title={Level Up Your Tutorials: VLMs for Game Tutorials Quality Assessment},
77
+ author={Daniele Rege Cambrin and Gabriele Scaffidi Militone and Luca Colomba and Giovanni Malnati and Daniele Apiletti and Paolo Garza},
78
+ year={2024},
79
+ eprint={2408.08396},
80
+ archivePrefix={arXiv},
81
+ primaryClass={cs.CV},
82
+ url={https://arxiv.org/abs/2408.08396},
83
+ }
84
+ ```