← Search

Po-Sen Huang

12 accepted papers

2022

Characteristics of Harmful Text: Towards Rigorous Benchmarking of Language Models

NeurIPS 2022accept

Large language models produce human-like text that drive a growing number of applications. However, recent literature and, increasingly, real world observations, have demonstrated that these models can generate language that is toxic, biased, untruthful or otherwise harmful. Though work to evalua…

Cited by 55SourcePDFScholar
2021

Challenges in Detoxifying Language Models

EMNLP 2021finding

Large language models (LM) generate remarkably fluent text and can be efficiently adapted across NLP tasks. Measuring and guaranteeing the quality of generated text in terms of safety is imperative for deploying LMs in the real world; to this end, prior work often relies on automatic evaluation of L…

Cited by 256SourcePDFScholar
2021

Self-supervised Adversarial Robustness for the Low-label, High-data Regime

ICLR 2021poster

Recent work discovered that training models to be invariant to adversarial perturbations requires substantially larger datasets than those required for standard classification. Perhaps more surprisingly, these larger datasets can be "mostly" unlabeled. Pseudo-labeling, a technique simultaneously pio…

Cited by 49SourcePDFScholar
2020

Achieving Robustness in the Wild via Adversarial Mixing With Disentangled Representations

CVPR 2020poster

Recent research has made the surprising finding that state-of-the-art deep learning models sometimes fail to generalize to small variations of the input. Adversarial training has been shown to be an effective approach to overcome this problem. However, its application has been limited to enforcing i…

Cited by 67PDFcodeScholar
2020

Towards Robust Image Classification Using Sequential Attention Models

CVPR 2020poster

In this paper we propose to augment a modern neural-network architecture with an attention model inspired by human perception. Specifically, we adversarially train and analyze a neural model incorporating a human inspired, visual attention component that is guided by a recurrent top-down sequential…

Cited by 88PDFScholar
2020

Towards Verified Robustness under Text Deletion Interventions

ICLR 2020poster

Neural networks are widely used in Natural Language Processing, yet despite their empirical successes, their behaviour is brittle: they are both over-sensitive to small input changes, and under-sensitive to deletions of large fractions of input text. This paper aims to tackle under-sensitivity in th…

Cited by 3SourceScholar
2019

Are Labels Required for Improving Adversarial Robustness?

NeurIPS 2019poster

Recent work has uncovered the interesting (and somewhat surprising) finding that training models to be invariant to adversarial perturbations requires substantially larger datasets than those required for standard classification. This result is a key hurdle in the deployment of robust machine learni…

2019

Knowing When to Stop: Evaluation and Verification of Conformity to Output-Size Specifications

CVPR 2019poster

Neural architectures able to generate variable-length outputs are extremely effective for applications like Machine Translation and Image Captioning. In this paper, we study the vulnerability of these models to attacks aimed at changing the output-size that can have undesirable consequences includin…

Cited by 13PDFScholar
2018

M-Walk: Learning to Walk over Graphs using Monte Carlo Tree Search

NeurIPS 2018poster

Learning to walk over a graph towards a target node for a given query and a source node is an important problem in applications such as knowledge base completion (KBC). It can be formulated as a reinforcement learning (RL) problem with a known state transition model. To overcome the challenge of spa…

2018

Towards Neural Phrase-based Machine Translation

ICLR 2018poster

In this paper, we present Neural Phrase-based Machine Translation (NPMT). Our method explicitly models the phrase structures in output sequences using Sleep-WAke Networks (SWAN), a recently proposed segmentation-based sequence modeling method. To mitigate the monotonic alignment requirement of SWAN,…

2017

Sequence Modeling via Segmentations

ICML 2017poster

Segmental structure is a common pattern in many types of sequences such as phrases in human languages. In this paper, we present a probabilistic model for sequences via their segmentations. The probability of a segmented sequence is calculated as the product of the probabilities of all its segments,…