-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathresearch_5.html
99 lines (84 loc) · 3.44 KB
/
research_5.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
---
layout: project
title: Multimodality
---
<style>
.card {
border-color: lightgray;
border-radius:1rem;
-webkit-transition: transform 200ms ease-in-out;
-moz-transition: transform 200ms ease-in-out;
-o-transition: transform 200ms ease-in-out;
transition: 200ms ease-in-out;
}
.card:hover {
border-color: transparent;
transform: translateY(-5px);
box-shadow: 0 .5rem 1rem #428bca;
}
.card-body {
padding-bottom: 0;
}
.card-footer {
padding: .75rem 1.25rem;
background-color: transparent;
border-top: transparent;
}
</style>
<a href="{{ site.base }}/research.html">Research</a> > Multimodality
<div class="container mt-5">
<div class="card-deck">
<div class="card mb-4 text-dark text-decoration-none">
<div class="card-body">
<h3 class="card-title">Multimodal Sarcasm Analysis</h3>
<div class="mb-1 text-muted"></div>
<div class="card-text d-inline-block">Given a Sarcastic post (image and text), we aim at converting it into the intended meaning of the user by producing a textual description explaining the sarcasm in the given sarcastic post</div>
<br/><br/>
<a href="{{ site.base }}/projects5/multimodal_sarcasm.html"><b>Explore more</b></a>
</div>
<div class="card-footer">
<hr class="solid">
<small class="text-muted">Last updated: 19 September 2020</small>
</div>
</div>
<div class="card mb-4 text-dark text-decoration-none">
<div class="card-body">
<h3 class="card-title">Multimodal Summarization</h3>
<div class="mb-1 text-muted"></div>
<div class="card-text d-inline-block">We are working to generate text summary of conference paper presentation videos using visual, acoustic and textual modalities</div>
<br/><br/>
<a href="{{ site.base }}/projects5/multimodal_summarization.html"><b>Explore more</b></a>
</div>
<div class="card-footer">
<hr class="solid">
<small class="text-muted">Last updated: 19 September 2020</small>
</div>
</div>
</div>
</div>
<div class="container mt-5">
<div class="card-deck">
<div class="card mb-4 text-dark text-decoration-none">
<div class="card-body">
<h3 class="card-title">Multimodal Meme Analysis</h3>
<div class="mb-1 text-muted"></div>
<div class="card-text d-inline-block">Given an Internet Meme, we aim to understand the emotion and sentiment expressed by it, using the meme text and corresponding image</div>
<br/><br/>
<a href="{{ site.base }}/projects5/multimodal_meme.html"><b>Explore more</b></a>
</div>
<div class="card-footer">
<hr class="solid">
<small class="text-muted">Last updated: 19 September 2020</small>
</div>
</div>
<div class="card-body">
<!-- <h3 class="card-title">Multimodal Meme Analysis</h3>
<div class="mb-1 text-muted"></div>
<div class="card-text d-inline-block">Given an Internet Meme, we aim to understand the emotion and sentiment expressed by it, using the meme text and corresponding image</div> -->
</div>
<div class="card-footer">
<!-- <hr class="solid">
<small class="text-muted">Last updated: 19 September 2020</small> -->
</div>
</div>
</div>