donglixp / lang2logic

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

any suggestions on re-implementation in PyTorch?

yuchenlin opened this issue · comments

Hi Dong,

Thanks so much for this wonderful paper and code. I was planning to re-implement this in PyTorch for doing more related work based on your paper. I was wondering if you have some suggestions, or if you were doing so already?

Best,
Bill

I don't know if you have done anything yet but I am also interested in reimplement it and do more related work about this. If you have started I wouldn't mind join in.

I put a PyTorch version that I am not actively working on here in case someone finds it useful.

I'd also suggest looking at the more recent paper Coarse-to-Fine Decoding for Neural Semantic Parsing and its code.