siddhartha-gadgil / LeanAide

Tools based on AI for helping with Lean 4
Apache License 2.0
61 stars 2 forks source link

Improve keyword-based prompting #10

Closed 0art0 closed 1 year ago

0art0 commented 1 year ago
siddhartha-gadgil commented 1 year ago

@0art0 Perhaps lemmatization (https://en.wikipedia.org/wiki/Lemmatisation) may be useful, using something like Wordnet (I don't know if there are modern versions of this based on LLMs).

0art0 commented 1 year ago
0art0 commented 1 year ago

As identifier-based prompting may be useful in other contexts, the infrastructure for keyword-based prompting should ideally be abstract enough to handle prompting of this general nature.

siddhartha-gadgil commented 1 year ago

Models are changing and this part has lower priority. Reopen if focussed on this.