Chinese Traditional Poetry Generating System Based on Deep Learning
Chenlei Bao, Lican Huang

TL;DR
This paper presents a deep learning-based system for generating Chinese traditional poetry that adheres to strict poetic rules and themes, utilizing advanced NLP techniques and neural networks.
Contribution
It introduces a novel approach combining keyword extraction, theme matching, and neural network models like Bi-LSTM and attention mechanisms for poetry generation.
Findings
Generated poetry conforms to themes and rules.
The system produces high-quality, meaningful Chinese poetry.
Effective emotion judgment enhances poetic coherence.
Abstract
Chinese traditional poetry is an important intangible cultural heritage of China and an artistic carrier of thought, culture, spirit and emotion. However, due to the strict rules of ancient poetry, it is very difficult to write poetry by machine. This paper proposes an automatic generation method of Chinese traditional poetry based on deep learning technology, which extracts keywords from each poem and matches them with the previous text to make the poem conform to the theme, and when a user inputs a paragraph of text, the machine obtains the theme and generates poem sentence by sentence. Using the classic word2vec model as the preprocessing model, the Chinese characters which are not understood by the computer are transformed into matrix for processing. Bi-directional Long Short-Term Memory is used as the neural network model to generate Chinese characters one by one and make the…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Text Analysis Techniques · Topic Modeling · Sentiment Analysis and Opinion Mining
MethodsMemory Network
