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

Normalize numbers in try_round_trip #29

Closed adampauls closed 3 years ago

adampauls commented 3 years ago

Evaluation is currently sensitive to different number representation, so e.g. #(Number 0) != #(Number 0.0). This change normalizes to the latter in all cases.