Spaces:
				
			
			
	
			
			
					
		Running
		
	
	
	
			
			
	
	
	
	
		
		
					
		Running
		
	Commit 
							
							·
						
						770810c
	
1
								Parent(s):
							
							5e88463
								
update paper reference
Browse files- README.md +2 -0
- 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{ | 
| 53 | 
            -
                                 | 
| 54 | 
            -
                                 | 
| 55 | 
            -
                                year = { | 
| 56 | 
            -
                                 | 
| 57 | 
            -
                                 | 
|  | |
|  | |
| 58 | 
             
                            }
         | 
| 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{ebert20253darenaopenplatform,
         | 
| 59 | 
            +
                                title = {3D Arena: An Open Platform for Generative 3D Evaluation}, 
         | 
| 60 | 
            +
                                author = {Dylan Ebert},
         | 
| 61 | 
            +
                                year = {2025},
         | 
| 62 | 
            +
                                eprint = {2506.18787},
         | 
| 63 | 
            +
                                archivePrefix = {arXiv},
         | 
| 64 | 
            +
                                primaryClass = {cs.CV},
         | 
| 65 | 
            +
                                url = {https://arxiv.org/abs/2506.18787}, 
         | 
| 66 | 
             
                            }
         | 
| 67 | 
             
                        </code>
         | 
| 68 | 
             
                    </pre>
         | 
