-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcode.html
109 lines (108 loc) · 6.25 KB
/
code.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
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>Alexander Kotov | Computer Science @ Wayne State University </title>
<link href="style.css" rel="stylesheet" type="text/css" />
<script type="text/javascript">!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');
</script>
<script type="text/javascript">
var _gaq = _gaq || [];
var pluginUrl = '//www.google-analytics.com/plugins/ga/inpage_linkid.js';
_gaq.push(['_require', 'inpage_linkid', pluginUrl]);
_gaq.push(['_setAccount', 'UA-21762083-2']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body>
<table id="page" align="center" cellpadding="0" cellspacing="0" width="100%" border="0">
<tr>
<td align="center">
<table id="header" width="980">
<colgroup>
<col width="190">
<col width="300">
<col width="300">
<col width="190">
</colgroup>
<tr>
<td colspan="1" align="left" valign="middle"><img height="190" src="./images/kotov.jpg"></td>
<td colspan="2" align="center" height="200" valign="top">
<h2>Alexander Kotov</h2>
<b style="font-size:20">Associate Professor</b></br>
<a href="http://engineering.wayne.edu/cs/">Department of Computer Science</a></br>
<a href="http://www.wayne.edu/">Wayne State University</a></br>
[ <a href="./docs/kotov-full-cv.pdf">Full CV</a> ] [ <a href="http://scholar.google.com/citations?user=83gsCFsAAAAJ&hl=en">Google scholar</a> ] [ <a href="https://dblp.org/pid/47/8024.html">DBLP</a> ] [ <a href="https://www.ncbi.nlm.nih.gov/myncbi/14ytpyWvwQQAO/bibliography/public/">Pubmed</a> ]</br>
<table id="buttons">
<tr>
<td>
<a href="https://twitter.com/rusillini" class="twitter-follow-button" data-show-count="false" data-dnt="true">Follow @rusillini</a>
</td>
<td>
<a href="http://www.linkedin.com/pub/alexander-kotov/11/363/690">
<img src="./images/linkedin.png" border="0" alt="View Alexander Kotov's profile on LinkedIn"></a>
</td>
</tr>
</table>
</td>
<td colspan="1" align="right"><img src="./images/wsu_seal.png"></td>
</tr>
<tr>
<td colspan="2" align="center" width="50%">
<b>Contact information:</b></br>
<i>Office:</i> Maccabees Building, Suite 14001.6 (14th floor)</br>
<i>Email:</i> <b>my last name</b> at <b>wayne</b> dot <b>edu</b></br>
<i>Phone:</i> (313) 577-9307</br>
</td>
<td colspan="2" align="center" width="50%">
<b>Mailing address:</b></br>
Computer Science Department, Wayne State University </br>
5057 Woodward Ave, Suite 14001.6 </br>
Detroit, Michigan 48202, USA </br>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td align="center">
<table id="menu_cont">
<tr id="menu">
<td><a href="index.html">Intro</a></td>
<td><a href="resume.html">Resume</a></td>
<td><a href="ir.html">IR</a></td>
<td><a href="biomed.html">Biomedical</a></td>
<td><a href="ml-nlp.html">ML/NLP</a></td>
<td><a href="code.html" class="active">Code</a></td>
<td><a href="wsu.html">WSU</a></td>
</tr>
<tr>
<td id="content" colspan="7">
<ul>
<li>Implementation of Neural Architecture for Conversational Entity Retrieval (NACER) is available <a href="https://zenodo.org/records/10694226">here</a>. Benchmark for the task of Conversational Entity Retrieval from Knowledge Graph is availbale <a href="https://figshare.com/articles/dataset/Knowledge_Graph-based_QBLink_QBLink-KG_/25256290">here</a>. If you are using the code or the benchmark, please cite <i>M. Zamiri, Y. Qiang, F. Nikolaev, D. Zhu and A. Kotov, "Benchmark and Neural Architecture for Conversational Entity Retrieval from a Knowledge Graph", In Proceedings of WWW’24, pages 1519-1528</i></li>
</ul>
<ul>
<li>Implementation of Fielded Sequential Dependence Model (FSDM) is available <a href="https://github.com/teanalab/FieldedSDM">here</a> and in <a href="http://sourceforge.net/p/lemur/galago/ci/release-3.9/tree/contrib/src/main/java/org/lemurproject/galago/contrib/retrieval/traversal/">Galago 3.9</a>. If you are using the code, please cite <i>N. Zhiltsov, A. Kotov and F. Nikolaev. "Fielded Sequential Dependence Model for Ad-Hoc Entity Retrieval in the Web of Data", In Proceedings of SIGIR'15, pages 253-262</i></li>
</ul>
<ul>
<li>Collection of reviews with author meta-data is available <a href="https://github.com/teanalab/USTM">here</a>. If you are using the data, please cite <i>Z. Yang, A. Kotov, A. Mohan and S. Lu. "Parametric and Non-parametric User-aware Sentiment Topic Models", In Proceedings of SIGIR'15, pages 413-422</i></li>
</ul>
<ul>
<li>Implementation of Markov Modulated Poisson Process (MMPP) is available <a href="https://github.com/rusillini/mmpp">here</a>. If you are using the code, please cite <i>A. Kotov, C. Zhai and R. Sproat. "Mining Named Entities with Temporally Correlated Bursts from Multilingual Web News Streams", In Proceedings of WSDM'11, pages 237-246</i></li>
</ul>
<ul>
<li>Search code for Question-guided Search Engine (QUSE) is available <a href="https://github.com/rusillini/quse">here</a>. If you are using any part of this project, please cite <i>A. Kotov and C. Zhai "Towards natural question guided search", In Proceedings of WWW'10, pages 541-550</i></li>
</ul>
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>