← Search

Xuancheng Ren

20 accepted papers

2025

Omni-MATH: A Universal Olympiad Level Mathematic Benchmark for Large Language Models

ICLR 2025poster

Recent advancements in large language models (LLMs) have led to significant breakthroughs in mathematical reasoning capabilities. However, existing benchmarks like GSM8K or MATH are now being solved with high accuracy (e.g., OpenAI o1 achieves 94.8% on MATH dataset), indicating their inadequacy for…

Cited by 50SourcePDFScholar
2023

Transferring General Multimodal Pretrained Models to Text Recognition

ACL 2023findings

This paper proposes a new method, OFA-OCR, to transfer multimodal pretrained models to text recognition. Specifically, we recast text recognition as image captioning and directly transfer a unified vision-language pretrained model to the end task. Without pretraining on large-scale annotated or synt…

2022

From Mimicking to Integrating: Knowledge Integration for Pre-Trained Language Models

EMNLP 2022finding

Investigating better ways to reuse the released pre-trained language models (PLMs) can significantly reduce the computational cost and the potential environmental side-effects. This paper explores a novel PLM reuse paradigm, Knowledge Integration (KI). Without human annotations available, KI aims to…

2022

Rethinking the Promotion Brought by Contrastive Learning to Semi-Supervised Node Classification

IJCAI 2022poster

Graph Contrastive Learning (GCL) has proven highly effective in promoting the performance of Semi-Supervised Node Classification (SSNC). However, existing GCL methods are generally transferred from other fields like CV or NLP, whose underlying working mechanism remains underexplored. In this work, w…

Cited by 5SourcePDFScholar
2022

Well-Classified Examples Are Underestimated in Classification with Deep Neural Networks

AAAI 2022technical

The conventional wisdom behind learning deep classification models is to focus on bad-classified examples and ignore well-classified examples that are far from the decision boundary. For instance, when training with cross-entropy loss, examples with higher likelihoods (i.e., well-classified examples…

2021

A Global Past-Future Early Exit Method for Accelerating Inference of Pre-trained Language Models

NAACL 2021long

Early exit mechanism aims to accelerate the inference speed of large-scale pre-trained language models. The essential idea is to exit early without passing through all the inference layers at the inference stage. To make accurate predictions for downstream tasks, the hierarchical linguistic informat…

2021

Be Careful about Poisoned Word Embeddings: Exploring the Vulnerability of the Embedding Layers in NLP Models

NAACL 2021long

Recent studies have revealed a security threat to natural language processing (NLP) models, called the Backdoor Attack. Victim models can maintain competitive performance on clean samples while behaving abnormally on samples with a specific trigger word inserted. Previous backdoor attacking methods…

2021

Collaborative Group Learning

AAAI 2021technical

Collaborative learning has successfully applied knowledge transfer to guide a pool of small student networks towards robust local minima. However, previous approaches typically struggle with drastically aggravated student homogenization when the number of students rises. In this paper, we propose Co…

2021

Exploring the Vulnerability of Deep Neural Networks: A Study of Parameter Corruption

AAAI 2021technical

We argue that the vulnerability of model parameters is of crucial value to the study of model robustness and generalization but little research has been devoted to understanding this matter. In this work, we propose an indicator to measure the robustness of neural network parameters by exploiting th…

Cited by 41SourcePDFScholar
2021

Multi-View Feature Representation for Dialogue Generation with Bidirectional Distillation

AAAI 2021technical

Neural dialogue models suffer from low-quality responses when interacted in practice, demonstrating difficulty in generalization beyond training data. Recently, knowledge distillation has been used to successfully regularize the student by transferring knowledge from the teacher. However, the teache…

Cited by 12SourcePDFScholar
2021

Neural Network Surgery: Injecting Data Patterns into Pre-trained Models with Minimal Instance-wise Side Effects

NAACL 2021long

Side effects during neural network tuning are typically measured by overall accuracy changes. However, we find that even with similar overall accuracy, existing tuning methods result in non-negligible instance-wise side effects. Motivated by neuroscientific evidence and theoretical results, we demon…

Cited by 13SourcePDFScholar
2021

Rethinking Denoised Auto-Encoding in Language Pre-Training

EMNLP 2021main

Pre-trained self-supervised models such as BERT have achieved striking success in learning sequence representations, especially for natural language processing. These models typically corrupt the given sequences with certain types of noise, such as masking, shuffling, or substitution, and then try t…

Cited by 6SourcePDFScholar
2021

Topology-Imbalance Learning for Semi-Supervised Node Classification

NeurIPS 2021poster

The class imbalance problem, as an important issue in learning node representations, has drawn increasing attention from the community. Although the imbalance considered by existing studies roots from the unequal quantity of labeled examples in different classes (quantity imbalance), we argue that g…

2021

Towards Semantics-Enhanced Pre-Training: Can Lexicon Definitions Help Learning Sentence Meanings?

AAAI 2021technical

Self-supervised pre-training techniques, albeit relying on large amounts of text, have enabled rapid growth in learning language representations for natural language understanding. However, as radically empirical models on sentences, they are subject to the input data distribution, inevitably incorp…

2020

Prophet Attention: Predicting Attention with Future Attention

NeurIPS 2020poster

Recently, attention based models have been used extensively in many sequence-to-sequence learning systems. Especially for image captioning, the attention based models are expected to ground correct image regions with proper generated words. However, for each time step in the decoding process, the at…

Cited by 77SourcePDFScholar
2020

Rethinking Skip Connection with Layer Normalization

COLING 2020main

Skip connection is a widely-used technique to improve the performance and the convergence of deep neural networks, which is believed to relieve the difficulty in optimization due to non-linearity by propagating a linear component through the neural network layers. However, from another point of view…

Cited by 0SourcePDFScholar
2019

Aligning Visual Regions and Textual Concepts for Semantic-Grounded Image Representations

NeurIPS 2019poster

In vision-and-language grounding problems, fine-grained representations of the image are considered to be of paramount importance. Most of the current systems incorporate visual features and textual concepts as a sketch of an image. However, plainly inferred representations are usually undesirable i…

2017

meProp: Sparsified Back Propagation for Accelerated Deep Learning with Reduced Overfitting

ICML 2017poster

We propose a simple yet effective technique for neural network learning. The forward propagation is computed as usual. In back propagation, only a small subset of the full gradient is computed to update the model parameters. The gradient vectors are sparsified in such a way that only the top-$k$ ele…

Cited by 203SourcePDFScholar