Microsoft LReasoner leads the ReClor challenge on logical reasoning
For many years AI researchers have sought to build upon traditional machine learning, which trains technology to process facts and learn from them, and develop machine reasoning, in which programs apply logic to data and…
SOLOIST
This repository showcases building task-oriented bot at scale with handful examples via fine-tuning a pretrained model using SOLOIST framework, and contains the dataset, source code and pre-trained model for the following paper: SOLOIST: Building Task…
Video tutorial demonstrating SOLOIST: building task bots at scale
In this video tutorial, researchers demonstrate how pretrain grounded text generated (GTG) model can be finetuned and adapted to a specific task using conversation learner, a pretraining, finetuning and machine teaching framework to build task…
ClipBERT
Official PyTorch code for ClipBERT, an efficient framework for end-to-end learning for image-text and video-text tasks. It takes raw videos/images + text as inputs, and outputs task predictions. ClipBERT is designed based on 2D CNNs…