← Search

Peter Izsak

5 accepted papers

2025

HELMET: How to Evaluate Long-context Models Effectively and Thoroughly

ICLR 2025poster

Many benchmarks exist for evaluating long-context language models (LCLMs), yet developers often rely on synthetic tasks such as needle-in-a-haystack (NIAH) or an arbitrary subset of tasks. However, it remains unclear whether these benchmarks reflect the diverse downstream applications of LCLMs, and…

Cited by 0SourcePDFScholar
2024

CoTAR: Chain-of-Thought Attribution Reasoning with Multi-level Granularity

EMNLP 2024finding

State-of-the-art performance in QA tasks is currently achieved by systems employing Large Language Models (LLMs), however these models tend to hallucinate information in their responses. One approach focuses on enhancing the generation process by incorporating attribution from the given input to the…

2023

Optimizing Retrieval-augmented Reader Models via Token Elimination

EMNLP 2023long main

Fusion-in-Decoder (FiD) is an effective retrieval-augmented language model applied across a variety of open-domain tasks, such as question answering, fact checking, etc. In FiD, supporting passages are first retrieved and then processed using a generative model (Reader), which can cause a significan…

Cited by 0SourcecodeScholar
2022

Transformer Language Models without Positional Encodings Still Learn Positional Information

EMNLP 2022finding

Causal transformer language models (LMs), such as GPT-3, typically require some form of positional encoding, such as positional embeddings. However, we show that LMs without any explicit positional encoding are still competitive with standard models and that this phenomenon is robust across differen…