Harveenchadha commited on
Commit
934cc29
1 Parent(s): 148d211

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -0
README.md ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ## Multimodal entailment
2
+ Author: Sayak Paul
3
+ Date created: 2021/08/08
4
+ Last modified: 2021/08/15
5
+ Description: Training a multimodal model for predicting entailment.
6
+
7
+ ### What is multimodal entailment?
8
+ On social media platforms, to audit and moderate content we may want to find answers to the following questions in near real-time:
9
+
10
+ Does a given piece of information contradict the other?
11
+ Does a given piece of information imply the other?
12
+ In NLP, this task is called analyzing textual entailment. However, that's only when the information comes from text content. In practice, it's often the case the information available comes not just from text content, but from a multimodal combination of text, images, audio, video, etc. Multimodal entailment is simply the extension of textual entailment to a variety of new input modalities.