-
Notifications
You must be signed in to change notification settings - Fork 2
/
references.bib
6557 lines (5880 loc) · 214 KB
/
references.bib
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
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
#
# This file was generated. Do not edit it.
#
#
@INPROCEEDINGS { agre87pengi,
author = { Agre, Philip E. and Chapman, David },
title = { Pengi: An Implementation of a Theory of Activity },
pages = { 268--272 },
booktitle = { Proceedings of the National Conference on Artificial Intelligence (AAAI) },
year = { 1987 },
publisher = { Morgan Kaufmann },
address = { Seattle, WA } }
#
@ARTICLE { aherne98bhattacharyya,
author = { Aherne, Frank and Thacker, Neil A. and Rockett, Peter I. },
title = { The {B}hattacharyya metric as an absolute similarity measure for frequency coded data },
journal = { Kybernetika },
year = { 1998 },
volume = { 34 },
number = { 4 },
pages = { 363--368 } }
#
@ARTICLE { akhtar02relevance,
author = { Akhtar, Nameera },
title = { Relevance and Early Word Learning },
journal = { Journal of Child Language },
year = { 2002 },
volume = { 29 },
pages = { 677--686 } }
#
@ARTICLE { akhtar96role,
author = { Akhtar, Nameera and Carpenter, Malinda and Tomasello, Michael },
title = { \href{http://dx.doi.org/10.2307/1131837}{The role of discourse novelty in early word learning} },
journal = { Child Development },
year = { 1996 },
volume = { 67 },
number = { 2 },
pages = { 635--645 },
month = { April } }
#
@ARTICLE { akhtar99early,
author = { Akhtar, Nameera and Montague, Lisa },
title = { \href{http://dx.doi.org/10.1177/014272379901905703}{Early lexical acquisition: the role of cross-situational learning} },
journal = { First Language },
year = { 1999 },
volume = { 19 },
number = { 57 },
pages = { 347--358 } }
#
@ARTICLE { allen83maintaining,
author = { Allen, James F. },
title = { Maintaining Knowledge about Temporal Intervals },
journal = { Communications of ACM },
year = { 1983 },
volume = { 26 },
number = { 11 },
pages = { 832--843 } }
#
@ARTICLE { allen94actions,
author = { Allen, James F. and Ferguson, George },
title = { Actions and Events in Interval Temporal Logic },
journal = { Journal of Logic and Computation },
year = { 1994 },
volume = { 4 },
number = { 5 },
pages = { 531--579 } }
#
@ARTICLE { aloimonos88active,
author = { Aloimonos, J. and Weiss, I. and Bandyopadhyay, A. },
title = { \href{http://dx.doi.org/10.1007/BF00133571}{Active vision} },
journal = { International Journal of Computer Vision },
year = { 1988 },
volume = { 1 },
number = { 4 },
pages = { 333--356 },
month = { January } }
#
@BOOK { alonso03adaptive,
editor = { Alonso, Eduardo and Kudenko, Daniel and Kazakov, Dimitar },
title = { Adaptive Agents and Multi-Agent Systems },
publisher = { Springer Verlag },
year = { 2003 },
volume = { 2636 },
series = { Lecture Notes in Computer Science },
address = { Berlin / Heidelberg } }
#
@ARTICLE { andersen73abductive,
author = { Andersen, H. },
title = { Abductive and Deductive Change },
journal = { Language },
year = { 1973 },
volume = { 49 },
pages = { 765--793 } }
#
@BOOK { anderson71grammar,
author = { Anderson, J. },
title = { The Grammar of Case. Towards a Localist Theory },
publisher = { Cambridge University Press },
year = { 1971 },
address = { Cambridge } }
#
@BOOK { andronov96malayalam,
author = { Andronov, Michail S. },
title = { A Grammar of the Malayalam Language in Historical Treatment },
publisher = { Harrasowitz Verlag },
year = { 1996 },
series = { Beitrage zur Kenntnis südasiatischer Sprachen und Literaturen },
address = { Wiesbaden } }
#
@BOOK { arkin98behavior-based,
author = { Arkin, Ronald. C. },
title = { Behavior-Based Robotics },
publisher = { MIT Press },
year = { 1998 } }
#
@ARTICLE { asada99robocup,
author = { Asada, Minoru and Kitano, Hiroaki and Noda, Itsuki and Veloso, Manuela },
title = { {R}obo{C}up: Today and tomorrow - What we have learned },
journal = { Artificial Intelligence },
year = { 1999 },
volume = { 110 },
pages = { 193--214 } }
#
@ARTICLE { axelrod81evolution,
author = { Axelrod, Robert and Hamilton, William D. },
title = { \href{http://dx.doi.org/10.1126/science.7466396}{The evolution of cooperation} },
journal = { Science },
year = { 1981 },
volume = { 211 },
number = { 4489 },
pages = { 1390--1396 },
month = { March } }
#
@BOOK { bach68universals,
editor = { Bach, E. and Harms, R. },
title = { Universals in Linguistic Theory },
publisher = { Holt, Rhinehart and Winston },
year = { 1968 },
address = { New York } }
#
@ARTICLE { baddeley86working-memory,
author = { Baddeley, Alan D. },
title = { \href{http://dx.doi.org/10.1098/rstb.1983.0057}{Working memory} },
journal = { Philosophical Transactions of the Royal Society of London. Series B, Biological
Sciences (1934-1990) },
year = { 1983 },
volume = { 302 },
number = { 1110 },
pages = { 311--324 },
month = { August } }
#
@INPROCEEDINGS { baillie00action,
author = { Baillie, Jean-Christophe and Ganascia, Jean-Gabriel },
title = { Action Categorization from Video Sequences },
pages = { 643--647 },
booktitle = { Proceedings of the 14th European Conference on Artificial Intelligence (ECAI) },
year = { 2000 },
editor = { Horn, Werner },
publisher = { IOS Press },
address = { Berlin, Germany },
month = { August } }
#
@INPROCEEDINGS { baillie02certainty,
author = { Baillie, Jean-Christophe },
title = { Certainty Color Maps Compared to Histograms },
pages = { 765--768 },
booktitle = { International Conference on Image Processing },
year = { 2002 } }
#
@PHDTHESIS { baillie02phdthesis,
author = { Baillie, Jean-Christophe },
title = { Apprentissage et reconnaissance d'actions dans des sequences video },
school = { Universite de Paris },
year = { 2002 } }
#
@INPROCEEDINGS { baillie04grounding,
author = { Baillie, Jean-Christophe },
title = { Grounding Symbols in Perception with two Interacting Autonomous Robots },
pages = { 107--110 },
booktitle = { Proceedings of the 4th International Workshop on Epigenetic Robotics: Modeling
Cognitive Development in Robotic System },
year = { 2004 },
editor = { Prince, Christopher G. and Berthouze et al, Luc and Kozima, Hideki and Bullock, Daniel and Stojanov, Georgi and Balkenius, Christian },
series = { Lund University Cognitive Studies },
volume = { 117 },
address = { Genoa, Italy },
month = { August } }
#
@BOOK { baker88incorporation,
author = { Baker, M.C. },
title = { Incorporation: A Theory of Grammatical Function Changing },
publisher = { MIT Press },
year = { 1988 },
address = { Cambridge, MA } }
#
@ARTICLE { baldwin92clarifying,
author = { Baldwin, Dare A. },
title = { \href{http://dx.doi.org/10.1016/0022-0965(92)90027-4}{Clarifying the role of shape in children's taxonomic assumption} },
journal = { Journal of Experimental Child Psychology },
year = { 1992 },
volume = { 54 },
number = { 3 },
pages = { 392-416 },
month = { December } }
#
@ARTICLE { ballard97deictic,
author = { Ballard, Dana H. and Hayhoe, Mary M. and Pook, Polly K. and Rao, Rajesh P. N. },
title = { \href{http://dx.doi.org/10.1017/S0140525X97001611}{Deictic codes for the embodiment of cognition} },
journal = { Behavioural and Brain Sciences },
year = { 1997 },
volume = { 20 },
number = { 4 },
pages = { 723--742 },
month = { December } }
#
@BOOK { barbiers04dialect,
editor = { Barbiers, S. and Devos, M. and De Schutter, G. },
title = { Dialectsyntaxis in Bloei },
publisher = { Koninklijke Academie voor Taal- en Letterkunde },
year = { 2004 },
address = { Gent } }
#
@PROCEEDINGS { barkowsky07spatial-cognition,
title = { Spatial Cognition V. Reasoning, Action, and Interaction },
year = { 2007 },
editor = { Barkowsky, Thomas and Knauff, Markus and Ligozat, Gérard and Montello, Daniel R. },
series = { Lecture Notes in Computer Science },
volume = { 4387 },
publisher = { Springer } }
#
@BOOK { barlow00usage,
editor = { Barlow, Michael and Kemmer, Suzanne },
title = { Usage-Based Models of Language },
publisher = { Chicago University Press },
year = { 2000 },
address = { Chicago } }
#
@ARTICLE { baronchelli06sharp,
author = { Baronchelli, Andrea and Felici, Maddalena and Loreto, Vittorio and Caglioti, Emanuele and Steels, Luc },
title = { \href{http://dx.doi.org/10.1088/1742-5468/2006/06/P06014}{Sharp transition towards shared vocabularies in multi-agent systems} },
journal = { Journal of Statistical Mechanics: Theory and Experiment },
year = { 2006 },
volume = { P06014 } }
#
@ARTICLE { baronchelli08in-depth,
author = { Baronchelli, Andrea and Loreto, Vittorio and Steels, Luc },
title = { \href{http://dx.doi.org/10.1142/S0129183108012522}{In-depth analysis of the Naming Game dynamics: the homogeneous mixing case} },
journal = { International Journal of Modern Physics C },
year = { 2008 },
volume = { 19 },
number = { 5 },
pages = { 785--812 } }
#
@ARTICLE { barsalou99perceptual,
author = { Barsalou, Lawrence W. },
title = { \href{http://dx.doi.org/10.1017/S0140525X99002149}{Perceptual symbol systems} },
journal = { Behavioural and Brain Sciences },
year = { 1999 },
volume = { 22 },
number = { 4 },
pages = { 577--660 },
month = { August } }
#
@INCOLLECTION { batali02negotiation,
author = { Batali, John },
title = { The Negotiation and Acquisition of Recursive Grammars as a Result of Competition Among Exemplars },
editor = { Briscoe, Ted },
booktitle = { Linguistic Evolution through Language Acquisition: Formal and Computational Models },
publisher = { Cambridge University Press },
year = { 2002 },
address = { Cambridge } }
#
@INCOLLECTION { batali98computational,
author = { Batali, John },
title = { Computational Simulations of the Emergence of Grammar },
editor = { Hurford, James R. and Studdert-Kennedy, Michael and Knight, Chris },
booktitle = { Approaches to the Evolution of Language: Social and Cognitive Bases },
publisher = { Edinburgh University Press },
year = { 1998 },
address = { Edinburgh },
pages = { 405--426 } }
#
@BOOK { beate06perception,
editor = { Hampe, Beate },
title = { From Perception to Meaning: Image Schemas in Cognitive Linguistics },
publisher = { Mouton De Gruyter },
year = { 2006 },
series = { Cognitive Linguistics Research },
address = { Berlin } }
#
@INPROCEEDINGS { belpaeme98construction,
author = { Belpaeme, Tony and Steels, Luc and Van Looveren, Joris },
title = { \href{http://dx.doi.org/10.1007/3-540-49240-2_1}{The construction and acquisition of visual categories} },
pages = { 1--12 },
booktitle = { EWLR-6: Proceedings of the 6th European Workshop on Learning Robots },
year = { 1998 },
series = { Lecture Notes In Computer Science },
volume = { 1545 },
publisher = { Springer Verlag } }
#
@BOOK { bennis89generatieve,
author = { Bennis, Hans and Hoekstra, Teun },
title = { Generatieve Grammatica },
publisher = { Foris Publications },
year = { 1989 },
address = { Dordrecht } }
#
@ARTICLE { bhattacharyya43measure,
author = { Bhattacharyya, A. },
title = { On a Measure of Divergence Between two Statistical Populations Defined by Their
Probability Distributions },
journal = { Bulletin Calcutta Mathematical Society },
year = { 1943 },
volume = { 35 },
pages = { 99--110 } }
#
@INCOLLECTION { bickel05exponence,
author = { Bickel, Balthasar and Nichols, Johanna },
title = { Exponence of Selected Inflectional Formatives },
editor = { Haspelmath, Martin and Dryer, Matthew S. and Gil, David and Comrie, Bernard },
booktitle = { The World Atlas of Language Structures },
publisher = { Oxford University Press },
year = { 2005 },
address = { Oxford },
pages = { 90--93 } }
#
@BOOK { bickerton09biological,
editor = { Bickerton, D. and Szathmáry, Eörs },
title = { Biological Foundations and Origin of Syntax },
publisher = { MIT Press },
year = { 2009 },
volume = { 3 },
series = { Strüngmann Forum Reports },
address = { Cambridge, MA } }
#
@INCOLLECTION { billard02imitation,
author = { Billard, Aude },
title = { Imitation: a means to enhance learning of a synthetic proto-language in an
autonomous robot },
editor = { Dautenhahn, Kerstin and Nehaniv, Chrystopher },
booktitle = { Imitation in Animals and Artifacts },
publisher = { MIT Press },
year = { 2002 },
pages = { 281--310 } }
#
@ARTICLE { billard98grounding,
author = { Billard, Aude and Dautenhahn, Kerstin },
title = { \href{http://dx.doi.org/10.1016/S0921-8890(98)00023-2}{Grounding communication in autonomous robots: An experimental study} },
journal = { Robotics and Autonomous Systems },
year = { 1998 },
volume = { 24 },
number = { 1 },
pages = { 71--79 },
month = { August } }
#
@ARTICLE { billard99drama,
author = { Billard, Aude and Hayes, Gillian },
title = { \href{http://dx.doi.org/10.1177/105971239900700103}{{D}{R}{A}{M}{A}, a connectionist architecture for control and learning in
autonomous robots} },
journal = { Adaptive Behavior },
year = { 1999 },
volume = { 7 },
number = { 1 },
pages = { 35--65 },
month = { December } }
#
@ARTICLE { billard99drama2,
author = { Billard, Aude },
title = { \href{http://dx.doi.org/10.1108/01439919910250232}{DRAMA, a connectionist architecture for online learning and control of autonomous
robots: experiments on learning of a synthetic proto-language with a doll robot} },
journal = { Industrial Robot: An International Journal },
year = { 1999 },
volume = { 26 },
number = { 1 },
pages = { 59--66 } }
#
@BOOK { blake94case,
author = { Blake, Barry J. },
title = { Case },
publisher = { Cambridge University Press },
year = { 1994 },
series = { Cambridge Textbook in Linguistics },
address = { Cambridge } }
#
@INPROCEEDINGS { bleys08expressing,
author = { Bleys, Joris },
title = { Expressing second order semantics and the emergence of recursion },
pages = { 34--41 },
booktitle = { Proceedings of the 7th International Conference on the Evolution of Language
(EVOLANG 7) },
year = { 2008 },
editor = { D.M. Smith, Andrew and Smith, Kenny and Ferrer i Cancho, Ramon },
publisher = { World Scientific Publishing },
address = { Singapore } }
#
@INPROCEEDINGS { bleys09grounded,
author = { Bleys, Joris and Loetzsch, Martin and Spranger, Michael and Steels, Luc },
title = { The grounded colour naming game },
booktitle = { Proceedings Spoken Dialogue and Human-Robot Interaction workshop at the RoMan 2009
conference },
year = { 2009 } }
#
@INPROCEEDINGS { bleys09linguistic,
author = { Bleys, Joris and Steels, Luc },
title = { Linguistic selection of language strategies: A case study for color },
booktitle = { Proceedings of the 10th European Conference on Artificial Life (ECAL) },
year = { 2009 } }
#
@INPROCEEDINGS { bleys10coordination,
author = { Bleys, Joris },
title = { Coordination of language strategies based on communicative fitness },
booktitle = { Proceedings of the 8th International Conference on the Evolution of Language
(EVOLANG 8) },
year = { 2010 },
editor = { Smith, Andrew D.M. and Shouwstra, Marieke and de Boer, Bart and Smith, Kenny },
publisher = { World Scientific },
note = { To appear } }
#
@BOOK { bloom00how-children,
author = { Bloom, Paul },
title = { How Children Learn the Meanings of Words },
publisher = { MIT Press },
year = { 2000 } }
#
@ARTICLE { bloom01precis,
author = { Bloom, Paul },
title = { \href{http://dx.doi.org/10.1017/S0140525X01000139}{Précis of how children learn the meanings of words} },
journal = { Behavioral and Brain Sciences },
year = { 2001 },
volume = { 24 },
number = { 6 },
pages = { 1095--1103 },
month = { December } }
#
@INCOLLECTION { bloom01roots,
author = { Bloom, Paul },
title = { Roots of Word Learning },
editor = { Bowerman, Melissa and Levinson, Stephen C. },
booktitle = { Language Acquisition and Conceptual Development },
publisher = { Cambridge University Press },
year = { 2001 },
address = { Cambridge },
pages = { 159--181 } }
#
@ARTICLE { bloom02mindreading,
author = { Bloom, Paul },
title = { \href{http://dx.doi.org/10.1111/1468-0017.00188}{Mindreading, communication and the learning of names for things} },
journal = { Mind \& Language },
year = { 2002 },
volume = { 17 },
number = { 1-2 },
pages = { 37-54 } }
#
@BOOK { bowerman01language,
editor = { Bowerman, Melissa and Levinson, Stephen C. },
title = { Language Acquisition and Conceptual Development },
publisher = { Cambridge University Press },
year = { 2001 },
address = { Cambridge } }
#
@INCOLLECTION { bowerman01shaping,
author = { Bowerman, Melissa and Choi, Soonja },
title = { Shaping Meanings for Language: Universal and Language-specific in the Acquisition
of Spatial Semantic Categories },
editor = { Bowerman, Melissa and Levinson, Stephen C. },
booktitle = { Language Acquisition and Conceptual Development },
publisher = { Cambridge University Press },
year = { 2001 },
address = { Cambridge },
pages = { 132--158 } }
#
@BOOK { breazeal02designing,
author = { Breazeal, Cynthia },
title = { Designing Sociable Robots },
publisher = { MIT Press },
year = { 2002 } }
#
@ARTICLE { breazeal03sociable,
author = { Breazeal, Cynthia },
title = { \href{http://dx.doi.org/10.1016/S0921-8890(02)00373-1}{Toward sociable robots} },
journal = { Robotics and Autonomous Systems },
year = { 2003 },
volume = { 42 },
number = { 3-4 },
pages = { 167--175 },
month = { March } }
#
@BOOK { bresnan82mental,
author = { Bresnan, Joan },
title = { The Mental Representation of Grammatical Relations },
publisher = { MIT Press },
year = { 1982 },
address = { Cambridge, MA } }
#
@BOOK { briscoe02linguistic,
editor = { Briscoe, Ted },
title = { Linguistic Evolution through Language Acquisition: Formal and Computational Models },
publisher = { Cambridge University Press },
year = { 2002 },
address = { Cambridge } }
#
@ARTICLE { brooks86robust,
author = { Brooks, Rodney A. },
title = { A Robust Layered Control System for a Mobile Robot },
journal = { IEEE Journal of Robotics and Automation },
year = { 1986 },
volume = { 2 },
number = { 1 },
pages = { 14--23 },
month = { March } }
#
@ARTICLE { brooks90elephants,
author = { Brooks, Rodney A. },
title = { \href{http://dx.doi.org/10.1016/S0921-8890(05)80025-9}{Elephants don't play chess} },
journal = { Robotics and Autonomous Systems },
year = { 1990 },
volume = { 6 },
number = { 1-2 },
pages = { 3--15 },
month = { June } }
#
@INPROCEEDINGS { brooks91reason,
author = { Brooks, Rodney A. },
title = { Intelligence without Reason },
pages = { 569--595 },
booktitle = { Proceedings of the 1991 International Joint Conference on Artificial Intelligence },
year = { 1991 },
publisher = { Morgan Kaufmann },
address = { San Mateo, CA } }
#
@ARTICLE { brooks91representation,
author = { Brooks, Rodney A. },
title = { \href{http://dx.doi.org/10.1016/0004-3702(91)90053-M}{Intelligence without representation} },
journal = { Artificial Intelligence },
year = { 1991 },
volume = { 47 },
number = { 1-3 },
pages = { 139--159 } }
#
@INCOLLECTION { brooks99cog,
author = { Brooks, Rodney A. and Breazeal, Cynthia and Marjanovic, Matthew and Scassellati, Brian and Williamson, Matthew M. },
title = { \href{http://dx.doi.org/10.1007/3-540-48834-0_5}{The {C}og project: building a humanoid robot} },
editor = { Nehaniv, Chrystopher L. },
booktitle = { Computation for Metaphors, Analogy, and Agents },
publisher = { Springer Verlag },
year = { 1999 },
volume = { 1562 },
series = { Lecture Notes in Computer Science },
address = { Berlin },
pages = { 52--87 } }
#
@BOOK { brown05encyclopedia,
editor = { Brown, Keith },
title = { Encyclopedia of Language and Linguistics, Volume 1-14, Second Edition },
publisher = { Elsevier Science },
year = { 2005 },
address = { Oxford } }
#
@INPROCEEDINGS { bruce00fast,
author = { Bruce, James and Balch, Tucker and Veloso, Manuela },
title = { \href{http://dx.doi.org/10.1109/IROS.2000.895274}{Fast and inexpensive color image segmentation for interactive robots} },
pages = { 2061--2066, vol.3 },
booktitle = { Proceedings of the IEEE/RSJ International Conference on Intelligent Robots and
Systems (IROS '00) },
year = { 2000 },
month = { October } }
#
@BOOK { bruce84alamblak,
author = { Bruce, Leslie P. },
title = { The Alamblak Language of Papua New guinea (East Sepik) },
publisher = { Australian National University },
year = { 1984 },
series = { Pacific Linguistics Series C 81 },
address = { Canberra } }
#
@INPROCEEDINGS { brunn01germanteam,
author = { Brunn, Ronnie and Düffert, Uwe and Jüngel, Matthias and Laue, Tim and Lötzsch, Martin and Petters, Sebastian and Risler, Max and Röfer, Thomas and Spiess, Kai and Sztybryc, Andreas },
title = { \href{http://dx.doi.org/10.1007/3-540-45603-1_118}{GermanTeam 2001} },
pages = { 705--708 },
booktitle = { RoboCup 2001: Robot Soccer World Cup V },
year = { 2002 },
editor = { Birk, Andreas and Coradeschi, Silvia and Tadokoro, Satoshi },
series = { Lecture Notes in Computer Science },
volume = { 2377 },
publisher = { Springer } }
#
@BOOK { bybee97essays,
editor = { Bybee, Joan and Haiman, John and Thompson, Sandra },
title = { Essays on Language Function and Language Type: Dedicated to T. Givon },
publisher = { John Benjamins },
year = { 1997 },
address = { Amsterdam } }
#
@INPROCEEDINGS { cablitz02marquesan,
author = { Cablitz, Gabriele H. },
title = { The Acquisition of an Absolutive System: Learning to Talk About SPACE in Marquesan
(Oceanic, French Polynesia) },
pages = { 40--49 },
booktitle = { Space in Language. Location, Motion, Path, and Manner. },
year = { 2002 },
editor = { Clark, Eve V. },
series = { Proceedings of the 31st Stanford Child Language Research Forum },
publisher = { CSLI Publications },
address = { Stanford } }
#
@ARTICLE { cangelosi02adaptive,
author = { Cangelosi, Angelo and Harnad, Stevan },
title = { \href{http://dx.doi.org/10.1075/eoc.4.1.07can}{The adaptive advantage of symbolic theft over sensorimotor toil: Grounding language
in perceptual categories} },
journal = { Evolution of Communication },
year = { 2002 },
volume = { 4 },
number = { 1 },
pages = { 117--142 } }
#
@INCOLLECTION { cangelosi02computer,
author = { Cangelosi, Angelo and Parisi, Domenico },
title = { Computer simulation: a new scientific approach to the study of language evolution },
editor = { Cangelosi, Angelo and Parisi, Domenico },
booktitle = { Simulating the Evolution of Language },
publisher = { Springer-Verlag New York, Inc. },
year = { 2002 },
address = { New York, NY, USA },
pages = { 3--28 } }
#
@BOOK { cangelosi02simulating,
editor = { Cangelosi, Angelo and Parisi, Domenico },
title = { Simulating the Evolution of Language },
publisher = { Springer-Verlag New York, Inc. },
year = { 2002 },
address = { New York, NY, USA } }
#
@ARTICLE { cangelosi05emergence,
author = { Cangelosi, Angelo },
title = { \href{http://dx.doi.org/10.1080/09540090500177471}{The emergence of language: neural and adaptive agent models} },
journal = { Connection Science },
year = { 2005 },
volume = { 17 },
number = { 3/4 },
pages = { 185--190 } }
#
@ARTICLE { cangelosi10grounding,
author = { Cangelosi, Angelo },
title = { \href{http://dx.doi.org/10.1016/j.plrev.2010.02.001}{Grounding language in action and perception: From cognitive agents to humanoid
robots} },
journal = { Physics of Life Reviews },
year = { 2010 },
note = { to appear } }
#
@ARTICLE { cangelosi98emergence,
author = { Cangelosi, Angelo and Parisi, Domenico },
title = { \href{http://dx.doi.org/10.1080/095400998116512}{The emergence of a `language' in an evolving population of neural networks} },
journal = { Connection Science },
year = { 1998 },
volume = { 10 },
number = { 2 },
pages = { 83--97 },
month = { June } }
#
@BOOK { canonici95zulu,
author = { Canonici, Noverino N. },
title = { Zulu Grammatical Structure. },
publisher = { university of Natal - Durban },
year = { 1995 },
address = { Natal } }
#
@INCOLLECTION { carey78child,
author = { Carey, Susan },
title = { The Child as Word Learner },
editor = { Wanner, E and Maratsos, M and Halle, M and Bresnan, J and Miller, G },
booktitle = { Linguistic Theory and Psychological Reality },
publisher = { MIT Press },
year = { 1978 },
address = { Cambridge, Mass },
pages = { 264--293 } }
#
@ARTICLE { carey94does,
author = { Carey, Susan },
title = { \href{http://dx.doi.org/10.1016/0024-3841(94)90340-9}{Does learning a language require the child to reconceptualize the world?} },
journal = { Lingua },
year = { 1994 },
volume = { 92 },
pages = { 143--167 },
month = { April } }
#
@ARTICLE { cassell01embodied,
author = { Cassell, Justine },
title = { Embodied Conversational Agents: Representation and Intelligence in User Interfaces },
journal = { AI Magazine },
year = { 2001 },
volume = { 22 },
number = { 4 },
pages = { 67--84 } }
#
@ARTICLE { cassell99turntaking,
author = { Cassell, Justine and Torres, Obed E. and Prevost, Scott },
title = { Turn taking vs. discourse structure: how best to model multimodal conversation },
journal = { Machine Conversations },
year = { 1999 },
pages = { 143--154 } }
#
@ARTICLE { castellano09statistical,
author = { Castellano, Claudio and Fortunato, Santo and Loreto, Vittorio },
title = { \href{http://dx.doi.org/10.1103/RevModPhys.81.591}{Statistical physics of social dynamics} },
journal = { Reviews of Modern Physics },
year = { 2009 },
volume = { 81 },
number = { 591 },
pages = { 591--646 } }
#
@ARTICLE { chella00understanding,
author = { Chella, Antonio and Frixione, Marcello and Gaglio, Salvatore },
title = { \href{http://dx.doi.org/10.1016/S0004-3702(00)00048-5}{Understanding dynamic scenes} },
journal = { Artificial Intelligence },
year = { 2000 },
volume = { 123 },
number = { 1-2 },
pages = { 89--123 },
month = { October } }
#
@ARTICLE { chella01conceptual,
author = { Chella, Antonio and Frixione, Marcello and Gaglio, Salvatore },
title = { \href{http://dx.doi.org/10.1023/A:1011658027344}{Conceptual spaces for computer vision representations} },
journal = { Artificial Intelligence Review },
year = { 2001 },
volume = { 16 },
number = { 2 },
pages = { 137--152 },
month = { October } }
#
@ARTICLE { chella03anchoring,
author = { Chella, Antonio and Frixione, Marcello and Gaglio, Salvatore },
title = { \href{http://dx.doi.org/10.1016/S0921-8890(02)00358-5}{Anchoring symbols to conceptual spaces: the case of dynamic scenarios.} },
journal = { Robotics and Autonomous Systems },
year = { 2003 },
volume = { 43 },
number = { 2-3 },
pages = { 175--188 },
month = { May } }
#
@ARTICLE { chella03conceptual,
author = { Chella, Antonio and Frixione, Marcello and Gaglio, Salvatore },
title = { \href{http://dx.doi.org/10.1016/S0921-8890(03)00023-X}{Conceptual spaces for anchoring} },
journal = { Robotics and Autonomous Systems },
year = { 2003 },
volume = { 43 },
number = { 2-3 },
pages = { 193--195 } }
#
@BOOK { chomsky57syntactic-structures,
author = { Chomsky, Noam },
title = { Syntactic Structures },
publisher = { Mouton },
year = { 1957 },
address = { The Hague } }
#
@BOOK { chomsky65aspects,
author = { Chomsky, Noam },
title = { Aspects of the Theory of Syntax },
publisher = { MIT Press },
year = { 1965 },
address = { Cambridge, MA } }
#
@BOOK { chomsky81lectures,
author = { Chomsky, Noam },
title = { Lectures on Government and Binding },
publisher = { Floris },
year = { 1981 },
address = { Dordrecht } }
#
@BOOK { chomsky86knowledge,
author = { Chomsky, Noam },
title = { Knowledge of Language: Its Nature, Origins, and Use },
publisher = { Praeger },
year = { 1986 },
address = { New York } }
#
@ARTICLE { chouinard03adult,
author = { Chouinard, Michelle M. and Clark, Eve V. },
title = { \href{http://dx.doi.org/10.1017/S0305000903005701}{Adult reformulations of child errors as negative evidence} },
journal = { Journal of Child Language },
year = { 2003 },
volume = { 30 },
pages = { 637--669 } }
#
@ARTICLE { christiansen03language,
author = { Christiansen, Morten H. and Kirby, Simon },
title = { \href{http://dx.doi.org/10.1016/S1364-6613(03)00136-0}{Language evolution: consensus and controversies} },
journal = { Trends in Cognitive Sciences },
year = { 2003 },
volume = { 7 },
number = { 7 },
pages = { 300--307 },
month = { July } }
#
@BOOK { churchward53tongan,
author = { Churchward, C. Maxwell },
title = { Tongan Grammar },
publisher = { Oxford University Press },
year = { 1953 },
address = { London } }
#
@PROCEEDINGS { clark02space,
title = { Space in Language. Location, Motion, Path, and Manner. },
year = { 2002 },
editor = { Clark, Eve V. },
series = { Proceedings of the 31st Stanford Child Language Research Forum },
publisher = { CSLI Publications },
address = { Stanford } }
#
@ARTICLE { clark04how,
author = { Clark, Eve V. },
title = { \href{http://dx.doi.org/10.1016/j.tics.2004.08.012}{How language acquisition builds on cognitive development} },
journal = { Trends in Cognitive Science },
year = { 2004 },
volume = { 8 },
number = { 10 },
pages = { 472--478 },
month = { October } }
#
@INCOLLECTION { clark87principle,
author = { Clark, Eve V. },
title = { The principle of contrast: A constraint on language acquisition },
editor = { MacWhinney, Brian },
booktitle = { Mechanisms of Language Acquisition },
publisher = { Lawrence Erlbaum Associates },
year = { 1987 },
pages = { 1--33 } }
#
@INCOLLECTION { clark91grounding,
author = { Clark, Herbert. H. and Brennan, Susan E. },
title = { Grounding in Communication },
editor = { Resnick, Lauren B. and Levine, John M. and Teasley, Stephanie D. },
booktitle = { Perspectives on Socially Shared Cognition },
publisher = { APA Books },
year = { 1991 },
pages = { 127--149 } }
#
@BOOK { cole77grammatical,
editor = { Cole, Peter and Sadock, Jerrold M. },
title = { Grammatical Relations },
publisher = { Academic },
year = { 1977 },
volume = { 8 },
series = { Syntax and Semantics },
address = { New York } }
#
@ARTICLE { colombo03visual,
author = { Colombo, Carlo and Del Bimbo, Alberto and Valli, Alessandro },
title = { \href{http://dx.doi.org/10.1109/TSMCB.2003.814281}{Visual capture and understanding of hand pointing actions in a 3-{D} environment} },
journal = { IEEE Transactions on Systems, Man, and Cybernetics, Part B: Cybernetics },
year = { 2003 },
volume = { 3 },
number = { 4 },
pages = { 677--686 },
month = { August } }
#
@INPROCEEDINGS { coradeschi01fuzzy,
author = { Coradeschi, Silvia and Driankov, Dimiter and Karlsson, Lars and Saffiotti, Alessandro },
title = { Fuzzy Anchoring },
pages = { 111--114 },
booktitle = { Proceedings of the 10th IEEE International Conference on Fuzzy Systems },
year = { 2001 },
address = { Melbourne, Australia } }
#
@ARTICLE { coradeschi03anchoring,
author = { Coradeschi, Silvia and Saffiotti, Alessandro },
title = { \href{http://dx.doi.org/10.1016/S0921-8890(03)00021-6}{An introduction to the anchoring problem} },
journal = { Robotics and Autonomous Systems },
year = { 2003 },
volume = { 43 },
number = { 2-3 },
pages = { 85--96 } }
#
@BOOK { coventry09spatial-language,
editor = { Coventry, Kenny R. and Tenbrink, Thora and Bateman, John. A },
title = { Spatial Language and Dialogue },
publisher = { Oxford University Press },
year = { 2009 } }
#
@ARTICLE { coventry99function,
author = { Coventry, Kenny R. },
title = { \href{http://dx.doi.org/10.1023/A:1010064926058}{Function, geometry and spatial prepositions: Three experiments} },
journal = { Spatial Cognition and Computation },
year = { 1999 },
volume = { 1 },
number = { 2 },
pages = { 145--154 } }
#
@ARTICLE { cover67nearest-neighbor,
author = { Cover, Thomas M. and Hart, Peter E. },
title = { Nearest Neighbor Pattern Classification },
journal = { Information Theory, IEEE Transactions on },
year = { 1967 },
volume = { 13 },
number = { 2 },
pages = { 21--27 } }