Support for semantic parsing task?
#1
by
mingaflo
- opened
Hi!
The README states that "The v3 release (release_v3.0_en, release_v3.0_ru) for the WebNLG2020 challenge also supports a semantic parsing task."
But I am currently unable to load this specific task with the following call
self.datasets = load_dataset("web_nlg", 'release_v3.0_en' , task="parsing")
Am I missing something or do I need to implement it myself?
Best wishes!