Typo in claude2_extractor.py prompt
sambayless opened this issue · 2 comments
sambayless commented
Hi! RefChecker looks really neat!
I noticed there is a typo in the claude2_extractor prompt:
Now geneate the KG for the provided input text:
(At line 75, from here https://github.com/amazon-science/RefChecker/blob/main/refchecker/extractor/claude2_extractor.py)
"geneate" should be "generate"
sambayless commented
Also, from line 59 in the same file, "occured" should be "occurred":
("Announcement of Optimus", "occured at", "Artificial Intelligence (AI) Day event")
Both typos are part of the LLM prompt itself, so they potentially impact the LLM behaviour.
HuXiangkun commented
Thank you for pointing this out, we have corrected them accordingly.