Mingjun Zhao
University of Alberta
16 Papers
66 Citations
Mingjun Zhao is an academic researcher from University of Alberta. The author has contributed to research in topics: Computer science & Language model. The author has an hindex of 4, co-authored 12 publications.
Chat about Author
Papers
Learning to Generate Questions by LearningWhat not to Generate
Bang Liu,Mingjun Zhao,Di Niu,Kunfeng Lai,Yancheng He,Haojie Wei,Yu Xu +6 more
- 13 May 2019
Abstract: Automatic question generation is an important technique that can improve the training of question answering, help chatbots to start or continue a conversation with humans, and provide assessment materials for educational purposes. Existing neural question generation models are not sufficient mainly due to their inability to properly model the process of how each word in the question is selected, i.e., whether repeating the given passage or being generated from a vocabulary. In this paper, we propose our Clue Guided Copy Network for Question Generation (CGC-QG), which is a sequence-to-sequence generative model with copying mechanism, yet employing a variety of novel components and techniques to boost the performance of question generation. In CGC-QG, we design a multi-task labeling strategy to identify whether a question word should be copied from the input passage or be generated instead, guiding the model to learn the accurate boundaries between copying and generation. Furthermore, our input passage encoder takes as input, among a diverse range of other features, the prediction made by a clue word predictor, which helps identify whether each word in the input passage is a potential clue to be copied into the target question. The clue word predictor is designed based on a novel application of Graph Convolutional Networks onto a syntactic dependency tree representation of each passage, thus being able to predict clue words only based on their context in the passage and their relative positions to the answer in the tree. We jointly train the clue prediction as well as question generation with multi-task learning and a number of practical strategies to reduce the complexity. Extensive evaluations show that our model significantly improves the performance of question generation and out-performs all previous state-of-the-art neural question generation models by a substantial margin.
98
Learning to Generate Questions by Learning What not to Generate
TL;DR: This paper proposes the Clue Guided Copy Network for Question Generation (CGC-QG), which is a sequence-to-sequence generative model with copying mechanism, yet employing a variety of novel components and techniques to boost the performance of question generation.
78
User-centered interior finishing material selection: An immersive virtual reality-based interactive approach
TL;DR: A novel immersive virtual reality (IVR)-based approach for user-centered interior finishing material selection which incorporates both visual aesthetics and conventional material performance is proposed.
41
Reinforced Curriculum Learning on Pre-Trained Neural Machine Translation Models.
Mingjun Zhao,Haijiang Wu,Di Niu,Xiaoli Wang +3 more
- 03 Apr 2020
TL;DR: The authors propose a data selection framework based on Deterministic Actor-Critic, in which a critic network predicts the expected change of model performance due to a certain sample, while an actor network learns to select the best sample out of a random batch of samples presented to it.
Verdi: Quality Estimation and Error Detection for Bilingual Corpora
TL;DR: Verdi as mentioned in this paper adopts two word predictors to enable diverse features to be extracted from a pair of sentences for subsequent quality estimation, including a transformer-based neural machine translation (NMT) model and a pre-trained cross-lingual language model.