Update README.md
Browse files
README.md
CHANGED
@@ -15,4 +15,8 @@ Some data examples are shown below.
|
|
15 |
|
16 |

|
17 |
|
|
|
|
|
|
|
|
|
18 |
See our [paper](https://github.com/OpenGVLab/all-seeing/all-seeing-v2) to learn more details!
|
|
|
15 |
|
16 |

|
17 |
|
18 |
+
For a robust evaluation, we adopt CircularEval as our evaluation strategy.
|
19 |
+
Under this setting, a question is considered as correctly answered only when the model consistently predicts the correct answer in each of the N iterations, with N corresponding to the number of choices.
|
20 |
+
In each iteration, a circular shift is applied to both the choices and the answer to form a new query for the model.
|
21 |
+
|
22 |
See our [paper](https://github.com/OpenGVLab/all-seeing/all-seeing-v2) to learn more details!
|