Coq-OddOrder / README.md
phanerozoic's picture
Add placeholder docstring column for schema consistency
8f2e3f6 verified
metadata
license: other
license_name: cecill-b
license_link: https://cecill.info/licences/Licence_CeCILL-B_V1-en.html
tags:
  - theorem-proving
  - formal-methods
  - coq
task_categories:
  - text-generation
  - feature-extraction
language:
  - en
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: 3876777
      num_examples: 2201
  download_size: 990622
  dataset_size: 3876777
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*

Coq-OddOrder

Structured dataset from odd-order — Formal proof of the Feit-Thompson Odd Order Theorem.

2,201 declarations extracted from Coq source files.

Applications

  • Training language models on formal proofs
  • Fine-tuning theorem provers
  • Retrieval-augmented generation for proof assistants
  • Learning proof embeddings and representations

Source

Schema

Column Type Description
fact string Declaration body
type string Lemma, Definition, Theorem, etc.
library string Source module
imports list Required imports
filename string Source file path
symbolic_name string Identifier