# Chemical Names Standardization using Neural Sequence to Sequence Model

**Authors:** Junlang Zhan, Hai Zhao

arXiv: 1901.07003 · 2019-01-23

## TL;DR

This paper presents a neural sequence-to-sequence framework for standardizing chemical names, converting non-systematic names into systematic ones to improve chemical information extraction accuracy.

## Contribution

It introduces an end-to-end, data-driven neural model with spelling correction and byte pair encoding for chemical name standardization, outperforming previous methods.

## Key findings

- Standardization accuracy of 54.04% on test data
- Significant improvement over previous state-of-the-art
- Effective handling of non-systematic chemical names

## Abstract

Chemical information extraction is to convert chemical knowledge in text into true chemical database, which is a text processing task heavily relying on chemical compound name identification and standardization. Once a systematic name for a chemical compound is given, it will naturally and much simply convert the name into the eventually required molecular formula. However, for many chemical substances, they have been shown in many other names besides their systematic names which poses a great challenge for this task. In this paper, we propose a framework to do the auto standardization from the non-systematic names to the corresponding systematic names by using the spelling error correction, byte pair encoding tokenization and neural sequence to sequence model. Our framework is trained end to end and is fully data-driven. Our standardization accuracy on the test dataset achieves 54.04% which has a great improvement compared to previous state-of-the-art result.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1901.07003/full.md

## Figures

7 figures with captions in the complete paper: https://tomesphere.com/paper/1901.07003/full.md

---
Source: https://tomesphere.com/paper/1901.07003