-
Notifications
You must be signed in to change notification settings - Fork 0
/
news.html
77 lines (70 loc) · 6.27 KB
/
news.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>News</title>
<!-- Bootstrap -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href='http://fonts.googleapis.com/css?family=Dosis|Open+Sans' rel='stylesheet' type='text/css'>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
<link href="css/font-awesome.min.css" rel="stylesheet">
<link href="css/index.css" rel="stylesheet">
</head>
<body>
<div class="container">
<div class="row">
<div class="col-md-6 col-md-offset-3 panel panel-default">
<h1>News</h1>
<ul>
<li><b>3 Dec 15:</b> The poster for our NIPS paper <a href="http://arxiv.org/abs/1506.02516" target="_blank">Learning to Transduce with Unbounded Memory</a> will be presented during <a href="https://nips.cc/Conferences/2015/Schedule#maincard_5620" target="_blank">Monday December 7th's 7pm–12am NIPS session as Poster 16</a>.</li>
<li><b>3 Dec 15:</b> The poster for our NIPS paper <a href="http://arxiv.org/abs/1506.03340" target="_blank">Teaching Machines to Read and Comprehend</a> will be presented during <a href="https://nips.cc/Conferences/2015/Schedule#maincard_5605" target="_blank">Thursday December 10th's 11am–3pm NIPS session as Poster 1</a>.</li>
<li><b>27 Nov 15:</b> Our proposal for the <a href="https://sites.google.com/site/repl4nlp2016/" target="_blank">1st Workshop on Representation Learning for NLP</a> has been accepted at <a href="http://acl2016.org/" target="_blank">ACL 2016</a>.</li>
<li><b>26 Nov 15:</b> <a href="docs/HowMuchLinguistics2015.pdf" target="_blank">The slides for my talk on <i>How much linguistics is needed for NLP?</i></a> are now online.</li>
<li><b>30 Jul 14:</b> <a href="http://youtu.be/_ASOqXiWBVo" target="_blank">The video for our tutorial on <i>New Directions in Vector Space Models of Meaning</i></a>, is now online.</li>
<li><b>22 Jun 14:</b> The slides for our tutorial on <i><a href="http://www.cs.ox.ac.uk/files/6605/aclVectorTutorial.pdf" target="_blank">New Directions in Vector Space Models of Meaning</a></i>, with Phil Blunsom, Georgiana Dinu, and Karl Moritz Hermann, are now online.</li>
<li><b>22 Apr 14:</b> Our paper, <i>A Deep Architecture for Semantic Parsing</i>, with Nando de Freitas, Phil Blunsom, and Karl Moritz Hermann has been accepted to <a href="http://sp14.ws/" target="_blank">SP14</a>.</li>
<li><b>04 Apr 14:</b> Our paper, <i>Concrete Models and Empirical Evaluations for the Categorical Compositional Distributional Model of Meanings</i>, with Mehrnoosh Sadrzadeh has been accepted for publication in <a href="http://www.mitpressjournals.org/loi/coli" target="_blank">Computational Linguistics</a>.</li>
<li><b>06 Mar 14:</b> Our paper, <i><a href="http://goo.gl/EsQCuC" target="_blank">A Convolutional Neural Network for Modelling Sentences</a></i>, with Nal Kalchbrenner and Phil Blunsom has been accepted to <a href="http://www.cs.jhu.edu/ACL2014/" target="_blank">ACL 2014</a>.</li>
<li><b>02 Mar 14:</b> Our tutorial on <i><a href="http://www.cs.ox.ac.uk/files/6605/aclVectorTutorial.pdf" target="_blank">New Directions in Vector Space Models of Meaning</a></i>, with Phil Blunsom, Georgiana Dinu, and Karl Moritz Hermann, has been accepted to <a href="http://www.cs.jhu.edu/ACL2014/" target="_blank">ACL 2014</a>.</li>
<li><b>28 Feb 2014:</b> I will be at EACL 2014, running our workshop on <a href="https://sites.google.com/site/cvscworkshop2014/" target="_blank">Continuous Vector Space Models and their Compositionality</a>, organised with Alexandre Allauzen, Raffaella Bernardi, Hugo Larochelle, Christopher Manning, and Scott Wen-tau Yih.</li>
<li><b>26 Feb 2014:</b> Our paper, <i><a href="http://goo.gl/JTEKLR" target="_blank">A Type−Driven Tensor−Based Semantics for CCG</a></i>, with Jean Maillard and Stephen Clark, has been accepted to <a href="http://clt.gu.se/event/2014-04-27/type-theory-workshop-eacl-2014" target="_blank">TTNLS</a> at EACL 2014.</li>
</ul>
</div>
</div>
<div class="row">
<div class="col-md-6 col-md-offset-3" style="text-align: center">
<a href="mailto:[email protected]" type="button" class="btn btn-default"><i class="fa fa-envelope"></i> Email Me</a>
<a href="http://www.cs.ox.ac.uk/people/edward.grefenstette/" target="_blank" type="button" class="btn btn-default"><i class="fa fa-flask"></i> Work</a>
<a href="http://scholar.google.com/citations?user=ezllEwMAAAAJ&hl=en&oi=ao" target="_blank" type="button" class="btn btn-default"><i class="fa fa-book"></i> Google Scholar Profile</a>
<a href="docs/CV.pdf" target="_blank" type="button" class="btn btn-default"><i class="fa fa-trophy"></i> CV</a>
</div>
</div>
<div class="row" style="padding-top: 10px">
<div class="col-md-4 col-md-offset-4" style="text-align: center">
<footer>
<p class="footer">Copyright © Edward Grefenstette 2016</p>
</footer>
</div>
</div>
</div>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="js/bootstrap.min.js"></script>
<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-2756136-3', 'egrefen.com');
ga('send', 'pageview');
</script>
</body>
</html>