-
Notifications
You must be signed in to change notification settings - Fork 1
/
publications.html
67 lines (61 loc) · 2.74 KB
/
publications.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>LUKA -- The Capital NLP Group of California</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Language Understanding and Knowledge Acquisition Lab, LUKA @ USC">
<meta name="author" content="">
<!-- Le styles -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/bootstrap-responsive.min.css" rel="stylesheet">
<link href="css/theme.css" rel="stylesheet">
<style type="text/css">
<
.STYLE2 {font-family: Calibri; font-size: 24px; }
.STYLE27 {font-family: Calibri; font-size: 16px; }
>
</style>
<script src="./js/w3data.js"></script>
</head>
<body>
<div class="container">
<div w3-include-html="./src/header.html" id="common_header"></div>
<hr>
<div class="row-fluid">
<div class="span12">
<section id="published">
<div w3-include-html="https://muhaochen.github.io/src/pub.html" id="pub_source"></div>
</section>
<hr>
<section id="dissertations">
<div>
<ul>
<br><span class="STYLE2"><b>Dissertations</b></span>
<ul>
<li class="STYLE27">Wenxuan Zhou. <i><b>Robust and Generalizable Knowledge Acquisition from Text.</b></i> 2023. [<a href="https://doi.org/10.25549/usctheses-oUC113296263">pdf</a>]</li>
<li class="STYLE27">Ehsan Qasemi. <i><b>Multi-modal Preconditioned Inference of Commonsense Knowledge.</b></i> 2023. [<a href="https://doi.org/10.25549/usctheses-oUC113763620">pdf</a>]</li>
<li class="STYLE27">Peifeng Wang. <i><b>Externalized Reasoning in Language Models for Scalable and Trustworthy AI.</b></i> 2023. [<a href="https://doi.org/10.25549/usctheses-oUC113763478">pdf</a>]</li>
</ul>
</ul>
</div>
</section>
</div>
</div>
</div>
<div w3-include-html="./src/footer.html" id="common_footer"></div>
<!-- Le javascript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="js/jquery-1.9.1.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script> w3IncludeHTML(include_callback); function include_callback() {$("#nav-publication").addClass("active");}</script>
<script>
$(document).ready(function() {
$(document.body).scrollspy({
target: "#navparent"
});
});
</script>
</body>
</html>