forked from kevincstowe/clear-website
-
Notifications
You must be signed in to change notification settings - Fork 1
/
home.html
60 lines (59 loc) · 2.81 KB
/
home.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
<div id="textbox">
<h2> Welcome </h2>
<div id="subtextbox">
<!-- Add Information Here-->
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr valign="top">
<td>
The Center for Computational Language and EducAtion Research (CLEAR)
is dedicated to advancing Human Language Technology and applying it to
Personalized Learning for broad and diverse populations with varying
language backgrounds and cognitive profiles. Personalized Learning
augments or replaces traditional modes of learning with emerging, and
often interactive, technologies that adapt to suit individual
preferences. Personalized learning is such an important problem that
it has recently been named by the National Academy of Engineering as
one of the 14 grand challenges for the 21st century.
<br />
<br />
CLEAR conducts research and development which informs theoretical
questions in personalized learning and leads to effective and scalable
solutions in schools, on the web and in the work place. Advancing
personalized learning involves a multi-disciplinary effort that
leverages innovations in human language technology that span computer
science, linguistics, education, cognition, psychology, and speech and
language.
<br />
<br />
Center projects include: Adaptive assessment and intervention for
reading difficulties, The development of increasingly rich linguistic
annotation schemes that can serve as training and evaluation data for
machine learning, Information extraction and natural language
understanding using semantic role labeling and co-reference
resolution, Spoken language processing and dialog understanding,
and Human-computer interaction using animated agents or
customizable interfaces. These projects have led to a wide variety of
systems including some for language acquisition skills, tutoring and
therapy, tools for question answering and navigating the web, and for
learning and presentation of science topics ranging from plate
tectonics to acoustics.
</td>
<td valign="top" width="120">
<table border="0" cellspacing="0" cellpadding="0" width="100%" bgcolor="#d0dce8">
<tr><td>
<div class="columnHeader">WHAT'S NEW!</div>
<p align="center"><img src="images/naaclhlt2009_logo.jpg" alt="naaclhlt2009_logo" width="137" height="98" vspace="6" border="0" /></p>
<br>
<div class="smallText">
NAACL HLT 2009 took place in Boulder, Colorado from May 31 to
June 5, 2009. The general chair of the conference was Mari Ostendorf,
and the local arrangement co-chairs were Martha Palmer and Jim Martin.
<br /> <a href="http://clear.colorado.edu/NAACLHLT2009/" target="#">read more ></a>
</div>
</td></tr>
</table>
</td>
</tr>
</table>
</div>
</div>