← Search

Izzeddin Gur

12 accepted papers

2025

Inference-Aware Fine-Tuning for Best-of-N Sampling in Large Language Models

ICLR 2025poster

Recent studies indicate that effectively utilizing inference-time compute is crucial for attaining good performance from large language models (LLMs). Specifically, the Best-of-N (BoN) inference strategy, where an LLM generates multiple responses and a verifier selects the best, has shown strong emp…

Cited by 18SourcePDFScholar
2024

A Real-World WebAgent with Planning, Long Context Understanding, and Program Synthesis

ICLR 2024oral

Pre-trained large language models (LLMs) have recently achieved better generalization and sample efficiency in autonomous web automation. However, the performance on real-world websites has still suffered from (1) open domainness, (2) limited context length, and (3) lack of inductive bias on HTML. W…

Cited by 233SourcePDFScholar
2024

Geometric-Averaged Preference Optimization for Soft Preference Labels

NeurIPS 2024poster

Many algorithms for aligning LLMs with human preferences assume that human preferences are binary and deterministic. However, human preferences can vary across individuals, and therefore should be represented distributionally. In this work, we introduce the distributional soft preference labels and…

Cited by 7SourcePDFScholar
2024

Multimodal Web Navigation with Instruction-Finetuned Foundation Models

ICLR 2024poster

The progress of autonomous web navigation has been hindered by the dependence on billions of exploratory interactions via online reinforcement learning, and domain-specific model designs that make it difficult to leverage generalization from rich out-of-domain data. In this work, we study data-drive…

Cited by 111SourcePDFScholar
2024

Scaling Exponents Across Parameterizations and Optimizers

ICML 2024poster

Robust and effective scaling of models from small to large width typically requires the precise adjustment of many algorithmic and architectural details, such as parameterization and optimizer choices. In this work, we propose a new perspective on parameterization by investigating a key assumption i…

Cited by 21SourcePDFScholar
2024

Small-scale proxies for large-scale Transformer training instabilities

ICLR 2024oral

Teams that have trained large Transformer-based models have reported training instabilities at large scale that did not appear when training with the same hyperparameters at smaller scales. Although the causes of such instabilities are of scientific interest, the amount of resources required to repr…

Cited by 79SourcePDFScholar
2023

CLUTR: Curriculum Learning via Unsupervised Task Representation Learning

ICML 2023poster

Reinforcement Learning (RL) algorithms are often known for sample inefficiency and difficult generalization. Recently, Unsupervised Environment Design (UED) emerged as a new paradigm for zero-shot generalization by simultaneously learning a task distribution and agent policies on the generated tasks…

2023

Understanding HTML with Large Language Models

EMNLP 2023long findings

Large language models (LLMs) have shown exceptional performance on a variety of natural language tasks. Yet, their capabilities for HTML understanding – i.e., parsing the raw HTML of a webpage, with applications to automation of web-based tasks, crawling, and browser-…

Cited by 0SourceScholar
2022

Fast inference and transfer of compositional task structures for few-shot task generalization

UAI 2022poster

We tackle real-world problems with complex structures beyond the pixel-based game or simulator. We formulate it as a few-shot reinforcement learning problem where a task is characterized by a subtask graph that defines a set of subtasks and their dependencies that are unknown to the agent. Different…

Cited by 0SourcePDFScholar
2022

Less Is More: Generating Grounded Navigation Instructions From Landmarks

CVPR 2022poster

We study the automatic generation of navigation instructions from 360-degree images captured on indoor routes. Existing generators suffer from poor visual grounding, causing them to rely on language priors and hallucinate objects. Our MARKY-MT5 system addresses this by focusing on visual landmarks;…

Cited by 61PDFcodeScholar
2021

Environment Generation for Zero-Shot Compositional Reinforcement Learning

NeurIPS 2021poster

Many real-world problems are compositional – solving them requires completing interdependent sub-tasks, either in series or in parallel, that can be represented as a dependency graph. Deep reinforcement learning (RL) agents often struggle to learn such complex tasks due to the long time horizons and…