-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdfg.bib
1473 lines (1300 loc) · 51.1 KB
/
dfg.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
@TECHREPORT{hellmann-lod2-d311,
author = {Sebastian Hellmann and J\"org Unbehauen and Amrapali Zaveri and Jens Lehmann and S\"oren Auer and Sebastian Tramp and Hugh Williams and Orri Erling and Ted Thibodeau Jr. and Kingsley Idehen and Andreas Blumauer and Helmut Nagy},
title = {{Deliverable 3.1.1 Report on Knowledge Extraction from Structured Sources }},
year = {2011},
abstract = {The deliverable contains a survey of Knowledge Extraction from
Structured Sources. It contains a general definition of Knowledge Extraction, an
introduction to current progress on conversion of relational databases to RDF and
a collection and classification of existing tool support.},
keywords = {2011 group_aksw sys:relevantFor:infai sys:relevantFor:bis sys:relevantFor:lod2
hellmann},
note = "Available at \url{http://static.lod2.eu/Deliverables/deliverable-3.1.1.pdf}"
}
@article {chiarcos_hellmann_nordhoff_tal,
author = {Christian Chiarcos and Sebastian Hellmann and Sebastian Nordhoff},
title = {Towards a Linguistic Linked Open Data cloud: The Open Linguistics Working Group},
journal = {Submitted to Traitement Automatique des Langues (TAL)},
year = {2012},
}
@phdthesis{goh2008,
abstract = {{Supervisor-Stuart E. Madnick}},
author = {Goh, Cheng H.},
citeulike-article-id = {3157483},
citeulike-linkout-0 = {http://portal.acm.org/citation.cfm?id=925146},
keywords = {conflicts, data, heterogeneous, integration, ontology, reasoning, semantic, web},
posted-at = {2008-08-27 00:19:40},
priority = {0},
publisher = {Massachusetts Institute of Technology},
title = {{Representing and reasoning about semantic conflicts in heterogeneous information systems}},
url = {http://portal.acm.org/citation.cfm?id=925146},
year = {1997}
}
@article{hepp2007,
author = {Martin Hepp and Katharina Siorpaes and Daniel Bachlechner},
interhash = {99e178fe7e047f07b3bc72d5d5520048},
intrahash = {f95cde842200e2dab78e42511a784f6c},
journal = {IEEE Internet Computing},
number = 5,
pages = {54-65},
title = {Harvesting Wiki Consensus: Using Wikipedia Entries as Vocabulary for Knowledge Management.},
url = {http://dblp.uni-trier.de/db/journals/internet/internet11.html#HeppSB07},
volume = 11,
year = 2007,
timestamp = {2008-05-26T13:23:09.000+0200},
keywords = {wikipedia},
ee = {http://doi.ieeecomputersociety.org/10.1109/MIC.2007.110},
added-at = {2008-05-26T13:23:09.000+0200},
description = {dblp},
biburl = {http://www.bibsonomy.org/bibtex/2f95cde842200e2dab78e42511a784f6c/wernerino},
date = {2007-11-08}
}
@MISC{wikipedia-knowledge-extraction-adjusted,
author = {Wikipedia},
title = {Knowledge Extraction --- {W}ikipedia{,} The Free Encyclopedia},
year = {2011},
note = {[Online; accessed 10-August-2011; article was initially created by Sebastian Hellman as part of a deliverable in the LOD2 EU project]},
keywords = {hellmann},
owner = {sebastian},
timestamp = {2011.09.05},
url = {http://en.wikipedia.org/w/index.php?title=Knowledge_extraction&oldid=444058923}
}
@INPROCEEDINGS{nif_www,
author = {Sebastian Hellmann and Jens Lehmann and S{\"o}ren Auer},
title = {NIF: An ontology-based and linked-data-aware NLP Interchange Format},
booktitle = {Submitted to World Wide Web Conference 2012},
year = {2012},
note = {Draft available at \url{http://svn.aksw.org/papers/2012/WWW_NIF/nif_public_draft.pdf}}
}
@TECHREPORT{morsey-lod2-d322,
author = {Mohamed Morsey and Jens Lehmann},
title = {{D3.2.2 – DBpedia-Live Extraction}},
year = {2011},
abstract = {DBpedia is the Semantic Web mirror of Wikipedia. Wikipedia
users constantly revise Wikipedia articles almost each second. Hence, data stored
in DBpedia triplestore can quickly become outdated, and Wikipedia articles need
to be re-extracted. DBpedia-Live, the result of this deliverable, enables such a
continuous synchronization between DBpedia and Wikipedia},
keywords = {2011 group_aksw sys:relevantFor:infai sys:relevantFor:bis sys:relevantFor:lod2
morsey},
note = "Available at \url{http://static.lod2.eu/Deliverables/LOD2_D3.2.2_DBpedia-Live_Extraction.pdf}"
}
@incollection{protege,
author = "H. Knublauch and R. Fergerson and N. Noy and M. Musen",
title = "{The Prot\'eg\'e OWL plugin: An open development environment for semantic web applications}",
booktitle = "Proceedings of the International Semantic Web Conference (ISWC 2004)",
volume = "3298",
series = "LNCS",
pages = "229-243",
year = "2004",
publisher = "Springer"
}
@inproceedings{meyer_2011,
author = "Christian M. Meyer and Iryna Gurevych",
title = "What Psycholinguists Know About Chemistry: Aligning Wiktionary and WordNet for Increased Domain Coverage",
booktitle = "Proceedings of the 5th International Joint Conference on Natural Language Processing (IJCNLP)",
year = "2011"
}
@inproceedings{niemann_2011,
author = "Elisabeth Niemann and Iryna Gurevych",
title = "The People’s Web meets Linguistic Knowledge: Automatic Sense Alignment of Wikipedia and WordNet",
booktitle = "Proceedings of the 9th International Conference on Computational Semantics",
pages = "205-214",
year = "2011"
}
@incollection{ontoling2,
author = "Maria Teresa Pazienza, Armando Stellato",
title = "{An Environment for Semi-automatic Annotation of Ontological Knowledge with Linguistic Content}",
booktitle = "Proceedings of the European Semantic Web Conference (ESWC)",
pages = "442-456",
year = "2006"
}
@inproceedings{Chesley_2006,
added-at = {2012-02-18T00:00:00.000+0100},
author = {Chesley, Paula and Vincent, Bruce and Xu, Li and Srihari, Rohini K.},
biburl = {http://www.bibsonomy.org/bibtex/2aaaa1cd8082872a1d9ff127e8a250414/dblp},
booktitle = {AAAI Spring Symposium: Computational Approaches to Analyzing Weblogs},
crossref = {conf/aaaiss/2006-3},
ee = {http://www.aaai.org/Library/Symposia/Spring/2006/ss06-03-005.php},
interhash = {9d67f14cfc1d108038ede4df7080bb86},
intrahash = {aaaa1cd8082872a1d9ff127e8a250414},
keywords = {dblp},
pages = {27-29},
publisher = {AAAI},
timestamp = {2012-02-18T00:00:00.000+0100},
title = {Using Verbs and Adjectives to Automatically Classify Blog Sentiment.},
url = {http://dblp.uni-trier.de/db/conf/aaaiss/aaaiss2006-3.html#ChesleyVXS06},
year = 2006
}
@inproceedings{Weale_2009,
author = {Weale, Timothy and Brew, Chris and Fosler-Lussier, Eric},
title = {Using the Wiktionary graph structure for synonym detection},
booktitle = {Proceedings of the 2009 Workshop on The People's Web Meets NLP: Collaboratively Constructed Semantic Resources},
series = {People's Web '09},
year = {2009},
isbn = {978-1-932432-55-8},
location = {Suntec, Singapore},
pages = {28--31},
numpages = {4},
url = {http://dl.acm.org/citation.cfm?id=1699765.1699769},
acmid = {1699769},
publisher = {Association for Computational Linguistics},
address = {Stroudsburg, PA, USA},
}
@inproceedings{Navarro_2009,
author = {Navarro, Emmanuel and Sajous, Franck and Gaume, Bruno and Pr{\'e}vot, Laurent and ShuKai, Hsieh and Tzu-Yi, Kuo and Magistry, Pierre and Chu-Ren, Huang},
title = {Wiktionary and NLP: improving synonymy networks},
booktitle = {Proceedings of the 2009 Workshop on The People's Web Meets NLP: Collaboratively Constructed Semantic Resources},
series = {People's Web '09},
year = {2009},
isbn = {978-1-932432-55-8},
location = {Suntec, Singapore},
pages = {19--27},
numpages = {9},
url = {http://dl.acm.org/citation.cfm?id=1699765.1699768},
acmid = {1699768},
publisher = {Association for Computational Linguistics},
address = {Stroudsburg, PA, USA},
}
@inproceedings{ponzetto_2007,
author = "Simone Paolo Ponzetto and Michael Strube",
title = "Deriving a Large-Scale Taxonomy from Wikipedia",
booktitle = "Proceedings of the 22nd Conference on Artificial Intelligence",
pages = "1440-1445",
year = "2007"
}
@inproceedings{knoll_2010,
author = "Stefan Werner Knoll and Till Plumbaum and Ernesto William De Luca",
title = "Semantic Group Support System for Context Adaptive Collaboration",
booktitle = "Proceedings of the Workshop on Context-Adaptive Interaction for Collaborative Work",
year = "2010"
}
@article{turney10,
author = "Turney, Peter D. and Pantel, Patrick",
title = "From Frequency to Meaning: Vector Space Models of Semantics",
journal = "J. Artif. Intell. Res. (JAIR)",
number = "37",
pages = "141-188",
year = "2010"
}
@inproceedings{erk08,
author = "Katrin Erk and Sebastian Padó",
title = "A Structured Vector Space Model for Word Meaning in Context",
booktitle = "Proceedings of the International Conference on Empirical Methods in Natural Language Processing (EMNLP)",
pages = "897-906",
year = "2008"
}
@article{lexinfo,
author = "Philipp Cimiano and Paul Buitelaar and John McCrae and Michael Sintek",
title = "LexInfo: A declarative model for the lexicon-ontology interface",
journal = "Journal of Web Semantics",
volume = "9",
number = "1",
pages = "29--51",
year = "2011"
}
@inproceedings{tudorache,
author = "Tania Tudorache and Natalya Fridman Noy and Samson W. Tu and Mark A. Musen",
title = "Supporting Collaborative Ontology Development in Prot\'eg\'e",
booktitle = "Proceedings of the International Semantic Web Conference (ISWC)",
pages = "17--32",
year = "2008"
}
%Raúl Palma, Peter Haase, Óscar Corcho, Asunción Gómez-Pérez, Qiu Ji: An Editorial Workflow Approach For Collaborative Ontology Development. ASWC 2008: 227-241
@inproceedings{palma,
author = "Ra\'ul Palma and Peter Haase and \'Oscar Corcho and Asunci\'on G\'omez-P\'erez and Qiu Ji",
title = "An Editorial Workflow Approach For Collaborative Ontology Development",
booktitle = "Proceedings of the Asian Semantic Web Conference (ASWC)",
pages = "227-241",
year = "2008"
}
@incollection{gold:10,
author = {Scott Farrar and D. Terence Langendoen},
year = {2010},
title = "{An OWL-DL Implementation of Gold. An Ontology for the Semantic Web}",
editor = {Andreas Witt and Dieter Metzing},
booktitle = {Linguistic Modelling of Information and Markup Languages. Contributions to Language Technology},
series = {Text, Speech and Language Technology 40},
pages = {45-66},
publisher = {Springer Verlag}
}
@Misc{12620,
author = "{ISO/FDIS 12620}",
title = "{Terminology and other language and content resources -- Specification of data categories and management of a Data Category
Registry for language resources}",
year = "2009",
note = "International Organization for Standardization, Geneva, Switzerland"
}
@inproceedings{dolce-wn,
author = "Aldo Gangemi and Roberto Navigli and Paola Velardi",
title = "{The OntoWordNet Project: extension and axiomatisation of conceptual relations in WordNet}",
booktitle = "Proceedings of the International Conference on Ontologies, Databases and Applications of Semantics (ODBASE 2003)",
address = "Catania, Italy",
year = "2003"
}
@conference {NuzzoleseEtAl_KCAP2011,
title = {Gathering Lexical Linked Data and Knowledge Patterns from {F}rame{N}et},
booktitle = {Proceedings of the Sixth International Conference on Knowledge Capture (K-CAP 2011)},
year = {Submitted},
month = {June},
publisher = {ACM},
organization = {ACM},
address = {Banff, Alberta, Canada},
abstract = {FrameNet is an important lexical knowledge base featuring cognitive plausibility, and grounded in a large corpus. Besides being actively used by the NLP community, frames are a great source of knowledge patterns once converted into a knowledge representation language. In this paper we present our experience in converting the 1.5 XML version of FrameNet into RDF datasets published on the Linked Open Data cloud, which are interoperable with WordNet and other resources. In the conversion we have used Semion, a new tool that allows a rule-based, customized pipeline from XML to RDF and OWL data. In addition, we introduce a method to select and refactor part of the information related to frames as full- edged OWL knowledge patterns. This last result has required non-trivial assumptions on how to interpret FrameNet relations as formal knowledge.},
author = {Andrea Nuzzolese and Aldo Gangemi and Valentina Presutti}
}
@book{manning,
author = "Christopher D. Manning and Hinrich Sch{\"u}tze",
year = "1999",
title = "Foundations of statistical natural language processing",
publisher = "MIT Press",
address = "Cambridge, MA"
}
@inproceedings{wiktionary,
author = "Torsten Zesch and Christof M{\"u}ller and Irina Gurevych",
year = "2008",
title = "{Extracting Lexical Semantic Knowledge from Wikipedia and Wiktionary}",
booktitle = "Proceedings of the Conference on Language Resources and Evaluation (LREC)",
address = "Marrakech, Morocco"
}
@inproceedings{neon,
author = "Peter Haase and Holger Lewen and Rudi Studer and Duc Thanh Tran and Michael Erdmann and Mathieu d'Aquin and Enrico Motta",
title = "{The NeOn ontology engineering toolkit}",
editor = "Jeff Korn",
booktitle = "WWW 2008 Developers Track",
year = 2008
}
@book{levin,
author = "Beth Levin",
title = "{English Verb Classes and Alternations}",
year = "1993",
publisher = "Chicago University Press",
address = "Chicago"
}
@PhDthesis{evert04,
author = "Stefan Evert",
year = "2004",
title = "{The Statistics of Word Cooccurrences: Word Pairs and Collocations}",
school = {Institut f\"ur maschinelle Sprachverarbeitung, University of Stuttgart}
}
@inproceedings{riloffjones,
author = "Ellen Riloff and Rosie Jones",
title = "{Learning Dictionaries for Information Extraction by Multi-Level Bootstrapping}",
booktitle = "Proceedings of the Sixteenth National Conference on Artificial Intelligence (AAAI-1999)",
year = "1999"
}
@inproceedings{pennacchiottietal,
author = "Marco Pennacchiotti and Diego De Cao and Roberto Basili and Danilo Croce and Michael Roth",
year = "2008",
title = "{Automatic induction of FrameNet lexical units}",
booktitle = "Proceedings of the Conference on Empirical Methods in Natural Language Processing",
pages = "457-465",
address = "Honolulu, Hawaii"
}
@inproceedings{lee,
author = {Lillian Lee},
title = "Measures of distributional similarity",
booktitle = {Proceedings of the Annual Meeting of the Association for Computational Linguistics},
pages = "25-32",
year = "1999"
}
@article{disco09,
author = "Axel-Cyrille {Ngonga Ngomo} and Frank Schumacher",
title = "Disentangling the Wikipedia Category Graph for Corpus Extraction",
journal = "Research Journal on Computer science and Computer Engineering with Applications",
volume = "39",
number = "2",
pages = "5–10",
year = "2009"
}
@article{lemon-lre,
author = "John McCrae and Guadalupe Aguado-de-Cea and Paul Buitelaar
and Philipp Cimiano and Thierry Declerck and
Asunci{\'o}n Gom{\'e}z-P{\'e}rez and Jorge Gracia
and Laura Hollink and Elena Montiel-Ponsoda and
Dennis Spohr and Tobias Wunner",
title = "Interchanging lexical resources on the Semantic Web",
journal = "Language Resources and Evaluation",
publisher = "Springer",
year = "2011"
}
@inproceedings{shi05,
author = "Lei Shi and Rada Mihalcea",
year = 2005,
title = "{Putting the pieces together: Combining FrameNet, VerbNet, and WordNet for robust semantic parsing}",
booktitle = "Proceedings of the Sixth International Conference on Intelligent Text Processing and Computational Linguistics",
address = "Mexico"
}
@inproceedings{smor,
author = "Helmut Schmid and Arne Fitschen and Ulrich Heid",
title = "{SMOR: A German computational morphology covering derivation, composition and inflection}",
booktitle = "Proceedings of the 4th International Conference on Language Resources and Evaluation",
volume = 4,
address = "Lisbon, Portugal",
year = 2004,
pages = "1263-1266"
}
@inproceedings{verbnet,
author = "Karin Kipper and Hoa Trang Dang and Martha Palmer",
year = 2000,
title = "Class-based construction of a verb lexicon",
booktitle = "Proceedings of the Seventh National Conference on Artificial Intelligence (AAAI-2000)",
address = "Austin, TX"
}
@inproceedings{barriere09,
author = "Caroline Barri\`ere",
title = "Finding domain specific collocations and concordances on the Web",
booktitle = "Proceedings of the RANLP 2009 Workshop on Natural Language Processing methods and corpora in translation, lexicography and language learning",
address = "Borovets, Bulgaria",
year = "2009"
}
@inproceedings{preiss07,
author = "Judita Preiss and Ted Brisco and Anna Korhonen",
title = "A system for large-scale acquisition of verbal, nominal and adjectival subcategorization frames from corpora",
booktitle = "Proceedings of the 45th Annual Meeting of the Association for Computational Linguistics",
address = "Prague, Czech Republic",
year = "2007",
pages = "912-918"
}
@inproceedings{xu02,
author = "Feiyu Xu and Daniela Kurz and Jakub Piskorski and Sven Schmeier",
title = "{A Domain Adaptive Approach to Automatic Acquisition of Domain Relevant Terms and their Relations with Bootstrapping}",
booktitle = "Proceedings of the 3rd International Conference on Language Resources and Evaluation",
address = "Las Palmas, Canary Islands, Spain",
year = "2002",
publisher = "European Language Resources Association"
}
@incollection{vde,
author = "Thomas Herbst and Peter Uhrig",
title = "{Valency information online -- research and pedagogic reference tools}",
booktitle = "eLexicography in the 21st Century: New Challenges, New Applications. Proceedings of eLex 2009",
editor = "Sylviane Granger and Magali Paquot",
volume = 7,
series = "Cahiers du Cental",
pages = "125-136",
publisher = "Presses universitaires de Louvain-la-Neuve, Belgium",
year = "2010"
}
@inproceedings{thanopoulos02,
author = "Aristomenis Thanopoulos and Nikos Fakotakis and George Kokkinakis",
title = "{Comparative Evaluation of Collocation Extraction Metrics}",
booktitle = "Proceedings of the 3rd International Conference on Language Resources and Evaluation",
address = "Las Palmas, Canary Islands, Spain",
year = "2002",
publisher = "European Language Resources Association",
pages = "620-625"
}
@inproceedings{resnik95,
author = "Philip Resnik",
title = "Using information content to evaluate semantic similarity in
a taxonomy",
booktitle = "Proceedings of the International Joint Conference on Artificial Intelligence",
address = "Montreal, Canada",
year = "1995",
pages = "448-453"
}
@inproceedings{resnik97,
author = "Philip Resnik",
title = "Selectional preference and sense disambiguation",
booktitle = "Proceedings of the ACL SIGLEX Workshop on Tagging Text with Lexical Semantics: Why, What, and How?",
address = "Washington, DC",
year = "1997",
pages = "52-57"
}
@Article{SchulteImWalde:06,
author = {Sabine {Schulte im Walde}},
title = {Experiments on the Automatic Induction of German Semantic Verb Classes},
journal = {Computational Linguistics},
year = {2006},
volume = {32},
number = {2},
pages = {159--194},
}
@inproceedings{heath06,
author = {T. Heath and J. Domingue and P. Shabajee},
booktitle = {Proceedings of the 3rd International Semantic Web User Interaction Workshop},
title = {User Interaction and Uptake Challenges to Successfully Deploying Semantic Web Technologies},
year = {2006}
}
@TechReport{rdf,
institution = "W3C",
title = "RDF Primer ",
author = "Frank Manola and Eric Miller",
year = 2004,
note = "W3C Recommendation available at http://www.w3.org/TR/rdf-primer/"
}
@inproceedings{korhonen,
author = "Anna Korhonen",
year = "2002",
title = "Semantically motivated subcategorization acquisition",
booktitle = "Proceedings of the ACL Workshop on Unsupervised Lexical Acquisition",
address = "Philadelphia, USA"
}
@INBOOK{reiter09,
AUTHOR = {Nils Reiter and Paul Buitelaar},
TITLE = {Information Retrieval in Biomedicine: Natural Language Processing for Knowledge Integration},
CHAPTER = {Lexical Enrichment of Biomedical Ontologies},
PUBLISHER = {IGI Global},
YEAR = {2009}
}
@INPROCEEDINGS{lexonto,
AUTHOR = {P. Cimiano and P. Haase and M. Herold and M. Mantel and P. Buitelaar},
TITLE = {LexOnto: A Model for Ontology Lexicons for Ontology-based {NLP}},
BOOKTITLE = {Proc. of the OntoLex (From Text to Knowledge: The Lexicon/Ontology Interface) workshop at ISWC07 (International Semantic Web Conference)},
YEAR = {2007}
}
@INPROCEEDINGS{linginfo1,
AUTHOR = {P. Buitelaar and M. Sintek and M. Kiesel},
TITLE = {A Lexicon Model for Multilingual/Multimedia Ontologies},
BOOKTITLE = {Proceedings of the 3rd European Semantic Web Conference (ESWC06)},
YEAR = {2006}
}
@inproceedings{ponzetto09,
author = {Simone Paolo Ponzetto and
Roberto Navigli},
title = {Large-Scale Taxonomy Mapping for Restructuring and Integrating
Wikipedia},
booktitle = {IJCAI},
year = {2009},
pages = {2083-2088},
ee = {http://ijcai.org/papers09/Papers/IJCAI09-343.pdf},
crossref = {DBLP:conf/ijcai/2009},
bibsource = {DBLP, http://dblp.uni-trier.de}
}
@proceedings{DBLP:conf/ijcai/2009,
editor = {Craig Boutilier},
title = {IJCAI 2009, Proceedings of the 21st International Joint
Conference on Artificial Intelligence, Pasadena, California,
USA, July 11-17, 2009},
booktitle = {IJCAI},
year = {2009},
bibsource = {DBLP, http://dblp.uni-trier.de}
}
@article{navigli_overview,
author = {Roberto Navigli},
title = {Word sense disambiguation: A survey},
journal = {ACM Comput. Surv.},
volume = {41},
number = {2},
year = {2009},
ee = {http://doi.acm.org/10.1145/1459352.1459355},
bibsource = {DBLP, http://dblp.uni-trier.de}
}
@inproceedings{navigli06,
author = {Roberto Navigli},
title = {Online Word Sense Disambiguation with Structural Semantic
Interconnections},
booktitle = {Proceedings of the 11th Conference of the European Chapter of the Association for Computational Linguistics (EACL)},
year = {2006},
ee = {http://acl.ldc.upenn.edu/E/E06/E06-2006.pdf},
bibsource = {DBLP, http://dblp.uni-trier.de}
}
@inproceedings{ruiz_casado05,
author = {Maria Ruiz-Casado and
Enrique Alfonseca and
Pablo Castells},
title = {Automatic Assignment of Wikipedia Encyclopedic Entries to
WordNet Synsets},
booktitle = {AWIC},
year = {2005},
pages = {380-386},
ee = {http://dx.doi.org/10.1007/11495772_59},
crossref = {DBLP:conf/awic/2005},
bibsource = {DBLP, http://dblp.uni-trier.de}
}
@proceedings{DBLP:conf/awic/2005,
editor = {Piotr S. Szczepaniak and
Janusz Kacprzyk and
Adam Niewiadomski},
title = {Advances in Web Intelligence Third International Atlantic
Web IntelligenceConference, AWIC 2005, Lodz, Poland, June
6-9, 2005, Proceedings},
booktitle = {AWIC},
publisher = {Springer},
series = {Lecture Notes in Computer Science},
volume = {3528},
year = {2005},
isbn = {3-540-26219-9},
bibsource = {DBLP, http://dblp.uni-trier.de}
}
@inproceedings{agirre96,
author = {Eneko Agirre and
German Rigau},
title = {Word Sense Disambiguation using Conceptual Density},
booktitle = {COLING},
year = {1996},
pages = {16-22},
ee = {http://acl.ldc.upenn.edu/C/C96/C96-1005.pdf},
bibsource = {DBLP, http://dblp.uni-trier.de}
}
@INPROCEEDINGS{linginfo2,
AUTHOR = {P. Buitelaar and T. Declerck and A. Frank and S. Racioppa and M. Kiesel and M. Sintek and R. Engel and M. Romanelli and D. Sonntag and B. Loos and V. Micelli and R. Porzel and P. Cimiano},
TITLE = {{LingInfo}: Design and Applications of a Model for the Integration of Linguistic Information in Ontologies},
BOOKTITLE = {Proceedings of OntoLex06, a Workshop at LREC},
YEAR = {2006}
}
@Book{qa06,
editor = {T. Strzalkowski and S. Harabagiu},
title = {Advances in Open Domain Question Answering},
publisher = {Springer Verlag},
year = {2006},
}
@article{dke08,
author = {Philipp Cimiano and
Peter Haase and
J{\"o}rg Heizmann and
Matthias Mantel and
Rudi Studer},
title = {Towards portable natural language interfaces to knowledge
bases - The case of the ORAKEL system},
journal = {Data Knowledge Engineering},
volume = {65},
number = {2},
year = {2008},
pages = {325-354}
}
@inproceedings{webanima,
author = {Emerson Cabrera Paraiso and Yuri Campbell and Cesar Augusto Tacla},
title = {WebAnima: A web-based embodied conversational assistant to interface users with multi-agent-based CSCW applications},
booktitle = {Proceedings of the 12th International Conference on CSCW in Design},
year = {2008},
pages = {337-342},
}
@INPROCEEDINGS{golbeck03,
author = {J. Golbeck and P. Mutton},
title = {Semantic Web Interaction on Internet Relay Chat},
booktitle = {Proceedings of Interaction Design on the Semantic Web},
year = {2004}
}
@INPROCEEDINGS{breuing,
author = {A. Breuing and T. Pfeiffer and S. Kopp},
title = {Conversational Interface Agents for the Semantic Web - a Case Study},
booktitle = {Proceedings of the Poster and Demonstration Session at the 7th International Semantic Web Conference (ISWC)},
year = {2008}
}
@INPROCEEDINGS{he06,
author = {Y. He, T.T. Quan and S.C. Hui},
title = {A Multimodal Restaurant Finder for Semantic Web},
booktitle = {Proceedings of the IEEE International Conference on Computing and Communication Technologies (RIVF)},
year = {2006}
}
@INPROCEEDINGS{dickinson09,
author = {Ian Dickinson},
title = {In favour of (more) intelligence in the semantic UI},
booktitle = {Proc. Semantic Web User Interaction Workshop (SWUI'09)},
year = {2009}
}
@article{reiter97,
author = "Ehud Reiter and Robert Dale",
title = "Building applied natural language generation systems",
journal = "Journal of Natural Language Engineering",
volume = "3",
number = "1",
pages = "57--87",
year = "1997"
}
@INBOOK{language_generation,
AUTHOR = {C.J. Fillmore},
editor = {Ronald A. Cole and Joseph Mariani and Hans Uszkoreit and Annie Zaenen and Victor Zue },
TITLE = {Survey of the State of the Art in Human Language Technology},
CHAPTER = {Language Generation},
pages = {1--88},
PUBLISHER = {New York: Holt, Rinehart, and Winston},
YEAR = {1996}
}
@inproceedings{ohara04,
author = {Kieron O'Hara and
Harith Alani and
Yannis Kalfoglou and
Nigel Shadbolt},
title = {Trust Strategies for the Semantic Web},
booktitle = {ISWC Workshop on Trust, Security, and Reputation on the
Semantic Web},
year = {2004}
}
@inproceedings{golbeck03b,
author = {J. Golbeck and B. Parsia and J.A. Hendler},
title = {Trust Networks on the Semantic Web},
booktitle = {Proceedings of Cooperative Information Agents VII, 7th International Workshop (CIA)},
year = {2003},
pages = {238-249}
}
@article{divino09,
author = {R. Queiroz Dividino and
S. Sizov and
St. Staab and
B. Schueler},
title = {Querying for provenance, trust, uncertainty and other meta
knowledge in RDF},
journal = {J. Web Sem.},
volume = {7},
number = {3},
year = {2009},
pages = {204-219}
}
@inproceedings{duc09,
author = {T. Tran and
H. Wang and
S. Rudolph and
P. Cimiano},
title = {Top-k Exploration of Query Candidates for Efficient Keyword
Search on Graph-Shaped (RDF) Data},
booktitle = {Proceedings of the International Conference on Data Engineering},
year = {2009},
pages = {405-416},
ee = {http://dx.doi.org/10.1109/ICDE.2009.119},
crossref = {DBLP:conf/icde/2009},
bibsource = {DBLP, http://dblp.uni-trier.de}
}
@inproceedings{lopez05,
author = {V. Lopez and
M. Pasin and
E. Motta},
title = {AquaLog: An Ontology-Portable Question Answering System
for the Semantic Web},
booktitle = {Proceedings of the European Semantic Web Conference (ESWC)},
year = {2005},
pages = {546-562}
}
@InProceedings{eswc09,
author = {P. Buitelaar and P. Cimiano and P. Haase and M. Sintek},
title = {Towards Linguistically Grounded Ontologies},
booktitle = {Proceedings of the 6th Annual European Semantic Web Conference (ESWC)},
year = {2009},
}
@Article{olp_springer06,
author = {P. Cimiano},
title = {Ontology Learning and Population from Text: Algorithms, Evaluation and Applications},
year = {2006},
}
@Article{machazine09,
author = {P. Cimiano},
title = {The Web of Data},
journal = {Machazine (Wiskunde en Informatica Studievereniging Christian Huygens)},
volume = {13},
number = {4},
year = {2009},
}
@article{forbes03,
author = {Katherine Forbes and
Eleni Miltsakaki and
Rashmi Prasad and
Anoop Sarkar and
Aravind K. Joshi and
Bonnie L. Webber},
title = {D-LTAG System: Discourse Parsing with a Lexicalized Tree-Adjoining
Grammar},
journal = {Journal of Logic, Language and Information},
volume = {12},
number = {3},
year = {2003},
pages = {261-279}
}
@book{mckeown85,
author = {McKeown, Kathleen R.},
title = {Text generation: using discourse strategies and focus constraints to generate natural language text},
year = {1985},
isbn = {0-521-30116-5},
publisher = {Cambridge University Press},
address = {New York, NY, USA},
}
@inproceedings{wanner94,
author = {L. Wanner},
title = {On Lexically Biased Discourse Organization In Text Generation},
booktitle = {Proceedings of the International Conference on Computational Linguistics (COLING)},
year = {1994},
pages = {369-378},
}
@inproceedings{bontcheva05,
author = {K. Bontcheva},
title = {Generating Tailored Textual Summaries from Ontologies},
booktitle = {Proceedings of the European Semantic Web Conference (ESWC)},
year = {2005},
pages = {531-545},
}
@proceedings{DBLP:conf/esws/2005,
editor = {Asunci{\'o}n G{\'o}mez-P{\'e}rez and
J{\'e}r{\^o}me Euzenat},
title = {The Semantic Web: Research and Applications, Second European
Semantic Web Conference, ESWC 2005, Heraklion, Crete, Greece,
May 29 - June 1, 2005, Proceedings},
booktitle = {ESWC},
publisher = {Springer},
series = {Lecture Notes in Computer Science},
volume = {3532},
year = {2005},
isbn = {3-540-26124-9},
bibsource = {DBLP, http://dblp.uni-trier.de}
}
@inproceedings{DBLP:conf/semweb/DavisIFTBCH08,
author = {Brian Davis and
Ahmad Ali Iqbal and
Adam Funk and
Valentin Tablan and
Kalina Bontcheva and
Hamish Cunningham and
Siegfried Handschuh},
title = {RoundTrip Ontology Authoring},
booktitle = {International Semantic Web Conference},
year = {2008},
pages = {50-65},
ee = {http://dx.doi.org/10.1007/978-3-540-88564-1_4},
crossref = {DBLP:conf/semweb/2008},
bibsource = {DBLP, http://dblp.uni-trier.de}
}
@proceedings{DBLP:conf/semweb/2008,
editor = {Amit P. Sheth and
Steffen Staab and
Mike Dean and
Massimo Paolucci and
Diana Maynard and
Timothy W. Finin and
Krishnaprasad Thirunarayan},
title = {The Semantic Web - ISWC 2008, 7th International Semantic
Web Conference, ISWC 2008, Karlsruhe, Germany, October 26-30,
2008. Proceedings},
booktitle = {International Semantic Web Conference},
publisher = {Springer},
series = {Lecture Notes in Computer Science},
volume = {5318},
year = {2008},
isbn = {978-3-540-88563-4},
bibsource = {DBLP, http://dblp.uni-trier.de}
}
@INPROCEEDINGS{tabulator,
author = {T. Berners-Lee and Y. Chen and L. Chilton and D. Connolly and R. Dhanaraj and J. Hollenbach and A. Lerer and D. Sheets},
title = {Tabulator: Exploring and analyzing linked data on the semantic web},
booktitle = {Proceedings of the 3rd International Semantic Web User Interaction Workshop},
year = {2006}
}
@inproceedings{max_sw,
Author = {A. Breuing and T. Pfeiffer and S. Kopp},
Title = {Conversational Interface Agents for the Semantic Web -- a Case Study},
Booktitle = {Proceedings of the 7th International Semantic Web Conference (ISWC2008)},
Year = {2008}
}
@article{max,
author = {Kopp, Stefan and Gesellensetter, Lars and Kr\"{a}mer, Nicole C. and Wachsmuth, Ipke},
title = {A conversational agent as museum guide: design and evaluation of a real-world application},
book = {Lecture Notes in Computer Science},
year = {2005},
isbn = {3-540-28738-8},
pages = {329--343},
doi = {http://dx.doi.org/10.1007/11550617_28},
publisher = {Springer-Verlag},
address = {London, UK},
}
@MISC{howto_linked_data,
author= {C. Bizer and R. Cyganiak and T. Heath},
title = {How to Publish Linked Data on the Web},
year = {2008},
howpublished = {http://www4.wiwiss.fu-berlin.de/bizer/pub/LinkedDataTutorial/},
note = {last access: 8.03.2010}
}
@MISC{linked_data,
author= {T. Berners-Lee},
title = {Linked Data},
year = {2006},
howpublished = {http://www.w3.org/DesignIssues/LinkedData.html},
}
@inproceedings{restaurant,
Author = {Y. He, T.T. Quan, and S.C. Hui},
Title = {A Multimodal Restaurant Finder for Semantic Web},
Booktitle = {Proceedings of the IEEE International Conference on Computer Science RIVF2006},
Year = {2006}
}
@inproceedings{rdf_fallacy,
Author = {mc schraefel and D. Karger},
Title = {The Pathetic Fallacy of RDF (position paper)},
Booktitle = {Proceedings of the Semantic Web User Interaction Workshop (SWUI'06)},
Year = {2006}
}
@proceedings{trust2004,
editor = {J. Golbeck and
P. A. Bonatti and
W. Nejdl and
D. Olmedilla and
M. Winslett},
title = {Proceedings of the ISWC*04 Workshop on Trust, Security,
and Reputation on the Semantic Web, Hiroshima, Japan, November
7, 2004},
booktitle = {ISWC Workshop on Trust, Security, and Reputation on the
Semantic Web},
publisher = {CEUR-WS.org},
series = {CEUR Workshop Proceedings},
volume = {127},
year = {2004},
bibsource = {DBLP, http://dblp.uni-trier.de}
}
@inproceedings{ng,
author = {J. Carroll and
C. Bizer and
P. J. Hayes and
P. Stickler},
title = {Named graphs, provenance and trust},
booktitle = {Proceedings of the World Wide Web (WWW) Conference},
year = {2005},
pages = {613-622}
}
@inproceedings{richardson03,
author = {M. Richardson and
R. Agrawal and
P. Domingos},
title = {Trust Management for the Semantic Web},
booktitle = {Proceedings of the International Semantic Web Conference},
year = {2003},
pages = {351-368},
}
@Article{nli_intro,
author = "I. Androutsopoulos and G.D. Ritchie and P. Thanisch",
title = "Natural Language Interfaces to Databases--An introduction",
journal = "Journal of Language Engineering",
volume = "1",
number = "1",
pages = "29--81",
year = "1995"
}
@article{hovy93,
author = {Hovy, Eduard H.},
title = {Automated discourse generation using discourse structure relations},
journal = {Artif. Intell.},
volume = {63},
number = {1-2},
year = {1993},
pages = {341--385},
publisher = {Elsevier Science Publishers Ltd.},
}
@article{karamanis_2009,
author = {Karamanis, Nikiforos and Mellish, Chris and Poesio, Massimo and Oberlander, Jon},
title = {Evaluating centering for information ordering using corpora},
journal = {Comput. Linguist.},
volume = {35},
number = {1},
year = {2009},
pages = {29--46},
publisher = {MIT Press}
}
@inproceedings{eacl03,
author = {Aggeliki Dimitromanolaki, Ion Androutsopoulos},
title = {Learning to Order Facts for Discourse Planning in Natural Language Generation},
booktitle = {Proceedings of the Workshop on Natural Language Generation, collocated with EACL'03},
year = {2003}