Zdeněk Kasner

Results 17 issues of Zdeněk Kasner

In case `len(tokens) == 0` (i.e. the input sentence is empty) ChrF crashes with `ZeroDivisionError` on line 89: https://github.com/ufal/neuralmonkey/blob/master/neuralmonkey/evaluators/chrf.py#L89 ``` File "/lnet/spec/work/people/kasner/neuralmonkey-ctc-decoder/neuralmonkey/bin/neuralmonkey/evaluators/chrf.py", line 89, in chr_p return precision / float(self.max_ord)...

bug

If the template is not applicable for a particular example, the `prompt.apply()` method returns only a single-element list with an empty string instead of a two-element list with the prompted...

https://github.com/kasnerz/rel2text

data

Check in regural intervals if the demo is running and send a Slack notification if not

enhancement

Some settings would be easier to use as command line flags instead of parameters in `config.yml`. Currently these are `cache_dev_splits` and `hostname` (i.e. the ones which differ during deployment). The...

enhancement

- Trying to remove a favourite example triggers ``` Failed to store action to server: Removed favourite totto-dev-6270-undefined-undefined ``` on the frontend and ``` Traceback (most recent call last): File...

bug

Due to some data errors, the tables need not to be a perfect MxN rectangle. It should be considered if these cases should be fixed with some heuristics and if...

bug
data

Add features which will facilitate manual error analysis: - [ ] generate a random sample from the dataset - [x] bookmark interesting examples - [ ] write notes There are...

enhancement

Now that the web app can display pre-generated outputs, it would be useful to have some outputs to display. Goals: - [ ] prepare suitable baselines - [ ] prepare...

enhancement
help wanted
research

Although the datasets have a unified appearance, the domains and tasks are different for each dataset. This information should be one of the inputs to the table2text generation system. The...

research