ONLYSLIME commited on
Commit
2bc5d7a
·
verified ·
1 Parent(s): 9b13480

Finalized dataset card with English ranking logic explanation (v2).

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -71,5 +71,7 @@ for task in dataset:
71
  candidates = task['candidates']
72
  # Algorithm generates predicted_rank for candidates
73
  # Evaluation compares predicted_rank against ground_truth['final_rank']
 
 
74
  ### 5. Acknowledgments
75
  Original submission records and problem context are sourced from Aizu Online Judge (AOJ).
 
71
  candidates = task['candidates']
72
  # Algorithm generates predicted_rank for candidates
73
  # Evaluation compares predicted_rank against ground_truth['final_rank']
74
+ ```
75
+
76
  ### 5. Acknowledgments
77
  Original submission records and problem context are sourced from Aizu Online Judge (AOJ).