-
Notifications
You must be signed in to change notification settings - Fork 8
/
research_3.html
101 lines (88 loc) · 3.63 KB
/
research_3.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
100
101
---
layout: project
title: Conversational Dialogs
---
<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> > Conversational Dialogs
<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">Speaker Profiling in Conversation</h3>
<div class="mb-1 text-muted"></div>
<div class="card-text d-inline-block">Given a dialgue as input, extract the persona of the speakers involved in the conversation</div>
<br/><br/>
<a href="{{ site.base }}/projects3/speaker_profiling.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">Emotion-Flip Reasoning</h3>
<div class="mb-1 text-muted"></div>
<div class="card-text d-inline-block">Given a dialogue sequence, identify the emotions of the speakers and identify the reason/s behind an emotion flip of a speaker</div>
<br/><br/>
<a href="{{ site.base }}/projects3/emotion_flip_reasoning.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">Dialog System for Social Counseling</h3>
<div class="mb-1 text-muted"></div>
<div class="card-text d-inline-block">Building dialogue counseling for social couseling to give human like experience to users dealing with emotions, intents and various dialogues</div>
<br/><br/>
<a href="{{ site.base }}/projects3/social_counseling.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">Goal-Oriented Chat-Bot in Code-Mixed Language</h3>
<div class="mb-1 text-muted"></div>
<div class="card-text d-inline-block">Build a code mix laguage model based chatbot for bank conversations</div>
<br/><br/>
<a href="{{ site.base }}/projects3/goal_oriented_chat_bot_codemix.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>