← Search

Ruixin Hong

10 accepted papers

2026

Attend to the Active: Structure-Aware Dynamic Attention in LLMs for Compositional Instruction Following

ICLR 2026poster

Large language models (LLMs) have exhibited strong instruction-following capabilities; however, they often struggle with compositional instructions involving multiple interleaved yet logically independent sub-tasks. These sub-tasks are typically organized in mutually exclusive structures, such as br…

Cited by 0SourceScholar
2026

Beyond Tokens: Dynamic Latent Reasoning via Semantic Residual Refinement

AAAI 2026technical

Chain-of-Thought prompting has remarkably advanced LLM reasoning by generating explicit step-by-step tokens, yet its discrete nature inherently limits expressiveness and efficiency, struggling with abstract, ambiguous, or semantically divergent cognition beyond linguistic tokens. Latent reasoning of

Cited by 0SourcePDFScholar
2025

Assimilation and Accommodation: Task-Adaptive Hierarchical Abstraction for Solving Web Tasks

ACL 2025finding

Web tasks, which involve processing data from online resources, challenge agents to generalize beyond fixed knowledge to unseen task contexts. Learning from experience, the ability to derive reusable patterns from past tasks, is crucial for improving generalization. However, existing methods focus o…

2025

Physics Reasoner: Knowledge-Augmented Reasoning for Solving Physics Problems with Large Language Models

COLING 2025main

Physics problems constitute a significant aspect of reasoning, necessitating complicated reasoning ability and abundant physics knowledge. However, existing large language models (LLMs) frequently fail due to a lack of knowledge or incorrect knowledge application. To mitigate these issues, we propos…

2024

A Closer Look at the Self-Verification Abilities of Large Language Models in Logical Reasoning

NAACL 2024long

Logical reasoning has been an ongoing pursuit in the field of AI. Despite significant advancements made by large language models (LLMs), they still struggle with complex logical reasoning problems. To enhance reasoning performance, one promising direction is scalable oversight, which requires LLMs t…

2024

Abstraction-of-Thought Makes Language Models Better Reasoners

EMNLP 2024finding

Abstract reasoning, the ability to reason from the abstract essence of a problem, serves as a key to generalization in human reasoning. However, eliciting language models to perform reasoning with abstraction remains unexplored. This paper seeks to bridge this gap by introducing a novel structured r…

2024

CLOMO: Counterfactual Logical Modification with Large Language Models

ACL 2024long

In this study, we delve into the realm of counterfactual reasoning capabilities of large language models (LLMs). Our primary objective is to cultivate the counterfactual thought processes within LLMs and rigorously assess these processes for their validity. Specifically, we introduce a novel task, C…

2023

Faithful Question Answering with Monte-Carlo Planning

ACL 2023long

Although large language models demonstrate remarkable question-answering performances, revealing the intermediate reasoning steps that the models faithfully follow remains challenging. In this paper, we propose FAME (FAithful question answering with MontE-carlo planning) to answer questions based on…

2022

METGEN: A Module-Based Entailment Tree Generation Framework for Answer Explanation

NAACL 2022findings

Knowing the reasoning chains from knowledge to the predicted answers can help construct an explainable question answering (QA) system. Advances on QA explanation propose to explain the answers with entailment trees composed of multiple entailment steps. While current work proposes to generate entail…

2022

MetaLogic: Logical Reasoning Explanations with Fine-Grained Structure

EMNLP 2022main

In this paper, we propose a comprehensive benchmark to investigate models’ logical reasoning capabilities in complex real-life scenarios. Current explanation datasets often employ synthetic data with simple reasoning structures. Therefore, it cannot express more complex reasoning processes, such as…