← Search

Bahare Fatemi

11 accepted papers

2025

BIG-Bench Extra Hard

ACL 2025long

Current benchmarks for large language model (LLM) reasoning predominantly focus on mathematical and coding abilities, leaving a gap in evaluating broader reasoning proficiencies. One particular exception is the BIG-Bench dataset, which has served as a crucial benchmark for evaluating the general rea…

2025

Test of Time: A Benchmark for Evaluating LLMs on Temporal Reasoning

ICLR 2025poster

Large language models (LLMs) have showcased remarkable reasoning capabilities, yet they remain susceptible to errors, particularly in temporal reasoning tasks involving complex temporal logic. Existing research has explored LLM performance on temporal reasoning using diverse datasets and benchmarks.…

Cited by 22SourcePDFScholar
2024

ReMI: A Dataset for Reasoning with Multiple Images

NeurIPS 2024poster

With the continuous advancement of large language models (LLMs), it is essential to create new benchmarks to evaluate their expanding capabilities and identify areas for improvement. This work focuses on multi-image reasoning, an emerging capability in state-of-the-art LLMs. We introduce ReMI, a dat…

Cited by 12SourcePDFScholar
2024

Talk like a Graph: Encoding Graphs for Large Language Models

ICLR 2024poster

Graphs are a powerful tool for representing and analyzing complex relationships in real-world applications such as social networks, recommender systems, and computational finance. Reasoning on graphs is essential for drawing inferences about the relationships between entities in a complex system, an…

2024

Text-space Graph Foundation Models: Comprehensive Benchmarks and New Insights

NeurIPS 2024poster

Given the ubiquity of graph data and its applications in diverse domains, building a Graph Foundation Model (GFM) that can work well across different graphs and tasks with a unified backbone has recently garnered significant interests. A major obstacle to achieving this goal stems from the fact that…

2024

Understanding Transformer Reasoning Capabilities via Graph Algorithms

NeurIPS 2024poster

Which transformer scaling regimes are able to perfectly solve different classes of algorithmic problems? While tremendous empirical advances have been attained by transformer-based neural networks, a theoretical understanding of their algorithmic reasoning capabilities in realistic parameter regim…

Cited by 23SourcePDFScholar
2023

SubMix: Learning to Mix Graph Sampling Heuristics

UAI 2023poster

Sampling subgraphs for training Graph Neural Networks (GNNs) is receiving much attention from the GNN community. While a variety of methods have been proposed, each method samples the graph according to its own heuristic. However, there has been little work in mixing these heuristics in an end-to-en…

2023

TpuGraphs: A Performance Prediction Dataset on Large Tensor Computational Graphs

NeurIPS 2023poster

Precise hardware performance models play a crucial role in code optimizations. They can assist compilers in making heuristic decisions or aid autotuners in identifying the optimal configuration for a given program. For example, the autotuner for XLA, a machine learning compiler, discovered 10–20\% s…

2021

SLAPS: Self-Supervision Improves Structure Learning for Graph Neural Networks

NeurIPS 2021poster

Graph neural networks (GNNs) work well when the graph structure is provided. However, this structure may not always be available in real-world applications. One solution to this problem is to infer a task-specific latent structure and then apply a GNN to the inferred graph. Unfortunately, the space…

2020

Knowledge Hypergraphs: Prediction Beyond Binary Relations

IJCAI 2020poster

Knowledge graphs store facts using relations between two entities. In this work, we address the question of link prediction in knowledge hypergraphs where relations are defined on any number of entities. While techniques exist (such as reification) that convert non-binary relations into binary ones,…