SearcharxivSearch

arXiv subjects

Hsun-Yu Kuo

Publications and source records attributed to Hsun-Yu Kuo.

3 recordsLinked to original sources

Stabilizing Extrapolation in Looped Transformers via Learned Stochastic Stopping

Looped Transformers, which repeatedly apply a shared transformer block, are an architecturally natural fit for variable-length algorithmic tasks. Although they can exhibit strong length generalization beyond the length of training sequences, this behavior is brittle, yielding high out-of-distribution (OOD) variance, even across well-performing in-distribution solutions. We trace this variance to the spurious correlation in simple algorithmic tasks between sequence length and number of loops. Introducing stochasticity into the number of loops during training sharply reduces OOD variance and stabilizes predictions across inference-time loop counts. To improve upon heuristic randomization schemes, we further analyze RL-Halting as a learned stochastic schedule and find that it generally improves the accuracy-stability trade-off. Across binary addition, Dyck-1, Unique Set, and Copy, learned stochastic stopping often improves this trade-off but can also stabilize a suboptimal computation. Our work suggests that "when to stop" should be treated as a training-time design choice, not merely an inference-time computation-allocation rule.

cs.LG

Not All LLM-Generated Data Are Equal: Rethinking Data Weighting in Text Classification

Synthetic data augmentation via large language models (LLMs) allows researchers to leverage additional training data, thus enhancing the performance of downstream tasks, especially when real-world data is scarce. However, the generated data can deviate from the real-world data, and this misalignment can bring deficient outcomes while applying the trained model to applications. Therefore, we proposed efficient weighted-loss approaches to align synthetic data with real-world distribution by emphasizing high-quality and diversified data generated by LLMs with using merely a little real-world data. We empirically assessed the effectiveness of our method on multiple text classification tasks, and the results showed leveraging our approaches on a BERT-level model robustly outperformed standard cross-entropy and other data weighting approaches, providing potential solutions to effectively leveraging synthetic data from any suitable data generator for model training.

cs.LG

Reliable Data Transmission through Private CBRS Networks

We consider the use of a domain proxy assisted private citizen broadband radio service (CBRS) network and propose a Maximum Transmission Continuity (MTC) scheme to transmit Internet of Things (IoT) data reliably. MTC dynamically allocates available CBRS channels to sustain the continuity of data transmission without violating the channel access requirements. MTC allocates the granted CBRS channels according to the priority of each user, the instant channel access status, interference among users, and the fairness. The simulation results demonstrate the improvement in managing reliable IoT data transmission in the private CBRS network.

cs.NI