microsoft / task_oriented_dialogue_as_dataflow_synthesis

Code to reproduce experiments in the paper "Task-Oriented Dialogue as Dataflow Synthesis" (TACL 2020).
MIT License
308 stars 66 forks source link

Convert non-gold programs with meta-computation to in-line programs #65

Open ruiqi-zhong opened 2 years ago

ruiqi-zhong commented 2 years ago

I might have missed this, but it seems that the dataset releases the inlined and non-inlined versions for the gold annotated programs only. How do I convert an arbitrary predicted program with meta-computation to an inlined version? Is this feature currently supported? Thanks!!

hao-fang commented 2 years ago

Hi @ruiqi-zhong, your understanding is correct. Currently the released code does not support convert between the inlined and non-inlined version.