File size: 57,982 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 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 | {
"paper_id": "P86-1011",
"header": {
"generated_with": "S2ORC 1.0.0",
"date_generated": "2023-01-19T09:12:53.343833Z"
},
"title": "D.J. Weir",
"authors": [
{
"first": "K",
"middle": [],
"last": "Vijay-Shanker",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "University of Pennsylvania Philadelphia",
"location": {
"postCode": "19104",
"region": "PA"
}
},
"email": ""
},
{
"first": "A",
"middle": [
"K"
],
"last": "Joshi",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "University of Pennsylvania Philadelphia",
"location": {
"postCode": "19104",
"region": "PA"
}
},
"email": ""
}
],
"year": "",
"venue": null,
"identifiers": {},
"abstract": "We examine the relationship between the two grammatical formalisms: Tree Adjoining Grammars and Head Grammars. We briefly investigate the weak equivalence of the two formalisms. We then turn to a discussion comparing the linguistic expressiveness of the two formalisms.",
"pdf_parse": {
"paper_id": "P86-1011",
"_pdf_hash": "",
"abstract": [
{
"text": "We examine the relationship between the two grammatical formalisms: Tree Adjoining Grammars and Head Grammars. We briefly investigate the weak equivalence of the two formalisms. We then turn to a discussion comparing the linguistic expressiveness of the two formalisms.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Abstract",
"sec_num": null
}
],
"body_text": [
{
"text": "Recent work [9, 3] has revealed a very close formal relationship between the grammatical formalisms of Tree Adjoining Grammars (TAG's) and Head Grammars (HG's). In this paper we examine whether they have the same power of linguistic description. TAG's were first introduced in 1975 by Joshi, Levy and Takahashi [1] and investigated further in [2, 4, 8] . HG's were first introduced by Pollard [5] . TAG's and HG's were introduced to capture certain structural properties of natural languages. These formalisms were developed independently and are notationally quite different. TAG's deal with a set of elementary trees composed by means of an operation called adjoining. HG's maintain the essential character of contextfree string rewriting rules, except for the fact that besides concatenation of strings, string wrapping operations are permitted. Observations of similarities between properties of the two formalisms led us to study the formal relationship between these two formalisms and the results of this investigation are presented in detail in [9, 3] . We will briefly describe the formal relationship established in [9, 3] , showing TAG's to be equivalent to a variant of HG's. We argue that the relationship between HG's and this variant of HG's called Modified Head Grammars (MHG's) is very close.",
"cite_spans": [
{
"start": 12,
"end": 15,
"text": "[9,",
"ref_id": "BIBREF8"
},
{
"start": 16,
"end": 18,
"text": "3]",
"ref_id": "BIBREF2"
},
{
"start": 311,
"end": 314,
"text": "[1]",
"ref_id": null
},
{
"start": 343,
"end": 346,
"text": "[2,",
"ref_id": "BIBREF1"
},
{
"start": 347,
"end": 349,
"text": "4,",
"ref_id": "BIBREF3"
},
{
"start": 350,
"end": 352,
"text": "8]",
"ref_id": "BIBREF7"
},
{
"start": 393,
"end": 396,
"text": "[5]",
"ref_id": "BIBREF4"
},
{
"start": 1053,
"end": 1056,
"text": "[9,",
"ref_id": "BIBREF8"
},
{
"start": 1057,
"end": 1059,
"text": "3]",
"ref_id": "BIBREF2"
},
{
"start": 1126,
"end": 1129,
"text": "[9,",
"ref_id": "BIBREF8"
},
{
"start": 1130,
"end": 1132,
"text": "3]",
"ref_id": "BIBREF2"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "Having discussed the question of the weak equivalence of TAG's and HG's, we explore, in Sections 4 and 5, what might be loosely described as their strong equivalence. Section 4 discusses consequences of the substantial notational differences between the two formalisms. In Section 5, with the use of several examples of analyses (that can not be t This work was partially supported by the NSF grants MCS-82-19116-CER, MCS-82-07294 and DCR-84-10413. We are grateful to Tony Kroch and Carl Pollard, both of whom have made valuable contributions to this work.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "given by CFG's), we attempt to give cases in which they have the ability to make similar analyses as well as situations in which they differ in their descriptive power.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "In this section, we shall briefly define the three formalisms:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Definitions",
"sec_num": "1.1"
},
{
"text": "TAG's, HG's, and MHG's.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Definitions",
"sec_num": "1.1"
},
{
"text": "Tree Adjoining Grammars differs from string rewriting systems such as Context Free Grammars in that they generate trees. These trees are generated from a finite set of socalled elementary trees using the operation of tree adjunction. There are two types of elementary trees: initial and auxiliary. Linguistically, initial trees correspond to phrase structure trees for basic sentential forms, whereas auxiliary trees correspond to modifying structures.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Tree Adjoining Grammars",
"sec_num": "1.1.1"
},
{
"text": "The nodes in the frontier of elementary trees are labelled by terminal symbols except for one node in the frontier of each auxiliary tree, the foot node, which is labelled by the same nonterminal symbol as the root. Since initial trees are sentential, their root is always labelled by the nonterminal S.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Tree Adjoining Grammars",
"sec_num": "1.1.1"
},
{
"text": "We now describe the adjoining operation. Suppose we adjoin an auxiliary tree ~ into a sentential tree 7. The label of the node at which the adjoining operation takes place must be the same as the label of the root (and foot) of ~. The subtree under this node is excised from 7, the auxiliary tree ~ is inserted in its place and the excised subtree replaces the foot of 8-Thus the tree obtained after adjoining j3 is as shown below.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Tree Adjoining Grammars",
"sec_num": "1.1.1"
},
{
"text": "v \u2022 I",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "/3:x s",
"sec_num": "5"
},
{
"text": "The Relationship Between Tree Adjoining Grammars And Head Grammarst",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "/3:x s",
"sec_num": "5"
},
{
"text": "The definition of adjunction allows for more complex constraints to be placed on adjoining. Associated with each node is a selective adjoining (SA) constraint specifying that subset of the auxiliary tree which can be adjoined at this node. If the SA constraint specifies an empty subset of trees, then we call this constraint the Null Adjoining (NA) constraint, ff the SA constraint specifies the entire set of auxiliary tree whose root is labelled with the appropriate nonterminal, then by convention we will not specify the SA constraint. We also allow obligatory adjolning(OA) constraints at nodes, to ensure that an adjunction is obligatorily performed at these nodes. When we adjoin an auxiliary tree f~ in a tree ~ those nodes in the resulting tree that do not correspond to nodes of fl, retain those constraints appearing in \"1. The remaining nodes have the same constraints as those for the corresponding nodes of ft.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "/3:x s",
"sec_num": "5"
},
{
"text": "Head Grammars are string rewriting systems like CFG's, but differ in that each string has a distinguished symbol corresponding to the head of the string. These are therefore called headed strings. The formalism allows not only concatenation of headed strings but also so-called head wrapping operations which split a string on one side of the head and place another string between the two substrings. We use one of two notations to denote headed strings: when we wish to explicitly mention the head we use the representation w~-Sw~; alternatively, we simply denote a headed string by ~. Productions in a HG are of the form A -* f(al ..... a,) or A ~ ax where: A is a nonterminal; a~ is either a nonterminal or a headed string; and f is either a concatenation or a head wrapping operation. Roach [6] has shown that there is a normal form for Head Grammars which uses only the following operations. is undefined when ~-~ = ~. This nonuniformity has led to difficulties in proving certain formal properties of HG's [6] . MHG's were considered to overcome these problems. Later in this paper we shall argue that MHG's are not only close to HG's formally, but also that they can be given a linguis-tic interpretation which retains the essential characteristics of HG's. It is worth noting that the definition of MHG's given here coincides with the definition of HG's given in Instead of headed strings, MHG's use so-called split strings. Unlike a headed string which has a distinguished symbol, a split string has a distinguished position about which it may be split. In MHG's, there are 3 operations on split strings: W, C1, and C2. The operations C1 and C2 correspond to the operations LC1 and LC2 in HG's.",
"cite_spans": [
{
"start": 795,
"end": 798,
"text": "[6]",
"ref_id": "BIBREF5"
},
{
"start": 1012,
"end": 1015,
"text": "[6]",
"ref_id": "BIBREF5"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Head Grammars",
"sec_num": "1.1.2"
},
{
"text": "LCl(ul-d71u2, vx-d-~2v2) LC2(Ul\"d~lu2, ~ 1~-2 ?.)2 ) LLl(ul'd-[u2, u1~22 ~2) LL2(uxh'71u2, vlh-~2v2) LR1(ul-d71u2, vx-d-iv2) LR2 (ux~'lu2, vx'4-~v2)",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Head Grammars",
"sec_num": "1.1.2"
},
{
"text": "They are defined as follows:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Head Grammars",
"sec_num": "1.1.2"
},
{
"text": "CI(toITW2, UlTU2 ) = t01TW2UlU 2 C2(WlTW2, u1Tu2) : t/)lt/)2UlTU2",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Head Grammars",
"sec_num": "1.1.2"
},
{
"text": "Since the split point is not a symbol (which can be split either to its left or right) but a position between strings, separate left and right wrapping operations are not needed. The wrapping operation, W, in MHG is defined as follows:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Head Grammars",
"sec_num": "1.1.2"
},
{
"text": "W(UAll-W2, Ul~'U2) = t/]lUlTU2W2",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Head Grammars",
"sec_num": "1.1.2"
},
{
"text": "We could have defined two operations W1 and W2 as in HG. But since W1 can very easily be simulated with other operations, we require only W2, renamed simply W.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Head Grammars",
"sec_num": "1.1.2"
},
{
"text": "In this section, we discuss the weak equivalence of TAG's and MHG's. We will first consider the relationship between the wrapping operation W of MHG's and the adjoining operation of TAG's.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "MHG's and TAG's",
"sec_num": "2"
},
{
"text": "The weak equivalence of MHG's and TAG's is a consequence of the similarities between the operations of wrapping and adjoining. It is the roles played by the split point and the foot node that underlies this relationship. When a tree is used for adjunction, its foot node determines where the excised subtree is reinserted. The strings in the frontier to the left and right of the foot node appear on the left and right of the frontier of the excised subtree. As shown in the figure below, the foot node can be thought of as a position in the frontier of a tree, determining how the string in the frontier is split. ",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Wrapping and Adjoining",
"sec_num": "2.1"
},
{
"text": "~\u00b0o~ v,~vz ~' oot",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Wrapping and Adjoining",
"sec_num": "2.1"
},
{
"text": "We shall now briefly present a scheme for transforming a given TAG to an equivalent MHG. We associate with each auxiliary tree a set of productions such that each tree generated from this elementary tree with frontier wiXw2 has.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Inclusion of TAL in MHL",
"sec_num": "2.2"
},
{
"text": "an associated derivation in the MHG, using these productions, of the split string WlTW2. The use of this tree for adjunction at some node labelled X can be mimicked with a single additonal production which uses the wrapping operation.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Inclusion of TAL in MHL",
"sec_num": "2.2"
},
{
"text": "For each elementary tre~ we return a sequence of productions capturing the structure of the tree in the following way. We use nonterminals that are named by the nodes of elementary trees rather than the labels of the nodes. For each node ~/in an elementary tree, we have two nonterminal X. and I\".: X. derives the strings appearing on the frontier of trees derived from the subtree rooted at r/; Y, derives the concatenation of the strings derived under each daughter of 7. If ~/has daughters rh,... ,~k then we have the production:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Inclusion of TAL in MHL",
"sec_num": "2.2"
},
{
"text": "Y, --, Ci(X.~, . . . , X.J",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Inclusion of TAL in MHL",
"sec_num": "2.2"
},
{
"text": "where the node T/i dominates the foot node (by convention, we let i = 1 if r/does not dominate the foot node). Adjunction at ~/, is simulated by use of the following production:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Inclusion of TAL in MHL",
"sec_num": "2.2"
},
{
"text": "X. -~ W(X~, r.)",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Inclusion of TAL in MHL",
"sec_num": "2.2"
},
{
"text": "where # is the root of some auxiliary tree which can be adjoined at ~/. If adjunction is optional at y/then we include the production:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Inclusion of TAL in MHL",
"sec_num": "2.2"
},
{
"text": "X,-~ Y,.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Inclusion of TAL in MHL",
"sec_num": "2.2"
},
{
"text": "Notice that when T/has an NA or OA constraint we omit the second or third of the above productions, respectively.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Inclusion of TAL in MHL",
"sec_num": "2.2"
},
{
"text": "Rather than present the full details (which can be found in [9, 3] ) we illustrate the construction with an example showing a single auxiliary tree and the corresponding MHG productions. ",
"cite_spans": [
{
"start": 60,
"end": 63,
"text": "[9,",
"ref_id": "BIBREF8"
},
{
"start": 64,
"end": 66,
"text": "3]",
"ref_id": "BIBREF2"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Inclusion of TAL in MHL",
"sec_num": "2.2"
},
{
"text": "In this construction we use elementary trees to directly simulate the use of productions in MHG to rewrite nonterminals. Generation of a derivation tree in string-rewriting systems involves the substitution of nonterminal nodes, appearing in the frontier of the unfinished derivation tree, by trees corresponding to productions for that no nterminal. From the point of view of the string languages obtained, tree adjunction can be used to simulate substitution, as illustrated in the following example.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Inclusion of MHL in TAL",
"sec_num": "2.3"
},
{
"text": "Notice that although the node where adjoining occurs does ' not appear in the frontier of the tree, the presence of the node labelled by the empty string does not effect the string language.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "X",
"sec_num": null
},
{
"text": "For each production in the MHG we have an auxiliary tree. A production in an MHG can use one of the three operations: C1, C2, and W. Correspondingly we have three types of trees, shown below. Drawing the analogy with string-rewriting systems: NA constraints at each root have the effect of ensuring that a nonterminal is rewritten only once; NA constraints at the foot node ensures that, like the nodes labelled by A, they do not contribute to the strings derived; OA constraints are used to ensure that every nonterminal introduced is rewritten at least once.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "X",
"sec_num": null
},
{
"text": "The two trees mimicking the concatenation operations differ only in the position of their foot node. This node is positioned in order to satisfy the following requirement: for every derivation in the MHG there must be a derived tree in the TAG for the same string, in which the foot is positioned at the split point.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "A~",
"sec_num": null
},
{
"text": "The tree associated with the wrapping operation is quite different. The foot node appears below the two nodes to be expanded because the wrapping operation of MHG's corresponds to the LL2 operation of HG's in which the head (split point) of the second argument becomes the new head (split point). Placement of the nonterminal, which is to be wrapped, above the other nonterminal achieves the desired effect as described earlier.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "A~",
"sec_num": null
},
{
"text": "While straightforward, this construction does not capture the linguistic motivation underlying TAG's. The auxiliary trees directly reflect the use of the concatenation and the wrapping operations. As we discuss in more detail in Section 4, elementary trees for natural languages TAG's are constrained to capture meaningful linguistic structures. In the TAG's generated in the above construction, the elementary trees are incomplete in this respect: as reflected by the extensive use of the OA constraints. Since HG's and MHG's do not explicitly give minimal linguistic structures, it is not surprising that such a direct mapping from MHG's to TAG's does not recover this information.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "A~",
"sec_num": null
},
{
"text": "In this section, we will discuss the relationship between HG's and MHG's. First, we outline a construction showing that HL's are included in MHL's. Problems arise in showing the inclusion in the other direction because of the nonuniform way in which HG's treat the empty headed string. In the final part of this section, we argue that MHG's can be given a meaningful linguistic interpretation, and may be considered essentially the same as HG's.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "HG's and MHG's",
"sec_num": "3"
},
{
"text": "The inclusion of HL's in MHL's can be shown by constructing for every HG, G, an equivalent MHG, G'. We now present a short description of how this construction proceeds.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "HL's and MHL's",
"sec_num": "3.1"
},
{
"text": "Suppose a nonterminal X derives the headed string wlhw2. Depending on whether the left or right wrapping operation is used, this headed string can be split on either side of the head. In fact, a headed string can be split first to the right of its head and then the resulting string can be split to the left of the same head. Since in MHG's we can only split a string in one place, we introduce nonterminals X ~h, that derive split strings of the form wi~w2 whenever X derives wl-hw2 in the HG. The missing head can be reintroduced with the following productions:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "HL's and MHL's",
"sec_num": "3.1"
},
{
"text": "x ' -~ w(x '~, hT) and X\" -~ W (X '~,,h) Thus, the two nonterminals, X t and X r derive WlhTW 2 and wlThw2 respectively. Complete details of this proof are given in [3] .",
"cite_spans": [
{
"start": 165,
"end": 168,
"text": "[3]",
"ref_id": "BIBREF2"
}
],
"ref_spans": [
{
"start": 2,
"end": 18,
"text": "' -~ w(x '~, hT)",
"ref_id": null
},
{
"start": 31,
"end": 40,
"text": "(X '~,,h)",
"ref_id": null
}
],
"eq_spans": [],
"section": "HL's and MHL's",
"sec_num": "3.1"
},
{
"text": "We are unable to give a general proof showing the inclnsion of MHL's in HL's. Although Pollard [5] allows the use of the empty headed string, mathematically, it does not have the same status as other headed strings. For exampie, LCI(~,E) is undefined. Although we have not found any way of getting around this in a systematic manner, we feel that the problem of the empty headed string in the HG formalism does not result from an important difference between the formalisms.",
"cite_spans": [
{
"start": 95,
"end": 98,
"text": "[5]",
"ref_id": "BIBREF4"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "HL's and MHL's",
"sec_num": "3.1"
},
{
"text": "For any particular natural language, Head Grammars for that language appear to use either only the left wrapping operations LLi, or only the right wrapping operations LRi. Based on this observation, we suggest that for any HG for a natural language, there will be a corresponding MHG which can be given a linguistic interpretation. Since headed strings will always be split on the same side of the head, we can think of the split point in a split string as determining the head position. For example, split strings generated by a MHG for a natural language that uses only the left wrapping operations have their split points immediately to the right of the actual head. Thus a split point in a phrase not only defines where the phrase can be split, but also the head of the string.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "HL's and MHL's",
"sec_num": "3.1"
},
{
"text": "TAG's and HG's are notationally very different, and this has a number of consequences that influence the way in which the formalisms can be used to express various aspects of language structure. The principal differences derive from the fact that TAG's are a tree-rewriting system unlike HG's which manipulate strings.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Notational Differences between TAG's and HG's",
"sec_num": "4"
},
{
"text": "The elementary trees in a TAG, in order to be linguistically meaningful, must conform to certain constraints that are not explicitly specified in the definition of the formal-ism. In particular, each elementary tree must constitute a minimal linguistic structure. Initial trees have essentially the structure of simple sentences; auxiliary trees correspond to minimal recursive constructions and generally constitute structures that act as modifiers of the category appearing at their root and foot nodes.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Notational Differences between TAG's and HG's",
"sec_num": "4"
},
{
"text": "A hypothesis that underlies the linguistic intuitions of TAG's is that all dependencies are captured within elementary trees. This is based on the assumption that elementary trees are the appropriate domain upon which to define dependencies, rather than, for example, productions in a Context-free Grammar. Since in string-rewriting systems, dependent lexical items can not always appear in the same production, the formalism does not prevent the possibility that it may be necessary to perform an unbounded amount of computation in order to check that two dependent lexical items agree in certain features. However, since in TAG's dependencies are captured by bounded structures, we expect that the complexity of this computation does not depend on the derivation. Features such as agreement may be checked within the elementary trees (instantiated up to lexical items) without need to percolate information up the derivation tree in an unbounded way. Some checking is necessary between an elementary tree and an auxiliary tree adjoined to it at some node, but this checking is still local and unbounded. Similarly, elementary trees, being minimal linguistic structures, should capture all of the sub-categorization information, simplifying the processing required during parsing. Further work (especially empirical) is necessary to confirm the above hypothesis before we can conclude that elementary trees can in fact capture all the necessary information or whether we must draw upon more complex machinery. These issues will be discussed in detail in a later paper.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Notational Differences between TAG's and HG's",
"sec_num": "4"
},
{
"text": "Another important feature of TAG's that differentiates them from HG's is that TAG's generate phrase-structure trees. As a result, the elementary trees must conform to certain constraints such as left-to-right ordering and linguistically meaningful dominance relations. Unlike other string-rewriting systems that use only the operation of concatenation, HG's do not associate a phrase-structure tree with a derivation: wrapping, unlike concatenation, does not preserve the word order of its arguments. In the Section 5, we will present an example illustrating the importance of this difference between the two formalisms.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Notational Differences between TAG's and HG's",
"sec_num": "4"
},
{
"text": "It is still possible to associate a phrase-structure with a derivation in HG's that indicates the constituents and we use this structure when comparing the analyses made by the two systems. These trees are not really phrasestructure trees but rather trees with annotations which indicate how the constituents will be wrapped (or concatenated). It is thus a derivation structure, recording the his-tory of the derivation. With an example we now illustrate how a constituent analysis is produced by a derivation in a HG. In Section 2 we considered the weak equivalence of the two formalisms. In this section, we will consider three examples in order to compare the linguistic analyses that can be given by the two formalisms. We begin with an example (Example 1) which illustrates that the construction given in Section 2 for converting a TAG into an MHG gives similar structures. We then consider an example (Example 2) which demonstrates that the construction does not always preserve the structure. However, there is an alternate way of viewing the relationship between wrapping and adjoining, which, for the same example, does preserve the structure.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Notational Differences between TAG's and HG's",
"sec_num": "4"
},
{
"text": "Although the usual notion of strong equivalence (i.e., equivalence under identity of structural descriptions) can not be used in comparing TAG and HG (as we have already indicated in Section 4), we will describe informally what the notion of \"strong\" equivalence should be in this case. We then illustrate by means of an example (Example 3), how the two systems differ in this respect.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "NP",
"sec_num": null
},
{
"text": "Pollard [5] has suggested that HG can be used to provide an appropriate analysis for easy problems to solve. He does not provide a detailed analysis but it is roughly as follows.",
"cite_spans": [
{
"start": 8,
"end": 11,
"text": "[5]",
"ref_id": "BIBREF4"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Example 1",
"sec_num": "5.1"
},
{
"text": "J AP",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "NP LL2",
"sec_num": null
},
{
"text": "Not only does the ~onstruction map the acceptable TAG to the unacceptable HG; hut it can also be shown that the unacceptable TAG is converted into the acceptable HG. This suggests that our construction does not always preserve linguistic analyses. This arises because the use of wrapping operation does not correspond to the way in which the foot node splits the auxiliary tree in this case. However, there is an alternate way of viewing the manner in which wrapping and adjoining can be related. Consider the following tree.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "/\\ I",
"sec_num": null
},
{
"text": ",:,,::./\\\\ u., Instead of wrapping WlW 2 around Ul and then concatenating us; while deriving the string wxulw2u2 we could derive the string by wrapping UlU2 around w2 and then concatenating wl. This can not be done in the general case (for example, when the string u is nonempty).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "IIIIIIT' X~",
"sec_num": null
},
{
"text": "The two grammars GHa and GTA a can be related in this manner since GTAG satisfies the required conditions. This approach may be interpreted as combining the phrase ulu2 with w~ to form the phrase UlW2U~. Relating the above tree to Example 2, ux and us correspond to Mary and swim respectively and w2 corresponds to saw. Thus, Mary swim wraps around saw to produce the verb phrase Mary saw swim as in the TAG GTAC and the HG GHG.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "IIIIIIT' X~",
"sec_num": null
},
{
"text": "As the previous two examples illustrate, there are two ways of drawing a correspondence between wrapping and adjoining,both of which can be applicable. However, only one of them is general enough to cover all situations, and is the one used in Sections 2 and 3 in discussing the weak equivalence.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "IIIIIIT' X~",
"sec_num": null
},
{
"text": "The normal notion of strong equivalence can not be used to discuss the relationship between the two formalisms, since HG's do not generate the standard phrase structure trees (from the derivation structure). However, it is possible to relate the analyses given by the two systems. This can be done in terms of the intermediate constituent structures.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Example 3",
"sec_num": "5.3"
},
{
"text": "So far, in Examples 1 and 2 considered above we showed that the same analyses can be given in both the formalisms. We now present an example suggesting that this is not al-ways the case. There are certain constraints placed on elementary trees: that they use meaningful elementary trees corresponding to minimal linguistic structures (for example, the verb and all its complements, including the subject complement are in the same elementary tree); and that the final tree must be a phrase-structure tree. As a result, TAG's can not give certain analyses which the HG's can provide, as evidenced in the following example.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Example 3",
"sec_num": "5.3"
},
{
"text": "The example we use concerns analyses of John persuaded Bill to leau,. We will discuss two analyses both of which have been proposed in the literature and have been independently justified. First, we present an analysis that can be expressed in both formalisms. The TAG has the following two elementary trees. The derivation structure corresponding to this analysis that HG's can give is as follows.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Example 3",
"sec_num": "5.3"
},
{
"text": "A/P VP ~_ct",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "LC2",
"sec_num": "5"
},
{
"text": "N V AlP 5",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "LC2",
"sec_num": "5"
},
{
"text": "However, Pollard [5] gives another analysis which has the following derivation structure. persuade to leave if it appears in the same elementary tree (so that the phrase persuade to leave is formed first). It can not appear above the phrase persuade to leave since then the word order will not be correct. Alternatively, it can not appear in a separate elementary tree since no matter which correspondence we make between wrapp!ng and adjoining, we can not get a TAG which has meaningful elementary trees providing the same analysis. Thus the only appropriate TAG for this example is as shown above.",
"cite_spans": [
{
"start": 17,
"end": 20,
"text": "[5]",
"ref_id": "BIBREF4"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "LC2",
"sec_num": "5"
},
{
"text": "The significance of this constraint that TAG's appear to have (illustrated by Example 3) can not be assessed until a wider range of examples are evaluated from this point of view.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "NP",
"sec_num": null
},
{
"text": "This paper focusses on the linguistic aspects of the relationship between Head Grammars and Tree Adjoining Grammars. With the use of examples, we not only illustrate cases where the two formalisms make similar analyses, but also discuss differences in their descriptive power. Further empirical study is required before we can determine the significance of these differences. We have also briefly studied the consequences of the notational differences between the formalisms. A more detailed analysis of the linguistic and computational aspects of these differences is currently being pursued.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusion",
"sec_num": "6"
}
],
"back_matter": [
{
"text": "This analysis can not be provided by CFG's since in deriving easy to solve we can not obtain easy to solve and problems as intermediate phrases. Note that the phrase easy to solve wraps around problems by splitting about the head and the foot node in both the grammars. Since the conversion of this TAG would result in the HG given above, this example shows that the construction captures the correct correspondence between the two formalisms.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "annex",
"sec_num": null
},
{
"text": "We now present an example demonstrating that the construction does not always preserve the details of the linguistic analysis. This example concerns cross-serial dependencies, for example, dependencies between NP's and V's in subordinate clauses in Dutch (cited frequently as an example of a non-context-free construction). For example, the ",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Example 2",
"sec_num": "5.2"
},
{
"text": "The HG given in [5] (GHa) assigns the following derivation structure (an annotated phrase-structure recording the history of the derivation) for this sentence.",
"cite_spans": [
{
"start": 16,
"end": 19,
"text": "[5]",
"ref_id": "BIBREF4"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "--\" ,~u,~n ,saw",
"sec_num": null
},
{
"text": "If we use the construction in Section 2 on the elementary trees for the TAG shown above, we would generate an HG, G~a , that produces the following analysis of this sentence. ",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "I i",
"sec_num": null
}
],
"bib_entries": {
"BIBREF1": {
"ref_id": "b1",
"title": "How Much Context-Sensitivity is Necessary for Characterizing Structural descriptions -Tree Adjoining Grammars",
"authors": [
{
"first": "A",
"middle": [
"K"
],
"last": "Joshi",
"suffix": ""
}
],
"year": 1983,
"venue": "Natural Language Processing -Theoretical, Computational and Psychological Perspective",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Joshi, A. K. How Much Context-Sensitivity is Neces- sary for Characterizing Structural descriptions -Tree Adjoining Grammars. In D. Dowty, L. Karttunen and Zwicky, A. (editors), Natural Language Processing - Theoretical, Computational and Psychological Perspec- tive. Cambridge University Press, New York, 1985. originally presented in 1983.",
"links": null
},
"BIBREF2": {
"ref_id": "b2",
"title": "Tree Adjoining Grammars and Head Grammars",
"authors": [
{
"first": "A",
"middle": [
"K"
],
"last": "Joshi",
"suffix": ""
},
{
"first": "K",
"middle": [],
"last": "Vijay-Shanker",
"suffix": ""
},
{
"first": "D",
"middle": [
"J"
],
"last": "Weir",
"suffix": ""
}
],
"year": 1986,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Joshi, A. K., Vijay-Shanker, K., and Weir, D.J. Tree Adjoining Grammars and Head Grammars. Techni- cal Report MS-CIS-86-1, Department of Computer and Information Science, University of Pennsylvania, Philadelphia, January, 1986.",
"links": null
},
"BIBREF3": {
"ref_id": "b3",
"title": "Linguistic Relevance of Tree Adjoining Grammars",
"authors": [
{
"first": "A",
"middle": [],
"last": "Kroch",
"suffix": ""
},
{
"first": "A",
"middle": [
"K"
],
"last": "Joshi",
"suffix": ""
}
],
"year": 1985,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Kroch, A. and Joshi, A. K. Linguistic Relevance of Tree Adjoining Grammars. Technical Report MS-CIS-85- 18, Department of Computer and Information Science, University of Pennsylvania, Philadelphia, April, 1985. also to appear in Linguistics and Philosophy, 1986.",
"links": null
},
"BIBREF4": {
"ref_id": "b4",
"title": "Generalized Phrase Structure Grammars, Head Grammars and Natural Language",
"authors": [
{
"first": "C",
"middle": [],
"last": "Pollard",
"suffix": ""
}
],
"year": 1984,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Pollard, C. Generalized Phrase Structure Grammars, Head Grammars and Natural Language. PhD thesis, Stanford University, August, 1984.",
"links": null
},
"BIBREF5": {
"ref_id": "b5",
"title": "Presented at Mathematics of Language workshop at the University of Michigan",
"authors": [
{
"first": "K",
"middle": [],
"last": "Roach",
"suffix": ""
}
],
"year": 1985,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Roach, K. Formal Properties of Head Grammars. 1985. Presented at Mathematics of Language workshop at the University of Michigan, Ann Arbor.",
"links": null
},
"BIBREF6": {
"ref_id": "b6",
"title": "LFP: A Logic for Linguistic Descriptions and an Analysis of its Complexity",
"authors": [
{
"first": "W",
"middle": [
"C"
],
"last": "Rounds",
"suffix": ""
}
],
"year": 1985,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Rounds, W. C. LFP: A Logic for Linguistic Descrip- tions and an Analysis of its Complexity. September, 1985. University of Michigan.",
"links": null
},
"BIBREF7": {
"ref_id": "b7",
"title": "Some Computational Properties of Tree Adjoining Grammars",
"authors": [
{
"first": "K",
"middle": [],
"last": "Vijay-Shanker",
"suffix": ""
},
{
"first": "A",
"middle": [
"K"
],
"last": "Joshi",
"suffix": ""
}
],
"year": 1985,
"venue": "23 rd meeting of Assoc. of Computational Linguistics",
"volume": "",
"issue": "",
"pages": "82--93",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Vijay-Shanker, K. and Joshi, A. K. Some Compu- tational Properties of Tree Adjoining Grammars. In 23 rd meeting of Assoc. of Computational Linguistics, pages 82-93. July, 1985.",
"links": null
},
"BIBREF8": {
"ref_id": "b8",
"title": "Tree Adjoining and Head Wrapping",
"authors": [
{
"first": "K",
"middle": [],
"last": "Vijay-Shanker",
"suffix": ""
},
{
"first": "D",
"middle": [
"J"
],
"last": "Weir",
"suffix": ""
},
{
"first": "A",
"middle": [
"K"
],
"last": "Joshi",
"suffix": ""
}
],
"year": 1986,
"venue": "11 th International Conference on Computational Linguistics",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Vijay-Shanker, K., Weir, D. J., and Joshi, A. K. Tree Adjoining and Head Wrapping. In 11 th International Conference on Computational Linguistics. August, 1986.",
"links": null
}
},
"ref_entries": {
"FIGREF0": {
"type_str": "figure",
"num": null,
"text": "definition of headed strings includes the headed empty string (~). However the term fi(~-~,... ,~-~,... ,W--~n)",
"uris": null
},
"FIGREF1": {
"type_str": "figure",
"num": null,
"text": "Xr/l ~ Y~I ) Y,~ ~ c2(~,x.,), X., -~ W(X~,,,Y..), x,. --. w(x~, r,.). x,.--. Y,..r,, --, c2(b, x.,~)x.,-~ Y..Y.. -, Awhere #1,..., #, are the roots of the auxiliary trees adjoinable at ~=.",
"uris": null
},
"TABREF0": {
"type_str": "table",
"text": "Adjoining in this case, corresponds to wrapping to,Tw 2 around the split string v,tv2. Thus, the split point and the foot node perform the same role. The proofs showing the equivalence of TAG's and MHG's is based on this correspondence.",
"num": null,
"content": "<table/>",
"html": null
},
"TABREF2": {
"type_str": "table",
"text": "In this analysis the predicate persuade to leave is formed as an intermediate phrase. Wrapping is then used to derive the phrase persuade Bill to leave. To provide such an analysis with TAG's, the phrase persuade to leave must appear in the same elementary tree. Bill must either appear in an another elementary tree or must be above the phrase",
"num": null,
"content": "<table><tr><td/><td>VP z.l-I</td><td/></tr><tr><td>I N</td><td>J\\ VP Lcl</td><td>t,/P</td></tr><tr><td>1 /\\ [oha g</td><td>5</td><td>I fl</td></tr><tr><td>I</td><td>/\\</td><td>I</td></tr></table>",
"html": null
}
}
}
} |