OCNLI: Original Chinese Natural Language Inference

Hai Hu,Kyle Richardson,Liang Xu,Lu Li,Sandra Kuebler,Lawrence S. Moss
DOI: https://doi.org/10.48550/arXiv.2010.05444
2020-10-12
Abstract:Despite the tremendous recent progress on natural language inference (NLI), driven largely by large-scale investment in new datasets (e.g., SNLI, MNLI) and advances in modeling, most progress has been limited to English due to a lack of reliable datasets for most of the world's languages. In this paper, we present the first large-scale NLI dataset (consisting of ~56,000 annotated sentence pairs) for Chinese called the Original Chinese Natural Language Inference dataset (OCNLI). Unlike recent attempts at extending NLI to other languages, our dataset does not rely on any automatic translation or non-expert annotation. Instead, we elicit annotations from native speakers specializing in linguistics. We follow closely the annotation protocol used for MNLI, but create new strategies for eliciting diverse hypotheses. We establish several baseline results on our dataset using state-of-the-art pre-trained models for Chinese, and find even the best performing models to be far outpaced by human performance (~12% absolute performance gap), making it a challenging new resource that we hope will help to accelerate progress in Chinese NLU. To the best of our knowledge, this is the first human-elicited MNLI-style corpus for a non-English language.
Computation and Language
What problem does this paper attempt to address?
The problem that this paper attempts to solve is the lack of natural language inference (NLI) tasks on Chinese data. Although remarkable progress has been made in English natural language inference, which mainly relies on large - scale investment in new datasets (such as SNLI, MNLI) and the advancement of modeling techniques, most of the progress is limited to English because reliable datasets are lacking in most other languages in the world. To overcome this limitation and promote the development of Chinese natural language understanding (NLU), the authors introduce the first large - scale Chinese natural language inference dataset - the Original Chinese Natural Language Inference Dataset (OCNLI). OCNLI contains approximately 56,000 annotated sentence pairs, and does not rely on any automatic translation or non - expert annotation. Instead, it collects annotations from native Chinese speakers with linguistic expertise. Through this method, OCNLI aims to provide a high - quality resource to accelerate the research progress in the field of Chinese natural language processing.