You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get the following error, when parsing the multiNLI development split:
Traceback (most recent call last):
File "/home/lukas/diora/diora/pytorch/diora/scripts/parse.py", line 241, in<module>
run(options)
File "/home/lukas/diora/diora/pytorch/diora/scripts/parse.py", line 231, in run
file_writer.update(batch_map, trees)
File "/home/lukas/diora/diora/pytorch/diora/scripts/parse.py", line 156, in update
file_order = batch_map['file_order'][ii]
KeyError: 'file_order'
It works without errors when omitting the --retain_file_order flag. But then I get the following error when running EVALB:
Traceback (most recent call last):
File "/home/lukas/diora/diora/pytorch/diora/scripts/evalb.py", line 177, in<module>
main(args)
File "/home/lukas/diora/diora/pytorch/diora/scripts/evalb.py", line 110, in main
nltk_tree = nltk.Tree.fromstring(line)
File "/home/lukas/diora/venv/lib/python3.10/site-packages/nltk/tree/tree.py", line 680, in fromstring
cls._parse_error(s, match, open_b)
File "/home/lukas/diora/venv/lib/python3.10/site-packages/nltk/tree/tree.py", line 731, in _parse_error
raise ValueError(msg)
ValueError: Tree.read(): expected '(' but got 'gold_label'
at index 0.
"gold_label..."
^
I get the following error, when parsing the multiNLI development split:
I am using the following command:
It works without errors when omitting the --retain_file_order flag. But then I get the following error when running EVALB:
with command
How do I recreate the results from table 2 in the paper?
The text was updated successfully, but these errors were encountered: