Skip to content

text2tac converts text to tactics, allowing language models to control an interactive theorem prover

License

Notifications You must be signed in to change notification settings

JellePiepenbrock/text2tac

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

text2tac

text2tac converts text to tactics. It lets the Coq proof assistant ask a transformer-type neural network for tactic suggestions.

Links

Find the introduction to the Tactician ecosystem here and the repository for this package here.

Installation

The python text2tac package can be installed with pip install in a standard way from git repo (we aren't yet on pypi.org). For developers a recommended way is pip install -e . from the cloned source repository which allows to develop directly on the source of the installed package. Our key (recommended/tested) pip dependencies are python==3.10. We tested with 3.10, and 3.11 and on may break the dependencies. We recommend installing everything into a fresh conda environment (for example, one made by conda create --prefix ./text2tac_env python=3.10).

Entry-points

  • See `text2tac-server'

Preparations

For training, see the text2tac/transformer folder.

About

text2tac converts text to tactics, allowing language models to control an interactive theorem prover

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 98.6%
  • Shell 1.4%