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
Describe the bug
Entites in test don't have the same fields, it needs custom logic to be parsed
To Reproduce
Steps to reproduce the behavior:
Look at DateTimeParser.json => There is Start and Length
Look at DateTimeModel.json => There is Start and End
Some have a TypeName, others Type and some Typename
It's not hard to make a custom logic to handle all this cases but it would be really nice to have everywhere the same interface.
Expected behavior
Have a uniform interface for all the tests. Also, in some, the answer does not appear in the raw text (space missing or added, or answer in english for a text in another lang).
Additional context
I'm running a benchmark and using those tests to get results but I was wondering about those differences, is it on purpose ?
Thanks a lot for this kind of tests which make a nice dataset.
This discussion was converted from issue #2537 on March 31, 2021 12:31.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Describe the bug
Entites in test don't have the same fields, it needs custom logic to be parsed
To Reproduce
Steps to reproduce the behavior:
TypeName
, othersType
and someTypename
It's not hard to make a custom logic to handle all this cases but it would be really nice to have everywhere the same interface.
Expected behavior
Have a uniform interface for all the tests. Also, in some, the answer does not appear in the raw text (space missing or added, or answer in english for a text in another lang).
Additional context
I'm running a benchmark and using those tests to get results but I was wondering about those differences, is it on purpose ?
Thanks a lot for this kind of tests which make a nice dataset.
Have a great day.
Beta Was this translation helpful? Give feedback.
All reactions