microsoft / task_oriented_dialogue_as_dataflow_synthesis

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

Add more compatibility with upcoming 2.0 release #37

Closed adampauls closed 3 years ago

adampauls commented 3 years ago

Builds on #34. Keeps long literals (like 0L) and also by default sugars Numbers and Strings to their more obvious versions (just "foo" instead of #(String "foo"). Fixes some other bugs along the way.