← Search

Sean M. Hendryx

6 accepted papers

2026

ResearchRubrics: A Benchmark of Prompts and Rubrics For Deep Research Agents

ICLR 2026poster

Deep Research (DR) is an emerging agent application that leverages large language models (LLMs) to address open-ended queries. It requires the integration of several capabilities, including multi-step reasoning, cross-document synthesis, and the generation of evidence-backed, long-form answers. Eval…

Cited by 0SourceScholar
2026

Rubrics as Rewards: Reinforcement Learning Beyond Verifiable Domains

ICLR 2026poster

Reinforcement Learning with Verifiable Rewards (RLVR) has proven effective for complex reasoning tasks with clear correctness signals such as math and coding. However, extending it to real-world reasoning tasks is challenging, as evaluation depends on nuanced, multi-criteria judgments rather than bi…

Cited by 0SourceScholar
2025

Aligned LLMs Are Not Aligned Browser Agents

ICLR 2025poster

For safety reasons, large language models (LLMs) are trained to refuse harmful user instructions, such as assisting dangerous activities. We study an open question in this work: does the desired safety refusal, typically enforced in chat contexts, generalize to non-chat and agentic use cases? Unlike…

Cited by 0SourcePDFScholar
2025

Planning in Natural Language Improves LLM Search for Code Generation

ICLR 2025spotlight

While scaling training compute has led to remarkable improvements in large language models (LLMs), scaling inference compute only recently began to yield analogous gains. We hypothesize that a core missing component is a lack of diverse LLM outputs, leading to inefficient search due to models repeat…

2024

A Careful Examination of Large Language Model Performance on Grade School Arithmetic

NeurIPS 2024spotlight

Large language models (LLMs) have achieved impressive success on many benchmarks for mathematical reasoning. However, there is growing concern that some of this performance actually reflects dataset contamination, where data closely resembling benchmark questions leaks into the training data, instea…

Cited by 77SourcePDFScholar
2024

Learning Goal-Conditioned Representations for Language Reward Models

NeurIPS 2024poster

Techniques that learn improved representations via offline data or self-supervised objectives have shown impressive results in traditional reinforcement learning. Nevertheless, it is unclear how improved representation learning can benefit reinforcement learning from human feedback on language model…