Papers by Xilin Chen
Retrieving Sequential Information for Non-Autoregressive Neural Machine Translation (P19-1)
Copied to clipboard
| Challenge: | Experimental results show that the Reinforce-NAT system surpasses the baseline NAT system by a significant margin on BLEU without decelerating the decoding speed. |
| Approach: | They propose a sequence-level training method and a Transformer decoder to fuse the target sequential information into the top layer of the decoded Transformer. |
| Outcome: | The proposed model surpasses the baseline NAT system on BLEU without decelerating the decoding speed and achieves comparable translation performance to the autoregressive Transformer model with considerable speedup. |
INFACT: A Diagnostic Benchmark for Induced Faithfulness and Factuality Hallucinations in Video-LLMs (2026.acl-long)
Copied to clipboard
| Challenge: | Existing benchmarks only evaluate models in clean settings due to hallucinations . |
| Approach: | They propose a diagnostic benchmark that evaluates models in four modes for faithfulness and factuality. |
| Outcome: | The proposed benchmark evaluates models in four modes: Base (clean), Visual Degradation, Evidence Corruption, and Temporal Intervention for order-sensitive items. |
Hierarchical Context-aware Network for Dense Video Event Captioning (2021.acl-long)
Copied to clipboard
| Challenge: | Existing technologies for dense video event captioning generate fine-grained captions for all events in a long untrimmed video. |
| Approach: | They propose a hierarchical context-aware network for dense video event captioning to capture context from various aspects. |
| Outcome: | The proposed model outperforms the existing model on youcook2 and activitynet . it generates coherent captions for events in a long untrimmed video . |
Greedy Search with Probabilistic N-gram Matching for Neural Machine Translation (D18-1)
Copied to clipboard
| Challenge: | Neural machine translation models are usually trained with word-level loss under teacher forcing algorithm . however, this method suffers from exposure bias due to high variance of gradient estimation . |
| Approach: | They propose a method with a differentiable sequence-level training objective . they use greedy search to alleviate the problem of exposure bias . |
| Outcome: | Experiments on Chinese-to-English translation tasks show that the proposed method outperforms the reinforcement-based methods. |