Update README.md
Browse files
README.md
CHANGED
@@ -103,10 +103,11 @@ The annotations in `dataset`:
|
|
103 |
"2" : null,
|
104 |
...
|
105 |
```
|
106 |
-
|
107 |
-
|
108 |
-
|
109 |
-
|
|
|
110 |
- `differences_gt` has the gt label, e.g. `{"0": "b", "1":"a", "2":null}`. For example, difference "the feet stance is wider" applies more to video B.
|
111 |
- `domain` activity domain. One of `{'fitness', 'ballsports', 'diving', 'surgery', 'music'}`.
|
112 |
|
|
|
103 |
"2" : null,
|
104 |
...
|
105 |
```
|
106 |
+
- and these keys are:
|
107 |
+
- the key is the 'key_difference'
|
108 |
+
- `description` is the 'difference string' (passed as input in closed eval, or the model must generate a semantically similar string in open eval).
|
109 |
+
- `num_frames` (not used) is '1' if an LMM could solve it from a single (well-chosen) frame, or 'gt_1' if more frames are needed.
|
110 |
+
- Some values might be `null`. This is because the Huggingface datasets enforces that all elements in a column have the same schema.
|
111 |
- `differences_gt` has the gt label, e.g. `{"0": "b", "1":"a", "2":null}`. For example, difference "the feet stance is wider" applies more to video B.
|
112 |
- `domain` activity domain. One of `{'fitness', 'ballsports', 'diving', 'surgery', 'music'}`.
|
113 |
|