Yuhuan Yuan

NA
h-index15
3papers
23citations
Novelty40%
AI Score42

3 Papers

1.2NAMar 28, 2019
Two-stage fourth-order accurate time discretizations for 1D and 2D special relativistic hydrodynamics

Yuhuan Yuan, Huazhong Tang

This paper studies the two-stage fourth-order accurate time discretization \cite{LI-DU:2016} and applies it to special relativistic hydrodynamical equations. It is shown that new two-stage fourth-order accurate time discretizations can be proposed. With the aid of the direct Eulerian GRP (generalized Riemann problem) methods \cite{Yang-He-Tang:2011,Yang-Tang:2012} and the analytical resolution of the local "quasi 1D" GRP, the two-stage fourth-order accurate time discretizations are successfully implemented for the 1D and 2D special relativistic hydrodynamical equations. Several numerical experiments demonstrate the performance and accuracy as well as robustness of our schemes.

7.4NAMar 30
Temperature-driven turbulence in compressible fluid flows

Eduard Feireisl, Maria Lukacova-Medvidova, Bangwei She et al.

We study the long-time behaviour of the temperature-driven compressible flows. We show that numerical solutions of a structure-preserving finite volume method generate a discrete attractor that consists of entire discrete trajectories. Further, we prove the convergence of discrete attractors to their continuous counterparts. Theoretical results are illustrated by extensive numerical simulations of the well-known Rayleigh-Benard problem. The numerical results also indicate the validity of the ergodic hypothesis and imply that a non-zero Reynolds stress persist for long time. Finally, we also observe that any invariant measure is of Gaussian type in sharp contrast with the conjecture proposed by [Glimm et al., SN Applied Sciences 2, 2160 (2020)].

14.7AIFeb 7, 2025Code
Generating Symbolic World Models via Test-time Scaling of Large Language Models

Zhouliang Yu, Yuhuan Yuan, Tim Z. Xiao et al.

Solving complex planning problems requires Large Language Models (LLMs) to explicitly model the state transition to avoid rule violations, comply with constraints, and ensure optimality-a task hindered by the inherent ambiguity of natural language. To overcome such ambiguity, Planning Domain Definition Language (PDDL) is leveraged as a planning abstraction that enables precise and formal state descriptions. With PDDL, we can generate a symbolic world model where classic searching algorithms, such as A*, can be seamlessly applied to find optimal plans. However, directly generating PDDL domains with current LLMs remains an open challenge due to the lack of PDDL training data. To address this challenge, we propose to scale up the test-time computation of LLMs to enhance their PDDL reasoning capabilities, thereby enabling the generation of high-quality PDDL domains. Specifically, we introduce a simple yet effective algorithm, which first employs a Best-of-N sampling approach to improve the quality of the initial solution and then refines the solution in a fine-grained manner with verbalized machine learning. Our method outperforms o1-mini by a considerable margin in the generation of PDDL domains, achieving over 50\% success rate on two tasks (i.e., generating PDDL domains from natural language description or PDDL problems). This is done without requiring additional training. By taking advantage of PDDL as state abstraction, our method is able to outperform current state-of-the-art methods on almost all competition-level planning tasks.