|
{ |
|
"paper_id": "S12-1001", |
|
"header": { |
|
"generated_with": "S2ORC 1.0.0", |
|
"date_generated": "2023-01-19T15:24:33.554507Z" |
|
}, |
|
"title": "Casting Implicit Role Linking as an Anaphora Resolution Task", |
|
"authors": [ |
|
{ |
|
"first": "Carina", |
|
"middle": [], |
|
"last": "Silberer", |
|
"suffix": "", |
|
"affiliation": {}, |
|
"email": "[email protected]" |
|
}, |
|
{ |
|
"first": "Anette", |
|
"middle": [], |
|
"last": "Frank", |
|
"suffix": "", |
|
"affiliation": {}, |
|
"email": "[email protected]" |
|
} |
|
], |
|
"year": "", |
|
"venue": null, |
|
"identifiers": {}, |
|
"abstract": "Linking implicit semantic roles is a challenging problem in discourse processing. Unlike prior work inspired by SRL, we cast this problem as an anaphora resolution task and embed it in an entity-based coreference resolution (CR) architecture. Our experiments clearly show that CR-oriented features yield strongest performance exceeding a strong baseline. We address the problem of data sparsity by applying heuristic labeling techniques, guided by the anaphoric nature of the phenomenon. We achieve performance beyond state-of-the art. * The work reported in this paper is based on a Master's Thesis conducted at Heidelberg University (Silberer, 2011). 3 Casting Implicit Role Linking as an Anaphora Resolution Task 3.1 Implicit role = anaphora resolution Recent models for role binding mainly draw on techniques from SRL, enriched with concepts from CR.", |
|
"pdf_parse": { |
|
"paper_id": "S12-1001", |
|
"_pdf_hash": "", |
|
"abstract": [ |
|
{ |
|
"text": "Linking implicit semantic roles is a challenging problem in discourse processing. Unlike prior work inspired by SRL, we cast this problem as an anaphora resolution task and embed it in an entity-based coreference resolution (CR) architecture. Our experiments clearly show that CR-oriented features yield strongest performance exceeding a strong baseline. We address the problem of data sparsity by applying heuristic labeling techniques, guided by the anaphoric nature of the phenomenon. We achieve performance beyond state-of-the art. * The work reported in this paper is based on a Master's Thesis conducted at Heidelberg University (Silberer, 2011). 3 Casting Implicit Role Linking as an Anaphora Resolution Task 3.1 Implicit role = anaphora resolution Recent models for role binding mainly draw on techniques from SRL, enriched with concepts from CR.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Abstract", |
|
"sec_num": null |
|
} |
|
], |
|
"body_text": [ |
|
{ |
|
"text": "A widespread phenomenon that is still poorly studied in NLP is the meaning contribution of unfilled semantic roles of predicates in discourse interpretation. Such roles, while linguistically unexpressed, can often be anaphorically bound to antecedent referents in the discourse context. Capturing such implicit semantic roles and linking them to their antecedents is a challenging problem. But it bears immense potential for establishing discourse coherence and for getting closer to the aim of true NLU.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1" |
|
}, |
|
{ |
|
"text": "Linking of implicit semantic roles in discourse has recently been introduced as a shared task in the SemEval 2010 competition Linking Events and Their Participants in Discourse (Ruppenhofer et al., 2009 (Ruppenhofer et al., , 2010 . The task consists in detecting unfilled semantic roles of events and determining antecedents in the discourse context that these roles can be understood to refer to. In (1), e.g., the predicate jealousy introduces two implicit roles, one for the experiencer, the other for the object of jealousy involved. These roles can be bound to Watson and the speaker (I) in the non-local preceding context.", |
|
"cite_spans": [ |
|
{ |
|
"start": 177, |
|
"end": 202, |
|
"text": "(Ruppenhofer et al., 2009", |
|
"ref_id": "BIBREF31" |
|
}, |
|
{ |
|
"start": 203, |
|
"end": 230, |
|
"text": "(Ruppenhofer et al., , 2010", |
|
"ref_id": "BIBREF32" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1" |
|
}, |
|
{ |
|
"text": "(1) Watson won't allow that I know anything of art but that is mere jealousy because our views upon the subject differ.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1" |
|
}, |
|
{ |
|
"text": "(2) I Reader was sitting reading in the chair P lace .", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1" |
|
}, |
|
{ |
|
"text": "In contrast to implicit roles that can be discoursebound to an antecedent as in (1), roles can be interpreted existentially, as in (2), with an unfilled TEXT role of the READING frame that cannot be anchored in prior discourse. The FrameNet paradigm (Fillmore et al., 2003) that was used for annotation in the SemEval task classifies these interpretation differences as definite (DNI) vs. indefinite (INI) null instantiations (NI) of roles, respectively.", |
|
"cite_spans": [ |
|
{ |
|
"start": 250, |
|
"end": 273, |
|
"text": "(Fillmore et al., 2003)", |
|
"ref_id": null |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1" |
|
}, |
|
{ |
|
"text": "Early studies. The phenomenon of implicit role reference is not new. It has been studied in a number of early approaches. Palmer et al. (1986) treated unfilled semantic roles as special cases of anaphora and coreference resolution (CR). Resolution was guided by domain knowledge encoded in a knowledgebased system. Similarly, Whittemore et al. (1991) analyzed the resolution of unexpressed event roles as a special case of CR. A formalization in DRT was fully worked out, but automation was not addressed. Later studies emphasize the role of implicit role reference in a frame-semantic discourse analysis. Fillmore and Baker (2001) provide an analysis of a newspaper text that indicates the importance of frames and roles in establishing discourse coherence. Burchardt et al. (2005) offer a formalization of the involved factors: the interplay of frames and frame relations with factors of contextual contiguity. The work includes no automation, but suggests a corpus-based approach using antecedent-role coreference patterns collected from corpora.", |
|
"cite_spans": [ |
|
{ |
|
"start": 122, |
|
"end": 142, |
|
"text": "Palmer et al. (1986)", |
|
"ref_id": "BIBREF26" |
|
}, |
|
{ |
|
"start": 326, |
|
"end": 350, |
|
"text": "Whittemore et al. (1991)", |
|
"ref_id": "BIBREF39" |
|
}, |
|
{ |
|
"start": 606, |
|
"end": 631, |
|
"text": "Fillmore and Baker (2001)", |
|
"ref_id": "BIBREF12" |
|
}, |
|
{ |
|
"start": 759, |
|
"end": 782, |
|
"text": "Burchardt et al. (2005)", |
|
"ref_id": "BIBREF0" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Implicit Role Reference: A Short History", |
|
"sec_num": "2" |
|
}, |
|
{ |
|
"text": "Tetreault 2002, finally, offers an automated analysis for resolving implicit role reference. The smallscale study is embedded in a rule-based CR setup.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Implicit Role Reference: A Short History", |
|
"sec_num": "2" |
|
}, |
|
{ |
|
"text": "SemEval 2010 Task 10: Linking Roles. Triggered by the SemEval 2010 competition (Ruppenhofer et al., 2010) , research on resolving implicit role reference has gained momentum again, in a field where both semantic role labeling (SRL) and coreference resolution have seen tremendous progress. However, the systems that participated in the NIonly task on implicit role resolution achieved moderate success in the initial subtasks: (i) recognition of implicit roles and (ii) classification as discourse-bound vs. existential interpretation (DNI vs. INI). Yet, (iii) identification of role antecedents was bluntly unsuccessful, with around 1% F-score.", |
|
"cite_spans": [ |
|
{ |
|
"start": 79, |
|
"end": 105, |
|
"text": "(Ruppenhofer et al., 2010)", |
|
"ref_id": "BIBREF32" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Implicit Role Reference: A Short History", |
|
"sec_num": "2" |
|
}, |
|
{ |
|
"text": "Ruppenhofer et al. clearly relate the task to coreference resolution. The participating systems, though, framed the task as a special case of SRL. participated with their SRL system SEMAFOR . They cast the task as one of extended SRL, by admitting constituents from a larger context. To overcome the lack and sparsity of syntactic path features, they include lexical association and similarity scores for semantic roles and role fillers; classical SRL order and distance features are adapted to larger distances.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Implicit Role Reference: A Short History", |
|
"sec_num": "2" |
|
}, |
|
{ |
|
"text": "VENSES++ by Tonelli and Delmonte (2010) is a semantic processing system that includes lexicosemantic processing, anaphora resolution and deep semantic resolution components. Anaphora resolution is performed in a rule-based manner; pronominals are replaced with their antecedents' lexical information. For role linking, the system applies diverse heuristics including search for predicateargument structures with compatible arguments, as well as semantic relatedness scores between potential fillers of (overt and implicit) semantic roles.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Implicit Role Reference: A Short History", |
|
"sec_num": "2" |
|
}, |
|
{ |
|
"text": "More recently Tonelli and Delmonte (2011) recur to a leaner approach for role binding, estimating a relevance score for potential antecedents from role fillers observed in training. They report an F-score of 8 points for role binding on SemEval data. However, being strongly lexicalized, their trained model seems heavily dependent on the training data. Ruppenhofer et al. (2011) use semantic types for identifying DNI role antecedents, reporting an error reduction of 14% on Chen et al. (2010)'s results.", |
|
"cite_spans": [ |
|
{ |
|
"start": 14, |
|
"end": 41, |
|
"text": "Tonelli and Delmonte (2011)", |
|
"ref_id": "BIBREF38" |
|
}, |
|
{ |
|
"start": 354, |
|
"end": 379, |
|
"text": "Ruppenhofer et al. (2011)", |
|
"ref_id": "BIBREF33" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Implicit Role Reference: A Short History", |
|
"sec_num": "2" |
|
}, |
|
{ |
|
"text": "The poor performance results in the SemEval task clearly indicate the difficulty of resolving implicit role reference. A major factor seems to relate to data sparsity: the training set covers only 245 DNI annotations linked to an antecedent.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Implicit Role Reference: A Short History", |
|
"sec_num": "2" |
|
}, |
|
{ |
|
"text": "Linking implicit arguments of nominals. Gerber and Chai (2010) (G&C henceforth) investigate a closely related task of argument binding, tied to the linking of implicit arguments for nominal predicates using the PropBank role labeling scheme. In contrast to the SemEval task, which focuses on a verbs and nouns, their system is only applied to nouns and is restricted to 10 predicates with substantial training set sizes (avg: 125, median: 103).", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Implicit Role Reference: A Short History", |
|
"sec_num": "2" |
|
}, |
|
{ |
|
"text": "G&C propose a discriminative model that selects an antecedent for an implicit role from an extended context window. The approach incorporates some aspects relating to CR that go beyond the SRLoriented SemEval systems: A candidate representation includes information about all the candidates' coreferent mentions (determined by automatic CR), in particular their semantic roles (provided by gold annotations) and WordNet synsets. Patterns of semantic associations between filler candidates and implicit roles are learned for all mentions contained in the candidate's entity chain. They achieve an Fscore of 42.3, against a baseline of 26.5. Gerber (2011) presents an extended model that incorporates strategies suggested in Burchardt et al. (2005) : using frame relations as well as coreference patterns acquired from large corpora. This model achieves an F-score of 50.3 (baseline: 28.9).", |
|
"cite_spans": [ |
|
{ |
|
"start": 640, |
|
"end": 653, |
|
"text": "Gerber (2011)", |
|
"ref_id": "BIBREF16" |
|
}, |
|
{ |
|
"start": 723, |
|
"end": 746, |
|
"text": "Burchardt et al. (2005)", |
|
"ref_id": "BIBREF0" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Implicit Role Reference: A Short History", |
|
"sec_num": "2" |
|
}, |
|
{ |
|
"text": "In this paper, we explicitly formulate implicit role linking as an anaphora resolution task. This is in line with the predominant conception in early work, and also highlights the close relationship with zero anaphora (Kameyama, 1985) . Computational treatments of zero anaphora (e.g., Imamura et al. (2009) ) are in fact employing techniques well-known from SRL. Recent work by Iida and Poesio (2011) , by contrast, offers an analysis of zero anaphora in a CR architecture. Further support comes from psycholinguistic studies in Garrod and Terras (2000) , who establish commonalities between implicit role reference and other types of anaphora resolution.", |
|
"cite_spans": [ |
|
{ |
|
"start": 218, |
|
"end": 234, |
|
"text": "(Kameyama, 1985)", |
|
"ref_id": "BIBREF20" |
|
}, |
|
{ |
|
"start": 286, |
|
"end": 307, |
|
"text": "Imamura et al. (2009)", |
|
"ref_id": "BIBREF19" |
|
}, |
|
{ |
|
"start": 379, |
|
"end": 401, |
|
"text": "Iida and Poesio (2011)", |
|
"ref_id": "BIBREF18" |
|
}, |
|
{ |
|
"start": 530, |
|
"end": 554, |
|
"text": "Garrod and Terras (2000)", |
|
"ref_id": "BIBREF14" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Implicit Role Reference: A Short History", |
|
"sec_num": "2" |
|
}, |
|
{ |
|
"text": "The contributions of our work are as follows:", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Implicit Role Reference: A Short History", |
|
"sec_num": "2" |
|
}, |
|
{ |
|
"text": "i. We cast implicit role binding as a CR task, using an entity-mention model and discriminative classification for antecedent selection.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Implicit Role Reference: A Short History", |
|
"sec_num": "2" |
|
}, |
|
{ |
|
"text": "ii. We examine the effectiveness of model features for classical SRL vs. CR features to clarify the nature of this special phenomenon.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Implicit Role Reference: A Short History", |
|
"sec_num": "2" |
|
}, |
|
{ |
|
"text": "iii. We automatically acquire heuristically labeled data to address the sparse data problem.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Implicit Role Reference: A Short History", |
|
"sec_num": "2" |
|
}, |
|
{ |
|
"text": "i. An entity-mention model for anaphoric role resolution. In our model implicit roles that are discourse-bound (i.e. classified as DNI) are treated as anaphoric, similar to zero anaphora: the implicit role will be bound to a discourse antecedent.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Implicit Role Reference: A Short History", |
|
"sec_num": "2" |
|
}, |
|
{ |
|
"text": "In line with recent research in CR, we adopt an entity-mention model, where an entity is represented by all mentions pertaining to a coreference chain (see i.a. Rahman and Ng (2011) , Cai and Strube (2010) ). Our model is based on binary classifier decisions that take as input the anaphoric role and an entity candidate from the preceding discourse. The final classification of a role linking to an entity is obtained by discriminative ranking of the binary classifiers' probability estimates. Details on the system architecture are given in Section 3.2.", |
|
"cite_spans": [ |
|
{ |
|
"start": 161, |
|
"end": 181, |
|
"text": "Rahman and Ng (2011)", |
|
"ref_id": "BIBREF28" |
|
}, |
|
{ |
|
"start": 184, |
|
"end": 205, |
|
"text": "Cai and Strube (2010)", |
|
"ref_id": "BIBREF1" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Implicit Role Reference: A Short History", |
|
"sec_num": "2" |
|
}, |
|
{ |
|
"text": "ii. SRL vs. CR: Analysis of feature sets. The linking of implicit semantic roles represents an interesting mixture of SRL and CR that displays exceptional characteristics of both types of phenomena.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Implicit Role Reference: A Short History", |
|
"sec_num": "2" |
|
}, |
|
{ |
|
"text": "In contrast to classical SRL, the relation between a predicate's semantic role and a candidate role filler -being realized outside the local syntactic contextcannot be characterized by syntactic path features. But similar to SRL we can compute a semantic class type expected by the role and determine which candidate is most appropriate to fill the semantic role.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Implicit Role Reference: A Short History", |
|
"sec_num": "2" |
|
}, |
|
{ |
|
"text": "Anaphoric binding of unfilled roles also diverges from classical CR in that the anaphoric element is not overtly expressed. This excludes typical CR features that refer to overt realization, such as agreement or string overlap. Again, we can make use of a semantic characterization of role fillers to determine the role's most appropriate antecedent entity in the discourse. This closely relates to semantic class features employed in CR (e.g., Rahman and Ng (2011) ).", |
|
"cite_spans": [ |
|
{ |
|
"start": 445, |
|
"end": 465, |
|
"text": "Rahman and Ng (2011)", |
|
"ref_id": "BIBREF28" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Implicit Role Reference: A Short History", |
|
"sec_num": "2" |
|
}, |
|
{ |
|
"text": "Thus, semantic association features are important modeling aspects, but they do not contribute to clarifying the nature of the phenomenon. We will include additional properties that are considered characteristic for CR, such as the semantics of an entity (as opposed to individual mentions), or salience properties of antecedents (cf. Section 4.3). Thus, the model we propose substantially differs from prior work.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Implicit Role Reference: A Short History", |
|
"sec_num": "2" |
|
}, |
|
{ |
|
"text": "We classify the features of our models as SRL vs. CR features, plus a mixture class that relates to both phenomena. We examine which type of features is most effective for resolving implicit role reference.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Implicit Role Reference: A Short History", |
|
"sec_num": "2" |
|
}, |
|
{ |
|
"text": "iii. Heuristic data acquisition. In response to the sparse data problem encountered with the SemEval data set and the general lack of annotated resources for implicit role binding, we experiment with techniques for heuristic data acquisition. The strategy we apply builds on our working hypothesis that implicit role reference is best understood as a special case of (zero) anaphora resolution.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Implicit Role Reference: A Short History", |
|
"sec_num": "2" |
|
}, |
|
{ |
|
"text": "We process manually annotated coreference data sets that are jointly labeled with semantic roles. From these we extract entity chains that contain anaphoric pronouns that fill a predicate's semantic role. We artificially delete the pronoun's role label and transfer it to its closest antecedent in its chain. In this way, we convert the example to an instance that is structurally similar to one involving a locally unfilled semantic role that is bound to an overt antecedent. An example is given below: in (3.a) we identify a pronoun that fills the SPEAKER role of the frame STATEMENT. We transfer this role label to its closest antecedent (3.b).", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Implicit Role Reference: A Short History", |
|
"sec_num": "2" |
|
}, |
|
{ |
|
"text": "(3) a. Clearly such artificially created annotation instances are only approximations of naturally occurring cases of implicit role binding. But we expect to acquire numerous data points for relevant features: semantic class information for the antecedent entity, the predicate's frame and roles and coherence properties.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Implicit Role Reference: A Short History", |
|
"sec_num": "2" |
|
}, |
|
{ |
|
"text": "Our approach is embedded in an architecture for supervised CR using an entity-mention model. The main processing steps of the system include: (1) entity detection, (2) instance creation with feature extraction and (3) classification. As we are focusing on the resolution of implicit DNI roles, we assume that the text is already augmented with standard CR information (we make use of gold data and automatically assigned coreference chains). Accordingly, the description of modules focuses exclusively on the resolution of DNIs.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "System Architecture", |
|
"sec_num": "3.2" |
|
}, |
|
{ |
|
"text": "(1) Entity Detection. We first collect the entire entity set E mentioned in the discourse. This set forms the overall set of candidates to consider for DNI linking. For each DNI d k to be linked, a subset of candidates E k \u2282 E is chosen as candidate search space for resolving d k . We experiment with different strategies for constructing E k (cf. Section 4).", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "System Architecture", |
|
"sec_num": "3.2" |
|
}, |
|
{ |
|
"text": "(2) Instance Creation. The next step consists in the creation of (training) instances for classification including the extraction of features for all instances. An instance inst e j ,d k consists of the active DNI d k , its frame and a candidate entity e j \u2208 E k . Instance creation follows an entity-based adaption of the standard procedure of Soon et al. 2001, which has been applied by Yang et al. (2004 Yang et al. ( , 2008 . Processing the discourse from left to right, for each DNI d k , instances I k are created by processing E k from right to left according to each entity's most recent mention, starting with the entity closest to d k . Note that, as entities instead of mentions are considered, only one instance is created for an entity which is mentioned several times in the search space.", |
|
"cite_spans": [ |
|
{ |
|
"start": 389, |
|
"end": 406, |
|
"text": "Yang et al. (2004", |
|
"ref_id": "BIBREF41" |
|
}, |
|
{ |
|
"start": 407, |
|
"end": 427, |
|
"text": "Yang et al. ( , 2008", |
|
"ref_id": "BIBREF42" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "System Architecture", |
|
"sec_num": "3.2" |
|
}, |
|
{ |
|
"text": "In training, the instance creation stops when the correct antecedent, i.e. a positive instance, as well as at least one negative instance have been found. 1", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "System Architecture", |
|
"sec_num": "3.2" |
|
}, |
|
{ |
|
"text": "(3) Classification. From the acquired training instances we learn a binary classifier that predicts for an instance inst e j ,d k whether it is positive, i.e. entity e j is a correct antecedent for DNI d k . Further, the classifier provides a probability estimate for inst e j ,d k being positive. We obtain classifications for all instances in I k . Among the positive classified instances, we select the antecedent e with the highest estimate. That is, we apply the best-first strategy (Ng and Cardie, 2002) . In case of a tie, we choose the antecedent which is closer to the target. If no instance is classified as positive, d k is left unfilled.", |
|
"cite_spans": [ |
|
{ |
|
"start": 488, |
|
"end": 509, |
|
"text": "(Ng and Cardie, 2002)", |
|
"ref_id": "BIBREF25" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "System Architecture", |
|
"sec_num": "3.2" |
|
}, |
|
{ |
|
"text": "We adhere to the SemEval 2010 task by Ruppenhofer et al. (2009) as test bed for our experiments. The main focus of our work is on part (iii), the identification of antecedents for DNIs. Subtasks (i) and (ii), the recognition and interpretation of NIs will be only tackled to enable comparison to the participating systems of the SemEval NI-only task.", |
|
"cite_spans": [ |
|
{ |
|
"start": 38, |
|
"end": 63, |
|
"text": "Ruppenhofer et al. (2009)", |
|
"ref_id": "BIBREF31" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "SEMEVAL 2010 task and data set", |
|
"sec_num": "4.1" |
|
}, |
|
{ |
|
"text": "The SemEval task is based on fiction stories by A. C. Doyle, one story as training data and another two chapters as test set, enriched with coreference and FrameNet-style frame annotations. Information about the training section is found in Table 1 . The test data comprise 710 NIs (349 DNIs, 361 INIs), of which 259 DNIs are linked.", |
|
"cite_spans": [], |
|
"ref_spans": [ |
|
{ |
|
"start": 241, |
|
"end": 248, |
|
"text": "Table 1", |
|
"ref_id": null |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "SEMEVAL 2010 task and data set", |
|
"sec_num": "4.1" |
|
}, |
|
{ |
|
"text": "Since the training data has a critically small amount of linked DNIs, we heuristically labeled training data on the basis of data sets with manually annotated coreference information: OntoNotes 3.0 (Hovy et al., 2006) , as well as ACE-2 (Mitchell et al., 2003) and MUC-6 (Chinchor and Sundheim, 2003) .", |
|
"cite_spans": [ |
|
{ |
|
"start": 198, |
|
"end": 217, |
|
"text": "(Hovy et al., 2006)", |
|
"ref_id": "BIBREF17" |
|
}, |
|
{ |
|
"start": 237, |
|
"end": 260, |
|
"text": "(Mitchell et al., 2003)", |
|
"ref_id": "BIBREF24" |
|
}, |
|
{ |
|
"start": 265, |
|
"end": 300, |
|
"text": "MUC-6 (Chinchor and Sundheim, 2003)", |
|
"ref_id": null |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Heuristic data acquisition", |
|
"sec_num": "4.2" |
|
}, |
|
{ |
|
"text": "OntoNotes 3.0 was merged with gold SRL annotations from the CoNLL-2005 shared task. By means of SemLink-1.1 (Loper et al., 2007) and a mapping included in the SemEval data, these Prop-Bank (PB, Palmer et al. (2005) (FN) counterparts, if existent. For the ACE-2 and MUC-6 corpora, we used Semafor (Das and Smith, 2011) for automatic annotation with FN semantic roles. From these data sets we acquired heuristically annotated instances of role linking using the strategy explained in 3.1. Table 1 summarizes the resulting training data. The heuristically labeled data extends the manually labeled DNI instances by an order of magnitude.", |
|
"cite_spans": [ |
|
{ |
|
"start": 108, |
|
"end": 128, |
|
"text": "(Loper et al., 2007)", |
|
"ref_id": "BIBREF22" |
|
}, |
|
{ |
|
"start": 189, |
|
"end": 214, |
|
"text": "(PB, Palmer et al. (2005)", |
|
"ref_id": null |
|
}, |
|
{ |
|
"start": 296, |
|
"end": 317, |
|
"text": "(Das and Smith, 2011)", |
|
"ref_id": "BIBREF6" |
|
} |
|
], |
|
"ref_spans": [ |
|
{ |
|
"start": 215, |
|
"end": 219, |
|
"text": "(FN)", |
|
"ref_id": null |
|
}, |
|
{ |
|
"start": 487, |
|
"end": 494, |
|
"text": "Table 1", |
|
"ref_id": null |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Heuristic data acquisition", |
|
"sec_num": "4.2" |
|
}, |
|
{ |
|
"text": "Entity sets E dni . For definition of the set of candidate entities to consider for DNI linking, E dni , we determined different parameter settings with restrictions on the types, distances and prominence of candidate antecedents. For instance, unlike in noun phrase CR, antecedents for a DNI can be realized by a wide range of constituents other than NPs, such as prepositional (PP), adverbial (ADVP), verb phrases (VP) and even sentences (S) referring to propositions.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Model parameters", |
|
"sec_num": "4.3" |
|
}, |
|
{ |
|
"text": "These settings, stated in Table 2 , were inferred by experiments on the training data and by examining its statistics: AllChains is motivated by the fact that 72% of the DNIs are linked to referents with nonsingleton chains. On the other hand, the majority of DNI antecedents -not only non-singletons, but also phrases of a certain type or terminals that overtly fill other roles -are located in the current and the two preceding sentences (69.6%), which motivates SentWin. However, antecedents are also located far beyond this window span which is probably due to the nature of the SemEval texts, with prominent entities being accessible over longer stretches of discourse. Chains+Win is designed by taking into ac-AllChains This set contains all the entities represented by non-singleton coreference chains that were introduced in the discourse up to the current DNI position, assuming that this way only more salient entities are considered.", |
|
"cite_spans": [], |
|
"ref_spans": [ |
|
{ |
|
"start": 26, |
|
"end": 33, |
|
"text": "Table 2", |
|
"ref_id": "TABREF2" |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Model parameters", |
|
"sec_num": "4.3" |
|
}, |
|
{ |
|
"text": "SentWin Comprises constituents with a certain phrase type 2 or terminals that overtly fill a role, occurring within the current or the preceding two sentences.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Model parameters", |
|
"sec_num": "4.3" |
|
}, |
|
{ |
|
"text": "Chain+Win This set comprises SentWin plus all entities mentioned at least five times up to the current DNI position (i.e. salient entities). Training data sets. We made use of different mixtures of training data: SemEval plus different extensions using the heuristically acquired data summarized in Table 1 . Feat. 1: Prominence. We first compute average prominence of an entity e (Eq. 2) by summing over the size (= nb. of mentions) of all entities e in a window w 4 of preceding sentences and dividing by the nb. of entities E in w. Prominence of e (Eq. 1) is set to the difference between its size in w and the average prominence score. 5 The final feature value records the relative rank of e's prominence score compared to the scores of the other candidates.", |
|
"cite_spans": [ |
|
{ |
|
"start": 640, |
|
"end": 641, |
|
"text": "5", |
|
"ref_id": null |
|
} |
|
], |
|
"ref_spans": [ |
|
{ |
|
"start": 299, |
|
"end": 306, |
|
"text": "Table 1", |
|
"ref_id": null |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Model parameters", |
|
"sec_num": "4.3" |
|
}, |
|
{ |
|
"text": "prom(e, w) = #mentions(e, w) \u2212 avg prom(w) (1) avg prom(w) = e\u2208E #mentions(e, w) |E| (2) nr feature type G&C 1 prominence prominence score of the entity in the current discourse position CR -2 pos.dist mention PoS or phrase type of the most recent explicit mention (CR) concatenated with sentence distance to the target 3 dist mentions minimum distance between DNI and entity in mentions CR -4 dist sentences minimum distance between DNI and entity in sentences CR + 5 vnroles dni.entity the counterparts of the DNI in VerbNet (VN, Kipper et al. (2000) ) mixed + concatenated with the VN roles the entity already instantiates 6 roles dni.entity concatenation of the DNI with the FN roles the entity already instantiates mixed \u223c 7 semType dni.entity semantic type of the DNI concatenated with mixed the semantic types of the roles the entity already instantiates 8 avgDist sentences average sentence distance between the entity and the DNI CR + 9 sp supersense agreement of the selectional preferences for the DNI mixed and the most frequent supersense of the entity 10 function (target) grammatical function of the target SRL -11 wnss ent.st dni pointwise mutual information between the entity's WN supersense ss and mixed the DNI's FN semantic type st: pmi(ss, st) = log 2 P (ss|st)/P (ss) 12 nbRoles dni.entity like feature 5, but with NomBank arguments 0 and 1 mixed \u223c 13 frame.dni frame name concatenated with the DNI SRL - Feat. 9: SelPrefs. We compute selectional preferences following the information-theoretic approach of Resnik (1993 Resnik ( , 1996 . Similar to Erk (2007) , we used an adapted version which we computed for semantic roles by means of the FN database rather than for verb argument positions. The WordNet classes over which the preferences are defined are WordNet lexicographer's files (supersenses). The selectional association values \u039b(dni, ss) of the DNI's selectional preferences are retrieved for the supersense ss of each candidate antecedent's head. As for Feat. 1, we define a candidate's feature value by its rank in the ordered list of these \u039bs.", |
|
"cite_spans": [ |
|
{ |
|
"start": 527, |
|
"end": 552, |
|
"text": "(VN, Kipper et al. (2000)", |
|
"ref_id": null |
|
}, |
|
{ |
|
"start": 1078, |
|
"end": 1086, |
|
"text": "(target)", |
|
"ref_id": null |
|
}, |
|
{ |
|
"start": 1530, |
|
"end": 1542, |
|
"text": "Resnik (1993", |
|
"ref_id": null |
|
}, |
|
{ |
|
"start": 1543, |
|
"end": 1558, |
|
"text": "Resnik ( , 1996", |
|
"ref_id": "BIBREF30" |
|
}, |
|
{ |
|
"start": 1572, |
|
"end": 1582, |
|
"text": "Erk (2007)", |
|
"ref_id": "BIBREF10" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Feature sets: SRL, mixed and CR-oriented", |
|
"sec_num": "4.4" |
|
}, |
|
{ |
|
"text": "Evaluation measures. We adopt the precision (P), recall (R) and F 1 measures in Ruppenhofer et al. (2010) . A true positive is a DNI which has been linked to the correct entity as given by the gold data.", |
|
"cite_spans": [ |
|
{ |
|
"start": 80, |
|
"end": 105, |
|
"text": "Ruppenhofer et al. (2010)", |
|
"ref_id": "BIBREF32" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Experiments", |
|
"sec_num": "4.5" |
|
}, |
|
{ |
|
"text": "Classifiers and feature selection. For DNI linking, we use BayesNet (Cooper and Herskovits, 1992) as classifier, implemented in Weka (Witten and Frank, 2000) . 6 For each parameter combination, we perform feature selection by means of leave-oneout 10-fold cross-validation on the SemEval training data with successively removing/determining the 6 We experimented with different learners and selected the algorithm that performed best for the different subtasks. best features. The resulting models M i are then evaluated on the SemEval test data in different setups:", |
|
"cite_spans": [ |
|
{ |
|
"start": 68, |
|
"end": 97, |
|
"text": "(Cooper and Herskovits, 1992)", |
|
"ref_id": "BIBREF5" |
|
}, |
|
{ |
|
"start": 133, |
|
"end": 157, |
|
"text": "(Witten and Frank, 2000)", |
|
"ref_id": "BIBREF40" |
|
}, |
|
{ |
|
"start": 160, |
|
"end": 161, |
|
"text": "6", |
|
"ref_id": null |
|
}, |
|
{ |
|
"start": 345, |
|
"end": 346, |
|
"text": "6", |
|
"ref_id": null |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Experiments", |
|
"sec_num": "4.5" |
|
}, |
|
{ |
|
"text": "Exp1: Linking DNIs. Exp1 evaluates our models on the DNI linking task proper (NI-only step (iii)). This setting uses the gold coreference, SRL and DNI information in the test data.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Experiments", |
|
"sec_num": "4.5" |
|
}, |
|
{ |
|
"text": "Exp2: Full NI-only. For benchmarking on the SemEval task, we perform the complete NI-only task. Here, the test data is only enriched w/ SRL labeling. Each frame f in the test corpus is processed, involving the following steps:", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Experiments", |
|
"sec_num": "4.5" |
|
}, |
|
{ |
|
"text": "(i) Recognition of NIs is performed by consulting the FN database 7 and determining the FN core roles that are unfilled. From this NI set, roles that are conceptually redundant or competing with f's overt roles are rejected as they don't need to or must not be linked, respectively. (ii) For predicting the interpretation of an NI, we use LibSVM (Chang and Lin, 2001 ) as classifier which further assigns each NI a probability estimate of the NI being definite. We use a small set of features: the FN semantic type of the NI and a boolean feature indicating whether the target is in passive voice and the agent (object) not realized. Further, we use a statistical feature which gives the relative model add. frequency of the role's realization as DNI and INI, respectively, in the training data. (iii) DNI linking is performed for each of f's predicted DNIs D f in descending order of their probability estimates. If an antecedent e m can be determined for a predicted DNI, the role is labeled as such and linked to e m . As the DNI's role has been filled now, competing or redundant DNIs are removed from D f before moving to the next predicted DNI. Only DNIs for which an antecedent is found are labeled as such.", |
|
"cite_spans": [ |
|
{ |
|
"start": 346, |
|
"end": 366, |
|
"text": "(Chang and Lin, 2001", |
|
"ref_id": null |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Experiments", |
|
"sec_num": "4.5" |
|
}, |
|
{ |
|
"text": "Exp2 is evaluated on both gold coreference annotation and automatically assigned coreference chains, using the CR system of Cai et al. (2011) . Table 4 shows the best performing models for DNI linking for each parameter setting 8 . We compare them to a strong baseline Prom (last row) that links each DNI to the antecedent candidate with highest prominence score. Its F 1 -score is beaten by the other models, with a gain of 7.2 points for model M 1 . The high performance of the baseline can be taken as evidence that salience factors are crucial for this task. The best performing model M 1 (27.7 F 1 ) uses about a fifth of the ON data with Chains+Win. When using SentWin as entity set, F 1 drops to 18.5 (not shown). The best performing model using SentWin (M 1 ) performs 4.9 points below M 1 . Hence, reliance on the Chains+Win set seems beneficial. Performance of the AllChains setting varies over the 2 -5-7,9,11-12 (mixed) 20.6 20.5 20.5 Table 5 : Results of ablation study. different data sets: the strongest model is M 0 without additional data. An explanation could be the different data domains (story vs. news), leading to a different nature (length and number) of the entities. In general, the models seem to profit from heuristically labeled training data. We note strong gains (up to 10 pts) in precision for 3 of these 5 best models, compared to M 0 . Finally, we observe higher performance when using additional data with gold/ projected semantic frame annotations (M 1 , M 1 ).", |
|
"cite_spans": [ |
|
{ |
|
"start": 124, |
|
"end": 141, |
|
"text": "Cai et al. (2011)", |
|
"ref_id": "BIBREF2" |
|
}, |
|
{ |
|
"start": 909, |
|
"end": 931, |
|
"text": "2 -5-7,9,11-12 (mixed)", |
|
"ref_id": null |
|
} |
|
], |
|
"ref_spans": [ |
|
{ |
|
"start": 144, |
|
"end": 151, |
|
"text": "Table 4", |
|
"ref_id": null |
|
}, |
|
{ |
|
"start": 947, |
|
"end": 954, |
|
"text": "Table 5", |
|
"ref_id": null |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Experiments", |
|
"sec_num": "4.5" |
|
}, |
|
{ |
|
"text": "Analysis of the best model. Table 5 states the results for M 1 when leaving out one of the feature types at a time. The serious drop of F 1 from 27.7% to 11.8% when omitting CR features clearly demonstrates that this feature type has by far the greatest impact on the task performance. Rejection of the mixed features decreases F 1 to a score equal to the prominence baseline, whereas leaving out the SRLfeatures even slightly increases F 1 . The weakness of Feature 13 could still be attributed to data sparsity. Table 6 lists the results for the full NI-only task obtained with the presented models with different additional training data sets (lines 2-5). When performing all three steps, the F 1 -score of the best model M 1 drops to 10.1% (-17.6 pts, col. 10) under usage of automatic coreference annotations in the test data (i.e. under the real task conditions). When using gold coreference annotations, the F 1 -score is at 18.1% (col. 11), which can be seen as an upper bound for our current models on this task. The difference of 9.6 points between only performing DNI linking (Table 4 ) and the full NI-only task reflects the fact that recognizing (step i) and interpreting (step ii) NIs bear difficulties on their own. 9 Comparison of our models with the two SemEval Table 6 : Exp2 results obtained for our models (lines 1-5) and comparable systems (lines 6-8). Column 5 gives the score for correctly recognized NIs. Cols. 6 and 7 report precision for correctly interpreted NIs on the basis of the correctly recognized (relative) vs. all gold NIs to be recognized (absolute). The scores in the last column (F 1 (crf)) were obtained with gold CR annotations. task participants 10 (lines 7-8) shows that our models clearly outperform these systems -with a gain of +5.7 and +8.89 points in F 1 -score in DNI linking. 11 Compared to Tonelli and Delmonte (2011) (T&D), M 1 has a higher F 1 -score in linking of +2.1 points. In contrast to our method, their linking approach is (admittedly) heavily lexicalized and strongly tailored to the domain of the used data.", |
|
"cite_spans": [ |
|
{ |
|
"start": 1231, |
|
"end": 1232, |
|
"text": "9", |
|
"ref_id": null |
|
} |
|
], |
|
"ref_spans": [ |
|
{ |
|
"start": 28, |
|
"end": 35, |
|
"text": "Table 5", |
|
"ref_id": null |
|
}, |
|
{ |
|
"start": 514, |
|
"end": 521, |
|
"text": "Table 6", |
|
"ref_id": null |
|
}, |
|
{ |
|
"start": 1087, |
|
"end": 1095, |
|
"text": "(Table 4", |
|
"ref_id": null |
|
}, |
|
{ |
|
"start": 1279, |
|
"end": 1286, |
|
"text": "Table 6", |
|
"ref_id": null |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Exp1: DNI linking evaluation", |
|
"sec_num": "5.1" |
|
}, |
|
{ |
|
"text": "We cast the problem of linking implicit semantic roles as a special case of (zero) anaphora resolution, drawing on insights from earlier work and parallels observed with zero anaphora. Our results strongly support this analysis: (i) Feature selection clearly determines CR-related features as strongest support for DNI linking. (ii) Our models beat a strong baseline using a prominence score to determine DNI reference. (iii) We devise a method for heuristically labeling training data that simulates implicit role reference. Using this data we obtain system performance beyond state-of-the-art, with high gains in precision.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Conclusion", |
|
"sec_num": "6" |
|
}, |
|
{ |
|
"text": "While these findings clearly corroborate our conceptual approach, overall performance is still meager. Comparison to G&C's setting suggests that training data is a serious issue. We addressed the 10 The F1-scores are from http://semeval2.fbk.eu/ semeval2.php?location=Rankings/ranking10.html 11 Moreover, note that Ruppenhofer et al. describe a weaker evaluation, that judges DNI linkings as correct if the span of the linked referent contains the gold referent. Further, they consider 14 linked INIs in the test data, although linking INIs conflicts with the definition of INIs.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Conclusion", |
|
"sec_num": "6" |
|
}, |
|
{ |
|
"text": "problem of training set size using heuristic data acquisition. The nature of semantic role annotations may be another problem, as FrameNet-style roles do not generalize well. Finally, implicit roles pertaining to nominalizations tend to be more local than those pertaining to verbs 12 and might be less diverse.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Conclusion", |
|
"sec_num": "6" |
|
}, |
|
{ |
|
"text": "Our model is closer in spirit to G&C than the Se-mEval systems, but differs by being embedded in an entity-based CR architecture using discriminative antecedent selection. Also, we address a more principled issue, by exploring the nature of the task using a qualitative feature analysis. Our system compares favorably to related work. Benchmarking against the SemEval participants and T&D shows clear improvements. Also, T&D's model is closely tied to domain data, while ours is enhanced with out-ofdomain data. Exact comparison to G&C needs to be conducted on the same data set and labeling scheme.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Conclusion", |
|
"sec_num": "6" |
|
}, |
|
{ |
|
"text": "In sum, within the chosen setting we can show that implicit role reference is best modeled as a special case of anaphora resolution. We observe that models trained on cleaner data perform better than on larger, but more noisy data sets. Thus, it is essential to further enhance the quality of heuristically labeled data. Applying the classifiers for steps (i) and (ii) as a filter could help to better constrain the data to the target phenomenon.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Conclusion", |
|
"sec_num": "6" |
|
}, |
|
{ |
|
"text": "We additionally impose several restrictions, e.g., a valid candidate must not already fill another role of the active frame.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "The phrase type must be NPB, S, VP, SBAR, or SG. 3 \u223c marks features that are similar to G&C features. Note that their only CR features are distance features.4 We set w = 2 based on experiments on the training data. 5 This prominence score was proposed by Dolata (2010) within an entity grid approach to role linking.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "We used the FrameNetAPI byReiter (2010).", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "We consider the 3 types of entity sets and different training setups \u00b1 additional data (Section 4.3); additional data with gold, projected or automatic frame annotations. The ON data was also evaluated with roughly a fifth of ON to evaluate the effect of different amounts of data of the same type of data.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "When not performing step (iii), NI recognition achieves 77.6% recall and 67% relative precision.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "This is confirmed by analysis of the SemEval vs. NomBank corpus of G&C.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "", |
|
"sec_num": null |
|
} |
|
], |
|
"back_matter": [ |
|
{ |
|
"text": "Acknowledgements. We would like to thank Mateusz Dolata for his help with salience and coherence features, and Michael Roth for his server support.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "acknowledgement", |
|
"sec_num": null |
|
} |
|
], |
|
"bib_entries": { |
|
"BIBREF0": { |
|
"ref_id": "b0", |
|
"title": "Building Text Meaning Representations from Contextually Related Frames -A Case Study", |
|
"authors": [ |
|
{ |
|
"first": "Aljoscha", |
|
"middle": [], |
|
"last": "Burchardt", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Anette", |
|
"middle": [], |
|
"last": "Frank", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Manfred", |
|
"middle": [], |
|
"last": "Pinkal", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2005, |
|
"venue": "Proceedings of the 6th International Workshop on Computational Semantics, IWCS-6", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "66--77", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Aljoscha Burchardt, Anette Frank, and Manfred Pinkal. 2005. Building Text Meaning Representations from Contextually Related Frames -A Case Study. In Pro- ceedings of the 6th International Workshop on Com- putational Semantics, IWCS-6, pages 66-77, Tilburg, The Netherlands.", |
|
"links": null |
|
}, |
|
"BIBREF1": { |
|
"ref_id": "b1", |
|
"title": "End-to-end coreference resolution via hypergraph partitioning", |
|
"authors": [ |
|
{ |
|
"first": "Jie", |
|
"middle": [], |
|
"last": "Cai", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Michael", |
|
"middle": [], |
|
"last": "Strube", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2010, |
|
"venue": "Proceedings of the 23rd International Conference on Computational Linguistics", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "143--151", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Jie Cai and Michael Strube. 2010. End-to-end coref- erence resolution via hypergraph partitioning. In Proceedings of the 23rd International Conference on Computational Linguistics, pages 143-151, Beijing, China.", |
|
"links": null |
|
}, |
|
"BIBREF2": { |
|
"ref_id": "b2", |
|
"title": "Unrestricted coreference resolution via global hypergraph partitioning", |
|
"authors": [ |
|
{ |
|
"first": "Jie", |
|
"middle": [], |
|
"last": "Cai", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Eva", |
|
"middle": [], |
|
"last": "M\u00fajdricza-Maydt", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Michael", |
|
"middle": [], |
|
"last": "Strube", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2001, |
|
"venue": "Proceedings of the Shared Task of 15th Conference on Computational Natural Language Learning", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "56--60", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Jie Cai, Eva M\u00fajdricza-Maydt, and Michael Strube. 2011. Unrestricted coreference resolution via global hypergraph partitioning. In Proceedings of the Shared Task of 15th Conference on Computational Natural Language Learning, pages 56-60, Portland, Oregon. Chih-Chung Chang and Chih-Jen Lin, 2001. LIB- SVM: a Library for Support Vector Machines. Soft- ware available at http://www.csie.ntu.edu. tw/\u02dccjlin/libsvm.", |
|
"links": null |
|
}, |
|
"BIBREF3": { |
|
"ref_id": "b3", |
|
"title": "SEMAFOR: Frame Argument Resolution with Log-Linear Models", |
|
"authors": [ |
|
{ |
|
"first": "Desai", |
|
"middle": [], |
|
"last": "Chen", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Nathan", |
|
"middle": [], |
|
"last": "Schneider", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Dipanjan", |
|
"middle": [], |
|
"last": "Das", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Noah", |
|
"middle": [ |
|
"A" |
|
], |
|
"last": "Smith", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2010, |
|
"venue": "Proceedings of the 5th International Workshop on Semantic Evaluation", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "264--267", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Desai Chen, Nathan Schneider, Dipanjan Das, and Noah A. Smith. 2010. SEMAFOR: Frame Argument Resolution with Log-Linear Models. In Proceedings of the 5th International Workshop on Semantic Evalu- ation, pages 264-267, Uppsala, Sweden, July.", |
|
"links": null |
|
}, |
|
"BIBREF4": { |
|
"ref_id": "b4", |
|
"title": "Message Understanding Conference (MUC) 6. Linguistic Data Consortium", |
|
"authors": [ |
|
{ |
|
"first": "Nancy", |
|
"middle": [], |
|
"last": "Chinchor", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Beth", |
|
"middle": [], |
|
"last": "Sundheim", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2003, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Nancy Chinchor and Beth Sundheim, 2003. Message Understanding Conference (MUC) 6. Linguistic Data Consortium, Philadelphia.", |
|
"links": null |
|
}, |
|
"BIBREF5": { |
|
"ref_id": "b5", |
|
"title": "A Bayesian Method for the Induction of Probabilistic Networks from Data", |
|
"authors": [ |
|
{ |
|
"first": "F", |
|
"middle": [], |
|
"last": "Gregory", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Edward", |
|
"middle": [], |
|
"last": "Cooper", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "", |
|
"middle": [], |
|
"last": "Herskovits", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1992, |
|
"venue": "Machine Learning", |
|
"volume": "9", |
|
"issue": "", |
|
"pages": "309--347", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Gregory F. Cooper and Edward Herskovits. 1992. A Bayesian Method for the Induction of Probabilistic Networks from Data. Machine Learning, 9(4):309- 347.", |
|
"links": null |
|
}, |
|
"BIBREF6": { |
|
"ref_id": "b6", |
|
"title": "Semisupervised frame-semantic parsing for unknown predicates", |
|
"authors": [ |
|
{ |
|
"first": "Dipanjan", |
|
"middle": [], |
|
"last": "Das", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Noah", |
|
"middle": [ |
|
"A" |
|
], |
|
"last": "Smith", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2011, |
|
"venue": "The Association for Computer Linguistics", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "1435--1444", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Dipanjan Das and Noah A. Smith. 2011. Semi- supervised frame-semantic parsing for unknown pred- icates. In Dekang Lin, Yuji Matsumoto, and Rada Mi- halcea, editors, ACL, pages 1435-1444. The Associa- tion for Computer Linguistics.", |
|
"links": null |
|
}, |
|
"BIBREF7": { |
|
"ref_id": "b7", |
|
"title": "Probabilistic Frame-Semantic Parsing", |
|
"authors": [ |
|
{ |
|
"first": "Dipanjan", |
|
"middle": [], |
|
"last": "Das", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Nathan", |
|
"middle": [], |
|
"last": "Schneider", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Desai", |
|
"middle": [], |
|
"last": "Chen", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Noah", |
|
"middle": [ |
|
"A" |
|
], |
|
"last": "Smith", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2010, |
|
"venue": "Human Language Technologies: The", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Dipanjan Das, Nathan Schneider, Desai Chen, and Noah A. Smith. 2010. Probabilistic Frame-Semantic Parsing. In Human Language Technologies: The 2010", |
|
"links": null |
|
}, |
|
"BIBREF8": { |
|
"ref_id": "b8", |
|
"title": "Annual Conference of the North American Chapter of the Association for Computational Linguistics", |
|
"authors": [], |
|
"year": null, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "948--956", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Annual Conference of the North American Chapter of the Association for Computational Linguistics, pages 948-956, Los Angeles, California, June.", |
|
"links": null |
|
}, |
|
"BIBREF9": { |
|
"ref_id": "b9", |
|
"title": "Extending the Entity-Grid Model for the Processing of Implicit Roles in Discourse. Bachelor's thesis", |
|
"authors": [ |
|
{ |
|
"first": "Mateusz", |
|
"middle": [], |
|
"last": "Dolata", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2010, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Mateusz Dolata. 2010. Extending the Entity-Grid Model for the Processing of Implicit Roles in Discourse. Bachelor's thesis, Department of Computational Lin- guistics, Heidelberg University, Germany.", |
|
"links": null |
|
}, |
|
"BIBREF10": { |
|
"ref_id": "b10", |
|
"title": "A Simple, Similarity-based Model for Selectional Preferences", |
|
"authors": [ |
|
{ |
|
"first": "Katrin", |
|
"middle": [], |
|
"last": "Erk", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2007, |
|
"venue": "Proceedings of the 45th", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Katrin Erk. 2007. A Simple, Similarity-based Model for Selectional Preferences. In Proceedings of the 45th", |
|
"links": null |
|
}, |
|
"BIBREF11": { |
|
"ref_id": "b11", |
|
"title": "Annual Meeting of the Association for Computational Linguistics, ACL '07", |
|
"authors": [], |
|
"year": null, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "216--223", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Annual Meeting of the Association for Computational Linguistics, ACL '07, pages 216-223, Prague, Czech Republic, June.", |
|
"links": null |
|
}, |
|
"BIBREF12": { |
|
"ref_id": "b12", |
|
"title": "Frame Semantics for Text Understanding", |
|
"authors": [ |
|
{ |
|
"first": "J", |
|
"middle": [], |
|
"last": "Charles", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Collin", |
|
"middle": [ |
|
"F" |
|
], |
|
"last": "Fillmore", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "", |
|
"middle": [], |
|
"last": "Baker", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2001, |
|
"venue": "Proceedings of the NAACL 2001 Workshop on WordNet and Other Lexical Resources", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Charles J. Fillmore and Collin F. Baker. 2001. Frame Se- mantics for Text Understanding. In Proceedings of the NAACL 2001 Workshop on WordNet and Other Lexical Resources, Pittsburgh, June.", |
|
"links": null |
|
}, |
|
"BIBREF14": { |
|
"ref_id": "b14", |
|
"title": "The Contribution of Lexical and Situational Knowledge to Resolving Discourse Roles: Bonding and Resolution", |
|
"authors": [ |
|
{ |
|
"first": "Simon", |
|
"middle": [], |
|
"last": "Garrod", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Melody", |
|
"middle": [], |
|
"last": "Terras", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2000, |
|
"venue": "Journal of Memory and Language", |
|
"volume": "42", |
|
"issue": "4", |
|
"pages": "526--544", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Simon Garrod and Melody Terras. 2000. The Contribu- tion of Lexical and Situational Knowledge to Resolv- ing Discourse Roles: Bonding and Resolution. Jour- nal of Memory and Language, 42(4):526-544.", |
|
"links": null |
|
}, |
|
"BIBREF15": { |
|
"ref_id": "b15", |
|
"title": "Beyond Nom-Bank: A Study of Implicit Arguments for Nominal Predicates", |
|
"authors": [ |
|
{ |
|
"first": "Matthew", |
|
"middle": [], |
|
"last": "Gerber", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Joyce", |
|
"middle": [], |
|
"last": "Chai", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2010, |
|
"venue": "Proceedings of the 48th Annual Meeting of the Association for Computational Linguistics", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "1583--1592", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Matthew Gerber and Joyce Chai. 2010. Beyond Nom- Bank: A Study of Implicit Arguments for Nominal Predicates. In Proceedings of the 48th Annual Meet- ing of the Association for Computational Linguistics, pages 1583-1592, Uppsala, Sweden, July.", |
|
"links": null |
|
}, |
|
"BIBREF16": { |
|
"ref_id": "b16", |
|
"title": "Semantic Role Labeling of Implicit Arguments for Nominal Predicates", |
|
"authors": [ |
|
{ |
|
"first": "", |
|
"middle": [], |
|
"last": "Matthew Steven Gerber", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2011, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Matthew Steven Gerber. 2011. Semantic Role Labeling of Implicit Arguments for Nominal Predicates. Ph.D. thesis, Michigan State University.", |
|
"links": null |
|
}, |
|
"BIBREF17": { |
|
"ref_id": "b17", |
|
"title": "OntoNotes: The 90% Solution", |
|
"authors": [ |
|
{ |
|
"first": "Eduard", |
|
"middle": [], |
|
"last": "Hovy", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Mitchell", |
|
"middle": [], |
|
"last": "Marcus", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Martha", |
|
"middle": [], |
|
"last": "Palmer", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Lance", |
|
"middle": [], |
|
"last": "Ramshaw", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Ralph", |
|
"middle": [], |
|
"last": "Weischedel", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2006, |
|
"venue": "Proceedings of the Human Language Technology Conference of the North American Chapter of the Association for Computational Linguistics, HLT-NAACL '06", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "57--60", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Eduard Hovy, Mitchell Marcus, Martha Palmer, Lance Ramshaw, and Ralph Weischedel. 2006. OntoNotes: The 90% Solution. In Proceedings of the Human Lan- guage Technology Conference of the North American Chapter of the Association for Computational Linguis- tics, HLT-NAACL '06, pages 57-60, New York, New York, June.", |
|
"links": null |
|
}, |
|
"BIBREF18": { |
|
"ref_id": "b18", |
|
"title": "A Cross-Lingual ILP Solution to Zero Anaphora Resolution", |
|
"authors": [ |
|
{ |
|
"first": "Ryu", |
|
"middle": [], |
|
"last": "Iida", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Massimo", |
|
"middle": [], |
|
"last": "Poesio", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2011, |
|
"venue": "Proceedings of the 49th Annual Meeting of the Association for Computational Linguistics", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "804--813", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Ryu Iida and Massimo Poesio. 2011. A Cross-Lingual ILP Solution to Zero Anaphora Resolution. In Pro- ceedings of the 49th Annual Meeting of the Associ- ation for Computational Linguistics, pages 804-813, Portland, Oregon.", |
|
"links": null |
|
}, |
|
"BIBREF19": { |
|
"ref_id": "b19", |
|
"title": "Discriminative Approach to Predicate-Argument Structure Analysis with Zero-Anaphora Resolution", |
|
"authors": [ |
|
{ |
|
"first": "Kenji", |
|
"middle": [], |
|
"last": "Imamura", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Kuniko", |
|
"middle": [], |
|
"last": "Saito", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Tomoko", |
|
"middle": [], |
|
"last": "Izumi", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2009, |
|
"venue": "Proceedings of the Joint Conference of the 47th Annual Meeting of the Association for Computational Linguistics and the 4th International Joint Conference on Natural Language Processing of the Asian Federation of Natural Language Processing", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "85--88", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Kenji Imamura, Kuniko Saito, and Tomoko Izumi. 2009. Discriminative Approach to Predicate- Argument Structure Analysis with Zero-Anaphora Resolution. In Proceedings of the Joint Conference of the 47th Annual Meeting of the Association for Computational Linguistics and the 4th International Joint Conference on Natural Language Processing of the Asian Federation of Natural Language Processing, ACL-IJCNLP '09, pages 85-88, Suntec, Singapore, August.", |
|
"links": null |
|
}, |
|
"BIBREF20": { |
|
"ref_id": "b20", |
|
"title": "Zero Anaphora: The case of Japanese", |
|
"authors": [ |
|
{ |
|
"first": "Megumi", |
|
"middle": [], |
|
"last": "Kameyama", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1985, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Megumi Kameyama. 1985. Zero Anaphora: The case of Japanese. Ph.D. thesis, Stanford University.", |
|
"links": null |
|
}, |
|
"BIBREF21": { |
|
"ref_id": "b21", |
|
"title": "Class-Based Construction of a Verb Lexicon", |
|
"authors": [ |
|
{ |
|
"first": "Karin", |
|
"middle": [], |
|
"last": "Kipper", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Hoa", |
|
"middle": [ |
|
"Trang" |
|
], |
|
"last": "Dang", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Martha", |
|
"middle": [], |
|
"last": "Palmer", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2000, |
|
"venue": "Proceedings of the 17th National Conference on Artificial Intelligence and 12th Conference on Innovative Applications of Artificial Intelligence", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "691--696", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Karin Kipper, Hoa Trang Dang, and Martha Palmer. 2000. Class-Based Construction of a Verb Lexicon. In Proceedings of the 17th National Conference on Artificial Intelligence and 12th Conference on Innovative Applications of Artificial Intelli- gence, pages 691-696, Austin, Texas. AAAI Press. http://verbs.colorado.edu/\u02dcmpalmer/ projects/verbnet.html.", |
|
"links": null |
|
}, |
|
"BIBREF22": { |
|
"ref_id": "b22", |
|
"title": "Combining Lexical Resources: Mapping between", |
|
"authors": [ |
|
{ |
|
"first": "Edward", |
|
"middle": [], |
|
"last": "Loper", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Yi", |
|
"middle": [], |
|
"last": "Szu Ting", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Martha", |
|
"middle": [], |
|
"last": "Palmer", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2007, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Edward Loper, Szu ting Yi, and Martha Palmer. 2007. Combining Lexical Resources: Mapping between", |
|
"links": null |
|
}, |
|
"BIBREF23": { |
|
"ref_id": "b23", |
|
"title": "Proceedings of the 7th International Workshop on Computational Linguistics", |
|
"authors": [ |
|
{ |
|
"first": "Verbnet", |
|
"middle": [], |
|
"last": "Propbank", |
|
"suffix": "" |
|
} |
|
], |
|
"year": null, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "PropBank and VerbNet. In Proceedings of the 7th In- ternational Workshop on Computational Linguistics.", |
|
"links": null |
|
}, |
|
"BIBREF24": { |
|
"ref_id": "b24", |
|
"title": "ACE-2 Version 1.0. Linguistic Data Consortium", |
|
"authors": [ |
|
{ |
|
"first": "Alexis", |
|
"middle": [], |
|
"last": "Mitchell", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Stephanie", |
|
"middle": [], |
|
"last": "Strassel", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Mark", |
|
"middle": [], |
|
"last": "Przybocki", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "George", |
|
"middle": [], |
|
"last": "Davis", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Ralph", |
|
"middle": [], |
|
"last": "Doddington", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Adam", |
|
"middle": [], |
|
"last": "Grishman", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Ada", |
|
"middle": [], |
|
"last": "Meyers", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Lisa", |
|
"middle": [], |
|
"last": "Brunstein", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Beth", |
|
"middle": [], |
|
"last": "Ferro", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "", |
|
"middle": [], |
|
"last": "Sundheim", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2003, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Alexis Mitchell, Stephanie Strassel, Mark Przybocki, JK Davis, George Doddington, Ralph Grishman, Adam Meyers, Ada Brunstein, Lisa Ferro, and Beth Sundheim, 2003. ACE-2 Version 1.0. Linguistic Data Consortium, Philadelphia.", |
|
"links": null |
|
}, |
|
"BIBREF25": { |
|
"ref_id": "b25", |
|
"title": "Improving Machine Learning Approaches to Coreference Resolution", |
|
"authors": [ |
|
{ |
|
"first": "Vincent", |
|
"middle": [], |
|
"last": "Ng", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Claire", |
|
"middle": [], |
|
"last": "Cardie", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2002, |
|
"venue": "Proceedings of the 40th Annual Meeting of the Association for Computational Linguistics, ACL '02", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "104--111", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Vincent Ng and Claire Cardie. 2002. Improving Ma- chine Learning Approaches to Coreference Resolu- tion. In Proceedings of the 40th Annual Meeting of the Association for Computational Linguistics, ACL '02, pages 104-111, Philadelphia, Pennsylvania.", |
|
"links": null |
|
}, |
|
"BIBREF26": { |
|
"ref_id": "b26", |
|
"title": "Recovering Implicit Information", |
|
"authors": [ |
|
{ |
|
"first": "Martha", |
|
"middle": [ |
|
"S" |
|
], |
|
"last": "Palmer", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Deborah", |
|
"middle": [ |
|
"A" |
|
], |
|
"last": "Dahl", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Rebecca", |
|
"middle": [ |
|
"J" |
|
], |
|
"last": "Schiffman", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Lynette", |
|
"middle": [], |
|
"last": "Hirschman", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Marcia", |
|
"middle": [], |
|
"last": "Linebarger", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "John", |
|
"middle": [], |
|
"last": "Dowding", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1986, |
|
"venue": "Proceedings of the 24th Annual Meeting of the Association for Computational Linguistics", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "10--19", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Martha S. Palmer, Deborah A. Dahl, Rebecca J. Schiff- man, Lynette Hirschman, Marcia Linebarger, and John Dowding. 1986. Recovering Implicit Information. In Proceedings of the 24th Annual Meeting of the Asso- ciation for Computational Linguistics, pages 10-19, New York, New York, USA.", |
|
"links": null |
|
}, |
|
"BIBREF27": { |
|
"ref_id": "b27", |
|
"title": "The Proposition Bank: An Annotated Corpus of Semantic Roles", |
|
"authors": [ |
|
{ |
|
"first": "Martha", |
|
"middle": [], |
|
"last": "Palmer", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Daniel", |
|
"middle": [], |
|
"last": "Gildea", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Paul", |
|
"middle": [], |
|
"last": "Kingsbury", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2005, |
|
"venue": "Computational Linguistics", |
|
"volume": "31", |
|
"issue": "1", |
|
"pages": "71--106", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Martha Palmer, Daniel Gildea, and Paul Kingsbury. 2005. The Proposition Bank: An Annotated Cor- pus of Semantic Roles. Computational Linguistics, 31(1):71-106, March.", |
|
"links": null |
|
}, |
|
"BIBREF28": { |
|
"ref_id": "b28", |
|
"title": "Narrowing the modeling gap: A cluster-ranking approach to coreference resolution", |
|
"authors": [ |
|
{ |
|
"first": "Altaf", |
|
"middle": [], |
|
"last": "Rahman", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Vincent", |
|
"middle": [], |
|
"last": "Ng", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2011, |
|
"venue": "Journal of Artificial Intelligence Research", |
|
"volume": "40", |
|
"issue": "", |
|
"pages": "469--521", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Altaf Rahman and Vincent Ng. 2011. Narrowing the modeling gap: A cluster-ranking approach to corefer- ence resolution. Journal of Artificial Intelligence Re- search, 40:469-521.", |
|
"links": null |
|
}, |
|
"BIBREF29": { |
|
"ref_id": "b29", |
|
"title": "FrameNet API", |
|
"authors": [ |
|
{ |
|
"first": "Nils", |
|
"middle": [], |
|
"last": "Reiter", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2010, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Nils Reiter. 2010. FrameNet API. http://www.cl. uni-heidelberg.de/trac/FrameNetAPI.", |
|
"links": null |
|
}, |
|
"BIBREF30": { |
|
"ref_id": "b30", |
|
"title": "Selectional Constraints: an Information-theoretic Model and its Computational Realization", |
|
"authors": [ |
|
{ |
|
"first": "Philip", |
|
"middle": [], |
|
"last": "Resnik", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1996, |
|
"venue": "Cognition", |
|
"volume": "61", |
|
"issue": "1-2", |
|
"pages": "127--159", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Philip Resnik. 1996. Selectional Constraints: an Information-theoretic Model and its Computational Realization. Cognition, 61(1-2):127-159, November.", |
|
"links": null |
|
}, |
|
"BIBREF31": { |
|
"ref_id": "b31", |
|
"title": "SemEval-2010 Task 10: Linking Events and Their Participants in Discourse", |
|
"authors": [ |
|
{ |
|
"first": "Josef", |
|
"middle": [], |
|
"last": "Ruppenhofer", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Caroline", |
|
"middle": [], |
|
"last": "Sporleder", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Roser", |
|
"middle": [], |
|
"last": "Morante", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Collin", |
|
"middle": [], |
|
"last": "Baker", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Martha", |
|
"middle": [], |
|
"last": "Palmer", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2009, |
|
"venue": "Proceedings of the NAACL-HLT 2009 Workshop on Semantic Evaluations: Recent Achievements and Future Directions (SEW-09)", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "106--111", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Josef Ruppenhofer, Caroline Sporleder, Roser Morante, Collin Baker, and Martha Palmer. 2009. SemEval- 2010 Task 10: Linking Events and Their Participants in Discourse. In Proceedings of the NAACL-HLT 2009 Workshop on Semantic Evaluations: Recent Achieve- ments and Future Directions (SEW-09), pages 106- 111, Boulder, Colorado, June.", |
|
"links": null |
|
}, |
|
"BIBREF32": { |
|
"ref_id": "b32", |
|
"title": "SemEval-2010 Task 10: Linking Events and Their Participants in Discourse", |
|
"authors": [ |
|
{ |
|
"first": "Josef", |
|
"middle": [], |
|
"last": "Ruppenhofer", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Caroline", |
|
"middle": [], |
|
"last": "Sporleder", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Roser", |
|
"middle": [], |
|
"last": "Morante", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Collin", |
|
"middle": [], |
|
"last": "Baker", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Martha", |
|
"middle": [], |
|
"last": "Palmer", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2010, |
|
"venue": "Proceedings of the 5th International Workshop on Semantic Evaluations", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "45--50", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Josef Ruppenhofer, Caroline Sporleder, Roser Morante, Collin Baker, and Martha Palmer. 2010. SemEval- 2010 Task 10: Linking Events and Their Participants in Discourse. In Proceedings of the 5th International Workshop on Semantic Evaluations, pages 45-50, Up- psala, Sweden, July.", |
|
"links": null |
|
}, |
|
"BIBREF33": { |
|
"ref_id": "b33", |
|
"title": "Search of Missing Arguments: A Linguistic Approach", |
|
"authors": [ |
|
{ |
|
"first": "Josef", |
|
"middle": [], |
|
"last": "Ruppenhofer", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Philip", |
|
"middle": [], |
|
"last": "Gorinski", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Caroline", |
|
"middle": [], |
|
"last": "Sporleder", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2011, |
|
"venue": "Proceedings of the International Conference Recent Advances in Natural Language Processing", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "331--338", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Josef Ruppenhofer, Philip Gorinski, and Caroline Sporleder. 2011. In Search of Missing Arguments: A Linguistic Approach. In Proceedings of the Inter- national Conference Recent Advances in Natural Lan- guage Processing, pages 331-338, Hissar, Bulgaria, September.", |
|
"links": null |
|
}, |
|
"BIBREF34": { |
|
"ref_id": "b34", |
|
"title": "Linking Implicit Semantic Roles in Discourese Using Coreference Resolution Methods. Master's thesis", |
|
"authors": [ |
|
{ |
|
"first": "Carina", |
|
"middle": [], |
|
"last": "Silberer", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2011, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Carina Silberer. 2011. Linking Implicit Semantic Roles in Discourese Using Coreference Resolution Methods. Master's thesis, Department of Computational Lin- guistics, Heidelberg University, Germany.", |
|
"links": null |
|
}, |
|
"BIBREF35": { |
|
"ref_id": "b35", |
|
"title": "A Machine Learning Approach to Coreference Resolution of Noun Phrases", |
|
"authors": [], |
|
"year": 2001, |
|
"venue": "Computational Linguistics", |
|
"volume": "27", |
|
"issue": "", |
|
"pages": "521--544", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Wee Meng Soon, Hwee Tou Ng, and Daniel Chung Yong Lim. 2001. A Machine Learning Approach to Coref- erence Resolution of Noun Phrases. Computational Linguistics, 27:521-544, December.", |
|
"links": null |
|
}, |
|
"BIBREF36": { |
|
"ref_id": "b36", |
|
"title": "Implicit Role Reference", |
|
"authors": [ |
|
{ |
|
"first": "R", |
|
"middle": [], |
|
"last": "Joel", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "", |
|
"middle": [], |
|
"last": "Tetreault", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2002, |
|
"venue": "International Symposium on Reference Resolution for Natural Language Processing", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "109--115", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Joel R. Tetreault. 2002. Implicit Role Reference. In International Symposium on Reference Resolution for Natural Language Processing, pages 109-115, Ali- cante, Spain.", |
|
"links": null |
|
}, |
|
"BIBREF37": { |
|
"ref_id": "b37", |
|
"title": "VENSES++: Adapting a Deep Semantic Processing System to the Identification of Null Instantiations", |
|
"authors": [ |
|
{ |
|
"first": "Sara", |
|
"middle": [], |
|
"last": "Tonelli", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Rodolfo", |
|
"middle": [], |
|
"last": "Delmonte", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2010, |
|
"venue": "Proceedings of the 5th International Workshop on Semantic Evaluations", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "296--299", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Sara Tonelli and Rodolfo Delmonte. 2010. VENSES++: Adapting a Deep Semantic Processing System to the Identification of Null Instantiations. In Proceedings of the 5th International Workshop on Semantic Evalua- tions, pages 296-299, Uppsala, Sweden, July.", |
|
"links": null |
|
}, |
|
"BIBREF38": { |
|
"ref_id": "b38", |
|
"title": "Desperately Seeking Implicit Arguments in Text", |
|
"authors": [ |
|
{ |
|
"first": "Sara", |
|
"middle": [], |
|
"last": "Tonelli", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Rodolfo", |
|
"middle": [], |
|
"last": "Delmonte", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2011, |
|
"venue": "Proceedings of the ACL 2011 Workshop on Relational Models of Semantics", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "54--62", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Sara Tonelli and Rodolfo Delmonte. 2011. Desperately Seeking Implicit Arguments in Text. In Proceedings of the ACL 2011 Workshop on Relational Models of Se- mantics, pages 54-62, Portland, Oregon, USA, June.", |
|
"links": null |
|
}, |
|
"BIBREF39": { |
|
"ref_id": "b39", |
|
"title": "Event-building through role filling and anaphora resolution", |
|
"authors": [ |
|
{ |
|
"first": "G", |
|
"middle": [], |
|
"last": "Whittemore", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "M", |
|
"middle": [], |
|
"last": "Macpherson", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "G", |
|
"middle": [], |
|
"last": "Carlson", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1991, |
|
"venue": "Proceedings of the 29th Annual Meeting on Association for Computational Linguistics", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "17--24", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "G. Whittemore, M. Macpherson, and G. Carlson. 1991. Event-building through role filling and anaphora reso- lution. In Proceedings of the 29th Annual Meeting on Association for Computational Linguistics, pages 17- 24, Morristown, NJ, USA.", |
|
"links": null |
|
}, |
|
"BIBREF40": { |
|
"ref_id": "b40", |
|
"title": "Data Mining: Practical Machine Learning Tools and Techniques with Java Implementations", |
|
"authors": [ |
|
{ |
|
"first": "H", |
|
"middle": [], |
|
"last": "Ian", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Eibe", |
|
"middle": [], |
|
"last": "Witten", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "", |
|
"middle": [], |
|
"last": "Frank", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2000, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Ian H. Witten and Eibe Frank. 2000. Data Mining: Prac- tical Machine Learning Tools and Techniques with Java Implementations. Morgan Kaufmann, San Fran- cisco, CA, USA.", |
|
"links": null |
|
}, |
|
"BIBREF41": { |
|
"ref_id": "b41", |
|
"title": "An NP-cluster Based Approach to Coreference Resolution", |
|
"authors": [ |
|
{ |
|
"first": "Xiaofeng", |
|
"middle": [], |
|
"last": "Yang", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Jian", |
|
"middle": [], |
|
"last": "Su", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Guodong", |
|
"middle": [], |
|
"last": "Zhou", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Chew Lim", |
|
"middle": [], |
|
"last": "Tan", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2004, |
|
"venue": "Proceedings of the 20th International Conference on Computational Linguistics, COLING '04", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "226--232", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Xiaofeng Yang, Jian Su, Guodong Zhou, and Chew Lim Tan. 2004. An NP-cluster Based Approach to Coref- erence Resolution. In Proceedings of the 20th In- ternational Conference on Computational Linguistics, COLING '04, pages 226-232, Geneva, Switzerland.", |
|
"links": null |
|
}, |
|
"BIBREF42": { |
|
"ref_id": "b42", |
|
"title": "An Entity-Mention Model for Coreference Resolution with Inductive Logic Programming", |
|
"authors": [ |
|
{ |
|
"first": "Xiaofeng", |
|
"middle": [], |
|
"last": "Yang", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Jian", |
|
"middle": [], |
|
"last": "Su", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Jun", |
|
"middle": [], |
|
"last": "Lang", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Ting", |
|
"middle": [], |
|
"last": "Chew Lim Tan", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Sheng", |
|
"middle": [], |
|
"last": "Liu", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "", |
|
"middle": [], |
|
"last": "Li", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2008, |
|
"venue": "Proceedings of the 46th Annual Meeting of the Association for Computational Linguistics: Human Language Technologies, ACL '08:HLT", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "843--851", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Xiaofeng Yang, Jian Su, Jun Lang, Chew Lim Tan, Ting Liu, and Sheng Li. 2008. An Entity-Mention Model for Coreference Resolution with Inductive Logic Pro- gramming. In Proceedings of the 46th Annual Meet- ing of the Association for Computational Linguistics: Human Language Technologies, ACL '08:HLT, pages 843-851, Columbus, Ohio, June.", |
|
"links": null |
|
} |
|
}, |
|
"ref_entries": { |
|
"TABREF0": { |
|
"num": null, |
|
"html": null, |
|
"type_str": "table", |
|
"content": "<table/>", |
|
"text": "Riady k spoke in his k 21-story office building on the outskirts of Jakarta. [...] The timing of his k,Speaker statement Statement is important. b. Riady k spoke in his k,Speaker 21-story office building on the outskirts of Jakarta. [...] The timing of \u2205 statement Statement is important." |
|
}, |
|
"TABREF2": { |
|
"num": null, |
|
"html": null, |
|
"type_str": "table", |
|
"content": "<table/>", |
|
"text": "Entity set settings E dni count all previous observations." |
|
}, |
|
"TABREF3": { |
|
"num": null, |
|
"html": null, |
|
"type_str": "table", |
|
"content": "<table><tr><td>lists the most important features used for</td></tr><tr><td>training our models. Features 1-13 were used in the</td></tr><tr><td>best model and are ordered by their strength based</td></tr><tr><td>on feature ablation experiments (cf. Section 5). All</td></tr><tr><td>features are marked for their general type; the last</td></tr><tr><td>column marks features employed by G&C.</td></tr></table>", |
|
"text": "" |
|
}, |
|
"TABREF4": { |
|
"num": null, |
|
"html": null, |
|
"type_str": "table", |
|
"content": "<table/>", |
|
"text": "Best features used for training. Feat. 11 was computed on the FN dataset and the SemEval training data." |
|
} |
|
} |
|
} |
|
} |