dylan.ebert commited on
Commit
770810c
·
1 Parent(s): 5e88463

update paper reference

Browse files
Files changed (2) hide show
  1. README.md +2 -0
  2. src/routes/About.svelte +14 -6
README.md CHANGED
@@ -10,3 +10,5 @@ app_port: 3000
10
  ---
11
 
12
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
10
  ---
11
 
12
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
13
+
14
+ Paper: https://huggingface.co/papers/2506.18787
src/routes/About.svelte CHANGED
@@ -5,6 +5,12 @@
5
  and
6
  <a class="emphasis" target="_blank" href="https://chat.lmsys.org/">Chatbot Arena</a>.
7
  </p>
 
 
 
 
 
 
8
  </div>
9
  <div class="section">
10
  <h3 class="emphasis">Motivation</h3>
@@ -49,12 +55,14 @@
49
  <div class="pre-wrapper">
50
  <pre>
51
  <code>
52
- @misc&lbrace;3d-arena,
53
- author = &lbrace;Dylan Ebert&rbrace;
54
- title = &lbrace;3D Arena&rbrace;
55
- year = &lbrace;2024&rbrace;
56
- publisher = &lbrace;Hugging Face&rbrace;
57
- howpublished = \url&lbrace;https://huggingface.co/spaces/dylanebert/3d-arena&rbrace;
 
 
58
  &rbrace;
59
  </code>
60
  </pre>
 
5
  and
6
  <a class="emphasis" target="_blank" href="https://chat.lmsys.org/">Chatbot Arena</a>.
7
  </p>
8
+ <p class="muted">
9
+ Read more about the platform and methodology in the official paper:
10
+ <a class="emphasis" target="_blank" href="https://huggingface.co/papers/2506.18787"
11
+ >3D Arena: An Open Platform for Generative 3D Evaluation</a
12
+ >.
13
+ </p>
14
  </div>
15
  <div class="section">
16
  <h3 class="emphasis">Motivation</h3>
 
55
  <div class="pre-wrapper">
56
  <pre>
57
  <code>
58
+ @misc&lbrace;ebert20253darenaopenplatform,
59
+ title = &lbrace;3D Arena: An Open Platform for Generative 3D Evaluation&rbrace;,
60
+ author = &lbrace;Dylan Ebert&rbrace;,
61
+ year = &lbrace;2025&rbrace;,
62
+ eprint = &lbrace;2506.18787&rbrace;,
63
+ archivePrefix = &lbrace;arXiv&rbrace;,
64
+ primaryClass = &lbrace;cs.CV&rbrace;,
65
+ url = &lbrace;https://arxiv.org/abs/2506.18787&rbrace;,
66
  &rbrace;
67
  </code>
68
  </pre>