phanerozoic commited on
Commit
9a618ea
·
verified ·
1 Parent(s): 5c137b8

Update README: add training as primary use case

Browse files
Files changed (1) hide show
  1. README.md +26 -1
README.md CHANGED
@@ -6,14 +6,39 @@ tags:
6
  - theorem-proving
7
  - formal-methods
8
  - coq
 
 
 
 
 
9
  size_categories:
10
  - 1K<n<10K
11
  ---
12
 
13
  # Coq-OddOrder
14
 
15
- Formal proof of the Feit-Thompson (Odd Order) Theorem (2201 entries).
 
 
 
 
 
 
 
 
 
16
 
17
  ## Source
18
 
19
  - **Repository:** https://github.com/math-comp/odd-order
 
 
 
 
 
 
 
 
 
 
 
 
6
  - theorem-proving
7
  - formal-methods
8
  - coq
9
+ task_categories:
10
+ - text-generation
11
+ - feature-extraction
12
+ language:
13
+ - en
14
  size_categories:
15
  - 1K<n<10K
16
  ---
17
 
18
  # Coq-OddOrder
19
 
20
+ Structured dataset from **odd-order** — Formal proof of the Feit-Thompson Odd Order Theorem.
21
+
22
+ **2,201 declarations** extracted from Coq source files.
23
+
24
+ ## Applications
25
+
26
+ - Training language models on formal proofs
27
+ - Fine-tuning theorem provers
28
+ - Retrieval-augmented generation for proof assistants
29
+ - Learning proof embeddings and representations
30
 
31
  ## Source
32
 
33
  - **Repository:** https://github.com/math-comp/odd-order
34
+
35
+ ## Schema
36
+
37
+ | Column | Type | Description |
38
+ |--------|------|-------------|
39
+ | fact | string | Declaration body |
40
+ | type | string | Lemma, Definition, Theorem, etc. |
41
+ | library | string | Source module |
42
+ | imports | list | Required imports |
43
+ | filename | string | Source file path |
44
+ | symbolic_name | string | Identifier |