table-to-text
There are 11 repositories under table-to-text topic.
allenai/RL4LMs
A modular RL library to fine-tune language models to human preferences
shoryasethia/markdrop
A Python package for converting PDFs to markdown while extracting images and tables, generate descriptive text descriptions for extracted tables/images using several LLM clients. And many more functionalities. Markdrop is available on PyPI.
liang8qi/Data-to-Text-Generation
Some papers and datasets about Data-To-Text Generation
luka-group/Lattice
[NAACL 2022] Robust (Controlled) Table-to-Text Generation with Structure-Aware Equivariance Learning.
kasnerz/tabgenie
A multi-purpose toolkit for table-to-text generation: web interface, Python bindings, CLI commands.
yxuansu/Few-Shot-Table-to-Text-Generation
[EMNLP'21] Few-Shot Table-to-Text Generation with Prototype Memory
isomap/factedit
:monocle_face: Code & Data for Fact-based Text Editing (Iso et al; ACL 2020)
lancopku/Pivot
Code for "Key Fact as Pivot: A Two-Stage Model for Low Resource Table-to-Text Generation" (ACL 2019)
jkooy/Table_to_text_web
Web demo of an AI model which converts table to text
Jarus77/markdrop
A Python package for converting PDFs to markdown while extracting images and tables, generate descriptive text descriptions for extracted tables/images using several LLM clients. And many more functionalities. Markdrop is available on PyPI.
justdepie/MSc-Thesis-From-Tables-to-Natural-Language-Summaries
Thesis scope: Train and Develop a Table-to-Text Transformer-based model for contextual summarization of tabular data. To achieve this T5-small , T5-base, Bart-base and Llama2 7B chat were finetuned on ToTTo and QTSumm. Regarding ToTTo, the models outperformed the benchmark.