likaixin commited on
Commit
f493dce
·
verified ·
1 Parent(s): b062a29

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -4
README.md CHANGED
@@ -1,6 +1,18 @@
1
  # ScreenSpot-v2-variaints
 
 
 
 
 
 
 
 
 
 
2
  The ScreenSpot dataset with 4 types of instructions:
3
- - instruction: original instruction from ScreenSpot,
4
- - action: clarify the action to take,
5
- - description: describes the target UI element.
6
- - negative: an operation that can not be done in the screenshot.
 
 
 
1
  # ScreenSpot-v2-variaints
2
+
3
+ <div style="display: flex; gap: 10px;">
4
+ <a href="https://github.com/">
5
+ <img src="https://img.shields.io/badge/github-%23121011.svg?style=for-the-badge&logo=github&logoColor=white" alt="github" class="img-fluid" />
6
+ </a>
7
+ <a href="https://likaixin2000.github.io/papers/ScreenSpot_Pro.pdf">
8
+ <img src="https://img.shields.io/badge/arXiv-paper-b31b1b.svg?style=for-the-badge" alt="paper" class="img-fluid" />
9
+ </a>
10
+ </div>
11
+
12
  The ScreenSpot dataset with 4 types of instructions:
13
+ - `instruction`: original instruction from ScreenSpot,
14
+ - `action`: clarifies the action to take,
15
+ - `description`: describes the target UI element.
16
+ - `negative`: an operation that can not be done in the screenshot.
17
+
18
+ Compatible code can be found in the GitHub repo above.