← Search

Xiao Ding

37 accepted papers

2026

AutoTool: Automatic Scaling of Tool-Use Capabilities in RL via Decoupled Entropy Constraints

ICLR 2026poster

Tool use represents a critical capability for AI agents, with recent advances focusing on leveraging reinforcement learning (RL) for test-time scaling to achieve better performance through more deliberate reasoning. However, there are some key challenges in current RL-based scaling approaches: (a)…

Cited by 0SourceScholar
2026

Diagnosing and Remedying Knowledge Deficiencies in LLMs via Label-free Curricular Meaningful Learning

ICLR 2026poster

Large Language Models (LLMs) have demonstrated impressive generalization ability by learning from extensive unlabeled text. However, they still exhibit reasoning mistakes, which can affect their trustworthiness and reliability. Although users can interact with LLMs and provide diverse and comprehens…

Cited by 0SourcecodeScholar
2025

Analyzing the Rapid Generalization of SFT via the Perspective of Attention Head Activation Patterns

ACL 2025long

LLMs’ performance on complex tasks is still unsatisfactory. A key issue is that presently LLMs learn in a data-driven schema, while the instructions about these complex tasks are both scarce and hard to collect or construct. On the contrary, a prominent phenomenon is that LLMs can learn rather fast…

2025

Beyond Similarity: A Gradient-based Graph Method for Instruction Tuning Data Selection

ACL 2025long

Large language models (LLMs) have shown great potential across various industries due to their remarkable ability to generalize through instruction tuning. However, the limited availability of domain-specific data significantly hampers their performance on specialized tasks. While existing methods p…

2025

Bridging Neural and Symbolic Reasoning: A Dual-System Framework for Interpretable Question Answering

ICASSP 2025accepted

Large Language Models (LLMs), such as the GPT series, have achieved remarkable performance in question answering through large-scale pretraining. However, LLMs often lack transparency in their reasoning processes and struggle with hallucination. To overcome these challenges, we propose Dual-NeSy, a…

Cited by 0SourceScholar
2025

Com2 : A Causal-Guided Benchmark for Exploring Complex Commonsense Reasoning in Large Language Models

ACL 2025long

Large language models (LLMs) have mastered abundant simple and explicit commonsense knowledge through pre-training, enabling them to achieve human-like performance in simple commonsense reasoning. Nevertheless, LLMs struggle to reason with complex and implicit commonsense knowledge that is derived f…

2025

ExpeTrans: LLMs Are Experiential Transfer Learners

ACL 2025long

Recent studies provide large language models (LLMs) with textual task-solving experiences via prompts to improve their performance.However, previous methods rely on substantial human labor or time to gather such experiences for each task, which is impractical given the growing variety of task types…

Cited by 0SourcePDFScholar
2025

Exploring Large Language Models for Effective Rumor Detection on Social Media

NAACL 2025long

In this paper, we explore using Large Language Models (LLMs) for rumor detection on social media. It involves assessing the veracity of claims on social media based on social context (e.g., comments, propagation patterns). LLMs, despite their impressive capabilities in text-based reasoning tasks, st…

Cited by 0SourcePDFScholar
2025

Natural Logic at the Core: Dynamic Rewards for Entailment Tree Generation

ACL 2025finding

Entailment trees are essential for enhancing interpretability and transparency in tasks like question answering and natural language understanding. However, existing approaches often lack logical consistency, as they rely on static reward structures or ignore the intricate dependencies within multi-…

Cited by 0SourcePDFScholar
2025

Tool Zero: Training Tool-Augmented LLMs via Pure RL from Scratch

EMNLP 2025

Training tool-augmented LLMs has emerged as a promising approach to enhancing language models’ capabilities for complex tasks. The current supervised fine-tuning paradigm relies on constructing extensive domain-specific datasets to train models. However, this approach often struggles to generalize e

Cited by 0SourcePDFScholar
2025

Towards Transferable Personality Representation Learning based on Triplet Comparisons and Its Applications

EMNLP 2025

Personality is an important concept in psychology that reflects individual differences in thinking and behavior, and has significant applications across various fields. Most existing personality analysis methods address this issue at the bag level, treating the entire corpus gathered from one indivi

2025

UFO-RL: Uncertainty-Focused Optimization for Efficient Reinforcement Learning Data Selection

NeurIPS 2025poster

A primary impediment to scaling reinforcement learning (RL) for large language model (LLM) training is the substantial computational cost, predominantly arising from the necessity of multi-sampling for policy optimization and evaluation. This underscores the critical yet challenging nature of effici…

Cited by 0SourceScholar
2025

iTool: Reinforced Fine-Tuning with Dynamic Deficiency Calibration for Advanced Tool Use

EMNLP 2025

Augmenting large language models (LLMs) with external tools is a promising approach to enhance their capabilities, especially for complex tasks. Synthesizing tool-use data through real-world simulations is an effective way to achieve this. However, our investigation reveals that training gains signi

2024

Causal-Guided Active Learning for Debiasing Large Language Models

ACL 2024long

Although achieving promising performance, recent analyses show that current generative large language models (LLMs) may still capture dataset biases and utilize them for generation, leading to poor generalizability and harmfulness of LLMs. However, due to the diversity of dataset biases and the over…

2024

Deciphering the Impact of Pretraining Data on Large Language Models through Machine Unlearning

ACL 2024findings

Through pretraining on a corpus with various sources, Large Language Models (LLMs) have gained impressive performance. However, the impact of each component of the pretraining corpus remains opaque. As a result, the organization of the pretraining corpus is still empirical and may deviate from the o…

2024

Learning Geometry-Aware Representations for New Intent Discovery

ACL 2024long

New intent discovery (NID) is an important problem for deploying practical dialogue systems, which trains intent classifiers on a semi-supervised corpus where unlabeled user utterances contain both known and novel intents. Most existing NID algorithms place hope on the sample similarity to cluster u…

2024

Link Prediction in Multilayer Networks via Cross-Network Embedding

AAAI 2024technical

Link prediction is a fundamental task in network analysis, with the objective of predicting missing or potential links. While existing studies have mainly concentrated on single networks, it is worth noting that numerous real-world networks exhibit interconnectedness. For example, individuals often…

Cited by 4SourcePDFScholar
2024

Meaningful Learning: Enhancing Abstract Reasoning in Large Language Models via Generic Fact Guidance

NeurIPS 2024poster

Large language models (LLMs) have developed impressive performance and strong explainability across various reasoning scenarios, marking a significant stride towards mimicking human-like intelligence. Despite this, when tasked with several simple questions supported by a generic fact, LLMs often str…

2024

On LLMs-Driven Synthetic Data Generation, Curation, and Evaluation: A Survey

ACL 2024findings

Within the evolving landscape of deep learning, the dilemma of data quantity and quality has been a long-standing problem. The recent advent of Large Language Models (LLMs) offers a data-centric solution to alleviate the limitations of real-world data with synthetic data generation. However, current…

2024

RU22Fact: Optimizing Evidence for Multilingual Explainable Fact-Checking on Russia-Ukraine Conflict

COLING 2024main

Fact-checking is the task of verifying the factuality of a given claim by examining the available evidence. High-quality evidence plays a vital role in enhancing fact-checking systems and facilitating the generation of explanations that are understandable to humans. However, the provision of both su…

2024

Self-Evolving GPT: A Lifelong Autonomous Experiential Learner

ACL 2024long

To improve the performance of large language models (LLMs), researchers have explored providing LLMs with textual task-solving experience via prompts. However, they rely on manual efforts to acquire and apply such experience for each task, which is not feasible for the growing demand for LLMs and th…

Cited by 4SourcePDFScholar
2024

Towards Generalizable and Faithful Logic Reasoning over Natural Language via Resolution Refutation

COLING 2024main

Large language models (LLMs) have achieved significant performance in various natural language reasoning tasks. However, they still struggle with performing first-order logic reasoning over formal logical theories expressed in natural language. This is because the previous LLMs-based reasoning syste…

2023

Examining Inter-Consistency of Large Language Models Collaboration: An In-depth Analysis via Debate

EMNLP 2023long findings

Large Language Models (LLMs) have shown impressive capabilities in various applications, but they still face various inconsistency issues. Existing works primarily focus on the inconsistency issues within a single LLM, while we complementarily explore the inter-consistency among multiple LLMs for co…

Cited by 0SourcecodeScholar
2023

Is ChatGPT a Good Causal Reasoner? A Comprehensive Evaluation

EMNLP 2023long findings

Causal reasoning ability is crucial for numerous NLP applications. Despite the impressive emerging ability of ChatGPT in various NLP tasks, it is unclear how well ChatGPT performs in causal reasoning. In this paper, we conduct the first comprehensive evaluation of the ChatGPT's causal reasoning capa…

Cited by 0SourcecodeScholar
2023

NoisywikiHow: A Benchmark for Learning with Real-world Noisy Labels in Natural Language Processing

ACL 2023findings

Large-scale datasets in the real world inevitably involve label noise. Deep models can gradually overfit noisy labels and thus degrade model generalization. To mitigate the effects of label noise, learning with noisy labels (LNL) methods are designed to achieve better generalization performance. Due…

2023

Self-Supervised Logic Induction for Explainable Fuzzy Temporal Commonsense Reasoning

AAAI 2023technical

Understanding temporal commonsense concepts, such as times of occurrence and durations is crucial for event-centric language understanding. Reasoning about such temporal concepts in a complex context requires reasoning over both the stated context and the world knowledge that underlines it. A recent…

2023

Towards Stable Natural Language Understanding via Information Entropy Guided Debiasing

ACL 2023long

Although achieving promising performance, current Natural Language Understanding models tend to utilize dataset biases instead of learning the intended task, which always leads to performance degradation on out-of-distribution (OOD) samples. Toincrease the performance stability, previous debiasing m…

Cited by 7SourcePDFScholar
2022

Mitigating Reporting Bias in Semi-supervised Temporal Commonsense Inference with Probabilistic Soft Logic

AAAI 2022technical

Acquiring high-quality temporal common sense (TCS) knowledge from free-form text is a crucial but challenging problem for event-centric natural language understanding, due to the language reporting bias problem: people rarely report the commonly observed events but highlight the special cases. For e…

2022

ReCo: Reliable Causal Chain Reasoning via Structural Causal Recurrent Neural Networks

EMNLP 2022main

Causal chain reasoning (CCR) is an essential ability for many decision-making AI systems, which requires the model to build reliable causal chains by connecting causal pairs. However, CCR suffers from two main transitive problems: threshold effect and scene drift. In other words, the causal pairs to…

2022

STGN: an Implicit Regularization Method for Learning with Noisy Labels in Natural Language Processing

EMNLP 2022main

Noisy labels are ubiquitous in natural language processing (NLP) tasks. Existing work, namely learning with noisy labels in NLP, is often limited to dedicated tasks or specific training procedures, making it hard to be widely used. To address this issue, SGD noise has been explored to provide a more…

2022

e-CARE: a New Dataset for Exploring Explainable Causal Reasoning

ACL 2022long

Understanding causality has vital importance for various Natural Language Processing (NLP) applications. Beyond the labeled instances, conceptual explanations of the causality can provide deep understanding of the causal fact to facilitate the causal reasoning process. However, such explanation info…

2021

ExCAR: Event Graph Knowledge Enhanced Explainable Causal Reasoning

ACL 2021long

Prior work infers the causation between events mainly based on the knowledge induced from the annotated causal event pairs. However, additional evidence information intermediate to the cause and effect remains unexploited. By incorporating such information, the logical law behind the causality can b…

2021

Neural Natural Logic Inference for Interpretable Question Answering

EMNLP 2021main

Many open-domain question answering problems can be cast as a textual entailment task, where a question and candidate answers are concatenated to form hypotheses. A QA system then determines if the supporting knowledge bases, regarded as potential premises, entail the hypotheses. In this paper, we i…