ACL-OCL / Base_JSON /prefixJ /json /J11 /J11-3007.json
Benjamin Aw
Add updated pkl file v3
6fa4bc9
{
"paper_id": "J11-3007",
"header": {
"generated_with": "S2ORC 1.0.0",
"date_generated": "2023-01-19T03:06:00.197072Z"
},
"title": "Semantic Role Labeling",
"authors": [
{
"first": "Martha",
"middle": [],
"last": "Palmer",
"suffix": "",
"affiliation": {},
"email": ""
},
{
"first": "Daniel",
"middle": [],
"last": "Gildea",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "University of Rochester",
"location": {}
},
"email": ""
},
{
"first": "Nianwen",
"middle": [],
"last": "Xue",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "Brandeis University",
"location": {}
},
"email": ""
},
{
"first": "Alessandro",
"middle": [],
"last": "Moschitti",
"suffix": "",
"affiliation": {},
"email": ""
}
],
"year": "",
"venue": null,
"identifiers": {},
"abstract": "",
"pdf_parse": {
"paper_id": "J11-3007",
"_pdf_hash": "",
"abstract": [],
"body_text": [
{
"text": "A basic aim of computational linguistics (CL) is the study and design of computational models of natural language semantics. Although frequency-based approaches-for example, distributional semantics-provide effective and concrete solutions for natural language applications, they still fail to fully reconcile the field with the theoreticallinguistic soul. In contrast, semantic role labeling (SRL), a recent new area of CL, aims to automatically provide (shallow) semantic layers using modern linguistic theories of semantic roles, also exploitable by language applications. The centrality and importance of such theories in CL has promoted the development of a rather large body of work on SRL; its many aspects and research directions make it difficult to survey the field.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "Palmer, Gildea, and Xue's book provides an excellent description of such work, detailing all its main concepts and practical aspects. The authors accurately illustrate all important ingredients to acquire a global and precise view of the field, namely, (i) the theoretical framework, ranging from linking theory to theta roles, Levin's classes and frame semantics; (ii) computational models based on syntactic representations derived from diverse parsing paradigms; (iii) several resources in different languages; (iv) many machine learning approaches and strategies; and (v) portability to other languages and domains.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "This book is mainly directed to practitioners who want to contribute to SRL or who want to simply use its technology in natural language applications. As an \"Ariadne's ball of thread,\" this book will guide the reader through the conceptual SRL labyrinth, saving months of work needed to understand theory and practice of this exciting research field. The book is divided into four content chapters.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "Chapter 1. A sound and natural way to approach SRL, independently of one's own background and interest, is to start from an overall understanding of the theory of semantic roles. This phase is not painless for the practitioner as there is no general agreement on the theory of semantic roles. Several concepts must be acquired, including theta roles, proto-roles, Levin's classes, and frame semantics. As a consequence, to understand the potential of the different formalisms, entire books (e.g., Jackendoff 1990; Levin 1993 ) should be examined. This step, although interesting, probably would slow down the work of the practitioners and may frustrate those not having the required linguistic background. By contrast, this chapter is an optimal compromise as it simply summarizes all the important aspects of semantic role theory, also providing concrete examples. This allows for saving much of the time needed to recombine and interpret the different results obtained from different theories.",
"cite_spans": [
{
"start": 497,
"end": 513,
"text": "Jackendoff 1990;",
"ref_id": "BIBREF1"
},
{
"start": 514,
"end": 524,
"text": "Levin 1993",
"ref_id": "BIBREF2"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "Chapter 2. One interesting aspect of SRL is the practical instantiation of linguistic theories in some corpora. A nice feature of this chapter is the ability to quickly focus on practical aspects by presenting the most useful data sets. The authors' technical description is minimal but precise and highlights the differences between resources and their annotation from theoretical and practical viewpoints: The chapter provides what is needed to understand the format and meaning of the data so that writing code for using it becomes straightforward. Advanced topics such as linking different resources to boost the accuracy of automatic SRL systems are also presented. One drawback of the chapter, which is a consequence of the limited available space, is the lack of a description of other important resources (e.g., NomBank [Meyers et al. 2004] , and resources in languages other than English.",
"cite_spans": [
{
"start": 828,
"end": 848,
"text": "[Meyers et al. 2004]",
"ref_id": "BIBREF3"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "Chapter 3. For a computational linguist, this is the most fascinating chapter. It presents the typical computational models used to design automatic SRL systems by illustrating the most effective pipeline architectures. These are typically composed of different modules performing different tasks; the filtering, identification, classification, and joint inference stages are described in detail by proposing features and models that have proved to be effective during several years of research. Additionally, the chapter discusses important aspects of SRL systems such as (i) the impact of syntactic information along with different parsing paradigms, (ii) models combining different types of syntactic representation, and (iii) models integrating syntactic and semantic parsers in a single approach. These descriptions constitute key information, which allows for enhancing accurate basic systems to state-of-the-art shallow semantic parsers. The chapter concludes with valuable information for testing the quality of an SRL system, that is, a description of the most-used accuracy measures for different kinds of parsing paradigms. Typical aspects that impact system performance such as domain variability, combinations of different resources, and the use of unsupervised approaches are also illustrated. However, this chapter may still be considered incomplete as some architectures exploiting advanced machine learning techniques, for example, kernel methods (Moschitti 2004) , are not reported.",
"cite_spans": [
{
"start": 1464,
"end": 1480,
"text": "(Moschitti 2004)",
"ref_id": "BIBREF4"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "Chapter 4. After all the important topics of English SRL have been presented, this chapter is dedicated to discussing the problem of extending semantic parser models to other languages (e.g., Chinese). After a brief presentation of resources for other languages, which serves only the purpose of showing their availability, the chapter focuses on interesting topics such as semantic role projection and alignment. The former allows for automatically generating labeled data using annotation on one language and parallel corpora, whereas the latter aligns both annotated corpora and can be exploited for machine translation. The second main topic of the chapter is an interesting discussion of the adaptation of system architectures when they are applied to languages different than English. Although the focus is only on the English-Chinese pair, the derived guidelines are generally applicable to other languages. Finally, the presence of nominal predicates in the Chinese PropBank is used for introducing the important topic of nominal SRL. Although this explanation along with other related resources (e.g., NomBank) could have received a larger space, it is enough to complete all the most relevant topics of the field.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "What is missing? This is a sound and complete book on SRL. It can also work as an initial manual of SRL systems as it provides indications for designing state-of-the-art parsers.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "However, its small size suggests that it could not have been comprehensive, given the very large body of work in shallow semantic parsing. Consequently, there are some missing or not completely described topics. One of them is the practical use of semantic parses for concrete tasks or real-world applications. That is, the question \"Now that we have such a nice shallow semantic representation, how do we use it for a concrete (e.g., commercial) task?\" remains unanswered. It is not easy to respond to this question as, at the moment, no industrial company is using SRL (or getting from it a resounding success). However, a discussion of previous work that has successfully exploited SRL-for example, for question answering (Moschitti et al. 2007; Shen and Lapata 2007; Surdeanu, Ciaramita, and Zaragoza 2008) , for sentiment analysis (Johansson and Moschitti 2010), and for cross-document coreference resolution (Ponzetto and Strube 2006) -could have been attempted.",
"cite_spans": [
{
"start": 725,
"end": 748,
"text": "(Moschitti et al. 2007;",
"ref_id": "BIBREF5"
},
{
"start": 749,
"end": 770,
"text": "Shen and Lapata 2007;",
"ref_id": null
},
{
"start": 771,
"end": 810,
"text": "Surdeanu, Ciaramita, and Zaragoza 2008)",
"ref_id": null
},
{
"start": 914,
"end": 940,
"text": "(Ponzetto and Strube 2006)",
"ref_id": "BIBREF6"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "Another potentially interesting chapter would have been a survey of machine learning approaches. Although the book wisely presents a well-assessed and restricted set of techniques, the prolific SRL research has developed many other interesting methods, for example, in CoNLL (Carreras and M\u00e0rquez 2005; Surdeanu et al. 2008) . Additionally, more evidence on the accuracy and speed achievable by the different SRL models on different corpora and tasks would have been useful for practitioners to estimate the expected performance of new systems in new application domains.",
"cite_spans": [
{
"start": 275,
"end": 302,
"text": "(Carreras and M\u00e0rquez 2005;",
"ref_id": "BIBREF0"
},
{
"start": 303,
"end": 324,
"text": "Surdeanu et al. 2008)",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "Finally, a description of the available resources, classified with respect to the semantic role theory, the language, and the genre would have been very nice. It would have given a clear picture of the spread of SRL in the natural language processing or related fields, for example, semantic Web or data mining.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "Despite these points, this is a unique book on SRL that condenses essential knowledge and years of research in linguistics, computational linguistics, and machine learning for SRL into a small number of pages. It allows the reader to save time in getting acquainted with SRL research. It is also useful in helping the design of one's own system and can serve as a starting point for conducting advanced research in SRL. In conclusion, this book is indispensable for researchers who are approaching SRL.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
}
],
"back_matter": [
{
"text": "of the North American Chapter of the Association for Computational Linguistics (HLT-NAACL 2006) , pages 192-199, Brooklyn, NY. Shen, Dan and Mirella Lapata. 2007 ",
"cite_spans": [
{
"start": 79,
"end": 95,
"text": "(HLT-NAACL 2006)",
"ref_id": null
},
{
"start": 98,
"end": 161,
"text": "pages 192-199, Brooklyn, NY. Shen, Dan and Mirella Lapata. 2007",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "annex",
"sec_num": null
}
],
"bib_entries": {
"BIBREF0": {
"ref_id": "b0",
"title": "Introduction to the CoNLL-2005 shared task: Semantic role labeling",
"authors": [
{
"first": "Xavier",
"middle": [],
"last": "Carreras",
"suffix": ""
},
{
"first": "Llu\u00eds",
"middle": [],
"last": "M\u00e0rquez",
"suffix": ""
}
],
"year": 2005,
"venue": "Proceedings of the Ninth Conference on Computational Natural Language Learning",
"volume": "",
"issue": "",
"pages": "152--164",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Carreras, Xavier and Llu\u00eds M\u00e0rquez. 2005. Introduction to the CoNLL-2005 shared task: Semantic role labeling. In Proceedings of the Ninth Conference on Computational Natural Language Learning (CoNLL 2005), pages 152-164, Ann Arbor, MI.",
"links": null
},
"BIBREF1": {
"ref_id": "b1",
"title": "Syntactic and semantic structure for opinion expression detection",
"authors": [
{
"first": "Ray",
"middle": [
"S"
],
"last": "Jackendoff",
"suffix": ""
},
{
"first": "M",
"middle": [
"A"
],
"last": "Cambridge",
"suffix": ""
},
{
"first": "Richard",
"middle": [],
"last": "Johansson",
"suffix": ""
},
{
"first": "Alessandro",
"middle": [],
"last": "Moschitti",
"suffix": ""
}
],
"year": 1990,
"venue": "Proceedings of the Fourteenth Conference on Computational Natural Language Learning",
"volume": "",
"issue": "",
"pages": "67--76",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Jackendoff, Ray S. 1990. Semantic Structures. The MIT Press, Cambridge, MA. Johansson, Richard and Alessandro Moschitti. 2010. Syntactic and semantic structure for opinion expression detection. In Proceedings of the Fourteenth Conference on Computational Natural Language Learning (CoNLL 2010), pages 67-76, Uppsala.",
"links": null
},
"BIBREF2": {
"ref_id": "b2",
"title": "English Verb Classes and Alternations",
"authors": [
{
"first": "Beth",
"middle": [],
"last": "Levin",
"suffix": ""
}
],
"year": 1993,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Levin, Beth. 1993. English Verb Classes and Alternations. University of Chicago Press, Chicago, IL.",
"links": null
},
"BIBREF3": {
"ref_id": "b3",
"title": "The NomBank project: An interim report",
"authors": [
{
"first": "A",
"middle": [],
"last": "Meyers",
"suffix": ""
},
{
"first": "R",
"middle": [],
"last": "Reeves",
"suffix": ""
},
{
"first": "C",
"middle": [],
"last": "Macleod",
"suffix": ""
},
{
"first": "R",
"middle": [],
"last": "Szekely",
"suffix": ""
},
{
"first": "V",
"middle": [],
"last": "Zielinska",
"suffix": ""
},
{
"first": "B",
"middle": [],
"last": "Young",
"suffix": ""
},
{
"first": "R",
"middle": [],
"last": "Grishman",
"suffix": ""
}
],
"year": 2004,
"venue": "Proceedings of the HLT-NAACL 2004 Workshop: Frontiers in Corpus Annotation",
"volume": "",
"issue": "",
"pages": "24--31",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Meyers, A., R. Reeves, C. Macleod, R. Szekely, V. Zielinska, B. Young, and R. Grishman. 2004. The NomBank project: An interim report. In Proceedings of the HLT-NAACL 2004 Workshop: Frontiers in Corpus Annotation, pages 24-31, Boston, MA.",
"links": null
},
"BIBREF4": {
"ref_id": "b4",
"title": "A study on convolution kernels for shallow semantic parsing",
"authors": [
{
"first": "Alessandro",
"middle": [],
"last": "Moschitti",
"suffix": ""
}
],
"year": 2004,
"venue": "Proceedings of the 42nd Annual Meeting of the Association for Computational Linguistics (ACL 2004)",
"volume": "",
"issue": "",
"pages": "335--342",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Moschitti, Alessandro. 2004. A study on convolution kernels for shallow semantic parsing. In Proceedings of the 42nd Annual Meeting of the Association for Computational Linguistics (ACL 2004), pages 335-342, Barcelona.",
"links": null
},
"BIBREF5": {
"ref_id": "b5",
"title": "Exploiting syntactic and shallow semantic kernels for question/answer classification",
"authors": [
{
"first": "Alessandro",
"middle": [],
"last": "Moschitti",
"suffix": ""
},
{
"first": "Silvia",
"middle": [],
"last": "Quarteroni",
"suffix": ""
},
{
"first": "Roberto",
"middle": [],
"last": "Basili",
"suffix": ""
},
{
"first": "Suresh",
"middle": [],
"last": "Manandhar",
"suffix": ""
}
],
"year": 2007,
"venue": "Proceedings of the 45th Annual Meeting of the Association for Computational Linguistics (ACL 2007)",
"volume": "",
"issue": "",
"pages": "776--783",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Moschitti, Alessandro, Silvia Quarteroni, Roberto Basili, and Suresh Manandhar. 2007. Exploiting syntactic and shallow semantic kernels for question/answer classification. In Proceedings of the 45th Annual Meeting of the Association for Computational Linguistics (ACL 2007), pages 776-783, Prague.",
"links": null
},
"BIBREF6": {
"ref_id": "b6",
"title": "Exploiting semantic role labeling, WordNet and Wikipedia for coreference resolution",
"authors": [
{
"first": "Simone",
"middle": [],
"last": "Ponzetto",
"suffix": ""
},
{
"first": "Michael",
"middle": [],
"last": "Paolo",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Strube",
"suffix": ""
}
],
"year": 2006,
"venue": "Proceedings of the",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Ponzetto, Simone Paolo and Michael Strube. 2006. Exploiting semantic role labeling, WordNet and Wikipedia for coreference resolution. In Proceedings of the 2006",
"links": null
},
"BIBREF7": {
"ref_id": "b7",
"title": "Human Language Technology Conference",
"authors": [],
"year": null,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Human Language Technology Conference",
"links": null
}
},
"ref_entries": {}
}
}