← Search

Varshini Reddy

5 accepted papers

2025

Language Model Probabilities are Not Calibrated in Numeric Contexts

ACL 2025long

Some statements have one well-defined continuation (e.g., “the Eiffel Tower is in [Paris]"), whereas others have a natural distribution over multiple options (e.g., “the weighted coin flip was [Heads/Tails].") We argue that language model (LM) outputs should capture these natural distributions. Our…

Cited by 0SourcePDFScholar
2024

An Analysis of Multilingual FActScore

EMNLP 2024main

FActScore has gained popularity as a metric to estimate the factuality of long-form texts generated by Large Language Models (LLMs) in English. However, there has not been any work in studying the behavior of FActScore in other languages. This paper studies the limitations of each component in the f…

Cited by 1SourcePDFScholar
2024

BizBench: A Quantitative Reasoning Benchmark for Business and Finance

ACL 2024long

Answering questions within business and finance requires reasoning, precision, and a wide-breadth of technical knowledge. Together, these requirements make this domain difficult for large language models (LLMs). We introduce BizBench, a benchmark for evaluating models’ ability to reason about realis…

Cited by 13SourcePDFScholar
2024

DocFinQA: A Long-Context Financial Reasoning Dataset

ACL 2024short

For large language models (LLMs) to be effective in the financial domain – where each decision can have a significant impact – it is necessary to investigate realistic tasks and data. Financial professionals often interact with documents spanning hundreds of pages, but most financial research datase…

Cited by 17SourcePDFScholar
2024

Tokenization Is More Than Compression

EMNLP 2024main

Tokenization is a foundational step in natural language processing (NLP) tasks, bridging raw text and language models. Existing tokenization approaches like Byte-Pair Encoding (BPE) originate from the field of data compression, and it has been suggested that the effectiveness of BPE stems from its a…