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

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

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -71,5 +71,5 @@ 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
+ ### 5. Acknowledgments
75
  Original submission records and problem context are sourced from Aizu Online Judge (AOJ).