← Search

Jianwei Cui

11 accepted papers

2025

CSSinger: End-to-End Chunkwise Streaming Singing Voice Synthesis System Based on Conditional Variational Autoencoder

AAAI 2025technical

Singing Voice Synthesis (SVS) aims to generate singing voices of high fidelity and expressiveness. Conventional SVS systems usually utilize an acoustic model to transform a music score into acoustic features, followed by a vocoder to reconstruct the singing voice. It was recently shown that end-to-e…

2024

Sifisinger: A High-Fidelity End-to-End Singing Voice Synthesizer Based on Source-Filter Model

ICASSP 2024accepted

This paper presents an advanced end-to-end singing voice synthesis (SVS) system based on the source-filter mechanism that directly translates lyrical and melodic cues into expressive and high-fidelity human-like singing. Similarly to VISinger 2, the proposed system also utilizes training paradigms e…

Cited by 0SourceScholar
2023

Learning towards Selective Data Augmentation for Dialogue Generation

AAAI 2023technical

As it is cumbersome and expensive to acquire a huge amount of data for training neural dialog models, data augmentation is proposed to effectively utilize existing training samples. However, current data augmentation techniques on the dialog generation task mostly augment all cases in the training d…

Cited by 8SourcePDFScholar
2023

MoralDial: A Framework to Train and Evaluate Moral Dialogue Systems via Moral Discussions

ACL 2023long

Morality in dialogue systems has raised great attention in research recently. A moral dialogue system aligned with users’ values could enhance conversation engagement and user connections. In this paper, we propose a framework, MoralDial to train and evaluate moral dialogue systems. In our framework…

2022

C3KG: A Chinese Commonsense Conversation Knowledge Graph

ACL 2022findings

Existing commonsense knowledge bases often organize tuples in an isolated manner, which is deficient for commonsense conversational models to plan the next steps. To fill the gap, we curate a large-scale multi-turn human-written conversation corpus, and create the first Chinese commonsense conversat…

2022

MISC: A Mixed Strategy-Aware Model integrating COMET for Emotional Support Conversation

ACL 2022long

Applying existing methods to emotional support conversation—which provides valuable assistance to people who are in need—has two major limitations: (a) they generally employ a conversation-level emotion label, which is too coarse-grained to capture user’s instant mental state; (b) most of them focus…

2021

Improving Tree-Structured Decoder Training for Code Generation via Mutual Learning

AAAI 2021technical

Code generation aims to automatically generate a piece of code given an input natural language utterance. Currently, among dominant models, it is treated as a sequence-to-tree task, where a decoder outputs a sequence of actions corresponding to the pre-order traversal of an Abstract Syntax Tree. How…

2021

Modeling Homophone Noise for Robust Neural Machine Translation

ICASSP 2021accepted

In this paper, we propose a robust neural machine translation (NMT) framework to deal with homophone errors. The framework consists of a homophone noise detector and a syllable-aware NMT model. The detector identifies potential homophone errors in a textual sentence and converts them into syllables…

Cited by 0SourceScholar
2021

Reasoning in Dialog: Improving Response Generation by Context Reading Comprehension

AAAI 2021technical

In multi-turn dialog, utterances do not always take the full form of sentences (Carbonell 1983), which naturally makes understanding the dialog context more difficult. However, it is essential to fully grasp the dialog context to generate a reasonable response. Hence, in this paper, we propose to im…

2021

Writing Polishment with Simile: Task, Dataset and A Neural Approach

AAAI 2021technical

A simile is a figure of speech that directly makes a comparison, showing similarities between two different things, e.g. ``Reading papers can be dull sometimes,like watching grass grow". Human writers often interpolate appropriate similes into proper locations of the plain text to vivify their writi…

2020

Infusing Sequential Information into Conditional Masked Translation Model with Self-Review Mechanism

COLING 2020main

Non-autoregressive models generate target words in a parallel way, which achieve a faster decoding speed but at the sacrifice of translation accuracy. To remedy a flawed translation by non-autoregressive models, a promising approach is to train a conditional masked translation model (CMTM), and refi…