Skip to content

Commit 331e3da

Browse files
committed
a new publication
1 parent 38bf12c commit 331e3da

File tree

38 files changed

+1592
-1183
lines changed

38 files changed

+1592
-1183
lines changed

404.html

+12-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<meta http-equiv="X-UA-Compatible" content="IE=edge">
88
<meta name="theme" content="hugo-academic">
9-
<meta name="generator" content="Hugo 0.18.1" />
9+
<meta name="generator" content="Hugo 0.19" />
1010
<meta name="author" content="Siyuan Zhao">
1111
<meta name="description" content="Ph.D. Student">
1212

@@ -24,7 +24,7 @@
2424
<link rel="stylesheet" href="/css/bootstrap.min.css">
2525
<link rel="stylesheet" href="/css/font-awesome.min.css">
2626
<link rel="stylesheet" href="/css/academicons.min.css">
27-
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Lato:400,700|Merriweather|Roboto+Mono">
27+
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Lato:400,700%7CMerriweather%7CRoboto+Mono">
2828
<link rel="stylesheet" href="/css/hugo-academic.css">
2929

3030
<link rel="stylesheet" href="/css/custom.css">
@@ -114,6 +114,8 @@
114114

115115

116116

117+
118+
117119
</ul>
118120

119121
</div>
@@ -154,6 +156,10 @@ <h2>Recent Posts</h2>
154156

155157
<h2>Recent Publications</h2>
156158

159+
<ul>
160+
<li><a href="https://siyuanzhao.github.io/publication/rcf-ite/">Estimating Individual Treatment Effect from Educational Studies with Residual Counterfactual Networks</a></li>
161+
</ul>
162+
157163
<ul>
158164
<li><a href="https://siyuanzhao.github.io/publication/aes/">A Memory-Augmented Neural Model for Automated Grading</a></li>
159165
</ul>
@@ -178,6 +184,10 @@ <h2>Recent Publications</h2>
178184
<li><a href="https://siyuanzhao.github.io/publication/dkt-edm/">Going Deeper with Deep Knowledge Tracing</a></li>
179185
</ul>
180186

187+
<ul>
188+
<li><a href="https://siyuanzhao.github.io/publication/">Publications</a></li>
189+
</ul>
190+
181191

182192
</div>
183193
<footer class="site-footer">

css/custom.css

+4
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,7 @@ p {
3030
.card h4 {
3131
text-transform: none;
3232
}
33+
34+
#profile .portrait-title h3 {
35+
color: black;
36+
}

css/hugo-academic.css

+64-27
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,18 @@ blockquote p:last-child {
177177
}
178178
}
179179

180+
.universal-wrapper {
181+
margin: 0 auto;
182+
padding-right: 15px;
183+
padding-left: 15px;
184+
width: 100%;
185+
}
186+
@media only screen and (min-width: 1001px) {
187+
.universal-wrapper {
188+
width: 1000px;
189+
}
190+
}
191+
180192
/*************************************************
181193
* Home Sections
182194
**************************************************/
@@ -196,20 +208,24 @@ blockquote p:last-child {
196208
animation: intro 0.3s both;
197209
animation-delay: 0.15s;
198210
}
199-
@media screen and (max-width: 768px) {
200-
.home-section {
201-
padding: 60px 0 60px 0;
202-
}
203-
}
204211

205212
.home-section:first-of-type {
206-
padding-top: 0;
213+
padding-top: 50px;
207214
}
208215

209216
.home-section:nth-of-type(even) {
210217
background-color: rgb(247, 247, 247);
211218
}
212219

220+
@media screen and (max-width: 768px) {
221+
.home-section {
222+
padding: 60px 0 60px 0;
223+
}
224+
.home-section:first-of-type {
225+
padding-top: 40px;
226+
}
227+
}
228+
213229
.section-heading h1 {
214230
margin: 0 0 10px 0;
215231
}
@@ -365,6 +381,47 @@ article {
365381
animation-delay: 0.15s;
366382
}
367383

384+
.article-container {
385+
max-width: 760px;
386+
padding: 1rem 20px 0 20px;
387+
margin: 0 auto 0 auto;
388+
}
389+
390+
.article-header {
391+
position: relative;
392+
clear: both;
393+
}
394+
395+
.article-banner {
396+
width: 100%;
397+
height: auto;
398+
}
399+
400+
.article-header-caption {
401+
position: absolute;
402+
bottom: 0;
403+
right: 0;
404+
margin: 0 auto;
405+
padding: 2px 5px;
406+
color: #fff;
407+
font-size: .7em;
408+
background: #000;
409+
text-align: right;
410+
z-index: 5;
411+
opacity: 0.65;
412+
border-radius: 5px 0 0 0;
413+
}
414+
@media (min-width: 64em) {
415+
.article-header-caption {
416+
padding: 5px 10px;
417+
}
418+
}
419+
420+
.article-header-caption a {
421+
color: #fff;
422+
text-decoration: none;
423+
}
424+
368425
.article-title {
369426
font-size: 1.75rem;
370427
}
@@ -408,11 +465,6 @@ article {
408465
margin-right: 10px;
409466
}
410467

411-
.article-banner {
412-
width: 100%;
413-
height: auto;
414-
}
415-
416468
.article-style img,
417469
.article-style video {
418470
box-shadow: 1px 1px 0px #edefed, -1px -1px 0px #edefed, 1px -1px 0px #edefed, -1px 1px 0px #edefed;
@@ -435,7 +487,7 @@ article {
435487
}
436488

437489
#comments {
438-
padding: 20px;
490+
padding-top: 1rem;
439491
}
440492

441493
/*************************************************
@@ -785,15 +837,6 @@ footer a#back_to_top i {
785837
min-height: 70px !important;
786838
}
787839

788-
/* Prevent navbar hiding initial content when jumping to in-page anchor. */
789-
*[id]:not([id^="fn"]):before {
790-
display: block;
791-
content: " ";
792-
margin-top: -70px;
793-
height: 70px;
794-
visibility: hidden;
795-
}
796-
797840
.navbar-default {
798841
background: #fff;
799842
box-shadow: 0 0.125rem 0.25rem 0 rgba(0,0,0,.11)
@@ -860,12 +903,6 @@ nav#navbar-main li {
860903
min-height: 50px !important;
861904
}
862905

863-
/* Prevent navbar hiding initial content when jumping to in-page anchor. */
864-
*[id]:not([id^="fn"]):before {
865-
margin-top: -50px;
866-
height: 50px;
867-
}
868-
869906
.navbar-brand,
870907
.navbar-nav li a {
871908
height: inherit;

index.html

+77-9
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<meta http-equiv="X-UA-Compatible" content="IE=edge">
88
<meta name="theme" content="hugo-academic">
9-
<meta name="generator" content="Hugo 0.18.1" />
9+
<meta name="generator" content="Hugo 0.19" />
1010
<meta name="author" content="Siyuan Zhao">
1111
<meta name="description" content="Ph.D. Student">
1212

@@ -24,7 +24,7 @@
2424
<link rel="stylesheet" href="/css/bootstrap.min.css">
2525
<link rel="stylesheet" href="/css/font-awesome.min.css">
2626
<link rel="stylesheet" href="/css/academicons.min.css">
27-
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Lato:400,700|Merriweather|Roboto+Mono">
27+
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Lato:400,700%7CMerriweather%7CRoboto+Mono">
2828
<link rel="stylesheet" href="/css/hugo-academic.css">
2929

3030
<link rel="stylesheet" href="/css/custom.css">
@@ -114,6 +114,8 @@
114114

115115

116116

117+
118+
117119
</ul>
118120

119121
</div>
@@ -147,7 +149,13 @@
147149
<div class="portrait-title">
148150
<h2 itemprop="name">Siyuan Zhao</h2>
149151
<h3 itemprop="jobTitle">Ph.D. Student</h3>
150-
<h3 itemprop="worksFor">Worcester Polytechnic Institute</h3>
152+
153+
<h3 itemprop="worksFor">
154+
155+
Worcester Polytechnic Institute
156+
157+
</h3>
158+
151159
</div>
152160

153161
<ul class="social-icon" aria-hidden="true">
@@ -185,7 +193,7 @@ <h3 itemprop="worksFor">Worcester Polytechnic Institute</h3>
185193

186194
<p>I am advised by <a href='http://www.neilheffernan.net/' target='_blank'>Prof. Neil Heffernan</a> and work in ASSISTments Lab to help develop and perform research within the adaptive online tutor.</p>
187195

188-
<p>My research interests are in deep learning, educational data mining, natural language processing, and counterfactual inference. I have used neural networks models to predict student knowledge level, classify diagnoses from medical notes, build an automated essay scoring system, and estimate individual treatment effect for students from the dataset collected from randomized controlled trials running inside ASSISTments.</p>
196+
<p>My research interests are in educational data mining, deep learning, and domain adaptation. I have used neural networks models to predict student knowledge level, classify diagnoses from medical notes, build an automated essay scoring system, and estimate individual treatment effect from the data collected from experiments. Recently, I have started to learn about Bayesian Optimization (Gaussian Process).</p>
189197

190198
<p>I have also built and published several web applications to integrate ASSISTments with other Learning Management Systems.</p>
191199

@@ -197,13 +205,13 @@ <h3 itemprop="worksFor">Worcester Polytechnic Institute</h3>
197205
<h3>Interests</h3>
198206
<ul class="ul-interests">
199207

200-
<li>Deep Learning</li>
201-
202208
<li>Educational Data Mining</li>
203209

210+
<li>Deep Learning</li>
211+
204212
<li>Domain Adaptation</li>
205213

206-
<li>Natural Language Processing</li>
214+
<li>Bayesian Optimization</li>
207215

208216
</ul>
209217
</div>
@@ -266,6 +274,65 @@ <h1>Publications</h1>
266274

267275

268276

277+
<div class="col-md-12">
278+
279+
280+
281+
<h3 class="article-title" itemprop="name">
282+
<a href="https://siyuanzhao.github.io/publication/rcf-ite/" itemprop="url">Estimating Individual Treatment Effect from Educational Studies with Residual Counterfactual Networks</a>
283+
</h3>
284+
285+
<div class="pub-abstract" itemprop="text">
286+
287+
288+
289+
</div>
290+
291+
<div class="pub-authors" itemprop="author">
292+
293+
Siyuan Zhao, Neil Heffernan
294+
295+
</div>
296+
297+
<div class="pub-publication">
298+
299+
In <em>EDM 2017 (to appear)</em>
300+
301+
</div>
302+
303+
<div class="pub-links">
304+
305+
306+
307+
308+
<a class="btn btn-primary btn-outline btn-xs" href="https://siyuanzhao.github.io/publication/rcf-ite/">
309+
Details
310+
</a>
311+
312+
313+
<a class="btn btn-primary btn-outline btn-xs" href="https://siyuanzhao.github.io/pdf/EDM_2017_paper_113.pdf">
314+
PDF
315+
</a>
316+
317+
318+
319+
320+
321+
322+
323+
324+
</div>
325+
326+
</div>
327+
</div>
328+
</div>
329+
330+
331+
<div class="pub-list-item" itemscope itemtype="http://schema.org/CreativeWork">
332+
<div class="row">
333+
334+
335+
269336
<div class="col-md-12">
270337

271338

@@ -652,7 +719,7 @@ <h1>Experience</h1>
652719

653720
<h3 id="research-intern">Research Intern</h3>
654721

655-
<p><em>Philips Research North America</em> <sub><sup>(May, 2016-August, 2016) - Cambridge, MA</sup></sub></p>
722+
<p><strong><em>Philips Research North America</em></strong> <small>(May, 2016-August, 2016) - Cambridge, MA</small></p>
656723

657724
<ul>
658725
<li>Implemented Key-Value Memory Networks and Gated Attention Readers to classify diagnoses from medical notes</li>
@@ -661,12 +728,13 @@ <h3 id="research-intern">Research Intern</h3>
661728

662729
<h3 id="research-assistant">Research Assistant</h3>
663730

664-
<p><em>ASSISTments Lab</em> <sub><sup>(2014-present) - WPI </sup></sub></p>
731+
<p><strong><em>ASSISTments Lab</em></strong> <small>(2014-present) - WPI </small></p>
665732

666733
<ul>
667734
<li>Implemented a student model (knowledge tracing) with Long Short-Term Memory (LSTM) to predict the probability of a student making errors on given problems and measure student&rsquo;s knowledge level on given skills.</li>
668735
<li>Built a model for automated assignment grading tasks using memory networks and achieved state-of-the-art results on the Kaggle ASAP dataset.</li>
669736
<li>Estimated the individual treatment effect for students using a deep learning model from the dataset collected from randomized control trials running inside ASSISTments.</li>
737+
<li>Finished the <a href="https://web.cs.wpi.edu/Intranet/Graduate/compexam.html" target="_blank">Comprehensive Exam</a> on topics including Bayesian optimization, Gaussian process, aggregation of crowdsourced labels, and estimation of the treatment effect.</li>
670738
</ul>
671739

672740
</div>

0 commit comments

Comments
 (0)