-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathresearch_4.html
99 lines (84 loc) · 3.62 KB
/
research_4.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: Code-mixed and Low Resource Language Processing
---
<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> > Code-mixed and Low Resource Language Processing
<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">Code-Mixed Machine Translation</h3>
<div class="mb-1 text-muted"></div>
<div class="card-text d-inline-block">Building machine translation model for translating code-mix data. Exploring different machine translation models. Training semisupervised NMT models on code-mixed indian languages</div>
<br/><br/>
<a href="{{ site.base }}/projects4/code_mix_machine_translation.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">Opinion Detection in News</h3>
<div class="mb-1 text-muted"></div>
<div class="card-text d-inline-block">We aim to build a model that detects opinions in news delivery by anchors for code-mix Indian new debates</div>
<br/><br/>
<a href="{{ site.base }}/projects4/opinion_detection_news.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">Fake News Detection in Hindi Language</h3>
<div class="mb-1 text-muted"></div>
<div class="card-text d-inline-block">We will be creating our own Fake news Detection Dataset in Hindi and fine-tune various machine learning and deep learning models specifically for Fake News Detection in Hindi language.</div>
<br/><br/>
<a href="{{ site.base }}/projects4/fake_news_hindi.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">Fake News Detection in Hindi Language</h3>
<div class="mb-1 text-muted"></div>
<div class="card-text d-inline-block">We will be creating our own Fake news Detection Dataset in Hindi and fine-tune various machine learning and deep learning models specifically for Fake News Detection in Hindi language.</div> -->
</div>
<div class="card-footer">
<!-- <hr class="solid">
<small class="text-muted">Last updated: 19 September 2020</small> -->
</div>
</div>
</div>