-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdivergences.html
45 lines (43 loc) · 2.04 KB
/
divergences.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Content Differences in Syntactic and Semantic Representations</title>
<link href="//fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.9.0/styles/default.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta/css/bootstrap.min.css"
integrity="sha384-/Y6pD6FV/Vv2HJnA6t+vslU6fwYXjCFtcEpHbNJ0lyAFsXTsjBbfaDjzALeQsN6M" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<div class="container">
<div class="row" style="font-family: Roboto,sans-serif;font-size:14pt;">
<div class="col-md-8">
<h1>Content Differences in Syntactic and Semantic Representations</h1>
<p>This page provides detailed examples to accompany the following paper:</p>
<pre>@InProceedings{hershcovich2019content,
author = {Hershcovich, Daniel and Abend, Omri and Rappoport, Ari},
title = {Content Differences in Syntactic and Semantic Representations},
booktitle = {Proc. of NAACL},
year = {2019}
}</pre>
<p>Content will be available soon.</p>
</div>
<div class="col-md-4">
<div class="row">
<div class="text-right">
<img src="img/huji_banner.png" class="img-responsive">
<img src="img/cse_banner.png" class="img-responsive">
</div>
</div>
</div>
</div>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.11.0/umd/popper.min.js"
integrity="sha384-b/U6ypiBEHpOf/4+1nzFpr53nxSS+GLCkfwBdFNTxtclqqenISfwAzpKaMNFNmj4"
crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta/js/bootstrap.min.js"
integrity="sha384-h0AbiXch4ZDo7tp9hKZ4TsHbi047NrKGLO3SEJAg45jXxnGIfYzk4Si90RDIqNm1"
crossorigin="anonymous"></script>
</body>
</html>