SearcharxivSearch

arXiv subjects

Yutong Bi

Publications and source records attributed to Yutong Bi.

3 recordsLinked to original sources

In-Context Learning Under Regime Change

Non-stationary sequences arise naturally in control, forecasting, and decision-making. The data-generating process shifts at unknown times, and models must detect the change, discard or downweight obsolete evidence, and adapt to new dynamics on the fly. Transformer-based foundation models increasingly rely on in-context learning for time series forecasting, tabular prediction, and continuous control. As these models are deployed in non-stationary environments, understanding their ability to detect and adapt to regime shifts is important. We formalize this as an in-context change-point detection problem and formally establish the existence of transformer models that solve this problem. Our construction demonstrates that model complexity, in layers and parameters, depends on the level of information available about the change-point location, from no knowledge to knowing exact timing. We validate our results with experiments on synthetic linear regression and linear dynamical systems, where trained transformers match the performance of optimal baselines across information levels. We also show that encoding and incorporating changepoint knowledge indeed improves the real-world performance of a pretrained foundation models on infectious disease forecasting and on financial volatility forecasting around Federal Open Market Committee (FOMC) announcements without retraining, demonstrating practical applicability to real-world regime changes.

cs.LG

Grain boundaries amplify local chemical ordering in complex concentrated alloys

Local chemical ordering strongly influences the behavior of complex concentrated alloys, yet its characterization remains challenging due to the nanoscale dimensions and scattered spatial distribution of the ordered domains. Here, we study chemical ordering near grain boundaries, demonstrating they can act as microstructural anchor points that amplify chemical order and drive the formation of compositional nanopatterns. Atomistic simulations reveal the development of composition waves with ordering vectors normal to the boundary plane in two distinct material systems, CrCoNi and NbMoTaW. These waves manifest as periodic enrichment-depletion patterns that reflect the underlying chemical ordering tendencies of each system, but with amplified contrast that extends several nanometers into the grain interior before gradually decaying. By examining multiple grain boundary orientations and alloys, we show that both the interfacial segregation profile and the crystallographic terminating plane govern the extent and character of this amplification. This interplay between boundary-dictated directional ordering and the diffuse, untemplated chemical domain evolution within the grain advances our understanding of interface-mediated ordering phenomena and suggests new opportunities for experimentally detecting local chemical order in complex concentrated alloys.

cond-mat.mtrl-sci

SafeAgentBench: A Benchmark for Safe Task Planning of Embodied LLM Agents

With the integration of large language models (LLMs), embodied agents have strong capabilities to understand and plan complicated natural language instructions. However, a foreseeable issue is that those embodied agents can also flawlessly execute some hazardous tasks, potentially causing damages in the real world. Existing benchmarks predominantly overlook critical safety risks, focusing solely on planning performance, while a few evaluate LLMs' safety awareness only on non-interactive image-text data. To address this gap, we present SafeAgentBench -- the first comprehensive benchmark for safety-aware task planning of embodied LLM agents in interactive simulation environments, covering both explicit and implicit hazards. SafeAgentBench includes: (1) an executable, diverse, and high-quality dataset of 750 tasks, rigorously curated to cover 10 potential hazards and 3 task types; (2) SafeAgentEnv, a universal embodied environment with a low-level controller, supporting multi-agent execution with 17 high-level actions for 9 state-of-the-art baselines; and (3) reliable evaluation methods from both execution and semantic perspectives. Experimental results show that, although agents based on different design frameworks exhibit substantial differences in task success rates, their overall safety awareness remains weak. The most safety-conscious baseline achieves only a 10% rejection rate for detailed hazardous tasks. Moreover, simply replacing the LLM driving the agent does not lead to notable improvements in safety awareness. Dataset and codes are available in https://github.com/shengyin1224/SafeAgentBench and https://huggingface.co/datasets/safeagentbench/SafeAgentBench.

cs.CR