forked from brendenlake/visual-turing-tests
-
Notifications
You must be signed in to change notification settings - Fork 0
/
turingtests.html
34 lines (28 loc) · 1.54 KB
/
turingtests.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
<html>
<head>
<title>Visual Turing Test Demos</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
<center>
<h2>Human-level concept learning through probabilistic program induction -- visual Turing tests</h2>
By Brenden Lake, Ruslan Salakhutdinov, and Joshua Tenenbaum<br>
Email: brenden at-sign nyu dot edu
</center>
<br>
<p>
Try our "visual Turing tests" to see if you can tell the difference between human and machine behavior. The code and images for running these experiments are available on <a href="https://github.com/brendenlake/visual-turing-tests">github</a>.
</p>
<br>
<h3>Four tasks for comparing humans versus machines</h3>
<a href="judge_new_grids.html?skip_survey=true&skip_quiz=true&condition=full&feedback=false&debug=true"><h4>Generating new exemplars</h4></a>
<a href="judge_dynamics.html?skip_survey=true&skip_quiz=true&condition=full&feedback=false&debug=true"><h4>Generating new exemplars (dynamic)</h4></a>
<a href="judge_new_alphabet.html?skip_survey=true&skip_quiz=true&condition=full&feedback=false&debug=true"><h4>Generating new concepts (from type)</h4></a>
<a href="judge_totally_new.html?skip_survey=true&skip_quiz=true&condition=full_mem&feedback=false&debug=true"><h4>Generating new concepts (unconstrained)</h4></a>
<br>
<h3>Additional options</h3>
<p>
You can a different version with complete feedback <a href="feedback_turingtests.html">here</a>. You can also try the visual Turing tests for the lesioned models by following this <a href="alt_turingtests.html">link</a>.
</p>
</body>
</html>