← Search

Jaehyun Nam

7 accepted papers

2026

MARS: Modular Agent with Reflective Search for Automated AI Research

ICML 2026poster

Automating AI research differs from general software engineering due to computationally expensive evaluation (e.g., model training) and opaque performance attribution. Current LLM-based agents struggle here, often generating monolithic scripts that ignore execution costs and causal factors. We intro…

Cited by 0SourceScholar
2025

MLE-STAR: Machine Learning Engineering Agent via Search and Targeted Refinement

NeurIPS 2025poster

Agents based on large language models (LLMs) for machine learning engineering (MLE) can automatically implement ML models via code generation. However, existing approaches to build such agents often rely heavily on inherent LLM knowledge and employ coarse exploration strategies that modify the entir…

Cited by 0SourceScholar
2025

Training Text-to-Molecule Models with Context-Aware Tokenization

EMNLP 2025

Recently, text-to-molecule models have shown great potential across various chemical applications, e.g., drug-discovery. These models adapt language models to molecular data by representing molecules as sequences of atoms. However, they rely on atom-level tokenizations, which primarily focus on mode

2024

Data-Efficient Molecular Generation with Hierarchical Textual Inversion

ICML 2024poster

Developing an effective molecular generation framework even with a limited number of molecules is often important for its practical deployment, e.g., drug discovery, since acquiring task-related molecular data requires expensive and time-consuming experimental costs. To tackle this issue, we introdu…

2024

Optimized Feature Generation for Tabular Data via LLMs with Decision Tree Reasoning

NeurIPS 2024poster

In tabular prediction tasks, tree-based models combined with automated feature engineering methods often outperform deep learning approaches that rely on learned representations. While these feature engineering techniques are effective, they typically depend on a pre-defined search space and primari…

2024

SuRe: Summarizing Retrievals using Answer Candidates for Open-domain QA of LLMs

ICLR 2024poster

Large language models (LLMs) have made significant advancements in various natural language processing tasks, including question answering (QA) tasks. While incorporating new information with the retrieval of relevant passages is a promising way to improve QA with LLMs, the existing methods often re…

2023

STUNT: Few-shot Tabular Learning with Self-generated Tasks from Unlabeled Tables

ICLR 2023top-25%

Learning with few labeled tabular samples is often an essential requirement for industrial machine learning applications as varieties of tabular data suffer from high annotation costs or have difficulties in collecting new samples for novel tasks. Despite the utter importance, such a problem is quit…