thinkwee commited on
Commit
91eeccf
·
verified ·
1 Parent(s): 8c1709f

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +15 -15
index.html CHANGED
@@ -1000,12 +1000,12 @@
1000
  <span class="icon"><i class="fab fa-github"></i></span>
1001
  <span>Code</span>
1002
  </a>
1003
- <a href="#" target="_blank"
1004
  class="external-link button is-normal" style="background: linear-gradient(135deg, #FFD43B 0%, #FFE066 100%); color: #000; border: none; border-radius: 12px; padding: 12px 20px; font-weight: 500; box-shadow: 0 4px 12px rgba(255, 212, 59, 0.3), 0 2px 4px rgba(0, 0, 0, 0.1); transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); transform: translateY(0);">
1005
  <span class="icon"><i class="fas fa-database"></i></span>
1006
  <span>Dataset</span>
1007
  </a>
1008
- <a href="#" target="_blank"
1009
  class="external-link button is-normal" style="background: linear-gradient(135deg, #0EA5E9 0%, #38BDF8 100%); color: white; border: none; border-radius: 12px; padding: 12px 20px; font-weight: 500; box-shadow: 0 4px 12px rgba(14, 165, 233, 0.3), 0 2px 4px rgba(0, 0, 0, 0.1); transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); transform: translateY(0);">
1010
  <span class="icon"><i class="fas fa-cube"></i></span>
1011
  <span>Model</span>
@@ -1020,7 +1020,7 @@
1020
  <section class="section">
1021
  <div class="container is-widescreen">
1022
  <div style="display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: start;">
1023
- <!-- Abstract on the left -->
1024
  <div class="abstract-card">
1025
  <h2 class="title is-3" style="color: #1a1a1a; margin-bottom: 1.5rem;">TL;DR</h2>
1026
  <p class="is-size-5" style="color: #374151; line-height: 1.6;">
@@ -1039,7 +1039,7 @@
1039
  </p>
1040
  </div>
1041
 
1042
- <!-- Overall framework image placeholder on the right -->
1043
  <div class="figure-container">
1044
  <div class="figure-placeholder" style="height: 280px; display: flex; flex-direction: column; justify-content: center; align-items: center;">
1045
  <img src="logo.png" alt="NOVER Framework Overview" style="width: 100%; height: 100%; object-fit: contain;">
@@ -1075,7 +1075,7 @@
1075
  <div class="container is-widescreen">
1076
  <h2 class="title is-2 has-text-centered" style="color: #333; margin-bottom: 3rem;">NOVER Methodology</h2>
1077
 
1078
- <!-- Image Placeholders Row -->
1079
  <div style="display: flex; justify-content: space-between; align-items: center; margin: 2rem 0; padding: 0 1rem;">
1080
  <div style="width: 600px; height: 420px;">
1081
  <img src="paradigm.png" alt="paradigm" style="width: 100%; height: 100%; object-fit: contain;">
@@ -1085,7 +1085,7 @@
1085
  </div>
1086
  </div>
1087
 
1088
- <!-- Core Framework Comparison -->
1089
  <div class="method-comparison">
1090
  <div class="method-card">
1091
  <div class="method-icon"><i class="fas fa-graduation-cap"></i></div>
@@ -1109,9 +1109,9 @@
1109
  </div>
1110
  </div>
1111
 
1112
- <!-- Consolidated Mathematical Formulations -->
1113
  <div style="display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; margin: 3rem 0;">
1114
- <!-- Reasoning Perplexity -->
1115
  <div class="formula-container">
1116
  <div class="formula-title">Reasoning Perplexity</div>
1117
  <div style="font-size: 0.9rem; margin: 1rem 0;">
@@ -1122,7 +1122,7 @@
1122
  </div>
1123
  </div>
1124
 
1125
- <!-- Rewards -->
1126
  <div class="formula-container">
1127
  <div class="formula-title">Rewards</div>
1128
  <div style="font-size: 1.1rem; margin: 1rem 0;">
@@ -1133,7 +1133,7 @@
1133
  </div>
1134
  </div>
1135
 
1136
- <!-- Policy-Proxy Synchronization -->
1137
  <div class="formula-container">
1138
  <div class="formula-title">Policy-Proxy Synchronization</div>
1139
  <div style="font-size: 1.1rem; margin: 1rem 0;">
@@ -1155,12 +1155,12 @@
1155
  <div class="container is-widescreen">
1156
  <h2 class="title is-2 has-text-centered" style="color: #333; margin-bottom: 3rem;">Experimental Results</h2>
1157
 
1158
- <!-- Table 1 and Table 2 in two columns -->
1159
  <div style="display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; margin-top: 3rem; align-items: start;">
1160
- <!-- Table 1 on the left -->
1161
  <div>
1162
  <h3 class="table-title">Overall on NOVEReason Dataset</h3>
1163
- <!-- Main Results Table -->
1164
  <div class="table-section">
1165
  <div class="results-table table-1">
1166
  <table>
@@ -1306,7 +1306,7 @@
1306
  </div>
1307
  </div>
1308
 
1309
- <!-- Table 2 on the right -->
1310
  <div>
1311
  <h3 class="table-title">General Reasoning with Different Backends</h3>
1312
  <div class="table-section">
@@ -1435,7 +1435,7 @@
1435
  </div>
1436
  </div>
1437
 
1438
- <!-- Key Takeaways below the tables - full width -->
1439
  <div style="margin-top: 3rem;">
1440
  <div class="glass-card">
1441
  <h3 class="title is-4" style="color: #1a1a1a; margin-bottom: 1.5rem;">Key Takeaways</h3>
 
1000
  <span class="icon"><i class="fab fa-github"></i></span>
1001
  <span>Code</span>
1002
  </a>
1003
+ <a href="https://huggingface.co/collections/thinkwee/novereason-68937ca75331dfaddaf24016" target="_blank"
1004
  class="external-link button is-normal" style="background: linear-gradient(135deg, #FFD43B 0%, #FFE066 100%); color: #000; border: none; border-radius: 12px; padding: 12px 20px; font-weight: 500; box-shadow: 0 4px 12px rgba(255, 212, 59, 0.3), 0 2px 4px rgba(0, 0, 0, 0.1); transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); transform: translateY(0);">
1005
  <span class="icon"><i class="fas fa-database"></i></span>
1006
  <span>Dataset</span>
1007
  </a>
1008
+ <a href="https://huggingface.co/collections/thinkwee/nover1-68a6524eac725c915abd77e3" target="_blank"
1009
  class="external-link button is-normal" style="background: linear-gradient(135deg, #0EA5E9 0%, #38BDF8 100%); color: white; border: none; border-radius: 12px; padding: 12px 20px; font-weight: 500; box-shadow: 0 4px 12px rgba(14, 165, 233, 0.3), 0 2px 4px rgba(0, 0, 0, 0.1); transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); transform: translateY(0);">
1010
  <span class="icon"><i class="fas fa-cube"></i></span>
1011
  <span>Model</span>
 
1020
  <section class="section">
1021
  <div class="container is-widescreen">
1022
  <div style="display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: start;">
1023
+
1024
  <div class="abstract-card">
1025
  <h2 class="title is-3" style="color: #1a1a1a; margin-bottom: 1.5rem;">TL;DR</h2>
1026
  <p class="is-size-5" style="color: #374151; line-height: 1.6;">
 
1039
  </p>
1040
  </div>
1041
 
1042
+
1043
  <div class="figure-container">
1044
  <div class="figure-placeholder" style="height: 280px; display: flex; flex-direction: column; justify-content: center; align-items: center;">
1045
  <img src="logo.png" alt="NOVER Framework Overview" style="width: 100%; height: 100%; object-fit: contain;">
 
1075
  <div class="container is-widescreen">
1076
  <h2 class="title is-2 has-text-centered" style="color: #333; margin-bottom: 3rem;">NOVER Methodology</h2>
1077
 
1078
+
1079
  <div style="display: flex; justify-content: space-between; align-items: center; margin: 2rem 0; padding: 0 1rem;">
1080
  <div style="width: 600px; height: 420px;">
1081
  <img src="paradigm.png" alt="paradigm" style="width: 100%; height: 100%; object-fit: contain;">
 
1085
  </div>
1086
  </div>
1087
 
1088
+
1089
  <div class="method-comparison">
1090
  <div class="method-card">
1091
  <div class="method-icon"><i class="fas fa-graduation-cap"></i></div>
 
1109
  </div>
1110
  </div>
1111
 
1112
+
1113
  <div style="display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; margin: 3rem 0;">
1114
+
1115
  <div class="formula-container">
1116
  <div class="formula-title">Reasoning Perplexity</div>
1117
  <div style="font-size: 0.9rem; margin: 1rem 0;">
 
1122
  </div>
1123
  </div>
1124
 
1125
+
1126
  <div class="formula-container">
1127
  <div class="formula-title">Rewards</div>
1128
  <div style="font-size: 1.1rem; margin: 1rem 0;">
 
1133
  </div>
1134
  </div>
1135
 
1136
+
1137
  <div class="formula-container">
1138
  <div class="formula-title">Policy-Proxy Synchronization</div>
1139
  <div style="font-size: 1.1rem; margin: 1rem 0;">
 
1155
  <div class="container is-widescreen">
1156
  <h2 class="title is-2 has-text-centered" style="color: #333; margin-bottom: 3rem;">Experimental Results</h2>
1157
 
1158
+
1159
  <div style="display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; margin-top: 3rem; align-items: start;">
1160
+
1161
  <div>
1162
  <h3 class="table-title">Overall on NOVEReason Dataset</h3>
1163
+
1164
  <div class="table-section">
1165
  <div class="results-table table-1">
1166
  <table>
 
1306
  </div>
1307
  </div>
1308
 
1309
+
1310
  <div>
1311
  <h3 class="table-title">General Reasoning with Different Backends</h3>
1312
  <div class="table-section">
 
1435
  </div>
1436
  </div>
1437
 
1438
+
1439
  <div style="margin-top: 3rem;">
1440
  <div class="glass-card">
1441
  <h3 class="title is-4" style="color: #1a1a1a; margin-bottom: 1.5rem;">Key Takeaways</h3>