| { |
| "paper_id": "L16-1050", |
| "header": { |
| "generated_with": "S2ORC 1.0.0", |
| "date_generated": "2023-01-19T12:06:02.552940Z" |
| }, |
| "title": "Odin's Runes: A Rule Language for Information Extraction", |
| "authors": [ |
| { |
| "first": "Marco", |
| "middle": [ |
| "A" |
| ], |
| "last": "Valenzuela-Esc\u00e1rcega", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "University of Arizona Tucson", |
| "location": { |
| "postCode": "85721", |
| "region": "AZ", |
| "country": "USA" |
| } |
| }, |
| "email": "marcov@email.arizona.edu" |
| }, |
| { |
| "first": "Gus", |
| "middle": [], |
| "last": "Hahn-Powell", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "University of Arizona Tucson", |
| "location": { |
| "postCode": "85721", |
| "region": "AZ", |
| "country": "USA" |
| } |
| }, |
| "email": "hahnpowell@email.arizona.edu" |
| }, |
| { |
| "first": "Mihai", |
| "middle": [], |
| "last": "Surdeanu", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "University of Arizona Tucson", |
| "location": { |
| "postCode": "85721", |
| "region": "AZ", |
| "country": "USA" |
| } |
| }, |
| "email": "msurdeanu@email.arizona.edu" |
| } |
| ], |
| "year": "", |
| "venue": null, |
| "identifiers": {}, |
| "abstract": "Odin is an information extraction framework that applies cascades of finite state automata over both surface text and syntactic dependency graphs. Support for syntactic patterns allow us to concisely define relations that are otherwise difficult to express in languages such as Common Pattern Specification Language (CPSL), which are currently limited to shallow linguistic features. The interaction of lexical and syntactic automata provides robustness and flexibility when writing extraction rules. This paper describes Odin's declarative language for writing these cascaded automata.", |
| "pdf_parse": { |
| "paper_id": "L16-1050", |
| "_pdf_hash": "", |
| "abstract": [ |
| { |
| "text": "Odin is an information extraction framework that applies cascades of finite state automata over both surface text and syntactic dependency graphs. Support for syntactic patterns allow us to concisely define relations that are otherwise difficult to express in languages such as Common Pattern Specification Language (CPSL), which are currently limited to shallow linguistic features. The interaction of lexical and syntactic automata provides robustness and flexibility when writing extraction rules. This paper describes Odin's declarative language for writing these cascaded automata.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Abstract", |
| "sec_num": null |
| } |
| ], |
| "body_text": [ |
| { |
| "text": "We recently released Odin (Open Domain INformer), a novel rule-based information extraction (IE) framework (Valenzuela-Esc\u00e1rcega et al., 2015b) . At the core of this framework is Odin's Runes, our rule grammar language. The core feature of this language is supporting different types of rules, e.g., operating over surface or syntactic structures, which can interact in the same grammar. At a high level, the design of this rule language follows the simplicity principles promoted by other natural language processing (NLP) toolkits, such as Stanford's CoreNLP, which aim to \"avoid over-design\", \"do one thing well\", and have a user \"up and running in ten minutes or less\" (Manning et al., 2014) . In particular, we aimed for the following desirable characteristics:", |
| "cite_spans": [ |
| { |
| "start": 107, |
| "end": 143, |
| "text": "(Valenzuela-Esc\u00e1rcega et al., 2015b)", |
| "ref_id": "BIBREF22" |
| }, |
| { |
| "start": 673, |
| "end": 695, |
| "text": "(Manning et al., 2014)", |
| "ref_id": "BIBREF15" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1." |
| }, |
| { |
| "text": "Simplicity: The language extends familiar concepts from regular expressions and context free grammars.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1." |
| }, |
| { |
| "text": "Expressivity: The rules capture complex constructs when necessary, such as: (a) nested structures, and (b) complex regular expressions over syntactic patterns for event arguments.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1." |
| }, |
| { |
| "text": "Robustness: To recover from unavoidable syntactic errors, syntactic patterns can be used alongside token-based surface patterns that incorporate shallow linguistic features.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1." |
| }, |
| { |
| "text": "Extensibility: The language is designed to be modular, i.e., new types of rules can be easily added to the language. We currently support rules based on syntactic and surface structures, and we plan extensions over abstract meaning representation (AMR) (Banarescu et al., 2012) and semantic roles (Surdeanu et al., 2008) . Importantly, all of these types of rules can operate within the same grammar.", |
| "cite_spans": [ |
| { |
| "start": 253, |
| "end": 277, |
| "text": "(Banarescu et al., 2012)", |
| "ref_id": "BIBREF3" |
| }, |
| { |
| "start": 297, |
| "end": 320, |
| "text": "(Surdeanu et al., 2008)", |
| "ref_id": "BIBREF19" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1." |
| }, |
| { |
| "text": "In this paper we summarize Odin's Runes. However, given space limitations, this description is likely to be incomplete. We recommend that interested readers examine the full manual (Valenzuela-Esc\u00e1rcega et al., 2015a) , which has been made available as an arXiv document 1 .", |
| "cite_spans": [ |
| { |
| "start": 181, |
| "end": 217, |
| "text": "(Valenzuela-Esc\u00e1rcega et al., 2015a)", |
| "ref_id": "BIBREF21" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1." |
| }, |
| { |
| "text": "1 http://arxiv.org/abs/1509.07513v1", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1." |
| }, |
| { |
| "text": "Since the advent of FASTUS (Appelt et al., 1993) , most rule-based IE frameworks implement architectures relying on a cascade of finite state automata (FSA). This approach has proven capable of producing fast and robust parsers for unstructured text (Abney, 1996) . The success of FSA cascades continues even today with systems such as GATE (Cunningham et al., 2002) . FASTUS introduced the Common Pattern Specification Language (CPSL) as a formalism for specifying cascaded FSA grammars (Appelt and Onyshkevych, 1998) . A grammar in CPSL is specified by defining a cascade of finite state transducers that work by matching regular expressions over the lexical features of the input symbols. Other languages that follow CPSL's approach of matching regular expressions over the lexical features of the input are GATE's Java Annotation Patterns Engine (JAPE) (Thakker et al., 2009) , Stanford's TokensRegex (Chang and Manning, 2014) , and the Allen Institute for Artificial Intelligence taggers 2 . Odin follows in this lineage; however, unlike these approaches, Odin allows the mixing of both surface-and syntax-based rules in the same grammar. Furthermore, because Odin builds on top of simple and proven syntactic dependency representations (De Marneffe and Manning, 2008a) , the learning curve for Odin's Runes is short. SProUT's XTDL (Piskorski et al., 2004 ) extends CPSL's approach using unification-based grammars to give the language more expressivity. However, this introduces additional complexity in the language. In our opinion, this is not always necessary in domain-specific scenarios, where lexical information fully disambiguates the context. Furthermore, similar to most previous work, XTDL does not support syntactic patterns. From the languages that support syntax, Stanford's Tregex matches patterns over constituency trees (Levy and Andrew, 2006) .", |
| "cite_spans": [ |
| { |
| "start": 27, |
| "end": 48, |
| "text": "(Appelt et al., 1993)", |
| "ref_id": "BIBREF2" |
| }, |
| { |
| "start": 250, |
| "end": 263, |
| "text": "(Abney, 1996)", |
| "ref_id": "BIBREF0" |
| }, |
| { |
| "start": 341, |
| "end": 366, |
| "text": "(Cunningham et al., 2002)", |
| "ref_id": "BIBREF8" |
| }, |
| { |
| "start": 488, |
| "end": 518, |
| "text": "(Appelt and Onyshkevych, 1998)", |
| "ref_id": "BIBREF1" |
| }, |
| { |
| "start": 857, |
| "end": 879, |
| "text": "(Thakker et al., 2009)", |
| "ref_id": "BIBREF20" |
| }, |
| { |
| "start": 905, |
| "end": 930, |
| "text": "(Chang and Manning, 2014)", |
| "ref_id": "BIBREF6" |
| }, |
| { |
| "start": 1259, |
| "end": 1274, |
| "text": "Manning, 2008a)", |
| "ref_id": "BIBREF9" |
| }, |
| { |
| "start": 1337, |
| "end": 1360, |
| "text": "(Piskorski et al., 2004", |
| "ref_id": "BIBREF16" |
| }, |
| { |
| "start": 1843, |
| "end": 1866, |
| "text": "(Levy and Andrew, 2006)", |
| "ref_id": "BIBREF13" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Related Work", |
| "sec_num": "2." |
| }, |
| { |
| "text": "For Odin's Runes we chose to use dependency-based syntax for two reasons: simplicity of representation, and availability of linear-time parsers (Chen WTX inhibits the ubiquitination of NRF2. Example 1: Rules that capture the events shown in Figure 1 . All the rules use surface patterns.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 241, |
| "end": 249, |
| "text": "Figure 1", |
| "ref_id": "FIGREF0" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Related Work", |
| "sec_num": "2." |
| }, |
| { |
| "text": "and . Semgrex is a language that modifies Tregex to operate over dependency graphs (Chambers et al., 2007) 3 . However, neither of these languages support cascaded FSA. In a departure from CPSL, IBM's SystemT is a rule-based IE system that uses the AQL language, which is inspired from SQL (Li et al., 2011) . AQL is a powerful language that implements an IE algebra (Reiss et al., 2008) . However, in our opinion, this loses some of the simplicity that Odin's Runes enjoys.", |
| "cite_spans": [ |
| { |
| "start": 83, |
| "end": 106, |
| "text": "(Chambers et al., 2007)", |
| "ref_id": "BIBREF5" |
| }, |
| { |
| "start": 290, |
| "end": 307, |
| "text": "(Li et al., 2011)", |
| "ref_id": "BIBREF14" |
| }, |
| { |
| "start": 367, |
| "end": 387, |
| "text": "(Reiss et al., 2008)", |
| "ref_id": "BIBREF17" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Related Work", |
| "sec_num": "2." |
| }, |
| { |
| "text": "In this section we show two Odin grammars in the biomedical domain as a gentle introduction to the language. Both grammars match over the sentence shown in Figure 1 . All Odin grammars are encoded using YAML, which is a human-readable data serialization language (Ben-Kiki et al., 2005 ). YAML's readability and support for comments were the main motivations for choosing it as the format for Odin's Runes. Example 1 lists a grammar that consists of surface patterns only. Example 2 shows a grammar that captures the same events in the example sentence, but it is implemented with syntactic rules. The grammar in Example 1 work as follows:", |
| "cite_spans": [ |
| { |
| "start": 263, |
| "end": 285, |
| "text": "(Ben-Kiki et al., 2005", |
| "ref_id": "BIBREF4" |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 156, |
| "end": 164, |
| "text": "Figure 1", |
| "ref_id": "FIGREF0" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Walkthrough Example", |
| "sec_num": "3." |
| }, |
| { |
| "text": "\u2022 The ner rule converts the IOB output of an external NER tool into Odin entity mentions labeled Protein. In general, Odin mentions are data structures that store the output of a matched rule. For example, in this instance, the mention created by this rule captures the fact that the span of tokens from 1 to 2 (exclusive) and from 6 to 7 correspond to a named entity labeled Protein. In most situations, mentions are transparently created and managed by the Odin runtime system.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Walkthrough Example", |
| "sec_num": "3." |
| }, |
| { |
| "text": "\u2022 The ubiq-surf rule matches a ubiquitination event using a surface pattern. First, the token \"ubiquitination\" is captured as the event trigger, followed by the token \"of\" and a protein mention, which is captured as the event theme. Optionally, it can be followed by the token \"by\" and a protein mention that would be captured as the event cause. Note that this rule defines two labels for the resulting mention, which are used to define an implicit taxonomy. For example, here Ubiquitination is a kind of Event. Taxonomies can also be explicitly defined, in which case the mention label specifies the most specific node in the taxonomy where this mention is mapped. For brevity, we omit examples with explicit taxonomies in this section. See Section 4.4. for a discussion on explicit taxonomies.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Walkthrough Example", |
| "sec_num": "3." |
| }, |
| { |
| "text": "\u2022 The negreg-surf rule matches a negative regulation event using a similar pattern. First, a protein mention is captured as the event theme, followed by a token with the following attributes:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Walkthrough Example", |
| "sec_num": "3." |
| }, |
| { |
| "text": "1. the lemma is \"inhibit' 2. the POS tag starts with \"V\" (a verb).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Walkthrough Example", |
| "sec_num": "3." |
| }, |
| { |
| "text": "This token is captured as the event trigger. Then an optional determiner is matched followed by an existing event mention, which is captured as the current mention's theme.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Walkthrough Example", |
| "sec_num": "3." |
| }, |
| { |
| "text": "At runtime, these three rules are automatically organized in a cascade, where the first rule finds the Protein mentions, which are then used to populate the event mention extracted by the second rule. Lastly, the third rule is executed, which uses the outputs of the first and second rules to generate a nested event. Unlike the grammar in Example 1 which relies solely on surface patterns, the grammar in Example 2 uses mostly syntax:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Walkthrough Example", |
| "sec_num": "3." |
| }, |
| { |
| "text": "\u2022 The ner rule is identical to the one in Example 1, and is necessary to capture the IOB output of the NER.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Walkthrough Example", |
| "sec_num": "3." |
| }, |
| { |
| "text": "\u2022 The ubiq-syn rule matches a ubiquitination event, which is anchored around a nominal predicate (trigger), \"ubiquitination\", and has two arguments: a mandatory theme, which is syntactically attached to the verbal trigger through the preposition \"of\", and an optional cause, attached to the trigger through the preposition \"by\". The resulting event mention is assigned the Ubiquitination and Event labels. Example 2: Rules that capture the events shown in Figure 1 . The first rule uses a surface pattern, while the other two use syntactic patterns. Figure 2 : A sentence that can't be completely handled by the grammar in Example 1 but can be handled by the grammar in Example 2.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 456, |
| "end": 464, |
| "text": "Figure 1", |
| "ref_id": "FIGREF0" |
| }, |
| { |
| "start": 550, |
| "end": 558, |
| "text": "Figure 2", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Walkthrough Example", |
| "sec_num": "3." |
| }, |
| { |
| "text": "\u2022 The negreg-syn rule implements a negative regulation driven by a verbal predicate. Note that one of the arguments is an event produced by the ubiq-syn rule. As discussed, the Odin runtime guarantees that the latter rule completes before the former. 4", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Walkthrough Example", |
| "sec_num": "3." |
| }, |
| { |
| "text": "Although both example grammars capture the same output for the sentence shown in Figure 1 , the syntax-based one is considerably more general. For example, the syntaxbased grammar correctly finds two ubiquitination events and two negative regulations in the sentence \"CYLD inhibits the ubiquitination of both TRAF2 and TRAF6\" because the dependency graph correctly connects \"ubiquitination\" to \"TRAF2\" and \"TRAF6\", as seen in Figure 2 . On the other hand, the surface-based grammar misses the ubiquitination event involving \"TRAF6\" (and the negative regulation of this ubiquitination), because the last two tokens of the sentence are not explicitly handled by the rules. However, syntax-based grammars assume that a syntactic parser is available and produces robust output. This is not always true, especially in domain-specific settings. In such situations it is beneficial to mix syntax and surface rules, or rely solely on the latter.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 81, |
| "end": 89, |
| "text": "Figure 1", |
| "ref_id": "FIGREF0" |
| }, |
| { |
| "start": 426, |
| "end": 434, |
| "text": "Figure 2", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Walkthrough Example", |
| "sec_num": "3." |
| }, |
| { |
| "text": "The previous example shows some of Odin's capabilities, but Odin's Runes is considerably more powerful. In this section, we detail what we consider to be the most relevant language features. We begin with a description of the main", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Details of the Rule Language", |
| "sec_num": "4." |
| }, |
| { |
| "text": "To mitigate language sparsity, Odin provides the capability to match patterns over a sentence's dependency graph (de Marneffe and Manning, 2008b) . With these patterns, Odin captures event or relation structures. Event structures are composed of a predicate and its corresponding arguments, and relation structures are only composed of arguments (no predicate). When we want to retrieve an event, the predicate, or trigger, is defined using a surface pattern over sequences of tokens and their associated attributes, such as a word's lemma form or its part-of-speech (POS) tag. Event arguments are identified by dependency paths anchored at the matched trigger. These arguments have semantic constraints represented as labels (e.g., Protein or Event in the negreg rule in Example 2). Syntactic patterns for relations between mentions are also supported by first specifying a previously found mention as an anchor; the rest of the arguments are identified by dependency paths in the style of syntactic rules for events. The anchor mention is specified by giving it a name other than trigger and a desired label, e.g., anchor:Label.", |
| "cite_spans": [ |
| { |
| "start": 130, |
| "end": 145, |
| "text": "Manning, 2008b)", |
| "ref_id": "BIBREF9" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Syntactic Dependency Patterns", |
| "sec_num": "4.1." |
| }, |
| { |
| "text": "The dependency path between a predicate and an argument is composed of hops and optional filters. The hops are edges in the syntactic dependency graph; the filters are token constraints on the nodes (tokens) in the graph. Hops can be incoming or outgoing. An outgoing hop follows the direction of the edge from HEAD \u2192DEPENDENT; an incoming hop goes against the direction of the edge, leading from DEPENDENT \u2192HEAD. For example, in Figure 2 , the dependency \"inhibits\" \u2192 \"ubiquitination\" is outgoing (\"inhibits\" is the head), but it is considered incoming when traversed in the other direction: \"ubiquitination\" \u2190 \"inhibits\". An outgoing dependency is matched using the > operator followed by a string matcher, which operates on the label of the corresponding dependency, e.g., >nsubj.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 430, |
| "end": 438, |
| "text": "Figure 2", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Predicate-argument Syntactic Paths", |
| "sec_num": "4.1.1." |
| }, |
| { |
| "text": "Because most patterns use outgoing hops, (i.e., HEAD \u2192DEPENDENT); the > operator is implicit and can therefore be omitted. An incoming relation (i.e. DEPENDENT \u2192HEAD) is matched using a required < operator followed by a string matcher. >> is a wildcard operator that can be used to match any outgoing dependency. << is a wildcard operator that can be used to match any incoming dependency. In addition to directionality, dependency patterns support alternation, grouping, and the common regular expression quantifiers. For example, the pattern nsubj prep_of? matches exactly one outgoing nsubj hop followed by an optional outgoing prep of.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Predicate-argument Syntactic Paths", |
| "sec_num": "4.1.1." |
| }, |
| { |
| "text": "The arguments in a dependency pattern are written using the name:label = path syntax, where label is the Example 3: This dependency pattern contains a negative lookaround to avoid matching mentions referring to the reelection of \"China's president\" (assuming the domain of interest focuses on the election of Mexican presidents).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Named Arguments", |
| "sec_num": "4.1.2." |
| }, |
| { |
| "text": "label of an existing Odin mention. The path must lead to a token contained in a mention with the specified label. Odin captures argument arity in events through argument quantifiers. Arguments can be made optional with the ? operator. The + operator is used to indicate the creation of a single event mention containing all matches for that argument. The * is similar to +, but also makes the argument optional. If the exact number of arguments with the same name is known, it can be specified using the exact repetition quantifier {k}. The ubiq-syn rule in Example 2 shows an optional cause argument.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Named Arguments", |
| "sec_num": "4.1.2." |
| }, |
| { |
| "text": "Token constraints can be used to restrict a dependency pattern by adding lexical constraints at any point of the path. They are described further in Section 4.2., and a BNF grammar describing their syntax is available in Appendix A.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Token Constraints", |
| "sec_num": "4.1.3." |
| }, |
| { |
| "text": "Dependency patterns support non-capturing lookaround expressions to constrain syntactic context. The lookaround syntax is (?= pattern) for positive assertions and (?! pattern) for negative assertions. Example 3 demonstrates a use case for a negative lookaround.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Lookarounds as Contextual Constraints", |
| "sec_num": "4.1.4." |
| }, |
| { |
| "text": "The same fundamental features of dependency patterns are also supported by surface patterns 6 , which operate independently of syntax.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Surface Patterns", |
| "sec_num": "4.2." |
| }, |
| { |
| "text": "Tokens are described using one or more constraints on lexical, morphological, or semantic attributes written in the form [attribute=value] . Example 1 includes an optional token preceding the event's theme described in terms of its POS tag (\"DT\"), rather than a disjunction of possible words that might satisfy the pattern (e.g., \"a\", \"the\", etc.). The value of these token attributes may be given as exact strings or regular expressions (e.g. [lemma=/[eo]r$/] for all lemmas ending in \"er\" or \"or\"). More complex constraints can be expressed using boolean expressions. For example, line 17 of Example 2 shows a conjunction of constraints on the lemma and the POS tag of the same token.", |
| "cite_spans": [ |
| { |
| "start": 121, |
| "end": 138, |
| "text": "[attribute=value]", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Surface Patterns", |
| "sec_num": "4.2." |
| }, |
| { |
| "text": "Odin's patterns can be very precise. This is precisely the point. We managed to improve PRECISION.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Surface Patterns", |
| "sec_num": "4.2." |
| }, |
| { |
| "text": "Example 4: A token pattern involving two constraints on a single token. The token must begin with \"precis\" ((?i) indicates that the match is case insensitive) and cannot be an adverb.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "[word=/(?i)\u02c6precis/ & !tag=RB]", |
| "sec_num": "1" |
| }, |
| { |
| "text": "Surface patterns may be used to describe events or relations using named arguments that are created either on-thefly using the (?<argname> token sequence) syntax shown in line 11 of Example 1, or in reference to an existing mention by using the @argname:Label syntax shown on line 12 in Example 1.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Named Arguments", |
| "sec_num": "4.2.1." |
| }, |
| { |
| "text": "Surface pattern may be honed with lookbehind and lookahead expressions that impose constraints on the sentential context of a match. These assertions may be either positive (i.e., the contained pattern must exist) or negative (i.e., the contained pattern must not exist). Lookbehinds use the (?<= token sequence) syntax for positive assertions and (?<! token sequence) for negative assertions; positive lookaheads use (?= token sequence), while negative lookaheads are specified using (?! token sequence). Notably, Odin supports efficient unrestricted variable length lookbehinds, which is uncommon for regular expression engines (Friedl, 2006) . An example of a negative lookbehind is shown in Example 5. Example 5: This surface pattern is analogous to the dependency pattern in Example 3. Here a negative lookbehind is used to avoid matching mentions referring to the reelection of \"China's president\".", |
| "cite_spans": [ |
| { |
| "start": 630, |
| "end": 644, |
| "text": "(Friedl, 2006)", |
| "ref_id": "BIBREF12" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Lookarounds as Contextual Constraints", |
| "sec_num": "4.2.2." |
| }, |
| { |
| "text": "Including all the rules in a single file is feasible for small IE systems, but systems targeting larger domains require organizing rules in a way that promotes modularity and rule reuse. Odin supports multi-file grammars, as well as variables that can be used within and across grammar files. When grammars are split in multiple files, Odin reads the top-level file (the master grammar) and imports the other grammars as needed. These imported grammars may themselves import other grammars. Each file can define default values for the variables it uses, and these values can be overridden at import time. We refer the reader to the \"Building a Grammar\" section of the manual for a more detailed explanation and further examples of master grammars and template grammars. Example 6: A formalized taxonomy of biochemical entities and interactions inspired by BioPAX (Demir et al., 2010) .", |
| "cite_spans": [ |
| { |
| "start": 863, |
| "end": 883, |
| "text": "(Demir et al., 2010)", |
| "ref_id": "BIBREF11" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Multiple Rule Files", |
| "sec_num": "4.3." |
| }, |
| { |
| "text": "We have shown in Examples 1 and 2 that rules can assign more than one label to an extracted mention. This allowed us to define an ad-hoc taxonomy that states that a Ubiquitination is also an Event. The ability to define ad-hoc taxonomies is useful when developing small IE systems, but this can become cumbersome for larger domains. To address this, Odin also supports a formal taxonomy where the label hierarchy is written as a tree (or forest). Taxonomies are encoded as lists of YAML dictionaries that display the hierarchy of labels in a clear and readable way. An example of a formal taxonomy is shown in Figure 6 . When an explicit taxonomy is available, a rule can use a single label which will include all of its parent labels implicitly. This enforces consistency in the labels of the resulting mentions, and also catches typographical errors by not allowing the use of labels missing from the taxonomy. More details about the usage of a formal taxonomy are available in the \"Taxonomy\" section of the manual.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 610, |
| "end": 618, |
| "text": "Figure 6", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Taxonomy", |
| "sec_num": "4.4." |
| }, |
| { |
| "text": "The entire Odin framework is available as part of the Processors NLP library. 7 Processors is written in Scala, which makes interaction with other languages running on the Java Virtual Machine straightforward. To facilitate the quick start of Odin-based projects, we have also made available an example project that implements a simple system using Odin both in Scala and in Java. 8 We also provide a web interface for developing and debugging Odin rules. The web UI allows one to inspect each sentence's token attributes and dependency graph using Brat visualizations (Stenetorp et al., 2012 ). 9 A screenshot of this web interface is shown in Figure 3 .", |
| "cite_spans": [ |
| { |
| "start": 381, |
| "end": 382, |
| "text": "8", |
| "ref_id": null |
| }, |
| { |
| "start": 569, |
| "end": 592, |
| "text": "(Stenetorp et al., 2012", |
| "ref_id": "BIBREF18" |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 645, |
| "end": 653, |
| "text": "Figure 3", |
| "ref_id": "FIGREF3" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Resources", |
| "sec_num": "5." |
| }, |
| { |
| "text": "This work was funded by the DARPA Big Mechanism program under ARO contract W911NF-14-1-0395. ", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Acknowledgments", |
| "sec_num": "6." |
| }, |
| { |
| "text": "https://github.com/allenai/taggers", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| }, |
| { |
| "text": "See also Semgrex's online documentation: http://nlp. stanford.edu/software/tregex.shtml", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| }, |
| { |
| "text": "Odin also supports explicit rule priorities, which are omitted here for brevity.features of Odin's dependency patterns 5 .", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| }, |
| { |
| "text": "Please refer to Appendix C for a detailed Backus-Naur Form (BNF) grammar describing the dependency patterns syntax.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| }, |
| { |
| "text": "Please refer to Appendix B for a detailed BNF grammar describing the surface patterns syntax.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| } |
| ], |
| "back_matter": [ |
| { |
| "text": "The following grammar describes Odin's token constraints. A token constraint is a boolean expression over a token's lexical, morphological, or semantic attributes. The grammar is written in Backus-Naur form (BNF), with terminals enclosed in quotes, non-terminals enclosed in angle brackets, and optional items enclosed in square brackets. The * character is the Kleene star. FieldConstraint ::= FieldName '=' StringMatcher ", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Appendix A Token Constraint Grammar", |
| "sec_num": null |
| }, |
| { |
| "text": "In this section we describe the BNF grammar for Odin's Runes' token patterns, i.e., the surface rules. Token patterns support several advanced features like lazy and greedy quantifiers, named captures of both mentions and sequences of tokens with the ability to share names among the captures, and zero-width assertions. ", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Appendix B Token Pattern Grammar", |
| "sec_num": null |
| }, |
| { |
| "text": "This BNF grammar describes the syntax for Odin's Runes' dependency patterns. These patterns are applied over a dependency graph. Notable features include the usual regex quantifiers (although there is no lazy/greedy distinction), lookaround assertions (again, no distinction between lookahead and lookbehind), and they can pack/unpack arguments using argument quantifiers as explained in Section 4.1.2. Token constraints are also supported as a way of adding lexical constraints at any step of the path. ", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Appendix C Dependency Pattern Grammar", |
| "sec_num": null |
| } |
| ], |
| "bib_entries": { |
| "BIBREF0": { |
| "ref_id": "b0", |
| "title": "Partial parsing via finite-state cascades", |
| "authors": [ |
| { |
| "first": "S", |
| "middle": [], |
| "last": "Abney", |
| "suffix": "" |
| } |
| ], |
| "year": 1996, |
| "venue": "Natural Language Engineering", |
| "volume": "2", |
| "issue": "04", |
| "pages": "337--344", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Abney, S. (1996). Partial parsing via finite-state cascades. Natural Language Engineering, 2(04):337-344.", |
| "links": null |
| }, |
| "BIBREF1": { |
| "ref_id": "b1", |
| "title": "The common pattern specification language", |
| "authors": [ |
| { |
| "first": "D", |
| "middle": [ |
| "E" |
| ], |
| "last": "Appelt", |
| "suffix": "" |
| }, |
| { |
| "first": "B", |
| "middle": [], |
| "last": "Onyshkevych", |
| "suffix": "" |
| } |
| ], |
| "year": 1998, |
| "venue": "Proc. of the TIPSTER Workshop", |
| "volume": "", |
| "issue": "", |
| "pages": "23--30", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Appelt, D. E. and Onyshkevych, B. (1998). The common pattern specification language. In Proc. of the TIPSTER Workshop, pages 23-30.", |
| "links": null |
| }, |
| "BIBREF2": { |
| "ref_id": "b2", |
| "title": "Fastus: A finite-state processor for information extraction from real-world text", |
| "authors": [ |
| { |
| "first": "D", |
| "middle": [ |
| "E" |
| ], |
| "last": "Appelt", |
| "suffix": "" |
| }, |
| { |
| "first": "J", |
| "middle": [ |
| "R" |
| ], |
| "last": "Hobbs", |
| "suffix": "" |
| }, |
| { |
| "first": "J", |
| "middle": [], |
| "last": "Bear", |
| "suffix": "" |
| }, |
| { |
| "first": "D", |
| "middle": [], |
| "last": "Israel", |
| "suffix": "" |
| }, |
| { |
| "first": "Tyson", |
| "middle": [], |
| "last": "", |
| "suffix": "" |
| }, |
| { |
| "first": "M", |
| "middle": [], |
| "last": "", |
| "suffix": "" |
| } |
| ], |
| "year": 1993, |
| "venue": "Proceedings of the International Conferences on Artificial Intelligence (IJCAI)", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Appelt, D. E., Hobbs, J. R., Bear, J., Israel, D., and Tyson, M. (1993). Fastus: A finite-state processor for informa- tion extraction from real-world text. In Proceedings of the International Conferences on Artificial Intelligence (IJCAI).", |
| "links": null |
| }, |
| "BIBREF3": { |
| "ref_id": "b3", |
| "title": "Abstract meaning representation (amr) 1.0 specification. In Parsing on Freebase from Question-Answer Pairs", |
| "authors": [ |
| { |
| "first": "L", |
| "middle": [], |
| "last": "Banarescu", |
| "suffix": "" |
| }, |
| { |
| "first": "C", |
| "middle": [], |
| "last": "Bonial", |
| "suffix": "" |
| }, |
| { |
| "first": "S", |
| "middle": [], |
| "last": "Cai", |
| "suffix": "" |
| }, |
| { |
| "first": "M", |
| "middle": [], |
| "last": "Georgescu", |
| "suffix": "" |
| }, |
| { |
| "first": "K", |
| "middle": [], |
| "last": "Griffitt", |
| "suffix": "" |
| }, |
| { |
| "first": "U", |
| "middle": [], |
| "last": "Hermjakob", |
| "suffix": "" |
| }, |
| { |
| "first": "K", |
| "middle": [], |
| "last": "Knight", |
| "suffix": "" |
| }, |
| { |
| "first": "P", |
| "middle": [], |
| "last": "Koehn", |
| "suffix": "" |
| }, |
| { |
| "first": "M", |
| "middle": [], |
| "last": "Palmer", |
| "suffix": "" |
| }, |
| { |
| "first": "N", |
| "middle": [], |
| "last": "Schneider", |
| "suffix": "" |
| } |
| ], |
| "year": 2012, |
| "venue": "Proceedings of the 2013 Conference on Empirical Methods in Natural Language Processing", |
| "volume": "", |
| "issue": "", |
| "pages": "1533--1544", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Banarescu, L., Bonial, C., Cai, S., Georgescu, M., Grif- fitt, K., Hermjakob, U., Knight, K., Koehn, P., Palmer, M., and Schneider, N. (2012). Abstract meaning repre- sentation (amr) 1.0 specification. In Parsing on Freebase from Question-Answer Pairs. In Proceedings of the 2013 Conference on Empirical Methods in Natural Language Processing. Seattle: ACL, pages 1533-1544.", |
| "links": null |
| }, |
| "BIBREF4": { |
| "ref_id": "b4", |
| "title": "Yaml ain't markup language (yaml) version 1.1. yaml. org", |
| "authors": [ |
| { |
| "first": "O", |
| "middle": [], |
| "last": "Ben-Kiki", |
| "suffix": "" |
| }, |
| { |
| "first": "C", |
| "middle": [], |
| "last": "Evans", |
| "suffix": "" |
| }, |
| { |
| "first": "B", |
| "middle": [], |
| "last": "Ingerson", |
| "suffix": "" |
| } |
| ], |
| "year": 2005, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Ben-Kiki, O., Evans, C., and Ingerson, B. (2005). Yaml ain't markup language (yaml) version 1.1. yaml. org, Tech. Rep.", |
| "links": null |
| }, |
| "BIBREF5": { |
| "ref_id": "b5", |
| "title": "Learning alignments and leveraging natural logic", |
| "authors": [ |
| { |
| "first": "N", |
| "middle": [], |
| "last": "Chambers", |
| "suffix": "" |
| }, |
| { |
| "first": "D", |
| "middle": [], |
| "last": "Cer", |
| "suffix": "" |
| }, |
| { |
| "first": "T", |
| "middle": [], |
| "last": "Grenager", |
| "suffix": "" |
| }, |
| { |
| "first": "D", |
| "middle": [], |
| "last": "Hall", |
| "suffix": "" |
| }, |
| { |
| "first": "C", |
| "middle": [], |
| "last": "Kiddon", |
| "suffix": "" |
| }, |
| { |
| "first": "B", |
| "middle": [], |
| "last": "Maccartney", |
| "suffix": "" |
| }, |
| { |
| "first": "M.-C", |
| "middle": [], |
| "last": "De Marneffe", |
| "suffix": "" |
| }, |
| { |
| "first": "D", |
| "middle": [], |
| "last": "Ramage", |
| "suffix": "" |
| }, |
| { |
| "first": "E", |
| "middle": [], |
| "last": "Yeh", |
| "suffix": "" |
| }, |
| { |
| "first": "C", |
| "middle": [ |
| "D" |
| ], |
| "last": "Manning", |
| "suffix": "" |
| } |
| ], |
| "year": 2007, |
| "venue": "Proceedings of the ACL-PASCAL Workshop on Textual Entailment and Paraphrasing", |
| "volume": "", |
| "issue": "", |
| "pages": "165--170", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Chambers, N., Cer, D., Grenager, T., Hall, D., Kiddon, C., MacCartney, B., De Marneffe, M.-C., Ramage, D., Yeh, E., and Manning, C. D. (2007). Learning align- ments and leveraging natural logic. In Proceedings of the ACL-PASCAL Workshop on Textual Entailment and Paraphrasing, pages 165-170. Association for Computa- tional Linguistics.", |
| "links": null |
| }, |
| "BIBREF6": { |
| "ref_id": "b6", |
| "title": "Token-sRegex: Defining cascaded regular expressions over tokens", |
| "authors": [ |
| { |
| "first": "A", |
| "middle": [ |
| "X" |
| ], |
| "last": "Chang", |
| "suffix": "" |
| }, |
| { |
| "first": "C", |
| "middle": [ |
| "D" |
| ], |
| "last": "Manning", |
| "suffix": "" |
| } |
| ], |
| "year": 2014, |
| "venue": "Computer Science", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Chang, A. X. and Manning, C. D. (2014). Token- sRegex: Defining cascaded regular expressions over to- kens. Technical Report CSTR 2014-02, Computer Sci- ence, Stanford.", |
| "links": null |
| }, |
| "BIBREF7": { |
| "ref_id": "b7", |
| "title": "A fast and accurate dependency parser using neural networks", |
| "authors": [ |
| { |
| "first": "D", |
| "middle": [], |
| "last": "Chen", |
| "suffix": "" |
| }, |
| { |
| "first": "C", |
| "middle": [ |
| "D" |
| ], |
| "last": "Manning", |
| "suffix": "" |
| } |
| ], |
| "year": 2014, |
| "venue": "EMNLP", |
| "volume": "", |
| "issue": "", |
| "pages": "740--750", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Chen, D. and Manning, C. D. (2014). A fast and accurate dependency parser using neural networks. In EMNLP, pages 740-750.", |
| "links": null |
| }, |
| "BIBREF8": { |
| "ref_id": "b8", |
| "title": "A framework and graphical development environment for robust nlp tools and applications", |
| "authors": [ |
| { |
| "first": "H", |
| "middle": [], |
| "last": "Cunningham", |
| "suffix": "" |
| }, |
| { |
| "first": "D", |
| "middle": [], |
| "last": "Maynard", |
| "suffix": "" |
| }, |
| { |
| "first": "K", |
| "middle": [], |
| "last": "Bontcheva", |
| "suffix": "" |
| }, |
| { |
| "first": "V", |
| "middle": [], |
| "last": "Tablan", |
| "suffix": "" |
| } |
| ], |
| "year": 2002, |
| "venue": "ACL", |
| "volume": "", |
| "issue": "", |
| "pages": "168--175", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Cunningham, H., Maynard, D., Bontcheva, K., and Tablan, V. (2002). A framework and graphical development en- vironment for robust nlp tools and applications. In ACL, pages 168-175.", |
| "links": null |
| }, |
| "BIBREF9": { |
| "ref_id": "b9", |
| "title": "The stanford typed dependencies representation", |
| "authors": [ |
| { |
| "first": ", M.-C", |
| "middle": [], |
| "last": "De Marneffe", |
| "suffix": "" |
| }, |
| { |
| "first": "C", |
| "middle": [ |
| "D" |
| ], |
| "last": "Manning", |
| "suffix": "" |
| } |
| ], |
| "year": 2008, |
| "venue": "Coling 2008: Proceedings of the workshop on Cross-Framework and Cross-Domain Parser Evaluation", |
| "volume": "", |
| "issue": "", |
| "pages": "1--8", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "De Marneffe, M.-C. and Manning, C. D. (2008a). The stanford typed dependencies representation. In Coling 2008: Proceedings of the workshop on Cross-Framework and Cross-Domain Parser Evaluation, pages 1-8. Asso- ciation for Computational Linguistics. de Marneffe, M.-C. and Manning, C. D. (2008b).", |
| "links": null |
| }, |
| "BIBREF10": { |
| "ref_id": "b10", |
| "title": "The Stanford typed dependencies representation", |
| "authors": [], |
| "year": null, |
| "venue": "Proc. of COLING Workshop on Cross-framework and Cross-domain Parser Evaluation", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "The Stanford typed dependencies representation. In Proc. of COLING Workshop on Cross-framework and Cross-domain Parser Evaluation.", |
| "links": null |
| }, |
| "BIBREF11": { |
| "ref_id": "b11", |
| "title": "The biopax community standard for pathway data sharing", |
| "authors": [ |
| { |
| "first": "E", |
| "middle": [], |
| "last": "Demir", |
| "suffix": "" |
| }, |
| { |
| "first": "M", |
| "middle": [ |
| "P" |
| ], |
| "last": "Cary", |
| "suffix": "" |
| }, |
| { |
| "first": "S", |
| "middle": [], |
| "last": "Paley", |
| "suffix": "" |
| }, |
| { |
| "first": "K", |
| "middle": [], |
| "last": "Fukuda", |
| "suffix": "" |
| }, |
| { |
| "first": "C", |
| "middle": [], |
| "last": "Lemer", |
| "suffix": "" |
| }, |
| { |
| "first": "I", |
| "middle": [], |
| "last": "Vastrik", |
| "suffix": "" |
| }, |
| { |
| "first": "G", |
| "middle": [], |
| "last": "Wu", |
| "suffix": "" |
| }, |
| { |
| "first": "P", |
| "middle": [], |
| "last": "D'eustachio", |
| "suffix": "" |
| }, |
| { |
| "first": "C", |
| "middle": [], |
| "last": "Schaefer", |
| "suffix": "" |
| }, |
| { |
| "first": "J", |
| "middle": [], |
| "last": "Luciano", |
| "suffix": "" |
| } |
| ], |
| "year": 2010, |
| "venue": "Nature biotechnology", |
| "volume": "28", |
| "issue": "9", |
| "pages": "935--942", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Demir, E., Cary, M. P., Paley, S., Fukuda, K., Lemer, C., Vastrik, I., Wu, G., D'Eustachio, P., Schaefer, C., Lu- ciano, J., et al. (2010). The biopax community stan- dard for pathway data sharing. Nature biotechnology, 28(9):935-942.", |
| "links": null |
| }, |
| "BIBREF12": { |
| "ref_id": "b12", |
| "title": "Mastering regular expressions", |
| "authors": [ |
| { |
| "first": "J", |
| "middle": [ |
| "E" |
| ], |
| "last": "Friedl", |
| "suffix": "" |
| } |
| ], |
| "year": 2006, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "133--134", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Friedl, J. E., (2006). Mastering regular expressions, pages 133-134. O'Reilly Media, Inc.", |
| "links": null |
| }, |
| "BIBREF13": { |
| "ref_id": "b13", |
| "title": "Tregex and Tsurgeon: tools for querying and manipulating tree data structures", |
| "authors": [ |
| { |
| "first": "R", |
| "middle": [], |
| "last": "Levy", |
| "suffix": "" |
| }, |
| { |
| "first": "G", |
| "middle": [], |
| "last": "Andrew", |
| "suffix": "" |
| } |
| ], |
| "year": 2006, |
| "venue": "Proc. of LREC", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Levy, R. and Andrew, G. (2006). Tregex and Tsurgeon: tools for querying and manipulating tree data structures. In Proc. of LREC.", |
| "links": null |
| }, |
| "BIBREF14": { |
| "ref_id": "b14", |
| "title": "Systemt: A declarative information extraction system", |
| "authors": [ |
| { |
| "first": "Y", |
| "middle": [], |
| "last": "Li", |
| "suffix": "" |
| }, |
| { |
| "first": "F", |
| "middle": [ |
| "R" |
| ], |
| "last": "Reiss", |
| "suffix": "" |
| }, |
| { |
| "first": "L", |
| "middle": [], |
| "last": "Chiticariu", |
| "suffix": "" |
| } |
| ], |
| "year": 2011, |
| "venue": "Proceedings of the 49th Annual Meeting of the Association for Computational Linguistics: Human Language Technologies: Systems Demonstrations", |
| "volume": "", |
| "issue": "", |
| "pages": "109--114", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Li, Y., Reiss, F. R., and Chiticariu, L. (2011). Sys- temt: A declarative information extraction system. In Proceedings of the 49th Annual Meeting of the Association for Computational Linguistics: Human Language Technologies: Systems Demonstrations, pages 109-114. Association for Computational Linguis- tics.", |
| "links": null |
| }, |
| "BIBREF15": { |
| "ref_id": "b15", |
| "title": "The Stanford CoreNLP natural language processing toolkit", |
| "authors": [ |
| { |
| "first": "C", |
| "middle": [ |
| "D" |
| ], |
| "last": "Manning", |
| "suffix": "" |
| }, |
| { |
| "first": "M", |
| "middle": [], |
| "last": "Surdeanu", |
| "suffix": "" |
| }, |
| { |
| "first": "J", |
| "middle": [], |
| "last": "Bauer", |
| "suffix": "" |
| }, |
| { |
| "first": "J", |
| "middle": [], |
| "last": "Finkel", |
| "suffix": "" |
| }, |
| { |
| "first": "S", |
| "middle": [ |
| "J" |
| ], |
| "last": "Bethard", |
| "suffix": "" |
| }, |
| { |
| "first": "D", |
| "middle": [], |
| "last": "Mcclosky", |
| "suffix": "" |
| } |
| ], |
| "year": 2014, |
| "venue": "Proc. of ACL", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Manning, C. D., Surdeanu, M., Bauer, J., Finkel, J., Bethard, S. J., and McClosky, D. (2014). The Stanford CoreNLP natural language processing toolkit. In Proc. of ACL.", |
| "links": null |
| }, |
| "BIBREF16": { |
| "ref_id": "b16", |
| "title": "Shallow processing with unification and typed feature structuresfoundations and applications", |
| "authors": [ |
| { |
| "first": "J", |
| "middle": [], |
| "last": "Piskorski", |
| "suffix": "" |
| }, |
| { |
| "first": "U", |
| "middle": [], |
| "last": "Sch\u00e4fer", |
| "suffix": "" |
| }, |
| { |
| "first": "F", |
| "middle": [], |
| "last": "Xu", |
| "suffix": "" |
| } |
| ], |
| "year": 2004, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Piskorski, J., Sch\u00e4fer, U., and Xu, F. (2004). Shallow processing with unification and typed feature structures- foundations and applications.", |
| "links": null |
| }, |
| "BIBREF17": { |
| "ref_id": "b17", |
| "title": "An algebraic approach to rule-based information extraction", |
| "authors": [ |
| { |
| "first": "F", |
| "middle": [], |
| "last": "Reiss", |
| "suffix": "" |
| }, |
| { |
| "first": "S", |
| "middle": [], |
| "last": "Raghavan", |
| "suffix": "" |
| }, |
| { |
| "first": "R", |
| "middle": [], |
| "last": "Krishnamurthy", |
| "suffix": "" |
| }, |
| { |
| "first": "H", |
| "middle": [], |
| "last": "Zhu", |
| "suffix": "" |
| }, |
| { |
| "first": "S", |
| "middle": [], |
| "last": "Vaithyanathan", |
| "suffix": "" |
| } |
| ], |
| "year": 2008, |
| "venue": "IEEE 24th International Conference on", |
| "volume": "", |
| "issue": "", |
| "pages": "933--942", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Reiss, F., Raghavan, S., Krishnamurthy, R., Zhu, H., and Vaithyanathan, S. (2008). An algebraic approach to rule-based information extraction. In Data Engineering, 2008. ICDE 2008. IEEE 24th International Conference on, pages 933-942. IEEE.", |
| "links": null |
| }, |
| "BIBREF18": { |
| "ref_id": "b18", |
| "title": "Brat: a web-based tool for nlpassisted text annotation", |
| "authors": [ |
| { |
| "first": "P", |
| "middle": [], |
| "last": "Stenetorp", |
| "suffix": "" |
| }, |
| { |
| "first": "S", |
| "middle": [], |
| "last": "Pyysalo", |
| "suffix": "" |
| }, |
| { |
| "first": "G", |
| "middle": [], |
| "last": "Topi\u0107", |
| "suffix": "" |
| }, |
| { |
| "first": "T", |
| "middle": [], |
| "last": "Ohta", |
| "suffix": "" |
| }, |
| { |
| "first": "S", |
| "middle": [], |
| "last": "Ananiadou", |
| "suffix": "" |
| }, |
| { |
| "first": "J", |
| "middle": [], |
| "last": "Tsujii", |
| "suffix": "" |
| } |
| ], |
| "year": 2012, |
| "venue": "Proc. of the Demonstrations at EACL", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Stenetorp, P., Pyysalo, S., Topi\u0107, G., Ohta, T., Ananiadou, S., and Tsujii, J. (2012). Brat: a web-based tool for nlp- assisted text annotation. In Proc. of the Demonstrations at EACL.", |
| "links": null |
| }, |
| "BIBREF19": { |
| "ref_id": "b19", |
| "title": "The conll-2008 shared task on joint parsing of syntactic and semantic dependencies", |
| "authors": [ |
| { |
| "first": "M", |
| "middle": [], |
| "last": "Surdeanu", |
| "suffix": "" |
| }, |
| { |
| "first": "R", |
| "middle": [], |
| "last": "Johansson", |
| "suffix": "" |
| }, |
| { |
| "first": "A", |
| "middle": [], |
| "last": "Meyers", |
| "suffix": "" |
| }, |
| { |
| "first": "L", |
| "middle": [], |
| "last": "M\u00e0rquez", |
| "suffix": "" |
| }, |
| { |
| "first": "J", |
| "middle": [], |
| "last": "Nivre", |
| "suffix": "" |
| } |
| ], |
| "year": 2008, |
| "venue": "Proceedings of the Twelfth Conference on Computational Natural Language Learning", |
| "volume": "", |
| "issue": "", |
| "pages": "159--177", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Surdeanu, M., Johansson, R., Meyers, A., M\u00e0rquez, L., and Nivre, J. (2008). The conll-2008 shared task on joint parsing of syntactic and semantic dependen- cies. In Proceedings of the Twelfth Conference on Computational Natural Language Learning, pages 159- 177. Association for Computational Linguistics.", |
| "links": null |
| }, |
| "BIBREF20": { |
| "ref_id": "b20", |
| "title": "Gate jape grammar tutorial", |
| "authors": [ |
| { |
| "first": "D", |
| "middle": [], |
| "last": "Thakker", |
| "suffix": "" |
| }, |
| { |
| "first": "T", |
| "middle": [], |
| "last": "Osman", |
| "suffix": "" |
| }, |
| { |
| "first": "P", |
| "middle": [], |
| "last": "Lakin", |
| "suffix": "" |
| } |
| ], |
| "year": 2009, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Thakker, D., Osman, T., and Lakin, P. (2009). Gate jape grammar tutorial. Nottingham Trent University, UK, Phil Lakin, UK, Version, 1.", |
| "links": null |
| }, |
| "BIBREF21": { |
| "ref_id": "b21", |
| "title": "Description of the Odin Event Extraction Framework and Rule Language", |
| "authors": [ |
| { |
| "first": "M", |
| "middle": [ |
| "A" |
| ], |
| "last": "Valenzuela-Esc\u00e1rcega", |
| "suffix": "" |
| }, |
| { |
| "first": "G", |
| "middle": [], |
| "last": "Hahn-Powell", |
| "suffix": "" |
| }, |
| { |
| "first": "M", |
| "middle": [], |
| "last": "Surdeanu", |
| "suffix": "" |
| } |
| ], |
| "year": 2015, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Valenzuela-Esc\u00e1rcega, M. A., Hahn-Powell, G., and Sur- deanu, M. (2015a). Description of the Odin Event Ex- traction Framework and Rule Language. ArXiv e-prints, September.", |
| "links": null |
| }, |
| "BIBREF22": { |
| "ref_id": "b22", |
| "title": "A domain-independent rulebased framework for event extraction", |
| "authors": [ |
| { |
| "first": "M", |
| "middle": [ |
| "A" |
| ], |
| "last": "Valenzuela-Esc\u00e1rcega", |
| "suffix": "" |
| }, |
| { |
| "first": "G", |
| "middle": [], |
| "last": "Hahn-Powell", |
| "suffix": "" |
| }, |
| { |
| "first": "T", |
| "middle": [], |
| "last": "Hicks", |
| "suffix": "" |
| }, |
| { |
| "first": "M", |
| "middle": [], |
| "last": "Surdeanu", |
| "suffix": "" |
| } |
| ], |
| "year": 2015, |
| "venue": "Proceedings of the 53rd Annual Meeting of the Association for Computational Linguistics: Software Demonstrations (ACL)", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Valenzuela-Esc\u00e1rcega, M. A., Hahn-Powell, G., Hicks, T., and Surdeanu, M. (2015b). A domain-independent rule- based framework for event extraction. In Proceedings of the 53rd Annual Meeting of the Association for Computational Linguistics: Software Demonstrations (ACL).", |
| "links": null |
| } |
| }, |
| "ref_entries": { |
| "FIGREF0": { |
| "text": "A sentence containing two events in the biomedical domain: a ubiquitination, and a negative regulation. Bold text denotes biochemical entities previously identified by an NER system.1 must be a Protein of @theme:Protein # the cause of might not be specified (by @cause:Protein)?name: negreg-surf label:[Negative_regulation, Event]", |
| "type_str": "figure", |
| "num": null, |
| "uris": null |
| }, |
| "FIGREF1": { |
| "text": "", |
| "type_str": "figure", |
| "num": null, |
| "uris": null |
| }, |
| "FIGREF3": { |
| "text": "A visualization of Odin's output for the sentence in Figure using the rules in Example 2.", |
| "type_str": "figure", |
| "num": null, |
| "uris": null |
| }, |
| "TABREF0": { |
| "type_str": "table", |
| "html": null, |
| "text": "Mexico's president was recently reelected. China 's president was recently reelected.", |
| "content": "<table><tr><td>1</td><td>pattern: |</td></tr><tr><td>2</td><td>trigger = [lemma=reelect]</td></tr></table>", |
| "num": null |
| } |
| } |
| } |
| } |