-
Notifications
You must be signed in to change notification settings - Fork 0
/
tech_report.htm
96 lines (74 loc) · 2.48 KB
/
tech_report.htm
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
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Xu SUN</title>
<style type="text/css">
.name {font-size: 24px;}
body {background-color: #FFF;}
body,td,th {font-size: 22px;}
.size20 {font-size: 22px;
}
.new_tag {
font-family: "Arial Black", Gadget, sans-serif;
color: #F00;
}
</style>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-73800643-1', 'auto');
ga('send', 'pageview');
</script>
<script>
function copy(dest, source) {
if(dest.source == source) {
dest.innerHTML = "";
dest.source = null;
}
else {
dest.innerHTML = source.innerHTML;
dest.source = source;
}
dest.blur();
}
</script>
</head>
<body>
<h2><a href="index.htm">Xu SUN</a></h2>
<h2>Technical Reports</h2>
<br>
<ul>
<li> Probabilistic Structured-Output Perceptron: An Effective Probabilistic Method for Structured NLP Tasks</li>
[<a href="tech_report/TR_ProbPerc.pdf">pdf</a>]
<br><br>
<li> Multi-Task Learning with Second-Order Gradient Information</li>
[<a href="tech_report/TR2013.pdf">pdf</a>]
<br><br>
<li> Averaged Stochastic Gradient Descent with Feedback for Large-Scale Continuous Activity Recognition</li>
[<a href="tech_report/TR_ASGD.pdf">pdf</a>]
<br><br>
<li> Improved Structure Regularization for Chinese Part-of-Speech Tagging</li>
[<a href="tech_report/TR_POS.pdf">pdf</a>]
<br><br>
<li> Towards Very Fast and Accurate Part-of-Speech Tagging: A Decomposed and Parallelized Learning Method</li>
[<a href="tech_report/TR_postag.pdf">pdf</a>]
<br><br>
<li> Improving Chinese Part-of-Speech Tagging with Regularized Global Information</li>
[<a href="tech_report/TR_chinese_pos.pdf">pdf</a>]
<br><br>
<li> Structure Regularized Learning for Named Entity Recognition</li>
[<a href="tech_report/TR_sr_ner.pdf">pdf</a>]
<br><br>
<li>CRF-ADF Sequential Tagging Toolkit v1.0</li>
[<a href="tech_report/CA.tu.pdf">Tutorial</a>]
<br><br>
<li>Latent Structured Perceptron Toolkit v1.0</li>
[<a href="tech_report/LSP.tu.pdf">Tutorial</a>]
<br><br>
<li>Online Multi-Task Learning Toolkit (OMT) v1.0</li>
[<a href="tech_report/OMT.tu.pdf">Tutorial</a>]
<br><br>
</ul>
</body>
</html>