629 research outputs found
Recommended from our members
Revealing Dynamic Mechanisms of Cell Fate Decisions From Single-Cell Transcriptomic Data.
Cell fate decisions play a pivotal role in development, but technologies for dissecting them are limited. We developed a multifunction new method, Topographer, to construct a "quantitative" Waddington's landscape of single-cell transcriptomic data. This method is able to identify complex cell-state transition trajectories and to estimate complex cell-type dynamics characterized by fate and transition probabilities. It also infers both marker gene networks and their dynamic changes as well as dynamic characteristics of transcriptional bursting along the cell-state transition trajectories. Applying this method to single-cell RNA-seq data on the differentiation of primary human myoblasts, we not only identified three known cell types, but also estimated both their fate probabilities and transition probabilities among them. We found that the percent of genes expressed in a bursty manner is significantly higher at (or near) the branch point (~97%) than before or after branch (below 80%), and that both gene-gene and cell-cell correlation degrees are apparently lower near the branch point than away from the branching. Topographer allows revealing of cell fate mechanisms in a coherent way at three scales: cell lineage (macroscopic), gene network (mesoscopic), and gene expression (microscopic)
Neural System Combination for Machine Translation
Neural machine translation (NMT) becomes a new approach to machine
translation and generates much more fluent results compared to statistical
machine translation (SMT).
However, SMT is usually better than NMT in translation adequacy. It is
therefore a promising direction to combine the advantages of both NMT and SMT.
In this paper, we propose a neural system combination framework leveraging
multi-source NMT, which takes as input the outputs of NMT and SMT systems and
produces the final translation.
Extensive experiments on the Chinese-to-English translation task show that
our model archives significant improvement by 5.3 BLEU points over the best
single system output and 3.4 BLEU points over the state-of-the-art traditional
system combination methods.Comment: Accepted as a short paper by ACL-201
Subgraph Contrastive Link Representation Learning
Graph representation learning (GRL) has emerged as a powerful technique for
solving graph analytics tasks. It can effectively convert discrete graph data
into a low-dimensional space where the graph structural information and graph
properties are maximumly preserved. While there is rich literature on node and
whole-graph representation learning, GRL for link is relatively less studied
and less understood. One common practice in previous works is to generate link
representations by directly aggregating the representations of their incident
nodes, which is not capable of capturing effective link features. Moreover,
common GRL methods usually rely on full-graph training, suffering from poor
scalability and high resource consumption on large-scale graphs. In this paper,
we design Subgraph Contrastive Link Representation Learning (SCLRL) -- a
self-supervised link embedding framework, which utilizes the strong correlation
between central links and their neighborhood subgraphs to characterize links.
We extract the "link-centric induced subgraphs" as input, with a subgraph-level
contrastive discrimination as pretext task, to learn the intrinsic and
structural link features via subgraph mini-batch training. Extensive
experiments conducted on five datasets demonstrate that SCLRL has significant
performance advantages in link representation learning on benchmark datasets
and prominent efficiency advantages in terms of training speed and memory
consumption on large-scale graphs, when compared with existing link
representation learning methods.Comment: 8 pages, 4 figure
- …