19,441 research outputs found
Selective Encoding for Abstractive Sentence Summarization
We propose a selective encoding model to extend the sequence-to-sequence
framework for abstractive sentence summarization. It consists of a sentence
encoder, a selective gate network, and an attention equipped decoder. The
sentence encoder and decoder are built with recurrent neural networks. The
selective gate network constructs a second level sentence representation by
controlling the information flow from encoder to decoder. The second level
representation is tailored for sentence summarization task, which leads to
better performance. We evaluate our model on the English Gigaword, DUC 2004 and
MSR abstractive sentence summarization datasets. The experimental results show
that the proposed selective encoding model outperforms the state-of-the-art
baseline models.Comment: 10 pages; To appear in ACL 201
Leveraging History for Faster Sampling of Online Social Networks
How to enable efficient analytics over such data has been an increasingly
important research problem. Given the sheer size of such social networks, many
existing studies resort to sampling techniques that draw random nodes from an
online social network through its restrictive web/API interface. Almost all of
them use the exact same underlying technique of random walk - a Markov Chain
Monte Carlo based method which iteratively transits from one node to its random
neighbor.
Random walk fits naturally with this problem because, for most online social
networks, the only query we can issue through the interface is to retrieve the
neighbors of a given node (i.e., no access to the full graph topology). A
problem with random walks, however, is the "burn-in" period which requires a
large number of transitions/queries before the sampling distribution converges
to a stationary value that enables the drawing of samples in a statistically
valid manner.
In this paper, we consider a novel problem of speeding up the fundamental
design of random walks (i.e., reducing the number of queries it requires)
without changing the stationary distribution it achieves - thereby enabling a
more efficient "drop-in" replacement for existing sampling-based analytics
techniques over online social networks. Our main idea is to leverage the
history of random walks to construct a higher-ordered Markov chain. We develop
two algorithms, Circulated Neighbors and Groupby Neighbors Random Walk (CNRW
and GNRW) and prove that, no matter what the social network topology is, CNRW
and GNRW offer better efficiency than baseline random walks while achieving the
same stationary distribution. We demonstrate through extensive experiments on
real-world social networks and synthetic graphs the superiority of our
techniques over the existing ones.Comment: Technical report for the VLDB 2015 pape
Two-Photon-Exchange Effects and Deformation
The two-photon-exchange (TPE) contribution in with
and small is calculated and its corrections to the ratios
of electromagnetic transition form factors and ,
are analysed. A simple hadronic model is used to estimate the TPE amplitude.
Two phenomenological models, MAID2007 and SAID, are used to approximate the
full cross sections which contain both the TPE and the
one-photon-exchange (OPE) contributions. The genuine the OPE amplitude is then
extracted from an integral equation by iteration. We find that the TPE
contribution is not sensitive to whether MAID or SAID is used as input in the
region with GeV.
It gives small correction to while for , the correction is
about -10\% at small and about at large for
GeV. The large correction from TPE at small must
be included in the analysis to get a reliable extraction of .Comment: Talk given at Conference:C16-07-2
Faster Random Walks By Rewiring Online Social Networks On-The-Fly
Many online social networks feature restrictive web interfaces which only
allow the query of a user's local neighborhood through the interface. To enable
analytics over such an online social network through its restrictive web
interface, many recent efforts reuse the existing Markov Chain Monte Carlo
methods such as random walks to sample the social network and support analytics
based on the samples. The problem with such an approach, however, is the large
amount of queries often required (i.e., a long "mixing time") for a random walk
to reach a desired (stationary) sampling distribution.
In this paper, we consider a novel problem of enabling a faster random walk
over online social networks by "rewiring" the social network on-the-fly.
Specifically, we develop Modified TOpology (MTO)-Sampler which, by using only
information exposed by the restrictive web interface, constructs a "virtual"
overlay topology of the social network while performing a random walk, and
ensures that the random walk follows the modified overlay topology rather than
the original one. We show that MTO-Sampler not only provably enhances the
efficiency of sampling, but also achieves significant savings on query cost
over real-world online social networks such as Google Plus, Epinion etc.Comment: 15 pages, 14 figure, technical report for ICDE2013 paper. Appendix
has all the theorems' proofs; ICDE'201
- β¦