-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
215 lines (177 loc) · 9.87 KB
/
index.html
File metadata and controls
215 lines (177 loc) · 9.87 KB
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
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-12248892-3']);
_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>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link href="minwoo.css" rel="stylesheet" type="text/css">
<title>Minwoo Jeong</title>
</head>
<body>
<h4> Minwoo Jeong </h4>
<img src="minwoo.jpg" width="140" align=left>
<p> Hello! I am a software engineer at <a href="http://www.bing.com">Microsoft Bing</a>.</p>
<p> While I am renovating this page, please see <a href="http://www.linkedin.com/in/minwoojeong">my linkedin page</a>. Thanks! </p>
<!--
<p>I completed my Ph.D. in Computer Science and Engineering under the supervision of Prof. <a href="http://isoft.postech.ac.kr/~gblee/">Gary Geunbae Lee</a> from <a href="http://postech.edu">Pohang University of Science and Technology (Postech)</a>, South Korea in Feb 2009.
I interned in <a href="http://research.microsoft.com/en-us/labs/asia/">Microsoft Research Asia</a>, working with <a href="http://research.microsoft.com/en-us/people/cyl/">Chin-Yew Lin</a>, and <a href="http://research.microsoft.com/en-us/labs/redmond/">Microsoft Research</a>, working with <a href="http://research.microsoft.com/en-us/people/hisamis/">Hisami Suzuki</a> and <a href="http://research.microsoft.com/en-us/people/kristout/">Kristina Toutanova</a>.</p>
<p>I am interested in speech and language processing, information retrieval, and machine learning. I have worked on spoken language understanding, relation extraction, discourse segmentation, and machine translation.</p>
<p> You can reach me by email at [my first name] [dot] j [at] gmail [dot] com.<br>
You can also see my record on <a href="CV_minwoojeong_2011.04.06.pdf">resume</a> (as of April 2011).</p>
<h4>Publications </h4>
<p>For more detail, look at my <a href="">publication list</a>.</p>
<ul class="paper">
<li>A Cross-lingual Annotation Projection-based Self-supervision Approach for Open Information Extraction.
<br>
Seokhwan Kim, Minwoo Jeong, Jonghoon Lee, Gary Geunbae Lee <br>
<i>Proceedings of the 5th international joint conference on natural language processing</i> (<b>IJCNLP 2011</b>), Chiang Mai, Thailand, Nov 2011.
</li>
<li>Web-search Enhanced Contents Retrieval for Information Access Dialog System
<br>
Donghyeon Lee, Cheongjae Lee, Minwoo Jeong, Kyungduk Kim, Seokhwan Kim, Junhwi Choi, Gary Geunbae Lee <br>
<i>Proceedings of the 12th annual conference of the international speech communication association</i> (<b>Interspeech 2011</b>), Florence, Aug 2011.
</li>
<li>A Local Tree Alignment Approach to Relation Extraction of Multiple Arguments
<a class="url" href="http://dx.doi.org/10.1016/j.ipm.2010.12.002"> [link] </a>
<br>
Seokhwan Kim, Minwoo Jeong, Gary Geunbae Lee<br>
<i>Information Processing and Management</i> (<b>IPM</b>). 47(4):593–605, July 2011.
<br/>
Extended journal version of previous works:
<a class="pdf" href="paper/naacl2009short.pdf">[1]</a>,
<a class="pdf" href="paper/sigir2008poster.pdf">[2]</a>,
<a class="pdf" href="paper/airs2008.pdf">[3]</a>
</li>
<li>A Discriminative Lexicon Model for Complex Morphology
<a class="pdf" href="paper/amta2010.pdf"> [pdf] </a>
<a class="slide" href="doc/amta2010_poster.pdf"> [poster] </a>
<br>
Minwoo Jeong, Kristina Toutanova, Hisami Suzuki, Chris Quirk <br>
<i>Association for Machine Translation in the Americas</i> (<b>AMTA 2010</b>). Nov 2010, Denver, CO.
</li>
<li>Multi-document Topic Segmentation
<a class="pdf" href="paper/cikm2010.pdf"> [pdf] </a>
<a class="slide" href="doc/cikm2010_slide.key"> [keynote] </a>
<a class="code" href=""> [code] </a>
<br>
Minwoo Jeong, Ivan Titov <br>
<i>ACM International Conference on Information and Knowledge Management</i> (<b>CIKM 2010</b>). Oct 2010, Toronto, Canada.
<br/>Previous work:
<a class="pdf" href="paper/acl2010short.pdf">[acl10 short]</a>,
<a class="slide" href="doc/acl2010short_poster.pdf">[poster]</a>
</li>
<li>A Cross-lingual Annotation Projection Approach for Relation Detection
<a class="pdf" href="paper/coling2010.pdf"> [pdf] </a>
<a class="data" href="http://isoft.postech.ac.kr/~megaup/research/resources/"> [data] </a>
<br>
Seokhwan Kim, Minwoo Jeong, Jonghoon Lee, Gary Geunbae Lee <br>
<i>International Conference on Computational Linguistics</i> (<b>Coling 2010</b>). Aug 2010, Beijing, China.
</li>
<li>Script-Description Pair Extraction from Text Documents of English as Second Language Podcast
<a class="pdf" href="paper/csedu2010.pdf"> [pdf] </a>
<br>
Hyungjong Noh, Minwoo Jeong, Sungjin Lee, Jonghoon Lee, Gary Geunbae Lee <br>
<i>International Conference on Computer Supported Education</i> (<b>CSEDU 2010</b>). Apr 2010, Valencia, Spain.
</li>
<li>Semi-supervised Speech Act Recognition in Emails and Forums
<a class="pdf" href="paper/emnlp2009.pdf"> [pdf] </a>
<a class="slide" href="doc/emnlp2009_poster.pdf"> [poster] </a>
<br>
Minwoo Jeong, Chin-Yew Lin, Gary Geunbae Lee <br>
<i>Empirical Methods on Natural Language Processing</i> (<b>EMNLP 2009</b>). Aug 2009, Singapore.
</li>
<li>Efficient Inference of CRFs for Large-scale Natural Language Data
<a class="pdf" href="paper/acl2009short.pdf"> [pdf] </a>
<a class="slide" href="doc/acl2009short_slide.pdf"> [slide] </a>
<a class="code" href=""> [code] </a>
<br>
Minwoo Jeong, Chin-Yew Lin, Gary Geunbae Lee <br>
<i>Association for Computational Linguistics</i> (<b>ACL 2009 Short paper</b>). Aug 2009, Singapore.
</li>
<li>Machine Learning Approaches to Spoken Language Understanding for Ambient Intelligence
<a class="url" href="http://dx.doi.org/10.1016/B978-0-12-374708-2.00008-5"> [link] </a>
<a class="pdf" href="paper/hci_book_ch8.pdf"> [draft ver] </a>
<br>
Minwoo Jeong, Gary Geunbae Lee <br>
<i>Human Centric Interfaces for Ambient Intelligence</i>. Chapter 8, Pages 185-224, Hamid Aghajan, Ramón López-Cózar Delgado and Juan Carlos Augusto (Eds.), Elsevier, Oct 2009.
</li>
<li>Data-driven User Simulation for Automated Evaluation of Spoken Dialog Systems
<a class="url" href="http://dx.doi.org/10.1016/j.csl.2009.03.002"> [link] </a>
<br>
Sangkeun Jung, Choengjae Lee, Kyungduk Kim, Minwoo Jeong, Gary Geunbae Lee <br>
<i>Computer Speech and Language</i> (<b>CSL</b>). 23(4):479-509, Oct 2009.
</li>
<li>Multi-domain Spoken Language Understanding with Transfer Learning
<a class="url" href="http://dx.doi.org/10.1016/j.specom.2009.01.001"> [link] </a>
<a class="pdf" href="paper/specom2009.pdf"> [draft ver] </a>
<br>
Minwoo Jeong, Gary Geunbae Lee <br>
<i>Speech Communication</i> (<b>Specom</b>). 51(5):412-424, May 2009.
</li>
<li>Triangular-chain Conditional Random Fields
<a class="url" href="http://dx.doi.org/10.1109/TASL.2008.925143"> [link] </a>
<a class="pdf" href="paper/ieee_taslp2008.pdf"> [draft ver] </a>
<a class="code" href=""> [code] </a>
<br>
Minwoo Jeong, Gary Geunbae Lee <br>
<i>IEEE Transactions on Audio, Speech and Language Processing</i> (<b>IEEE-TASLP</b>). 16(7):1287-1302, Sep 2008.
</li>
<li>On the Use of Structures for Spoken Language Understanding: A Two-Step Approach
<a class="url" href="http://dx.doi.org/10.1093/ietisy/e91-d.5.1552"> [link] </a>
<a class="pdf" href="paper/ieice2008.pdf"> [draft ver] </a>
<br>
Minwoo Jeong and Gary Geunbae Lee <br>
<i>IEICE Transactions on Information and Systems</i>. E91-D(5):1552-1561, May 2008.
<br/>Journal version of <a class="pdf" href="paper/icassp2007.pdf">ICASSP 2007 paper</a>
</li>
<li>Practical Use of Non-Local Features for Statistical Spoken Language Understanding
<a class="url" href="http://dx.doi.org/10.1016/j.csl.2007.07.001"> [link] </a>
<a class="pdf" href="paper/csl2008.pdf"> [draft ver] </a>
<br>
Minwoo Jeong and Gary Geunbae Lee <br>
<i>Computer Speech and Language</i> (<b>CSL</b>). 22(2):148-170, Apr 2008.
<br/>Journal version of <a class="pdf" href="paper/acl2006.pdf">ACL 2006 paper</a>
</li>
<li>Improving Speech Recognition and Understanding Using Error-Corrective Re-ranking
<a class="url" href="http://doi.acm.org/10.1145/1330291.1330293"> [link] </a>
<a class="pdf" href="paper/acm_talip2008.pdf"> [draft ver] </a>
<br>
Minwoo Jeong and Gary Geunbae Lee <br>
<i>ACM Transactions on Asian Language Information Processing</i> (<b>ACM-TALIP</b>). 7(1):Article 2, Feb 2008.
<br/>Extended journal version of my master thesis works:
<a class="pdf" href="paper/interspeech2005b.pdf">[1]</a>,
<a class="pdf" href="paper/interspeech2004.pdf">[2]</a>,
<a class="pdf" href="paper/naacl2004workshop.pdf">[3]</a>,
<a class="pdf" href="paper/asru2003.pdf">[4]</a>
</li>
<li>Co-works on Dialog System:
<a class="pdf" href="paper/urai2007.pdf">[1]</a>
<a class="pdf" href="paper/icassp2006.pdf">[2]</a>
<a class="pdf" href="paper/slt2006b.pdf">[3]</a>
</li>
<li>Co-works on Spoken Language Understanding:
<a class="pdf" href="paper/interspeech2007.pdf">[1]</a>,
<a class="pdf" href="paper/roman2007.pdf">[2]</a>,
<a class="pdf" href="paper/interspeech2005a.pdf">[3]</a>, and
<a class="url" href="http://etrij.etri.re.kr/Cyber/servlet/BrowseAbstract?vol=29&num=2&pg=179">[ETRI journal paper]</a> (Paper of the Year 2007 Award (Jan 2, 2008))
</li>
</ul>
<h4> Code </h4>
<p> <a href="https://github.com/minwoo/TopicSeg">TopicSeg: Topic segmentation</a> </p>
<p> <a href="https://github.com/minwoo/TriCRF">TriCRF: Triangular-chain CRF</a> </p>
<p> <a href="https://github.com/minwoo/fastCRF">FastCRF: A fast implementation of CRF</a> </p>
<br>
<div class=footnote>
<p align="left">Copyright 2011, Minwoo Jeong. <p>
</div>
-->
</body>
</html>