File size: 21,845 Bytes
6fa4bc9 | 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 | {
"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"
}
}
}
} |