← Search

Yasaman Razeghi

8 accepted papers

2025

TurtleBench: A Visual Programming Benchmark in Turtle Geometry

NAACL 2025long

Humans have the ability to reason about geometric patterns in images and scenes from a young age. However, developing large multimodal models (LMMs) capable of similar reasoning remains a challenge, highlighting the need for robust evaluation methods to assess these capabilities. We introduce Turtle…

2024

Are Models Biased on Text without Gender-related Language?

ICLR 2024poster

Gender bias research has been pivotal in revealing undesirable behaviors in large language models, exposing serious gender stereotypes associated with occupations, and emotions. A key observation in prior work is that models reinforce stereotypes as a consequence of the gendered correlations that ar…

2024

EchoPrompt: Instructing the Model to Rephrase Queries for Improved In-context Learning

NAACL 2024short

Language models are achieving impressive performance on various tasks by aggressively adopting inference-time prompting techniques,such as zero-shot and few-shot prompting. In this work, we introduce EchoPrompt, a simple yet effective approach that prompts the model to rephrase its queries before an…

2024

Plot Twist: Multimodal Models Don’t Comprehend Simple Chart Details

EMNLP 2024finding

Recent advances in multimodal models show remarkable performance in real-world benchmarks for chart and figure understanding like ChartQA that involve interpreting trends, comparing data points, and extracting insights from visuals.In this paper, we investigate the extent to which these models truly…

Cited by 0SourcePDFScholar
2024

Selective Perception: Learning Concise State Descriptions for Language Model Actors

NAACL 2024short

The latest large language models (LMs) support increasingly longer contexts. While this trend permits using substantial amounts of text with SOTA LMs, requiring these large LMs to process potentially redundant or irrelevant data needlessly increases inference time and cost. To remedy this problem, w…

2022

Impact of Pretraining Term Frequencies on Few-Shot Numerical Reasoning

EMNLP 2022finding

Pretrained Language Models (LMs) have demonstrated ability to perform numerical reasoning by extrapolating from a few examples in few-shot settings. However, the extent to which this extrapolation relies on robust reasoning is unclear. In this paper, we investigate how well these models reason with…

Cited by 0SourcePDFScholar
2021

Deep Bucket Elimination

IJCAI 2021poster

Bucket Elimination (BE) is a universal inference scheme that can solve most tasks over probabilistic and deterministic graphical models exactly. However, it often requires exponentially high levels of memory (in the induced-width) preventing its execution. In the spirit of exploiting Deep Learning…