Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -52,16 +52,12 @@ An example with the original VQA and our proposed coarse-to-fine CoT process is
|
|
| 52 |
|
| 53 |
### STORM Prompts
|
| 54 |
```
|
| 55 |
-
|
| 56 |
-
of the provided image. Please evaluate the image’s quality based on a 5-rate scale: rate0(Bad),
|
| 57 |
-
rate1(Poor), rate2(Fair), rate3(Good), rate4(Excellent). Please provide the coarse category that can
|
| 58 |
-
help you answer the question better. Please first coarsely categorise the image: rate0-1(Below Fair),
|
| 59 |
-
rate2(Fair), rate3-4(Above Fair). Based on the coarse classification, proceed to make a final rate
|
| 60 |
-
prediction. The specific steps are as follows:
|
| 61 |
1. Make the coarse prediction with the candidates:rate0-1(Below Fair), rate2(Fair), rate3-4(Above Fair).
|
| 62 |
2. Based on the coarse classification, proceed to make a final age prediction with the candidates: rate0(Bad), rate1(Poor), rate2(Fair), rate3(Good), rate4(Excellent).
|
| 63 |
3. Please note that the coarse thoughts and the final answer should be consistent.
|
| 64 |
-
Answer: [Coarse answer], [Final answer]
|
| 65 |
```
|
| 66 |
## Evaluation
|
| 67 |
|
|
|
|
| 52 |
|
| 53 |
### STORM Prompts
|
| 54 |
```
|
| 55 |
+
**Generating the dataset for IQA**
|
| 56 |
+
<image> You are now an advanced Image Quality Evaluator, and your task is to assess the quality of the provided image. Please evaluate the image’s quality based on a 5-rate scale: rate0(Bad), rate1(Poor), rate2(Fair), rate3(Good), rate4(Excellent). Please provide the coarse category that can help you answer the question better. Please first coarsely categorise the image: rate0-1(Below Fair), rate2(Fair), rate3-4(Above Fair). Based on the coarse classification, proceed to make a final rate prediction. The specific steps are as follows:
|
|
|
|
|
|
|
|
|
|
|
|
|
| 57 |
1. Make the coarse prediction with the candidates:rate0-1(Below Fair), rate2(Fair), rate3-4(Above Fair).
|
| 58 |
2. Based on the coarse classification, proceed to make a final age prediction with the candidates: rate0(Bad), rate1(Poor), rate2(Fair), rate3(Good), rate4(Excellent).
|
| 59 |
3. Please note that the coarse thoughts and the final answer should be consistent.
|
| 60 |
+
*Answer*: [Coarse answer], [Final answer]
|
| 61 |
```
|
| 62 |
## Evaluation
|
| 63 |
|