-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathresearch.html
executable file
·267 lines (260 loc) · 8.95 KB
/
research.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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
---
layout: default
title:
---
<br/>
<style>
ul {
margin: 0px;
padding: 0px;
}
a:focus, a:hover, .portfolio-cat a:hover, .footer -menu li a:hover {
color: #2B96CC;
text-decoration: none;
}
.section-title h2 {
position: relative;
margin-bottom: 45px;
display: inline-block;
font-weight: 600;
line-height: 1;
}
.section-title h2::before {
content: "";
position: absolute;
left: 50%;
width: 60px;
height: 2px;
background: rgb(0, 123, 255);
bottom: -25px;
margin-left: -30px;
}
.section-title.service-title p {
padding: 0 190px;
margin-bottom: 10px;
}
.blog-area {
background: #ffffff;
min-height: 100vh;
}
.blog-wrapper {
background: #fff;
overflow: hidden;
padding: 20px;
}
.home-blog-wrapper{
transition: .3s;
}
.blog-wrapper.home-blog-wrapper:hover {
box-shadow: 10px 20px 30px rgba(0,0,0,.12);
}
.blog-thumb {
margin-bottom: 20px;
}
.blog-title {
display: inline-block;
font-size: 30px;
font-weight: 600;
line-height: 1.4;
margin: 10px 0 15px;
padding: 0;
text-align: left;
}
.blog-content.home-blog h2 {
font-size: 18px;
margin-bottom: 10px;
}
.blog-content.home-blog p {
margin-bottom: 10px;
}
.link-box.home-blog-link a {
font-size: 14px;
color: rgb(0, 123, 255);
}
.blog-title a {
color: #222;
}
.link-box a {
color: #555;
}
.link-box a:hover {
color: rgb(0, 123, 255);
}
.blog-title a:hover {
color: rgb(0, 123, 255);
}
.meta-info ul li {
color: #9e9e9e;
display: inline-block;
font-size: 11px;
padding: 0 12px;
position: relative;
text-transform: uppercase;
font-weight: 700;
}
.embed-responsive {
margin-bottom: 20px;
}
.meta-info ul li:first-child{padding-left:0}
.meta-info ul li a{color:rgb(0, 123, 255)}
.meta-info ul li a:hover{color:#444}
.meta-info ul li::before {
border: 1px solid #999;
border-radius: 5px;
content: "";
height: 5px;
left: -4px;
position: absolute;
top: 6px;
width: 5px;
}
.meta-info ul li:first-child:before{display:none}
.blog-thumb img {
width: 100%;
}
.link-box a {
font-weight: 600;
}
</style>
<section class="blog-area pt-5 pb-5">
<div class="container">
<div class="row">
<div class="col-xl-12 text-center pb-3">
<div class="section-title service-title">
<h2>Research @ LCS2</h2>
<p>We work on five primary verticals. Visit particular dimension for a detailed view of projects and related works.</p>
</div>
</div>
</div>
<div class="row">
<div class="col-xl-4 col-lg-4 col-md-6 mb-30">
<div class="blog-wrapper home-blog-wrapper white-bg">
<div class="blog-thumb">
<img src="{{ site.base }}/img/1.jpg" alt="" />
</div>
<div class="meta-info">
<ul>
<li class="posts-time">5 projects</li>
</ul>
</div>
<div class="blog-content home-blog">
<h2 class="blog-title">
Cyber informatics
</h2>
<p>We design models for detecting and mitigating various cybercrimes on online social media including the spread of fake news, misinformation, fraud activities, black-market driven collusion, hate and offensive speech, and cyberbullying. </p>
</div>
<div class="link-box home-blog-link">
<a href="{{ site.base }}/research_1.html">Explore More</a>
</div>
</div>
</div>
<div class="col-xl-4 col-lg-4 col-md-6 mb-30">
<div class="blog-wrapper home-blog-wrapper white-bg">
<div class="blog-thumb">
<img src="{{ site.base }}/img/2.jpg" alt="620x349" />
</div>
<div class="meta-info">
<ul>
<li class="posts-time">4 projects</li>
</ul>
</div>
<div class="blog-content home-blog">
<h2 class="blog-title">
Graph Mining / Complex Networks
</h2>
<p>We study social, information and scientific networks to explore various structural (community, network growth, cascade) and behavioural (influence, trust) properties of nodes and edges.</p>
</div>
<div class="link-box home-blog-link">
<a href="{{ site.base }}/research_2.html">Explore More</a>
</div>
</div>
</div>
<div class="col-xl-4 col-lg-4 col-md-6 mb-30">
<div class="blog-wrapper home-blog-wrapper white-bg">
<div class="blog-thumb">
<img class="Pic" src="{{ site.base }}/img/3.jpg" alt="" />
</div>
<div class="meta-info">
<ul>
<li class="posts-time">4 Projects</li>
</ul>
</div>
<div class="blog-content home-blog">
<h2 class="blog-title">
Conversational Dialogs
</h2>
<p>We regard various modules of a dialog system, such as intent classification, slot-filling, dialog-act classification, dialog management, and dialog generation, for both goal-oriented and generic conversational chatbots. Moreover, we inspect conversational dialogs for various supplementary tasks as well, e.g., speaker profiling, emotion-flip reasoning, etc. </p>
</div>
<div class="link-box home-blog-link">
<a href="{{ site.base }}/research_3.html">Explore More</a>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-xl-4 col-lg-4 col-md-6 mb-30">
<div class="blog-wrapper home-blog-wrapper white-bg">
<div class="blog-thumb">
<img src="{{ site.base }}/img/4.jpg" alt="" />
</div>
<div class="meta-info">
<ul>
<li class="posts-time">3 projects</li>
</ul>
</div>
<div class="blog-content home-blog">
<h2 class="blog-title">
Code-mixed and Low Resource Language Processing
</h2>
<p>We explore a wide range of natural language processing tasks in the vicinity of code-mixed and low-resource languages in Indian context. The prime objective is to facilitate the technology to a vast non-native English speakers. </p>
</div>
<div class="link-box home-blog-link">
<a href="{{ site.base }}/research_4.html">Explore More</a>
</div>
</div>
</div>
<div class="col-xl-4 col-lg-4 col-md-6 mb-30">
<div class="blog-wrapper home-blog-wrapper white-bg">
<div class="blog-thumb">
<img src="{{ site.base }}/img/5.jpg" alt="" />
</div>
<div class="meta-info">
<ul>
<li class="posts-time">3 projects</li>
</ul>
</div>
<div class="blog-content home-blog">
<h2 class="blog-title">
Multimodality
</h2>
<p>We study the interdisciplinary domain of speech and/or vision modalities with the textual processing for a number of traditional and recent natural language processing tasks such as summarization, opinion mining, emotion analysis, sarcasm detection, offensive post detection, etc. </p>
</div>
<div class="link-box home-blog-link">
<a href="{{ site.base }}/research_5.html">Explore More</a>
</div>
</div>
</div>
<div class="col-xl-4 col-lg-4 col-md-6 mb-30">
<div class="blog-wrapper home-blog-wrapper white-bg">
<div class="blog-thumb">
<img src="{{ site.base }}/img/vmha.jpg" alt="" />
</div>
<div class="meta-info">
<ul>
<li class="posts-time">4 projects</li>
</ul>
</div>
<div class="blog-content home-blog">
<h2 class="blog-title">
AI for Mental Health
</h2>
<p>Our research is focused on the development and analysis of AI-based counseling methods. Our work encompasses a broad range of domains, including dialogue understanding, summarization, and generation, as well as conversational analysis. We are exploring multiple counseling conversational settings, such as one-to-one counseling, peer counseling, and virtual assistant-guided counseling.</p>
</div>
<div class="link-box home-blog-link">
<a href="{{ site.base }}/research_6.html">Explore More</a>
</div>
</div>
</div>
</div>
</div>
</section>