Coq-Hammer / README.md
phanerozoic's picture
Add placeholder docstring column for schema consistency
3e86f44 verified
metadata
license: lgpl-2.1
tags:
  - theorem-proving
  - formal-methods
  - coq
task_categories:
  - text-generation
  - feature-extraction
language:
  - en
size_categories:
  - n<1K
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: 407812
      num_examples: 866
  download_size: 72319
  dataset_size: 407812
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*

Coq-Hammer

Structured dataset from CoqHammer — Automation for dependent type theory via ATPs.

866 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