2,606 research outputs found
Knowledge-based Query Expansion in Real-Time Microblog Search
Since the length of microblog texts, such as tweets, is strictly limited to
140 characters, traditional Information Retrieval techniques suffer from the
vocabulary mismatch problem severely and cannot yield good performance in the
context of microblogosphere. To address this critical challenge, in this paper,
we propose a new language modeling approach for microblog retrieval by
inferring various types of context information. In particular, we expand the
query using knowledge terms derived from Freebase so that the expanded one can
better reflect users' search intent. Besides, in order to further satisfy
users' real-time information need, we incorporate temporal evidences into the
expansion method, which can boost recent tweets in the retrieval results with
respect to a given topic. Experimental results on two official TREC Twitter
corpora demonstrate the significant superiority of our approach over baseline
methods.Comment: 9 pages, 9 figure
A First Step Towards Runtime Analysis of Evolutionary Neural Architecture Search
Evolutionary neural architecture search (ENAS) employs evolutionary
algorithms to find high-performing neural architectures automatically, and has
achieved great success. However, compared to the empirical success, its
rigorous theoretical analysis has yet to be touched. This work goes preliminary
steps toward the mathematical runtime analysis of ENAS. In particular, we
define a binary classification problem \textsc{UNIFORM}, and formulate an
explicit fitness function to represent the relationship between neural
architecture and classification accuracy. Furthermore, we consider (1+1)-ENAS
algorithm with mutation to optimize the neural architecture, and obtain the
following runtime bounds: both the local and global mutations find the optimum
in an expected runtime of , where is the problem size. The
theoretical results show that the local and global mutations achieve nearly the
same performance on \textsc{UNIFORM}. Empirical results also verify the
equivalence of these two mutation operators
- ā¦