← Search

Kalpesh Krishna

16 accepted papers

2026

PLANTAIN: Plan-Answer Interleaved Reasoning

ICML 2026spotlight

Reasoning models often spend a lot of time thinking before they generate a visible response. This creates a frustrating, but unfortunately common, experience: the user's time is wasted while the model reasons from a false premise that could have easily been corrected. In contrast, human speakers per…

Cited by 0SourceScholar
2025

Fact, Fetch, and Reason: A Unified Evaluation of Retrieval-Augmented Generation

NAACL 2025long

Large Language Models (LLMs) have demonstrated significant performance improvements across various cognitive tasks. An emerging application is using LLMs to enhance retrieval-augmented generation (RAG) capabilities. These systems require LLMs to understand user queries, retrieve relevant information…

Cited by 15SourcePDFScholar
2024

Foundational Autoraters: Taming Large Language Models for Better Automatic Evaluation

EMNLP 2024main

As large language models (LLMs) evolve, evaluating their output reliably becomes increasingly difficult due to the high cost of human evaluation. To address this, we introduce FLAMe, a family of Foundational Large Autorater Models. FLAMe is trained on a diverse set of over 100 quality assessment tas…

Cited by 41SourcePDFScholar
2024

GEE! Grammar Error Explanation with Large Language Models

NAACL 2024findings

Existing grammatical error correction tools do not provide natural language explanations of the errors that they correct in user-written text. However, such explanations are essential for helping users learn the language by gaining a deeper understanding of its grammatical rules (DeKeyser, 2003; Ell…

2024

PostMark: A Robust Blackbox Watermark for Large Language Models

EMNLP 2024main

The most effective techniques to detect LLM-generated text rely on inserting a detectable signature—or watermark—during the model’s decoding process. Most existing watermarking methods require access to the underlying LLM’s logits, which LLM API providers are loath to share due to fears of model dis…

2023

FActScore: Fine-grained Atomic Evaluation of Factual Precision in Long Form Text Generation

EMNLP 2023long main

Evaluating the factuality of long-form text generated by large language models (LMs) is non-trivial because (1) generations often contain a mixture of supported and unsupported pieces of information, making binary judgments of quality inadequate, and (2) human evaluation is time-consuming and costly…

Cited by 0SourcecodeScholar
2023

Paraphrasing evades detectors of AI-generated text, but retrieval is an effective defense

NeurIPS 2023poster

The rise in malicious usage of large language models, such as fake content creation and academic plagiarism, has motivated the development of approaches that identify AI-generated text, including those based on watermarking or outlier detection. However, the robustness of these detection algorithms…

2022

Exploring Document-Level Literary Machine Translation with Parallel Paragraphs from World Literature

EMNLP 2022main

Literary translation is a culturally significant task, but it is bottlenecked by the small number of qualified literary translators relative to the many untranslated works published around the world. Machine translation (MT) holds potential to complement the work of human translators by improving bo…

2022

Few-shot Controllable Style Transfer for Low-Resource Multilingual Settings

ACL 2022long

Style transfer is the task of rewriting a sentence into a target style while approximately preserving content. While most prior literature assumes access to a large style-labelled corpus, recent work (Riley et al. 2021) has attempted “few-shot” style transfer using only 3-10 sentences at inference f…

Cited by 26SourcePDFScholar
2022

RankGen: Improving Text Generation with Large Ranking Models

EMNLP 2022main

Given an input sequence (or prefix), modern language models often assign high probabilities to output sequences that are repetitive, incoherent, or irrelevant to the prefix; as such, model-generated text also contains such artifacts. To address these issues we present RankGen, a 1.2B parameter encod…

2022

SLING: Sino Linguistic Evaluation of Large Language Models

EMNLP 2022main

To understand what kinds of linguistic knowledge are encoded by pretrained Chinese language models (LMs), we introduce the benchmark of Sino LINGuistics (SLING), which consists of 38K minimal sentence pairs in Mandarin Chinese grouped into 9 high-level linguistic phenomena. Each pair demonstrates th…

2021

Do Long-Range Language Models Actually Use Long-Range Context?

EMNLP 2021main

Language models are generally trained on short, truncated input sequences, which limits their ability to use discourse-level information present in long-range context to improve their predictions. Recent efforts to improve the efficiency of self-attention have led to a proliferation of long-range Tr…

Cited by 78SourcePDFScholar
2020

Thieves on Sesame Street! Model Extraction of BERT-based APIs

ICLR 2020poster

We study the problem of model extraction in natural language processing, in which an adversary with only query access to a victim model attempts to reconstruct a local copy of that model. Assuming that both the adversary and victim model fine-tune a large pretrained language model such as BERT (Devl…

Cited by 235SourcecodeScholar
2018

A Study of All-Convolutional Encoders for Connectionist Temporal Classification

ICASSP 2018accepted

Connectionist temporal classification (CTC) is a popular sequence prediction approach for automatic speech recognition that is typically used with models based on recurrent neural networks (RNNs). We explore whether deep convolutional neural networks (CNNs) can be used effectively instead of RNNs as…

Cited by 0SourceScholar