Arrow Research search

Author name cluster

Kai Song

Possible papers associated with this exact author name in Arrow. This page groups case-insensitive exact name matches and is not a full identity disambiguation profile.

6 papers
1 author row

Possible papers

6

NeurIPS Conference 2025 Conference Paper

MRO: Enhancing Reasoning in Diffusion Language Models via Multi-Reward Optimization

  • Chenglong Wang
  • Yang Gan
  • Hang Zhou
  • Chi Hu
  • Yongyu Mu
  • Kai Song
  • Murun Yang
  • Bei Li

Recent advances in diffusion language models (DLMs) have presented a promising alternative to traditional autoregressive large language models (LLMs). However, DLMs still lag behind LLMs in reasoning performance, especially as the number of denoising steps decreases. Our analysis reveals that this shortcoming arises primarily from the independent generation of masked tokens across denoising steps, which fails to capture the token correlation. In this paper, we define two types of token correlation: intra-sequence correlation and inter-sequence correlation, and demonstrate that enhancing these correlations improves reasoning performance. To this end, we propose a Multi-Reward Optimization (MRO) approach, which encourages DLMs to consider the token correlation during the denoising process. More specifically, our MRO approach leverages test-time scaling, reject sampling, and reinforcement learning to directly optimize the token correlation with multiple elaborate rewards. Additionally, we introduce group step and importance sampling strategies to mitigate reward variance and enhance sampling efficiency. Through extensive experiments, we demonstrate that MRO not only improves reasoning performance but also achieves significant sampling speedups while maintaining high performance on reasoning benchmarks.

AAAI Conference 2020 Conference Paper

Alignment-Enhanced Transformer for Constraining NMT with Pre-Specified Translations

  • Kai Song
  • Kun Wang
  • Heng Yu
  • Yue Zhang
  • Zhongqiang Huang
  • Weihua Luo
  • Xiangyu Duan
  • Min Zhang

We investigate the task of constraining NMT with prespecified translations, which has practical significance for a number of research and industrial applications. Existing works impose pre-specified translations as lexical constraints during decoding, which are based on word alignments derived from target-to-source attention weights. However, multiple recent studies have found that word alignment derived from generic attention heads in the Transformer is unreliable. We address this problem by introducing a dedicated head in the multi-head Transformer architecture to capture external supervision signals. Results on five language pairs show that our method is highly effective in constraining NMT with pre-specified translations, consistently outperforming previous methods in translation quality.

EAAI Journal 2020 Journal Article

Joint DBN and Fuzzy C-Means unsupervised deep clustering for lung cancer patient stratification

  • Zijuan Zhao
  • Juanjuan Zhao
  • Kai Song
  • Akbar Hussain
  • Qianqian Du
  • Yunyun Dong
  • Jihua Liu
  • Xiaotang Yang

Patient stratification has made a great contribution to efficient and personalized medicine. An important task in patient stratification is to discover quite distinct disease subtypes for effective treatment. In this paper, we propose a new deep learning and clustering model which combines Deep Belief Network (DBN) and Fuzzy C-Means(FCM), called Unsupervised Deep Fuzzy C-Means clustering Network(UDFCMN), to cluster lung cancer patients from lung CT images. In our deep clustering network, images after preprocessing are first encoded into multiple layers of hidden variables to extract hierarchical features and feature distribution and form the high-level representations. Here, to solve the problem of feature homogenization in DBN, we introduce the Winner-Take-All (WTA) idea to meliorate the traditional DBN structure, called WTADBN. Then FCM is used to produce the initial cluster labels with the new representations learnt by stacked WTARBM. Therefore, the FCM-generated cluster labels are used for the fine-tuning of the DBN as ground-truth labels. And an unsupervised image clustering and patient stratification process is completed by cross iteration. We tested our deep FCM clustering algorithm to do experiment on both public dataset from the internet and private dataset from cooperate hospital. For the latter one, the clinical and biological verification was also performed. Experimental results reveal outperformance of UDFCMN as compared to the state-of-the-art unsupervised classification methods. These results also indicate that our approach may have practical applications in lung cancer pathogenesis studies and provide useful guidelines for personalized cancer therapy.

AAAI Conference 2018 Conference Paper

Improved English to Russian Translation by Neural Suffix Prediction

  • Kai Song
  • Yue Zhang
  • Min Zhang
  • Weihua Luo

Neural machine translation (NMT) suffers a performance de- ficiency when a limited vocabulary fails to cover the source or target side adequately, which happens frequently when dealing with morphologically rich languages. To address this problem, previous work focused on adjusting translation granularity or expanding the vocabulary size. However, morphological information is relatively under-considered in NMT architectures, which may further improve translation quality. We propose a novel method, which can not only reduce data sparsity but also model morphology through a simple but effective mechanism. By predicting the stem and suf- fix separately during decoding, our system achieves an improvement of up to 1. 98 BLEU compared with previous work on English to Russian translation. Our method is orthogonal to different NMT architectures and stably gains improvements on various domains.

EAAI Journal 2017 Journal Article

The artificial tree (AT) algorithm

  • Q.Q. Li
  • Kai Song
  • Z.C. He
  • Eric Li
  • A.G. Cheng
  • Tao Chen

Bionic intelligence algorithms have many advantages compared with traditional optimization algorithms. In this paper, inspired by the growth law of trees, a new bionic algorithm, named artificial tree (AT) algorithm is developed. In the proposed AT, the branch position is considered as the design variable. In addition, the branch is the solution, and the branch thickness is the indicator of the solution. The computing process of AT is achieved by simulating the transport of organic matters and the update of tree branches. The comparative analysis using thirty typical benchmark problems between AT algorithm and some well-known bionic intelligent methods is also performed. Based on numerical results, AT is found to be very effective in dealing with various problems.

AAAI Conference 2014 Conference Paper

Joint Morphological Generation and Syntactic Linearization

  • Linfeng Song
  • Yue Zhang
  • Kai Song
  • Qun Liu

There has been growing interest in stochastic methods to natural language generation (NLG). While most NLG pipelines separate morphological generation and syntactic linearization, the two tasks are closely related. In this paper, we study joint morphological generation and linearization, making use of word order and inflections information for both tasks and reducing error propagation. Experiments show that the joint method significantly outperforms a strong pipelined baseline (by 1. 1 BLEU points). It also achieves the best reported result on the Generation Challenge 2011 shared task.

v2026.09.13