Transformer Model for Semantic Parsing

Hi, thank you for the awesome work Hugging Face!

I want to perform semantic parsing. Unfortunately, I couldn’t find any examples on hugging face repo for that. Could you please let me know how I should proceed? I suppose I could use a Seq2Seq EncoderDecoder model like BERT2BERT and finetune it for semantic parsing. Or do you think there is a better way? For more context, I have natural language grounding descriptions and I want to generate logical parse tree from it. In literature, there are a few tree transformer-based techniques and Seq2Tree technique which I think hugging face do not support yet (or does it?).

1 Like