SearcharxivSearch

arXiv subjects

Shucheng Wang

Publications and source records attributed to Shucheng Wang.

2 recordsLinked to original sources

Bulk OsO2 Single Crystals: Superior Catalysts for Water Oxidation

Although rutile RuO2 has been a well-known and almost the best oxygen evolution reaction (OER) catalyst, the OER properties for the similar rutile oxide OsO2 with the same group element with Ru have been unknown, mainly due to long-standing synthesis difficulties. In this work, we report the successful synthesis of high-quality OsO2 single crystals, and the ground micrometer-size single crystals are chemically stable in alkaline solutions and exhibit robust OER performance. In sharp contrast, OsO2 nanopowder reacts quickly with KOH solutions and cannot work for OER. Compared with commercial RuO2 nanopowder, the OsO2 single crystals show comparable catalytic current densities, remarkably lower overpotentials at high current densities and better stability. These findings question the universal applicability of nanoscaling and highlight crystal integrity as a key descriptor for achieving stable and efficient OER electrocatalysis.

cond-mat.mtrl-sci

SwitchLoRA: Switched Low-Rank Adaptation Can Learn Full-Rank Information

In the training of large language models, parameter-efficient techniques such as LoRA optimize memory usage and reduce communication overhead and memory usage during the fine-tuning phase. However, applying such techniques directly during the pre-training phase results in poor performance, primarily because the premature implementation of low-rank training significantly reduces model accuracy. Existing methods like ReLoRA and GaLore have attempted to address this challenge by updating the low-rank subspace. However, they still fall short of achieving the accuracy of full-rank training. Specifically, ReLoRA restricts the frequency of updates to preserve optimizer states consistency, hindering its ability to closely approximate full-rank training behavior. Meanwhile, GaLore relies on Singular Value Decomposition (SVD) to approximate the full-rank space, which introduces accuracy loss during the approximation process. In this paper, we introduce SwitchLoRA, a parameter-efficient training technique that frequently and smoothly replaces the trainable parameters of LoRA adapters with alternative parameters. SwitchLoRA updates the low-rank subspace incrementally, targeting only a few dimensions at a time to minimize the impact on optimizer states. This allows a higher update frequency, thereby enhancing accuracy by enabling the updated parameters to more closely mimic full-rank behavior during the pre-training phase. Our results demonstrate that SwitchLoRA actually surpasses full-rank training, reducing perplexity from 15.23 to 15.01 on the LLaMA 1.3B model, while also cutting communication overhead by 54\% and memory usage by 13\%. Furthermore, after full fine-tuning the SwitchLoRA pre-trained model and the full-rank pre-trained model on the GLUE benchmark, the SwitchLoRA pre-trained model showed an average accuracy gain of about 1\% over the full-rank pre-trained model.

cs.LG