{ "paper_id": "M98-1029", "header": { "generated_with": "S2ORC 1.0.0", "date_generated": "2023-01-19T03:16:10.183943Z" }, "title": "MUC-7 Coreference Task Definition", "authors": [ { "first": "Lynette", "middle": [], "last": "Hirschman", "suffix": "", "affiliation": {}, "email": "lynette@mitre.org" }, { "first": "Nancy", "middle": [], "last": "Chinchor", "suffix": "", "affiliation": {}, "email": "chinchor@gso.saic.com" } ], "year": "", "venue": null, "identifiers": {}, "abstract": "", "pdf_parse": { "paper_id": "M98-1029", "_pdf_hash": "", "abstract": [], "body_text": [ { "text": "The task definition has been constructed to capture one level of information, coreferring expressions, in the context of the Message Understanding Conference (MUC) information extraction tasks. The coreference \"layer\" links together multiple expressions designating a given entity; for now, only nouns are linked --relations involving verbs are ignored. The coreference layer functions to collect together all mentions of a given entity, including those tagged in the Named Entity task. We can look at coreference annotation as potentially supporting a kind of hyperlinked version of the text, where the links connect the mentions of a given entity.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Rationale for the Coreference Task Definition", "sec_num": "1.1" }, { "text": "In the context of MUC, the coreference layer provides input to the template element task, where each named entity is represented as a single template which collects information about that element from the multiple mentions in the text. Similarly, coreference provides input to the scenario template, especially where that task requires filling the template with entries other than named entities.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Rationale for the Coreference Task Definition", "sec_num": "1.1" }, { "text": "There are four criteria for the current task definition, which often push in different directions: 1) Support for the MUC information extraction tasks;", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Criteria for the Task Definition", "sec_num": "1.2" }, { "text": "2) Ability to achieve good (ca. 95%) interannotator agreement;", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Criteria for the Task Definition", "sec_num": "1.2" }, { "text": "3) Ability to mark text up quickly (and therefore, cheaply); 4) Desire to create a corpus for research on coreference and discourse phenomena, independent of the MUC extraction task.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Criteria for the Task Definition", "sec_num": "1.2" }, { "text": "These criteria are listed in order of priority --and the decisions in the task definition have been made with these priorities in mind. In particular, we have tried for an extensive but not exhaustive coverage of coreference phenomena.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Criteria for the Task Definition", "sec_num": "1.2" }, { "text": "Based on experience in defining annotation schema for other phenomena, it is more important to preserve high inter-annotator agreement than to capture every possible phenomenon that could fall under the heading of \"coreference\". For this reason, the annotation scheme covers only the \"IDENTITY\" (or IDENT) relation for noun phrases; it does not include coreference among clauses, nor does it cover other kinds of coreference relations (set/subset, part/whole, etc.) If this task follows the same path as other annotation schemes, it should be possible to expand the task definition as consensus emerges (for both annotation and scoring) on these other phenomena.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Criteria for the Task Definition", "sec_num": "1.2" }, { "text": "However, there are trade-offs. In the case of the first priority, supporting MUC information extraction, it may not always be possible to align the coreference task to support the other tasks perfectly. For example, if the Scenario Template requires resolution of type relations, such as all people who have been president of a particular company, the coreference task definition may not support this directly (see section 4.2 and section 6.4 for a further discussion of this issue) .", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Criteria for the Task Definition", "sec_num": "1.2" }, { "text": "The coreference annotation scheme described below is focused on the IDENTITY (IDENT) relation. This relation has important semantic properties that play a central role in defining the IDENT scoring mechanism.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "1.", "sec_num": null }, { "text": "The IDENT relation is symmetrical (if A is IDENT to B, then B is IDENT to A), and it is transitive (if A is IDENT to B and B is IDENT to C, then A is IDENT to C, and C is IDENT to A). These properties induce a set of EQUIVALENCE CLASSES among the marked elements, where each element participates in exactly one equivalence class, and all elements in an equivalence class are coreferring.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "1.", "sec_num": null }, { "text": "The IDENT relationship is NOT directional. Note that this is different from a part-whole or set-subset relation, which are ASYMMETRICAL and thus require a different scoring algorithm which interacts in complex ways with the IDENT relation; this is one reason why we will not attempt, in this round of revisions, to tackle these relations.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "1.", "sec_num": null }, { "text": "The nature of the IDENT relation and its associated coreference equivalence classes pose a problem where an expression may be coreferential with either of two NPs, because of conjunction, or because of type/instance ambiguity or in expressions of change over time. For example, in the sentence, \"the stock price fell from $4.02 to $3.85\", the stock price at one time is coreferential with $4.02, and at a later time with $3.85. However, if we make both $4.02 and $3.85 coreferential with stock price, we get \"collapsing coreference chains\" --that is, we end up with *stock price*, *$4.02* and *$3.85* all in the same equivalence class --which is counter-intuitive, and would prevent the IDENT relation from supporting, e.g., the Template Element task. This issue is discussed in some detail, with a number of examples, in section 4.2 and section 6.4.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "1.", "sec_num": null }, { "text": "In keeping with having the coreference task support other information extraction tasks, we propose to place highest priority on preserving reasonable semantics for the equivalence classes. This means that two values (or instances) that are clearly distinct should NOT be allowed to merge into an equivalence class, even if this means not being able to mark all of the function/value or type/instance relations we might want to mark. Thus, in the example above, we would mark *stock price* and the more recent value *$3.85* as coreferential, and leave *$4.02* in its own equivalence class, not marked coreferential with *stock price*. This means that the mark-up fails to capture some information (that *$4.02* is also a value, at an earlier time, of *stock price*), but this seems like a reasonable price to pay for preserving the semantics of the coreference equivalence classes.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "1.", "sec_num": null }, { "text": "These issues are related to our decision (for now) to mark only IDENT relations, with no distinction between types, functions, and instances. The advantage of this solution is that it leaves the conventions and the scoring mechanism intact and does not require additional mark-up for new kinds of coreference relations. At a future time, if we wish to distinguish type and function coreference from the IDENT relations, it should be possible to mark these relations more completely.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "1.", "sec_num": null }, { "text": "Given these limitations, we can see that the coreference annotation scheme can evolve in several directions. It would be useful to expand the annotation scheme for future MUCs to include: 1) coreference to cover clause (verbal) level relations 2) a method for handling discontinuous elements, including conjoined elements 3) a distinction between function/type coreference and instance coreference, which has caused some problems with the unintended merging of coreference chains 4) set/subset coreference, part/whole and other kinds of coreference", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Future Directions", "sec_num": "1.4" }, { "text": "The annotation for coreference is SGML tagging within the text stream. Referring expressions and their antecedents are tagged as follows: Lawson Mardon Group Ltd. said it ...", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "SGML Tagging", "sec_num": "2.1" }, { "text": "The basic annotation contains the information to establish some type of link between an explicitly marked pair of noun phrases. In the above example, the pronoun \"it\" is tagged as referring to the same entity as the phrase, \"Lawson Mardon Group Ltd.\" There is one markup per string. Other links can be inferred from the explicit links. We assume that the coreference relation is symmetric and transitive, so if phrase A is marked as coreferential with B (indicated by a REF pointer from A to B), we can infer that B is coreferential with A; if A is coreferential with B, and B is coreferential with C, we can infer that A is coreferential with C.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "2.", "sec_num": null }, { "text": "The purpose of the TYPE attribute is to indicate the relationship between the anaphor and the antecedent. At present only one such relationship, \"IDENT\" (for identity), is being annotated.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "The \"TYPE\" Attribute", "sec_num": "2.2" }, { "text": "The ID and REF attributes are used to indicate that there is a coreference link between two strings. The ID is arbitrarily but uniquely assigned to the string during markup. The REF uses that ID to indicate the coreference link.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "The \"ID\" and \"REF\" Attributes", "sec_num": "2.3" }, { "text": "The MIN attribute is used in the answer key (\"key\") to indicate the minimum string that the system under evaluation must include in the COREF tag in order to receive full credit for its output (\"response\"). So, in the next example, if the system response had omitted \"of Surrey, England\" from the COREF tag, the response would nonetheless receive full credit because it identified the minimum string.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "The \"MIN\" Attribute", "sec_num": "2.4" }, { "text": "Haden MacLellan PLC of Surrey, England ... Haden MacLellan Any response which includes the MIN string and does not include any tokens beyond those enclosed in the ... tags is valid. The MIN string will in general be the HEAD of the phrase; see section 5 for a full discussion of this issue. Note that only the annotation KEY distinguishes between the maximal string and the MIN string; the response key does not have a MIN attribute.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "The \"MIN\" Attribute", "sec_num": "2.4" }, { "text": "The STATUS (\"status\") attribute is used in the answer key when the markup is optional. The only value for this attribute is OPT (\"optional\"). 1 The evaluation software will not score a string that is marked OPT in the key unless the response has markup on that string. A potential example is given below. (It is marked OPT because a reader may not be certain that \"Livingston Street\" refers to the Board of Education.) Note that the optionality is marked only for the anaphor.", "cite_spans": [ { "start": 142, "end": 143, "text": "1", "ref_id": null } ], "ref_spans": [], "eq_spans": [], "section": "The \"STATUS\" Attribute", "sec_num": "2.5" }, { "text": "1 At the Feb. 96 meeting of the Coreference and Ellipsis working group, the suggestion was made to distinguish markups that are optional because of textual ambiguity from markups that are optional because of unclear or missing markup guidelines. Although this seems a workable suggesion, a little experimentation may be advisable before implementation.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "The \"STATUS\" Attribute", "sec_num": "2.5" }, { "text": "Our Board of Education budget is just too high, the Mayor said. Livingston Street has lost control.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "The \"STATUS\" Attribute", "sec_num": "2.5" }, { "text": "Coreference markup should be made on the body of the text and on corpus-specific portions of the header. The SGML tags that are used to identify the body and the various portions of the header may vary from one corpus to another.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "WHAT PART OF THE TEXT TO ANNOTATE", "sec_num": null }, { "text": "The annotation of coreference is to be performed within the text delimited by the SLUG, DATE, NWORDS, PREAMBLE, TEXT, and TRAILER tags.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "3.", "sec_num": null }, { "text": "If the transcript contains disfluencies or verbal erasures, the \"erased\" portion should not be annotated for coreference; this means that it will be helpful to have the input text annotated for disfluencies before beginning coreference annotation, so that there is agreement on what is \"verbally deleted\" and what is part of the final output.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Specific Guidance for Speech Transcriptions", "sec_num": "3.2" }, { "text": "The coreference relation will be marked between elements of the following categories: NOUNS, NOUN PHRASES, and PRONOUNS. Elements of these categories are MARKABLES. PRONOUNS include both personal and demonstrative pronouns, and with respect to personal pronouns, all cases, including the possessive. Dates (\"January 23\"), currency expressions (\"$1.2 billion\"), and percentages (\"17%\") are considered noun phrases.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Markables", "sec_num": "4.1" }, { "text": "A noun phrase is markable whether it is the object of an assertion, a negation, or a question. Thus, \"a machete\" is markable in all of the following examples:", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Markables", "sec_num": "4.1" }, { "text": "I have a machete. I don't have a machete.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Markables", "sec_num": "4.1" }, { "text": "Note in particular that the initial introduction of an object into the discourse may often occur as an indefinite noun phrase (\"Do you have a machete?\" or \"I saw *a truck*; *it* turned the corner...\"). Also note that just because an element is \"markable\", it does not follow that there are later references to it --that is, it may or may not participate in coreference. That may even be true for pronouns --section 4.5 for further discussion.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Do you have a machete?", "sec_num": null }, { "text": "Interrogative \"wh-\" noun phrases are NOT markables, e.g. \"Which engine\" and \"Who\" in the following queries:", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Do you have a machete?", "sec_num": null }, { "text": "Which engine would you like to use?", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Do you have a machete?", "sec_num": null }, { "text": "Who is your boss?", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Do you have a machete?", "sec_num": null }, { "text": "The relation is marked only between pairs of elements both of which are markables. This means that some markables that look anaphoric will not be coded, including pronouns, demonstratives, and definite NPs whose antecedent is a clause rather than a markable. For example, in Program trading is \"a racket,\" complains Edward Egnuss, a White Plains, N.Y., investor and electronics sales executive, \"and *it's not to the benefit of the small investor*, *that*'s for sure.\"", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Do you have a machete?", "sec_num": null }, { "text": "Though \"that\" is related to \"it's not to the benefit of the small investor\", the latter is not markable, so no antecedent is annotated for \"that\".", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Do you have a machete?", "sec_num": null }, { "text": "It is useful to define some terms to support a discussion of the difficult coreference issues. This section defines the terms \"extensional descriptor\", \"intensional descriptor\" and \"grounding instance\".", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Terminology for Mark-Up", "sec_num": "4.2" }, { "text": "An extensional descriptor is an enumeration of the member(s) of a set by (unique) names. In the context of the coreference task definition, this amounts to the use of proper names, e.g., *Jane Z. Smith*, *Chrysler Corporation*, or numerical values (The stock price was *$4.02*).", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Terminology for Mark-Up", "sec_num": "4.2" }, { "text": "An intensional description is a predicate that is true of an entity or set of entities --that it, it characterizes or defines the members of the set: \"the prime numbers\", \"the president of Chrysler Corporation\". Any non-concrete 4.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Terminology for Mark-Up", "sec_num": "4.2" }, { "text": "common noun, taken on its own, is an intensional description: it functions at the \"type\" level (\"president\", \"problem\") or, if it takes a quantifiable value, at the \"function\" level (\"rate\", \"temperature\"). Intensional descriptions are useful for sets which have no finite extension (\"the set of odd numbers\"), or in cases where we don't know the extension (\"the gene sequence responsible for encoding the immune response\"). They can also be used to refer to instances of the type ( The grounding instance in a coreference chain is the first extensional description in the chain (most often, the first element in the chain). This terminology is useful in the discussion about function-value relations, time-dependent entities and bare nominals. Thus in the sequence Henry Higgins, who was formerly sales director for Sudsy Soaps, became president of Dreamy Detergents we have a sequence consisting of the extensional description *Henry Higgins* (which is the grounding instance), together with two intensional descriptions, *sales director for Sudsy Soaps* and *president of Dreamy Detergents*. In addition, there are two other extensional descriptions, *Sudsy Soaps*, and *Dreamy Detergents*.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Terminology for Mark-Up", "sec_num": "4.2" }, { "text": "The temperature rose to 90 degrees before dropping to 70 degrees.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "In the sentence", "sec_num": null }, { "text": "we have a function, \"temperature\", which takes on a value (\"90 degrees\") at one point in time, and at a later point in time, a second value, \"70 degrees\". Because there is only one occurrence of the noun phrase \"the temperature\", we have a problem marking the coreferring expressions. \"The temperature\" is a function expression, and is grounded first by \"90 degrees\"; an implicit second occurrence is coreferential with \"70 degrees\". However, if we mark all of these as coreferential, we find that \"90 degrees\" is IDENT with \"70 degrees\", which is clearly wrong. What we want to say is: 90 degrees instantiates \"The temperature\" at time t1; 70 degrees instantiates \"The temperature\" at time t2; And these are both of type \"temperature\" (but not IDENT).", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "In the sentence", "sec_num": null }, { "text": "In section 1.3, we proposed conventions that prevent the collapsing of coreference chains, at the expense of losing some type coreference. Given that our mark-up conventions are already incomplete (we don't mark verb coreference), this seems like a small price to pay for making the chains we do mark useful in other information extraction tasks, e.g., the Template Element task. We provide marked-up examples of this in section 6.4.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "In the sentence", "sec_num": null }, { "text": "Names and other Named Entities (as defined in the MUC-6 document titled \"Named Entity Task Definition\" -dates, times, currency amounts, and percentages) are all markables. A substring of a Named Entity, however, is not a markable. Thus in *London* ... *London*-based ... the two instances of London are to be marked coreferential; in *Reuters Holding PLC* ... *Reuters* announced that \"Reuters Holding PLC\" and \"Reuters\" are to be marked coreferential. But in Equitable of Iowa Cos. ... located in Iowa. the two instances of \"Iowa\" are NOT to be marked as coreferential since the first is not a markable: it is a substring of a Named Entity. In addition to names as defined for the Named Entity task, other identifiers that are, in the opinion of the annotator, clearly not decomposable should be treated as atomic as well, e.g., \"Widener Library\" and \"E two\" in the large strange-looking building, which is Widener Library and in okay then I'll take engine E two ... so uh the plan is to take engine E two ... Date expressions recognized by the Named Entity task are also treated as atomic; components of a date are not separate markables. Thus, in", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Names and Other Named Entities", "sec_num": "4.3" }, { "text": "In a report issued January 5, 1995, the program manager said that there would be no new funds this year. no relation is to be marked between \"1995\" and \"this year\".", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Names and Other Named Entities", "sec_num": "4.3" }, { "text": "Gerunds (verbal forms using a present participle) are not markable. In *Slowing the economy* is supported by some Fed officials; *it* is repudiated by others. one should not mark the relation between \"slowing the economy\" and \"it\". A phrase headed by a present participle is taken to be verbal if it can take an object (as in the above example) or can be modified by an adverb.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Gerunds", "sec_num": "4.4" }, { "text": "Present participles which are modified by other nouns or adjectives (\"program trading\", \"excessive spending\"), are preceded by an article (\"a\", \"the\", \"my\", etc.) or are followed by an \"of\" phrase (\"slowing of the economy\") are to be considered noun-like and ARE markable.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Gerunds", "sec_num": "4.4" }, { "text": "The possessive forms of pronouns used as determiners are markable. Thus in its chairperson there are two potential markables for relations: \"its\" and the entire NP, \"its chairperson\". Similarly, in \"the man's arm\", there are two markables, \"[the] man\" and \"the man's arm\". The general question of what is to be treated as a lexical token (apostrophes in this case) is discussed in the MUC document titled \"Tokenization Rules.\" First, second, and third-person pronouns are all markable, so in \"There is no business reason for *my* departure\", *he* added.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Pronouns", "sec_num": "4.5" }, { "text": "\"my\" and \"he\" should be marked as coreferential. Reflexive pronouns are markable, so in *He* shot *himself* with *his* revolver.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Pronouns", "sec_num": "4.5" }, { "text": "\"He\", \"himself\", and \"his\" should all be marked coreferential. Emphatics are also markable; thus, \"himself\" should also be marked coreferential, so that \"He\" and \"himself\" are marked coreferential in: *He* is, *himself*, unsure of the outcome.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Pronouns", "sec_num": "4.5" }, { "text": "In certain cases, pronouns may not have an antecedent (\"It's raining\") or they may refer to something unmarkable, for example, a clausal construction --see section 4.1 above.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Pronouns", "sec_num": "4.5" }, { "text": "Prenominal modifiers (e.g., *ocean drilling* in \"the ocean drilling company\") are markable only if either the prenominal modifier is coreferential with a named entity or to the syntactic head of a maximal noun phrase. That is, there must be one element in the coreference chain that is a head or a name, not a modifier. Thus the following instance is markable, because the prenominal modifier \"aluminum\" is coreferential with the head noun \"aluminum\" in the phrase \"market for aluminum\".", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Bare Nouns", "sec_num": "4.6" }, { "text": "The price of *aluminum* siding has steadily increased, as the market for *aluminum* reacts to the strike in Chile.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Bare Nouns", "sec_num": "4.6" }, { "text": "Similarly, the following two occurrences of \"drug\" would be marked:", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Bare Nouns", "sec_num": "4.6" }, { "text": "He was accused of money laundering and *drug* trafficking. However, the trade in *drugs*....", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Bare Nouns", "sec_num": "4.6" }, { "text": "Contrast this with the following occurrences of \"contract\" and \"contract drilling\" which would NOT be marked, because there are no occurrences of this phrase, except as a prenominal modifier in the following sequence:", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Bare Nouns", "sec_num": "4.6" }, { "text": "Ocean Drilling & Exploration Co. will sell its *contract drilling* business. ... Ocean Drilling said it will offer 15% to 20% of the *contract drilling* business through an initial public offering in the near future.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Bare Nouns", "sec_num": "4.6" }, { "text": "Note that the occurrences of *its*, *its contract drilling business* and *the contract drilling business* would all be markable --see section 6.5.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Bare Nouns", "sec_num": "4.6" }, { "text": "While nouns in prenominal positions are sometimes markable, the noun which appears at the head of a noun phrase is not separately markable --it is markable only as part of the entire noun phrase. Thus in the passage Linguists are a strange bunch. Some linguists even like spinach. it would not be correct to link the two instances of \"linguists\".Similarly, in the sentence:", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Bare Nouns", "sec_num": "4.6" }, { "text": "The rate, which was 6 percent, was higher than that offered by the other bank. the noun phrase \"the rate\" is a function expression, instantiated by the predicate \"6 percent\", so these two would be marked coreferential, as follows: The rate, which was 6 percent, was higher than that offered by the other bank.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Bare Nouns", "sec_num": "4.6" }, { "text": "In this example, pronoun *that* is coreferential at the FUNCTION level with *The rate*. However, *that* occurs as the head of a noun phrase, *that offered by the other bank*, which is NOT coreferential with *The rate* and *6 percent* (indeed, it refers to a higher rate), so *that* is an instance of a pronoun that cannot be marked in our current framework, even though we lose some type coreference information by not marking it.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Bare Nouns", "sec_num": "4.6" }, { "text": "Assume that English has no zero pronouns; in other words, the empty string is not markable. In Bill called John and spoke with him for an hour. there is no relation between the implicit subject of \"spoke\" and \"Bill\".", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Implicit Pronouns", "sec_num": "4.7" }, { "text": "Do not code relations between a relative pronoun and the NP to which it attaches or the gap that it fills. Thus, in the movie which I saw the relative pronoun \"which\" bears no markable relation to either \"the movie\" (the head to which the relative pronoun attaches) or to the implicit object of \"saw\" (the gap that the pronoun fills).", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Implicit Pronouns", "sec_num": "4.7" }, { "text": "Noun phrases which contain two or more heads (as defined in section 4.1) are marked by defining the MINimal string (see section 5) as the span from the first \"head\" through the last \"head\" including all material in between. The MAXimal string includes the entire maximal conjoined noun phrase. Thus we mark coreference between \"The sleepy boys and girls\" and \"their\" as follows:", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Conjoined Noun Phrases", "sec_num": "4.8" }, { "text": "The sleepy boys and girls enjoy their breakfast.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Conjoined Noun Phrases", "sec_num": "4.8" }, { "text": "In addition, the individual conjuncts are markable if they are separately coreferential with other phrases: Edna Fribble and Sam Morton addressed the meeting yesterday. Ms. Fribble discussed coreference, and Mr. Morton discussed unnamed entities. Ms. Fribble was president and CEO of Amalgamated Text Processing Inc.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Conjoined Noun Phrases", "sec_num": "4.8" }, { "text": "The task is defined in order to allow maximal latitude for systems in identifying markables, and to decouple the evaluation from that of accurately parsing noun phrases. Accordingly, the string generated by a system to identify a markable must include the head of the markable (as defined below) and may include any additional text up to a maximal noun phrase (as defined below).", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "HOW MUCH OF THE MARKABLE TO ANNOTATE", "sec_num": null }, { "text": "In preparing the key, the text element to be enclosed in SGML tags is the maximal noun phrase; the head will be designated by the MIN attribute.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "HOW MUCH OF THE MARKABLE TO ANNOTATE", "sec_num": null }, { "text": "[We expect that in the future it may be possible, when separate noun phrase bracketings are available, to automatically generate the maximal NP markup from a markup using only heads.]", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "HOW MUCH OF THE MARKABLE TO ANNOTATE", "sec_num": null }, { "text": "For most noun phrases, the head will be the main noun, without its left and right modifiers. the coreference task the last contract you will ever get a large quantity of sugar about 200,000 tons of sugar If the head is a name, the entire name is marked. This includes suffixes such as \"Sr.\", \"III\", etc. on personal names and \"Corp.\" on organization names; it does not include personal titles or any modifiers. We follow in this regard the rules for marking personal and organization names for the Named Entity task, as well as for other non-geographic names (e.g, \"New Year\"):", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Head of a Phrase", "sec_num": "5.1" }, { "text": "the Honorable Frederick F. Fernwhistle Jr. Ford Motor Co. of Dearborn, Michigan Herr Dr. Georg Rath In the case of location designators consisting of multiple names, each name is considered a separate unit (as in the Named Entity task) and the head is generally the first of these names, with the others treated as modifiers of the first name:", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Head of a Phrase", "sec_num": "5.1" }, { "text": "Beth Sundheim is concerned that this may not be consistent with the MUC Named Entity definition for locations.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Head of a Phrase", "sec_num": "5.1" }, { "text": "Newark, New Jersey Dates, currency amounts, and percentages are also treated as atomic units, as in the Named Entity task: December 7, 1941, a day which will live in infamy, $1.2 million in crisp bills 5. 20% of the shares In the case of \"headless\" constructions, the \"head\" --for coreference purposes --shall be the last token of the noun phrase preceding any prepositional phrases, relative clauses, and other \"right modifiers\": seven of the best the five who were left standing the six youngest For constructions that are idioms or collocations, the minimal phrase will ignore the fact that this is a collocation and use the syntactic head; this is because the definition of a collocation is often domain-specific. In the following examples, the MIN is indicated by asterisks: income *taxes* light *year* *run* of the mill If the maximal noun phrase is the same as the head, the MIN need not be marked. Also, if the maximal noun phrase differs from the MIN only by the articles \"a\" or \"the\", the MIN need not be marked, because the scoring program will automatically strip these before comparing answers.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Head of a Phrase", "sec_num": "5.1" }, { "text": "The maximal noun phrase includes all text which may be considered a modifier of the noun phrase. This includes (among other modifiers) appositional phrases, non-restrictive relative clauses, and prepositional phrases which may be viewed as modifiers of the noun phrase or of a containing clause: *Mr. Holland* *the senior of the executives who will assume Holland's duties* *the rumor that the war had ended* *Fred Frosty, the ice cream king of Tyson's Corner,* *the Penn Central Co., which used to run a railroad,* XYZ Inc. formed *a joint venture with Sony* Note that in the fourth and fifth cases the final comma may be viewed as part of the NP, and so is included in the maximal NP. The system does not need to worry about punctuation, since the scorer strips punctuation before comparing key to response. In the last case, \"with Sony\" could equally well be taken to modify \"venture\" or \"formed\", and so is included as part of the maximal NP around \"venture\". Note also that in the \"Fred Frosty\" example, there is a coreference between the entire noun phrase and the appositional phrase, \"the ice cream king of Tyson's Corner\"; see section 6.3 for a discussion of this construct. In the case of a conjoined noun phrase with shared complements or modifiers, the maximal noun phrase for the conjoined phrase is the maximal noun phrase. The minimal noun phrase will begin the at the minimal phrase for the first conjunct and include everything up to the end of the minimal phrase for the last conjunct.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Maximal Noun Phrase", "sec_num": "5.2" }, { "text": "If the conjuncts are referenced individually, the maximal noun phrases will NOT include the conjunct. The maximal NP for the first conjunct will include all of the NP up to the conjunction; the maximal NP for the second conjunct will include all of the NP following the conjunction: Ms. Fribble was president and CEO of Amalgamated Text Processing Inc. It is possible that the maximal span of the noun phase is interrupted by material that is not part of the noun phrase. Such discontinuous noun phrases should nonetheless be included within a single COREF tag. [In the future, it may be possible to capture the discontinuity explicitly by some special notation.] In the MUC-6 corpus, discontinuous noun phrases frequently appear in headlines, since the non-first lines of a headline are often marked with \"@\", which is external to the preceding and subsequent text. An annotated example of a discontinuous markable is shown in the example below: Contract-Drilling Operation @ in Texas Town @ Sold to Highest Bidder In transcripts of spoken languages, a noun phrase may be interrupted by such things as an indication of silence or by the utterance of another speaker. The following two excerpts contain annotated examples of such markables: engine E two I'm going round the slate All the way round mountain", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Maximal Noun Phrase", "sec_num": "5.2" }, { "text": "If the only difference between the head and the maximal noun phrase is the presence of an article --the word \"the\", \"a\", or \"an\" at the beginning of the noun phrase --the MIN need not be explicitly marked. (The scoring program will automatically strip leading articles before comparing strings.)", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Exceptions: Articles", "sec_num": "5.3" }, { "text": "The basic criterion for linking two markables is whether they are coreferential: whether they refer to the same object, set, activity, etc. It is not a requirement that one of the markables is \"semantically dependent\" on the other, or is an anaphoric phrase.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Basic Coreference", "sec_num": "6.1" }, { "text": "We also make a coreference link between a \"bound anaphor\" and the noun phrase which binds it (even though one may argue that such elements are not coreferential in the usual sense). Thus we would link a quantified noun phrase and a pronoun dependent on that quantification: *Most computational linguists* prefer *their* own parsers.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Bound Anaphors", "sec_num": "6.2" }, { "text": "Note that a quantified noun phrase would also be linked to subsequent anaphors, outside the scope of quantification, through the usual relation of identity of coreference. Thus in the following text all three noun phrases would be linked: *Every TV network* reported *its* profits yesterday. *They* plan to release full quarterly statements tomorrow.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Bound Anaphors", "sec_num": "6.2" }, { "text": "By this rule, a pronoun in a relative clause which is bound to the head of the clause would get a coreference link to the entire NP. Thus, for every man who knows his own mind we would establish a coreference link between \"his\" and the entire noun phrase \"every man who knows his own mind\": 6. every man who knows his own mind", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Bound Anaphors", "sec_num": "6.2" }, { "text": "A typical use of an appositional phrase is to provide an alternative description or name for an object: Julius Caesar, the well-known emperor, Julius Caesar, a well-known emperor, the well known emperor, Julius Caesar, This identity of reference is to be represented by a coreference link between the appositional phrase, \"the well-known emperor\" and the ENTIRE noun phrase, \"Julius Caesar, the/a well-known emperor\": Julius Caesar, the/a well-known emperor, The appositional phrase may be separated from the head by other modifiers. Thus Peter Holland, 45, deputy general manager,... becomes Peter Holland, 45, deputy general manager, Appositional phrases are markable (and support the Descriptor slot in the Template Element task in the MUC-7 Information Extraction Task Definition) even when indefinite, e.g., Ms. Ima Head, a 10-year MUC veteran, San Diego, one of America's finest cities, An appositional phrase is also marked in the specifier relation, e.g., The job of manager However, appositional phrases are NOT marked when they are negative:", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Apposition", "sec_num": "6.3" }, { "text": "Ms. Ima Head, never a great MUC fan, or when there is only partial overlap of sets:", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Apposition", "sec_num": "6.3" }, { "text": "The criminals, often legal immigrants, ... Appositional phrases are marked only when they constitute a separate noun phrase following the head. In written text, appositives are generally set off by commas; in transcripts of spoken language, the commas may well not be present because punctuation is generally not captured in text-to-speech transcription.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Apposition", "sec_num": "6.3" }, { "text": "There are cases where a construction that looks similar to an appositive but occurs within a single noun phrase as a title or modifier, e.g., we would record a coreference link between \"Bill Clinton\" and \"the President of the United States\". Coreference should NOT be recorded if the text only asserts the possibility of identity between two markables. In Phinneas Flounder may be the dumbest man who ever lived.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Apposition", "sec_num": "6.3" }, { "text": "Phinneas Flounder was almost the first president of the corporation.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Apposition", "sec_num": "6.3" }, { "text": "If elected, Phinneas Flounder would be the first Californian in the Oval Office.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Apposition", "sec_num": "6.3" }, { "text": "no coreference is to be recorded.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Apposition", "sec_num": "6.3" }, { "text": "We also allow coreference to be recorded when the predicate nominative is marked indefinite, e.g.,:", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Apposition", "sec_num": "6.3" }, { "text": "*Mediation* is *a viable alternative to bankruptcy*. *Farm-debt mediation* is *one of the Farm Belt's success stories*. *ARPA program managers* are *nice people*.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Apposition", "sec_num": "6.3" }, { "text": "However, as with apposition, if there is possibility or a partial set overlap, no coreference is marked because there is no set coreference and no IDENT relation:", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Apposition", "sec_num": "6.3" }, { "text": "Mediation is often a viable alternative to bankruptcy.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Apposition", "sec_num": "6.3" }, { "text": "Mediation may be a viable alternative to bankruptcy.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Apposition", "sec_num": "6.3" }, { "text": "Two markables should be recorded as coreferential if the text asserts them to be coreferential at ANY TIME. 2 Thus Henry Higgins, who was formerly sales director for Sudsy Soaps, became president of Dreamy Detergents should be annotated as Henry Higgins, who was formerly sales director for Sudsy Soaps, became president of Dreamy Detergents 2 This is one portion of the guidelines that will clearly need modification after a decision is made about enhancing the notation to distinguish time-dependent coreference links from other coreference links. But the distinction between the two types applies not only to predicate nominals but also to apposition, function-value and other construction types. Thus the phrase \"and Time-Dependent Entity\" should probably be removed from the title of section 6.4; a new section could cover the general issue of time-dependent coreference. Also, general info about any new type of notation should go in section 2, and the meaning of the new notation should be documented in section 6 (which may need a different section title).", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Apposition", "sec_num": "6.3" }, { "text": "Even if the copula or inchoative verb is embedded, coreference should be marked, as in Dreamy Detergents named Henry Higgins to be president which should be annotated as Dreamy Detergents named Henry Higgins to be president When the copula is clearly implied by the semantics of the verb, coreference should be marked. Expressions of equivalence involving the word \"as\" will also be marked. The NPs enclosed in asterisks in the following examples will be marked coreferential:", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Apposition", "sec_num": "6.3" }, { "text": "Dreamy Detergents named *Henry Higgins* *president* *Henry Higgins* is considered *Sudsy Soap's best sales director* *Higgins* will serve as *president of Dreamy Detergents* Cases may arise where an intensional descriptor may apply to two distinct entities, e.g., the current president of a company and a previous president are mentioned. The conventions require that the extensional descriptions guide the mark-up process, and therefore that these two chains *NOT* be collapsed into a single chain: Henry Higgins, who was formerly sales director for Sudsy Soaps, became president of Dreamy Detergents. Sudsy Soaps named Eliza Dolittle as sales director effective last week.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Apposition", "sec_num": "6.3" }, { "text": "Note that in this example, there will be three coreference chains, each grounded in a different existential description: Both coreference chains contain the same intensional predicate, \"sales director for Sudsy Soaps\", but these have different temporal extensional realizations. Although the occurrences of \"sales director\" are coreferential at the type level, the extensionally grounded chains take precedence, because it is critical to preserve independence of chains grounded in different extensions --that is, to prevent obviously different individuals from ending up in the same IDENT coreference chain or equivalence class. Thus we \"cut\" the chain in the above example at the first \"type\" coreference that would cause collapsing (that is, that can point to a new extension), as in: Fred resigned as president of IBM; next month, the president will be Mary.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Apposition", "sec_num": "6.3" }, { "text": "The general principle for annotating coreference is that two markables are coreferential if they both refer to sets, and the sets are identical, or they both refer to types, and the types are identical. There are a number of problematic cases where one can argue whether something is a set or a type. There is no simple algorithm for determining the ontological category of a referent. There are, though, some useful rules. Most occurrences of bare plurals refer to types or kinds, not to sets. In ...*producers* don't like to see a hit wine increase in price... *Producers* have seen this market opening up and *they*'re now creating wines that appeal to these people.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Types and Tokens", "sec_num": "6.5" }, { "text": "\"producers\", \"Producers\", and \"they\" refer to types and they all refer to the same type. Notice that if interpreted as referring to sets, they would not all refer to the same set. More properly, there is no reason to think they would corefer; not all the producers who have seen the market opening up have created new wines.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Types and Tokens", "sec_num": "6.5" }, { "text": "Note that a type can be referred to by a bare plural, a definite singular NP (\"the tiger is fast becoming extinct\") or a (bare) prenominal. In", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Types and Tokens", "sec_num": "6.5" }, { "text": "The action followed by one day an Intelogic announcement that it will retain an investment banker to explore alternatives \"to maximize *shareholder* value,\" including the possible sale of the company. Mr. Edelman declined to specify what prompted the recent moves, saying they are meant only to benefit *shareholders* when \"the company is on a roll.\" the two starred occurrences corefer to the type: shareholder (of Intelogic).", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Types and Tokens", "sec_num": "6.5" }, { "text": "In GM announced *its third quarter profit*. *It* was *$0.02*.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Functions and Values", "sec_num": "6.6" }, { "text": "all three starred phrases refer to an amount of money; they all refer to the same amount of money. Hence they are coreferential. The first phrase, in context, refers to that amount via referring to a function, say of companies and quarters of a year--or times. (In addition, the \"its\" in the first NP would be linked to GM.) In General Motors announced {their third quarter profit of *$0.02*}. the bracketed and starred phrases are coreferential. They refer to one and the same amount of money. Note that here, as in the case of apposition, the result is that a phrase is marked as being coreferential with a part of the phrase.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Functions and Values", "sec_num": "6.6" }, { "text": "In *The temperature* is *90*....The temperature is rising. the first occurrence of \"the temperature\" is an intensional expression referring to the value (extension) of the function at arguments (places, times) supplied by context. *The temperature* is coreferential with \"90\" which grounds it. In the second occurrence, \"the temperature\" refers to the function (indirectly, by way of referring to the derivative of the function). So it is not coreferential with the first occurrence or with \"90\".", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Functions and Values", "sec_num": "6.6" }, { "text": "The temperature was 90 yesterday and has already reached 95 today. This sets a new record high.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "In the sequence", "sec_num": null }, { "text": "we have a different problem: we have two extensional descriptions (90, 95) for the temperature, and only a single occurrence of the intensional description \"temperature\". In this case, \"temperature\" is coreferential with the extensional description occurring in the same clause (\"90\"). As a result, \"95\" is in its own coreference class, and we are not able to mark the fact that it too is a temperature. However, \"95\" is coreferential with \"This\" and \"a new record high\". This is marked as follows: The temperature was 90 yesterday and has already reached 95 today. This sets a new record high. If both extensions are in the same clause, as in:", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "In the sequence", "sec_num": null }, { "text": "The stock value rose from $8.05 to $9.15", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "In the sequence", "sec_num": null }, { "text": "The per share value of $8.05 rose to $9.15 at the end of trading. then the function takes on the most \"current\" value in its clause, e.g., *stock value* and *$9.15* are marked coreferential, and $8.05 is in its own class, not coreferential.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "In the sequence", "sec_num": null }, { "text": "The pervasive phenomenon of metonymy raises a problem for Coreference relations. Do we annotate and recognize the relation before or after coercion? Here are some texts to consider:", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Metonymy", "sec_num": "6.7" }, { "text": "(1) *The White House* sent its health care proposal to Congress yesterday. Senator Dole said *the administration*'s bill had little chance of passing.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Metonymy", "sec_num": "6.7" }, { "text": "(2) *Ford* announced a new product line yesterday. *Ford* spokesman John Smith said *they* will start manufacturing widgets.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Metonymy", "sec_num": "6.7" }, { "text": "(3) I bought the New York Times this morning. I read that the editor of the New York Times is resigning.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Metonymy", "sec_num": "6.7" }, { "text": "(4) *The United States* is a democracy. *The United States* has an area of 3.5 million square miles.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Metonymy", "sec_num": "6.7" }, { "text": "We propose that coreference be determined with respect to coerced entities. Of course, this still leaves open the question as to the circumstances under which coercion is required. In (1) there is a coercion from the White House to the administration operating out of the White House, and that is IDENT with \"the administration\"; so \"White House\" and \"administration\" are IDENT. (Notice that there is also a question as to whether the adminstration's proposal is the same as its bill. This too requires a coercion of sorts.) In (2), while there might seem to be a coercion from Ford to a spokesman for Ford, we believe that such a coercion is not necessary, for it is plausible that corporations, as legal persons, can do many of the things that people can do--such as \"announce.\" They may have to do some or all such things through other agents, but many people do many things that way. And if Ford can announce, then it, through one of its spokesmen, can \"say\". Believing that no coercion is required, we would mark as coreferential the first instance of \"Ford\", the second instance of \"Ford\" (in the phrase \"Ford spokesman John Smith\"), and \"they\", but would NOT mark the phrase \"Ford spokesman John Smith\" as coreferential with anything else in this passage. In (3) the first \"New York Times\" is coerced into a copy of the paper published by the New York Times and the second is coerced into the organization; so they are not IDENT. (4) is somewhat akin to (2). Countries are both geographical entities and governmental units. Thus, no coercion is necessary and the two starred occurrences are coreferential.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Metonymy", "sec_num": "6.7" }, { "text": "In the absence of general principles, a body of such decisions will need to be developed to codify the rules for coercion and coreference. In cases where there has been no clear precedent, the answer keys for formal evaluations will need to mark coreference as optional.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Metonymy", "sec_num": "6.7" }, { "text": "The coreference judgments should be based on the intelligent reader's knowledge of the world resulting from his or her best understanding of the text. It should not be based on a theory of the structure of the text, or on a linguistic theory of how NPs are resolved, or on estimates of what the typical NLP system could do. This means that some relations will be impossible for current NLP systems to recover, but this is why the task will push the technology. The annotators should assume that they are typical intelligent readers.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "BASIS OF JUDGMENT", "sec_num": null }, { "text": "If three markables, A, B, and C, are coreferential, this relationship could be recorded in the key in several ways: for example, by a REF pointer in both B and C pointing to A, or by a REF pointer in B pointing to A and a REF pointer in C pointing to B. A similar range of variations is possible in a system response. The current scoring rules provide that any correct key, when compared to any correct response, will yield a 100% recall/100% precision score, independent of the way the coreference relation is encoded in the key by REF pointers.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "SCORING AND THE ORDERING OF LINKS", "sec_num": null }, { "text": "This appendix contains annotations as they would appear in an answer key. The notation produced by a coreference identification system would differ from the answer-key notation in certain respects (see information in the guidelines concerning the MIN and STATUS attributes).", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "APPENDIX A. SAMPLE ANNOTATIONS", "sec_num": null } ], "back_matter": [], "bib_entries": { "BIBREF0": { "ref_id": "b0", "title": "Sentences Excerpted from a MUC-6 Wall Street Journal Article Ocean Drilling & Exploration Co. will sell itscontract-drilling business, and took a $50.9 million loss from discontinued operations in Ocean Drilling & Exploration Co. will sell itscontract-drilling business, and took a $50.9 million loss from discontinued operations in the third", "links": null }, "BIBREF1": { "ref_id": "b1", "title": " The New Orleans oil and gas exploration and diving operations company added that it doesn't expect any further adverse financial impact from the restructuring. ", "authors": [], "year": null, "venue": "", "volume": "", "issue": "", "pages": "", "other_ids": {}, "num": null, "urls": [], "raw_text": " The New Orleans oil and gas exploration and diving operations company added that it doesn't expect any further adverse financial impact from the restructuring. ", "links": null }, "BIBREF2": { "ref_id": "b2", "title": " In the third quarter, the company, which is 61%-owned by Murphy Oil Corp. of Arkansas, had a net loss of $46.9 million, or In the third quarter, the company, which is 61%-owned by Murphy Oil Corp. of Arkansas, had a net loss of $46.9 million, or 91 cents a share. ", "links": null }, "BIBREF3": { "ref_id": "b3", "title": "REF=\"2\">the tanker utt5 : s: mm-hm utt6 : u: I'd like then to take the el- the tanker back from Elmira to Corning", "authors": [], "year": 1998, "venue": "s: alright um which engine would you like to use utt12 : u: engine E two utt13 : s: alright utt14 : u: well is is E two which is a will either one take It has long been rumored that Ocean Drilling would sell the unit to concentrate on its core oil and gas business. A.2 Transcript of a TRAINS Dialogue utt1 : s: hello can I help you utt2 : u: yes I'd like to take a tanker from Corning and bring it to Elmira utt3 : s: alright utt4 : u: and from Elmira I'd like to load orange juice into the tanker utt5 : s: mm-hm utt6 : u: I'd like then to take the el- the tanker back from Elmira to Corning utt7 : s: alright utt8 : u: now from Corning what would be the quickest route to Avon utt9 : s: uh through Dansville utt10 : u: okay then I'd like to take the tanker of orange juice through Dansville and then on to Avon utt11 : s: alright um which engine would you like to use utt12 : u: engine E two utt13 : s: alright utt14 : u: well is is E two which is a will either one take me there any quicker utt15 : s: uh no they're a they're both the same utt16 : u: okay then I'll take engine E two utt17 : s: alright utt18 : u: and the tankers move at the same speed utt19 : s: right utt20 : u: okay utt21 : s: so uh the plan is to take engine E two to Corning pick up a tanker back to Elmira utt22 : um load it with orange juice and then to Avon utt23 : u: by way of + Corning + and Dansville utt24 : s: + by way of + utt25 : right utt26 : u: how long will that take utt27 : s: eleven hours utt28 : u: okay I am now finished Last Modified August 2000 Copyright 1998-2000 Science Applications International Corporation", "links": null } }, "ref_entries": { "FIGREF0": { "uris": null, "text": "*my Ford*... *the car*), or to values of the function (the [per share value of [$4.02]] ... [The stock price]).", "num": null, "type_str": "figure" }, "FIGREF1": { "uris": null, "text": "the real estate company* * Century 21* This kind of single noun construction is not considered markable. Thus, no coreference is marked in cases such as the following: the real estate company Century 21 the realtor Century 21 presidential advisor Joe Smarty Treasury Secretary Bucks But the following phrase would have mark-up: *the job of *manager** 6.4 Predicate Nominals and Time-dependent Identity Predicate nominals are also typically coreferential with the subject. Thus in the example *Bill Clinton* is *the President of the United States*.", "num": null, "type_str": "figure" } } } }