allenai / allennlp-semparse

A framework for building semantic parsers (including neural module networks) with AllenNLP, built by the authors of AllenNLP
Apache License 2.0
107 stars 24 forks source link

NLVR-v2 language with function composition, and accompanying tests. #30

Open nitishgupta opened 3 years ago

nitishgupta commented 3 years ago

@matt-gardner the test test_complex_action_sequence_execution contains two action sequences, both of which fail during execution with error: TypeError: box_filter() missing 1 required positional argument: 'filter_function'

The conversion to logical_form seems fine though.