Skip to content

Commit

Permalink
update rank scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Aries-iai committed Jul 8, 2024
1 parent 49abf33 commit 92bf520
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/compute_rank.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
scores = data['scores']
total_average_t7 = 0.7 * float(scores['g-text-none']['Accuracy']) + 0.3 * float(scores['g-text-misvisual']['Accuracy'])
# print(total_average_t7)
print("T.7 Visual Assistance Task Score:", total_average_t7)
print("T.7 Visual Misleading QA Task Score:", total_average_t7)

sub_aspect_score = (total_average_t5 + total_average_t6 + total_average_t7) / 3
trustwothy_score += sub_aspect_score
Expand Down

0 comments on commit 92bf520

Please sign in to comment.