A Recurrent BERT-based Model for Question Generation (D19-58)

Copied to clipboard

Challenge: Existing QG models rely on recurrent neural networks (RNNs) but the inherent sequential nature of the RNN models suffers from the problem of handling long sequences.
Approach: They propose to employ a pre-trained BERT language model to tackle question generation tasks.
Outcome: The proposed model outperforms the existing models on the question-answering dataset SQuAD and advances the BLEU 4 score from 16.85 to 22.17.

Similar Papers

BERTGen: Multi-task Generation through BERT (2021.acl-long)

Copied to clipboard

Challenge: Recent work in unsupervised and self-supervised pre-training has revolutionised the field of natural language understanding (NLU).
Approach: They propose to use multimodal and multilingual pre-trained models to extend BERT by fusing them together for language generation tasks.
Outcome: The proposed model outperforms baseline models in image captioning, machine translation and multimodal machine translation tasks and is competitive with supervised counterparts.
BERT: Pre-training of Deep Bidirectional Transformers for Language Understanding (N19-1)

Copied to clipboard

Challenge: Existing language representation models pre-train deep bidirectional representations from unlabeled text without significant task-specific architecture modifications.
Approach: They propose a language representation model that pre-trains bidirectional representations from unlabeled text by jointly conditioning on both left and right context in all layers.
Outcome: The proposed model achieves state-of-the-art results on eleven natural language processing tasks, pushing the GLUE score to 80.5 (7.7 point absolute improvement), MultiNLI accuracy to 86.7% (4.6% absolute improvement)
What do Models Learn from Question Answering Datasets? (2020.emnlp-main)

Copied to clipboard

Challenge: Existing models have outperformed humans on question answering datasets, but they have yet to outperform humans on the task of question answering itself.
Approach: They evaluate BERT-based question answering models on their generalizability to out-of-domain examples, responses to missing or incorrect data, and ability to handle question variations.
Outcome: The proposed models outperform human baselines on the widely-used SQuAD 1.1 and SQu AD 2.0 datasets.
Answer-focused and Position-aware Neural Question Generation (D18-1)

Copied to clipboard

Challenge: Recent neural network-based approaches generate interrogative words that do not match the answer type.
Approach: They propose an answer-focused and position-aware neural question generation model to address these issues.
Outcome: The proposed model outperforms the baseline and outperformed the state-of-the-art system.
Unsupervised FAQ Retrieval with Question Generation and BERT (2020.acl-main)

Copied to clipboard

Challenge: Frequently Asked Questions (FAQ) retrieval requires labeled datasets for training neural models.
Approach: They propose to exploit FAQ pairs to train two BERT models that match user queries to FAQ answers and questions.
Outcome: The proposed model outperforms supervised models on existing datasets and is on par with existing dataset.
MixQG: Neural Question Generation with Mixed Answer Types (2022.findings-naacl)

Copied to clipboard

Challenge: Existing neural question generation approaches focus on short factoid type of answers.
Approach: They propose a neural question generator that trains a single generative model by combining multiple question types with different answer types.
Outcome: The proposed model outperforms existing models in both seen and unseen domains and can generate questions with different cognitive levels when conditioned on different answer types.
Vocabulary Matters: A Simple yet Effective Approach to Paragraph-level Question Generation (2020.aacl-main)

Copied to clipboard

Challenge: Current neural network-based questions generation techniques take only one or two sentences as input.
Approach: They propose a simple yet effective technique for question generation from paragraphs . they augment a sequence-to-sequence QG model with dynamic, paragraph-specific dictionary .
Outcome: The proposed model outperforms state-of-the-art systems in question generation from paragraphs in automatic and human evaluation.
Self-Attention Architectures for Answer-Agnostic Neural Question Generation (P19-1)

Copied to clipboard

Challenge: Neural architectures based on self-attention have attracted interest from the research community . a recent study examined the performance of Transformers on a task of Neural Question Generation .
Approach: They propose to adapt Transformers to a task of Neural Question Generation without constraining the model to focus on a specific answer passage.
Outcome: The proposed architectures have obtained significant improvements over the state-of-the-art in several tasks.
Multi-Task Learning with Language Modeling for Question Generation (D19-1)

Copied to clipboard

Challenge: Existing work on answer-aware questions generates a sentence and answer span as input . previous work on QG was mainly tackled by rule-based approach and neural-based one .
Approach: They propose to incorporate an auxiliary task of language modeling to help question generation in a hierarchical multi-task learning structure.
Outcome: The proposed model improves on SQuAD and MARCO datasets and human evaluation proves it.
A Primer in BERTology: What We Know About How BERT Works (2020.tacl-1)

Copied to clipboard

Challenge: a new study examines the current state of knowledge about the BERT model . the model is a stack of transformer encoder layers that are based on multiple self-attention ''heads''
Approach: They present a survey of over 150 studies of the popular Transformer-based model BERT . they discuss the current state of knowledge about how BERT works and how it is represented .
Outcome: The proposed model is based on the Transformer-based model with state-of-the-art results . the proposed model has little cognitive motivation and is too small to perform ablation studies .

What is GenGO?

GenGO is an NLP powered publication search system. It currenctly indexes 30k+ papers from ACL Anthology, and implements multi-aspect summarization, semantic search, and more!

Information

About
Limitations