Finalized dataset card with English ranking logic explanation (v2).
Browse files
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).
|