1,862 research outputs found
A Robust Parsing Algorithm For Link Grammars
In this paper we present a robust parsing algorithm based on the link grammar
formalism for parsing natural languages. Our algorithm is a natural extension
of the original dynamic programming recognition algorithm which recursively
counts the number of linkages between two words in the input sentence. The
modified algorithm uses the notion of a null link in order to allow a
connection between any pair of adjacent words, regardless of their dictionary
definitions. The algorithm proceeds by making three dynamic programming passes.
In the first pass, the input is parsed using the original algorithm which
enforces the constraints on links to ensure grammaticality. In the second pass,
the total cost of each substring of words is computed, where cost is determined
by the number of null links necessary to parse the substring. The final pass
counts the total number of parses with minimal cost. All of the original
pruning techniques have natural counterparts in the robust algorithm. When used
together with memoization, these techniques enable the algorithm to run
efficiently with cubic worst-case complexity. We have implemented these ideas
and tested them by parsing the Switchboard corpus of conversational English.
This corpus is comprised of approximately three million words of text,
corresponding to more than 150 hours of transcribed speech collected from
telephone conversations restricted to 70 different topics. Although only a
small fraction of the sentences in this corpus are "grammatical" by standard
criteria, the robust link grammar parser is able to extract relevant structure
for a large portion of the sentences. We present the results of our experiments
using this system, including the analyses of selected and random sentences from
the corpus.Comment: 17 pages, compressed postscrip
Lattice Interferometer for Ultra-Cold Atoms
We demonstrate an atomic interferometer based on ultra-cold atoms released
from an optical lattice. This technique yields a large improvement in signal to
noise over a related interferometer previously demonstrated. The interferometer
involves diffraction of the atoms using a pulsed optical lattice. For short
pulses a simple analytical theory predicts the expected signal. We investigate
the interferometer for both short pulses and longer pulses where the analytical
theory break down. Longer pulses can improve the precision and signal size. For
specific pulse lengths we observe a coherent signal at times that differs
greatly from what is expected from the short pulse model. The interferometric
signal also reveals information about the dynamics of the atoms in the lattice.
We investigate the application of the interferometer for a measurement of
that together with other well known constants constitutes a measurement
of the fine structure constant
On-Line Paging against Adversarially Biased Random Inputs
In evaluating an algorithm, worst-case analysis can be overly pessimistic.
Average-case analysis can be overly optimistic. An intermediate approach is to
show that an algorithm does well on a broad class of input distributions.
Koutsoupias and Papadimitriou recently analyzed the least-recently-used (LRU)
paging strategy in this manner, analyzing its performance on an input sequence
generated by a so-called diffuse adversary -- one that must choose each request
probabilitistically so that no page is chosen with probability more than some
fixed epsilon>0. They showed that LRU achieves the optimal competitive ratio
(for deterministic on-line algorithms), but they didn't determine the actual
ratio.
In this paper we estimate the optimal ratios within roughly a factor of two
for both deterministic strategies (e.g. least-recently-used and
first-in-first-out) and randomized strategies. Around the threshold epsilon ~
1/k (where k is the cache size), the optimal ratios are both Theta(ln k). Below
the threshold the ratios tend rapidly to O(1). Above the threshold the ratio is
unchanged for randomized strategies but tends rapidly to Theta(k) for
deterministic ones.
We also give an alternate proof of the optimality of LRU.Comment: Conference version appeared in SODA '98 as "Bounding the Diffuse
Adversary
Unfolding Orthogonal Polyhedra with Quadratic Refinement: The Delta-Unfolding Algorithm
We show that every orthogonal polyhedron homeomorphic to a sphere can be
unfolded without overlap while using only polynomially many (orthogonal) cuts.
By contrast, the best previous such result used exponentially many cuts. More
precisely, given an orthogonal polyhedron with n vertices, the algorithm cuts
the polyhedron only where it is met by the grid of coordinate planes passing
through the vertices, together with Theta(n^2) additional coordinate planes
between every two such grid planes.Comment: 15 pages, 10 figure
Maximum st-flow in directed planar graphs via shortest paths
Minimum cuts have been closely related to shortest paths in planar graphs via
planar duality - so long as the graphs are undirected. Even maximum flows are
closely related to shortest paths for the same reason - so long as the source
and the sink are on a common face. In this paper, we give a correspondence
between maximum flows and shortest paths via duality in directed planar graphs
with no constraints on the source and sink. We believe this a promising avenue
for developing algorithms that are more practical than the current
asymptotically best algorithms for maximum st-flow.Comment: 20 pages, 4 figures. Short version to be published in proceedings of
IWOCA'1
Direct Imaging of Periodic Sub-wavelength Patterns of Total Atomic Density
Interference fringes of total atomic density with period and
for optical wavelength , have been produced in de Broglie
atom interferometer and directly imaged by means of an ``optical mask''
technique. The imaging technique allowed us to observe sub-wavelength periodic
patterns with a resolution of . The quantum dynamics near the
interference times as a function of the recoil phase and pulse areas has been
investigated.Comment: 4 pages, 4 figures, to be submitted to Phys. Rev. A; order
rearranged, references replaced and added, corrected typo
On Minimizing Crossings in Storyline Visualizations
In a storyline visualization, we visualize a collection of interacting
characters (e.g., in a movie, play, etc.) by -monotone curves that converge
for each interaction, and diverge otherwise. Given a storyline with
characters, we show tight lower and upper bounds on the number of crossings
required in any storyline visualization for a restricted case. In particular,
we show that if (1) each meeting consists of exactly two characters and (2) the
meetings can be modeled as a tree, then we can always find a storyline
visualization with crossings. Furthermore, we show that there
exist storylines in this restricted case that require
crossings. Lastly, we show that, in the general case, minimizing the number of
crossings in a storyline visualization is fixed-parameter tractable, when
parameterized on the number of characters . Our algorithm runs in time
, where is the number of meetings.Comment: 6 pages, 4 figures. To appear at the 23rd International Symposium on
Graph Drawing and Network Visualization (GD 2015
- …
