Network


Latest external collaboration on country level. Dive into details by clicking on the dots.

Hotspot


Dive into the research topics where Yaqian Zhou is active.

Publication


Featured researches published by Yaqian Zhou.


empirical methods in natural language processing | 2003

A fast algorithm for feature selection in conditional maximum entropy modeling

Yaqian Zhou; Lide Wu; Fuliang Weng; Hauke Schmidt

This paper describes a fast algorithm that selects features for conditional maximum entropy modeling. Berger et al. (1996) presents an incremental feature selection (IFS) algorithm, which computes the approximate gains for all candidate features at each selection stage, and is very time-consuming for any problems with large feature spaces. In this new algorithm, instead, we only compute the approximate gains for the top-ranked features based on the models obtained from previous stages. Experiments on WSJ data in Penn Treebank are conducted to show that the new algorithm greatly speeds up the feature selection process while maintaining the same quality of selected features. One variant of this new algorithm with look-ahead functionality is also tested to further confirm the good quality of the selected features. The new algorithm is easy to implement, and given a feature space of size F, it only uses O(F) more space than the original IFS algorithm.


international joint conference on natural language processing | 2005

Answering definition questions using web knowledge bases

Zhushuo Zhang; Yaqian Zhou; Xuanjing Huang; Lide Wu

This paper presents a definition question answering approach, which is capable of mining textual definitions from large collections of documents. In order to automatically identify definition sentences from a large collection of documents, we utilize the existing definitions in the Web knowledge bases instead of hand-crafted rules or annotated corpus. Effective methods are adopted to make full use of Web knowledge bases, and they promise high quality response to definition questions. We applied our system in the TREC 2004 definition question-answering task and achieved an encouraging performance with the F-measure score of 0.404, which was ranked second among all the submitted runs.


empirical methods in natural language processing | 2016

Modelling Interaction of Sentence Pair with Coupled-LSTMs.

Pengfei Liu; Xipeng Qiu; Yaqian Zhou; Jifan Chen; Xuanjing Huang

Recently, there is rising interest in modelling the interactions of two sentences with deep neural networks. However, most of the existing methods encode two sequences with separate encoders, in which a sentence is encoded with little or no information from the other sentence. In this paper, we propose a deep architecture to model the strong interaction of sentence pair with two coupled-LSTMs. Specifically, we introduce two coupled ways to model the interdependences of two LSTMs, coupling the local contextualized interactions of two sentences. We then aggregate these interactions and use a dynamic pooling to select the most informative features. Experiments on two very large datasets demonstrate the efficacy of our proposed architecture and its superiority to state-of-the-art methods.


international world wide web conferences | 2010

Selective recrawling for object-level vertical search

Yaqian Zhou; Mengjing Jiang; Qi Zhang; Xuanjing Huang; Lide Wu

In this paper we propose a novel recrawling method based on navigation patterns called Selective Recrawling. The goal of selective recrawling is to automatically select page collections that have large coverage and little redundancy to a pre-defined vertical domain. It only requires several seed objects and can select a set of URL patterns to cover most objects. The selected set can be used to recrawl the web pages for quite a period of time and renewed periodically. Experiments on local event data show that our method can greatly reduce the downloading of web pages while keep the comparative object coverage.


asia information retrieval symposium | 2010

Pseudo-Relevance Feedback Based on mRMR Criteria

Yuanbin Wu; Qi Zhang; Yaqian Zhou; Xuanjing Huang

Pseudo-relevance feedback has shown to be an effective method in many information retrieval tasks. Various criteria have been proposed to rank terms extracted from the top ranked document of the initial retrieval results. However, most existing methods extract terms individually and do not consider the impacts of relationships among terms and their combinations. In this study, we first re-examine this assumption and show that combinations of terms may heavily impact the final results. We then present a novel clustering based method to select expansion terms as a whole set. The main idea is to use first simultaneously cluster terms and documents using non-negative matrix factorization, and then use the Maximum Relevance and Minimum Redundancy criteria to select terms based on their clusters, term distributions, and other features. Experimental results on serval TREC collections show that our proposed method significantly improves performances.


asia information retrieval symposium | 2008

Graph mutual reinforcement based bootstrapping

Qi Zhang; Yaqian Zhou; Xuanjing Huang; Lide Wu

In this paper, we present a new bootstrapping method based on Graph Mutual Reinforcement (GMR-Bootstrapping) to learn semantic lexicons. The novelties of this work include 1) We integrate Graph Mutual Reinforcement method with the Bootstrapping structure to sort the candidate words and patterns; 2) Patterns uncertainty is defined and used to enhance GMR-Bootstrapping to learn multiple categories simultaneously. Experimental results on MUC4 corpus show that GMR-Bootstrapping outperforms the state-of-the-art algorithms. We also use it to extract names of automobile manufactures and models from Chinese corpus. It achieves good results too.


conference on information and knowledge management | 2013

Map search via a factor graph model

Qi Zhang; Jihua Kang; Yeyun Gong; Huan Chen; Yaqian Zhou; Xuanjing Huang

Map search has received considerable attention in recent years. With map search, users can specify target locations with textual queries. However, these queries do not always include well-formed addresses or place names. They may contain transpositions, misspellings, fragments and so on. Queries may significantly differ from items stored in the spatial database. In this paper, we propose to connect this task to the semi-structured retrieval problem. A novel factor graph-based semi-structured retrieval framework is introduced to incorporate concept weighting, attribute selection, and word-based similarity metrics together. We randomly sampled a number of queries from logs of a commercial map search engine and manually labeled their categories and relevant results for analysis and evaluation. The results of several experimental comparisons demonstrate that our method outperforms both state-of-the-art semi-structured retrieval methods and some commercial systems in retrieving freeform location queries.


international conference natural language processing | 2011

Learning the weight of the query term from the relevance feedback

Bingqing Wang; Yaqian Zhou; Qi Zhang; Xuanjing Huang

We address the problem of assigning each query word an appropriate weight in the retrieval function. Term weight assignment is important, which depends on the relationship among the query words and also impacts the retrieval performance directly. However, various retrieval models can be adopted by the system, which requires different approaches to set term weight and those empirical settings can not ensure to improve the retrieval quality. We propose an unified approach for different retrieval functions to set a unique weight to each individual word. We explore the popular retrieval functions and propose to regard the retrieval function as a linear classification model, which is aimed to predicate the relevance of the document. Thus the parameters in the learning model can be explained as the term weight in the retrieval model. For each query topic, we adopt the generative model and the discriminative model to estimate the term weight by taking the relevance feedback information as the training data. Our analysis gives more insight into the Rocchios framework on relevance feedback, which can be taken as a special case in the generative model. Experimental results on the benchmark datasets show that by estimating proper weight to each query word, our approach can outperform the baseline methods of BM25 and obtain an equivalent performance with the probability language model.


empirical methods in natural language processing | 2016

Generating Abbreviations for Chinese Named Entities Using Recurrent Neural Network with Dynamic Dictionary.

Qi Zhang; Jin Qian; Ya Guo; Yaqian Zhou; Xuanjing Huang

Chinese named entities occur frequently in formal and informal environments. Various approaches have been formalized the problem as a sequence labelling task and utilize a character-based methodology, in which character is treated as the basic classification unit. One of the main drawbacks of these methods is that some of the generated abbreviations may not follow the conventional wisdom of Chinese. To address this problem, we propose a novel neural network architecture to perform task. It combines recurrent neural network (RNN) with an architecture determining whether a given sequence of characters can be a word or not. For demonstrating the effectiveness of the proposed method, we evaluate it on Chinese named entity generation and opinion target extraction tasks. Experimental results show that the proposed method can achieve better performance than state-ofthe-art methods.


empirical methods in natural language processing | 2015

Transition-based Dependency Parsing Using Two Heterogeneous Gated Recursive Neural Networks

Xinchi Chen; Yaqian Zhou; Chenxi Zhu; Xipeng Qiu; Xuanjing Huang

Recently, neural network based dependency parsing has attracted much interest, which can effectively alleviate the problems of data sparsity and feature engineering by using the dense features. However, it is still a challenge problem to sufficiently model the complicated syntactic and semantic compositions of the dense features in neural network based methods. In this paper, we propose two heterogeneous gated recursive neural networks: tree structured gated recursive neural network (Tree-GRNN) and directed acyclic graph structured gated recursive neural network (DAG-GRNN). Then we integrate them to automatically learn the compositions of the dense features for transition-based dependency parsing. Specifically, Tree-GRNN models the feature combinations for the trees in stack, which already have partial dependency structures. DAG-GRNN models the feature combinations of the nodes whose dependency relations have not been built yet. Experiment results on two prevalent benchmark datasets (PTB3 and CTB5) show the effectiveness of our proposed model.

Collaboration


Dive into the Yaqian Zhou's collaboration.

Top Co-Authors

Avatar
Top Co-Authors

Avatar
Top Co-Authors

Avatar
Top Co-Authors

Avatar
Top Co-Authors

Avatar
Top Co-Authors

Avatar
Top Co-Authors

Avatar
Top Co-Authors

Avatar
Top Co-Authors

Avatar
Top Co-Authors

Avatar
Researchain Logo
Decentralizing Knowledge