← Search

Yingce Xia

28 accepted papers

2023

$\mathcal{O}$-GNN: incorporating ring priors into molecular modeling

ICLR 2023poster

Cyclic compounds that contain at least one ring play an important role in drug design. Despite the recent success of molecular modeling with graph neural networks (GNNs), few models explicitly take rings in compounds into consideration, consequently limiting the expressiveness of the models. In this…

Cited by 0SourcePDFScholar
2023

BioT5: Enriching Cross-modal Integration in Biology with Chemical Knowledge and Natural Language Associations

EMNLP 2023long main

Recent advancements in biological research leverage the integration of molecules, proteins, and natural language to enhance drug discovery. However, current models exhibit several limitations, such as the generation of invalid molecular SMILES, underutilization of contextual information, and equal t…

Cited by 0SourcecodeScholar
2023

De Novo Molecular Generation via Connection-aware Motif Mining

ICLR 2023poster

De novo molecular generation is an essential task for science discovery. Recently, fragment-based deep generative models have attracted much research attention due to their flexibility in generating novel molecules based on existing molecule fragments. However, the motif vocabulary, i.e., the collec…

2023

FABind: Fast and Accurate Protein-Ligand Binding

NeurIPS 2023poster

Modeling the interaction between proteins and ligands and accurately predicting their binding structures is a critical yet challenging task in drug discovery. Recent advancements in deep learning have shown promise in addressing this challenge, with sampling-based and regression-based methods emergi…

2023

MolXPT: Wrapping Molecules with Text for Generative Pre-training

ACL 2023short

Generative pre-trained Transformer (GPT) has demonstrates its great success in natural language processing and related techniques have been adapted into molecular modeling. Considering that text is the most important record for scientific discovery, in this paper, we propose MolXPT, a unified langua…

2023

Retrosynthesis Prediction with Local Template Retrieval

AAAI 2023technical

Retrosynthesis, which predicts the reactants of a given target molecule, is an essential task for drug discovery. In recent years, the machine learing based retrosynthesis methods have achieved promising results. In this work, we introduce RetroKNN, a local reaction template retrieval method to furt…

Cited by 20SourcePDFScholar
2023

Retrosynthetic Planning with Dual Value Networks

ICML 2023poster

Retrosynthesis, which aims to find a route to synthesize a target molecule from commercially available starting materials, is a critical task in drug discovery and materials design. Recently, the combination of ML-based single-step reaction predictors with multi-step planners has led to promising re…

2023

What are the Desired Characteristics of Calibration Sets? Identifying Correlates on Long Form Scientific Summarization

ACL 2023long

Summarization models often generate text that is poorly calibrated to quality metrics because they are trained to maximize the likelihood of a single reference (MLE). To address this, recent work has added a calibration step, which exposes a model to its own ranked outputs to improve relevance or, i…

2022

DDG-DA: Data Distribution Generation for Predictable Concept Drift Adaptation

AAAI 2022technical

In many real-world scenarios, we often deal with streaming data that is sequentially collected over time. Due to the non-stationary nature of the environment, the streaming data distribution may change in unpredictable ways, which is known as the concept drift in the literature. To handle concept dr…

2022

Target-Side Input Augmentation for Sequence to Sequence Generation

ICLR 2022poster

Autoregressive sequence generation, a prevalent task in machine learning and natural language processing, generates every target token conditioned on both a source input and previously generated target tokens. Previous data augmentation methods, which have been shown to be effective for the task, ma…

2021

IOT: Instance-wise Layer Reordering for Transformer Structures

ICLR 2021poster

With sequentially stacked self-attention, (optional) encoder-decoder attention, and feed-forward layers, Transformer achieves big success in natural language processing (NLP), and many variants have been proposed. Currently, almost all these models assume that the \emph{layer order} is fixed and kep…

2021

Learning to Reweight with Deep Interactions

AAAI 2021technical

Recently the concept of teaching has been introduced into machine learning, in which a teacher model is used to guide the training of a student model (which will be used in real tasks) through data selection, loss function design, etc. Learning to reweight, which is a specific kind of teaching that…

2021

Stylized Dialogue Generation with Multi-Pass Dual Learning

NeurIPS 2021poster

Stylized dialogue generation, which aims to generate a given-style response for an input context, plays a vital role in intelligent dialogue systems. Considering there is no parallel data between the contexts and the responses of target style S_1, existing works mainly use back translation to genera…

2021

Temporally Correlated Task Scheduling for Sequence Learning

ICML 2021spotlight

Sequence learning has attracted much research attention from the machine learning community in recent years. In many applications, a sequence learning task is usually associated with multiple temporally correlated auxiliary tasks, which are different in terms of how much input information to use or…

2021

UniDrop: A Simple yet Effective Technique to Improve Transformer without Extra Cost

NAACL 2021long

Transformer architecture achieves great success in abundant natural language processing tasks. The over-parameterization of the Transformer model has motivated plenty of works to alleviate its overfitting for superior performances. With some explorations, we find simple techniques such as dropout, c…

2020

Incorporating BERT into Neural Machine Translation

ICLR 2020poster

The recently proposed BERT (Devlin et al., 2019) has shown great power on a variety of natural language understanding tasks, such as text classification, reading comprehension, etc. However, how to effectively apply BERT to neural machine translation (NMT) lacks enough exploration. While BERT is mor…

Cited by 522SourcecodeScholar
2020

Sequence Generation with Mixed Representations

ICML 2020poster

Tokenization is the first step of many natural language processing (NLP) tasks and plays an important role for neural NLP models. Tokenizaton method such as byte-pair encoding (BPE), which can greatly reduce the large vocabulary and deal with out-of-vocabulary words, has shown to be effective and is…

2020

TuiGAN: Learning Versatile Image-to-Image Translation with Two Unpaired Images

ECCV 2020poster

An unsupervised image-to-image translation (UI2I) task deals with learning a mapping between two domains without paired images. While existing UI2I methods usually require numerous unpaired images from different domains for training, there are many scenarios where training data is quite limited. In…

2019

Neural Machine Translation with Soft Prototype

NeurIPS 2019poster

Neural machine translation models usually use the encoder-decoder framework and generate translation from left to right (or right to left) without fully utilizing the target-side global information. A few recent approaches seek to exploit the global information through two-pass decoding, yet have li…

2018

Layer-Wise Coordination between Encoder and Decoder for Neural Machine Translation

NeurIPS 2018poster

Neural Machine Translation (NMT) has achieved remarkable progress with the quick evolvement of model structures. In this paper, we propose the concept of layer-wise coordination for NMT, which explicitly coordinates the learning of hidden representations of the encoder and decoder together layer by…

2018

Learning to Teach with Dynamic Loss Functions

NeurIPS 2018poster

Teaching is critical to human society: it is with teaching that prospective students are educated and human civilization can be inherited and advanced. A good teacher not only provides his/her students with qualified teaching materials (e.g., textbooks), but also sets up appropriate learning objecti…

Cited by 149SourcePDFScholar
2017

Decoding with Value Networks for Neural Machine Translation

NeurIPS 2017poster

Neural Machine Translation (NMT) has become a popular technology in recent years, and beam search is its de facto decoding method due to the shrunk search space and reduced computational complexity. However, since it only searches for local optima at each time step through one-step forward looking,…

2017

Deliberation Networks: Sequence Generation Beyond One-Pass Decoding

NeurIPS 2017poster

The encoder-decoder framework has achieved promising progress for many sequence generation tasks, including machine translation, text summarization, dialog system, image captioning, etc. Such a framework adopts an one-pass forward process while decoding and generating a sequence, but lacks the delib…

2016

Dual Learning for Machine Translation

NeurIPS 2016poster

While neural machine translation (NMT) is making good progress in the past two years, tens of millions of bilingual sentence pairs are needed for its training. However, human labeling is very costly. To tackle this training data bottleneck, we develop a dual-learning mechanism, which can enable an N…