Jove
Visualize
Contact Us
JoVE
x logofacebook logolinkedin logoyoutube logo
ABOUT JoVE
OverviewLeadershipBlogJoVE Help Center
AUTHORS
Publishing ProcessEditorial BoardScope & PoliciesPeer ReviewFAQSubmit
LIBRARIANS
TestimonialsSubscriptionsAccessResourcesLibrary Advisory BoardFAQ
RESEARCH
JoVE JournalMethods CollectionsJoVE Encyclopedia of ExperimentsArchive
EDUCATION
JoVE CoreJoVE BusinessJoVE Science EducationJoVE Lab ManualFaculty Resource CenterFaculty Site
Terms & Conditions of Use
Privacy Policy
Policies

Related Concept Videos

Naming Enantiomers02:21

Naming Enantiomers

26.0K
The naming of enantiomers employs the Cahn–Ingold–Prelog rules that involve assigning priorities to different substituent groups at a chiral center. Each enantiomer, being a distinct molecule, is assigned a unique name by the Cahn–Ingold–Prelog (CIP) rules, also called the R–S system. The prefix R- or S- attached to the chiral centers in an enantiomer is dependent on the spatial arrangement of the four substituents on the chiral center. The R–S system essentially comprises three...
26.0K
Naming Skeletal Muscles01:19

Naming Skeletal Muscles

4.1K
The naming of the approximately 700 muscles in the human body is based on a set of criteria designed to provide descriptive information about each muscle, making it easier to identify and remember them.
The key factors used in naming muscles include:
4.1K
Common Names of Aldehydes and Ketones01:11

Common Names of Aldehydes and Ketones

5.0K
Some common aldehydes and ketones are popularly known by their common names used historically and predate the IUPAC nomenclature.   
Common names of aldehydes are derived from the names of their corresponding acid. For instance, the two-carbon aldehyde–acetaldehyde derives its name from the corresponding acid–acetic acid. Similarly, formaldehyde derives its name from formic acid and benzaldehyde from benzoic acid.
Aliphatic ketones are named by suffixing the word “ketone” to the...
5.0K
Protein Networks02:26

Protein Networks

4.5K
An organism can have thousands of different proteins, and these proteins must cooperate to ensure the health of an organism. Proteins bind to other proteins and form complexes to carry out their functions. Many proteins interact with multiple other proteins creating a complex network of protein interactions.
These interactions can be represented through maps depicting protein-protein interaction networks, represented as nodes and edges. Nodes are circles that are representative of a protein,...
4.5K
Network Covalent Solids02:18

Network Covalent Solids

16.2K
Network covalent solids contain a three-dimensional network of covalently bonded atoms as found in the crystal structures of nonmetals like diamond, graphite, silicon, and some covalent compounds, such as silicon dioxide (sand) and silicon carbide (carborundum, the abrasive on sandpaper). Many minerals have networks of covalent bonds.
To break or to melt a covalent network solid, covalent bonds must be broken. Because covalent bonds are relatively strong, covalent network solids are typically...
16.2K
Chemical Formulas02:52

Chemical Formulas

61.2K
A chemical formula presents information about the proportions of atoms constituting a particular chemical compound or molecule, mainly using symbols of elements and numbers. At times other symbols, such as dashes, parentheses, brackets, commas, plus, and minus signs, are also used. A chemical formula can be one of three types – molecular, empirical, and structural.
61.2K

You might also read

Related Articles

Articles linked to this work by shared authors, journal, and citation graph.

Sort by
Same author

Tracking public health, utilization and outcomes during a pandemic using monitoring surveys.

BMC public health·2025
Same author

Use of P450 Enzymes for Late-Stage Functionalization in Drug Discovery.

Journal of medicinal chemistry·2025
Same author

Portable luminescence for rapidly identifying tsunami dynamics and responses in saltmarshes.

The Science of the total environment·2025
Same author

Prevalence of posttraumatic stress disorder and major depression in Ohio, Pennsylvania, and West Virginia 9 months after the East Palestine train derailment.

Journal of traumatic stress·2025
Same author

Hotspots and dynamics of dissolved thallium species at oxic-anoxic interfaces in flooded soils.

Chemosphere·2025
Same author

Symptoms of Mental Health Conditions and Their Predictors Among U.S. Adults During the First Year of the COVID-19 Pandemic.

Healthcare (Basel, Switzerland)·2025

Related Experiment Video

Updated: Feb 1, 2026

Deep Neural Networks for Image-Based Dietary Assessment
13:19

Deep Neural Networks for Image-Based Dietary Assessment

Published on: March 13, 2021

10.0K

Chemlistem: chemical named entity recognition using recurrent neural networks.

Peter Corbett1, John Boyle2

  • 1Data Science Group, Technology Department, The Royal Society of Chemistry, Cambridge, UK. corbettp@rsc.org.

Journal of Cheminformatics
|December 8, 2018
PubMed
Summary

Deep learning models, including bidirectional long short term memory networks, offer a powerful alternative to traditional conditional random fields for chemical named entity recognition. These advanced systems achieve high accuracy in identifying chemical entities.

Keywords:
ChemicalsDeep learningNamed entity recognition

More Related Videos

Comparing the Frequency Effect Between the Lexical Decision and Naming Tasks in Chinese
08:08

Comparing the Frequency Effect Between the Lexical Decision and Naming Tasks in Chinese

Published on: April 1, 2016

9.7K
Author Spotlight: Enhancement of Salient Object Detection for Smart Grid Applications
03:31

Author Spotlight: Enhancement of Salient Object Detection for Smart Grid Applications

Published on: December 15, 2023

1.1K

Related Experiment Videos

Last Updated: Feb 1, 2026

Deep Neural Networks for Image-Based Dietary Assessment
13:19

Deep Neural Networks for Image-Based Dietary Assessment

Published on: March 13, 2021

10.0K
Comparing the Frequency Effect Between the Lexical Decision and Naming Tasks in Chinese
08:08

Comparing the Frequency Effect Between the Lexical Decision and Naming Tasks in Chinese

Published on: April 1, 2016

9.7K
Author Spotlight: Enhancement of Salient Object Detection for Smart Grid Applications
03:31

Author Spotlight: Enhancement of Salient Object Detection for Smart Grid Applications

Published on: December 15, 2023

1.1K

Area of Science:

  • Computational chemistry
  • Bioinformatics
  • Natural Language Processing

Background:

  • Chemical Named Entity Recognition (NER) traditionally relied on Conditional Random Fields (CRF).
  • Deep learning (DL) has shown significant success in various Natural Language Processing (NLP) tasks.
  • The potential of DL as an alternative to CRFs for chemical NER warrants investigation.

Purpose of the Study:

  • To develop and evaluate deep learning-based systems for chemical Named Entity Recognition (NER).
  • To compare the performance of different deep learning architectures against traditional CRF methods.
  • To explore the effectiveness of character-level and token-level approaches in chemical NER.

Main Methods:

  • Developed a DL system using bidirectional Long Short-Term Memory (LSTM) networks with rich per-token features and word embeddings.
  • Created a second DL system focusing on character labeling with character embeddings and multiple LSTM layers, omitting tokenization.
  • Implemented an ensemble system combining the outputs of the first two DL systems.
  • Utilized transfer learning to further enhance model performance.

Main Results:

  • The ensemble system achieved a top performance in the BioCreative V.5 competition.
  • Subsequent models using transfer learning reached a final F-score of 90.33% on test data.
  • Specific performance metrics include 91.47% precision and 89.21% recall.

Conclusions:

  • Deep learning models, particularly LSTMs, provide a competitive and effective alternative to CRF-based approaches for chemical NER.
  • Character-level and token-level DL strategies can be successfully combined for improved chemical entity recognition.
  • The developed DL systems demonstrate state-of-the-art performance in chemical NER tasks.