Skip to content

Commit e71651a

Browse files
committed
update README.md with exact IJCAR citation
1 parent ec4425c commit e71651a

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Roosterize is a tool for suggesting lemma names in verification
44
projects that use the [Coq proof assistant](https://coq.inria.fr).
5-
The tool is based on leveraging neural networks that take serialized Coq
5+
The tool leverages neural networks that take serialized Coq
66
lemma statements and elaborated terms as input; see the [Technique](#Technique)
77
section below.
88

@@ -62,7 +62,10 @@ pip install -r requirements.txt
6262

6363
### Download pre-trained models
6464

65-
Roosterize's pre-trained models are available for separate [download][models-link].
65+
We have trained several models using our [corpus][math-comp-corpus], which
66+
follows the lemma naming conventions used in the [Mathematical Components][math-comp-website]
67+
family of projects. The pre-trained models are available for separate [download][models-link].
68+
6669
Put the archive with the models (`models.tgz`) in the Roosterize root
6770
directory, and then uncompress it:
6871
```
@@ -153,7 +156,8 @@ the research paper in any related publication:
153156
author = {Nie, Pengyu and Palmskog, Karl and Li, Junyi Jessy and Gligoric, Milos},
154157
title = {Deep Generation of {Coq} Lemma Names Using Elaborated Terms},
155158
booktitle = {International Joint Conference on Automated Reasoning},
156-
pages = {To appear},
159+
pages = {97--118},
160+
doi = {10.1007/978-3-030-51054-1_6},
157161
year = {2020},
158162
}
159163
```

0 commit comments

Comments
 (0)