0xnirmal commited on
Commit
ad87db2
·
1 Parent(s): 0491b52
Files changed (1) hide show
  1. README.md +9 -8
README.md CHANGED
@@ -62,6 +62,15 @@ The `input_metadata` field contains timestamped interaction events with the foll
62
  }
63
  ```
64
 
 
 
 
 
 
 
 
 
 
65
  ### Previewing the Data
66
 
67
  While the `video_url` is provided for completeness, it is often clunky to interact with `webm` files and it's impractical to leverage these for most use cases.
@@ -72,14 +81,6 @@ This can be found [here](https://admin.pango.so/actions-preview?url=https://pang
72
 
73
  ![Preview Tool Screenshot](./preview_tool.png)
74
 
75
- **Key fields:**
76
- - `relative_timestamp_ms`: Milliseconds since session start
77
- - `type`: Event type (click, input, key_press, mouseover_start, mouseover_end, drag_start, drag_end, scroll)
78
- - `x,y`: Screen coordinates (normalized for display resolution)
79
- - `screenshot_url`: URL to corresponding interface screenshot
80
- - `text`: Text content for input events - only available on input events
81
- - `key_codes`: Keyboard key identifier (DOM KeyboardEvent codes) - only available on key_press events
82
-
83
  ## Thought Metadata (Beta)
84
 
85
  An additional field, `synthetically_generated_thought_metadata`, is included to provide synthetically generated thoughts for each user step. This field is designed to enhance the dataset's utility for training reasoning VLMs like [UI-TARS 1.5](https://huggingface.co/ByteDance-Seed/UI-TARS-1.5-7B). It is not to be confused with `synthetically_generated_instruction`, which is the context of the full task. This field is available by request.
 
62
  }
63
  ```
64
 
65
+
66
+ **Key fields:**
67
+ - `relative_timestamp_ms`: Milliseconds since session start
68
+ - `type`: Event type (click, input, key_press, mouseover_start, mouseover_end, drag_start, drag_end, scroll)
69
+ - `x,y`: Screen coordinates (normalized for display resolution)
70
+ - `screenshot_url`: URL to corresponding interface screenshot
71
+ - `text`: Text content for input events - only available on input events
72
+ - `key_codes`: Keyboard key identifier (DOM KeyboardEvent codes) - only available on key_press events
73
+
74
  ### Previewing the Data
75
 
76
  While the `video_url` is provided for completeness, it is often clunky to interact with `webm` files and it's impractical to leverage these for most use cases.
 
81
 
82
  ![Preview Tool Screenshot](./preview_tool.png)
83
 
 
 
 
 
 
 
 
 
84
  ## Thought Metadata (Beta)
85
 
86
  An additional field, `synthetically_generated_thought_metadata`, is included to provide synthetically generated thoughts for each user step. This field is designed to enhance the dataset's utility for training reasoning VLMs like [UI-TARS 1.5](https://huggingface.co/ByteDance-Seed/UI-TARS-1.5-7B). It is not to be confused with `synthetically_generated_instruction`, which is the context of the full task. This field is available by request.