SorrowTea commited on
Commit
9c73731
·
1 Parent(s): f29fa73

Sync nav icons and align leaderboard description with paper abstract.

Browse files

- Replace 🛡️ with 🏅 for Protected Leaderboard link
- Update INTRODUCTION to open with the paper abstract

Files changed (1) hide show
  1. src/about.py +3 -4
src/about.py CHANGED
@@ -13,7 +13,7 @@ NAVIGATION = """
13
  <a href="https://huggingface.co/datasets/SorrowTea/PhotoBench" target="_blank" style="text-decoration:none;">
14
  <span style="display:inline-block; padding:8px 14px; background:#fff; border:1px solid #d4e0c8; border-radius:10px; color:#555; font-size:0.85em; font-weight:500;">📦 Dataset</span>
15
  </a>
16
- <span style="display:inline-block; padding:8px 14px; background:#7CB342; border:1px solid #7CB342; border-radius:10px; color:#fff; font-size:0.85em; font-weight:600;">🛡️ Protected Leaderboard</span>
17
  <a href="https://huggingface.co/datasets/SorrowTea/PhotoBench-Protected" target="_blank" style="text-decoration:none;">
18
  <span style="display:inline-block; padding:8px 14px; background:#fff; border:1px solid #d4e0c8; border-radius:10px; color:#555; font-size:0.85em; font-weight:500;">📦 Protected Dataset</span>
19
  </a>
@@ -42,9 +42,8 @@ TITLE = """
42
  INTRODUCTION = """
43
  <div style="text-align:center; max-width:720px; margin:0 auto 40px; color:#444; line-height:1.8;">
44
 
45
- <strong>PhotoBench-Protected</strong> is our initial open-source release.
46
- Because only partial model captions, embeddings, and metadata are provided,
47
- this benchmark focuses exclusively on <strong>agent planning</strong> ability.
48
 
49
  <p style="margin-top:16px; color:#7CB342; font-weight:600;">
50
  ⚠️ Please confirm you are submitting to the correct leaderboard.
 
13
  <a href="https://huggingface.co/datasets/SorrowTea/PhotoBench" target="_blank" style="text-decoration:none;">
14
  <span style="display:inline-block; padding:8px 14px; background:#fff; border:1px solid #d4e0c8; border-radius:10px; color:#555; font-size:0.85em; font-weight:500;">📦 Dataset</span>
15
  </a>
16
+ <span style="display:inline-block; padding:8px 14px; background:#7CB342; border:1px solid #7CB342; border-radius:10px; color:#fff; font-size:0.85em; font-weight:600;">🏅 Protected Leaderboard</span>
17
  <a href="https://huggingface.co/datasets/SorrowTea/PhotoBench-Protected" target="_blank" style="text-decoration:none;">
18
  <span style="display:inline-block; padding:8px 14px; background:#fff; border:1px solid #d4e0c8; border-radius:10px; color:#555; font-size:0.85em; font-weight:500;">📦 Protected Dataset</span>
19
  </a>
 
42
  INTRODUCTION = """
43
  <div style="text-align:center; max-width:720px; margin:0 auto 40px; color:#444; line-height:1.8;">
44
 
45
+ <strong>PhotoBench</strong> is the first benchmark constructed from authentic, personal albums, designed to shift the paradigm from visual matching to personalized multi-source intent-driven photo retrieval.
46
+ <strong>PhotoBench-Protected</strong> is the limited-information release: only pre-computed captions, embeddings, and metadata are provided, so this leaderboard focuses exclusively on <strong>agent planning</strong> ability.
 
47
 
48
  <p style="margin-top:16px; color:#7CB342; font-weight:600;">
49
  ⚠️ Please confirm you are submitting to the correct leaderboard.