← Search

Bryan McCann

4 accepted papers

2022

CTRLsum: Towards Generic Controllable Text Summarization

EMNLP 2022main

Current summarization systems yield generic summaries that are disconnected from users’ preferences and expectations. To address this limitation, we present CTRLsum, a generic framework to control generated summaries through a set of keywords. During training keywords are extracted automatically wit…

2021

Char2Subword: Extending the Subword Embedding Space Using Robust Character Compositionality

EMNLP 2021finding

Byte-pair encoding (BPE) is a ubiquitous algorithm in the subword tokenization process of language models as it provides multiple benefits. However, this process is solely based on pre-training data statistics, making it hard for the tokenizer to handle infrequent spellings. On the other hand, thoug…

Cited by 20SourcePDFScholar
2020

A Simple Language Model for Task-Oriented Dialogue

NeurIPS 2020spotlight

Task-oriented dialogue is often decomposed into three tasks: understanding user input, deciding actions, and generating a response. While such decomposition might suggest a dedicated model for each sub-task, we find a simple, unified approach leads to state-of-the-art performance on the MultiWOZ dat…

2017

Learned in Translation: Contextualized Word Vectors

NeurIPS 2017poster

Computer vision has benefited from initializing multiple deep layers with weights pretrained on large supervised training sets like ImageNet. Natural language processing (NLP) typically sees initialization of only the lowest layer of deep models with pretrained word vectors. In this paper, we use a…