ACL-OCL / Base_JSON /prefixU /json /U07 /U07-1022.json
Benjamin Aw
Add updated pkl file v3
6fa4bc9
{
"paper_id": "U07-1022",
"header": {
"generated_with": "S2ORC 1.0.0",
"date_generated": "2023-01-19T03:08:57.529690Z"
},
"title": "Extending CCGbank with quotes and multi-modal CCG",
"authors": [
{
"first": "Daniel",
"middle": [],
"last": "Tse",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "University of Sydney NSW 2006",
"location": {
"country": "Australia"
}
},
"email": ""
},
{
"first": "James",
"middle": [
"R"
],
"last": "Curran",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "University of Sydney NSW 2006",
"location": {
"country": "Australia"
}
},
"email": ""
}
],
"year": "",
"venue": null,
"identifiers": {},
"abstract": "CCGbank is an automatic conversion of the Penn Treebank to Combinatory Categorial Grammar (CCG). We present two extensions to CCGbank which involve manipulating its derivation and category structure. We discuss approaches for the automatic re-insertion of removed quote symbols and evaluate their impact on the performance of the C&C CCG parser. We also analyse CCGbank to extract a multi-modal CCG lexicon, which will allow the removal of hardcoded language-specific constraints from the C&C parser, granting benefits to parsing speed and accuracy.",
"pdf_parse": {
"paper_id": "U07-1022",
"_pdf_hash": "",
"abstract": [
{
"text": "CCGbank is an automatic conversion of the Penn Treebank to Combinatory Categorial Grammar (CCG). We present two extensions to CCGbank which involve manipulating its derivation and category structure. We discuss approaches for the automatic re-insertion of removed quote symbols and evaluate their impact on the performance of the C&C CCG parser. We also analyse CCGbank to extract a multi-modal CCG lexicon, which will allow the removal of hardcoded language-specific constraints from the C&C parser, granting benefits to parsing speed and accuracy.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Abstract",
"sec_num": null
}
],
"body_text": [
{
"text": "Combinatory Categorial Grammar (Steedman, 2000) is a powerful lexicalised grammar formalism. In CCG, the combination of categories using a small set of combinatory rules allows a parser to simultaneously build up syntax and semantics.",
"cite_spans": [
{
"start": 31,
"end": 47,
"text": "(Steedman, 2000)",
"ref_id": "BIBREF5"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "CCGbank, a corpus automatically converted from the Wall Street Journal section of the Penn Treebank (Marcus et al., 1994) , forms the cornerstone of research in wide-coverage CCG parsing. Its coverage enables the construction of practical, efficient and robust CCG parsers (Clark and Curran, 2007) .",
"cite_spans": [
{
"start": 100,
"end": 121,
"text": "(Marcus et al., 1994)",
"ref_id": "BIBREF4"
},
{
"start": 273,
"end": 297,
"text": "(Clark and Curran, 2007)",
"ref_id": "BIBREF1"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "We describe corpus transformations on CCGbank which improve its linguistic fidelity and discriminative power. We restore the quote symbols to CCGbank derivations removed by the CCGbank derivation procedure (Hockenmaier, 2003) . Quotes yield useful local information for many corpus applications, such as speaker or topic segmentation, and the supertagging phase in a CCG parser (the assignment of categories to lexical items).",
"cite_spans": [
{
"start": 206,
"end": 225,
"text": "(Hockenmaier, 2003)",
"ref_id": "BIBREF2"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "Multi-modal Combinatory Categorial Grammar (Baldridge, 2002) is an extension to CCG for finergrained control over the applicability of combinatory rules. We develop a method for the semiautomatic extraction of a MMCCG corpus from CCGbank. These corpus transformations increase the fidelity and precision of CCGbank and hence its usefulness in a range of applications.",
"cite_spans": [
{
"start": 43,
"end": 60,
"text": "(Baldridge, 2002)",
"ref_id": "BIBREF0"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "In CCG, lexical items are mapped to categories, which are combined through a set of combinatory rules. Typically, permitting all of the combinators to be considered by the parser leads to the undesired acceptance of ungrammatical examples, known as overgeneration. To prevent this in pure CCG, restrictions on the set of applicable rules must be specified as hard-coded parser constraints.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Multi-modal CCG",
"sec_num": "2"
},
{
"text": "X/ Y Y \u2192 X Y X\\ Y \u2192 X X/\u2022Y Y/\u2022Z \u2192 X/\u2022Z Y \\ \u2022Z X\\\u2022Y \u2192 X\\\u2022Z Y /\u2022Z X\\\u2022Y \u2192 X/\u2022Z X \u2192 T / i(T \\iX) X \u2192 T \\ i(T /iX)",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Multi-modal CCG",
"sec_num": "2"
},
{
"text": "To restore lexicality, Baldridge (2002) devised multi-modal CCG, in which each slash of a category encodes an indication (or mode) defining the rules in which it may participate. Modes simultaneously yield efficiency benefits and a reduction in derivational ambiguity by limiting the set of combinatory rules a MMCCG parser has to consider.",
"cite_spans": [
{
"start": 23,
"end": 39,
"text": "Baldridge (2002)",
"ref_id": "BIBREF0"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Multi-modal CCG",
"sec_num": "2"
},
{
"text": "We restore quotes to CCGbank by consulting the Penn Treebank to determine the original location of Proceedings of the Australasian Language Technology Workshop 2007, pages 149-151 the opening and/or closing quote. Having found the corresponding leaf in the CCGbank derivation, we ascend to its parent as long as the leaves of its subtree contain strictly a sequence of tokens which were originally between quotes in the text. We splice in the quote below the node at which this condition is no longer true, so that the re-inserted quote leaf dominates the text that it quotes.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Re-quoting CCGbank",
"sec_num": "3"
},
{
"text": "We correctly reinstate quotes in 8477 of the 8677 derivations (97.7%) originally containing quotes. We evaluate the re-quoted CCGbank on the C&C CCG parser (Clark and Curran, 2007) . As per our hypothesis, the extra local information provided by the presence of quotes slightly increases supertagging accuracy. However, there is a small tradeoff against parser accuracy, due to the additional complexity the re-added quotes entail.",
"cite_spans": [
{
"start": 156,
"end": 180,
"text": "(Clark and Curran, 2007)",
"ref_id": "BIBREF1"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Re-quoting CCGbank",
"sec_num": "3"
},
{
"text": "A simple approach to mode annotation is to examine each slash of each category occurring in CCGbank. If a given slash is consumed by a given rule with a proportion \u03b1 of total cases, then we assign that slash a mode ( , , \u2022) compatible with that rule. The null mode ( ) permits no rules, allowing us to mark a category such as S [pt]\\NP , whose slash is never directly consumed.",
"cite_spans": [
{
"start": 92,
"end": 100,
"text": "CCGbank.",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Multi-modal CCG",
"sec_num": "4"
},
{
"text": "The problem with this automated approach is sparseness: rarely attested rules can nevertheless contribute to legitimate analyses. We address this by performing manual annotation on those slashes consumed often by the more powerful composition rules, while relying on our frequency cutoff criterion to assign the application-only and null modes.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Multi-modal CCG",
"sec_num": "4"
},
{
"text": "There are two outcomes in annotating a given CCG category with modes: for each slash, we either assign the least permissive mode that preserves the vast majority of CCGbank derivations, or else we discover that a given CCG category corresponds to two or more MMCCG categories differing by mode.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Multi-modal CCG",
"sec_num": "4"
},
{
"text": "We give an example of the additional fine-grained control provided by MMCCG, allowing us to make a grammaticality distinction previously impossible to specify lexically in CCG. The adverbs freely and evidently belong to the classes VP adverb and sentential adverb, respectively. The former are characterised by their ability to undergo a degree of shifting unavailable to the latter.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Multi-modal CCG",
"sec_num": "4"
},
{
"text": "(1) Adverbs permute within their phrase freely.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Multi-modal CCG",
"sec_num": "4"
},
{
"text": "(2) Adverbs permute freely within their phrase.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Multi-modal CCG",
"sec_num": "4"
},
{
"text": "(3) He knows some judo evidently. (4) *He knows evidently some judo.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Multi-modal CCG",
"sec_num": "4"
},
{
"text": "This distinction cannot be made in CCG, because both freely and evidently share the structural category (S \\NP )\\(S \\NP ). However, the additional derivational control of MMCCG allows us to partition the VP and sentential adverbs. In particular, the VP adverbs would carry a category (S \\NP )\\ \u2022 (S \\NP ), the mode \u2022 permitting the use of the combinatory rules of composition which enable a CCG analysis of movement, while the sentential adverbs would receive the category (S \\NP )\\ (S \\NP ), the mode only permitting the non-associative and nonpermutative rules of application. A further benefit of moving these distinctions into the lexicon is that we can make these grammaticality distinctions with the granularity of lexical items.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Multi-modal CCG",
"sec_num": "4"
},
{
"text": "We have described two transformations on CCGbank, which enhance and extend its utility as a CCG corpus. We have produced a CCGbank of greater fidelity through an algorithm for re-instating quote symbols removed during its corpus conversion process, demonstrated the role of multi-modal CCG in addressing overgeneration inherent in pure CCG, and described a strategy for the generation of a MMCCG corpus. We have considered automatic and manual strategies for the annotation of a MMCCG corpus, and justify our chosen solution of a compromise between them. The focus of our work is now to refine the corpus obtained, and implement a full MMCCG parser.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusion",
"sec_num": "5"
},
{
"text": "Through the generation of a multi-modal version of CCGbank, we have the potential for more accurate, and at the same time more efficient widecoverage CCG parsing.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusion",
"sec_num": "5"
}
],
"back_matter": [],
"bib_entries": {
"BIBREF0": {
"ref_id": "b0",
"title": "Lexically Specified Derivational Control in Combinatory Categorial Grammar",
"authors": [
{
"first": "Jason",
"middle": [],
"last": "Baldridge",
"suffix": ""
}
],
"year": 2002,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Jason Baldridge. 2002. Lexically Specified Deriva- tional Control in Combinatory Categorial Gram- mar. Ph.D. thesis, University of Edinburgh.",
"links": null
},
"BIBREF1": {
"ref_id": "b1",
"title": "Wide-Coverage Statistical Parsing with CCG and Log-Linear Models",
"authors": [
{
"first": "Stephen",
"middle": [],
"last": "Clark",
"suffix": ""
},
{
"first": "James",
"middle": [
"R"
],
"last": "Curran",
"suffix": ""
}
],
"year": 2007,
"venue": "Computational Linguistics",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Stephen Clark and James R. Curran. 2007. Wide- Coverage Statistical Parsing with CCG and Log- Linear Models. To appear in Computational Lin- guistics 2007. Unpublished draft manuscript.",
"links": null
},
"BIBREF2": {
"ref_id": "b2",
"title": "Data and Models for Statistical Parsing with Combinatory Categorial Grammar",
"authors": [
{
"first": "Julia",
"middle": [],
"last": "Hockenmaier",
"suffix": ""
}
],
"year": 2003,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Julia Hockenmaier. 2003. Data and Models for Statistical Parsing with Combinatory Categorial Grammar. Ph.D. thesis, University of Edinburgh.",
"links": null
},
"BIBREF3": {
"ref_id": "b3",
"title": "CCGbank: A Corpus of CCG Derivations and Dependency Structures Extracted from the Penn Treebank",
"authors": [
{
"first": "Julia",
"middle": [],
"last": "Hockenmaier",
"suffix": ""
},
{
"first": "Mark",
"middle": [],
"last": "Steedman",
"suffix": ""
}
],
"year": 2007,
"venue": "Computational Linguistics",
"volume": "33",
"issue": "3",
"pages": "355--396",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Julia Hockenmaier and Mark Steedman. 2007. CCGbank: A Corpus of CCG Derivations and Dependency Structures Extracted from the Penn Treebank. Computational Linguistics, 33(3):355- 396.",
"links": null
},
"BIBREF4": {
"ref_id": "b4",
"title": "Building a Large Annotated Corpus of English: The Penn Treebank",
"authors": [
{
"first": "Mitchell",
"middle": [
"P"
],
"last": "Marcus",
"suffix": ""
},
{
"first": "Beatrice",
"middle": [],
"last": "Santorini",
"suffix": ""
},
{
"first": "Mary",
"middle": [
"Ann"
],
"last": "Marcinkiewicz",
"suffix": ""
}
],
"year": 1994,
"venue": "Computational Linguistics",
"volume": "19",
"issue": "2",
"pages": "313--330",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Mitchell P. Marcus, Beatrice Santorini, and Mary Ann Marcinkiewicz. 1994. Building a Large Annotated Corpus of English: The Penn Treebank. Computational Linguistics, 19(2):313- 330.",
"links": null
},
"BIBREF5": {
"ref_id": "b5",
"title": "The Syntactic Process",
"authors": [
{
"first": "Mark",
"middle": [],
"last": "Steedman",
"suffix": ""
}
],
"year": 2000,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Mark Steedman. 2000. The Syntactic Process. MIT Press. Cambridge, MA, USA.",
"links": null
}
},
"ref_entries": {
"FIGREF0": {
"type_str": "figure",
"uris": null,
"num": null,
"text": "Figure 1: C&C evaluation"
}
}
}
}