← Search

Tanya Goyal

18 accepted papers

2026

Context Distillation Retains Post-Training Capabilities in Continually Trained LMs

ICML 2026spotlight

Post-training endows pretrained LLMs with a variety of desirable skills, such as instruction-following, reasoning, and others. However, these post-trained LLMs only encode knowledge up to a cut-off date, necessitating continual adaptation. Unfortunately, existing solutions cannot effectively learn n…

Cited by 0SourceScholar
2025

The Progress Illusion: Revisiting meta-evaluation standards of LLM evaluators

EMNLP 2025

LLM judges have gained popularity as an inexpensive and performant substitute for human evaluation. However, we observe that the meta-evaluation setting in which the reliability of these LLM evaluators is established is substantially different from their use in model development. To address this, we

2024

BooookScore: A systematic exploration of book-length summarization in the era of LLMs

ICLR 2024oral

Summarizing book-length documents ($>$100K tokens) that exceed the context window size of large language models (LLMs) requires first breaking the input document into smaller chunks and then prompting an LLM to merge, update, and compress chunk-level summaries. Despite the complexity and importance…

2024

Evaluating Large Language Models at Evaluating Instruction Following

ICLR 2024poster

As research in large language models (LLMs) continues to accelerate, LLM-based evaluation has emerged as a scalable and cost-effective alternative to human evaluations for comparing the ever increasing list of models. This paper investigates the efficacy of these “LLM evaluators”, particularly in us…

2024

LitSearch: A Retrieval Benchmark for Scientific Literature Search

EMNLP 2024main

Literature search questions, such as “where can I find research on the evaluation of consistency in generated summaries?” pose significant challenges for modern search engines and retrieval systems. These questions often require a deep understanding of research concepts and the ability to reason ove…

2024

One Thousand and One Pairs: A “novel” challenge for long-context language models

EMNLP 2024main

Synthetic long-context LLM benchmarks (e.g., “needle-in-the-haystack”) test only surface-level retrieval capabilities; but how well can long-context LLMs retrieve, synthesize, and reason over information across book-length inputs? We address this question by creating NoCha, a dataset of 1,001 minima…

2023

Understanding Factual Errors in Summarization: Errors, Summarizers, Datasets, Error Detectors

ACL 2023long

The propensity of abstractive summarization models to make factual errors has been studied extensively, including design of metrics to detect factual errors and annotation of errors in current systems’ outputs. However, the ever-evolving nature of summarization systems, metrics, and annotated benchm…

2023

WiCE: Real-World Entailment for Claims in Wikipedia

EMNLP 2023long main

Textual entailment models are increasingly applied in settings like fact-checking, presupposition verification in question answering, or summary evaluation. However, these represent a significant domain shift from existing entailment datasets, and models underperform as a result. We propose WiCE, a…

Cited by 0SourcecodeScholar
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…