CLJun 3, 2021

CCPM: A Chinese Classical Poetry Matching Dataset

arXiv:2106.01979v122 citationsHas Code
Originality Synthesis-oriented
AI Analysis

This addresses the problem of evaluating semantic comprehension in poetry for researchers in natural language processing, though it is incremental as it introduces a new dataset rather than a novel method.

The authors tackled the lack of semantic understanding evaluation in poetry by creating a dataset for poem matching, where models select a line of Chinese classical poetry based on its modern translation, and they released it with baseline BERT results.

Poetry is one of the most important art forms of human languages. Recently many studies have focused on incorporating some linguistic features of poetry, such as style and sentiment, into its understanding or generation system. However, there is no focus on understanding or evaluating the semantics of poetry. Therefore, we propose a novel task to assess a model's semantic understanding of poetry by poem matching. Specifically, this task requires the model to select one line of Chinese classical poetry among four candidates according to the modern Chinese translation of a line of poetry. To construct this dataset, we first obtain a set of parallel data of Chinese classical poetry and modern Chinese translation. Then we retrieve similar lines of poetry with the lines in a poetry corpus as negative choices. We name the dataset Chinese Classical Poetry Matching Dataset (CCPM) and release it at https://github.com/THUNLP-AIPoet/CCPM. We hope this dataset can further enhance the study on incorporating deep semantics into the understanding and generation system of Chinese classical poetry. We also preliminarily run two variants of BERT on this dataset as the baselines for this dataset.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes