Skip to main content

Volume 16 Supplement 10

BioNLP Shared Task 2013: Part 1

Detection and categorization of bacteria habitats using shallow linguistic analysis

Abstract

Background

Information regarding bacteria biotopes is important for several research areas including health sciences, microbiology, and food processing and preservation. One of the challenges for scientists in these domains is the huge amount of information buried in the text of electronic resources. Developing methods to automatically extract bacteria habitat relations from the text of these electronic resources is crucial for facilitating research in these areas.

Methods

We introduce a linguistically motivated rule-based approach for recognizing and normalizing names of bacteria habitats in biomedical text by using an ontology. Our approach is based on the shallow syntactic analysis of the text that include sentence segmentation, part-of-speech (POS) tagging, partial parsing, and lemmatization. In addition, we propose two methods for identifying bacteria habitat localization relations. The underlying assumption for the first method is that discourse changes with a new paragraph. Therefore, it operates on a paragraph-basis. The second method performs a more fine-grained analysis of the text and operates on a sentence-basis. We also develop a novel anaphora resolution method for bacteria coreferences and incorporate it with the sentence-based relation extraction approach.

Results

We participated in the Bacteria Biotope (BB) Task of the BioNLP Shared Task 2013. Our system (Boun) achieved the second best performance with 68% Slot Error Rate (SER) in Sub-task 1 (Entity Detection and Categorization), and ranked third with an F-score of 27% in Sub-task 2 (Localization Event Extraction). This paper reports the system that is implemented for the shared task, including the novel methods developed and the improvements obtained after the official evaluation. The extensions include the expansion of the OntoBiotope ontology using the training set for Sub-task 1, and the novel sentence-based relation extraction method incorporated with anaphora resolution for Sub-task 2. These extensions resulted in promising results for Sub-task 1 with a SER of 68%, and state-of-the-art performance for Sub-task 2 with an F-score of 53%.

Conclusions

Our results show that a linguistically-oriented approach based on the shallow syntactic analysis of the text is as effective as machine learning approaches for the detection and ontology-based normalization of habitat entities. Furthermore, the newly developed sentence-based relation extraction system with the anaphora resolution module significantly outperforms the paragraph-based one, as well as the other systems that participated in the BB Shared Task 2013.

Background

Introduction

Identifying and characterizing the habitats where bacteria live (i.e. bacteria biotopes) is crucial for gaining a better understanding of bacterial infections, which in turn can lead to the development of novel disease prevention, prediction, and treatment methods. Besides health sciences, information about the relations of bacteria with their environments is also important for research areas such as microbiology, agronomy, and food processing and preservation. One of the challenges that researchers in these areas face is the absence of a comprehensive database that stores the relationships among bacteria and their habitats in a structured format. Most of the bacteria habitat information is only available in an unstructured textual format in electronic resources such as scientific publications and web pages of bacteria sequencing projects [1]. For instance, even a limited search in PubMed for "bacteria AND (habitat OR localization OR environment)", which probably barely covers all relevant documents, returns 177, 000 documents (Search date: January 29, 2014). This illustrates the difficulty of manual curation for developing a comprehensive database that stores and provides easy access to information about bacteria and their habitats. An important step towards the creation and population of such a database is developing text mining methods to automatically recognize and normalize mentions of bacteria and habitats in text, as well to identify the relations among them.

The Bacteria Biotope (BB) Task in the BioNLP Shared Task 2013 addressed the problems of identifying locations where bacteria live and semantically annotating them using an ontology [13]. Unlike most previous biomedical information extraction challenges which target extracting information from publications in PubMed (e.g. [46]), the documents targeted in the BB task are scientific web pages. In addition these documents are richer in terms of both the number and the variety of habitats, compared to the ones in PubMed [1].

The BB task consisted of three sub-tasks. Sub-task 1 involved the recognition of habitat names in text and their categorization with concepts from the OntoBiotope (MBTO) Ontology [7]. Figure 1 shows a sample text file from the training set provided by the organizers. The bacteria and habitat entities are shown in bold. For instance, "Bifidobacterium" is a bacteria entity, whereas "human" and "human gastrointestinal tract" are habitat entities. The concept that is associated with the "human gastrointestinal tract" habitat in the OntoBiotope ontology is "digestive tract", and the one associated with the "human" habitat is "human".

Figure 1
figure 1

Sample text. A sample input file containing bacteria and habitat entities.

Given the names, types (i.e. Bacteria, Habitat, Geographical), and positions of the entities in text the goal of Sub-task 2 was to extract the localization relations between bacteria and habitat (i.e. Habitat, Geographical) pairs, as well as PartOf relations between habitat pairs. A PartOf relation between a pair of habitats holds if one of them is a living organism (called host), and the other one is part of this organism (called host part). The relation between "Bifidobacterium" and "human gastrointestinal tract", as well as the one between "Bifidobacterium" and "human" are among the localization relations described in the text shown in Figure 1. The relation between the host "human" and the host part "human gastrointestinal tract" is one of the PartOf relations described in Figure 1. One of the challenges in the relation extraction task is the high frequency of bacteria anaphors and relations that cross sentence boundaries.

Sub-task 3 was similar to Sub-task 2. The only difference in Sub-task 3 was that the gold standard entity annotations were not given to the participants. In other words, the participants were also expected to detect the bacteria and habitat entities.

In this paper, we describe our submissions to Sub-task 1 (Entity Detection and Categorization) and Sub-task 2 (Localization Relation Extraction) in the BB Task of the BioNLP Shared Task 2013 [8], as well as the new methods that we developed and the improvements that we obtained after the official evaluation. We propose a linguistically-oriented rule-based approach for entity detection and categorization. Our approach utilizes the shallow syntactic analysis of the text including sentence segmentation, tokenization, lemmatization, part-of-speech tagging, and shallow (partial) parsing. Manually designed syntactic rules that are based on the noun phrases and the part-of-speech tags of the words in the sentences are used to recognize the habitat entities and map them to the corresponding concepts in the OntoBiotope ontology. Our approach also tackles the problem of handling discontinuous entities such as the two distinct entities "nasal cavity" and "oral cavity" in the phrase "nasal and oral cavity".

As improvements to the Sub-task 1 system, we investigate expanding the OntoBiotope ontology using the training set and extending the noun phrases with their modifiers including the ones that are attached with the prepositions in, of, and with (e.g. "infected child in Germany"). In this article, we also introduce and compare two different approaches for relation extraction. Our original submission to Sub-task 2 was based on the first approach, which assumes that discourse changes with a new paragraph, and associates the habitat entities with the first bacteria mention in the paragraph. After the official shared task evaluation, we developed a novel sentence-based approach that incorporates an anaphora resolution module to handle bacteria coreferences.

Related work

Due to the continued rapid increase in the number of scientific articles published in the biomedical domain, it has become difficult for scientists to reach and make use of the knowledge contained in the biomedical scientific literature. Therefore, developing text mining systems for automatically extracting the biologically useful information from biomedical text has become crucial [9]. A number of shared tasks including the LLL and BioCreative Challenges, as well as the BioNLP Shared Tasks have been conducted, which have facilitated research in biomedical text mining [4, 6, 10, 11]. Most of these shared tasks addressed the problems of relation or event extraction among biomolecular entities such as proteins and genes.

The Bacteria Biotope Task is the first shared task targeting the extraction of information about bacteria and their habitats. This task was first conducted in the BioNLP Shared Task 2011 [1214]. Among the three teams that participated in the Bacteria Biotope Task 2011 [12, 13], Bibliome INRA [15] obtained the best F-score performance (45%) on the task of identifying habitat entities. They made use of resources including a list of Agrovoc geographical names [16], the NCBI Taxonomy [17], as well as an ontology for location types, and developed a system that is based on ontology-based reasoning and linguistic features. UTurku [18] developed a generic machine learning based system that can be used for all the main tasks in the BioNLP Shared Task 2011 with minor modifications. They incorporated this generic system with additional named entity recognition patterns and external resources for identifying the named entities and their types in the Bacteria Biotope Task. JAIST [19] also used a machine learning approach based on Conditional Random Fields (CRFs) [20] for this task. UTurku and JAIST adapted machine learning approaches for detecting the Localization and Part-of relations among bacteria and habitats. On the other hand, Bibliome developed a rule-based system based on the co-occurrence of entities with a trigger word in the same sentence. Only the Bibliome team performed coreference resolution. UTurku's system was based on sentence level processing, whereas JAIST's system was based on paragraph level processing. Therefore, Uturku's system was most affected from not performing coreference resolution [12, 13].

The Bacteria Biotope (BB) Task in the BioNLP 2013 Shared Task gave another opportunity to scientists to address the task of extracting information about bacteria and their habitats from text and evaluate their approaches on a common platform [1, 2]. This task maintained the primary objective of the 2011 edition of the BB task of extracting bacteria and localization relations. In addition, it introduced a new task that targeted a more fine-grained categorization (i.e. normalization) of habitat entities through the OntoBiotope ontology. Five teams participated in the 2013 edition of the BB Task [1, 2]. For Sub-task 1 the systems were ranked according to their slot error rates (SER). The first three systems obtained similar SER performances for this Sub-task despite their different approaches to the problem [1, 2]. The LIPN system [21] based on a machine learning approach achieved the best SER score (66%) in Sub-task 1. The best F-score (42%) for Sub-task 2 was obtained by the TEES 2.1 system [22], which used multi-step Support Vector Machine classification. TEES 2.1 obtained the best F-score of 14% and a relaxed score of 49% in Sub-task 3 as well. TEES 2.1 is a generalized tool for relation extraction that was implemented to apply to many tasks in the BioNLP Shared Task. It did not tackle Sub-task 1 of the BB task that aimed at identifying the habitat entities and assigning them to the corresponding OntoBiotope ontology concepts. The IRISA system used a machine learning approach based on the k-Nearest Neighbor (kNN) method and obtained a SER score of 93% in Sub-task 1, and ranked second with an F-score of 40% in Sub-task 2 [23]. LIMSI [24] was the only team that participated in all three BB sub-tasks. They used a method based on Conditional Random Fields [25] for the official submissions, while they utilized Maximum Entropy models for later improvements. They utilized various additional resources such as NCBI taxonomy for the detection of bacteria names, the Cocoa [26] annotations for the categorization of bacteria, habitat, and geographical entities, and OntoBiotope Ontology for the identification of habitat names. They obtained a SER value of 68% in the official submissions for Sub-task 1. Their results for Sub-task 2 and Sub-task 3 were relatively lower. We participated in Sub-task 1 and Sub-task 2 of the BB Task 2013. Our system Boun ranked second in Sub-task 1 with a SER score of 68% and third in Sub-task 2 with an F-score of 27% in the official evaluation [8]. The Sub-task 1 module of the Boun system utilized the shallow syntactic analysis of the text and linguistically-motivated rules. The Sub-task 2 system submitted to the official evaluation was based on a paragraph-based relation extraction approach, where the habitat entities were assumed to be related to the bacteria entity that occur first in the paragraph. The improvements that we developed after the shared task can be summarized as extending the OntoBiotope ontology using the training set, and developing a novel method for Sub-task 2. This method operates on a sentence basis. In order to handle relations that span multiple sentences a new anaphora resolution approach for the bacteria biotopes domain has been developed as well. These improvements led to state-of-the-art results in Sub-task 2. The extended system Boun 2 obtained 68% SER on Sub-task 1, and 53% F-score on Sub-task 2. The details of our official submission as well as the improvements developed after the shared task are described in the following sections.

Sub-task 1 of the BB Task is related to the general problem of named entity recognition (NER) and automatic semantic annotation by ontologies. Rule-based approaches (e.g. [27]), as well as machine-learning based methods (e.g. [28, 29]) have been developed for biomedical NER. While state-of-the-art NER systems for proteins and genes achieve performance levels that enable their use in practice, the problem of recognizing bacteria habitat names in text has not been tackled prior to the 2011 and 2013 editions of the BB Task, and there is still a lot of room for improvement. Different approaches for the semantic annotation of entities using ontologies have been proposed in the literature. Our approach is related to rule-based methods that make use of the syntactic and semantic analysis of the terms [30, 31]. A problem related to ontology-based semantic tagging has also recently been addressed in the Biocreative III Interaction Method Task (IMT) [32]. The goal was to identify the interaction methods in the articles and normalize them through the PSI-MI ontology [33]. The best performing systems in the shared task employed machine learning methods [34, 35]. However, they formulated the problem as classifying the entire articles to the ontology concepts, and did not address the problem of identifying the boundaries of the named entities. The relatively smaller training set size in the BB Task and the large number of classes (i.e. 1700 concepts) pose challenges for machine learning based classifiers in this domain.

Sub-task 2 of the BB Task is related to the general problem of relation extraction. A number of different methods including entity co-occurrence based approaches [36, 37] and pattern matching based approaches [3840] have been developed for extracting relations among biomedical entities including genes, proteins, drugs, and diseases. The state-of-the-art techniques for biomedical relation extraction are in general based on using the syntactic analyses of the sentences, usually in conjunction with machine learning methods [4145]. Most relation extraction systems operate on a sentence-level. The underlying assumption is that the majority of the relations are contained within a single sentence. This assumption holds for some domains. For example, it has been shown that only 5% of the relations in the Genia event corpus [11] span multiple sentences [46]. However, a challenge in the Bacteria Biotopes domain is the vast amount of relations that span multiple sentences and the abundance of bacteria anaphora in the text. Despite this fact, only one of the systems that participated in the BB Shared task 2011 tackled the anaphora resolution problem in this domain [15], and none of the systems in the BB Task 2013 included anaphora resolutions modules [1].

Methods

Entity boundary detection and ontology categorization

We developed a linguistically motivated rule-based system for Sub-task 1 (Entity Detection and Categorization), the workflow of which is displayed in Figure 2. The input text is first pre-processed by splitting into sentences and performing shallow syntactic analysis including POS tagging, lemmatization, and partial parsing. Based on our observation in the training set, we assume that most habitat entities are noun phrases. Before normalizing through the OntoBiotope ontology, the candidate habitat entities are identified by extracting and simplifying the noun phrases in the sentences. In addition, the OntoBiotope ontology is expanded by using the training set. We also investigate handling discontinuous entities and entity modifiers. The details of our approach are described in the following subsections.

Figure 2
figure 2

Workflow of the Sub-task 1 System.

Preprocessing

In the preprocessing step, we used the Genia Sentence Splitter (GeniaSS) [47] to segment the text into sentences and the Genia Tagger [28, 48] to obtain the shallow linguistic features of these sentences including the POS tags, the lemmas, and the constituent categories of the words. Figure 3 shows a sample sentence and the output obtained by the preprocessing module (on the left-hand side of the figure). These shallow syntactic analysis results are then used in the following steps of our system to extract and simplify the noun phrases (as shown on the right-hand side of Figure 3), as well as to map them to the OntoBiotope ontology.

Figure 3
figure 3

Sample output of the preprocessing, and the noun phrase extractor and simplifier.

Ontology expansion from the training data

In this step, the annotated training data set is used to expand the OntoBiotope ontology. If a term in the training set is labeled with an OntoBiotope ontology concept, it is included in the ontology as a synonym of that concept, unless it is already defined as a name or as a synonym of that concept. For example, the ontology concept with ID MBTO:00001875 has the name "mummy tissue" in the ontology. This entry does not have any synonyms. However, in the training set the term "tissues of ancient mummies" is labeled with this concept. Therefore, "tissues of ancient mummies" is added as a synonym of the "mummy tissue" concept in the ontology.

Noun phrase extraction and simplification

In the noun phrase extraction and simplification step, first, the noun phrases are extracted based on the constituent categories of the words identified by the Genia Tagger. Next, the extracted noun phrases are simplified by removing the words that do not contain informative information regarding bacteria habitats. The non-informative words are identified based on their POS tags. For instance, determiners and possessive pronouns are non-informative and thus, are not included in the boundaries of the habitat entities. Consider the noun phrases "the mummy tissue" and "its small intestine". The simplified noun phrases are obtained by removing the determiner "the" from the first noun phrase and the possessive pronoun "its" from the second noun phrase. Thus, the simplified noun phases are "mummy tissue" and "small intestine", respectively. The preprocessing, noun phrase extraction and simplification processes are illustrated in Figure 3 for a sample sentence.

Discontinuous entity handling

Some habitat entity spans in text may be discontinuous. For example, the phrase "ground and surface water" contains two overlapping entities, namely "ground water" and "surface water" [1]. Our system includes a mechanism to handle discontinuous entities, which are represented with noun phrases containing the conjunction "and". Such noun phrases are split into two sub-phrases from the conjunction "and". If the two sub-phrases map to two concepts in the OntoBiotope ontology, which have the same direct ancestor represented with a common is-a relation, then the habitats are identified according to the structure of the noun phrase as follows. Each sub-phrase is considered to be a separate habitat entity, if both of the sub-phrases consist of single words tagged as nouns. Otherwise, the two sub-phrases constituting the noun phrase are identified as a single habitat entity. On the other hand, if the mapped two concepts in the OntoBiotope ontology don't have a common direct ancestor, then the corresponding two sub-phrases are considered to be two separate habitat entities. Our approach for discontinuous entity handling is described in more detail below through the example phrases "pharyngeal and gut mucosa" , "iron-rich and wet environment", "plants and animals", and "mouse and cheese".

  • Given the phrase "pharyngeal and gut mucosa", the two generated sub-phrases are "pharyngeal mucosa" and "gut mucosa". The direct ancestor of "pharyngeal mucosa" in the OntoBiotope ontology is "respiratory tract part", whereas the direct ancestors of "gut mucosa" are "digestive tract part" and "mucosal tissue". Since the OntoBiotope ontology concepts corresponding to the two sub-phrases don't have a common direct ancestor, these sub-phrases are identified as two different habitat entities, namely "pharyngeal mucosa" and "gut mucosa" (See Figure 4).

Figure 4
figure 4

Discontinuous entity handling for the sample phrase "pharyngeal and gut mucosa".

  • Given the phrase "iron-rich and wet environment", the two generated sub-phrases are "iron-rich environment" and "wet environment". The two concepts corresponding to these sub-phrases in the OntoBiotope ontology have a common direct ancestor, which is "habitat wrt chemico-physical property". Therefore, a single habitat entity (i.e., "iron-rich and wet environment") corresponding to the entire noun phrase is generated (See Figure 5).

Figure 5
figure 5

Continuous entity handling for the sample phrase "iron-rich and wet environment".

  • Given the phrase "plants and animals", the two generated sub-phrases are "plants" and "animals". The two concepts corresponding to these sub-phrases in the OntoBiotope ontology have the "eukaryote host" direct ancestor. However, since both sub-phrases consist of single words, which are tagged as nouns, two different habitat entities are identified, namely "plants" and "animals".

  • Given the phrase "mouse and cheese", the two generated sub-phrases are "mouse" and "cheese". The concepts corresponding to these sub-phrases in the OntoBiotope ontology don't have a common direct ancestor. Therefore, two different habitat entities, namely "mouse" and "cheese", are identified.

Entity modifier handling

The data set for the Bacteria Biotopes shared task has been annotated by including the modifiers that describe the habitats in the boundaries of the habitat entities [1]. Consider the phrase "infected infant in Germany". The ontology concept that this phrase is mapped to is "infant" (MBTO:00000778). However, the boundary of the habitat entity is the entire phrase, namely "infected infant in Germany". The shallow parser labels "infected infant" and "Germany" as two separate noun phrases and "in" is labeled as a preposition. After the official evaluation, our system has been extended to handle the habitat entities that contain modifiers. If a noun phrase (NP) is followed by a preposition (prep) and then by another noun phrase, the entire NP prep NP sequence is identified by the noun phrase extraction and simplification module as a candidate habitat entity. Besides the prepositional phrases that contain "in", the ones that contain "of" (e.g. "respiratory tract of animals") and "with" (e.g. "2-year-old girl with tick-bourne relapsing fever") are also handled using the same approach. However, as discussed in the Results section this extension degraded the performance of the system.

Ontology mapping

To identify whether the phrases extracted in the previous steps correspond to habitat entities and to determine the boundaries of the habitat entities, exact or partial matching against the names and synonyms of the concepts in the OntoBiotope ontology is performed.

Consider the extracted noun phrase "the animal bodily fluid". In the noun phrase simplification step, this phrase is simplified as "animal bodily fluid", which is searched against the OntoBiotope ontology for exact or partial matches. As shown in Figure 6, this candidate phrase is mapped to two ontology concepts. It is mapped to the concept "body fluid" due to the partial match with the exact synonym: "bodily fluid". Similarly, it is mapped to the concept "animal" due to the partial match with the concept name: animal.

Figure 6
figure 6

Ontology mapping example.

The boundaries of the habitat entities are identified by using the following manually designed syntactic rules.

  • If there is an exact match between an ontology concept and a candidate phrase, the candidate phrase is identified as a habitat entity and the entity boundary is set as the boundary of the candidate phrase.

  • If there is a partial match between a candidate phrase and an ontology concept such that the match begins from the first word of the candidate phase, but does not cover the entire phrase, the matching sub-phrase of the candidate phrase is identified as a habitat entity and the entity boundary is set as the boundary of the matching sub-phrase. For instance, as shown in Figure 6, the first word of the candidate phrase "animal bodily fluid" matches with the name: "animal" of the ontology concept for animal. Therefore, the habitat entity "animal" is identified and normalized to the ontology concept with MBTO:00001660.

  • If there is a partial match between a candidate phrase and an ontology concept such that the match does not begin from the first word of the candidate phrase, the candidate phrase is identified as a habitat entity and the boundary of the entity is set as the boundary of the phrase. For instance, in Figure 6, the candidate phrase "animal bodily fluid" matches with the exact synonym: "bodily fluid" of the ontology concept for body fluid, starting with the second word of the candidate phrase. Therefore, the entire candidate phase "animal bodily fluid" is identified as a habitat entity and normalized to the ontology concept with MBTO:00000921.

In order to match the different inflected forms of the habitat names such as matching the habitat name "animal" against its plural form "animals", we performed lemmatization on the candidate phrases by using the Genia Tagger, and applied the same methodology that is explained above not only to the surface forms of the candidate phrases, but also to their lemmatized forms.

Relation extraction

In this section we describe the systems that we developed for extracting bacteria localization and habitat PartOf relations.

Localization relation extraction

One of the two types of relations that have to be extracted for Sub-task 2 is the localization relations between bacteria and habitat entities. For example, the following excerpt from an input text file "Bordetella. This group of organisms is capable of invading the respiratory tract of animals and causing severe diseases.", contains information about "Bordetella" bacteria that lives in the "respiratory tract of animals". Therefore, there are localization relations between the "Bordetella" bacteria entity and the "respiratory tract of animals" and "animals" habitat entities, which must be extracted automatically.

In order to extract localization relations between bacteria and habitat entities, we propose two different systems. The paragraph-based system is the official system which was submitted to BioNLP Shared Task 2013 [8]. The sentence-based system with the anaphora resolution module was developed after the official evaluation, and is a novel contribution of this paper. In the following subsections, each system is explained in detail.

Paragraph-based system

This system is based on the assumption that the bacteria name that occurs first in a paragraph is the topic of that paragraph. Therefore, after identifying the bacteria and habitat entities in a paragraph, the bacterium that appears first in the paragraph is associated with all habitat entities in that paragraph. If this bacterium entity occurs earlier in the document as well, then its first occurrence in the document is associated with the habitat entities in the paragraph. A special rule is applied to bacteria names that contain the term "strain". In this case, the habitat entities are associated with the first occurrence of the corresponding bacterium name that does not contain the "strain" term. For example, in a paragraph that starts with the sentence "Bordetella petrii strain DSM12804 was initially isolated from river sediment", a relation is set between the habitat entity "river sediment" and the bacterium entity "Bordetella petrii DSM12804" that occurs earlier in the document, instead of "Bordetella petrii strain DSM12804", which is the first bacterium name in the given paragraph.

Sentence-based system

The workflow of the sentence-based system is shown in Figure 7. This system operates on a sentence-basis and performs a more fine-grained analysis of the text compared to the paragraph-based system. First, the text is segmented into sentences. Then, the bacteria and habitat entities that occur in the given sentence are identified. The assumption is that there is a relation between bacteria and habitat entities that occur in the same sentence, if there is a specific bacteria name in the considered sentence. For example, "Bordetella petrii DSM12804" is a specific bacteria name, whereas the terms "bacteria" and "bacterium" are not specific bacteria names, even though they are tagged as bacteria entities in the text documents.

Figure 7
figure 7

Workflow of the Sentence-based Sub-task 2 System.

Anaphora resolution

One of the challenges for extracting bacteria localization relations is that the corpus contains a large number of anaphora. In general, each document in the corpus is about a specific bacterium species [1]. After an explicit mention of the name of this species in a sentence, it is often referred to by using anaphors in the subsequent sentences. Therefore, several localization relations span multiple sentences. To tackle this problem we developed an anaphora resolution module and integrated it with the sentence-based localization relation extraction system. The anaphora resolution module detects sentences that do not include any bacteria entities, but contain coreferences to bacteria entities. There are three types of anaphoric expressions which are handled in different ways by our system:

Anaphora type 1: We compiled a keyword list consisting of 23 anaphoric expressions such as "the bacterium", "this organism", "this species", "this genus", and "this group of organisms" by manually analyzing the training set. If a sentence does not contain a bacteria name, but contains an anaphoric expression included in the keyword list, the antecedent of the anaphor is set as the first bacteria name that occurs in the previous sentence. Then, localization relations are identified between the habitats in the sentence and the detected antecedent of the anaphoric expression. For example, although the sentence "This bacterium is highly infectious, and can be spread through the contact with the infected animal products or through the air," does not include any explicit bacteria entity names, it describes localization relations between the bacteria anaphor "This bacterium" and the habitats "animal products" and "air". In this case, the anaphora resolution module looks at the previous sentence, which is "Brucella canis." and assigns the habitat entities to this bacteria entity. If there is no bacteria name in the previous sentence, then the first bacteria entity in the document is assigned to the habitat entities, since in general each document is about a specific bacterium species, and the mention of this species occurs first in the document.

Anaphora type 2: If there is no specific bacteria name in the given sentence, but the sentence begins with the anaphoric pronoun "it", then our system looks at the previous sentence and a localization relation is set with the first bacteria in the previous sentence and the habitats in the given sentence. For example, given the sentence "It was isolated from Ixodes scapularis in 1982,", our system looks at the previous sentence "Borrelia burgdorferi" and sets a localization relation between the "Borrelia burgdorferi" bacteria entity and the "Ixodes scapularis" habitat entity.

Anaphora type 3: If a sentence begins with the "This strain" anaphoric expression, then similarly to the paragraph-based system, the bacteria entity that occurs first in the document is assigned as the antecedent of the anaphor. Consequently, the habitat entities in the sentence are assigned to this antecedent.

PartOf relation extraction

PartOf relations between habitat entities is the second relation type targeted in the BB Shared Task. For example, in the sentence "This strain was isolated from infant feces", the habitat entity "infant feces" is a part of the habitat "infant". For habitat PartOf relation extraction we introduce a shallow syntactic analysis dependent rule-based approach. The first rule with the preposition "of" was developed for the official shared task submission. The remaining rules were developed after the shared task. Our rules are based on the assumption that a habitat is likely to be a part of another habitat, if the mention of the second habitat in text contains the mention of the first habitat, and in addition the syntactic rules described below are met.

Syntax rule 1: If one habitat contains the other one, and the second habitat follows one of the prepositions "of", "in", "from", then the relation that the first habitat is PartOf the second habitat is extracted. For example, the habitat mention "rhizosphere of plants" contains the "plants" habitat mention. Since the first habitat phrase contains the preposition "of", and the second habitat phrase "plants" occurs right after this preposition, the relation "rhizosphere of plants" is PartOf "plants" is extracted. As another example, the habitat mention "oral cavity in humans" contains the "humans" habitat mention. Since the first habitat mention contains the preposition "in", and the second habitat mention "humans" follows this preposition, the relation "oral cavity in humans" is PartOf "humans" is extracted. Finally, "skin lesion from a Lyme disease patient in Europe" and "Lyme disease patient in Europe" are overlapping habitat entities, one of which contains "from", which is succeeded by the second habitat mention. Then, the relation "skin lesion from a Lyme disease patient in Europe" is PartOf "Lyme disease patient in Europe" is extracted.

Syntax rule 2: If two habitat mentions overlap in text like in the example "Aeschynomene stem nodule" and "Aeschynomene", by looking at their positions we infer a PartOf relation between them. For example, "Aeschynomene stem nodule" is PartOf "Aeschynomene".

Results and discussion

Data set

The training, development, and test sets provided by the BB shared task organizers contain 52, 26, and 26 documents, respectively. The gold standard annotations for the training and development sets were provided to the participants, whereas the evaluations on the test set were performed by using the online evaluation tool released by the shared task organizers. The documents in the corpus consist of web pages obtained from a number of web sites such as from the web sites of bacteria sequencing projects or MicrobeWiki [1].

Evaluation metrics

The main evaluation metric used for Sub-task 1 is Slot Error Rate (SER) [1]. Lower SER values denote better performance, since SER is an error measure. The computation of SER is shown in Equation 1, where S, D, and I correspond to the number of substitutions, deletions, and insertions, respectively. N is the total number of habitats in the reference. If a reference entity does not match exactly or partially with any of the predicted entities, then this corresponds to a deletion, i.e., to a false negative. On the other hand, if a predicted entity does not match exactly or partially with any of the reference entities, then this corresponds to an insertion, i.e., to a false positive. D and I are the numbers of false negatives and false positives, respectively.

S E R = S + D + I N
(1)

The computation of S is shown in Equation 2.

S = 1 - M
(2)

Here, M is the similarity between two entities. It is computed by using Equation 3. The more similar two entities are, the lower their substitution score is.

M = J W
(3)

J in Equation 3 is the Jaccard coefficient similarity between the predicted and reference entities [13]. If the boundary of the predicted entity is exactly the same as the boundary of the reference entity, then J equals 1 for the pair. The less the entities overlap, the lower the value of J is. W is a parameter that measures the similarity between the ontology concepts of the reference and the predicted entities [49]. It is based on the Jaccard coefficient of the sets of ancestors corresponding to the reference and predicted entities. The value of W is 1 if the predicted entity and the reference entity are assigned to the same concept in the ontology, and it is less than 1 if they are assigned to different entities. The higher the value of W, the more similar the two concepts are to each other.

The evaluation metrics used for Sub-task 2 are precision, recall, and f-score. The details of the evaluation metrics and the official evaluation results are available in [1]. In the following subsections, the results of the system (Boun) with which we participated in the BB shared task and the results of the improved system (Boun 2) developed after the official evaluation are presented.

Results for sub-task 1

Table 1 shows the detailed results obtained on the test set for Sub-task 1 by the Boun and Boun 2 systems. The workflows of both systems are the same (Figure 2), except the ontology expansion module, which is only available in the Boun 2 system and a new additional rule for discontinuous entity handling. Both systems perform discontinuous entity handling, and neither of them perform entity modifier handling. These results show that expanding the OntoBiotope ontology using the training set, did not lead to improvements in the performance of the system. Since the concepts in the ontology are enriched by including more synonyms, more entities in the test set are matched to their concepts in the ontology. This resulted in a lower number of false negatives (i.e., lower D) and higher number of matches, which leads to higher recall and F-score values. While the SER value does not change, due to the increase in the number of false positives (i.e., insertions), the precision of the system decreases.

Table 1 Detailed results on the test set for Sub-task 1 (Entity Boundary Detection & Ontology Categorization)

Table 2 presents a comparison of the results obtained by the Boun and Boun 2 systems, and the other systems that participated in the Bacteria Biotope 2013 Sub-task 1. The Boun system that we submitted to the official evaluation ranked second among four systems in terms of the SER evaluation metric. The Boun 2 system also achieves a SER value (68%) which is close to the LIPN system that ranked first in the shared task. In addition, the precision and recall values of the Boun and Boun 2 systems are relatively more balanced compared to the other systems except the LIPN system.

Table 2 Comparison with the other systems that participated in the BB Sub-task 1 (Entity Boundary Detection & Ontology Categorization).

Table 3 shows the effect of the discontinuous entity handling (DEH) module. The first column displays the results obtained by the Boun 2 system, whereas the second column shows the results obtained by removing the discontinuous entity handling module from the system. These results demonstrate that performing discontinuous entity handling leads to a lower SER value, i.e., to a better performance on the training and development sets. On the other hand, the discontinuous entity handling module does not make any particular change in the SER value of the system on the test set.

Table 3 Effect of discontinuous entity handling (DEH).

Table 4 demonstrates the effect of the entity modifier handling module. The first row presents the results obtained by the Boun 2 system, whereas the subsequent rows show the results obtained by extending the Boun 2 system by including a mechanism to handle the modifiers attached to the noun phrases with the prepositions in, of, and with. Due to the fact that the SER values obtained by the system with the entity modifier handling module are not lower than the Boun 2 system for the training and development sets, this module is not included in the final system. The results reveal that the introduced entity modifier handling approach reduces the performance of the system, due to the prepositional phrase attachment ambiguity problem. For example, consider the sentence "This species was isolated from a Lyme disease patient in Europe". Our entity modifier handling approach correctly identifies the habitat "Lyme disease patient in Europe" by extending the "Lyme disease patient" noun phrase with its modifier "in Europe". However, given the sentence "This species was isolated from a Lyme disease patient in 1993", the habitat is incorrectly identified as "Lyme disease patient in 1993". The prepositional phrase "in 1993" is incorrectly attached to the noun phrase, whereas it should have been attached to the verb "isolated". Handling complex nominals and resolving such prepositional phrase attachment problems can be possible by using a full syntactic parser, rather than a partial parser.

Table 4 Effect of entity modifier handling.

Results for sub-task 2

This section provides the evaluation results obtained by the paragraph-based system (Boun) with which we participated in the BB Shared Task Sub-task 2 (Localization and PartOf Event Extraction), as well as the newly developed sentence-based system with the anaphora resolution module (Boun 2). Table 5 presents a comparison of the Boun and Boun 2 systems with each other. The results demonstrate that the Boun 2 system performs significantly better than the Boun system.

Table 5 Results of BB Sub-task 2 (Localization and PartOf Event Extraction).

Table 6 presents a comparison of the Boun and Boun 2 systems with the other systems that participated in the shared task. According to the official results, the Boun system ranked third among the four systems that participated in the event detection task. The new Boun 2 system achieves 53% F-score on the test set, which is significantly higher than the 27% F-score obtained by the Boun system. The F-score of the Boun 2 system is even higher than the F-score of the system that ranked first in the official evaluation.

Table 6 Comparison with the other systems that participated in the BB Sub-task 2 (Localization and PartOf Event Extraction).

Tables 7, 8, and 9 show the effects of the anaphora resolution module for localization extraction and the syntax rules for PartOf relation extraction on the training, development, and test sets, respectively. The first rows of these tables show the results obtained by the Boun 2 system. The second row shows the results obtained by removing the anaphora resolution module from the system, and the third and fourth rows show the results obtained by removing the first and second syntax rules from the system, respectively. The anaphora resolution module achieves a considerable increase in recall on all data sets (training, development, and test), which leads to improved F-score performances on the training and test sets. The two syntax rules have similar effects. In general, they lead to an increase in recall, which can improve F-score if the drop in precision is relatively less (e.g. on the training and test sets).

Table 7 Effects of Anaphora Resolution Module and Syntax Rules (Localization and PartOf Event Extraction).
Table 8 Effects of Anaphora Resolution Module and Syntax Rules (Localization and PartOf Event Extraction).
Table 9 Effects of Anaphora Resolution Module and Syntax Rules (Localization and PartOf Event Extraction).

These results demonstrate that performing a more fine-grained analysis of the text at the sentence level and incorporating an anaphora resolution module to handle relations that span multiple sentence is an effective approach for extracting relations in the bacteria biotopes domain. Our improved system achieves state-of-the-art results. However, there is still a lot of room for improvement. Our current approach assumes that if a specific bacteria (or its coreference) occur in the same sentence with a habitat entity, there is a localization relation between them. Deeper syntactic and semantic analysis of the sentences by using full or dependency parsing strategies can enhance the accuracy of the system. The PartOf relation extraction method that we proposed is only able to identify PartOf relations between habitat entities that overlap (e.g. "human gastrointestinal tract" and "human"). A deeper syntactic analysis can enable identifying long-distance relations between habitat entities (e.g. the PartOf relation between "human" and "gut" in the sentence "This organism is found in humans as a normal component of gut flora."). Furthermore, the lower accuracy of the PartOf relations may also be caused by the fact that our system does not take into account whether the candidate habitat entities are hosts or host parts. For example, the habitat entity "fresh water" is neither a host nor a host-part. Therefore, it should not be considered for a PartOf relation. Including a module that can pre-identify the habitats which can act as hosts or host-parts in advance, may improve the performance of the system for PartOf relation extraction.

Conclusion

In this study, we present the systems that we developed for the Bacteria Biotope Task in the BioNLP Shared Task 2013, as well as the new methods that we developed and the improvements that we obtained after the official evaluation. We introduce a linguistically-motivated rule-based approach for Sub-task 1 that targets identifying and normalizing habitat entities through an ontology, and Sub-task 2 that targets extracting the localization and part-of events among the given bacteria and habitat entities. The Sub-task 1 and Sub-task 2 systems submitted to the shared task obtained promising results in the official evaluation. With the developments after the shared task, significant improvements are obtained in the performance of the Sub-task 2 system. The paragraph-based system submitted to the shared task is compared with the newly developed sentence-based system that includes an anaphora resolution module to handle relations with scope wider than a sentence. The new system achieves 53% F-score, which is not only significantly higher than the 27% F-score of the paragraph-based system, but also the best F-score performance obtained on the shared task test set so far. Several extensions are proposed for the Sub-task 1 system as well. Extending the candidate noun phrases by their modifiers resulted in lower performance, due to the prepositional phrase attachment ambiguity problem. Incorporating an ontology expansion module to our Sub-task 1 system did not lead to improvement in the performance in terms of SER score. The Boun and Boun 2 systems achieved the same SER value (68%), which is close to the SER value of the system that ranked first in the shared task.

This paper shows that our approaches based on the shallow syntactic analysis of the text and linguistically-motivated hand-coded rules are as effective as machine learning approaches for named entity detection, ontology-based normalization, and relation extraction in the bacteria biotopes domain. Our future directions for research include employing a full syntactic parsing approach to better identify the modifiers of the entities in Sub-task 1 and making use of dependency parsing in Sub-task 2 to handle long-distance PartOf relations, as well as to more accurately identify localization relations. We also plan to investigate the adaptation and evaluation of our proposed approaches for extracting bacteria biotope information from scientific publications.

References

  1. Bossy R, Golik W, Ratkovic Z, Bessières P, Nédellec C: BioNLP shared Task 2013 - An Overview of the Bacteria Biotope Task. Proceedings of the BioNLP Shared Task 2013 Workshop. 2013, 161-169.

    Google Scholar 

  2. Bossy R, Golik W, Ratkovic Z, Valsamou D, Bessières P, Nédellec C: Overview of the Gene Regulation Network and the Bacteria Biotope Tasks in BioNLP'13 Shared Task. BMC Bioinformatics. 16 (Suppl 10): S1-

  3. Nédellec C, Bossy R, Kim JD, Kim JJ, Ohta T, Pyysalo S, Zweigenbaum P: Overview of BioNLP Shared Task 2013. Proceedings of the BioNLP Shared Task 2013 Workshop. 2013, 1-7.

    Google Scholar 

  4. Nédellec C: Learning language in logic-genic interaction extraction challenge. Proceedings of the 4th Learning Language in Logic Workshop (LLL05). 2005, Citeseer, 7:

    Google Scholar 

  5. Kim JD, Ohta T, Pyysalo S, Kano Y, Tsujii J: Overview of BioNLP'09 Shared Task on Event Extraction. BioNLP '09 Proceedings of the Workshop on Current Trends in Biomedical Natural Language Processing: Shared Task. 2009, 1-9.

    Google Scholar 

  6. Arighi C, Lu Z, Krallinger M, Cohen K, Wilbur W, Valencia A, et al: Overview of the BioCreative III workshop. BMC Bioinformatics. 2011, 12 (Suppl 8): S1-10.1186/1471-2105-12-S8-S1.

    Article  PubMed Central  PubMed  Google Scholar 

  7. OntoBiotope Ontology. [http://bibliome.jouy.inra.fr/MEM-OntoBiotope/OntoBiotope_BioNLP-ST13.obo]

  8. Karadeniz I, Ozgür A: Bacteria Biotope Detection, Ontology-based Normalization, and Relation Extraction using Syntactic Rules. Proceedings of the BioNLP Shared Task 2013 Workshop. 2013, 170-177.

    Google Scholar 

  9. Ananiadou S, Kell DB, Tsujii J: Text mining and its potential applications in systems biology. Trends in Biotechnology. 2006, 24 (12): 571-579. 10.1016/j.tibtech.2006.10.002.

    Article  CAS  PubMed  Google Scholar 

  10. Krallinger M, Leitner F, Rodriguez-penagos C, Valencia A: Overview of the protein-protein interaction annotation extraction task of BioCreative II. Genome Biology. 2008, 9 (Suppl 2): S4-10.1186/gb-2008-9-s2-s4.

    Article  PubMed Central  PubMed  Google Scholar 

  11. Kim JD, Ohta T, Pyysalo S, Kano Y, Tsujii J: Overview of BioNLP'09 shared task on event extraction. BioNLP '09 Proceedings of the Workshop on Current Trends in Biomedical Natural Language Processing: Shared Task. 2009, 1-9.

    Google Scholar 

  12. Bossy R, Jourde J, Bessières P, van de Guchte M, Nédellec C: BioNLP Shared Task 2011: bacteria biotope. Proceedings of the BioNLP Shared Task 2011 Workshop. 2011, BioNLP Shared Task '11, Stroudsburg, PA, USA: Association for Computational Linguistics, 56-64.

    Google Scholar 

  13. Bossy R, Jourde J, Manine AP, Veber P, Alphonse E, van de Guchte M, et al: BioNLP Shared Task - The Bacteria Track. BMC Bioinformatics. 2012, 13 (Suppl 11): S3-10.1186/1471-2105-13-S11-S3.

    Article  PubMed Central  PubMed  Google Scholar 

  14. Kim JD, Pyysalo S, Ohta T, Bossy R, Nguyen N, Tsujii J: Overview of BioNLP shared task 2011. Proceedings of BioNLP Shared Task 2011 Workshop. 2011, 1-6.

    Google Scholar 

  15. Ratkovic Z, Golik W, Warnier P: Event extraction of bacteria biotopes: a knowledge-intensive NLP-based approach. BMC Bioinformatics. 2012, 13 (Suppl 11): S8-10.1186/1471-2105-13-S11-S8.

    Article  PubMed Central  PubMed  Google Scholar 

  16. AGROVOC Multilingual agricultural thesaurus. [http://aims.fao.org/standards/agrovoc/about]

  17. Taxonomy. [http://www.ncbi.nlm.nih.gov/Taxonomy/]

  18. Björne J, Ginter F, Salakoski T: University of Turku in the BioNLP'11 Shared Task. BMC Bioinformatics. 2012, 13 (Suppl 11): S4-10.1186/1471-2105-13-S11-S4.

    Article  PubMed Central  PubMed  Google Scholar 

  19. Nguyen NTH, Tsuruoka Y: Extracting bacteria biotopes with semi-supervised named entity recognition and coreference resolution. Proceedings of the BioNLP Shared Task 2011 Workshop. 2011, 94-101.

    Google Scholar 

  20. Lafferty J, McCallum A, Pereira FC: ICML '01 Proceedings of the Eighteenth International Conference on Machine Learning. 2001, 282-289.

    Google Scholar 

  21. Bannour S, Audibert L, Soldano H: Ontology-based semantic annotation: an automatic hybrid rule-based method. 2013, Proceedings of the BioNLP Shared Task 2013 Workshop, 139-143.

    Google Scholar 

  22. Björne J, Salakoski T: TEES 2.1: Automated annotation scheme learning in the BioNLP 2013 Shared Task. Proceedings of the BioNLP Shared Task 2013 Workshop. 2013, 16-

    Google Scholar 

  23. Claveau V: IRISA participation to BioNLP-ST 2013: lazy-learning and information retrieval for information extraction tasks. Proceedings of the BioNLP Shared Task 2013 Workshop. 2013, 188-196.

    Google Scholar 

  24. Grouin C: Building A Contrasting Taxa Extractor for Relation Identification from Assertions: BIOlogical Taxonomy & Ontology Phrase Extraction System. ACL 2013. 2013, 144-

    Google Scholar 

  25. Sutton C, McCallum A: An introduction to conditional random fields for relational learning. Introduction to statistical relational learning. 2007, 93: 142-146.

    Google Scholar 

  26. Cocoa. [http://npjoint.com/annotate.php]

  27. Fukuda K, Tamura A, Tsunoda T, Takagi T: Toward information extraction: identifying protein names from biological papers. Pac Symp Biocomput. 1998, 707-718.

    Google Scholar 

  28. Tsuruoka Y, Tateishi Y, Kim JD, Ohta T, McNaught J, Ananiadou S, Tsujii J: Developing a Robust Part-of-Speech Tagger for Biomedical Text. Advances in Informatics. 2005, 3746: 382-392.

    Article  Google Scholar 

  29. Leaman R, Gonzalez G: BANNER: an executable survey of advances in biomedical named entity recognition. Pac Symp Biocomput. 2008, 652-663.

    Google Scholar 

  30. Jacquemin C, Tzoukermann E: NLP for term variant extraction: synergy between morphology, lexicon, and syntax. Natural Language Information Retrieval. 1999, 25-74.

    Chapter  Google Scholar 

  31. Aronson AR: Effective mapping of biomedical text to the UMLS Metathesaurus: the MetaMap program. Proc AMIA Symp. 2001, 17-

    Google Scholar 

  32. Krallinger M, Vazquez M, Leitner F, Salgado D, Chatr-aryamontri A, Winter A, et al: The Protein-Protein Interaction tasks of BioCreative III: classification/ranking of articles and linking bio-ontology concepts to full text. BMC Bioinformatics. 2011, 12 (Suppl 8): S3-10.1186/1471-2105-12-S8-S3.

    Article  PubMed Central  PubMed  Google Scholar 

  33. Hermjakob H, Montecchi-Palazzi L, Bader G, Wojcik J, Salwinski L, Ceol A, et al: The HUPO PSI's molecular interaction format-a community standard for the representation of protein interaction data. Nature Biotechnology. 2004, 22 (2): 177-183. 10.1038/nbt926.

    Article  CAS  PubMed  Google Scholar 

  34. Schneider G, Clematide S, Rinaldi F: Detection of interaction articles and experimental methods in biomedical literature. BMC Bioinformatics. 2011, 12 (Suppl 8): S13-10.1186/1471-2105-12-S8-S13.

    Article  PubMed Central  PubMed  Google Scholar 

  35. Wang X, Rak R, Restificar A, Nobata C, Rupp C, Batista-Navarro RTB, et al: Detecting experimental techniques and selecting relevant documents for protein-protein interactions from biomedical literature. BMC Bioinformatics. 2011, 12 (Suppl 8): S11-10.1186/1471-2105-12-S8-S11.

    Article  PubMed Central  PubMed  Google Scholar 

  36. Jelier R, Jenster G, Dorssers LC, van der Eijk C, van Mulligen EM, Mons B, Kors JA: Co-occurrence based meta-analysis of scientific texts: retrieving biological relationships between genes. Bioinformatics. 2005, 21 (9): 2049-2058. 10.1093/bioinformatics/bti268.

    Article  CAS  PubMed  Google Scholar 

  37. He M, Wang Y, Li W: PPI finder: a mining tool for human protein-protein interactions. PLoS One. 2009, 4 (2): e4554-10.1371/journal.pone.0004554.

    Article  PubMed Central  PubMed  Google Scholar 

  38. Blaschke C, Valencia A: The frame-based module of the Suiseki information extraction system. IEEE Intelligent Systems. 2002, 17 (2): 14-20.

    Google Scholar 

  39. Tari L, Anwar S, Liang S, Cai J, Baral C: Discovering drug-drug interactions: a text-mining and reasoning approach based on properties of drug metabolism. Bioinformatics. 2010, 26 (18): i547-i553. 10.1093/bioinformatics/btq382.

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  40. Chang DTH, Ke CH, Lin JH, Chiang JH: AutoBind: automatic extraction of protein-ligand-binding affinity data from biological literature. Bioinformatics. 2012, 28 (16): 2162-2168. 10.1093/bioinformatics/bts367.

    Article  CAS  PubMed  Google Scholar 

  41. Rosario B, Hearst MA: Classifying semantic relations in bioscience texts. Proceedings of the 42nd Annual Meeting on Association for Computational Linguistics. 2004, 430-

    Google Scholar 

  42. Fundel K, Kuffner R, Zimmer R: RelEx--Relation extraction using dependency parse trees. Bioinformatics. 2007, 23 (3): 365-371. 10.1093/bioinformatics/btl616.

    Article  CAS  PubMed  Google Scholar 

  43. Erkan G, Özgür A, Radev DR: Semi-Supervised Classification for Extracting Protein Interaction Sentences using Dependency Parsing. Proceedings of the 2007 Joint Conference on Empirical Methods in Natural Language Processing and Computational Natural Language Learning. 2007, 228-237.

    Google Scholar 

  44. Sætre R, Sagae K, Tsujii J: Syntactic Features for Protein-Protein Interaction Extraction. LBM (Short Papers). 2007

    Google Scholar 

  45. Bui QC, Katrenko S, Sloot PM: A hybrid approach to extract protein-protein interactions. Bioinformatics. 2011, 27 (2): 259-265. 10.1093/bioinformatics/btq620.

    Article  CAS  PubMed  Google Scholar 

  46. Björne J, Heimonen J, Ginter F, Airola A, Pahikkala T, Salakoski T: Extracting complex biological events with rich graph-based feature sets. BioNLP '09: Proceedings of the Workshop on BioNLP. 2009, 10-18.

    Chapter  Google Scholar 

  47. Saetre R, Yoshida K, Yakushiji A, Miyao Y, Matsubayashi Y, Ohta T: AKANE System: Protein-Protein Interaction Pairs in the BioCreAtIvE2 Challenge, PPI-IPS subtask. Proceedings of the Second BioCreative Challenge Workshop. Edited by: Hirschman L, Krallinger M, Valencia A. 2007

    Google Scholar 

  48. Tsuruoka Y, Tsujii J: Bidirectional inference with the easiest-first strategy for tagging sequence data. Proceedings of the conference on human language technology and empirical methods in natural language processing. 2005, 467-474.

    Chapter  Google Scholar 

  49. Wang JZ, Du Z, Payattakool R, Yu PS, Chen CF: A new method to measure the semantic similarity of GO terms. Bioinformatics. 2007, 23 (10): 1274-1281. 10.1093/bioinformatics/btm087.

    Article  CAS  PubMed  Google Scholar 

Download references

Acknowledgements

This work has been supported by Marie Curie FP7-Reintegration-Grants within the 7th European Community Framework Programme. We would like to thank the BioNLP shared task organizers for organizing the shared task and for their help with the questions.

Declarations

Costs for publication were funded by Marie Curie FP7-Reintegration-Grants within the 7th European Community Framework Programme.

This article has been published as part of BMC Bioinformatics Volume 16 Supplement 10, 2015: BioNLP Shared Task 2013: Part 1. The full contents of the supplement are available online at http://www.biomedcentral.com/bmcbioinformatics/supplements/16/S10.

Author information

Authors and Affiliations

Authors

Corresponding author

Correspondence to Arzucan Özgür.

Additional information

Competing interests

The authors declare that they have no competing interests.

Authors' contributions

IK: Design and implementation of the algorithms, evaluation of the results, and drafting of the manuscript; AO: Design of the algorithms, evaluation of the results, and drafting of the manuscript. All authors read and approved the final manuscript.

Rights and permissions

This article is published under license to BioMed Central Ltd. This is an Open Access article distributed under the terms of the Creative Commons Attribution License (http://creativecommons.org/licenses/by/4.0), which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited. The Creative Commons Public Domain Dedication waiver (http://creativecommons.org/publicdomain/zero/1.0/) applies to the data made available in this article, unless otherwise stated.

Reprints and permissions

About this article

Check for updates. Verify currency and authenticity via CrossMark

Cite this article

Karadeniz, İ., Özgür, A. Detection and categorization of bacteria habitats using shallow linguistic analysis. BMC Bioinformatics 16 (Suppl 10), S5 (2015). https://doi.org/10.1186/1471-2105-16-S10-S5

Download citation

  • Published:

  • DOI: https://doi.org/10.1186/1471-2105-16-S10-S5

Keywords