# chinese-lexical-normalization This dataset contains informal-formal-explanation triples from the [chinese-lexical-normalization dataset](https://github.com/tiantian002/chinese-lexical-normalization). Note that there are duplicate informal-formal pairs due to multiple explanations. Example usage: ``` from datasets import load_dataset dataset = load_dataset("larrylawl/chinese-lexical-normalization") ```