metadata
license: mit
tags:
- theorem-proving
- formal-methods
- agda
- dependent-types
task_categories:
- text-generation
- feature-extraction
language:
- en
size_categories:
- 1K<n<10K
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
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: 5884411
num_examples: 4490
download_size: 349566
dataset_size: 5884411
Agda-UniMath
Structured dataset from agda-unimath — Univalent mathematics.
4,490 declarations extracted from Agda 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
- Repository: https://github.com/UniMath/agda-unimath
Schema
| Column | Type | Description |
|---|---|---|
| fact | string | Declaration body |
| type | string | data, record, function |
| library | string | Source module |
| imports | list | Required imports |
| filename | string | Source file path |
| symbolic_name | string | Identifier |