博闻 commited on
Commit
6a12be7
·
1 Parent(s): b6f49fe

update content

Browse files
Files changed (1) hide show
  1. chinatravel/ui/content.py +1 -1
chinatravel/ui/content.py CHANGED
@@ -9,7 +9,7 @@ ChinaTravel is an open-ended travel planning benchmark with compositional constr
9
  SUBMISSION_GUIDE = """
10
  **How to submit**
11
  - Pick a split. The split determines which query UIDs are expected.
12
- - Upload a `.zip` that contains one JSON file per UID. The evaluator recursively scans subfolders, so any directory layout is acceptable.
13
  - Each JSON must follow the target schema: see [chinatravel/evaluation/output_schema.json](chinatravel/evaluation/output_schema.json).
14
  - You can dry-run locally via `python eval_exp.py --splits <split> --method <your_method>` to mirror the hosted evaluation.
15
 
 
9
  SUBMISSION_GUIDE = """
10
  **How to submit**
11
  - Pick a split. The split determines which query UIDs are expected.
12
+ - Upload a `.zip` that contains JSON files named by query UIDs.
13
  - Each JSON must follow the target schema: see [chinatravel/evaluation/output_schema.json](chinatravel/evaluation/output_schema.json).
14
  - You can dry-run locally via `python eval_exp.py --splits <split> --method <your_method>` to mirror the hosted evaluation.
15