← Search

Limin Sun

7 accepted papers

2025

PNetGPT: Proprietary Protocol Network Traffic Generation with Pre-trained Transformer

ICASSP 2025accepted

Generative pre-trained transformers are exceedingly effective as generative models and classifiers, widely used in natural language processing and computer vision. This work contributes to the exploration of generative pre-trained transformer-based models in the proprietary protocol network traffic.…

Cited by 0SourceScholar
2024

A Relation-Aware Heterogeneous Graph Transformer on Dynamic Fusion for Multimodal Classification Tasks

ICASSP 2024accepted

Multimodal fusion aims to improve the performance of models for applications by extracting and fusing information in different modalities, including texts, images or others. Recent researches have shown that multimodal fusion is beneficial in many multimedia tasks. In this paper, we study typical mu…

Cited by 0SourceScholar
2024

Hierarchical Aligned Multimodal Learning for NER on Tweet Posts

AAAI 2024technical

Mining structured knowledge from tweets using named entity recognition (NER) can be beneficial for many downstream applications such as recommendation and intention under standing. With tweet posts tending to be multimodal, multimodal named entity recognition (MNER) has attracted more attention. In…

Cited by 3SourcePDFScholar
2023

Improving the Modality Representation with multi-view Contrastive Learning for Multimodal Sentiment Analysis

ICASSP 2023accepted

Modality representation learning is an important problem for multimodal sentiment analysis (MSA), since the highly distinguishable representations can contribute to improving the analysis effect. Previous works of MSA have usually focused on internal fusion strategies for different modalities within…

Cited by 0SourceScholar
2021

Discontinuous Named Entity Recognition as Maximal Clique Discovery

ACL 2021long

Named entity recognition (NER) remains challenging when entity mentions can be discontinuous. Existing methods break the recognition process into several sequential steps. In training, they predict conditioned on the golden intermediate results, while at inference relying on the model output of the…

2021

Maximal Clique Based Non-Autoregressive Open Information Extraction

EMNLP 2021main

Open Information Extraction (OpenIE) aims to discover textual facts from a given sentence. In essence, the facts contained in plain text are unordered. However, the popular OpenIE systems usually output facts sequentially in the way of predicting the next fact conditioned on the previous decoded one…

Cited by 19SourcePDFScholar
2020

TPLinker: Single-stage Joint Extraction of Entities and Relations Through Token Pair Linking

COLING 2020main

Extracting entities and relations from unstructured text has attracted increasing attention in recent years but remains challenging, due to the intrinsic difficulty in identifying overlapping relations with shared entities. Prior works show that joint learning can result in a noticeable performance…