xlang-ai/UnifiedSKG
[EMNLP 2022] Unifying and multi-tasking structured knowledge grounding with language models
This project helps AI researchers and practitioners who work with structured data like databases and knowledge graphs. It transforms various structured knowledge grounding tasks, such as answering questions from a database or parsing natural language into queries, into a unified text-to-text format. This allows for systematic research and the application of large language models to solve these problems, outputting textual responses or structured queries based on the input data and a user's request.
569 stars. No commits in the last 6 months.
Use this if you are an AI researcher or machine learning engineer focused on advancing state-of-the-art performance in tasks that involve extracting or generating information from structured data using language models.
Not ideal if you are looking for an out-of-the-box application to directly query your specific database without extensive machine learning development work.
Stars
569
Forks
61
Language
Python
License
Apache-2.0
Category
Last pushed
Aug 22, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/xlang-ai/UnifiedSKG"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
princeton-nlp/SimCSE
[EMNLP 2021] SimCSE: Simple Contrastive Learning of Sentence Embeddings https://arxiv.org/abs/2104.08821
n-waves/multifit
The code to reproduce results from paper "MultiFiT: Efficient Multi-lingual Language Model...
yxuansu/SimCTG
[NeurIPS'22 Spotlight] A Contrastive Framework for Neural Text Generation
alibaba-edu/simple-effective-text-matching
Source code of the ACL2019 paper "Simple and Effective Text Matching with Richer Alignment Features".
Shark-NLP/OpenICL
OpenICL is an open-source framework to facilitate research, development, and prototyping of...