doc: Paper link
This commit is contained in:
parent
206f492a95
commit
bba6bd63ce
14
README.md
14
README.md
|
@ -44,12 +44,16 @@ The experiments should be run in `poetry shell`. The environment variable
|
||||||
|
|
||||||
## Referencing
|
## Referencing
|
||||||
|
|
||||||
|
[Paper Link](https://arxiv.org/abs/2410.16429)
|
||||||
|
|
||||||
```bib
|
```bib
|
||||||
@misc{pantograph,
|
@misc{pantograph,
|
||||||
title = "Pantograph, A Machine-to-Machine Interface for Lean 4",
|
title={Pantograph: A Machine-to-Machine Interaction Interface for Advanced Theorem Proving, High Level Reasoning, and Data Extraction in Lean 4},
|
||||||
author = {Aniva, Leni and Miranda, Brando and Sun, Chuyue},
|
author={Leni Aniva and Chuyue Sun and Brando Miranda and Clark Barrett and Sanmi Koyejo},
|
||||||
year = 2024,
|
year={2024},
|
||||||
howpublished = {\url{https://github.com/lenianiva/PyPantograph}}
|
eprint={2410.16429},
|
||||||
|
archivePrefix={arXiv},
|
||||||
|
primaryClass={cs.LO},
|
||||||
|
url={https://arxiv.org/abs/2410.16429},
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
@ -23,3 +23,19 @@ LeanDojo has architectural limitations that prevent it from gaining new features
|
||||||
such as drafting without refactoring. Almost all of Pantograph's business logic
|
such as drafting without refactoring. Almost all of Pantograph's business logic
|
||||||
is written in Lean, and Pantograph achieves tighter coupling between the data
|
is written in Lean, and Pantograph achieves tighter coupling between the data
|
||||||
extraction and proof search components.
|
extraction and proof search components.
|
||||||
|
|
||||||
|
## Referencing
|
||||||
|
|
||||||
|
[Paper Link](https://arxiv.org/abs/2410.16429)
|
||||||
|
|
||||||
|
```bib
|
||||||
|
@misc{pantograph,
|
||||||
|
title={Pantograph: A Machine-to-Machine Interaction Interface for Advanced Theorem Proving, High Level Reasoning, and Data Extraction in Lean 4},
|
||||||
|
author={Leni Aniva and Chuyue Sun and Brando Miranda and Clark Barrett and Sanmi Koyejo},
|
||||||
|
year={2024},
|
||||||
|
eprint={2410.16429},
|
||||||
|
archivePrefix={arXiv},
|
||||||
|
primaryClass={cs.LO},
|
||||||
|
url={https://arxiv.org/abs/2410.16429},
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
Loading…
Reference in New Issue