tabgenie icon indicating copy to clipboard operation
tabgenie copied to clipboard

A multi-purpose toolkit for table-to-text generation: web interface, Python bindings, CLI commands.

Results 21 tabgenie issues
Sort by recently updated
recently updated
newest added

When clicking on "toggle view" and the right panel goes away, you can scroll horizontally and see it, so it's moved only out of the screen but not hidden.

bug

https://github.com/kasnerz/rel2text

data

If you open the app using previously saved permalink (e.g. https://quest.ms.mff.cuni.cz/rel2text/tabgenie?dataset=logic2text&split=train&table_idx=3), any further navigation fails - the app sticks to the table number from the permalink. You can change datasets...

bug

- [ ] double request (for the target table and table 0) when opening a table from favourites / notes * open the list of favourites / notes * click...

bug

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

enhancement

Make "reference" field a list to account for multiple references per table (e.g. WebNLG and ToTTo).

enhancement
in progress

[ContLog](https://github.com/microsoft/PLOG/tree/main/data/contlog) is an extension of Logic2Text with highlighted (from heuristics) cells and also some pre-computed aggregations. I suggest incorporating highlights from ContLog into TabGenie's Logic2Text.

enhancement
data

> I realised that we have no docs on python classes (TabularDataset, Table, etc)...

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