← Search

Jian-Guang Lou

53 accepted papers

2025

Are Large Language Models Ready for Multi-Turn Tabular Data Analysis?

ICML 2025poster

Conversational Tabular Data Analysis, a collaboration between humans and machines, enables real-time data exploration for informed decision-making. The challenges and costs of collecting realistic conversational logs for tabular data analysis hinder comprehensive quantitative evaluation of Large Lan…

Cited by 0SourcePDFScholar
2025

WizardMath: Empowering Mathematical Reasoning for Large Language Models via Reinforced Evol-Instruct

ICLR 2025oral

Large language models (LLMs), such as GPT-4, have shown remarkable performance in natural language processing (NLP) tasks, including challenging mathematical reasoning. However, most existing open-source models are only pre-trained on large-scale internet data and without math-related optimization.…

Cited by 414SourcePDFScholar
2024

AMPO: Automatic Multi-Branched Prompt Optimization

EMNLP 2024main

Prompt engineering is very important to enhance the performance of large language models (LLMs). When dealing with complex issues, prompt engineers tend to distill multiple patterns from examples and inject relevant solutions to optimize the prompts, achieving satisfying results. However, existing a…

Cited by 3SourcePDFScholar
2024

Automatic Instruction Evolving for Large Language Models

EMNLP 2024main

Fine-tuning large pre-trained language models with Evol-Instruct has achieved encouraging results across a wide range of tasks. However, designing effective evolving methods for instruction evolution requires substantial human expertise. This paper proposes Auto Evol-Instruct, an end-to-end framewor…

2024

Can LLMs Learn From Mistakes? An Empirical Study on Reasoning Tasks

EMNLP 2024finding

Towards enhancing the chain-of-thought (CoT) reasoning of large language models (LLMs), much existing work has revealed the effectiveness of straightforward learning on annotated/generated CoT paths. However, there is less evidence yet that reasoning capabilities can be enhanced through a reverse le…

2024

E5: Zero-shot Hierarchical Table Analysis using Augmented LLMs via Explain, Extract, Execute, Exhibit and Extrapolate

NAACL 2024long

Analyzing large hierarchical tables with multi-level headers presents challenges due to their complex structure, implicit semantics, and calculation relationships. While recent advancements in large language models (LLMs) have shown promise in flat table analysis, their application to hierarchical t…

2024

Make Your LLM Fully Utilize the Context

NeurIPS 2024poster

While many contemporary large language models (LLMs) can process lengthy input, they still struggle to fully utilize information within the long context, known as the *lost-in-the-middle* challenge. We hypothesize that it stems from insufficient explicit supervision during the long-context training,…

2024

Re-Reading Improves Reasoning in Large Language Models

EMNLP 2024main

To enhance the reasoning capabilities of off-the-shelf Large Language Models (LLMs), we introduce a simple, yet general and effective prompting method, RE2, i.e., Re-Reading the question as input. Unlike most thought-eliciting prompting methods, such as Chain-of-Thought (CoT), which aim to elicit th…

2024

StraGo: Harnessing Strategic Guidance for Prompt Optimization

EMNLP 2024finding

Prompt engineering is pivotal for harnessing the capabilities of large language models (LLMs) across diverse applications. While existing prompt optimization methods improve prompt effectiveness, they often lead to prompt drifting, wherein newly generated prompts canadversely impact previously succe…

2024

WizardArena: Post-training Large Language Models via Simulated Offline Chatbot Arena

NeurIPS 2024poster

Recent work demonstrates that, post-training large language models with open-domain instruction following data have achieved colossal success. Simultaneously, human Chatbot Arena has emerged as one of the most reasonable benchmarks for model evaluation and developmental guidance. However, the proces…

Cited by 0SourcePDFScholar
2023

A Parse-Then-Place Approach for Generating Graphic Layouts from Textual Descriptions

ICCV 2023poster

Creating layouts is a fundamental step in graphic design. In this work, we propose to use text as the guidance to create graphic layouts, i.e., Text-to-Layout, aiming to lower the design barriers. Text-to-Layout is a challenging task, because it needs to consider the implicit, combined, and incomple…

Cited by 12PDFScholar
2023

CRT-QA: A Dataset of Complex Reasoning Question Answering over Tabular Data

EMNLP 2023long main

Large language models (LLMs) show powerful reasoning abilities on various text-based tasks. However, their reasoning capability on structured data such as tables has not been systematically explored. In this work, we first establish a comprehensive taxonomy of reasoning and operation types for tabu…

Cited by 0SourceScholar
2023

CodeT: Code Generation with Generated Tests

ICLR 2023poster

The task of generating code solutions for a given programming problem can benefit from the use of pre-trained language models such as Codex, which can produce multiple diverse samples. However, a major challenge for this task is to select the most appropriate solution from the multiple samples gener…

2023

Does Deep Learning Learn to Abstract? A Systematic Probing Framework

ICLR 2023poster

Abstraction is a desirable capability for deep learning models, which means to induce abstract concepts from concrete instances and flexibly apply them beyond the learning context. At the same time, there is a lack of clear understanding about both the presence and further characteristics of this ca…

2023

How Do In-Context Examples Affect Compositional Generalization?

ACL 2023long

Compositional generalization–understanding unseen combinations of seen primitives–is an essential reasoning capability in human intelligence. The AI community mainly studies this capability by fine-tuning neural networks on lots of training samples, while it is still unclear whether and how in-conte…

2023

Know What I don’t Know: Handling Ambiguous and Unknown Questions for Text-to-SQL

ACL 2023findings

The task of text-to-SQL aims to convert a natural language question into its corresponding SQL query within the context of relational tables. Existing text-to-SQL parsers generate a plausible SQL query for an arbitrary user question, thereby failing to correctly handle problematic user questions. To…

2023

Large Language Models Meet NL2Code: A Survey

ACL 2023long

The task of generating code from a natural language description, or NL2Code, is considered a pressing and significant challenge in code intelligence. Thanks to the rapid development of pre-training techniques, surging large language models are being proposed for code, sparking the advances in NL2Cod…

2023

LayoutDiffusion: Improving Graphic Layout Generation by Discrete Diffusion Probabilistic Models

ICCV 2023poster

Creating graphic layouts is a fundamental step in graphic designs. In this work, we present a novel generative model named LayoutDiffusion for automatic layout generation. As layout is typically represented as a sequence of discrete tokens, LayoutDiffusion models layout generation as a discrete deno…

Cited by 50PDFcodeScholar
2023

LayoutFormer++: Conditional Graphic Layout Generation via Constraint Serialization and Decoding Space Restriction

CVPR 2023poster

Conditional graphic layout generation, which generates realistic layouts according to user constraints, is a challenging task that has not been well-studied yet. First, there is limited discussion about how to handle diverse user constraints flexibly and uniformly. Second, to make the layouts confor…

Cited by 44SourcePDFScholar
2023

LayoutPrompter: Awaken the Design Ability of Large Language Models

NeurIPS 2023poster

Conditional graphic layout generation, which automatically maps user constraints to high-quality layouts, has attracted widespread attention today. Although recent works have achieved promising performance, the lack of versatility and data efficiency hinders their practical applications. In this wor…

2023

Making Language Models Better Reasoners with Step-Aware Verifier

ACL 2023long

Few-shot learning is a challenging task that requires language models to generalize from limited examples. Large language models like GPT-3 and PaLM have made impressive progress in this area, but they still face difficulties in reasoning tasks such as GSM8K, a benchmark for arithmetic problems. To…

Cited by 185SourcePDFScholar
2023

MultiSpider: Towards Benchmarking Multilingual Text-to-SQL Semantic Parsing

AAAI 2023technical

Text-to-SQL semantic parsing is an important NLP task, which facilitates the interaction between users and the database. Much recent progress in text-to-SQL has been driven by large-scale datasets, but most of them are centered on English. In this work, we present MultiSpider, the largest multilingu…

2023

Question Answering as Programming for Solving Time-Sensitive Questions

EMNLP 2023long main

Question answering plays a pivotal role in human daily life because it involves our acquisition of knowledge about the world. However, due to the dynamic and ever-changing nature of real-world facts, the answer can be completely different when the time constraint in the question changes. Recently, L…

Cited by 0SourcecodeScholar
2023

RepoCoder: Repository-Level Code Completion Through Iterative Retrieval and Generation

EMNLP 2023long main

The task of repository-level code completion is to continue writing the unfinished code based on a broader context of the repository. While for automated code completion tools, it is difficult to utilize the useful information scattered in different files. We propose RepoCoder, a simple, generic, an…

Cited by 0SourcecodeScholar
2023

Skill-Based Few-Shot Selection for In-Context Learning

EMNLP 2023long main

*In-context learning* is the paradigm that adapts large language models to downstream tasks by providing a few examples. *Few-shot selection*---selecting appropriate examples for each test instance separately---is important for in-context learning. In this paper, we propose **Skill-KNN**, a skill-ba…

Cited by 0SourceScholar
2023

TACR: A Table Alignment-based Cell Selection Method for HybridQA

ACL 2023findings

Hybrid Question-Answering (HQA), which targets reasoning over tables and passages linked from table cells, has witnessed significant research in recent years. A common challenge in HQA and other passage-table QA datasets is that it is generally unrealistic to iterate over all table rows, columns, an…

Cited by 3SourcePDFScholar
2023

Uncovering and Categorizing Social Biases in Text-to-SQL

ACL 2023long

Large pre-trained language models are acknowledged to carry social bias towards different demographics, which can further amplify existing stereotypes in our society and cause even more harm. Text-to-SQL is an important task, models of which are mainly adopted by administrative industries, where unf…

2023

Uncovering and Quantifying Social Biases in Code Generation

NeurIPS 2023poster

With the popularity of automatic code generation tools, such as Copilot, the study of the potential hazards of these tools is gaining importance. In this work, we explore the social bias problem in pre-trained code generation models. We propose a new paradigm to construct code prompts and successful…

Cited by 19SourcePDFScholar
2022

AdapterShare: Task Correlation Modeling with Adapter Differentiation

EMNLP 2022main

Thanks to the development of pre-trained language models, multitask learning (MTL) methods achieve a great success in natural language understanding area.However, current MTL methods pay more attention to task selection or model design to fuse as much knowledge as possible, while intrinsic task corr…

2022

CERT: Continual Pre-training on Sketches for Library-oriented Code Generation

IJCAI 2022poster

Code generation is a longstanding challenge, aiming to generate a code snippet based on a natural language description. Usually, expensive text-code paired data is essential for training a code generation model. Recently, thanks to the success of pre-training techniques, large language models are tr…

2022

Coarse-to-Fine Generative Modeling for Graphic Layouts

AAAI 2022technical

Even though graphic layout generation has attracted growing attention recently, it is still challenging to synthesis realistic and diverse layouts, due to the complicated element relationships and varied element arrangements. In this work, we seek to improve the performance of layout generation by i…

Cited by 43SourcePDFScholar
2022

Exploring the Secrets Behind the Learning Difficulty of Meaning Representations for Semantic Parsing

EMNLP 2022main

Previous research has shown that the design of Meaning Representation (MR) greatly influences the final model performance of a neural semantic parser. Therefore, designing a good MR is a long-term goal for semantic parsing. However, it is still an art as there is no quantitative indicator that can t…

Cited by 6SourcePDFScholar
2022

GL-CLeF: A Global–Local Contrastive Learning Framework for Cross-lingual Spoken Language Understanding

ACL 2022long

Due to high data demands of current methods, attention to zero-shot cross-lingual spoken language understanding (SLU) has grown, as such approaches greatly reduce human annotation effort. However, existing models solely rely on shared parameters, which can only perform implicit alignment across lang…

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

LEMON: Language-Based Environment Manipulation via Execution-Guided Pre-training

EMNLP 2022finding

Language-based environment manipulation requires agents to manipulate the environment following natural language instructions, which is challenging due to the huge space of the environments.To address this challenge, various approaches have been proposed in recent work. Although these approaches wor…

Cited by 7SourcePDFScholar
2022

LogiGAN: Learning Logical Reasoning via Adversarial Pre-training

NeurIPS 2022accept

We present LogiGAN, an unsupervised adversarial pre-training framework for improving logical reasoning abilities of language models. Upon automatic identification of logical reasoning phenomena in massive text corpus via detection heuristics, we train language models to predict the masked-out logica…

2022

TAPEX: Table Pre-training via Learning a Neural SQL Executor

ICLR 2022poster

Recent progress in language model pre-training has achieved a great success via leveraging large-scale unstructured textual data. However, it is still a challenge to apply pre-training on structured tabular data due to the absence of large-scale high-quality tabular data. In this paper, we propose T…

2022

Towards Knowledge-Intensive Text-to-SQL Semantic Parsing with Formulaic Knowledge

EMNLP 2022main

In this paper, we study the problem of knowledge-intensive text-to-SQL, in which domain knowledge is necessary to parse expert questions into SQL queries over domain-specific tables. We formalize this scenario by building a new benchmark KnowSQL consisting of domain-specific questions covering vario…

2022

Towards Robustness of Text-to-SQL Models Against Natural and Realistic Adversarial Table Perturbation

ACL 2022long

The robustness of Text-to-SQL parsers against adversarial perturbations plays a crucial role in delivering highly reliable applications. Previous studies along this line primarily focused on perturbations in the natural language question side, neglecting the variability of tables. Motivated by this,…

2022

When Language Model Meets Private Library

EMNLP 2022finding

With the rapid development of pre-training techniques, a number of language models have been pre-trained on large-scale code corpora and perform well in code generation. In this paper, we investigate how to equip pre-trained language models with the ability of code generation for private libraries.…

2021

Chase: A Large-Scale and Pragmatic Chinese Dataset for Cross-Database Context-Dependent Text-to-SQL

ACL 2021long

The cross-database context-dependent Text-to-SQL (XDTS) problem has attracted considerable attention in recent years due to its wide range of potential applications. However, we identify two biases in existing datasets for XDTS: (1) a high proportion of context-independent questions and (2) a high p…

2021

Iterative Utterance Segmentation for Neural Semantic Parsing

AAAI 2021technical

Neural semantic parsers usually fail to parse long and complex utterances into correct meaning representations, due to the lack of exploiting the principle of compositionality. To address this issue, we present a novel framework for boosting neural semantic parsers via iterative utterance segmentati…

Cited by 3SourcePDFScholar
2021

Keep the Structure: A Latent Shift-Reduce Parser for Semantic Parsing

IJCAI 2021poster

Traditional end-to-end semantic parsing models treat a natural language utterance as a holonomic structure. However, hierarchical structures exist in natural languages, which also align with the hierarchical structures of logical forms. In this paper, we propose a latent shift-reduce parser, called…

Cited by 5SourcePDFScholar
2021

Revisiting Iterative Back-Translation from the Perspective of Compositional Generalization

AAAI 2021technical

Human intelligence exhibits compositional generalization (i.e., the capacity to understand and produce unseen combinations of seen components), but current neural seq2seq models lack such ability. In this paper, we revisit iterative back-translation, a simple yet effective semi-supervised method, to…

2021

TWT: Table with Written Text for Controlled Data-to-Text Generation

EMNLP 2021finding

Large pre-trained neural models have recently shown remarkable progress in text generation. In this paper, we propose to generate text conditioned on the structured data (table) and a prefix (the written text) by leveraging the pre-trained models. We present a new data-to-text dataset, Table with Wr…

Cited by 13SourcePDFScholar
2021

Translating Headers of Tabular Data: A Pilot Study of Schema Translation

EMNLP 2021main

Schema translation is the task of automatically translating headers of tabular data from one language to another. High-quality schema translation plays an important role in cross-lingual table searching, understanding and analysis. Despite its importance, schema translation is not well studied in th…

2021

Weakly Supervised Semantic Parsing by Learning from Mistakes

EMNLP 2021finding

Weakly supervised semantic parsing (WSP) aims at training a parser via utterance-denotation pairs. This task is challenging because it requires (1) searching consistent logical forms in a huge space; and (2) dealing with spurious logical forms. In this work, we propose Learning from Mistakes (LFM),…

2020

Compositional Generalization by Learning Analytical Expressions

NeurIPS 2020spotlight

Compositional generalization is a basic and essential intellective capability of human beings, which allows us to recombine known parts readily. However, existing neural network based models have been proven to be extremely deficient in such a capability. Inspired by work in cognition which argues c…

2020

Hierarchical Poset Decoding for Compositional Generalization in Language

NeurIPS 2020poster

We formalize human language understanding as a structured prediction task where the output is a partially ordered set (poset). Current encoder-decoder architectures do not take the poset structure of semantics into account properly, thus suffering from poor compositional generalization ability. In t…

2020

How Far are We from Effective Context Modeling? An Exploratory Study on Semantic Parsing in Context

IJCAI 2020poster

Recently semantic parsing in context has received a considerable attention, which is challenging since there are complex contextual phenomena. Previous works verified their proposed methods in limited scenarios, which motivates us to conduct an exploratory study on context modeling methods under rea…

2020

RECPARSER: A Recursive Semantic Parsing Framework for Text-to-SQL Task

IJCAI 2020poster

Neural semantic parsers usually fail to parse long and complicated utterances into nested SQL queries, due to the large search space. In this paper, we propose a novel recursive semantic parsing framework called RECPARSER to generate the nested SQL query layer-by-layer. It decomposes the complicated…

Cited by 0SourcePDFScholar
2020

UniTrans : Unifying Model Transfer and Data Transfer for Cross-Lingual Named Entity Recognition with Unlabeled Data

IJCAI 2020poster

Prior work in cross-lingual named entity recognition (NER) with no/little labeled data falls into two primary categories: model transfer- and data transfer-based methods. In this paper, we find that both method types can complement each other, in the sense that, the former can exploit context inform…