← Search

Felipe Maia Polo

10 accepted papers

2025

A transfer learning framework for weak to strong generalization

ICLR 2025poster

Modern large language model (LLM) alignment techniques rely on human feedback, but it is unclear whether the techniques fundamentally limit the capabilities of aligned LLMs. In particular, it is unclear whether it is possible to align (stronger) LLMs with superhuman capabilities with (weaker) human…

Cited by 0SourcePDFScholar
2025

Bridging Human and LLM Judgments: Understanding and Narrowing the Gap

NeurIPS 2025poster

Large language models are increasingly used as judges (LLM-as-a-judge) to evaluate model outputs at scale, but their assessments often diverge systematically from human judgments. We present Bridge, a unified statistical framework that explicitly bridges human and LLM evaluations under both absolute…

Cited by 0SourceScholar
2025

LiveXiv - A Multi-Modal live benchmark based on Arxiv papers content

ICLR 2025poster

The large-scale training of multi-modal models on data scraped from the web has shown outstanding utility in infusing these models with the required world knowledge to perform effectively on multiple downstream tasks. However, one downside of scraping data from the web can be the potential sacrifice…

2025

Microfoundation inference for strategic prediction

AISTATS 2025poster

Often in prediction tasks, the predictive model itself can influence the distribution of the target variable, a phenomenon termed *performative prediction*. Generally, this influence stems from strategic actions taken by stakeholders with a vested interest in predictive models. A key challenge that…

Cited by 0SourceScholar
2025

Sloth: scaling laws for LLM skills to predict multi-benchmark performance across families

NeurIPS 2025poster

Scaling laws for large language models (LLMs) predict model performance based on parameters like size and training data. However, differences in training configurations and data processing across model families lead to significant variations in benchmark performance, making it difficult for a single…

Cited by 0SourcecodeScholar
2024

Efficient multi-prompt evaluation of LLMs

NeurIPS 2024poster

Most popular benchmarks for comparing LLMs rely on a limited set of prompt templates, which may not fully capture the LLMs’ abilities and can affect the reproducibility of results on leaderboards. Many recent works empirically verify prompt sensitivity and advocate for changes in LLM evaluation. In…

Cited by 12SourcePDFScholar
2024

Fusing Models with Complementary Expertise

ICLR 2024poster

Training AI models that generalize across tasks and domains has long been among the open problems driving AI research. The emergence of Foundation Models made it easier to obtain expert models for a given task, but the heterogeneity of data that may be encountered at test time often means that any s…

2024

Weak Supervision Performance Evaluation via Partial Identification

NeurIPS 2024poster

Programmatic Weak Supervision (PWS) enables supervised model training without direct access to ground truth labels, utilizing weak labels from heuristics, crowdsourcing, or pre-trained models. However, the absence of ground truth complicates model evaluation, as traditional metrics such as accuracy,…

2024

tinyBenchmarks: evaluating LLMs with fewer examples

ICML 2024poster

The versatility of large language models (LLMs) led to the creation of diverse benchmarks that thoroughly test a variety of language models’ abilities. These benchmarks consist of tens of thousands of examples making evaluation of LLMs very expensive. In this paper, we investigate strategies to redu…

Cited by 31SourcePDFScholar
2023

Conditional independence testing under misspecified inductive biases

NeurIPS 2023spotlight

Conditional independence (CI) testing is a fundamental and challenging task in modern statistics and machine learning. Many modern methods for CI testing rely on powerful supervised learning methods to learn regression functions or Bayes predictors as an intermediate step; we refer to this class of…