← Search

Mengyu Zhou

18 accepted papers

2026

Bringing Stability to Diffusion: Decomposing and Reducing Variance of Training Masked Diffusion Models

ICLR 2026poster

Masked diffusion models (MDMs) are a promising alternative to autoregressive models (ARMs), but they suffer from **inherently** much higher training variance. High variance leads to noisier gradient estimates and unstable optimization, so even equally strong pretrained MDMs and ARMs that are competi…

Cited by 0SourceScholar
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
2026

SiameseNorm: Breaking the Barrier to Reconciling Pre/Post-Norm

ICML 2026poster

Modern Transformers predominantly adopt the Pre-Norm paradigm for its optimization stability, foregoing the superior potential of the unstable Post-Norm architecture. Prior attempts to combine their strengths typically lead to a stability-performance trade-off. We attribute this phenomenon to a stru…

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

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…

2025

TwT: Thinking without Tokens by Habitual Reasoning Distillation with Multi-Teachers’ Guidance

EMNLP 2025

Large Language Models (LLMs) have made significant strides in problem-solving by incorporating reasoning processes. However, this enhanced reasoning capability results in an increased number of output tokens during inference, leading to higher computational costs. To address this challenge, we propo

Cited by 0SourcePDFScholar
2024

CoCoST: Automatic Complex Code Generation with Online Searching and Correctness Testing

EMNLP 2024main

Large Language Models have revolutionized code generation ability by converting natural language descriptions into executable code. However, generating complex code within real-world scenarios remains challenging due to intricate structures, subtle bugs, understanding of advanced data types, and lac…

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

PromptIntern: Saving Inference Costs by Internalizing Recurrent Prompt during Large Language Model Fine-tuning

EMNLP 2024finding

Recent advances in fine-tuning large language models (LLMs) have greatly enhanced their usage in domain-specific tasks. Despite the success, fine-tuning continues to rely on repeated and lengthy prompts, which escalate computational expenses, require more resources, and lead to slower inference. In…

Cited by 9SourcePDFScholar
2024

TAP4LLM: Table Provider on Sampling, Augmenting, and Packing Semi-structured Data for Large Language Model Reasoning

EMNLP 2024finding

Table reasoning tasks have shown remarkable progress with the development of large language models (LLMs), which involve interpreting and drawing conclusions from tabular data based on natural language (NL) questions. Existing solutions mainly tested on smaller tables face scalability issues and str…

2024

Text2Analysis: A Benchmark of Table Question Answering with Advanced Data Analysis and Unclear Queries

AAAI 2024technical

Tabular data analysis is crucial in various fields, and large language models show promise in this area. However, current research mostly focuses on rudimentary tasks like Text2SQL and TableQA, neglecting advanced analysis like forecasting and chart generation. To address this gap, we developed the…

2023

AnaMeta: A Table Understanding Dataset of Field Metadata Knowledge Shared by Multi-dimensional Data Analysis Tasks

ACL 2023findings

Tabular data analysis is performed everyday across various domains. It requires an accurate understanding of field semantics to correctly operate on table fields and find common patterns in daily analysis. In this paper, we introduce the AnaMeta dataset, a collection of 467k tables with derived supe…

2023

CASR: Generating Complex Sequences with Autoregressive Self-Boost Refinement

ICLR 2023poster

There are sequence generation tasks where the best order to generate the target sequence is not left-to-right. For example, an answer to the Sudoku game, a structured code like s-expression, and even a logical natural language answer where the analysis may be generated after the decision. We define…

Cited by 0SourcePDFScholar
2022

FormLM: Recommending Creation Ideas for Online Forms by Modelling Semantic and Structural Information

EMNLP 2022main

Online forms are widely used to collect data from human and have a multi-billion market. Many software products provide online services for creating semi-structured forms where questions and descriptions are organized by predefined structures. However, the design and creation process of forms is sti…

Cited by 1SourcePDFScholar
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
2022

Towards Robust Numerical Question Answering: Diagnosing Numerical Capabilities of NLP Systems

EMNLP 2022main

Numerical Question Answering is the task of answering questions that require numerical capabilities. Previous works introduce general adversarial attacks to Numerical Question Answering, while not systematically exploring numerical capabilities specific to the topic. In this paper, we propose to con…