tabgenie
tabgenie copied to clipboard
A multi-purpose toolkit for table-to-text generation: web interface, Python bindings, CLI commands.
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.
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...
- [ ] double request (for the target table and table 0) when opening a table from favourites / notes * open the list of favourites / notes * click...
Check in regural intervals if the demo is running and send a Slack notification if not
Make "reference" field a list to account for multiple references per table (e.g. WebNLG and ToTTo).
[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.
> 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...
- 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...