Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -172,3 +172,5 @@ with open(file_path, 'r') as file:
|
|
| 172 |
write_jsonl(raw, output_json)
|
| 173 |
```
|
| 174 |
## Examples
|
|
|
|
|
|
|
|
|
| 172 |
write_jsonl(raw, output_json)
|
| 173 |
```
|
| 174 |
## Examples
|
| 175 |
+
Figure below shows the performances of our model on the lite version of the visual rating benchmark using different strategies for instruct prompts. As anticipated, the model not employing coarse-to-fine CoT yields lower performance, which indicates inherent challenges in directly predicting ratings. In contrast, our baseline with coarse-to-fine CoT performs better, especially on zero-shot datasets, illustrating the effectiveness of the coarse-to-fine CoT in enhancing robust and general thinking ability for visual rating by learning the ordinal regression nature.
|
| 176 |
+

|