|
9 | 9 | <meta property="og:description" content="Training Natural Language to SQL Reasoning Model By Reinforcement Learning"/> |
10 | 10 | <meta property="og:url" content="https://github.com/MPX0222/SQL-R1"/> |
11 | 11 | <!-- Path to banner image, should be in the path listed below. Optimal dimenssions are 1200X630--> |
12 | | - <meta property="og:image" content="static/image/your_banner_image.png" /> |
| 12 | + <meta property="og:image" content="images/overview.png" /> |
13 | 13 | <meta property="og:image:width" content="1200"/> |
14 | 14 | <meta property="og:image:height" content="630"/> |
15 | 15 |
|
| 16 | + |
16 | 17 |
|
17 | 18 | <meta name="twitter:title" content="TWITTER BANNER TITLE META TAG"> |
18 | 19 | <meta name="twitter:description" content="TWITTER BANNER DESCRIPTION META TAG"> |
|
85 | 86 | <div class="column is-narrow"> |
86 | 87 | <div class="logo-container"> |
87 | 88 | <!-- Institution Logos --> |
88 | | - <div class="institution-logos" style="display: flex; align-items: center;"> |
| 89 | + <div class="institution-logos" style="display: flex; align-items: center; padding-top: 10px;"> |
89 | 90 | <!-- IDEA Research Logo --> |
90 | 91 | <div class="institution-logo"> |
91 | 92 | <img src="static/images/idea_logo.png" alt="IDEA Research" style="height: 80px;"/> |
92 | 93 | </div> |
93 | 94 | <!-- HKUST(GZ) Logo --> |
94 | 95 | <div class="institution-logo"> |
95 | | - <img src="static/images/hkust_logo.png" alt="HKUST(GZ)" style="height: 90px;"/> |
| 96 | + <img src="static/images/hkust_logo.png" alt="HKUST(GZ)" style="height: 50px; padding-left: 30px;"/> |
96 | 97 | </div> |
97 | 98 | <div class="institution-logo"> |
98 | | - <img src="static/images/ucas_logo.png" alt="UCAS" style="height: 55px; padding-left: 10px;"/> |
| 99 | + <img src="static/images/ucas_logo.png" alt="UCAS" style="height: 50px; padding-left: 30px;"/> |
99 | 100 | </div> |
100 | 101 | <!-- Other institutions can be added here --> |
101 | 102 | <div class="institution-logo"> |
102 | | - <img src="static/images/dataarc_logo.png" alt="DataArc" style="height: 80px; padding-left: 40px;"/> |
| 103 | + <img src="static/images/dataarc_logo.png" alt="DataArc" style="height: 100px; padding-left: 30px;"/> |
103 | 104 | </div> |
104 | 105 | </div> |
105 | 106 | </div> |
@@ -140,7 +141,7 @@ <h1 class="title is-1 publication-title">SQL-R1: Training Natural Language to SQ |
140 | 141 | <!-- <span class="eql-cntrb"><small><br><sup>*</sup>Indicates Equal Contribution</small></span> --> |
141 | 142 | </div> |
142 | 143 |
|
143 | | - <span class="author-block" style="color: rgb(128, 0, 128); font-weight: bold;">🎉 Accepted by NeurIPS 2025 Poster 🎉</span> |
| 144 | + <span class="author-block" style="color: rgb(128, 0, 128); font-weight: bold; font-size: 1.5em;">🎉 Accepted by NeurIPS 2025 Poster 🎉</span> |
144 | 145 |
|
145 | 146 | <div class="column has-text-centered"> |
146 | 147 | <div class="publication-links"> |
|
0 commit comments