#827 · Primary category: Education & Research

UnifiedSKG

data-to-text fact-verification huggingface-datasets huggingface-transformers multi-task-learning natural-language-processing nlp prompt-learning pytorch question-answering semantic-parsing structured-knowledge-grounding text-generation

[EMNLP 2022] Unifying and multi-tasking structured knowledge grounding with language models

Project last updated:08/22/23

GitHub Stars

566

Forks

60

Contributors

4

License

Apache-2.0

Why we included this project

UnifiedSKG is the code behind an EMNLP 2022 paper that folds 21 structured knowledge grounding tasks into one text-to-text format, so instead of juggling separate codebases for semantic parsing, question answering over knowledge bases, and related tasks, you train and evaluate T5-style models in a single framework. That makes it a handy testbed for researchers and grad students exploring multi-task learning, prefix-tuning, and zero- or few-shot evaluation, with trained checkpoints up on the Hugging Face hub. Since it runs on Hugging Face Transformers and datasets, it slots into workflows most NLP people already have, and the paper's controlled experiments on how structured knowledge gets encoded give you a baseline to measure your own approaches against. It's a research toolkit rather than something you'd deploy in production, but for studying how language models handle structured knowledge, it's a strong place to start.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category