← Search

Sercan O Arik

31 accepted papers

2026

ATLAS: Adaptive Transfer Scaling Laws for Multilingual Pretraining, Finetuning, and Decoding the Curse of Multilinguality

ICLR 2026poster

Scaling laws research has focused overwhelmingly on English—yet the most prominent AI models explicitly serve billions of international users. In this work, we undertake the largest multilingual scaling laws study to date, totaling 774 multilingual training experiments, spanning 10M-8B model paramet…

Cited by 0SourceScholar
2026

CoDA: Agentic Systems for Collaborative Data Visualization

ICLR 2026poster

Automating data visualization from natural language is crucial for data science, yet current systems struggle with complex datasets containing multiple files and iterative refinement. Existing approaches, including simple single- or multi-agent systems, often oversimplify the task, focusing on initi…

Cited by 0SourcecodeScholar
2026

Multi-Agent Design: Optimizing Agents with Better Prompts and Topologies

ICLR 2026poster

Large language models, employed as multiple agents that interact and collaborate with each other, have excelled at solving complex tasks. The agents are programmed with prompts that declare their functionality, along with the topologies that orchestrate interactions across agents. Designing prompts…

Cited by 0SourceScholar
2025

Astute RAG: Overcoming Imperfect Retrieval Augmentation and Knowledge Conflicts for Large Language Models

ACL 2025long

Retrieval augmented generation (RAG), while effectively integrating external knowledge to address the inherent limitations of large language models (LLMs), can be hindered by imperfect retrieval that contain irrelevant, misleading, or even malicious information. Previous studies have rarely connecte…

Cited by 0SourcePDFScholar
2025

BRIGHT: A Realistic and Challenging Benchmark for Reasoning-Intensive Retrieval

ICLR 2025spotlight

Existing retrieval benchmarks primarily consist of information-seeking queries (e.g., aggregated questions from search engines) where keyword or semantic-based retrieval is usually sufficient. However, many complex real-world queries require in-depth reasoning to identify relevant documents that go…

Cited by 24SourcePDFScholar
2025

CHASE-SQL: Multi-Path Reasoning and Preference Optimized Candidate Selection in Text-to-SQL

ICLR 2025poster

We present CHASE-SQL, a novel framework addressing large language model (LLM) performance challenges for Text-to-SQL tasks by leveraging multi-agent modeling and test-time compute for improved candidate generation and selection. CHASE-SQL uses LLMs to generate diverse SQL candidates with: (1) a divi…

Cited by 36SourcePDFScholar
2025

Data-Centric Improvements for Enhancing Multi-Modal Understanding in Spoken Conversation Modeling

ACL 2025finding

Conversational assistants are increasingly popular across diverse real-world applications, highlighting the need for advanced multimodal speech modeling. Speech, as a natural mode of communication, encodes rich user-specific characteristics such as speaking rate and pitch, making it critical for eff…

Cited by 0SourcePDFScholar
2025

FLAIRR-TS - Forecasting LLM-Agents with Iterative Refinement and Retrieval for Time Series

EMNLP 2025

Time series Forecasting with large language models (LLMs) requires bridging numerical patterns and natural language. Effective forecasting on LLM often relies on extensive pre-processing and fine-tuning. Recent studies show that a frozen LLM can rival specialized forecasters when supplied with a car

Cited by 0SourcePDFScholar
2025

From Few to Many: Self-Improving Many-Shot Reasoners Through Iterative Optimization and Generation

ICLR 2025poster

Recent advances in long-context large language models (LLMs) have led to the emerging paradigm of many-shot in-context learning (ICL), where it is observed that scaling many more demonstrating examples beyond the conventional few-shot setup in the context can lead to performance benefits. However, d…

Cited by 2SourcePDFScholar
2025

LLM Alignment as Retriever Optimization: An Information Retrieval Perspective

ICML 2025poster

Large Language Models (LLMs) have revolutionized artificial intelligence with capabilities in reasoning, coding, and communication, driving innovation across industries. Their true potential depends on effective alignment to ensure correct, trustworthy and ethical behavior, addressing challenges lik…

Cited by 1SourcePDFScholar
2025

Learn-by-interact: A Data-Centric Framework For Self-Adaptive Agents in Realistic Environments

ICLR 2025poster

Autonomous agents powered by large language models (LLMs) have the potential to enhance human capabilities, assisting with digital tasks from sending emails to performing data analysis. The abilities of existing LLMs at such tasks are often hindered by the lack of high-quality agent data from the…

Cited by 8SourcePDFScholar
2025

Learning to Clarify: Multi-turn Conversations with Action-Based Contrastive Self-Training

ICLR 2025poster

Large language models (LLMs), optimized through human feedback, have rapidly emerged as a leading paradigm for developing intelligent conversational assistants. However, despite their strong performance across many benchmarks, LLM-based agents might still lack conversational skills such as disambigu…

Cited by 8SourcePDFScholar
2025

Long-Context LLMs Meet RAG: Overcoming Challenges for Long Inputs in RAG

ICLR 2025poster

Retrieval-augmented generation (RAG) empowers large language models (LLMs) to utilize external knowledge sources. The increasing capacity of LLMs to process longer input sequences opens up avenues for providing more retrieved information, to potentially enhance the quality of generated outputs. Fro…

Cited by 19SourcePDFScholar
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

Mitigating Object Hallucination in MLLMs via Data-augmented Phrase-level Alignment

ICLR 2025poster

Despite their significant advancements, Multimodal Large Language Models (MLLMs) often generate factually inaccurate information, referred to as hallucination. In this work, we address object hallucinations in MLLMs, where information is generated about an object not present in the input image. We i…

Cited by 0SourcePDFScholar
2024

Chain of Agents: Large Language Models Collaborating on Long-Context Tasks

NeurIPS 2024poster

Addressing the challenge of effectively processing long contexts has become a critical issue for Large Language Models (LLMs). Two common strategies have emerged: 1) reducing the input length, such as retrieving relevant chunks by Retrieval-Augmented Generation (RAG), and 2) expanding the context wi…

Cited by 31SourcePDFScholar
2024

Large Language Models Can Automatically Engineer Features for Few-Shot Tabular Learning

ICML 2024poster

Large Language Models (LLMs), with their remarkable ability to tackle challenging and unseen reasoning problems, hold immense potential for tabular learning, that is vital for many real-world applications. In this paper, we propose a novel in-context learning framework, FeatLLM, which employs LLMs a…

2024

Matryoshka-Adaptor: Unsupervised and Supervised Tuning for Smaller Embedding Dimensions

EMNLP 2024main

Embeddings from Large Language Models (LLMs) have emerged as critical components in various applications, particularly for information retrieval. While high-dimensional embeddings generally demonstrate superior performance as they contain more salient information, their practical application is freq…

Cited by 1SourcePDFScholar
2024

TEMPO: Prompt-based Generative Pre-trained Transformer for Time Series Forecasting

ICLR 2024poster

The past decade has witnessed significant advances in time series modeling with deep learning. While achieving state-of-the-art results, the best-performing architectures vary highly across applications and domains. Meanwhile, for natural language processing, the Generative Pre-trained Transformer (…

2024

Teach Better or Show Smarter? On Instructions and Exemplars in Automatic Prompt Optimization

NeurIPS 2024poster

Large language models have demonstrated remarkable capabilities but their performance is heavily reliant on effective prompt engineering. Automatic prompt optimization (APO) methods are designed to automate this and can be broadly categorized into those targeting instructions (instruction optimizati…

Cited by 13SourcePDFScholar
2023

Adaptation with Self-Evaluation to Improve Selective Prediction in LLMs

EMNLP 2023long findings

Large language models (LLMs) have recently shown great advances in a variety of tasks, including natural language understanding and generation. However, their use in high-stakes decision-making scenarios is still limited due to the potential for errors. *Selective prediction* is a technique that can…

Cited by 0SourceScholar
2023

Koopman Neural Operator Forecaster for Time-series with Temporal Distributional Shifts

ICLR 2023poster

Temporal distributional shifts, with underlying dynamics changing over time, frequently occur in real-world time series and pose a fundamental challenge for deep neural networks (DNNs). In this paper, we propose a novel deep sequence model based on the Koopman theory for time series forecasting: Koo…

Cited by 17SourcePDFScholar
2023

Universal Self-Adaptive Prompting

EMNLP 2023long main

A hallmark of modern large language models (LLMs) is their impressive general zero-shot and few-shot abilities, often elicited through in-context learning (ICL) via prompting. However, while highly coveted and being the most general, zero-shot performances in LLMs are still typically weaker due to t…

Cited by 0SourceScholar
2022

Decoupling Local and Global Representations of Time Series

AISTATS 2022poster

Real-world time series data are often generated from several sources of variation. Learning representations that capture the factors contributing to this variability enables better understanding of the data via its underlying generative process and can lead to improvements in performance on downstre…

2022

Self-Supervised Learning with an Information Maximization Criterion

NeurIPS 2022accept

Self-supervised learning allows AI systems to learn effective representations from large amounts of data using tasks that do not require costly labeling. Mode collapse, i.e., the model producing identical representations for all inputs, is a central problem to many self-supervised learning approache…

2021

Controlling Neural Networks with Rule Representations

NeurIPS 2021poster

We propose a novel training method that integrates rules into deep learning, in a way the strengths of the rules are controllable at inference. Deep Neural Networks with Controllable Rule Representations (DeepCTRL) incorporates a rule encoder into the model coupled with a rule-based objective, enabl…

Cited by 50SourcePDFScholar
2020

Distilling Effective Supervision From Severe Label Noise

CVPR 2020poster

Collecting large-scale data with clean labels for supervised training of neural networks is practically challenging. Although noisy labels are usually cheap to acquire, existing methods suffer a lot from label noise. This paper targets at the challenge of robust training at high label noise regimes.…

Cited by 174PDFcodeScholar
2018

Deep Voice 3: Scaling Text-to-Speech with Convolutional Sequence Learning

ICLR 2018poster

We present Deep Voice 3, a fully-convolutional attention-based neural text-to-speech (TTS) system. Deep Voice 3 matches state-of-the-art neural speech synthesis systems in naturalness while training an order of magnitude faster. We scale Deep Voice 3 to dataset sizes unprecedented for TTS, training…

Cited by 586SourcePDFScholar