← Search

Qianyu He

17 accepted papers

2025

Enigmata: Scaling Logical Reasoning in Large Language Models with Synthetic Verifiable Puzzles

NeurIPS 2025spotlight

Large Language Models (LLMs), such as OpenAI’s o1 and DeepSeek’s R1, excel at advanced reasoning tasks like math and coding via Reinforcement Learning with Verifiable Rewards (RLVR), but still struggle with puzzles solvable by humans without domain knowledge. We introduce ENIGMATA, the first compreh…

Cited by 0SourcecodeScholar
2025

KORGym: A Dynamic Game Platform for LLM Reasoning Evaluation

NeurIPS 2025spotlight

Recent advancements in large language models (LLMs) underscore the need for more comprehensive evaluation methods to accurately assess their reasoning capabilities. Existing benchmarks are often domain-specific and thus cannot fully capture an LLM’s general reasoning potential. To address this limit…

Cited by 0SourcecodeScholar
2025

Order Doesn’t Matter, But Reasoning Does: Training LLMs with Order-Centric Augmentation

EMNLP 2025

Logical reasoning is essential for large language models (LLMs) to ensure accurate and coherent inference. However, LLMs struggle with reasoning order variations and fail to generalize across logically equivalent transformations. LLMs often rely on fixed sequential patterns rather than true logical

Cited by 0SourcePDFScholar
2025

Order Matters: Investigate the Position Bias in Multi-constraint Instruction Following

ACL 2025finding

Real-world instructions with multiple constraints pose a significant challenge to existing large language models (LLMs). An observation is that the LLMs exhibit dramatic performance fluctuation when disturbing the order of the incorporated constraints. Yet, none of the existing works has systematica…

2025

Step-by-Step Mastery: Enhancing Soft Constraint Following Ability of Large Language Models

ACL 2025finding

It is crucial for large language models (LLMs) to follow instructions that involve multiple constraints. In real-world scenarios, user instructions often contain soft constraints, which are semantically related and cannot be rule-based verified, posing challenges for LLMs. To enhance the soft constr…

Cited by 0SourcePDFScholar
2025

Think Thrice Before You Act: Progressive Thought Refinement in Large Language Models

ICLR 2025poster

Recent advancements in large language models (LLMs) have demonstrated that progressive refinement, rather than providing a single answer, results in more accurate and thoughtful outputs. However, existing methods often rely heavily on supervision signals to evaluate previous responses, making it…

2024

Can Large Language Models Understand Real-World Complex Instructions?

AAAI 2024technical

Large language models (LLMs) can understand human instructions, showing their potential for pragmatic applications beyond traditional NLP tasks. However, they still struggle with complex instructions, which can be either complex task descriptions that require multiple tasks and constraints, or compl…

2024

From Complex to Simple: Enhancing Multi-Constraint Complex Instruction Following Ability of Large Language Models

EMNLP 2024finding

It is imperative for Large language models (LLMs) to follow instructions with elaborate requirements (i.e. Complex Instructions Following). Yet, it remains under-explored how to enhance the ability of LLMs to follow complex instructions with multiple constraints. To bridge the gap, we initially stud…

2024

Is There a One-Model-Fits-All Approach to Information Extraction? Revisiting Task Definition Biases

EMNLP 2024finding

Definition bias is a negative phenomenon that can mislead models. However, definition bias in information extraction appears not only across datasets from different domains but also within datasets sharing the same domain. We identify two types of definition bias in IE: bias among information extrac…

2024

Light Up the Shadows: Enhance Long-Tailed Entity Grounding with Concept-Guided Vision-Language Models

ACL 2024findings

Multi-Modal Knowledge Graphs (MMKGs) have proven valuable for various downstream tasks. However, scaling them up is challenging because building large-scale MMKGs often introduces mismatched images (i.e., noise). Most entities in KGs belong to the long tail, meaning there are few images of them avai…

2024

Reason from Fallacy: Enhancing Large Language Models’ Logical Reasoning through Logical Fallacy Understanding

NAACL 2024findings

Large Language Models (LLMs) have demonstrated good performance in many reasoning tasks, but they still struggle with some complicated reasoning tasks including logical reasoning. One non-negligible reason for LLMs’ suboptimal performance on logical reasoning is their overlooking of understanding lo…

Cited by 7SourcePDFScholar
2024

Xiezhi: An Ever-Updating Benchmark for Holistic Domain Knowledge Evaluation

AAAI 2024technical

New Natural Langauge Process~(NLP) benchmarks are urgently needed to align with the rapid development of large language models (LLMs). We present Xiezhi, the most comprehensive evaluation suite designed to assess holistic domain knowledge.Xiezhi comprises multiple-choice questions across 516 diverse…

2023

HAUSER: Towards Holistic and Automatic Evaluation of Simile Generation

ACL 2023long

Similes play an imperative role in creative writing such as story and dialogue generation. Proper evaluation metrics are like a beacon guiding the research of simile generation (SG). However, it remains under-explored as to what criteria should be considered, how to quantify each criterion into metr…

2023

MAPS-KB: A Million-Scale Probabilistic Simile Knowledge Base

AAAI 2023technical

The ability to understand and generate similes is an imperative step to realize human-level AI. However, there is still a considerable gap between machine intelligence and human cognition in similes, since deep models based on statistical distribution tend to favour high-frequency similes. Hence, a…

2022

Can Pre-trained Language Models Interpret Similes as Smart as Human?

ACL 2022long

Simile interpretation is a crucial task in natural language processing. Nowadays, pre-trained language models (PLMs) have achieved state-of-the-art performance on many tasks. However, it remains under-explored whether PLMs can interpret similes or not. In this paper, we investigate the ability of PL…