← Search

Haoyu Dong

21 accepted papers

2026

Jupiter: Enhancing LLM Data Analysis Capabilities via Notebook and Inference-Time Value-Guided Search

AAAI 2026technical

Large language models (LLMs) have shown great promise in automating data science workflows. However, existing models still struggle with multi-step reasoning and tool use, limiting their effectiveness on complex data analysis tasks. To address this limitation, we propose a scalable pipeline that ext

Cited by 0SourcePDFScholar
2026

SheetBrain: A Neuro-Symbolic Agent for Accurate Reasoning over Complex and Large Spreadsheets

AAAI 2026technical

Understanding and reasoning over complex spreadsheets remain fundamental challenges for large language models (LLMs), which often struggle with intricate structures and rely solely on neural computation. In this work, we propose SheetBrain, a neuro-symbolic dual-workflow agent framework for precise

Cited by 0SourcePDFScholar
2025

DEAL: Diffusion Evolution Adversarial Learning for Sim-to-Real Transfer

NeurIPS 2025poster

Training Reinforcement Learning (RL) controllers in simulation offers cost-efficiency and safety advantages. However, the resultant policies often suffer significant performance degradation during real-world deployment due to the reality gap. Previous works like System Identification (Sys-Id) have a…

Cited by 0SourceScholar
2025

MMTU: A Massive Multi-Task Table Understanding and Reasoning Benchmark

NeurIPS 2025poster

Tables and table-based use cases play a crucial role in many important real-world applications, such as spreadsheets, databases, and computational notebooks, which traditionally require expert-level users like data engineers, data analysts, and database administrators to operate. Although LLMs have…

Cited by 0SourcecodeScholar
2025

RelationalCoder: Rethinking Complex Tables via Programmatic Relational Transformation

ACL 2025long

Semi-structured tables, with their varied layouts and formatting artifacts, remain a major obstacle for automated data processing and analytics. To address these challenges, we propose RelationalCoder, which uniformly converts semi-structured tables into relational data, enabling smooth integration…

2025

Table-LLM-Specialist: Language Model Specialists for Tables using Iterative Fine-tuning

EMNLP 2025

Language models such as GPT and Llama have shown remarkable ability on diverse natural language tasks, yet their performance on complex table tasks (e.g., NL-to-Code, data cleaning, etc.) continues to be suboptimal. To improve their performance, task-specific fine-tuning is often needed, which, howe

2025

TableLoRA: Low-rank Adaptation on Table Structure Understanding for Large Language Models

ACL 2025long

Tabular data are crucial in many fields and their understanding by large language models (LLMs) under high parameter efficiency paradigm is important. However, directly applying parameter-efficient fine-tuning (PEFT) techniques to tabular tasks presents significant challenges, particularly in terms…

2024

EASI: Evolutionary Adversarial Simulator Identification for Sim-to-Real Transfer

NeurIPS 2024poster

Reinforcement Learning (RL) controllers have demonstrated remarkable performance in complex robot control tasks. However, the presence of reality gap often leads to poor performance when deploying policies trained in simulation directly onto real robots. Previous sim-to-real algorithms like Domain R…

Cited by 0SourcePDFScholar
2024

Encoding Spreadsheets for Large Language Models

EMNLP 2024main

Spreadsheets are characterized by their extensive two-dimensional grids, flexible layouts, and varied formatting options, which pose significant challenges for large language models (LLMs). In response, we introduce SheetEncoder, pioneering an efficient encoding method designed to unleash and optimi…

Cited by 1SourcePDFScholar
2024

KET-QA: A Dataset for Knowledge Enhanced Table Question Answering

COLING 2024main

Due to the concise and structured nature of tables, the knowledge contained therein may be incomplete or missing, posing a significant challenge for table question answering (TableQA) systems. However, most existing datasets either overlook the challenge of missing knowledge in TableQA or only utili…

2024

MMedAgent: Learning to Use Medical Tools with Multi-modal Agent

EMNLP 2024finding

Multi-Modal Large Language Models (MLLMs), despite being successful, exhibit limited generality and often fall short when compared to specialized models. Recently, LLM-based agents have been developed to address these challenges by selecting appropriate specialized models as tools based on user inpu…

2024

Touchstone Benchmark: Are We on the Right Way for Evaluating AI Algorithms for Medical Segmentation?

NeurIPS 2024poster

How can we test AI performance? This question seems trivial, but it isn't. Standard benchmarks often have problems such as in-distribution and small-size test sets, oversimplified metrics, unfair comparisons, and short-term outcome pressure. As a consequence, good performance on standard benchmarks…

2023

HermEs: Interactive Spreadsheet Formula Prediction via Hierarchical Formulet Expansion

ACL 2023long

We propose HermEs, the first approach for spreadsheet formula prediction via HiEraRchical forMulet ExpanSion, where hierarchical expansion means generating formulas following the underlying parse tree structure, and Formulet refers to commonly-used multi-level patterns mined from real formula parse…

2023

SheetPT: Spreadsheet Pre-training Based on Hierarchical Attention Network

AAAI 2023technical

Spreadsheets are an important and unique type of business document for data storage, analysis and presentation. The distinction between spreadsheets and most other types of digital documents lies in that spreadsheets provide users with high flexibility of data organization on the grid. Existing rela…

Cited by 0SourcePDFScholar
2022

FORTAP: Using Formulas for Numerical-Reasoning-Aware Table Pretraining

ACL 2022long

Tables store rich numerical data, but numerical reasoning over tables is still a challenge. In this paper, we find that the spreadsheet formula, a commonly used language to perform computations on numerical values in spreadsheets, is a valuable supervision for numerical reasoning in tables. Consider…

2022

HiTab: A Hierarchical Table Dataset for Question Answering and Natural Language Generation

ACL 2022long

Tables are often created with hierarchies, but existing works on table reasoning mainly focus on flat tables and neglect hierarchical tables. Hierarchical tables challenge numerical reasoning by complex hierarchical indexing, as well as implicit relationships of calculation and semantics. We present…

2022

PLOG: Table-to-Logic Pretraining for Logical Table-to-Text Generation

EMNLP 2022main

Logical table-to-text generation is a task that involves generating logically faithful sentences from tables, which requires models to derive logical-level facts from table records via logical inference. It raises a new challenge on the logical-level content planning of table-to-text models. However…

2022

TaCube: Pre-computing Data Cubes for Answering Numerical-Reasoning Questions over Tabular Data

EMNLP 2022main

Existing auto-regressive pre-trained language models (PLMs) like T5 and BART, have been well applied to table question answering by UNIFIEDSKG and TAPEX, respectively, and demonstrated state-of-the-art results on multiple benchmarks. However, auto-regressive PLMs are challenged by recent emerging nu…

2022

Table Pre-training: A Survey on Model Architectures, Pre-training Objectives, and Downstream Tasks

IJCAI 2022poster

Following the success of pre-training techniques in the natural language domain, a flurry of table pre-training frameworks have been proposed and have achieved new state-of-the-arts on various downstream tasks such as table question answering, table type recognition, column relation classification,…

Cited by 71SourcePDFScholar