-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
249 lines (226 loc) · 12 KB
/
index.html
File metadata and controls
249 lines (226 loc) · 12 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
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
<!DOCTYPE html>
<html>
<head>
<style>
* {
box-sizing: border-box;
}
.column {
float: left;
width: 33.33%;
padding: 5px;
}
/* Clearfix (clear floats) */
.row::after {
content: "";
clear: both;
display: table;
}
</style>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0"/>
<title>chatcrowd_home</title>
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<!-- <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0-beta/css/materialize.min.css" media="screen,projection"> -->
<!-- Compiled and minified CSS -->
<!-- <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/css/materialize.min.css"> -->
<!-- Compiled and minified JavaScript -->
<!-- <script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/js/materialize.min.js"></script> -->
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/css/materialize.min.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/js/materialize.min.js"></script>
<script>
//$(document).ready(function() {
// $('myselect').material_select();
//});
//$("#myselect").change(function() {
//console.log($('select#myselect').val());
//});
var e = document.getElementById("myselect");
var strUser = e.options[e.selectedIndex].value
</script>
</head>
<body>
<!-- <a href="https://github.com/uvavision/chat-crowd/tree/website"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_orange_ff7600.png" alt="Fork me on GitHub"></a> -->
<div class="section black lighten-1">
<h3 class="header center orange-text"><i>chatcrowd</i>(ViL): A Dialog-based Platform <br>for Visual Layout Composition</h3>
</div>
</div>
<div class="section">
<div class="container">
<div class="row center">
<h5 class="header col s12 light"><b>NAACL 2019</b></h5>
</div>
</div>
<h5 class="center"><a href="https://paolacascante.com/">Paola Cascante-Bonilla</a>  <a href="https://scholar.google.com/citations?user=c425B6UAAAAJ&hl=en">Xuwang Yin</a>  <a href="https://www.vicenteordonez.com/">Vicente Ordonez</a>  <a href="https://researcher.watson.ibm.com/researcher/view.php?person=us-sfeng">Song Feng</a></h5>
</div>
<div class="container">
<hr>
<h6 class="center header col s12 light"><b>Abstract</b> <br/><br/>In this paper we introduce Chat-crowd, an interactive environment for visual layout composition via conversational interactions. Chat-crowd supports multiple agents with two conversational roles: agents who play the role of a designer are in charge of placing objects in an editable canvas according to instructions or commands issued by agents with a director role. The system can be integrated with crowdsourcing platforms for both synchronous and asynchronous data collection and is equipped with comprehensive quality controls on the performance of both types of agents. We expect that this system will be useful to build multimodal goal-oriented dialog tasks that require spatial and geometric reasoning.</h6>
<hr>
<div class="section">
<!-- Icon Section -->
<div class="row">
<div class="col s12 m4">
<div>
<h2 class="center light-teal-text"><i class="medium material-icons">image_aspect_ratio</i></h2>
<h5 class="center">Grounded by Visual Layouts</h5>
<p class="light">A multi-modal dialog simulation system with a focus on spatial reasoning. Two sample tasks are included, 2D-shape layout and COCO image layout.</p>
</div>
</div>
<div class="col s12 m4">
<div class="icon-block">
<h2 class="center light-teal-text"><i class="medium material-icons">group</i></h2>
<h5 class="center">Multiple Crowdsourcing Mode</h5>
<p class="light">Integrated with crowdsourcing platforms for both synchronous and asynchronous data collection. </p>
</div>
</div>
<div class="col s12 m4">
<div>
<h2 class="center light-teal-text"><i class="medium material-icons">trending_up</i></h2>
<h5 class="center">Quality Control</h5>
<p class="light"> Equipped with comprehensive quality controls on the performance of both types of Instructors. </p>
</div>
</div>
</div>
<div class="icon-block">
<h6 class="center">
<i class="tiny material-icons">computer</i> <a href="https://github.com/chatcrowd/chatcrowd.github.io/tree/master/master">Chat-crowd repository</a>
<br />
<i class="tiny material-icons">vibration</i> <a href="https://www.aclweb.org/anthology/N19-4024.pdf">Check our paper</a>
<br />
<i class="tiny material-icons">visibility</i> <a href="samples.html">View sample dialogues of our tasks</a>
<br />
</h6>
</div>
</div>
<div class="row">
<h3 class="center orange-text">Try our demo</h3>
<div class="col s8 m6">
<div class="card">
<div class="card-content">
<p>Task: 2D-shape Layout (please select one taskId)
<div class = "row">
<!-- <form> -->
<select class = "browser-default" id="select2D">
<!-- <option value = "0" disabled selected>Select Task ID</option> -->
<option value = "12445">12445</option>
<option value = "12348">12348</option>
<option value = "12394">12394</option>
<option value = "12352">12352</option>
<option value = "12369">12369</option>
</select>
<!-- </form> -->
</div>
<script>
function redirect2D(opt)
{
var e = document.getElementById("select2D");
var id2d = e.options[e.selectedIndex].value
var e = document.getElementById("selectCOCO");
var idcoco = e.options[e.selectedIndex].value
if (opt == 0)
window.open("http://vision.cs.virginia.edu:8080//login?role=user&task_id=" + id2d + "&workerid=test123&username=Guest2&mode=2Dshape&debug=1", "_blank")
if (opt == 1)
window.open("http://vision.cs.virginia.edu:8080//login?role=agent&task_id=" + id2d + "&workerid=test123&username=Guest1&mode=2Dshape&debug=1", "_blank")
if (opt == 2)
window.open("http://vision.cs.virginia.edu:8080//login?role=user&task_id=" + idcoco + "&workerid=test123&username=Guest2&mode=COCO&debug=1", "_blank")
if (opt == 3)
window.open("http://vision.cs.virginia.edu:8080//login?role=agent&task_id=" + idcoco + "&workerid=test123&username=Guest1&mode=COCO&debug=1", "_blank")
}
</script>
</p>
</div>
<div class="card-image orange">
<img src="https://camo.githubusercontent.com/c6b8bc29903903090f75f7b22c908c8703fc2031/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f63726f7764666c6f7765722d696e73742d696d67732f324473686170652f696e7374727563746f722e676966">
<!-- <span class="card-title orange-text">2D shape task</span> -->
</div>
<div class="card-action">
<a class="btn orange" onclick="redirect2D(0)">Play Instructor</a>
<a class="btn orange" onclick="redirect2D(1)">Play Painter</a>
</div>
</div>
</div>
<div class="col s8 m6">
<div class="card">
<div class="card-content">
<p>Task: COCO Layout (please select one taskId)
<div class = "row">
<!-- <form> -->
<select class = "browser-default" id="selectCOCO">
<!-- <option value = "0" disabled selected>Select Task ID</option> -->
<option value = "287666">287666</option>
<option value = "62652">62652</option>
<option value = "319714">319714</option>
<option value = "409707">409707</option>
<option value = "556500">556500</option>
</select>
<!-- </form> -->
</div>
</p>
</div>
<div class="card-image">
<img src="https://camo.githubusercontent.com/3908e3a68a56e332d9ad33a98464ff2f7567e520/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f63726f7764666c6f7765722d696e73742d696d67732f434f434f2f64726177696e67746f6f6c2e676966">
<!-- <span class="card-title orange-text">COCO task</span> -->
</div>
<div class="card-action">
<a class="btn orange" onclick="redirect2D(2)">Play Instructor</a>
<a class="btn orange" onclick="redirect2D(3)">Play Painter</a>
</div>
</div>
</div>
</div>
</div>
<!-- Scripts-->
<!-- <script src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0-beta/js/materialize.min.js"></script> -->
<div class="center">
<!-- <h1>Chat-crowd: A Dialog-based Platform for Visual Layout Composition</h1>
<br /> -->
<h4 class="center orange-text">Check our 3 minute video presentation</h4>
<iframe width="525" height="320" src="https://www.youtube.com/embed/V6fI3EYkFf8" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<br />
<br />
</div>
<div class="container">
<h5 class="center"><a href="https://www.aclweb.org/anthology/N19-4024.bib">[Bibtex]</a></h5>
<!-- <script>
document.addEventListener('DOMContentLoaded', function() {
var elems = document.querySelectorAll('.collapsible');
var instances = M.Collapsible.init(elems, {accordion: false});
});
</script>
<ul class="collapsible popout">
<li>
<div class="collapsible-header"><i class="large material-icons">arrow_drop_down</i>Cite us <a href="https://www.aclweb.org/anthology/N19-4024.bib">[bibtex]</a></div>
<div class="collapsible-body"> -->
<div class="card">
<blockquote class="card-panel grey lighten-5" >
<font face="Courier New">
@inproceedings{cascante-bonilla-etal-2019-chat, <br>
  title = "Chat-crowd: A Dialog-based Platform for Visual Layout Composition", <br>
  author = "Cascante-Bonilla, Paola and <br>
  Yin, Xuwang and <br>
  Ordonez, Vicente and <br>
  Feng, Song", <br>
  booktitle = "Proceedings of the 2019 Conference of the North {A}merican Chapter of the Association for Computational Linguistics (Demonstrations)", <br>
  month = jun, <br>
  year = "2019", <br>
  address = "Minneapolis, Minnesota", <br>
  publisher = "Association for Computational Linguistics", <br>
  url = "https://www.aclweb.org/anthology/N19-4024", <br>
  doi = "10.18653/v1/N19-4024", <br>
  pages = "138--142", <br>
  abstract = "In this paper we introduce Chat-crowd, an interactive environment for visual layout composition via conversational interactions. Chat-crowd supports multiple agents with two conversational roles: agents who play the role of a designer are in charge of placing objects in an editable canvas according to instructions or commands issued by agents with a director role. The system can be integrated with crowdsourcing platforms for both synchronous and asynchronous data collection and is equipped with comprehensive quality controls on the performance of both types of agents. We expect that this system will be useful to build multimodal goal-oriented dialog tasks that require spatial and geometric reasoning.",
}
</font>
</blockquote>
</div>
<!-- </div>
</li>
</ul> -->
</div>
<hr />
<p></p>
</body>
</html>