εšι—» commited on
Commit
6e818d9
Β·
1 Parent(s): ed80a4c

remove math mode

Browse files
Files changed (2) hide show
  1. app.py +1 -1
  2. chinatravel/ui/content.py +1 -1
app.py CHANGED
@@ -20,7 +20,7 @@ with gr.Blocks(title="ChinaTravel Benchmark Evaluation") as demo:
20
  for split in SPLITS_LIST:
21
  with gr.Tab(split):
22
  hf_url = f"https://huggingface.co/datasets/LAMDA-NeSy/ChinaTravel/viewer/default/{split}"
23
- gr.Markdown(f"πŸ“‚ [Hugging Face Dataset Viewer]({hf_url})")
24
  gr.Dataframe(
25
  value=leaderboard_frames.get(split),
26
  interactive=False,
 
20
  for split in SPLITS_LIST:
21
  with gr.Tab(split):
22
  hf_url = f"https://huggingface.co/datasets/LAMDA-NeSy/ChinaTravel/viewer/default/{split}"
23
+ gr.Markdown(f"πŸ—‚οΈ [Hugging Face Dataset Viewer]({hf_url})")
24
  gr.Dataframe(
25
  value=leaderboard_frames.get(split),
26
  interactive=False,
chinatravel/ui/content.py CHANGED
@@ -24,7 +24,7 @@ SUBMISSION_GUIDE = """
24
  - You can dry-run locally via `python eval_exp.py --splits <split> --method <your_method>` to mirror the hosted evaluation.
25
 
26
  πŸ“Š **Output**
27
- - We compute $DR$ (schema pass rate), $EPR_micro/EPR_macro$ (commonsense), $LPR_micro/LPR_macro/C-LPR$ (logic), and $FPR$ (all-pass rate)$.
28
  - A detailed JSON report is produced for download after evaluation.
29
 
30
  πŸ“¨ **Contact**
 
24
  - You can dry-run locally via `python eval_exp.py --splits <split> --method <your_method>` to mirror the hosted evaluation.
25
 
26
  πŸ“Š **Output**
27
+ - We compute **DR** (schema pass rate), **EPR_micro/EPR_macro** (commonsense), **LPR_micro/LPR_macro/C-LPR** (logic), and **FPR** (all-pass rate)**.
28
  - A detailed JSON report is produced for download after evaluation.
29
 
30
  πŸ“¨ **Contact**