metadata
license: bsd-3-clause
task_categories:
- text-generation
- feature-extraction
language:
- en
tags:
- theorem-proving
- formal-methods
- coq
- rocq
size_categories:
- 1K<n<10K
dataset_info:
features:
- name: fact
dtype: string
- name: type
dtype: string
- name: library
dtype: string
- name: imports
list: string
- name: filename
dtype: string
- name: symbolic_name
dtype: string
- name: docstring
dtype: string
splits:
- name: train
num_bytes: 991928
num_examples: 2183
download_size: 191590
dataset_size: 991928
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
Coq-Paco
Structured declarations from the Paco library - a Coq library for parameterized coinduction. Source: github.com/snu-sf/paco
Schema
| Column | Type | Description |
|---|---|---|
fact |
string | Declaration body (without type keyword) |
type |
string | Declaration type (Lemma, Definition, etc.) |
library |
string | Source module |
imports |
list | Import statements |
filename |
string | Source file path |
symbolic_name |
string | Declaration identifier |
Statistics
- Total entries: 2183
- Unique files: 39
- Declaration types: Class, CoInductive, Corollary, Definition, Global Instance, Inductive, Lemma, Let, Local Notation, Ltac, Record, Section, Tactic, Theorem, Variant
Usage
from datasets import load_dataset
ds = load_dataset("phanerozoic/Coq-Paco")
License
bsd-3-clause