← Search

Sho Takase

10 accepted papers

2026

Pre-training LLM without Learning Rate Decay Enhances Supervised Fine-Tuning

ICLR 2026poster

We investigate the role of learning rate scheduling in the large-scale pre-training of large language models, focusing on its influence on downstream performance after supervised fine-tuning (SFT). Decay-based learning rate schedulers are widely used to minimize pre-training loss. However, despite t…

Cited by 0SourcecodeScholar
2023

B2T Connection: Serving Stability and Performance in Deep Transformers

ACL 2023findings

In the perspective of a layer normalization (LN) position, the architecture of Transformers can be categorized into two types: Post-LN and Pre-LN.Recent Transformers prefer to select Pre-LN because the training in Post-LN with deep Transformers, e.g., ten or more layers, often becomes unstable, resu…

2023

Dynamic Structured Neural Topic Model with Self-Attention Mechanism

ACL 2023findings

This study presents a dynamic structured neural topic model, which can handle the time-series development of topics while capturing their dependencies. Our model captures the topic branching and merging processes by modeling topic dependencies based on a self-attention mechanism. Additionally, we in…

2022

Interpretability for Language Learners Using Example-Based Grammatical Error Correction

ACL 2022long

Grammatical Error Correction (GEC) should not focus only on high accuracy of corrections but also on interpretability for language learning. However, existing neural-based GEC models mainly aim at improving accuracy, and their interpretability has not been explored.A promising approach for improving…

2022

Single Model Ensemble for Subword Regularized Models in Low-Resource Machine Translation

ACL 2022findings

Subword regularizations use multiple subword segmentations during training to improve the robustness of neural machine translation models. In previous subword regularizations, we use multiple segmentations in the training process but use only one segmentation in the inference. In this study, we prop…

2022

Word-level Perturbation Considering Word Length and Compositional Subwords

ACL 2022findings

We present two simple modifications for word-level perturbation: Word Replacement considering Length (WR-L) and Compositional Word Replacement (CWR).In conventional word replacement, a word in an input is replaced with a word sampled from the entire vocabulary, regardless of the length and context o…