← Search

Siheng Xiong

11 accepted papers

2026

Long-Context Modeling with Dynamic Hierarchical Sparse Attention for Memory-Constrained LLM Inference

ICML 2026spotlight

The quadratic cost of attention limits the scalability of long-context LLMs, especially under limited hardware memory budgets. While attention is often sparse, existing static sparse methods cannot adapt to task- or input-dependent variations, and recent dynamic approaches rely on predefined templat…

Cited by 0SourceScholar
2026

PathWise: Planning through World Model for Automated Heuristic Design via Self-Evolving LLMs

ICML 2026poster

Large Language Models (LLMs) have enabled automated heuristic design (AHD) for combinatorial optimization problems (COPs), but existing frameworks' reliance on fixed evolutionary rules and static prompt templates often leads to myopic heuristic generation, redundant evaluations, and limited reasonin…

Cited by 0SourceScholar
2025

CausalEval: Towards Better Causal Reasoning in Language Models

NAACL 2025long

Causal reasoning (CR) is a crucial aspect of intelligence, essential for problem-solving, decision-making, and understanding the world. While language models (LMs) can generate rationales for their outputs, their ability to reliably perform causal reasoning remains uncertain, often falling short in…

Cited by 0SourcePDFScholar
2025

Deliberate Reasoning in Language Models as Structure-Aware Planning with an Accurate World Model

ACL 2025long

Enhancing the reasoning capabilities of language models (LMs) remains a key challenge, especially for tasks that require complex, multi-step decision-making where existing Chain-of-Thought (CoT) approaches struggle with consistency and verification. In this paper, we propose a novel reasoning framew…

Cited by 0SourcePDFScholar
2024

Can LLMs Reason in the Wild with Programs?

EMNLP 2024finding

Large Language Models (LLMs) have shown superior capability to solve reasoning problems with programs. While being a promising direction, most of such frameworks are trained and evaluated in settings with a prior knowledge of task requirements. However, as LLMs become more capable, it is necessary t…

2024

Harnessing the Power of Large Language Models for Natural Language to First-Order Logic Translation

ACL 2024long

Advancements in logical reasoning, utilizing LLMs to convert natural language into logical symbolism, combined with the use of external theorem provers, have repositioned the symbolic approach as a central point of interest. The main challenge within this paradigm lies in the LLMs’ capability to acc…

2024

Large Language Models Can Learn Temporal Reasoning

ACL 2024long

While large language models (LLMs) have demonstrated remarkable reasoning capabilities, they are not without their flaws and inaccuracies. Recent studies have introduced various methods to mitigate these limitations. Temporal reasoning (TR), in particular, presents a significant challenge for LLMs d…

2024

TEILP: Time Prediction over Knowledge Graphs via Logical Reasoning

AAAI 2024technical

Conventional embedding-based models approach event time prediction in temporal knowledge graphs (TKGs) as a ranking problem. However, they often fall short in capturing essential temporal relationships such as order and distance. In this paper, we propose TEILP, a logical reasoning framework that na…

Cited by 34SourcePDFScholar
2024

Temporal Inductive Logic Reasoning over Hypergraphs

IJCAI 2024poster

Inductive logic reasoning is a fundamental task in graph analysis, which aims to generalize patterns from data. This task has been extensively studied for traditional graph representations, such as knowledge graphs (KGs), using techniques like inductive logic programming (ILP). Existing ILP methods…

2023

TILP: Differentiable Learning of Temporal Logical Rules on Knowledge Graphs

ICLR 2023poster

Compared with static knowledge graphs, temporal knowledge graphs (tKG), which can capture the evolution and change of information over time, are more realistic and general. However, due to the complexity that the notion of time introduces to the learning of the rules, an accurate graph reasoning, e.…