Bang Liu
Université de Montréal
51 Papers
224 Citations
Bang Liu is an academic researcher from Université de Montréal. The author has contributed to research in topics: Computer science & Graph (abstract data type). The author has an hindex of 13, co-authored 47 publications. Previous affiliations of Bang Liu include University of Alberta.
Chat about Author
Papers
Asking Questions the Human Way: Scalable Question-Answer Generation from Text Corpus
Bang Liu,Haojie Wei,Di Niu,Haolan Chen,Yancheng He +4 more
- 20 Apr 2020
TL;DR: Answer-Clue-Style-aware Question Generation (ACS-QG), which aims at automatically generating high-quality and diverse question-answer pairs from unlabeled text corpus at scale by imitating the way a human asks questions, dramatically outperforms state-of-the-art neural question generation models in terms of the generation quality.
102
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
Network Latency Estimation for Personal Devices: A Matrix Completion Approach
TL;DR: This paper proposes a new class of low-rank matrix completion algorithms, which predicts the missing entries in an extracted “network feature matrix” by iteratively minimizing a weighted Schatten- $p$ norm to approximate the rank.
66
Asking Questions the Human Way: Scalable Question-Answer Generation from Text Corpus
TL;DR: The authors proposed Answer-Clue-Style-aware Question Generation (ACS-QG) which aims at automatically generating high-quality and diverse question-answer pairs from unlabeled text corpus at scale by imitating the way a human asks questions.
61