paper-with-me

홈 › Papers

Automatic Acrostic Couplet Generation with Three-Stage Neural Network Pipelines

2019-06-15 · Haoshen Fan, Jie Wang, Bojin Zhuang, Shaojun Wang, Jing Xiao

As one of the quintessence of Chinese traditional culture, couplet compromises two syntactically symmetric clauses equal in length, namely, an antecedent and subsequent clause. Moreover, corresponding characters and phrases at the same position of the two clauses are paired with each other under certain constraints of semantic and/or syntactic relatedness. Automatic couplet generation is recognized as a challenging problem even in the Artificial Intelligence field. In this paper, we comprehensively study on automatic generation of acrostic couplet with the first characters defined by users. The complete couplet generation is mainly divided into three stages, that is, antecedent clause generation pipeline, subsequent clause generation pipeline and clause re-ranker. To realize semantic and/or syntactic relatedness between two clauses, attention-based Sequence-to-Sequence (S2S) neural network is employed. Moreover, to provide diverse couplet candidates for re-ranking, a cluster-based beam search approach is incorporated into the S2S network. Both BLEU metrics and human judgments have demonstrated the effectiveness of our proposed method. Eventually, a mini-program based on this generation system is developed and deployed on Wechat for real users.

📄 PDF Abstract BibTeX arXiv:1906.09321

Code (0)

등록된 구현이 없습니다.

Tasks

Cultural Vocal Bursts Intensity PredictionRe-Ranking

Similar Papers 제목 키워드 기반

Chinese Couplet Generation with Syntactic Information

2022-10-01 · COLING 2022 10 · Yan Song

Chinese couplet generation aims to generate a pair of clauses (usually generating a subsequent clause given an antecedent one) with certain rules (e.g., morphological and syntactical symmetry) adhered and has long been a…

POS

AcrosticSleuth: Probabilistic Identification and Ranking of Acrostics in Multilingual Corpora

2024-08-08 · Aleksandr Fedchin, Isabel Cooperman, Pramit Chaudhuri, Joseph P. Dexter

For centuries, writers have hidden messages in their texts as acrostics, where initial letters of consecutive lines or paragraphs form meaningful words or phrases. Scholars searching for acrostics manually can only focus…

Binary Classification

TransCouplet:Transformer based Chinese Couplet Generation

2021-12-03 · Kuan-Yu Chiang, Shihao Lin, Joe Chen, Qian Yin 외

Chinese couplet is a special form of poetry composed of complex syntax with ancient Chinese language. Due to the complexity of semantic and grammatical rules, creation of a suitable couplet is a formidable challenge. Thi…

Part-Of-Speech Tagging

Acrostic Poem Generation

2020-10-05 · EMNLP 2020 11 · Rajat Agarwal, Katharina Kann

We propose a new task in the area of computational creativity: acrostic poem generation in English. Acrostic poems are poems that contain a hidden message; typically, the first letter of each line spells out a word or sh…

Language Modelling

Controlling Sequence-to-Sequence Models - A Demonstration on Neural-based Acrostic Generator

2019-11-01 · IJCNLP 2019 11 · Liang-Hsin Shen, Pei-Lun Tai, Chao-Chung Wu, Shou-De Lin

An acrostic is a form of writing that the first token of each line (or other recurring features in the text) forms a meaningful sequence. In this paper we present a generalized acrostic generation system that can hide ce…

Text Generation