LHRLAB / ChatKBQA

[ACL 2024] Official resources of "ChatKBQA: A Generate-then-Retrieve Framework for Knowledge Base Question Answering with Fine-tuned Large Language Models".
https://aclanthology.org/2024.findings-acl.122
MIT License
251 stars 22 forks source link

The problem of generating SExpr expression #7

Open ganlinganlin opened 9 months ago

ganlinganlin commented 9 months ago

Hi, After running python parse_sparql_webqsp.py program, SExpr expression will be generated, but there is null in the reproduced result. Is this reasonable? Thank you for your assistance. Best regards. 94d6e6f2e19a88dfa6c462aa22a4cb9 f120a8085e7fe4385c2741acee7751f

LHRLAB commented 9 months ago

It's reasonable. Because the annotation data of sparql in this sample is manually written, an error will occur when converting to sexpr. However, chatkbqa can cover the conversion of this natural language problem according to the generalization ability generated by the learning of other samples.

ganlinganlin commented 9 months ago

Thank you for your timely answer.