Skip to main content

Chemical named entities recognition: a review on approaches and applications

Abstract

The rapid increase in the flow rate of published digital information in all disciplines has resulted in a pressing need for techniques that can simplify the use of this information. The chemistry literature is very rich with information about chemical entities. Extracting molecules and their related properties and activities from the scientific literature to “text mine” these extracted data and determine contextual relationships helps research scientists, particularly those in drug development. One of the most important challenges in chemical text mining is the recognition of chemical entities mentioned in the texts. In this review, the authors briefly introduce the fundamental concepts of chemical literature mining, the textual contents of chemical documents, and the methods of naming chemicals in documents. We sketch out dictionary-based, rule-based and machine learning, as well as hybrid chemical named entity recognition approaches with their applied solutions. We end with an outlook on the pros and cons of these approaches and the types of chemical entities extracted.

Introduction

Scientific results are most commonly presented in the form of scientific articles, industry reports, or thesis documents. Normally these documents are written in natural languages mixed with domain-exclusive terminologies added to numerical data. Thus, they are rich with unstructured data that cannot be understood by a machine. As a result, reusing these data is not an easy matter. Manual information extraction from the literature by humans has become a business managed by information providers. However, manual information extraction is costly. Obtaining the extracted information after publication is often time consuming and fallible [1].

Specific information on newly discovered compounds is often difficult to find in chemical databases. For example, drug research requires the knowledge of new molecules for developing new drugs. Researchers may also want to search for potential lead compounds or determine the function of the compound. Obtaining previous knowledge on chemicals, such as biological properties or toxic effects, can help in many aspects of drug development processes. The entities extracted can be linked to their properties or co-occurrence with other entities, which can allow us to identify new knowledge between them. Finding mentions of chemical compounds in the texts is useful for many reasons, including mapping entities to corresponding structures to find relationships between chemicals. Chemists can then search for similar structures or substructures, and the knowledge in the text can be combined with the knowledge from chemical databases. The annotation of entities enables a search engine to return documents that contain elements of this entity class, such as their activities, which can be helpful to find other relationships, such as adverse reactions or diseases [2]. Thus, the analysis of information found in the texts seems unavoidable because text-mining tools can greatly augment, improve and facilitate this process of information extraction. However, the variety of naming standards for chemical entities makes this task extremely complex and time consuming. Hence, this task should be supported by computational tools.

Review

This paper unites the types of chemical entities with computerised methods for extraction to help practitioners entering into this area. Thus, different types of chemical entities supported by examples are organised according to the taxonomy derived from the literature. The methods of recognising the names of chemical entities are then surveyed accompanied by relevant references and summaries for all solutions starting from 2000, and they are then correlated with the types of chemical entities extracted.

The rest of this paper is organised as follows. Section Chemical literature mining is a background section that gives an overview of chemical literature mining. Section Evaluation introduces the corpora and evaluation methods. Section Chemical Named Entity Recognition (NER) approaches presents the methods of NER that are applied in the chemical entity recognition. Section Discussion presents an outlook on the applied methods and extracted entities. Section Conclusion concludes the paper.

Chemical literature mining

Although chemical information mining was mentioned in chemistry before biology [3], text mining is not widespread and fewer tools have been developed [1]. An example of the extracted information from the biology literature is information on genes and proteins and their functional relationships. Reasons for mining chemical entities from the literature include the following:

  • To identify unique chemical entities.

  • To index the bibliographic chemical databases [4].

  • To link between chemical structures and biological processes [5].

Sources of chemical information

Some, but not all, chemical information is freely available. Many types of chemical databases are available:

  • ➢ Chemical structure databases.

  • ➢ Chemical literature databases.

  • ➢ Nuclear Magnetic Resonance (NMR) spectra databases.

  • ➢ Crystallographic databases.

  • ➢ Reactions databases.

Chemical literature databases associate structures or other chemical information with the relevant documents. Many free and commercial databases cover chemistry literature and structure. They vary in terms of time period of coverage, frequency of update, publication type (e.g., journals, books, chapters, theses, and technical reports) and the type of search provided (e.g., search by chemical names, trade names, molecular structure or keywords etc.). These databases include the following:

➢ PubMed® aand PubMed Central b(PMC®), which cover the biomedical literature from MEDLINE® cand life sciences journals and online books. They are managed by the National Center for Biotechnology Information (NCBI), a component of the U.S National Library of Medicine (NLM). PMC carries the full text of the paper, whereas PubMed includes only the citations and abstracts of papers.

➢ PubChemd, which is a database of chemical molecules. The system is maintained by NCBI. It contains substance descriptions and small molecules as well as links to the PubMed scientific literature.

➢ ChemSpidere, a free database providing access to structures, properties, and their related information. It enables searches with text and structures and provides important data, such as literature references, physical properties and chemical suppliers.

➢ SciFinderf, which is used to access information in selected Chemical Abstracts Service (CASg) databases. It offers a variety of searches: CAS Registry Number, author name, research topic, or chemical structure/substructure.

Normally, chemical documents, such as theses, lab books, industry reports, journal articles and patents found in text (e.g. text, rich text format, and word documents), are embedded with figures and/or tables [5].

The textual contents of chemical documents

A manual analysis of 20 papers from Organic & Bimolecular Chemistry [6] reported a need for chemistry-specific lexicons for various concepts, such as actions, quantities, substance, states, procedures, etc. Other examples of the contents in chemical patents are compounds, reagents and solvents [7]. Figure 1 shows the classes of named chemical entities mined by different systems as described by examples.

Figure 1
figure 1

Example of classes of chemical entities-bolded-extracted by different systems from the chemical literature.

Methods for expressing chemical structural information in documents

The main source of difficulty in mining chemical structural information from literature is the lack of a standardised naming convention to represent the chemical structural information. Different expressing methods and naming groups have been used in which chemical terms in documents can be assigned to structures as described in Table 1 with examples.

Table 1 Description and examples of the expressing methods of chemical structural information ([5, 8] andhttp://en.wikipedia.org)

The variety of methods used to represent chemical names and the variations of naming within one method itself (e.g. a systematic name can include multiple variations on how hyphens and dashes are located: 1,1- versus 11- versus 1–1-) [9] complicates chemical name recognition in text. Two-dimensional diagrams are the basic units used to represent chemical structures in chemistry. They are included in journal articles and patents as raster images. Optical Chemical Structure Recognition (OCSR) is used to extract the structural information from these images. Many systems implement OCSR, which can be found in the literature, such as in [10] and Park [11].

Thus, extracting information, such as extracting relationships between specific types of entities (as in [1215], or inferring facts (such as in [16]) first requires that the mentions of the entities in the text be detected. This step is essential, and its success determines the success of other tasks of information extraction. In this paper we focus on information extraction in a natural language text that concerns the identification of instances of a specific class of entities in the text.

Evaluation

Before presenting the Chemical Named Entity Recognition (CNER) approaches, Table 2 describes the available manually annotated text corpora for training and assessment of CNER tools according to the chemical entities focus, reference and source. However, due to the shortage of annotated corpus available for evaluation and training chemical NER systems, many developers of the systems generate their own corpus.

Table 2 Chemical text corpora for evaluating and training the NER applications

To evaluate the performance of NER applications, the known information extraction measures are used, which are: (i) precision to measure the ability of a system to present only the relevant names; (ii) recall to measure the ability of a system to present all the relevant names; and (iii) F-measure, which is a harmonic mean of precision and recall.

The next section introduces the NER approaches that are used to identify the mentions of chemical entities in a text accompanied with their bibliographic references of the solutions. The section ends with a table summarising the solution with a consideration of the NER approach used, class of chemical named entity recognised, corpora and performance outcomes.

Chemical Named Entity Recognition (NER) approaches

The term “Named Entity” was introduced in the sixth Message Understanding Conference (MUC6). NER aims to identify the portions of the text that refer to specific entities, such as persons, locations, organisations, etc. It is a subtask of information extraction and the core of the natural language processing (NLP) system [22]. Chemical NER automatically identifies the occurrences of chemical entities in a text. The following steps are required to develop a chemical NER system, and their order is shown in Figure 2.

  1. 1.

    Preprocessing step: This is done to determine entity boundaries in a text by sentence splitting and tokenization.

  2. 2.

    Feature processing step: Due to the complexity of the natural language, creating a set of patterns to match the possible linguistic realizations of the individual facts requires the preprocessing on structural input, such as assigning parts-of-speech and features to words and idiomatic phrases. Table 3 describes the common categories of textual features with some examples.

  3. 3.

    Name recognition step: This recognizes the entity and assigns it to a class or entity type.

  4. 4.

    Solving recognition mistakes or normalization step: This is sometimes addressed as a separate task from the NER. The entity normalization process is represented by mapping entities’ names to their canonical names and by associating them with unique representations so as to help in solving issues resulting from variations in the synonym terms as well as the ambiguous abbreviations [24].

Figure 2
figure 2

The main steps for developing the chemical NER system.

Table 3 Description of common categories of textual features with some examples, summarized from [23]

Over the past decades, many automatic NER systems have been developed and used to recognise chemical entities. They are categorised into four groups as shown in Figure 3 and described in the next section.

Figure 3
figure 3

Types of NER systems with some related techniques.

Dictionary-based NER systems

A dictionary is a collection of vocabulary for a specific domain usually collected from repositories related to the domain. Dictionaries can be built manually or automatically from public sources, such as databases or thesauri. Examples of dictionaries in the chemistry and biomedicine domains are the Jochemi dictionary [25], which is used to identify small molecules and drugs in the text, and the DrugBankj dictionary for drugs.

Dictionary-based systems use lists of terms in dictionaries to identify the entity occurrences in the text. The system specifies whether a word or a group of words selected from the text matches a term from some dictionary, or implements string-matching algorithms. These algorithms can be divided into two types:

  1. 1.

    Exact matching: This process makes an exact text search for synonyms from a given list of terms against the text.

  2. 2.

    Flexible or approximate matching: This process does not attempt to exactly match the given terms to the text and allows insertion, deletion or substitution for some character(s). It performs fuzzy matching and is used by most NER approaches [8].

The quality of the dictionary-based system depends on the quality and the completeness of the dictionary used as well as the quality of the matching algorithm. Hettne et al. [25] and Rebholz-Schuhmann et al. [26] are examples of dictionary-based systems used to extract drug names and molecules via string matching methods (see Additional file 1). Generally, the dictionary-based method offers high precision but poor recall in cases of spelling errors in the text. This method is further hindered when out-dated dictionaries are changed for the dictionary-based systems because maintaining dictionaries is costly and time-consuming.

Rule-based NER systems

Rule-based systems [27] use a set of hand-made rules to extract the names of entities. The handcrafted models consist of sets of rules that use grammatical (e.g., parts of speech) and syntactic (e.g., word precedence) rules that are sometimes combined with dictionaries. Two types of rules are usually used in the rule-based systems:

  1. 1.

    Pattern-based rules: These rules depend on the orthographic or morphological patterns of the words.

  2. 2.

    Context-based rules: These rules depend on the context of the words in the text.

An example of a context-based rule is “If a proper noun follows a person’s title, then the proper noun is a person’s name” [28]. For example, [29] devised two classes in the chemical NER for identifying biological terms, including two chemical entities. The first class contains chemicals (Indomethacin, N-methylformamide, suberoylanilide and hydroxamic acid); the second class includes the chemical parts, with terms like “methyl groups”, which correspond to the parts of the chemicals. They used pattern-based rules that utilise the orthographic and lexical characteristics of entity classes. For instance, the module used to extract chemical core terms (which have surface features like capital letters, numerals, and special symbols) consists of the recognition of chemical root forms based on IUPAC conventions followed by the chemical naming. For example, consider the sentence “Polar organic solvents, such as, methanol or N-methylformamide inactivate lipases.” In this case, methanol and N-methylformamide are identified as chemical core terms because they contain the chemical root forms “methyl” and “meth” (refer to Additional file 1 for their results). However, the rule-based NER performs well when the required resources are available (e.g. a set of expert-derived rules), but the systems lack portability. When the data are slightly changed, the high cost of maintaining the rule increases. Some systems can also use dictionaries to improve precision and recall.

Machine learning (ML)-based NER systems

NER systems that are based on the ML approach [3032] use statistical models for recognising specific entity names by utilising a feature-based representation of the observed data that depends on the annotated documents. Two basic steps are required to develop the ML-based systems:

  1. 1.

    Training: The machine-learning model must be trained to use the annotations that are present in the annotated documents.

  2. 2.

    Annotating: The documents can be annotated to produce the entity names based on past experience learned from the annotated documents.

However, ML algorithms are categorised based on the desired outcome of the algorithm. The common ML algorithms used un NER are:

Supervised learning algorithms

Supervised learning algorithms learn and offer feedback on the learning process (supervised learning) by labelling the training instances with the correct results. For instance, in classification problems that are usually solved by supervised learning, the computer learns the created classification system and produces the output accordingly [33]. For example, the machine-learning–based method for recognising general chemical names in chemical NER proposed in [20] uses Conditional Random Fields (CRFs) [34, 35]. A set of five tags (labels) was defined in order to indicate the boundaries of the named entities. These sets were named as follows:

  • * NO: nonchemical token.

  • * NE: single-token chemical entity.

  • * S-NE: start token of a multi-token chemical entity.

  • * M-NE: middle token of a multi-token chemical entity.

  • * E-NE: end token of a multi-token chemical entity.

Hence, these labels annotate the training set, and the model has been specifically trained on this set. Thus, the sentence: “. . . an oligomeric amdioamine salt and an amidoquat …” in this example would be tagged by the following sequence of tags: NO, S-NE, M-NE, E-NE, NO, NO, and NE.

In chemical NER applications, the supervised learning models, such as CRFs and Hidden Mark Models (HMMs) and Maximum Entropy Markov Models (MEMMs) [36], have received the most research interest in recent years. The next subsections reviews the general characteristics of these models.

HMMs models are characterised by their simplicity, quick learning and the globally made decision of the best sequence after the total analysis of the input sequence [37]. However, when the HMMs are used to label the sequences, they assume the independence of each word from its context, even though this assumption is not true. Thus, HMMs cannot identify the relationships between neighbouring tokens. Another type of supervised models used in the NER are the MEMMs models that take the observation features as inputs and offer better freedom in choosing features to represent observations than the HMM models. However, they suffer from the "label-bias problem”; in this problem, states with low entropy next-state distributions are ignored when observations are made on the conditioning of the data [36].

CRF models differ from the HMMs and MEMMs; they use an undirected graph to avoid the label-bias problem of the MEMMs and ease the conditional independence assumption of the HMMs. Thus, these models have become very popular and are extensively used in many biological and chemical NER applications.

Furthermore, the classification models, such as the Naïve Bayes [6] and the Support Vector Machines (SVMs) [38], make the NER task a classification problem. They are used to classify individual words or multi-word phrases. One of the common tagging schemes is BIO, in which individual tokens are classified (B) as being at the beginning of an entity, (I) being inside the boundaries of an entity, or (O) outside the boundaries of an entity. The main drawback of this scheme appears if the entity boundaries overlap [24]. Many ML-based solutions, such as [2, 3942], are summarised in Additional file 1.

However, supervised models require available inputs, and missing inputs affect the inferring process in the output. Furthermore, the features (such as the textual features described in Table 3) should be extracted and selected. Feature extraction was represented by transforming the text into numerical features applicable for the ML models. Many environments can be used to facilitate the process of feature extraction, such as the frameworks described by [4345]. The process of selecting a subset of informative and discriminative features to be used on the ML model construction is another very important matter. Feature selection processes affect the performances of algorithms. For example, feature redundancy does not provide the model with more information than the current selected features. Furthermore, using irrelevant features does not provide useful information, whereas the combinations of features may increase performance as in the work of [42]. Usually, after establishing a primary set of features, a set of experiments can be carried out in order to improve the features sets by adding, deleting or modifying features [43].

While most CNER systems used domain-independent feature sets, such as morphological, linguistic, orthographic, context and lexicon features, few studies have examined the impact of these features on the performance effectiveness. Some studies, such as [46] in the newswire domain and [47] in the biomedical domain, have explored the effectiveness of using different features and their combination in NER systems. However, chemical entities differ from newswire entities, particularly in terms of shape features.

Orthographic and morphological features, such as capitalisation, symbols, and word shape patterns, are very important in pattern-based rules and supervised ML CNER approaches because the chemical names contain symbols, roman numbers, dashes, capital and lowercase letters. Furthermore, using orthographical features is advantageous because they provide information to detect the boundaries of the named entities [47].

The windows, capitalisation and dependency parsing features in a supervised CNER system [48] were tested but did not provide positive outcomes. However, the orthographic, morphological and domain knowledge (e.g., dictionary from Jochem) yielded promising results.

Some studies showed that the linguistic features, such as lemmatisers and stemmers, decrease the performance of supervised CNER systems [49], while POS and chuckers are normally used.

Many recent systems have used domain-specific features, such as using additional domain-specific resources (e.g., the drug FDA and ATC nomenclature lists) or outputs of other CNER systems. The results of [49] showed that using domain resource features contributes most to the overall performance.

In addition to the use of these features, tokenisation is an important issue in CNER systems. CNER systems require special types of tokenisers that consider the shapes of chemical entities. For example, the brackets would not be removed from the word “(R)-acetoin”. However, the common tokenisers tokenise the brackets wherever they occur [50].

However, most studies confirmed that using dictionaries and lexicons and token prefix and suffix information features improves the performance of all types of NER systems.

Unsupervised learning algorithms

The use of unsupervised learning algorithms seems much more difficult because they aim to teach the computer how to do something without explaining the method, and the labels are not known during training. Thus, the goal of the program in unsupervised learning is to build representations from data. Clustering is an example of unsupervised learning, which aims to find similarities in the training. However, unsupervised learning is not popular in the NER task [22, 33].

Semi-supervised learning algorithms

Semi-supervised algorithms use both labelled and unlabelled data. These types of systems include a small degree of supervision, i.e., a small set of trusted seeds defined manually for starting the learning process. For example, a system to extract “disease names” is provided with a small number of disease names as relevant examples. The sentences that contain these examples are then searched using the system, which aims to identify contextual clues common to the examples. Other instances appearing in similar contexts are searched again. The learning process is then continually reused for the newly found examples in order to discover new relevant contexts. Thus, a large number of disease names will be recognised by repeating this process [51]. However, to the best of the authors’ knowledge, the unsupervised and semi-supervised learning algorithms have not yet been practically applied in the chemical NER applications.

Hybrid NER systems

The hybrid NER system implements more than one NER approach in order to utilise the good characteristics from each approach. In the chemical NER, the dictionary approach is usually combined with the rule-based or machine learning approach to improve performance. For example, ChemSpot [52] is a chemical NER tool for identifying mentions of chemical entities (trivial names, drugs, abbreviations, molecular formulae and IUPAC) in text. It implements a hybrid approach that combines a CRF model with a dictionary. The authors stated that the main purpose of the combination was to cover the different naming characteristics of these classes. IUPAC entities are morphologically more complicated than other entities; these entities are difficult to follow in any rule and are best caught by a dictionary. ChemSpot uses the CRF model and the dictionary independently to annotate the text. Finally, the annotations of both approaches are merged. Although the entities extracted by the dictionary or the CRF may overlap, ChemSpot keeps the union of all extracted entities and solves this overlapping by choosing a match from the CRF model. This feature is attributed to the observed higher accuracy of boundary detection by the CRF model. The dictionary component is also used to normalise the extracted entities to the CAS Registry IDs. Another example of the combined system [53] is shown in Additional file 1.

Recent results obtained from the CHEMDNER task of the Fourth BioCreative challenge evaluated the applications of biomedical text mining [21]. CHEMDNER focuses on the recognition of chemical entities (compounds and drugs names) in text. Two subtasks in CHEMDNER are specified in the challenge:

➢ Chemical Document Indexing (CDI): The required output of this subtask is a ranked list of unique chemicals mentioned in a set of given documents.

➢ Chemical Entity Mention (CEM) recognition: The required output of this subtask is the start and end character index pairs for the chemical entities mentioned in a given document.

A text corpus (CHEMDNER Corpusk) for training and evaluation purposes was annotated by a domain expert according to particular annotation rules for this task. Approximately 27 teams submitted results. When the obtained automatic annotations were compared against the manual annotation, the best F-scores were 87.39% in the CEM task and 88.20% in the CDI task.

The teams used different technologies in the task, including dictionary lookup in [54], rule-based technologies as in [55, 56] and ML methods. The ML algorithm was mostly used with different features, especially CRFs, which were applied by eighteen teams including [48, 5759].

Participants who used lexical resources, such as the Chemical Entities of Biological Interest (ChEBIl) ontology, for resolution purposes as in [60] obtained a considerably higher F-score than teams that did not use any lexicon. Furthermore, some systems, such as [49, 61], used the outputs of existing systems, e.g., ChemSpot [52] and OSCAR [62], as features in the ML models, which contributed most to the overall system performance leverage. Patterns were also used as features to recognise sequence element symbols (e.g. to cover abbreviations, chemical formulae or chemical identifiers). Semantic information (e.g., UMLS semantic types and ChEBI) were employed via several systems, such as [55], but we observed that the semantic information did not contribute in the performance leverage.

Dictionary-based methods present lower F-scores because they depend on the coverage of the dictionaries. At the same time, creating a dictionary with a high degree of coverage is a difficult matter due to the continuous discovery of novel compounds. The LeadMine system [63] is an example of a hybrid system (dictionary lookup and rule-based). It employed spelling correction, the merging of adjacent entities and entity extension to increase the chance of recognising the trivial names slightly outside the coverage of the dictionary and write rules to describe the systematic chemical nomenclature. The CheNER-BioC [64] is another hybrid system that applied CRFs and dictionary with regular expression taggers to identify formulae and identifier name types. Additional details about the corpus construction, obtained result, technique details and features used on the Biocreative IV challenge can be found in [21].

Discussion

The examined approaches of NER and their associated applications indicated that each approach features have different requirements and advantages over other approaches. However, dictionary-based systems are more suitable and effective when we have closely defined and updated vocabulary names and when names are correctly written in documents. Otherwise, they can be enhanced by including the potential spellings and orthographic variations or using regular expressions instead of the exact string matching to catch the variability during the matching process [53, 65, 66]. One of the key advantages of dictionary-based NER approaches is that they allow the normalisation of named entities in one step. When a term is found in the text and disambiguated, it maps directly to the unique identifiers that it represents. In contrast, ML-based NER approaches do not provide identification information of recognised terms [8], which can be solved later by using dictionaries. However, the development and maintenance of comprehensive chemical name dictionaries are nontrivial tasks because an increasing number of new chemicals are being identified as the result of high throughput screening tests and a growing number of other experiments.

Rule-based NER approaches are suitable when the orthographic and morphological structures are strongly defined, but maintaining the rules is costly and time consuming due to the need to cope with the problems of robustness and portability.

In recent years, machine-learning methods have become prevalent to extract chemical entities from the scientific literature. Although machine-learning models rely on the quality of an annotated corpus, they can identify new entities in documents in contrast to the dictionary approaches, which can only identify the entities already present in the recourses. Although ML models are suitable for a variable vocabulary of names, they require large resources. When the appropriate resources are obtainable, the ML approaches perform better than dictionary and rule-based approaches. The ML approaches solve many problems associated with dictionary-based and rule-based approaches by recognising the new entity names, and they perform better in the case of spelling variations in entity names [23]. However, the manual tagging of the training corpus is costly and a non-trivial task, but maintaining the ML-based systems is cheaper than employing rule-based systems.

Using a hybrid NER approach enables us to take advantage of the combined approaches and avoid their associated problems. Hence, the combination of approaches may enhance the targeted performance. Due to the variation in the naming methods of chemical entities, one approach may recognise some types of entities better than other approaches.

Furthermore, a variation in the performance of the summarised solutions in Additional file 1 was observed due the following issues:

➢ Different datasets have been used in the evaluation processes.

➢ Different classes of chemical names (e.g., IUPAC names, trivial names, chemical formula, etc.) are recognised by the different systems.

➢ Some types of chemical names are easier to recognise than others [21], which may result a higher recognition results.

The CHEMDNER task was organised in 2013 (see Chemical Named Entity Recognition (NER) Approaches) due to the previous bottlenecks related to the performance of such systems, such as the difficulty of building a comprehensive dataset with complete annotation guidelines and the heterogeneity of the field and the absence of comparative evaluation efforts for this chemical name recognition task. The variance in the obtained results was deemed suitable and in the boundary of competition.

Biomedical NER applications show a trend towards semi-supervised approaches because they offer more general and independent corpus solutions [23]. Thus, due to a small number of annotated corpora in the chemistry domain for training and testing models, the application of semi-supervised models in chemical NER may enhance the performance because it considers large numbers of un-annotated documents and enables the development of models without relying on training corpora. Hence, applying semi-supervised models for chemical entity recognition may be a focus of future work.

Moreover, most of the work examined the extraction of chemical entities and focused little on its associated data, such as the physicochemical properties and analytical data, which helps to automate or semi-automate the creation of chemical data bases. Other information can be linked to the chemicals, such as biological effects, targets, pharmacokinetic (PK) numerical data and ADME-Tox (absorption, distribution, metabolism, and excretion – toxicity) data. Little work has been performed regarding the extraction of PK and pharmacodynamic (PD) data due to the complexity of the information obtained from the PK/PD studies [67]. In addition to this information, other entities are mentioned in the text with chemical entities, some of which are also chemical but differ in nature, such as genes and proteins or other entities, such as diseases. The extraction of the relationships between these entities is covered in many applications of biomedical text mining, such as the extraction of gene-drug relationships ([68, 69], extraction of drug-protein relationships [70], relationship between chemicals and diseases [71] and the relationships between chemical-gene-disease [72].

However, the basic unit of chemical text mining is the recognition of a mentioned chemical entity. Thus, the basis is the development of chemical NER applications characterised with highly effective entity extraction.

Conclusion

Due to the significant growth of the scientific literature, manually annotating the databases often yields incomplete annotations that are inconsistent with the literature. Developing methods to automatically map text from literature sources to structured forms, such as knowledge bases or databases is an important challenge. In the literature, several techniques are proposed for chemical entity extraction. In this paper, a review of the solutions based on the NER approaches was provided with an outlook on applied approaches and extracted chemical entities. This paper highlighted the types of machine learning models that are not used in chemical NER, such as semi-supervised models, and the information that is not focused upon in the process. The study corroborates existing systems for chemical information extraction that are focused on chemical substances (compounds, reagents, solvents, etc.), but little focus has been given to compound properties and numerical data. Adopting more types of the NER methods, such as, semi-supervised methods, may considerably increase the effectiveness of chemical entity extraction.

Endnotes

a http://www.ncbi.nlm.nih.gov/pubmed

b http://www.ncbi.nlm.nih.gov/pmc/

c http://www.nlm.nih.gov/

d http://www.ncbi.nlm.nih.gov/pccompound

e http://www.chemspider.com/

f https://scifinder.cas.org

g http://www.cas.org

h http://www.iupac.org

i http://www.biosemantics.org/index.php?page=Jochem

j http://www.drugbank.ca

k http://www.biocreative.org/tasks/biocreative-iv/chemdner-courpus/

l http://www.ebi.ac.uk/chebi/

msee Rule-based NER Systems.

nthis evaluation for chemical names.

oOSCAR was evaluated in many corpora by different actors, this evaluation performed by [52].

pdrugs in this corpus were automatically annotated thus, cannot be considered as gold-standard corpus [52].

Authors’ information

SE: B. Comp. Sc. (SUST, Sudan), M. Sc. Comp. Sc. (SUST, Sudan), currently Ph. D student at (UTM, Malaysia)

NS: Professor Dr. B. Comp. Sc. (UTM, Malaysia), M. Sc. Comp. Sc. (W. Michigan, US) Ph. D Info. Sc. (Univ. of Sheffield,UK)

References

  1. Hawizy L, Jessop DM, Adams N, Murray-Rust P: ChemicalTagger: A tool for semantic text-mining in chemistry. J Cheminform. 2011, 3: 17-10.1186/1758-2946-3-17.

    Article  CAS  Google Scholar 

  2. Klinger R, Kolárik C, Fluck J, Hofmann-Apitius M, Friedrich CM: Detection of IUPAC and IUPAC-like chemical names. Bioinformatics. 2008, 24: i268-i276. 10.1093/bioinformatics/btn181.

    Article  CAS  Google Scholar 

  3. Borkent J, Oukes F, Noordik J: Chemical reaction searching compared in REACCS, SYNLIB, and ORAC. J Chem Inf Comput Sci. 1988, 28: 148-150. 10.1021/ci00059a005.

    Article  CAS  Google Scholar 

  4. Brüggemann R, Voigt K: An evaluation of online databases by methods of lattice theory. Chemosphere. 1995, 31: 3585-3594. 10.1016/0045-6535(95)00207-O.

    Article  Google Scholar 

  5. Banville DL: Mining chemical structural information from the drug literature. Drug Discov Today. 2006, 11: 35-10.1016/S1359-6446(05)03682-2.

    Article  CAS  Google Scholar 

  6. Townsend J, Copestake A, Murray-Rust P, Teufel S, Waudby C: Language technology for processing chemistry publications. Proceedings of the fourth UK e-Science All Hands Meeting. 2005

    Google Scholar 

  7. Jessop DM: Information Extraction from Chemical Patents. 2011

    Google Scholar 

  8. Klein C: Ph.D. thesis. Information Extraction from Text for Improving Research on Small Molecules and Histone Modifications. 2011, Bonn,Germany: Universitäts-und Landesbibliothek

    Google Scholar 

  9. Brecher J: Name = struct: A practical approach to the sorry state of real-life chemical nomenclature. J Chem Inf Comput Sci. 1999, 39: 943-950. 10.1021/ci990062c.

    Article  CAS  Google Scholar 

  10. Algorri ME, Zimmermann M, Friedrich CM, Akle S, Hofmann-Apitius M: Reconstruction of chemical molecules from images. Engineering in Medicine and Biology Society, 2007. 2007, EMBS 2007. 29th Annual International Conference of the IEEE, 4609-4612.

    Google Scholar 

  11. Park J, Rosania GR, Shedden KA, Nguyen M, Lyu N, Saitou K: Automated extraction of chemical structure information from digital raster images. Chem Cent J. 2009, 3: 4-10.1186/1752-153X-3-4.

    Article  Google Scholar 

  12. Abacha AB, Zweigenbaum P: Automatic Extraction of semantic relations between medical entities: Application to the treatment relation. Semantic Mining in Biomedicine. 2010

    Google Scholar 

  13. Fundel K, Küffner R, Zimmer R: RelEx—Relation extraction using dependency parse trees. Bioinformatics. 2007, 23: 365-371. 10.1093/bioinformatics/btl616.

    Article  CAS  Google Scholar 

  14. Sharma A, Swaminathan R, Yang H: A verb-centric approach for relationship extraction in biomedical text. Semantic Computing (ICSC), 2010 IEEE Fourth International Conference. 2010, 377-385.

    Chapter  Google Scholar 

  15. Kadir RA, Bokharaeian B: Overview of biomedical relations extraction using hybrid rule-based approaches. J Indust Intell Inform. 2013, 1: 169-173.

    Google Scholar 

  16. Swanson DR: Fish oil, Raynaud’s syndrome, and undiscovered public knowledge. Perspect Biol Med. 1986, 30: 7-

    Article  CAS  Google Scholar 

  17. Kolárik C, Klinger R, Friedrich CM, Hofmann-Apitius M, Fluck J: Chemical names: terminological resources and corpora annotation. Workshop on Building and Evaluating Resources for Biomedical Text Mining. 2008, Language Resources and Evaluation Conference, 51-58. 6

    Google Scholar 

  18. Corbett P, Copestake A: Cascaded classifiers for confidence-based chemical named entity recognition. BMC Bioinformatics. 2008, 9: S4-

    Article  Google Scholar 

  19. Kim JD, Ohta T, Tateisi Y, Tsujii J: GENIA corpus—a semantically annotated corpus for bio-textmining. Bioinformatics. 2003, 19: i180-i182. 10.1093/bioinformatics/btg1023.

    Article  Google Scholar 

  20. Grego T, Pesquita C, Bastos HP, Couto FM: Chemical entity recognition and resolution to ChEBI. ISRN Bioinform. 2012, 2012: 9-http://www.hindawi.com/journals/isrn.bioinformatics/2012/619427/abs/,

    Article  Google Scholar 

  21. Krallinger M, Leitner F, Rabal O, Vazquez M, Oyarzabal J, Valencia A: Overview of the chemical compound and drug name recognition (CHEMDNER) task. BioCreative Challenge Evaluation Workshop vol. 2. 2013, 2-2013

    Google Scholar 

  22. Mansouri A, Affendey LS, Mamat A: Named entity recognition approaches. Int J Comp Sci Netw Sec. 2008, 8: 339-344.

    Google Scholar 

  23. Campos D, Matos S, Oliveira JL: Biomedical Named Entity Recognition: A Survey of Machine-Learning Tools. 2012

    Google Scholar 

  24. Simpson MS, Demner-Fushman D: Biomedical text mining: A survey of recent progress. Mining Text Data, Springer. 2012, 465-517. doi:10.1007/978-1-4614-3223-4_14

    Chapter  Google Scholar 

  25. Hettne KM, Stierum RH, Schuemie MJ, Hendriksen PJ, Schijvenaars BJ, Mulligen EM, Kleinjans J, Kors JA: A dictionary to identify small molecules and drugs in free text. Bioinformatics. 2009, 25: 2983-2991. 10.1093/bioinformatics/btp535.

    Article  CAS  Google Scholar 

  26. Rebholz-Schuhmann D, Kirsch H, Arregui M, Gaudan S, Riethoven M, Stoehr P: EBIMed—text crunching to gather facts for proteins from Medline. Bioinformatics. 2007, 23: e237-e244. 10.1093/bioinformatics/btl302.

    Article  CAS  Google Scholar 

  27. Humphreys K, Gaizauskas R, Azzam S, Huyck C, Mitchell B, Cunningham H, Wilks Y: University of Sheffield: Description of the LaSIE-II system as used for MUC-7. Proceedings of the Seventh Message Understanding Conferences (MUC-7). 1998

    Google Scholar 

  28. Budi I, Bressan S: Association rules mining for name entity recognition. Web Information Systems Engineering, 2003. WISE 2003. Proceedings of the Fourth International Conference. 2003, 325-328.

    Chapter  Google Scholar 

  29. Narayanaswamy M, Ravikumar KE, Vijay-Shanker K: A biological named entity recognizer. Pac Symp Biocomput. 2003, 427-

    Google Scholar 

  30. Bikel DM, Schwartz R, Weischedel RM: An algorithm that learns what’s in a name. Mach Learn. 1999, 34: 211-231. 10.1023/A:1007558221122.

    Article  Google Scholar 

  31. Borthwick A: A maximum Entropy Approach to Named Entity Recognition. 1999, Ph.D. thesis, New York University: New York University

    Google Scholar 

  32. Chieu HL, Ng HT: Named entity recognition: a maximum entropy approach using global information. Proceedings of the 19th International Conference on Computational linguistics-Volume 1. 2002, 1-7.

    Google Scholar 

  33. Ayodele TO: Types of machine learning algorithms. 2010, Internet: http://www.intechopen.com/articles/show/title/types-of-machinelearning-algorithms

    Google Scholar 

  34. Wallach HM: Conditional random fields: An introduction. Tech Rep (CIS). 2004, 22-

    Google Scholar 

  35. Lafferty J, McCallum A, Pereira FCN: Conditional Random Fields: Probabilistic Models for Segmenting and Labeling Sequence Data. 2001

    Google Scholar 

  36. McCallum A, Freitag D, Pereira FCN: Maximum entropy Markov models for information extraction and segmentation. Proceedings of the Seventeenth International Conference on Machine Learning. 2000, 591-598.

    Google Scholar 

  37. Ponomareva N, Rosso P, Pla F, Molina A: Conditional random fields vs. hidden markov models in a biomedical named entity recognition task. Proc. of Int. Conf. Recent Advances in Natural Language Processing, RANLP. 2007, 479-483.

    Google Scholar 

  38. Wu YC, Fan TK, Lee YS, Yen SJ: "Extracting Named Entities Using Support Vector Machines," Knowledge Discovery in Life Science Literature. 2006, 91-103.

    Google Scholar 

  39. Sun B, Tan Q, Mitra P, Giles CL: Extraction and search of chemical formulae in text documents on the web. Proceedings of the 16th international conference on World Wide Web. 2007, 251-260.

    Google Scholar 

  40. Sun B, Mitra P, Giles CL: Mining, indexing, and searching for textual chemical molecule information on the web. Proceeding of the 17th international conference on World Wide Web. 2008, 735-744. http://dl.acm.org/citation.cfm?id=1367597,

    Chapter  Google Scholar 

  41. Grego T, Pęzik P, Couto F, Rebholz-Schuhmann D: "Identification of chemical entities in patent documents," Distributed Computing, Artificial Intelligence, Bioinformatics, Soft Computing, and Ambient Assisted Living. 2009, 942-949. 942

    Google Scholar 

  42. Usié A, Alves R, Solsona F, Vázquez M, Valéncia A: CheNER: chemical named entity recognizer. Bioinformatics. 2013, doi:10.1093/bioinformatics/btt639

    Google Scholar 

  43. Broda B, Kędzia P, Marcińczuk M, Radziszewski A, Ramocki R, Wardyński A: Fextor: A feature extraction framework for natural language processing: A case study in word sense disambiguation, relation recognition and anaphora resolution. Computational Linguistics. Edited by: Springer. 2013, 41-62.

    Chapter  Google Scholar 

  44. Radziszewski A, Wardyński A, Śniatowski T: WCCL: A morpho-syntactic feature toolkit. Text, Speech and Dialogue. 2011, 434-441.

    Chapter  Google Scholar 

  45. Padró L, Collado M, Reese S, Lloberes M, Castell I: Freeling 2.1: Five Years of Open-Source Language Processing Tools. 2012

    Google Scholar 

  46. Tkachenko M, Simanovsky A: Named entity recognition: Exploring features. Proceed KONVENS. 2012, 118-127. http://www.oegai.at/konvens2012/proceedings/17_tkachenko12o/,

    Google Scholar 

  47. Wang H, Zhao T, Tan H, Zhang S: Biomedical named entity recognition based on classifiers ensemble. IJCSA. 2008, 5: 1-11.

    CAS  Google Scholar 

  48. Campos D, Matos S, Oliveira JL: Chemical name recognition with harmonized feature-rich conditional random fields. BioCreative Challenge Evaluation Workshop vol. 2. 2013, 82-

    Google Scholar 

  49. Huber T, Rocktäschel T, Weidlich M, Thomas P, Leser U: Extended Feature Set for Chemical Named Entity Recognition and Indexing. BioCreative Challenge Evaluation Workshop vol. 2. 2013, 88-

    Google Scholar 

  50. Corbett P, Batchelor C, Teufel S: BioNLP 2007: Biological, translational, and clinical language processing. Annotation of Chemical Named Entities. 2007, 57-64.

    Google Scholar 

  51. Nadeau D: Semi-Supervised Named Entity Recognition: Learning to Recognize 100 Entity Types with Little Supervision. 2007

    Google Scholar 

  52. Rocktäschel T, Weidlich M, Leser U: ChemSpot: a hybrid system for chemical named entity recognition. Bioinformatics. 2012, 28: 1633-1640. 10.1093/bioinformatics/bts183.

    Article  Google Scholar 

  53. Segura-Bedmar I, Martínez P, Segura-Bedmar M: Drug name recognition and classification in biomedical texts: a case study outlining approaches underpinning automated systems. Drug Discov Today. 2008, 13: 816-823. 10.1016/j.drudis.2008.06.001.

    Article  Google Scholar 

  54. Ata C, Can T: DBCHEM: A Database Query Based Solution for the Chemical Compound and Drug Name Recognition Task. BioCreative Challenge Evaluation Workshop vol. 2. 2013, 42-

    Google Scholar 

  55. Lana-Serrano S, Sanchez-Cisneros D, Campillos L, Segura-Bedmar I: Recognizing Chemical Compounds and Drugs: a Rule-Based Approach Using Semantic Information. BioCreative Challenge Evaluation Workshop vol. 2. 2013, 121-

    Google Scholar 

  56. Akhondi SA, Singh B, van der Host E: A dictionary-and grammar-based chemical named entity recognizer. BioCreative Challenge Evaluation Workshop vol. 2. 2013, 113-

    Google Scholar 

  57. Leaman R, Wei CH, Lu Z: NCBI at the BioCreative IV CHEMDNER Task: Recognizing chemical names in PubMed articles with tmChem. BioCreative Challenge Evaluation Workshop vol. 2. 2013, 34-

    Google Scholar 

  58. Batista-Navarro RT, Rak R, Ananiadou S: Chemistry-specific Features and Heuristics for Developing a CRF-based Chemical Named Entity Recogniser. BioCreative Challenge Evaluation Workshop vol. 2. 2013, 55-

    Google Scholar 

  59. Choi M, Yepes AJ, Zobel J, Verspoor K: NEROC: Named Entity Recognizer of Chemicals. BioCreative Challenge Evaluation Workshop vol. 2. 2013, 97-

    Google Scholar 

  60. Lamurias A, Grego T, Couto FM: Chemical compound and drug name recognition using CRFs and semantic similarity based on ChEBI. BioCreative Challenge Evaluation Workshop vol. 2. 2013, 75-

    Google Scholar 

  61. M. Y. T. M. DIEB: Ensemble Approach to Extract Chemical Named Entity by Using Results of Multiple CNER Systems with Different Characteristic. BioCreative Challenge Evaluation Workshop vol. 2. 2013, 162-

    Google Scholar 

  62. Corbett P, Murray-Rust P: High-throughput identification of chemistry in life science texts. Comput Life Sci II. 2006, 107-118.

    Google Scholar 

  63. Lowe DM, Sayle RA: LeadMine: A grammar and dictionary driven approach to chemical entity recognition. BioCreative Challenge Evaluation Workshop vol. 2. 2013, 47-

    Google Scholar 

  64. Usié A, Cruz J, Comas J, Solson F, Alves R: A tool for the identification of chemical entities (CheNER-BioC). BioCreative Challenge Evaluation Workshop vol. 2. 2013, 66-

    Google Scholar 

  65. Mack R, Mukherjea S, Soffer A, Uramoto N, Brown E, Coden A, Cooper J, Inokuchi A, Iyer B, Mass Y, Matsuzawa H, Subramaniam LV: Text analytics for life science using the Unstructured Information Management Architecture. IBM Syst J. 2004, 43: 490-515.

    Article  Google Scholar 

  66. Vazquez M, Krallinger M, Leitner F, Valencia A: Text mining for drugs and chemical compounds: methods, tools and applications. Mol Inform. 2011, 30: 506-519. 10.1002/minf.201100005.

    Article  CAS  Google Scholar 

  67. Wang Z, Kim S, Quinney SK, Guo Y, Hall SD, Rocha LM, Li L: Literature mining on pharmacokinetics numerical data: a feasibility study. J Biomed Inform. 2009, 42: 726-10.1016/j.jbi.2009.03.010.

    Article  CAS  Google Scholar 

  68. Xu R, Wang Q: A semi-supervised pattern-learning approach to extract pharmacogenomics-specific drug-gene pairs from biomedical literature. J Pharmacogenom Pharmacoproteom. 2013, 4: 117-

    Google Scholar 

  69. Chang JT, Altman RB: Extracting and characterizing gene-drug relationships from the literature. Pharmacogenet Genomics. 2004, 14: 577-586.

    Article  CAS  Google Scholar 

  70. Mizutani S, Pauwels E, Stoven V, Goto S, Yamanishi Y: Relating drug–protein interaction network with drug side effects. Bioinformatics. 2012, 28: i522-i528. 10.1093/bioinformatics/bts383.

    Article  CAS  Google Scholar 

  71. Baker NC, Hemminger BM: Mining connections between chemicals, proteins, and diseases extracted from Medline annotations. J Biomed Inform. 2010, 43: 510-519. 10.1016/j.jbi.2010.03.008.

    Article  CAS  Google Scholar 

  72. Davis AP, Wiegers TC, Johnson RJ, Lay JM, Lennon-Hopkins K, Saraceni-Richards C, Sciaky D, Murphy CG, Mattingly CJ: Text mining effectively scores and ranks the literature for improving chemical-gene-disease curation at the Comparative Toxicogenomics Database. PLoS One. 2013, 8: e58201-10.1371/journal.pone.0058201.

    Article  CAS  Google Scholar 

  73. Wren JD: A scalable machine-learning approach to recognize chemical names within large text databases. BMC Bioinformatics. 2006, 7: S3-

    Article  Google Scholar 

Download references

Acknowledgements

This work is supported by the Ministry of Higher Education (MOHE) and Research Management Centre (RMC) at the Universiti Teknologi Malaysia (UTM) under Research University Grant Category (VOT: R.J130000.7828.4F373). We also would like to thank Sudan University of Science and Technology (SUST) for sponsoring the first author.

Author information

Authors and Affiliations

Authors

Corresponding author

Correspondence to Safaa Eltyeb.

Additional information

Competing interests

The authors declare that they have no competing interests.

Authors’ contributions

SE is a PhD candidate and performed the review under the supervision of NS. Both authors read and approved the final manuscript.

Electronic supplementary material

13321_2013_594_MOESM1_ESM.doc

Additional file 1: Summarization for chemical NER solutions starting from 2000 excluding the solutions from BioCreative IV challenge for Chemical NER [[2, 6, 7, 20, 25, 26, 29, 3942],[50, 52, 53, 62, 65, 73]. (DOC 89 KB)

Authors’ original submitted files for images

Below are the links to the authors’ original submitted files for images.

Authors’ original file for figure 1

Authors’ original file for figure 2

Authors’ original file for figure 3

Rights and permissions

Open Access This article is distributed under the terms of the Creative Commons Attribution 2.0 International License (https://creativecommons.org/licenses/by/2.0), which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited.

Reprints and permissions

About this article

Check for updates. Verify currency and authenticity via CrossMark

Cite this article

Eltyeb, S., Salim, N. Chemical named entities recognition: a review on approaches and applications. J Cheminform 6, 17 (2014). https://doi.org/10.1186/1758-2946-6-17

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://doi.org/10.1186/1758-2946-6-17

Keywords