← Search

Srini Iyer

11 accepted papers

2025

Byte Latent Transformer: Patches Scale Better Than Tokens

ACL 2025long

We introduce the Byte Latent Transformer (BLT), a new byte-level LLM architecture that, for the first time, matches tokenization-based LLM performance at scale with significant improvements in inference efficiency and robustness. BLT encodes bytes into dynamically sized patches, which serve as the p…

2024

ACUEval: Fine-grained Hallucination Evaluation and Correction for Abstractive Summarization

ACL 2024findings

The impressive generation capabilities of large language models (LLMs) have made it harder to detect the subtle hallucinations they make in abstractive summarization, where generated summaries consist of a blend of correct and incorrect information w.r.t. a given document. Recently-proposed LLM-base…

Cited by 6SourcePDFScholar
2024

Instruction-tuned Language Models are Better Knowledge Learners

ACL 2024long

In order for large language model (LLM)-based assistants to effectively adapt to evolving information needs, it must be possible to update their factual knowledge through continued training on new data. The standard recipe for doing so involves continued pre-training on new documents followed by ins…

2023

Demystifying Prompts in Language Models via Perplexity Estimation

EMNLP 2023long findings

Language models can be prompted to perform a wide variety of tasks with zero- and few-shot in-context learning. However, performance varies significantly with the choice of prompt, and we do not yet understand why this happens. In this paper, we analyze the factors that contribute to this variance a…

Cited by 0SourceScholar
2023

LEVER: Learning to Verify Language-to-Code Generation with Execution

ICML 2023poster

The advent of large language models trained on code (code LLMs) has led to significant progress in language-to-code generation. State-of-the-art approaches in this area combine LLM decoding with sample pruning and reranking using test cases or heuristics based on the execution results. However, it i…

2022

AnswerSumm: A Manually-Curated Dataset and Pipeline for Answer Summarization

NAACL 2022long

Community Question Answering (CQA) fora such as Stack Overflow and Yahoo! Answers contain a rich resource of answers to a wide range of community-based questions. Each question thread can receive a large number of answers with different perspectives. One goal of answer summarization is to produce a…

2022

Improving In-Context Few-Shot Learning via Self-Supervised Training

NAACL 2022long

Self-supervised pretraining has made few-shot learning possible for many NLP tasks. But the pretraining objectives are not typically adapted specifically for in-context few-shot learning. In this paper, we propose to use self-supervision in an intermediate training stage between pretraining and down…

2021

Answering Complex Open-Domain Questions with Multi-Hop Dense Retrieval

ICLR 2021poster

We propose a simple and efficient multi-hop dense retrieval approach for answering complex open-domain questions, which achieves state-of-the-art performance on two multi-hop datasets, HotpotQA and multi-evidence FEVER. Contrary to previous work, our method does not require access to any corpus-spec…

2021

FiD-Ex: Improving Sequence-to-Sequence Models for Extractive Rationale Generation

EMNLP 2021main

Natural language (NL) explanations of model predictions are gaining popularity as a means to understand and verify decisions made by large black-box pre-trained models, for tasks such as Question Answering (QA) and Fact Verification. Recently, pre-trained sequence to sequence (seq2seq) models have p…