Literature DB >> 28678823

Assigning factuality values to semantic relations extracted from biomedical research literature.

Halil Kilicoglu1, Graciela Rosemblat1, Thomas C Rindflesch1.   

Abstract

Biomedical knowledge claims are often expressed as hypotheses, speculations, or opinions, rather than explicit facts (propositions). Much biomedical text mining has focused on extracting propositions from biomedical literature. One such system is SemRep, which extracts propositional content in the form of subject-predicate-object triples called predications. In this study, we investigated the feasibility of assessing the factuality level of SemRep predications to provide more nuanced distinctions between predications for downstream applications. We annotated semantic predications extracted from 500 PubMed abstracts with seven factuality values (fact, probable, possible, doubtful, counterfact, uncommitted, and conditional). We extended a rule-based, compositional approach that uses lexical and syntactic information to predict factuality levels. We compared this approach to a supervised machine learning method that uses a rich feature set based on the annotated corpus. Our results indicate that the compositional approach is more effective than the machine learning method in recognizing the factuality values of predications. The annotated corpus as well as the source code and binaries for factuality assignment are publicly available. We will also incorporate the results of the better performing compositional approach into SemMedDB, a PubMed-scale repository of semantic predications extracted using SemRep.

Entities:  

Mesh:

Year:  2017        PMID: 28678823      PMCID: PMC5497973          DOI: 10.1371/journal.pone.0179926

Source DB:  PubMed          Journal:  PLoS One        ISSN: 1932-6203            Impact factor:   3.240


Introduction

With the exponential increase in the number of biomedical publications, managing the literature efficiently to support hypothesis generation and discovery has become a daunting task. Text mining from the literature has been proposed to address this challenge [1]. Since the turn of the century, there has been much progress in research focusing on extraction of various kinds of information from the biomedical literature, including various types of named entities (e.g., diseases [2], chemicals [3], genes/proteins [4]) and semantic relations (e.g., gene-disease associations [5], biological events [6], chemical-disease relations [7]). SemRep [8] is a rule-based, natural language processing system that extracts semantic relations in the form of subject-predicate-object triples (called predications henceforth) from the biomedical research literature. Elements of a predication are drawn from UMLS knowledge sources [9]: predication arguments (subject and object) correspond to UMLS Metathesaurus concepts, and the predicate corresponds to a relation type in an extended version of the UMLS Semantic Network. SemRep is a broad-coverage system in that it extracts relations on a wide range of topics, from clinical medicine (e.g., TREATS, DIAGNOSES, ADMINISTERED_TO) to substance interactions (e.g., STIMULATES, INHIBITS), genetic basis of disease (e.g., CAUSES, PREDISPOSES), and pharmacogenomics (e.g., AUGMENTS, DISRUPTS), as well as some types of static relations (e.g., ISA, PART_OF). Given the input sentence in Example (1a) taken from a PubMed abstract (PMID: 10090351), SemRep generates the predication shown in Example (1b). Mentions corresponding to the predication arguments are underlined and the one corresponding to the predicate is in bold. UMLS concept identifiers (CUIs) of arguments are also provided. (a) Whether decreased expression is responsible for the observed in , deserves further investigation. (b) C0078056:Vascular Cell Adhesion Molecule-1 -DISRUPTS- C0730345:Microalbuminuria SemRep relies on the UMLS SPECIALIST Lexicon [10], MedPost part-of-speech tagger [11], and noun phrase chunking, and it is supported by MetaMap [12] for normalizing noun phrases to UMLS Metathesaurus concepts. Entrez Gene [13] serves as a supplementary source to the UMLS Metathesaurus for gene/protein terms. Indicator rules are used to map lexical and syntactic phenomena to predicates. Indicators include lexical categories, such as verbs, nominalizations, and prepositions, and syntactic constructions, such as appositives or modifier-head structure in the simple noun phrase. SemRep underpins the Semantic MEDLINE web application [14] and SemMedDB [15], a PubMed-scale repository of semantic predications, which currently contains more than 85 million predications. As Example (1) above illustrates, SemRep predications may not fully capture the meaning of the source sentence. It focuses on propositional meaning (the claim that the reduction in microalbuminuria is due to VCAM-1) and ignores the semantic layers that a proposition is couched in: that the author of the sentence speculates about the proposition and is uncommitted to the factuality of the proposition is not made explicit in the semantic representation. This semantic level is sometimes referred to as extra-propositional meaning [16] and its study focuses on phenomena such as uncertainty, negation, hedging, opinions, beliefs, and intentions. Such phenomena are prevalent in biomedical literature, as the scientific method involves hypothesis generation, experimentation, and reasoning on findings to reach, generally tentative, conclusions [17]. Interpreting such phenomena can benefit biomedical text mining applications that rely on semantic relations, by distinguishing facts from tentative statements and allowing inference on the reliability of the underlying scientific claims. For example, Light et al. [18] argued that speculations are more important than established facts for researchers interested in current trends and future directions. It is not difficult to see that the speculative claim in Example (1) above, with its uncommitted status, can form the basis of a new hypothesis and further experiments. While not as widely studied as more foundational tasks like named entity recognition or relation extraction, in the last decade, there has been some research focusing on extra-propositional meaning in biomedical research literature. Extra-propositional phenomena have been annotated in various corpora. For example, the GENIA event corpus [19] contains biological events from MEDLINE abstracts annotated with their certainty level (certain, probable, doubtful) and assertion status (exist, non-exist). The BioScope corpus [20] consists of abstracts and full-text articles annotated with negation and speculation markers and their scopes. Wilbur et al. [21] proposed a fine-grained annotation scheme with multi-valued qualitative dimensions to characterize scientific sentence fragments, certainty (complete uncertainty to complete certainty), evidence (from no evidence to explicit evidence), and polarity (positive or negative) among them. In a similar vein, Thompson et al. [22] annotated each event in the GENIA event corpus with meta-knowledge elements, some of which correspond to extra-propositional aspects: Knowledge Type (Investigation, Observation, Analysis, Method, Fact, Other), Certainty Level (considerable speculation, some speculation, and certainty), and Polarity (negative and positive). Their annotations are more semantically precise as they are applied to events, rather than somewhat arbitrary sentence fragments used by Wilbur et al. [21]. Shared task competitions have provided stimulus in automatic recognition of certain extra-propositional phenomena. BioNLP shared tasks on event extraction [23, 24] and CoNLL 2010 shared task on hedge detection [25] focused on GENIA and BioScope negation/speculation annotations, respectively. Supervised machine learning techniques [6, 26] as well as rule-based methods [27] have been explored in extracting these phenomena and their scopes in these competitions. More generally, Miwa et al. [28] used a machine learning-based approach to assign meta-knowledge categories to events, casting the problem as a classification task and using syntactic (dependency paths), semantic (event structure), and discourse features (sentence location). They also reported state-of-the-art results on the BioNLP shared task corpus. Recently, Kilicoglu et al. [29] proposed a rule-based approach to assign two meta-knowledge categories (Certainty Level and Polarity) to events. The approach extended the Embedding Framework [30], which presents a fine-grained linguistic characterization of extra-propositional meaning and a semantic composition methodology based on lexical information and syntactic dependency parsing to extract such meaning. The studies that focus on extra-propositional meaning mentioned so far assign discrete values to propositional content (e.g., certainty level or polarity of an event). While these values can be useful for downstream applications, a potentially more useful notion is factuality, which can be conceived as a continuum that ranges from factual to counter-factual with degrees of uncertainty in between. In computational linguistics, factuality is often modeled as the interaction of epistemic modality (or certainty) and polarity [31]. By making the interaction of these dimensions explicit, factuality values allow us to compositionally model the effect of fragments like unable to demonstrate and can on the factuality of the proposition that DA prevents acute renal failure in the sentence Studies have been unable to demonstrate that DA can prevent acute renal failure. Furthermore, we can draw inferences about ordering of different propositions by their factual status more readily (i.e., is proposition X more likely than proposition Y?) or to distinguish how a given proposition is presented in different contexts (i.e., is claim X presented as a fact in publication A and as unlikely in publication B?). Such inferences can enable tasks like tracking of scientific claims, among other possible uses. Kilicoglu et al. [29] demonstrated how biomedical event factuality can be inferred from the results of semantic composition; however, their evaluation mainly focused on certainty and polarity categories, in the absence of a corpus annotated with factuality. In this study, we focus on the factuality of SemRep predications. We present an annotated corpus in which we annotated SemRep predications extracted from 500 PubMed abstracts with their factuality values. We extend our earlier work [29] to compositionally predict factuality values. With the availability of an annotated corpus, we also experiment with a supervised machine learning approach based on a rich feature set. Our results indicate that the rule-based approach outperforms the machine learning approach in predicting factuality of predications. The rule-based factuality assessment of SemRep predications will be incorporated into SemMedDB, allowing for a more fine-grained input for advanced data mining and literature-based discovery applications that rely on this repository.

Methods

In this section, we first discuss our corpus and the annotation study. We then describe two approaches to factuality assessment of SemRep predications, the first a rule-based, compositional approach and the second a machine learning-based method. We conclude this section by briefly discussing the evaluation methodology.

Corpus and annotation

For training and testing, we used a corpus of 500 PubMed abstracts. These were randomly selected from a larger corpus of approximately 45,000 abstracts used in another study (as of yet unpublished). The selection criteria for the abstracts in the larger corpus was that SemRep extracted at least one predication from them, in which the object argument was one of a small number of disorders, including Alzheimer’s disease, asthma, myocardial infarction, obesity, and Parkinson disease, and the predicate type was one of CAUSES, PREVENTS, PREDISPOSES, and TREATS. We annotated SemRep predications extracted from these abstracts with seven discrete factuality levels: fact, probable, possible, doubtful, counterfact, uncommitted, and conditional. The motivation in selecting these values was to be as fine-grained as possible while also maintaining annotation feasibility. We also aimed to be consistent with existing categorizations and were inspired, in particular, by several other characterizations of factuality and certainty levels [19, 31, 32]. Among these seven values, the first five can be modeled on a factuality scale, where fact and counterfact represent the endpoints and probable, possible, and doubtful represent the intermediate values from more to less factual. uncommitted and conditional values, on the other hand, are inspired by Szarvas et al. [32] and Saurí and Pustejovsky [31] and aim to model predications which are underspecified with regards to their factuality. uncommitted predications are those propositions whose factuality value is unknown, while conditional predications are those whose factuality value depends on the factuality of another predication. Examples for each type are given in Table 1 and the factuality scale is illustrated in Fig 1.
Table 1

Examples of SemRep predications with their factuality values.

SentencePredicationFactuality
Nifedipine increased renal blood flow, both in salt-sensitive and in salt-resistant individuals …Nifedipine-AUGMENTS-Renal Blood Flowfact
Our findings support the hypothesis that tamoxifen increases the risk of endometrial carcinoma and premalignant changes …Tamoxifen-PREDISPOSES-Endometrial Carcinomaprobable
Women identified as being at high risk for breast cancer as determined by these hormone levels may benefit from antiestrogen treatment for primary prevention.Estrogen Antagonists-TREATS-Malignant neoplasm of cancerpossible
These results obtained with a limited number of patients do not support any clinical efficacy of regular treatment with an oral antileukotriene in seasonal allergic rhinitis Leukotriene Antagonists-TREATS-Hay feverdoubtful
Losartan, an angiotensin II receptor antagonist, does not produce cough which is classically seen with ACE inhibitors.Losartan-CAUSES-Coughingcounterfact
Plasmapheresis for collagen diseases.Plasmapheresis-TREATS-Collagen Diseasesuncommitted
Cyclic AMP was found to either inhibit or markedly increase CD40L expression dependent upon the mechanisms of T cell activation.Cyclic AMP-STIMULATES-CD40 Ligandconditional
Fig 1

The factuality scale with proposed factuality values.

For each predication extracted by SemRep, the annotators performed the following two steps: If the extracted predication is a false positive, mark it as such (i.e., no further factuality annotation is needed). Otherwise (true positive), mark the factuality level of the predication using one of the seven factuality values. Initially, all predications were automatically marked as fact. No specific annotation guidelines were developed. Instead, the annotators read the relevant papers on factuality categorization (in particular, Saurí and Pustejovsky [31] and Szarvas et al. [32]), discussed their understanding, and developed the 7-level categorization in the light of SemRep predications. In the first phase of the annotation, 50 abstracts were double-annotated by two of the authors (HK, GR). The annotations were then compared and reconciled and inter-annotator agreement was calculated. Reconciliation helped to clarify some of the issues with factuality annotation of SemRep predications. Following the reconciliation, one of the authors (GR) annotated the rest of the corpus (450 abstracts). The corpus was then split into two for this study: 300 abstracts were used for training and 200 abstracts were used for testing. The annotation was performed using the brat annotation tool [33]. To measure inter-annotator agreement, we calculated Cohen’s kappa (κ) [34] coefficient, which takes into account chance agreement, as well as the F1 score when one set of annotations is taken as the gold standard, which does not consider chance agreement. The annotated corpus is publicly available at https://skr3.nlm.nih.gov/Factuality/ (a UMLS license is required).

Compositional factuality assessment

We experimented with two approaches to assess factuality of SemRep predications. The first approach is an enhancement of the compositional approach reported in earlier work [29], in which the method was applied to assess the factuality of biological events in the GENIA event corpus [19]. In this paper, we briefly describe the core of this approach and how it was enhanced for SemRep predications. A more detailed description can be found in Kilicoglu et al. [29]. The high-level workflow in this approach is illustrated in Fig 2.
Fig 2

Workflow diagram of the method for compositional factuality assessment of SemRep predications.

The compositional approach is based on the Embedding Framework [30], which views extra-propositional meaning as a domain-independent semantic layer and focuses on modeling it in a unified manner. This framework can be viewed as being complementary to SemRep, which explicitly focuses on propositional meaning, and consists of the following components: An enhanced predication representation A domain-independent categorization of embedding phenomena A dictionary of embedding predicates A predication composition procedure that uses syntactic dependency relations and the components above to extract enhanced predications The framework can incorporate conceptual and propositional information in the form of named entities and relations extracted by third-party tools, as long as the textual mentions of relevant terms and predicates are provided. SemRep, with its explicit marking of entities and predicates, therefore, readily provides the semantic information that can be integrated into the framework. Enhanced predications generated by the predication composition procedure can be used to address various practical tasks. Factuality assessment is one such task and is achieved by rules that map each enhanced predication to a distinct factuality level. We illustrate the components of the framework on an example, shown in Table 2. The sentence under consideration is given in row (1), while the named entities and the predication provided by SemRep are in rows (2) and (3), respectively. The enhanced predications generated by the framework are illustrated in row (4). Note that the named entities in row (2) appear with their term identifiers in row (4) for readability (t1, t6, etc.). In the Embedding Framework, a predication is formally defined as: where P is a typed predicate, S is the source of the predication (attribution), and MV is its scalar modality value. Arg1.. represent the logical arguments of the predication (shown in object, subject, and adjunct order), some of which can be other predications (i.e., predications can be nested).
Table 2

Composition example for a sentence in PMID 10652588.

(1)These results suggest that Ibuprofen may have potential in the chemoprevention and treatment of breast cancer.
(2)results(t1) ⇒ C1274040:result (Functional Concept)Ibuprofen(t2) ⇒ C0020740:Ibuprofen (Organic Chemical, Pharmacologic Substance)potential(t3) ⇒ C0237399:Potential (Qualitative Concept)chemoprevention(t4) ⇒ C0282515:Chemoprevention (Therapeutic or Preventive Procedure)treatment(t5) ⇒ C0087111:Therapeutic procedure (Therapeutic or Preventive Procedure)breast_cancer(t6) ⇒ C0006142:Malignant neoplasm of breast (Neoplastic Process)
(3)C0020740:Ibuprofen-TREATS-C0006142:Malignant neoplasm of breast
(4)treatment:treats (e1,t1,0.5epistemic,t6, t2)may:speculative (em10,t1,0.75epistemic,e1)suggest:deductive (em11,WR,1.0epistemic,em10,t1)

In row (2), UMLS Metathesaurus concepts corresponding to entities are represented as CUI: Preferred Name (Semantic Types) tuples.

In row (2), UMLS Metathesaurus concepts corresponding to entities are represented as CUI: Preferred Name (Semantic Types) tuples. In the example in Table 2, the SemRep predication in (3) is incorporated into the framework as e1 (row (4)). Its source S has been identified as t, the term corresponding to the mention results. The predication is placed on the epistemic scale, with the modality value of 0.5. The framework also generates two new embedding predications (em10, em11), indicated by may and suggest, typed as speculative and deductive predications, respectively. Note that these two predications are nested: e is embedded by em10, which in turn is embedded by em11. e1 and em10 are also said to be within the scope of em11. The speculative predication (em10) has the same source as the TREATS predication (e1), while the deductive predication is attributed to the author of the document (wr). Both embedding predications are also placed on the epistemic scale (or factuality scale). In our model, as shown in Fig 1, an epistemic scale value of 1 corresponds to a fact while the value of 0 corresponds to a counterfact, and the intermediate values can be paraphrased as (in increasing order) doubtful, possible, and probable. So, in essence, the enhanced predications in row (4) of Table 2 can be paraphrased as follows: e1: The treatment of breast cancer by Ibuprofen is possible according to these results. em10: The possibility that Ibuprofen treats breast cancer is probable, according to these results. em11: That these results suggest the possibility that Ibuprofen may treat breast cancer is a fact according to the author. A domain-independent embedding categorization and a dictionary in which embedding predicates, such as may and suggest, are mapped to these categories, underpin the composition of these predications. Four main types of extra-propositional predicates are distinguished in the categorization: modal, relational, valence_shifter and propositional, each of which is subdivided into subcategories. For factuality assessment, modal predicates as well as scale_shifter predicates (a subcategory of valence_shifter) are the most relevant. These two categories are illustrated in Fig 3. Without elaborating on individual subcategories, we point out that predicates belonging to modal subcategories are associated with modality scales (e.g., epistemic scale, deontic scale) which are modeled with the [0,1] range. The predications within the scope of these predicates are placed on the relevant scale, where a value of 1 indicates strongest positive association with the scale and 0 indicates negative association. Conversely, scale_shifter predicates do not introduce modality scales but trigger a scalar shift of the embedded predication on the associated scale.
Fig 3

Embedding categorization.

Predication composition also relies on lexical information (tokens, lemmas, part-of-speech) and syntactic dependencies provided by the Stanford CoreNLP toolkit [35]. The collapsed format of dependency relations is used. In the first step of composition, syntactic dependency graphs of abstract sentences are transformed into a semantically enriched, directed, acyclic semantic document graph through a series of dependency transformation rules. Each node of the semantic graph corresponds to a textual unit of the document, potentially associated with some semantics, and the direction of edges between them reflects the semantic dependency between its endpoints, rather than a syntactic dependency. The syntactic dependency graph of the sentence in Table 2 and the corresponding semantic subgraph are shown in Fig 4. In generating this semantic dependency subgraph, two transformation rules have been used (Verb Complex Transformation and Coordination Transformation). The former rule applies to the nodes associated with the verbs suggest and have, while the latter applies to the dependency relation conj_and between the nodes chemoprevention and treatment (see [30] for more details on the transformation rules).
Fig 4

Syntactic dependency graph of the sentence These results suggest that Ibuprofen may have potential in the chemoprevention and treatment of breast cancer. and its corresponding semantic dependency subgraph.

The generation of the semantic graph is followed by bottom-up traversal of the graph for predication composition. Two procedures in predication composition that play roles in factuality assessment are: Argument identification is the process of determining the logical arguments of a predication, using rules based on the lexical/syntactic properties of its predicate defined in the dictionary. Scalar modality value composition determines the relevant scale and modality value on this scale for predications in the scope of a modal or scale_shifter predicate. Each predication is initially placed on the epistemic scale and assigned the modality value of 1 (i.e., fact). Scalar modality value composition then modifies this value as appropriate during traversal of the graph. Information about the predicates that is needed for the composition procedures is compiled in the hand-crafted embedding dictionary, which currently contains 548 modal and 97 scale_shifter predicates. The dictionary entry for the modal auxiliary predicate may is given in Table 3. It is defined as having two modal senses: speculative and permissive (i.e., it is ambiguous). According to this entry, when it indicates speculative meaning (Sense.1), the predication in its scope is placed on the epistemic scale (since speculative is a subcategory of epistemic) and assigned an initial value of 0.5. The semantic dependency type AUX is expected between may and the predicate corresponding to the predication that it embeds. This entry licenses the TREATS predication indicated by treatment in Fig 4 as being in the scope of the speculative may, since there is a semantic dependency with type AUX on the path between the corresponding nodes. Though not associated with a predication, the verb have is also taken as the logical object argument of the speculative may (argument identification, due to same semantic dependency.
Table 3

Dictionary entry for the modal auxiliary may.

LemmaPOSmayMD (modal)
Sense.1Category speculative
Prior scalar modality value0.5
Semantic dependency typesAUX
Sense.2Category permissive
Prior scalar modality value0.6
Semantic dependency typesAUX

Enhancing the compositional approach

To use the compositional approach with SemRep predications, we make several enhancements in the composition procedure. First, we prune the embedding predicate annotations of the system that are subsumed by or overlap with named entities or predicates identified by SemRep, in order to avoid using them for factuality assessment and to give precedence to the semantics generated by SemRep. For example, potential in the sentence in Fig 4 is mapped to a UMLS concept and it is also an embedding predicate belonging to the potential subcategory of the dynamic modal category. The latter sense is, therefore, pruned from the semantic graph, as illustrated in Fig 4. Second, the handling of negated predication arguments is enhanced. Negation triggers, such as no or neither, can affect the factuality of the predication itself when they modify a predication argument, since they can have wide scope [36]. In the previous study [29], while we were able to achieve state-of-the-art performance for certainty, our results for polarity (negation) lagged behind. Our error analysis revealed that the system did not address negation of predication arguments well. We previously assumed that, for such wide scope interpretation, the predicate corresponding to a predication should directly dominate the negation trigger, which in turn should directly dominate the predication argument in the semantic graph. This often does not hold, particularly with SemRep predications, since SemRep uses an underspecified approach in semantic interpretation and the syntactic/semantic dependencies between the predicate and the arguments are often not captured neatly in the semantic graph. To improve the handling of negated arguments, we relax this assumption and stipulate that an argument be negated if there is an appropriate negation trigger node anywhere on the dependency path between the predicate and the argument nodes, making the predication negated, as well. This enhancement allows us to capture that the INHIBITS predication in Example (2) is a counterfact. CC1069, but not the parent drug , in vitro production of … Thalidomide-INHIBITS-TNF-alpha Third, we add a semantic graph path constraint between the embedding predicate and the predicate indicating the SemRep predication. This constraint applies when the embedding predicate is an adverb or a modal auxiliary, and stipulates that for the SemRep predication to be in the scope of the embedding predicate, no verbal node can be on the path between the embedding predicate and the SemRep predicate, unless the verbal node corresponds to a light verb, such as associate or have. In Example (3) below, this constraint correctly prevents the predicate effect from being under the scope of the negation trigger not, since two verbs, designed and investigate, appear on the semantic graph path (relevant graph dependencies are illustrated below). Therefore, the predication shown is a fact, rather than a counterfact. The patients were drawn from a larger placebo-controlled, double-blind, randomized trial, which was not originally designed to investigate the of on Pramipexole-AFFECTS-Tremor NEG(not,designed) XCOMP(designed,investigate) DOBJ(investigate,effect)

Mapping predication elements to factuality values

Once the enhanced predications are composed, we use simple rules to assign factuality levels to them. In our previous work, these rules were essentially based on scalar modality values associated with predications. In the current study, based on the analysis of the training examples, these were slightly modified, with new rules added for uncommitted factuality value, since non-commitment had not been addressed in earlier work. In addition, we developed several rules based on the predicate or indicator type of the SemRep predication, since we found that some predicate or indicator types predominantly indicate factual predications. These rules are as follows: All ISA predications are assigned the factuality value of fact. All predications indicated by modifier-head constructions or prepositional predicates are assigned the value of fact. All inferred predications (INFER) inherit the factuality value of their non-inferred counterpart. The first two rules aim to address predominantly factual static relations (rather than events). The modified, scalar modality value-based rules are shown in Table 4. We did not address the conditional factuality value, since only a single instance was annotated in the corpus.
Table 4

Mapping scalar modality values to factuality levels.

ConditionFactuality value
MVepistemic = 1 fact
MVepistemic >= 0.65 AND MVepistemic < 1 probable
MVepistemic > 0.25 AND MVepistemic < 0.65 possible
MVepistemic > 0 AND MVepistemic <= 0.25 doubtful
MVsuccess = 1 fact
MVsuccess >= 0.65 AND MVsuccess < 1 probable
MVsuccess > 0.25 AND MVsuccess < 0.65 possible
MVsuccess > 0 AND MVsuccess <= 0.25 doubtful
MVpotential > 0 probable
MVepistemic = 0 OR MVpotential = 0 OR MVsuccess = 0 counterfact
MVinterrogative = 1 uncommitted
MVdeontic > 0.65 AND MVdeontic < 1 uncommitted
Note that only the enhanced predications corresponding to SemRep predications are mapped. All other predications are pruned at this step, since their factuality values are not of interest for this study.

Factuality assessment with supervised machine learning

As an alternative to the compositional approach, we experimented with a machine learning method. We cast factuality prediction as a multi-label classification task. LIBLINEAR implementation of linear SVM [37] was used as the learning algorithm. The regularization parameter C was set to 2, using grid search. We experimented with two sets of features. The first set consists of features used by Miwa et al. [28] for classification of meta-knowledge dimensions. We used this set of features, because two meta-knowledge dimensions (Certainty Level and Polarity) are relevant to factuality and they report state-of-the-art results on classification of these dimensions. The features they used are classified as follows: Shortest path features are computed over the syntactic dependency paths between meta-knowledge clues and event participants (triggers and arguments) and include features such as the shortest path length, n-gram features (n = 1,2,3,4) over the shortest path vertices (tokens) and edges (dependency labels). As meta-knowledge clues, we used the predicates in the embedding dictionary. Event participants are analogous to predication elements (predicate and subject-object pair). Trigger features represent the context around the event trigger (predicate) and are computed over 2-step dependency paths from the trigger. These features include n-gram features (n = 2,3) over the tokens in the path as well as bigram features over the dependency labels and n-gram features (n = 2,3,4) over both token and dependency labels. Event trigger-argument pair features are n-gram features (n = 1,2,3,4) within a window of three tokens before the first token and three tokens after the last token in the trigger-argument pair. Sentence features are the absolute position (first, second, etc.) and the relative position of the predication sentence in the abstract. While we aimed to replicate the experimental setting of Miwa et al. [28], this was not entirely feasible since they used different tools for linguistic analysis and based their classification on their event extraction system, EventMine [38]. Furthermore, their meta-knowledge clue list was not available to us. Therefore, our implementation is a rough approximation of their method. The second set of features include a subset of the features above as well as several additional features, some incorporating SemRep-specific information and others that were expected to be helpful for the classification task. The features that are shared with those of Miwa et al. [28] are: Shortest path length features between an embedding predicate and the predication elements (predicate, subject, and object). Note, however, that these features are computed over the semantic dependency graph instead of the syntactic dependency graph. Trigger-argument pair unigram and bigram features Sentence relative position feature The additional features used in the second set are the following: Dominating embedding triggers feature indicates the list of embedding triggers that dominate the predicate in the semantic dependency graph. Feature indicating whether the predication sentence is in the title of the abstract. Predicate type feature (TREATS, ISA, PROCESS_OF, etc.) Indicator type feature (whether it is a verb, noun, preposition, etc.) The scalar modality value feature depends on the semantic composition procedure outlined above. The scalar modality value associated with the enhanced predication is discretized, such that the modality scale is divided into 5 bins. The mapping of scalar values to bins is as follows: {1.0 → 5, 0.65-0.99 → 4, 0.26-0.64 → 3, 0.01-0.25 → 2, 0.0 → 1}. For example, if the predication has the scalar modality value of 0.9, this is discretized as EPISTEMIC_4.

Evaluation

We assessed our methodology on the annotated factuality corpus. We used a simple majority baseline, which indicates that all predications have the factuality level of fact, essentially what SemRep currently assumes. In one experiment, we used the system we reported earlier for factuality assessment of GENIA events [29] as-is. That system generated Certainty Level (L3, L2, L1) and Polarity (Positive, Negative) annotations. L3 corresponds to a fact, L2 indicates high confidence (slight speculation) and L1 indicates considerable speculation. We simply mapped these values to our categorization as shown in Table 5. This earlier system did not address the factuality value uncommitted.
Table 5

Mapping Certainty Level and Polarity to factuality values.

Certainty LevelPolarityFactuality
L3Positive fact
L2Positive probable
L1Positive possible
L1 OR L2Negative doubtful
L3Negative counterfact
We also evaluated the enhanced compositional factuality assessment method, as well as the supervised machine learning method with two sets of features. We used precision, recall, and F1 score as evaluation metrics for individual factuality levels, and accuracy as the metric for overall factuality assessment.

Results and discussion

In this section, we present the results of the annotation study as well as those of rule-based and machine-learning approaches to factuality prediction. We conclude the section by providing an error analysis and discussing some negative results.

Annotation study and inter-annotator agreement

The statistics regarding the corpus are given in Table 6. In terms of inter-annotator agreement, Cohen’s kappa (κ) value was 0.75, which is considered substantial agreement. Inter-annotator agreement based on F1 score, on the other hand, was 0.91.
Table 6

SemRep factuality corpus characteristics.

# Training (%)# Testing (%)# Total (%)
Abstracts300200500
SemRep predications4,4312,9607,391
True positive SemRep predications3,149 (71.1)2,179 (73.6)5,328 (72.1)
fact 2,754 (87.5)1,958 (89.9)4,713 (88.4)
probable 143 (4.5)67 (3.0)210 (4.0)
possible 66 (2.1)61 (2.8)127 (2.4)
doubtful 8 (0.3)6 (0.3)14 (0.3)
counterfact 57 (1.8)35 (1.6)92 (1.7)
uncommitted 120 (3.8)52 (2.4)172 (3.2)
conditional 1 (0.0)0 (0.0)1 (0.0)
As the statistics in Table 6 show, the corpus is dominated by factual predications. This is largely consistent with the distribution in similar corpora. For example, in Thompson et al. [22], factual events (indicated by L3 Certainty Level and Positive polarity) account for 86.5% of all events. We attribute the difference in our distribution (88.4% vs. 86.5%) to the fact that SemRep attempts to address not only events but also some static relations (ISA, PART_OF), which are overwhelmingly factual. While we obtained substantial inter-annotator agreement without annotation guidelines, it is likely that they could have been beneficial in obtaining even better agreement, as reported in Thompson et al. [22] (0.93 κ for Polarity and 0.86 for Certainty Level).

Factuality assessment

Evaluation results for factuality assessment are presented in Table 7. These results show that a simple majority baseline, which is clearly not very useful, already yields an accuracy of 89.9%. Using the earlier rule-based system [29] as-is with the simple mappings in Table 5, the results are in fact poorer than this baseline. On the other hand, the enhanced compositional approach yields a 5.1% performance improvement over the baseline, and 9% improvement over the pre-enhancement system. The improvement is observed for all factuality values (3.5% for fact, 58% for probable, 36.9% for possible, 163.4% for counterfact as well as from 0% F1 score to 50% for doubtful). These results should be interpreted in the light of the predominance of factual predications in the corpus as well as the inter-annotator agreement with F1 score (0.91), which is generally viewed as an estimate of the upper bound on machine performance [39].
Table 7

Evaluation results on the test set.

Precision (%)Recall (%)F1 (%)Accuracy (%)
Majority baseline89.9
fact 89.9100.094.7
Pre-enhancement rule-based approach [29]86.7
fact95.691.293.4
probable29.679.143.1
possible37.667.248.2
doubtful0.00.00.0
counterfact34.822.927.6
uncommitted0.00.00.0
Enhanced compositional rule-based approach94.5
fact95.698.897.2
probable66.771.669.1
possible86.854.166.7
doubtful100.033.350.0
counterfact100.057.172.7
uncommitted95.540.456.8
Supervised machine learning with features from Miwa et al. [28]89.8
fact90.499.594.7
probable50.05.910.5
possible40.03.36.1
doubtful0.00.00.0
counterfact100.02.95.6
uncommitted20.03.96.6
Supervised machine learning with additional features92.9
fact94.599.096.7
probable57.451.554.3
possible80.045.958.3
doubtful0.00.00.0
counterfact88.945.760.4
uncommitted46.713.721.2
The system performance based on supervised machine learning is also shown in Table 7. Using meta-knowledge classification features from Miwa et al. [28] did not yield any improvement over the majority baseline, with only a handful of predications labeled as non-factual. Using the additional features proposed for classification, we were able to improve the accuracy to 92.9%, which is still lower than the accuracy achieved with the enhanced rule-based approach. For the fact class, the F1 scores of the two approaches were comparable; however, the rule-based approach performed significantly better for other classes. Also note that the single most important feature for the classifier was found to be the scalar modality value feature, which depends on predication composition, a core aspect of the rule-based approach. We performed an ablation study for the enhanced compositional approach by removing each of the three enhancements discussed above and measuring the system performance. These results, presented in Table 8, show that the semantic path constraint had the largest overall impact, while enhancing negated argument processing led to a significant performance improvement in recognizing the counterfact class.
Table 8

Ablation study for the enhanced compositional approach.

Precision (%)Recall (%)F1 (%)Accuracy (%)
Enhanced compositional rule-based approach94.5
fact95.698.897.2
probable66.771.669.1
possible86.854.166.7
doubtful100.033.350.0
counterfact100.057.172.7
uncommitted95.540.456.8
Without pruning94.3
fact95.698.697.1
probable66.270.268.1
possible86.854.166.7
doubtful66.733.344.4
counterfact90.957.170.2
uncommitted87.540.455.3
Without enhancement in negated argument processing94.2
fact95.498.897.1
probable66.771.669.1
possible80.554.164.7
doubtful100.033.350.0
counterfact100.040.057.2
uncommitted95.540.456.8
Without semantic path constraint93.5
fact95.997.796.8
probable52.871.660.8
possible72.957.464.2
doubtful100.033.350.0
counterfact87.560.071.2
uncommitted95.338.554.8
We attempted to improve the machine learning approach in various ways. For example, to address the imbalance in the dataset, we oversampled the instances labeled with non-fact values. We also experimented with a two-stage classifier, which classified predications as fact and non-fact in the first stage and further classified the non-fact into other factuality classes. Finally, we varied the size of the training and test sets. None of these experiments yielded an improvement in performance. In summary, for assigning factuality values to SemRep predications, improving over a trivial baseline is quite challenging, as indicated by the results obtained with the classifier that incorporates features from Miwa et al. [28]. On the other hand, a rule-based approach based on careful linguistic analysis and deeper semantic processing provides state-of-the-art performance, even though there seems to be room for improvement.

Error analysis

We analyzed and categorized the errors made by the enhanced compositional method. The distribution of these errors is shown in Table 9. We provide examples from the most frequent three types of errors below.
Table 9

Distribution of error categories for the enhanced compositional method.

Category%
Factuality triggers29.9
Mapping rules27.7
Argument identification16.8
Scalar modality value composition10.9
Preprocessing5.8
Graph transformation5.1
Comparative structures2.2
Syntactic parsing1.5
The most frequent type of error involves presence/absence of factuality triggers. A typical example is given in Example (4), in which no factuality trigger is present, leading the system to assign it the value fact. The predication is annotated as uncommitted. We experimented with a rule specific to predications extracted from titles, which stipulated that such predications be considered uncommitted, when a main verb is not present in the title sentence. While this rule yields the correct value in this example, its overall effect was negative and the rule was ultimately discarded. of in and … Kinin-ASSOCIATED_WITH-Chronic heart failure Errors involving the mapping rules constitute the second largest class of errors. One mapping rule simply assigns the factuality value fact to all predications indicated by prepositions. There were instances in which the semantic composition yielded the correct scalar modality value, which was superseded by this mapping rule, leading to an error. In the example below, the TREATS predication is assigned the scalar modality value of 0.8, which would correctly map to probable, if not for this mapping rule. Our more fine-grained rules for predications indicated by prepositions failed to improve performance. Healthcare professionals need to consider antithrombotic and all patients. Antihypertensive therapy-TREATS-Cerebrovascular accident Argument identification errors were often caused by the lack of an appropriate semantic dependency type for the factuality trigger in the embedding dictionary. In Example 6, the semantic dependency that exists between the counterfactual trigger rule out and the predicate cause has the type PREP_AS, which is not encoded in the dictionary, leading the system to assign the value fact, instead of counterfact to this predication. …we could not rule out oral as a of … Antidiabetics-CAUSES-Liver diseases

Conclusion

We presented an annotated corpus that focuses on factuality of semantic relations, extracted by SemRep, and experimented with two approaches, one an extension of an earlier rule-based approach and the other a machine learning approach, to assign factuality values to SemRep predications. The compositional, rule-based approach yielded better performance, although there is room for improvement. While only the factuality of SemRep predications was considered in this study, the system can accommodate any semantic relation extraction system that marks relation triggers and term mentions. There are several limitations to the rule-based approach, which we plan to address in future work. First, the transformation rules that convert syntactic dependencies to a semantic graph are not exhaustive. It may be possible to automatically learn such transformations more generally using the recently available linguistic graphbanks for semantic parsing [40]. Second, the embedding dictionary is hand-crafted and scalar modality values encoded are based on linguistic intuitions. Automatically learning lexical items relevant to factuality and their attributes could be more robust. Recently, Lee et al. [41] presented a crowdsourcing experiment in which contributors were asked to assign factuality values to events, which were then used to calculate scalar factuality values for each event. A similar approach could potentially be applied to lexical triggers instead of events. The resulting annotated corpus is publicly available in standoff annotation format at https://skr3.nlm.nih.gov/Factuality/. In addition, the source code for the best performing compositional approach is made publicly available as a component of the Bio-SCoRes framework (https://github.com/kilicogluh/Bio-SCoRes/) [42] and it will be incorporated into SemMedDB [15], so that researchers who exploit this repository can take advantage of the factuality feature to potentially enhance their methods. For example, rather than treating all predications equally, researchers may want to give more weight to rhetorically salient predications (claimed knowledge updates [43]), which often appear at the end of the abstract with high factuality values. While we have not evaluated them here directly, scalar modality values of predications provide an even more fine-grained representation, with numerical values, which we plan to incorporate into SemMedDB, as well.
  20 in total

1.  The interaction of domain knowledge and linguistic structure in natural language processing: interpreting hypernymic propositions in biomedical text.

Authors:  Thomas C Rindflesch; Marcelo Fiszman
Journal:  J Biomed Inform       Date:  2003-12       Impact factor: 6.317

2.  The Unified Medical Language System (UMLS): integrating biomedical terminology.

Authors:  Olivier Bodenreider
Journal:  Nucleic Acids Res       Date:  2004-01-01       Impact factor: 16.971

3.  An overview of MetaMap: historical perspective and recent advances.

Authors:  Alan R Aronson; François-Michel Lang
Journal:  J Am Med Inform Assoc       Date:  2010 May-Jun       Impact factor: 4.497

Review 4.  Text-mining solutions for biomedical research: enabling integrative biology.

Authors:  Dietrich Rebholz-Schuhmann; Anika Oellrich; Robert Hoehndorf
Journal:  Nat Rev Genet       Date:  2012-11-14       Impact factor: 53.242

5.  SemMedDB: a PubMed-scale repository of biomedical semantic predications.

Authors:  Halil Kilicoglu; Dongwook Shin; Marcelo Fiszman; Graciela Rosemblat; Thomas C Rindflesch
Journal:  Bioinformatics       Date:  2012-10-08       Impact factor: 6.937

6.  Extracting semantically enriched events from biomedical literature.

Authors:  Makoto Miwa; Paul Thompson; John McNaught; Douglas B Kell; Sophia Ananiadou
Journal:  BMC Bioinformatics       Date:  2012-05-23       Impact factor: 3.169

7.  Corpus annotation for mining biomedical events from literature.

Authors:  Jin-Dong Kim; Tomoko Ohta; Jun'ichi Tsujii
Journal:  BMC Bioinformatics       Date:  2008-01-08       Impact factor: 3.169

8.  Entrez Gene: gene-centered information at NCBI.

Authors:  Donna Maglott; Jim Ostell; Kim D Pruitt; Tatiana Tatusova
Journal:  Nucleic Acids Res       Date:  2005-01-01       Impact factor: 16.971

9.  DNorm: disease name normalization with pairwise learning to rank.

Authors:  Robert Leaman; Rezarta Islamaj Dogan; Zhiyong Lu
Journal:  Bioinformatics       Date:  2013-08-21       Impact factor: 6.937

10.  Bio-SCoRes: A Smorgasbord Architecture for Coreference Resolution in Biomedical Text.

Authors:  Halil Kilicoglu; Dina Demner-Fushman
Journal:  PLoS One       Date:  2016-03-02       Impact factor: 3.240

View more
  6 in total

1.  Towards a characterization of apparent contradictions in the biomedical literature using context analysis.

Authors:  Graciela Rosemblat; Marcelo Fiszman; Dongwook Shin; Halil Kilicoglu
Journal:  J Biomed Inform       Date:  2019-08-29       Impact factor: 6.317

2.  Using computable knowledge mined from the literature to elucidate confounders for EHR-based pharmacovigilance.

Authors:  Scott A Malec; Peng Wei; Elmer V Bernstam; Richard D Boyce; Trevor Cohen
Journal:  J Biomed Inform       Date:  2021-03-11       Impact factor: 6.317

3.  Integrating Unified Medical Language System and Kleinberg's Burst Detection Algorithm into Research Topics of Medications for Post-Traumatic Stress Disorder.

Authors:  Shuang Xu; Dan Xu; Liang Wen; Chen Zhu; Ying Yang; Shuang Han; Peng Guan
Journal:  Drug Des Devel Ther       Date:  2020-09-24       Impact factor: 4.162

4.  A Knowledge Graph of Combined Drug Therapies Using Semantic Predications From Biomedical Literature: Algorithm Development.

Authors:  Jian Du; Xiaoying Li
Journal:  JMIR Med Inform       Date:  2020-04-28

5.  A semantic relationship mining method among disorders, genes, and drugs from different biomedical datasets.

Authors:  Li Zhang; Jiamei Hu; Qianzhi Xu; Fang Li; Guozheng Rao; Cui Tao
Journal:  BMC Med Inform Decis Mak       Date:  2020-12-14       Impact factor: 2.796

6.  Identifying and classifying goals for scientific knowledge.

Authors:  Mayla R Boguslav; Nourah M Salem; Elizabeth K White; Sonia M Leach; Lawrence E Hunter
Journal:  Bioinform Adv       Date:  2021-07-28
  6 in total

北京卡尤迪生物科技股份有限公司 © 2022-2023.