Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# SEG-ATP: Segment-Level Learning for LLM-Based Theorem Proving
|
| 2 |
|
| 3 |
This repository contains the policy model used in the paper **"Rethinking Supervision Granularity: Segment-Level Learning for LLM-Based Theorem Proving"**.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
base_model: Qwen/Qwen2.5-Math-7B
|
| 4 |
+
datasets:
|
| 5 |
+
- kfdong/STP
|
| 6 |
+
- internlm/Lean-Workbook
|
| 7 |
+
- AI-MO/NuminaMath-LEAN
|
| 8 |
+
language:
|
| 9 |
+
- en
|
| 10 |
+
tags:
|
| 11 |
+
- theorem-proving
|
| 12 |
+
- automated-theorem-proving
|
| 13 |
+
- lean4
|
| 14 |
+
- mathematical-reasoning
|
| 15 |
+
- llm
|
| 16 |
+
- qwen2.5-math
|
| 17 |
+
pipeline_tag: text-generation
|
| 18 |
+
---
|
| 19 |
+
|
| 20 |
+
|
| 21 |
# SEG-ATP: Segment-Level Learning for LLM-Based Theorem Proving
|
| 22 |
|
| 23 |
This repository contains the policy model used in the paper **"Rethinking Supervision Granularity: Segment-Level Learning for LLM-Based Theorem Proving"**.
|