Papers by Noam Shazeer

4 papers
Corpora Generation for Grammatical Error Correction (N19-1)

Copied to clipboard

Challenge: Grammatical Error Correction (GEC) is a computational task that requires large amounts of data to solve.
Approach: They propose two approaches to generate large parallel datasets for GEC using publicly available Wikipedia edit histories using minimal filtration heuristics and round-trip translation through bridge languages.
Outcome: The proposed methods yield similar sized parallel corpora with around 4B tokens and are far ahead of the state-of-the-art on the CoNLL ‘14 benchmark and the JFLEG task.
The Best of Both Worlds: Combining Recent Advances in Neural Machine Translation (P18-1)

Copied to clipboard

Challenge: In recent years, the emergence of seq2seq models has revolutionized the field of machine translation by replacing traditional phrase-based approaches with neural machine translation (NMT) systems based on the encoder-decoder paradigm.
Approach: They propose to use a convolutional seq2seq model to combine the strengths of the two approaches.
Outcome: The proposed architectures outperform the existing models on the WMT’14 benchmark dataset.
How Much Knowledge Can You Pack Into the Parameters of a Language Model? (2020.emnlp-main)

Copied to clipboard

Challenge: In this paper, we show that large neural language models trained on unstructured text can attain competitive results on open-domain question answering benchmarks without access to external knowledge.
Approach: They propose to fine-tune pre-trained neural language models to answer questions without external knowledge . they show that this approach scales with model size and performs competitively .
Outcome: The proposed approach scales with model size and performs competitively with open-domain systems that explicitly retrieve answers from an external knowledge source when answering questions.
Do Transformer Modifications Transfer Across Implementations and Applications? (2021.emnlp-main)

Copied to clipboard

Challenge: Currently, the Transformer is the de facto architecture of choice for processing sequential data.
Approach: They evaluate the Transformer architecture and its modifications in a shared experimental setting . they conjecture that performance improvements may strongly depend on implementation details .
Outcome: The proposed improvements do not significantly improve performance, the authors find . the proposed improvements are either developed in the same codebase or are minor changes .

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