← Search

Menglong Lu

9 accepted papers

2025

GCML: Gradient Coherence Guided Meta-Learning for Cross-Domain Emerging Topic Rumor Detection

EMNLP 2025

With the emergence of new topics on social media as sources of rumor propagation, addressing the domain shift between the source and target domain and the target domain samples scarcity remains a crucial task in cross-domain rumor detection. Traditional deep learning-based methods and LLM-based meth

Cited by 0SourcePDFScholar
2025

Hippocampal-like Sequential Editing for Continual Knowledge Updates in Large Language Models

NeurIPS 2025poster

Large language models (LLMs) are now pivotal in real-world applications. Model editing has emerged as a promising paradigm for efficiently modifying LLMs without full retraining. However, current editing approaches face significant limitations due to parameter drift, which stems from inconsistencies…

Cited by 0SourceScholar
2025

LLM-based Rumor Detection via Influence Guided Sample Selection and Game-based Perspective Analysis

ACL 2025long

Rumor detection on social media has become an emerging topic. Traditional deep learning-based methods model rumors based on content, propagation structure, or user behavior, but these approaches are constrained by limited modeling capacity and insufficient training corpora. Recent studies have explo…

Cited by 0SourcePDFScholar
2025

MONTROSE: LLM-driven Monte Carlo Tree Search Self-Refinement for Cross-Domain Rumor Detection

ACL 2025finding

With the emergence of new topics on social media as sources of rumor dissemination, addressing the distribution shifts between source and target domains remains a crucial task in cross-domain rumor detection. Existing feature alignment methods, which aim to reduce the discrepancies between domains,…

2024

Auto-Prox: Training-Free Vision Transformer Architecture Search via Automatic Proxy Discovery

AAAI 2024technical

The substantial success of Vision Transformer (ViT) in computer vision tasks is largely attributed to the architecture design. This underscores the necessity of efficient architecture search for designing better ViTs automatically. As training-based architecture search methods are computationally in…

2023

DMFormer: Closing the gap Between CNN and Vision Transformers

ICASSP 2023accepted

Vision transformers have shown excellent performance in computer vision tasks. As the computation cost of their self-attention mechanism is expensive, recent works tried to replace the self-attention mechanism in vision transformers with convolutional operations, which is more efficient with built-i…

Cited by 0SourceScholar
2023

DaMSTF: Domain Adversarial Learning Enhanced Meta Self-Training for Domain Adaptation

ACL 2023long

Self-training emerges as an important research line on domain adaptation. By taking the model’s prediction as the pseudo labels of the unlabeled data, self-training bootstraps the model with pseudo instances in the target domain. However, the prediction errors of pseudo labels (label noise) challeng…

2023

Meta-Tsallis-Entropy Minimization: A New Self-Training Approach for Domain Adaptation on Text Classification

IJCAI 2023poster

Text classification is a fundamental task for natural language processing, and adapting text classification models across domains has broad applications. Self-training generates pseudo-examples from the model's predictions and iteratively trains on the pseudo-examples, i.e., minimizes the loss on…

Cited by 5SourcePDFScholar
2022

Social Bot-Aware Graph Neural Network for Early Rumor Detection

COLING 2022main

Early rumor detection is a key challenging task to prevent rumors from spreading widely. Sociological research shows that social bots’ behavior in the early stage has become the main reason for rumors’ wide spread. However, current models do not explicitly distinguish genuine users from social bots,…