← Search

Ran Zhou

8 accepted papers

2026

EditMGT: Unleashing Potentials of Masked Generative Transformers in Image Editing

CVPR 2026

Recent advances in diffusion models (DMs) have achieved exceptional visual quality in image editing tasks. However, the global denoising dynamics of DMs inherently conflate local editing targets with the full-image context, leading to unintended modifications in non-target regions. In this paper, we

Cited by 0SourcecodeScholar
2025

MERIT: Multilingual Semantic Retrieval with Interleaved Multi-Condition Query

NeurIPS 2025poster

Semantic retrieval is crucial for modern applications yet remains underexplored in current research. Existing datasets are limited to single languages, single images, or singular retrieval conditions, often failing to fully exploit the expressive capacity of visual information as evidenced by maint…

Cited by 0SourcecodeScholar
2025

QCRD: Quality-guided Contrastive Rationale Distillation for Large Language Models

EMNLP 2025

The deployment of large language models (LLMs) faces considerable challenges concerning resource constraints and inference efficiency. Recent research has increasingly focused on smaller, task-specific models enhanced by distilling knowledge from LLMs. However, prior studies have often overlooked th

Cited by 0SourcePDFScholar
2024

GroundingGPT: Language Enhanced Multi-modal Grounding Model

ACL 2024long

Multi-modal large language models (MLLMs) have demonstrated remarkable performance across various tasks. However, these models often prioritize capturing global information and overlook the importance of perceiving local information. This limitation hinders their ability to effectively understand fi…

2023

Improving Self-training for Cross-lingual Named Entity Recognition with Contrastive and Prototype Learning

ACL 2023long

In cross-lingual named entity recognition (NER), self-training is commonly used to bridge the linguistic gap by training on pseudo-labeled target-language data. However, due to sub-optimal performance on target languages, the pseudo labels are often noisy and limit the overall performance. In this w…

2022

ConNER: Consistency Training for Cross-lingual Named Entity Recognition

EMNLP 2022main

Cross-lingual named entity recognition (NER) suffers from data scarcity in the target languages, especially under zero-shot settings. Existing translate-train or knowledge distillation methods attempt to bridge the language gap, but often introduce a high level of noise. To solve this problem, consi…

2022

MELM: Data Augmentation with Masked Entity Language Modeling for Low-Resource NER

ACL 2022long

Data augmentation is an effective solution to data scarcity in low-resource scenarios. However, when applied to token-level tasks such as NER, data augmentation methods often suffer from token-label misalignment, which leads to unsatsifactory performance. In this work, we propose Masked Entity Langu…

2022

MReD: A Meta-Review Dataset for Structure-Controllable Text Generation

ACL 2022findings

When directly using existing text generation datasets for controllable generation, we are facing the problem of not having the domain knowledge and thus the aspects that could be controlled are limited. A typical example is when using CNN/Daily Mail dataset for controllable text summarization, there…