← Search

Nazneen Rajani

11 accepted papers

2023

CaPE: Contrastive Parameter Ensembling for Reducing Hallucination in Abstractive Summarization

ACL 2023findings

Hallucination is a known issue for neural abstractive summarization models. Recent work suggests that the degree of hallucination may depend on factual errors in the training data. In this work, we propose a new method called Contrastive Parameter Ensembling (CaPE) to use training data more effectiv…

Cited by 20SourcePDFScholar
2022

Are Hard Examples also Harder to Explain? A Study with Human and Model-Generated Explanations

EMNLP 2022main

Recent work on explainable NLP has shown that few-shot prompting can enable large pre-trained language models (LLMs) to generate grammatical and factual natural language explanations for data labels. In this work, we study the connection between explainability and sample hardness by investigating th…

2022

BOOKSUM: A Collection of Datasets for Long-form Narrative Summarization

EMNLP 2022finding

The majority of existing text summarization datasets include short-form source documents that lack long-range causal and temporal dependencies, and often contain strong layout and stylistic biases. While relevant, such datasets will offer limited challenges for future text summarization systems. We…

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…

2022

Conformal Predictor for Improving Zero-Shot Text Classification Efficiency

EMNLP 2022main

Pre-trained language models (PLMs) have been shown effective for zero-shot (0shot) text classification. 0shot models based on natural language inference (NLI) and next sentence prediction (NSP) employ cross-encoder architecture and infer by making a forward pass through the model for each label-text…

Cited by 3SourcePDFScholar
2022

HydraSum: Disentangling Style Features in Text Summarization with Multi-Decoder Models

EMNLP 2022main

Summarization systems make numerous “decisions” about summary properties during inference, e.g. degree of copying, specificity and length of outputs, etc. However, these are implicitly encoded within model parameters and specific styles cannot be enforced. To address this, we introduce HydraSum, a n…

2022

P-Adapters: Robustly Extracting Factual Information from Language Models with Diverse Prompts

ICLR 2022poster

Recent work (e.g. LAMA (Petroni et al., 2019)) has found that the quality of the factual information extracted from Large Language Models (LLMs) depends on the prompts used to query them. This inconsistency is problematic because different users will query LLMs for the same information using differe…

2021

BERTology Meets Biology: Interpreting Attention in Protein Language Models

ICLR 2021poster

Transformer architectures have proven to learn useful representations for protein classification and generation tasks. However, these representations present challenges in interpretability. In this work, we demonstrate a set of methods for analyzing protein Transformer models through the lens of att…

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
2021

CoCo: Controllable Counterfactuals for Evaluating Dialogue State Trackers

ICLR 2021poster

Dialogue state trackers have made significant progress on benchmark datasets, but their generalization capability to novel and realistic scenarios beyond the held- out conversations is less understood. We propose controllable counterfactuals (COCO) to bridge this gap and evaluate dialogue state trac…

2021

FastIF: Scalable Influence Functions for Efficient Model Interpretation and Debugging

EMNLP 2021main

Influence functions approximate the “influences” of training data-points for test predictions and have a wide variety of applications. Despite the popularity, their computational cost does not scale well with model and training data size. We present FastIF, a set of simple modifications to influence…