Spaces:
Running
Running
Update index.html
Browse files- index.html +3 -4
index.html
CHANGED
|
@@ -165,7 +165,7 @@
|
|
| 165 |
|
| 166 |
## What StatProver Does
|
| 167 |
|
| 168 |
-
StatProver provides a structured workflow for automated proof generation and self-correction, helping users transform a statistical proposition or source document into a complete LaTeX proof. Built on the comprehensive statistical reasoning benchmark **[StatEval](https://
|
| 169 |
|
| 170 |
<video width="100%" autoplay loop muted playsinline>
|
| 171 |
<source src="https://raw.githubusercontent.com/StatAI-Lab/StatProver_doc/main/videos/demo.mp4" type="video/mp4">
|
|
@@ -209,11 +209,11 @@ Finally, StatProver performs targeted correction based on the diagnosed issues a
|
|
| 209 |
|
| 210 |
**Contribution 1. Retrieval-Driven Framework Refinement**
|
| 211 |
|
| 212 |
-
StatProver retrieves reference cases from a database of **40,366** research-level statistical problems drawn from **[StatEval](https://
|
| 213 |
|
| 214 |
**Contribution 2. Data-Driven Snippet-Level Self-Correction**
|
| 215 |
|
| 216 |
-
StatProver also uses a large empirical fault repository containing over **80,000** error snippets, constructed from LLM failure trajectories on **[StatEval’s](https://
|
| 217 |
|
| 218 |
**Contribution 3. Interactive Proof Assistant Platform**
|
| 219 |
|
|
@@ -231,7 +231,6 @@ If you have any questions or are interested in collaboration, please feel free t
|
|
| 231 |
|
| 232 |
* **[StatAI Lab](https://statai-lab.github.io/)**: [statai@163.com](mailto:statai@163.com)
|
| 233 |
* **[Prof. Fan Zhou](https://mlzxzhou.github.io/)** (Project Leader): [zhoufan@mail.shufe.edu.cn](mailto:zhoufan@mail.shufe.edu.cn)
|
| 234 |
-
|
| 235 |
</script>
|
| 236 |
|
| 237 |
<script src="https://cdn.jsdelivr.net/npm/marked/marked.min.js"></script>
|
|
|
|
| 165 |
|
| 166 |
## What StatProver Does
|
| 167 |
|
| 168 |
+
StatProver provides a structured workflow for automated proof generation and self-correction, helping users transform a statistical proposition or source document into a complete LaTeX proof. Built on the comprehensive statistical reasoning benchmark **[StatEval](https://statai-lab.github.io/StatEval.github.io/)**, StatProver retrieves relevant references to refine proof skeletons and performs self-correction by learning from the strategies and details of similar theoretical proofs.
|
| 169 |
|
| 170 |
<video width="100%" autoplay loop muted playsinline>
|
| 171 |
<source src="https://raw.githubusercontent.com/StatAI-Lab/StatProver_doc/main/videos/demo.mp4" type="video/mp4">
|
|
|
|
| 209 |
|
| 210 |
**Contribution 1. Retrieval-Driven Framework Refinement**
|
| 211 |
|
| 212 |
+
StatProver retrieves reference cases from a database of **40,366** research-level statistical problems drawn from **[StatEval](https://statai-lab.github.io/StatEval.github.io/)**. Through similarity-based retrieval and framework verification, the system refines the initial proof skeleton and improves the global structure of the derivation.
|
| 213 |
|
| 214 |
**Contribution 2. Data-Driven Snippet-Level Self-Correction**
|
| 215 |
|
| 216 |
+
StatProver also uses a large empirical fault repository containing over **80,000** error snippets, constructed from LLM failure trajectories on **[StatEval’s](https://statai-lab.github.io/StatEval.github.io/)** research-level data. This repository supports fine-grained diagnosis and targeted correction, allowing the system to identify subtle logical gaps and proof errors beyond standard self-reflection.
|
| 217 |
|
| 218 |
**Contribution 3. Interactive Proof Assistant Platform**
|
| 219 |
|
|
|
|
| 231 |
|
| 232 |
* **[StatAI Lab](https://statai-lab.github.io/)**: [statai@163.com](mailto:statai@163.com)
|
| 233 |
* **[Prof. Fan Zhou](https://mlzxzhou.github.io/)** (Project Leader): [zhoufan@mail.shufe.edu.cn](mailto:zhoufan@mail.shufe.edu.cn)
|
|
|
|
| 234 |
</script>
|
| 235 |
|
| 236 |
<script src="https://cdn.jsdelivr.net/npm/marked/marked.min.js"></script>
|