Skip to content

Author

Peijun Xie

2 papers indexed here

We haven’t gathered this author’s papers yet. Follow them and we’ll fetch their work.

Not the right person? Other researchers publish under this name.

Conference 2026

Ambiguity-Aware Keyword-Enhanced Label-Aware Semantic Fusion for Text Classification

The rapid growth of textual data has made text classification a fundamental task in Natural Language Processing (NLP). However, real-world texts often exhibit semantic ambiguity, limited contextual information, and unclear category boundaries, which hinder conventional models from learning discriminative representations. To address these challenges, this paper proposes an Ambiguity-Aware Semantic Fusion Framework (AAK-LASFNet) for robust text classification.The proposed model constructs dual-view semantic representations by combining local contextual features extracted by a TextRCNN encoder with global semantic knowledge obtained from a large language model. An ambiguity estimation module is introduced to model semantic uncertainty, improving the model’s ability to handle ambiguous samples. Meanwhile, a label-aware attention mechanism and a keyword enhancement module are employed to strengthen category-related semantic cues. To further capture complex interactions between local and global representations, a high-order semantic fusion strategy is developed. In addition, a semantic consistency loss is imposed to align different semantic views and enhance representation stability.Extensive experiments on four benchmark datasets demonstrate that the proposed framework consistently outperforms strong baselines in terms of Accuracy, highlighting its effectiveness in alleviating semantic ambiguity in text classification.

Peijun Xie · 0 citations
Open access Jul 2026

Improving low-resource neural machine translation by semantic distance augmentation

Neural machine translation (NMT) has witnessed substantial advancements, leveraging its learning capability to deliver highly accurate translations. Nevertheless, the efficacy of NMT models is contingent upon the accessibility of extensive-scale, high-quality training data, and its performance suffers notably in the absence of such datasets. To tackle this challenge, we propose a semantic distance augmentation (SDA) method that integrates syntactic information from constituency parse trees into the NMT encoder to optimize self-attention. Specifically, the source language sentences in the training set are analyzed by constituency parse analysis and the semantic distance attention matrix is constructed. Then, a fusion strategy is designed to integrate this matrix into the self-attention weight, enhancing the representation of the source sentences. In addition, a SDA length-aware strategy is proposed to adaptively control the contribution of semantic distance in the attention computation. Empirical evaluations across multiple low-resource language pairs reveal that the SDA method achieves statistically significant improvements in translation quality over the strong baseline, without requiring additional training data or increasing model complexity.

Fuxue Li, Hong Yan, Chuncheng Chi et al. · 0 citations