← Search

Dingzirui Wang

12 accepted papers

2026

Bounds of Chain-of-Thought Robustness: Reasoning Steps, Embed Norms, and Beyond

ICLR 2026poster

Existing research indicates that the output of **Chain-of-Thought (CoT)** is significantly affected by input perturbations. Although many methods aim to mitigate such impact by optimizing prompts, a theoretical explanation of how these perturbations influence CoT outputs remains an open area of re…

Cited by 0SourcecodeScholar
2025

Can Large Language Models Understand You Better? An MBTI Personality Detection Dataset Aligned with Population Traits

COLING 2025main

The Myers-Briggs Type Indicator (MBTI) is one of the most influential personality theories reflecting individual differences in thinking, feeling, and behaving. MBTI personality detection has garnered considerable research interest and has evolved significantly over the years. However, this task ten…

2025

DAC: Decomposed Automation Correction for Text-to-SQL

EMNLP 2025

Text-to-SQL is an important task that helps access databases by generating SQL queries. Currently, correcting the generated SQL based on large language models (LLMs) automatically is an effective method to enhance the quality of the generated SQL. However, previous research shows that it is hard for

2025

MULTITAT: Benchmarking Multilingual Table-and-Text Question Answering

EMNLP 2025

Question answering on the hybrid context of tables and text (TATQA) is a critical task, with broad applications in data-intensive domains. However, existing TATQA datasets are limited to English, leading to several drawbacks: (i) They overlook the challenges of multilingual TAT-QA and cannot assess

2025

MURRE: Multi-Hop Table Retrieval with Removal for Open-Domain Text-to-SQL

COLING 2025main

The open-domain text-to-SQL task aims to retrieve question-relevant tables from massive databases and generate SQL. However, the performance of current methods is constrained by single-hop retrieval, and existing multi-hop retrieval of open-domain question answering is not directly applicable due to…

2025

RoT: Enhancing Table Reasoning with Iterative Row-Wise Traversals

EMNLP 2025

The table reasoning task, crucial for efficient data acquisition, aims to answer questions based on the given table. Recently, reasoning large language models (RLLMs) with Long Chain-of-Thought (Long CoT) significantly enhance reasoning capabilities, leading to brilliant performance on table reasoni

Cited by 0SourcePDFScholar
2025

SCITAT: A Question Answering Benchmark for Scientific Tables and Text Covering Diverse Reasoning Types

ACL 2025finding

Scientific question answering (SQA) is an important task aimed at answering questions based on papers. However, current SQA datasets have limited reasoning types and neglect the relevance between tables and text, creating a significant gap with real scenarios. To address these challenges, we propose…

2024

Enhancing Numerical Reasoning with the Guidance of Reliable Reasoning Processes

ACL 2024long

Numerical reasoning is an essential ability for NLP systems to handle numeric information. Recent research indicates that fine-tuning a small-scale model to learn generating reasoning processes alongside answers can significantly enhance performance. However, current methods have the limitation that…

Cited by 1SourcePDFScholar
2024

Exploring Equation as a Better Intermediate Meaning Representation for Numerical Reasoning of Large Language Models

AAAI 2024technical

Numerical reasoning is a vital capability for natural language processing models to understand and process numerical information in real-world scenarios. Most current methods first generate the Intermediate Meaning Representations (IMRs) of questions and then generate answers. Current SOTA methods g…

2024

Improving Demonstration Diversity by Human-Free Fusing for Text-to-SQL

EMNLP 2024finding

In-context learning with large language models (LLMs) is the current mainstream method for text-to-SQL. Previous studies have explored selecting relevant demonstrations from a human-labeled demonstration pool, but these methods lack diversity and incur high labeling costs. In this work, we address m…

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…

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…