phanerozoic commited on
Commit
912b634
·
verified ·
1 Parent(s): 78a4417

Add dataset card

Browse files
Files changed (1) hide show
  1. README.md +38 -25
README.md CHANGED
@@ -1,27 +1,40 @@
1
  ---
2
- dataset_info:
3
- features:
4
- - name: fact
5
- dtype: string
6
- - name: type
7
- dtype: string
8
- - name: library
9
- dtype: string
10
- - name: imports
11
- list: string
12
- - name: filename
13
- dtype: string
14
- - name: symbolic_name
15
- dtype: string
16
- splits:
17
- - name: train
18
- num_bytes: 344856
19
- num_examples: 776
20
- download_size: 94046
21
- dataset_size: 344856
22
- configs:
23
- - config_name: default
24
- data_files:
25
- - split: train
26
- path: data/train-*
27
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ license: bsd-2-clause
3
+ tags:
4
+ - theorem-proving
5
+ - formal-methods
6
+ - coq
7
+ - standard-library
8
+ task_categories:
9
+ - text-generation
10
+ - feature-extraction
11
+ language:
12
+ - en
13
+ size_categories:
14
+ - 1K<n<10K
 
 
 
 
 
 
 
 
 
 
 
 
15
  ---
16
+
17
+ # Coq-ExtLib
18
+
19
+ Structured dataset from **coq-ext-lib** - an extended standard library for Coq providing data structures, monads, and programming utilities.
20
+
21
+ ## Source
22
+
23
+ - **Repository:** https://github.com/coq-community/coq-ext-lib
24
+ - **License:** BSD-2-Clause
25
+ - **Author:** Gregory M. Malecha
26
+
27
+ ## Statistics
28
+
29
+ - **Total entries:** 776
30
+
31
+ ## Schema
32
+
33
+ | Column | Type | Description |
34
+ |--------|------|-------------|
35
+ | fact | string | Declaration body |
36
+ | type | string | Lemma, Definition, etc. |
37
+ | library | string | Component |
38
+ | imports | list | Import statements |
39
+ | filename | string | Source file path |
40
+ | symbolic_name | string | Identifier |