ACL-OCL / Base_JSON /prefixP /json /P15 /P15-1025.json
Benjamin Aw
Add updated pkl file v3
6fa4bc9
{
"paper_id": "P15-1025",
"header": {
"generated_with": "S2ORC 1.0.0",
"date_generated": "2023-01-19T09:10:28.954062Z"
},
"title": "Learning Continuous Word Embedding with Metadata for Question Retrieval in Community Question Answering",
"authors": [
{
"first": "Guangyou",
"middle": [],
"last": "Zhou",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "Central China Normal University",
"location": {
"postCode": "430079",
"settlement": "Wuhan",
"country": "China"
}
},
"email": "gyzhou@mail.ccnu.edu"
},
{
"first": "Tingting",
"middle": [],
"last": "He",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "Central China Normal University",
"location": {
"postCode": "430079",
"settlement": "Wuhan",
"country": "China"
}
},
"email": "tthe@mail.ccnu.edu"
},
{
"first": "Jun",
"middle": [],
"last": "Zhao",
"suffix": "",
"affiliation": {
"laboratory": "National Laboratory of Pattern Recognition",
"institution": "CASIA",
"location": {
"postCode": "100190",
"settlement": "Beijing",
"country": "China"
}
},
"email": "jzhao@nlpr.ia.ac.cn"
},
{
"first": "Po",
"middle": [],
"last": "Hu",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "Central China Normal University",
"location": {
"postCode": "430079",
"settlement": "Wuhan",
"country": "China"
}
},
"email": ""
}
],
"year": "",
"venue": null,
"identifiers": {},
"abstract": "Community question answering (cQA) has become an important issue due to the popularity of cQA archives on the web. This paper is concerned with the problem of question retrieval. Question retrieval in cQA archives aims to find the existing questions that are semantically equivalent or relevant to the queried questions. However, the lexical gap problem brings about new challenge for question retrieval in cQA. In this paper, we propose to learn continuous word embeddings with metadata of category information within cQA pages for question retrieval. To deal with the variable size of word embedding vectors, we employ the framework of fisher kernel to aggregated them into the fixedlength vectors. Experimental results on large-scale real world cQA data set show that our approach can significantly outperform state-of-the-art translation models and topic-based models for question retrieval in cQA.",
"pdf_parse": {
"paper_id": "P15-1025",
"_pdf_hash": "",
"abstract": [
{
"text": "Community question answering (cQA) has become an important issue due to the popularity of cQA archives on the web. This paper is concerned with the problem of question retrieval. Question retrieval in cQA archives aims to find the existing questions that are semantically equivalent or relevant to the queried questions. However, the lexical gap problem brings about new challenge for question retrieval in cQA. In this paper, we propose to learn continuous word embeddings with metadata of category information within cQA pages for question retrieval. To deal with the variable size of word embedding vectors, we employ the framework of fisher kernel to aggregated them into the fixedlength vectors. Experimental results on large-scale real world cQA data set show that our approach can significantly outperform state-of-the-art translation models and topic-based models for question retrieval in cQA.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Abstract",
"sec_num": null
}
],
"body_text": [
{
"text": "Over the past few years, a large amount of usergenerated content have become an important information resource on the web. These include the traditional Frequently Asked Questions (FAQ) archives and the emerging community question answering (cQA) services, such as Yahoo! Answers 1 , Live QnA 2 , and Baidu Zhidao 3 . The content in these web sites is usually organized as questions and lists of answers associated with metadata like user chosen categories to questions and askers' awards to the best answers. This data made cQA archives valuable resources for various tasks like question-answering (Jeon et al., 2005; Xue et al., 2008) and knowledge mining (Adamic et al., 2008) , etc.",
"cite_spans": [
{
"start": 599,
"end": 618,
"text": "(Jeon et al., 2005;",
"ref_id": "BIBREF9"
},
{
"start": 619,
"end": 636,
"text": "Xue et al., 2008)",
"ref_id": "BIBREF23"
},
{
"start": 658,
"end": 679,
"text": "(Adamic et al., 2008)",
"ref_id": "BIBREF0"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "One fundamental task for reusing content in cQA is finding similar questions for queried questions, as questions are the keys to accessing the knowledge in cQA. Then the best answers of these similar questions will be used to answer the queried questions. Many studies have been done along this line (Jeon et al., 2005; Xue et al., 2008; Duan et al., 2008; Lee et al., 2008; Bernhard and Gurevych, 2009; Cao et al., 2010; Singh, 2012; Zhang et al., 2014a) . One big challenge for question retrieval in cQA is the lexical gap between the queried questions and the existing questions in the archives. Lexical gap means that the queried questions may contain words that are different from, but related to, the words in the existing questions. For example shown in (Zhang et al., 2014a) , we find that for a queried question \"how do I get knots out of my cats fur?\", there are good answers under an existing question \"how can I remove a tangle in my cat's fur?\" in Yahoo! Answers. Although the two questions share few words in common, they have very similar meanings, it is hard for traditional retrieval models (e.g., BM25 (Robertson et al., 1994) ) to determine their similarity. This lexical gap has become a major barricade preventing traditional IR models (e.g., BM25) from retrieving similar questions in cQA.",
"cite_spans": [
{
"start": 300,
"end": 319,
"text": "(Jeon et al., 2005;",
"ref_id": "BIBREF9"
},
{
"start": 320,
"end": 337,
"text": "Xue et al., 2008;",
"ref_id": "BIBREF23"
},
{
"start": 338,
"end": 356,
"text": "Duan et al., 2008;",
"ref_id": "BIBREF7"
},
{
"start": 357,
"end": 374,
"text": "Lee et al., 2008;",
"ref_id": "BIBREF11"
},
{
"start": 375,
"end": 403,
"text": "Bernhard and Gurevych, 2009;",
"ref_id": "BIBREF2"
},
{
"start": 404,
"end": 421,
"text": "Cao et al., 2010;",
"ref_id": "BIBREF4"
},
{
"start": 422,
"end": 434,
"text": "Singh, 2012;",
"ref_id": "BIBREF17"
},
{
"start": 435,
"end": 455,
"text": "Zhang et al., 2014a)",
"ref_id": "BIBREF26"
},
{
"start": 761,
"end": 782,
"text": "(Zhang et al., 2014a)",
"ref_id": "BIBREF26"
},
{
"start": 1120,
"end": 1144,
"text": "(Robertson et al., 1994)",
"ref_id": "BIBREF15"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "To address the lexical gap problem in cQA, previous work in the literature can be divided into two groups. The first group is the translation models, which leverage the question-answer pairs to learn the semantically related words to improve traditional IR models (Jeon et al., 2005; Xue et al., 2008; . The basic assumption is that question-answer pairs are \"parallel texts\" and relationship of words (or phrases) can be established through word-to-word (or phrase-to-phrase) translation probabilities (Jeon et al., 2005; Xue et al., 2008; . Experimental results show that translation models obtain stateof-the-art performance for question retrieval in cQA. However, questions and answers are far from \"parallel\" in practice, questions and answers are highly asymmetric on the information they contain (Zhang et al., 2014a) . The second group is the topic-based models Ji et al., 2012) , which learn the latent topics aligned across the question-answer pairs to alleviate the lexical gap problem, with the assumption that a question and its paired answers share the same topic distribution. However, questions and answers are heterogeneous in many aspects, they do not share the same topic distribution in practice.",
"cite_spans": [
{
"start": 264,
"end": 283,
"text": "(Jeon et al., 2005;",
"ref_id": "BIBREF9"
},
{
"start": 284,
"end": 301,
"text": "Xue et al., 2008;",
"ref_id": "BIBREF23"
},
{
"start": 503,
"end": 522,
"text": "(Jeon et al., 2005;",
"ref_id": "BIBREF9"
},
{
"start": 523,
"end": 540,
"text": "Xue et al., 2008;",
"ref_id": "BIBREF23"
},
{
"start": 803,
"end": 824,
"text": "(Zhang et al., 2014a)",
"ref_id": "BIBREF26"
},
{
"start": 870,
"end": 886,
"text": "Ji et al., 2012)",
"ref_id": "BIBREF10"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "Inspired by the recent success of continuous space word representations in capturing the semantic similarities in various natural language processing tasks, we propose to incorporate an embedding of words in a continuous space for question representations. Due to the ability of word embeddings, we firstly transform words in a question into continuous vector representations by looking up tables. These word embeddings are learned in advance using a continuous skip-gram model (Mikolov et al., 2013) , or other continuous word representation learning methods. Once the words are embedded in a continuous space, one can view a question as a Bag-of-Embedded-Words (BoEW). Then, the variable-cardinality BoEW will be aggregated into a fixed-length vector by using the Fisher kernel (FK) framework of (Clinchant and Perronnin, 2013; Sanchez et al., 2013) . Through the two steps, the proposed approach can map a question into a length invariable compact vector, which can be efficiently and effectively for large-scale question retrieval task in cQA.",
"cite_spans": [
{
"start": 478,
"end": 500,
"text": "(Mikolov et al., 2013)",
"ref_id": "BIBREF13"
},
{
"start": 798,
"end": 829,
"text": "(Clinchant and Perronnin, 2013;",
"ref_id": "BIBREF6"
},
{
"start": 830,
"end": 851,
"text": "Sanchez et al., 2013)",
"ref_id": "BIBREF16"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "We test the proposed approach on large-scale Yahoo! Answers data and Baidu Zhidao data. Yahoo! Answers and Baidu Zhidao represent the largest and most popular cQA archives in English and Chinese, respectively. We conduct both quantitative and qualitative evaluations. Experimental results show that our approach can significantly outperform state-of-the-art translation models and topic-based models for question retrieval in cQA.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "Our contribution in this paper are three-fold: (1) we represent a question as a bag-of-embeddedwords (BoEW) in a continuous space; (2) we introduce a novel method to aggregate the variable-cardinality BoEW into a fixed-length vector by using the FK. The FK is just one possible way to subsequently transform this bag representation into a fixed-length vector which is more amenable to large-scale processing; (3) an empirical verification of the efficacy of the proposed framework on large-scale English and Chinese cQA data.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "The rest of this paper is organized as follows. Section 2 summarizes the related work. Section 3 describes our proposed framework for question retrieval. Section 4 reports the experimental results. Finally, we conclude the paper in Section 5.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "Significant research efforts have been conducted over the years in attempt to improve question retrieval in cQA (Jeon et al., 2005; Xue et al., 2008; Lee et al., 2008; Duan et al., 2008; Bernhard and Gurevych, 2009; Cao et al., 2010; Singh, 2012; Zhang et al., 2014a) . Most of these works focus on finding similar questions for the user queried questions. The major challenge for question retrieval in cQA is the lexical gap problem. Jeon et al. 2005proposed a wordbased translation model for automatically fixing the lexical gap problem. Xue et al. (2008) proposed a word-based translation language model for question retrieval. Lee et al. (2008) tried to further improve the translation probabilities based on question-answer pairs by selecting the most important terms to build compact translation models. Bernhard and Gurevych (2009) proposed to use as a parallel training data set the definitions and glosses provided for the same term by different lexical semantic resources. In order to improve the word-based translation model with some contextual information, Riezler et al. (2007) and proposed a phrase-based translation model for question and answer retrieval. The phrase-based translation model can capture some contextual information in modeling the translation of phrases as a whole, thus the more accurate translations can better improve the retrieval performance. Singh (2012) addressed the lexical gap issues by extending the lexical word-based translation model to incorporate semantic information (entities).",
"cite_spans": [
{
"start": 112,
"end": 131,
"text": "(Jeon et al., 2005;",
"ref_id": "BIBREF9"
},
{
"start": 132,
"end": 149,
"text": "Xue et al., 2008;",
"ref_id": "BIBREF23"
},
{
"start": 150,
"end": 167,
"text": "Lee et al., 2008;",
"ref_id": "BIBREF11"
},
{
"start": 168,
"end": 186,
"text": "Duan et al., 2008;",
"ref_id": "BIBREF7"
},
{
"start": 187,
"end": 215,
"text": "Bernhard and Gurevych, 2009;",
"ref_id": "BIBREF2"
},
{
"start": 216,
"end": 233,
"text": "Cao et al., 2010;",
"ref_id": "BIBREF4"
},
{
"start": 234,
"end": 246,
"text": "Singh, 2012;",
"ref_id": "BIBREF17"
},
{
"start": 247,
"end": 267,
"text": "Zhang et al., 2014a)",
"ref_id": "BIBREF26"
},
{
"start": 540,
"end": 557,
"text": "Xue et al. (2008)",
"ref_id": "BIBREF23"
},
{
"start": 631,
"end": 648,
"text": "Lee et al. (2008)",
"ref_id": "BIBREF11"
},
{
"start": 810,
"end": 838,
"text": "Bernhard and Gurevych (2009)",
"ref_id": "BIBREF2"
},
{
"start": 1070,
"end": 1091,
"text": "Riezler et al. (2007)",
"ref_id": "BIBREF14"
},
{
"start": 1381,
"end": 1393,
"text": "Singh (2012)",
"ref_id": "BIBREF17"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Related Work 2.1 Question Retrieval in cQA",
"sec_num": "2"
},
{
"text": "In contrast to the works described above that assume question-answer pairs are \"parallel text\", our paper deals with the lexical gap by learning con-tinuous word embeddings in capturing the similarities without any assumptions, which is much more reasonable in practice.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Related Work 2.1 Question Retrieval in cQA",
"sec_num": "2"
},
{
"text": "Besides, some other studies model the semantic relationship between questions and answers with deep linguistic analysis (Duan et al., 2008; Wang et al., 2009; Wang et al., 2010; Ji et al., 2012; Zhang et al., 2014a) or a learning to rank strategy (Surdeanu et al., 2008; Carmel et al., 2014) . Recently, Cao et al. (2010) and Zhou et al. (2013) exploited the category metadata within cQA pages to further improve the performance. On the contrary, we focus on the representation learning for questions, with a different solution with those previous works.",
"cite_spans": [
{
"start": 120,
"end": 139,
"text": "(Duan et al., 2008;",
"ref_id": "BIBREF7"
},
{
"start": 140,
"end": 158,
"text": "Wang et al., 2009;",
"ref_id": "BIBREF20"
},
{
"start": 159,
"end": 177,
"text": "Wang et al., 2010;",
"ref_id": "BIBREF21"
},
{
"start": 178,
"end": 194,
"text": "Ji et al., 2012;",
"ref_id": "BIBREF10"
},
{
"start": 195,
"end": 215,
"text": "Zhang et al., 2014a)",
"ref_id": "BIBREF26"
},
{
"start": 247,
"end": 270,
"text": "(Surdeanu et al., 2008;",
"ref_id": "BIBREF18"
},
{
"start": 271,
"end": 291,
"text": "Carmel et al., 2014)",
"ref_id": "BIBREF5"
},
{
"start": 304,
"end": 321,
"text": "Cao et al. (2010)",
"ref_id": "BIBREF4"
},
{
"start": 326,
"end": 344,
"text": "Zhou et al. (2013)",
"ref_id": "BIBREF29"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Related Work 2.1 Question Retrieval in cQA",
"sec_num": "2"
},
{
"text": "Representation of words as continuous vectors has attracted increasing attention in the area of natural language processing (NLP). Recently, a series of works applied deep learning techniques to learn high-quality word representations. Bengio et al. (2003) proposed a probabilistic neural network language model (NNLM) for word representations. Furthermore, Mikolov et al. 2013proposed efficient neural network models for learning word representations, including the continuous skip-gram model and the continuous bag-ofword model (CBOW), both of which are unsupervised models learned from large-scale text corpora. Besides, there are also a large number of works addressing the task of learning word representations (Huang et al., 2012; Maas et al., 2011; Turian et al., 2010) .",
"cite_spans": [
{
"start": 236,
"end": 256,
"text": "Bengio et al. (2003)",
"ref_id": "BIBREF1"
},
{
"start": 716,
"end": 736,
"text": "(Huang et al., 2012;",
"ref_id": "BIBREF8"
},
{
"start": 737,
"end": 755,
"text": "Maas et al., 2011;",
"ref_id": "BIBREF12"
},
{
"start": 756,
"end": 776,
"text": "Turian et al., 2010)",
"ref_id": "BIBREF19"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Word Embedding Learning",
"sec_num": "2.2"
},
{
"text": "Nevertheless, since most the existing works learned word representations mainly based on the word co-occurrence information, the obtained word embeddings cannot capture the relationship between two syntactically or semantically similar words if either of them yields very little context information. On the other hand, even though amount of context could be noisy or biased such that they cannot reflect the inherent relationship between words and further mislead the training process. Most recently, Yu et al. (2014) used semantic prior knowledge to improve word representations. Xu et al. (2014) used the knowledge graph to advance the learning of word embeddings. In contrast to all the aforementioned works, in this paper, we present a general method to leverage the metadata of category information within cQA pages to fur-ther improve the word embedding representations. To our knowledge, it is the first work to learn word embeddings with metadata on cQA data set.",
"cite_spans": [
{
"start": 501,
"end": 517,
"text": "Yu et al. (2014)",
"ref_id": "BIBREF24"
},
{
"start": 581,
"end": 597,
"text": "Xu et al. (2014)",
"ref_id": "BIBREF22"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Word Embedding Learning",
"sec_num": "2.2"
},
{
"text": "In this Section, we describe the proposed approach: learning continuous word embedding with metadata for question retrieval in cQA. The proposed framework consists of two steps: (1) word embedding learning step: given a cQA data collection, questions are treated as the basic units. For each word in a question, we firstly transform it to a continuous word vector through the looking up tables. Once the word embeddings are learned, each question is represented by a variable-cardinality word embedding vector (also called BoEW); (2) fisher vector generation step: which uses a generative model in the FK framework to generate fisher vectors (FVs) by aggregating the BoEWs for all the questions. Question retrieval can be performed through calculating the similarity between the FVs of a queried question and an existing question in the archive.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Our Approach",
"sec_num": "3"
},
{
"text": "From the framework, we can see that although the word embedding learning computations and generative model estimation are time consuming, they can run only once in advance. Meanwhile, the computational requirements of FV generation and similarity calculation are limited. Hence, the proposed framework can efficiently achieve the largescale question retrieval task.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Our Approach",
"sec_num": "3"
},
{
"text": "In this paper, we consider a context-aware predicting model, more specifically, the Skip-gram model (Mikolov et al., 2013) for learning word embeddings, since it is much more efficient as well as memory-saving than other approaches. 4 Skipgram is recently proposed for learning word representations using a neural network model, whose underlying idea is that similar words should have similar contexts. In the Skip-gram model (see Figure 1) , a sliding window is employed on the input text stream to generate the training data, and l indicates the context window size to be 2l + 1. In each slide window, the model aims to use the central word w k as input to predict the context words. Let M d\u00d7N denote the learned embedding matrix, where N is the vocabulary size and d is the dimension of word embeddings. Each column of M represents the embedding of a word. Let w k is first mapped to its embedding e w k by selecting the corresponding column vector of M . The probability of its context word w k+j is then computed using a log-linear softmax function:",
"cite_spans": [
{
"start": 100,
"end": 122,
"text": "(Mikolov et al., 2013)",
"ref_id": "BIBREF13"
}
],
"ref_spans": [
{
"start": 431,
"end": 440,
"text": "Figure 1)",
"ref_id": "FIGREF0"
}
],
"eq_spans": [],
"section": "Word Embedding Learning",
"sec_num": "3.1"
},
{
"text": "EQUATION",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [
{
"start": 0,
"end": 8,
"text": "EQUATION",
"ref_id": "EQREF",
"raw_str": "p(w k+j |w k ; \u03b8) = exp(e T w k+j e w k ) N w=1 exp(e T w e w k )",
"eq_num": "(1)"
}
],
"section": "Word Embedding Learning",
"sec_num": "3.1"
},
{
"text": "where \u03b8 are the parameters we should learned, k = 1",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Word Embedding Learning",
"sec_num": "3.1"
},
{
"text": "\u2022 \u2022 \u2022 d, and j \u2208 [\u2212l, l].",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Word Embedding Learning",
"sec_num": "3.1"
},
{
"text": "Then, the log-likelihood over the entire training data can be computed as:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Word Embedding Learning",
"sec_num": "3.1"
},
{
"text": "EQUATION",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [
{
"start": 0,
"end": 8,
"text": "EQUATION",
"ref_id": "EQREF",
"raw_str": "J(\u03b8) = (w k ,w k+j ) logp(w k+j |w k ; \u03b8)",
"eq_num": "(2)"
}
],
"section": "Word Embedding Learning",
"sec_num": "3.1"
},
{
"text": "To calculate the prediction errors for back propagation, we need to compute the derivative of p(w k+j |w k ; \u03b8), whose computation cost is proportional to the vocabulary size N . As N is often very large, it is difficult to directly compute the derivative. To deal this problem, Mikolov et al. (2013) proposed a simple negative sampling method, which generates r noise samples for each input word to estimate the target word, in which r is a very small number compared with N . Therefore, the training time yields linear scale to the number of noise samples and it becomes independent of the vocabulary size. Suppose the frequency of word w is u(w), then the probability of sampling w is usually set to p(w) \u221d u(w) 3/4 (Mikolov et al., 2013) .",
"cite_spans": [
{
"start": 279,
"end": 300,
"text": "Mikolov et al. (2013)",
"ref_id": "BIBREF13"
},
{
"start": 719,
"end": 741,
"text": "(Mikolov et al., 2013)",
"ref_id": "BIBREF13"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Word Embedding Learning",
"sec_num": "3.1"
},
{
"text": "After briefing the skip-gram model, we introduce how we equip it with the metadata information. In cQA sites, there are several metadata, such as \"category\",\"voting\" and so on. In this paper, we only consider the metadata of category information for word embedding learning. All questions in cQA are usually organized into a hierarchy of categories. When an user asks a question, the user typically required to choose a category label for the question from a predefined hierarchy of categories (Cao et al., 2010; Zhou et al., 2013) . Previous work in the literature has demonstrated the effectiveness of the category information for question retrieval (Cao et al., 2010; Zhou et al., 2013) . On the contrary, we argue that the category information benefits the word embedding learning in this work. The basic idea is that category information encodes the attributes or properties of words, from which we can group similar words according to their categories. Here, a word's category is assigned based on the questions it appeared in. For example, a question \"What are the security issues with java?\" is under the category of \"Computers & Internet \u2192 Security\", we simply put the category of a word java as \"Computers & Internet \u2192 Security\". Then, we may require the representations of words that belong to the same category to be close to each other.",
"cite_spans": [
{
"start": 494,
"end": 512,
"text": "(Cao et al., 2010;",
"ref_id": "BIBREF4"
},
{
"start": 513,
"end": 531,
"text": "Zhou et al., 2013)",
"ref_id": "BIBREF29"
},
{
"start": 652,
"end": 670,
"text": "(Cao et al., 2010;",
"ref_id": "BIBREF4"
},
{
"start": 671,
"end": 689,
"text": "Zhou et al., 2013)",
"ref_id": "BIBREF29"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Metadata Powered Model",
"sec_num": "3.2"
},
{
"text": "Let s(w k , w i ) be the similarity score between w k and w i . Under the above assumption, we use the following heuristic to constrain the similar scores:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Metadata Powered Model",
"sec_num": "3.2"
},
{
"text": "s(w k , w i ) = 1 if c(w k ) = c(w i ) 0 otherwise (3)",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Metadata Powered Model",
"sec_num": "3.2"
},
{
"text": "where c(w k ) denotes the category of w k . If the central word w k shares the same category with the word w i , their similarity score will become 1, otherwise, we set to 0. Then we encode the category information using a regularization function E c :",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Metadata Powered Model",
"sec_num": "3.2"
},
{
"text": "EQUATION",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [
{
"start": 0,
"end": 8,
"text": "EQUATION",
"ref_id": "EQREF",
"raw_str": "E c = N k=1 N i=1 s(w k , w i )d(w k , w i )",
"eq_num": "(4)"
}
],
"section": "Metadata Powered Model",
"sec_num": "3.2"
},
{
"text": "where d(w k , w i ) is the distance for the words in the embedding space and s(w k , w i ) serves as a weighting function. Again, for simplicity, we define d(w k , w i ) as the Euclidean distance between w k and w i . We combine the skip-gram objective function and the regularization function derived from the metadata of category information, we get the following combined objective J c that incorporates category information into the word representation learning process:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Metadata Powered Model",
"sec_num": "3.2"
},
{
"text": "EQUATION",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [
{
"start": 0,
"end": 8,
"text": "EQUATION",
"ref_id": "EQREF",
"raw_str": "J c = J(\u03b8) + \u03b2E c",
"eq_num": "(5)"
}
],
"section": "Metadata Powered Model",
"sec_num": "3.2"
},
{
"text": "where \u03b2 is the combination coefficient. Our goal is to maximize the combined objective J c , which Figure 2 : The continuous skip-gram model with metadata of category information, called M-NET. can be optimized using back propagation neural networks. We call this model as metadata powered model (see Figure 2) , and denote it by M-NET for easy of reference.",
"cite_spans": [],
"ref_spans": [
{
"start": 99,
"end": 107,
"text": "Figure 2",
"ref_id": null
},
{
"start": 301,
"end": 310,
"text": "Figure 2)",
"ref_id": null
}
],
"eq_spans": [],
"section": "Metadata Powered Model",
"sec_num": "3.2"
},
{
"text": "\u2026 \u2026 \u2026 \u2026 \u2026",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Metadata Powered Model",
"sec_num": "3.2"
},
{
"text": "In the implementation, we optimize the regularization function derived from the metadata of category information along with the training process of the skip-gram model. During the procedure of learning word representations from the context words in the sliding window, if the central word w k hits the category information, the corresponding optimization process of the metadata powered regularization function will be activated. Therefore, we maximize the weighted Euclidean distance between the representation of the central word and that of its similar words according to the objective function in Equation (5).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Metadata Powered Model",
"sec_num": "3.2"
},
{
"text": "Once the word embeddings are learned, questions can be represented by variable length sets of word embedding vectors, which can be viewed as BoEWs. Semantic level similarities between queried questions and the existing questions represented by BoEWs can be captured more accurately than previous bag-of-words (BoW) methods. However, since BoEWs are variable-size sets of word embeddings and most of the index methods in information retrieval field are not suitable for this kinds of issues, BoEWs cannot be directly used for large-scale question retrieval task.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Fisher Vector Generation",
"sec_num": "3.3"
},
{
"text": "Given a cQA data collection Q = {q i , 1 \u2264 i \u2264 |Q|}, where q i is the ith question and |Q| is the number of questions in the data collection. The ith question q i is composed by a sequence of words",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Fisher Vector Generation",
"sec_num": "3.3"
},
{
"text": "w i = {w ij , 1 \u2264 j \u2264 N i },",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Fisher Vector Generation",
"sec_num": "3.3"
},
{
"text": "where N i denotes the length of q i . Through looking up table (word embedding matrix) of M , the ith question q i can be represented by E w i = {e w ij , 1 \u2264 j \u2264 N i }, where e w ij is the word embedding of w ij . According to the framework of FK (Clinchant and Perronnin, 2013; Sanchez et al., 2013; Zhang et al., 2014b) , questions are modeled by a probability density function. In this work, we use Gaussian mixture model (GMM) to do it. We assume that the continuous word embedding E w i for question q i have been generated by a \"universal\" (e.g., questionindependent) probability density function (pdf). As is a common practice, we choose this pdf to be a GMM since any continuous distribution can be approximated with arbitrary precision by a mixture of Gaussian. In what follows, the pdf is denoted u \u03bb where",
"cite_spans": [
{
"start": 248,
"end": 279,
"text": "(Clinchant and Perronnin, 2013;",
"ref_id": "BIBREF6"
},
{
"start": 280,
"end": 301,
"text": "Sanchez et al., 2013;",
"ref_id": "BIBREF16"
},
{
"start": 302,
"end": 322,
"text": "Zhang et al., 2014b)",
"ref_id": "BIBREF27"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Fisher Vector Generation",
"sec_num": "3.3"
},
{
"text": "\u03bb = {\u03b8 i , \u00b5 i , \u03a3 i , i = 1 \u2022 \u2022 \u2022 K}",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Fisher Vector Generation",
"sec_num": "3.3"
},
{
"text": "is the set of parameters of the GMM. \u03b8 i , \u00b5 i and \u03a3 i denote respectively the mixture weight, mean vector and covariance matrix of Gaussian i. For computational reasons, we assume that the covariance matrices are diagonal and denote \u03c3 2 i the variance vector of Gaussian i, e.g., \u03c3 2 i = diag( i ). In real applications, the GMM is estimated offline with a set of continuous word embeddings extracted from a representative set of questions. The parameters \u03bb are estimated through the optimization of a Maximum Likelihood (ML) criterion using the Expectation-Maximization (EM) algorithm. In the following, we follow the notations used in (Sanchez et al., 2013) .",
"cite_spans": [
{
"start": 638,
"end": 660,
"text": "(Sanchez et al., 2013)",
"ref_id": "BIBREF16"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Fisher Vector Generation",
"sec_num": "3.3"
},
{
"text": "Given u \u03bb , one can characterize the question q i using the following score function:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Fisher Vector Generation",
"sec_num": "3.3"
},
{
"text": "EQUATION",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [
{
"start": 0,
"end": 8,
"text": "EQUATION",
"ref_id": "EQREF",
"raw_str": "G q i \u03bb = N i \u03bb logu \u03bb (q i )",
"eq_num": "(6)"
}
],
"section": "Fisher Vector Generation",
"sec_num": "3.3"
},
{
"text": "where G q i \u03bb is a vector whose size depends only on the number of parameters in \u03bb. Assuming that the word embedding e w ij is iid (a simplifying assumption), we get:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Fisher Vector Generation",
"sec_num": "3.3"
},
{
"text": "EQUATION",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [
{
"start": 0,
"end": 8,
"text": "EQUATION",
"ref_id": "EQREF",
"raw_str": "G q i \u03bb = N i j=1 \u03bb logu \u03bb (e w ij )",
"eq_num": "(7)"
}
],
"section": "Fisher Vector Generation",
"sec_num": "3.3"
},
{
"text": "Following the literature (Sanchez et al., 2013) , we propose to measure the similarity between two questions q i and q j using the FK:",
"cite_spans": [
{
"start": 25,
"end": 47,
"text": "(Sanchez et al., 2013)",
"ref_id": "BIBREF16"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Fisher Vector Generation",
"sec_num": "3.3"
},
{
"text": "EQUATION",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [
{
"start": 0,
"end": 8,
"text": "EQUATION",
"ref_id": "EQREF",
"raw_str": "K(q i , q j ) = G q T i \u03bb F \u22121 \u03bb G q j \u03bb",
"eq_num": "(8)"
}
],
"section": "Fisher Vector Generation",
"sec_num": "3.3"
},
{
"text": "where F \u03bb is the Fisher Information Matrix (FIM) of u \u03bb :",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Fisher Vector Generation",
"sec_num": "3.3"
},
{
"text": "EQUATION",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [
{
"start": 0,
"end": 8,
"text": "EQUATION",
"ref_id": "EQREF",
"raw_str": "F \u03bb = E q i \u223cu \u03bb G q i \u03bb G q T i \u03bb",
"eq_num": "(9)"
}
],
"section": "Fisher Vector Generation",
"sec_num": "3.3"
},
{
"text": "Since F \u03bb is symmetric and positive definite, F \u22121 \u03bb can be transformed to L T \u03bb L \u03bb based on the Cholesky decomposition. Hence, K F K (q i , q j ) can rewritten as follows:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Fisher Vector Generation",
"sec_num": "3.3"
},
{
"text": "EQUATION",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [
{
"start": 0,
"end": 8,
"text": "EQUATION",
"ref_id": "EQREF",
"raw_str": "K F K (q i , q j ) = G q T i \u03bb G q j \u03bb (10) where G q i \u03bb = L \u03bb G q i \u03bb = L \u03bb \u03bb logu \u03bb (q i )",
"eq_num": "(11)"
}
],
"section": "Fisher Vector Generation",
"sec_num": "3.3"
},
{
"text": "In (Sanchez et al., 2013) , G q i \u03bb refers to as the Fisher Vector (FV) of q i . The dot product between FVs can be used to calculate the semantic similarities. Based on the specific probability density function, GMM, FV of q i is respect to the mean \u00b5 and standard deviation \u03c3 of all the mixed Gaussian distributions. Let \u03b3 j (k) be the soft assignment of the jth word embedding e w ij in q i to Guassian k (u k ):",
"cite_spans": [
{
"start": 3,
"end": 25,
"text": "(Sanchez et al., 2013)",
"ref_id": "BIBREF16"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Fisher Vector Generation",
"sec_num": "3.3"
},
{
"text": "EQUATION",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [
{
"start": 0,
"end": 8,
"text": "EQUATION",
"ref_id": "EQREF",
"raw_str": "\u03b3 j (k) = p(k|e w ij ) \u03b8 i u k (e w ij ) K j=1 \u03b8 k u k (e w ij )",
"eq_num": "(12)"
}
],
"section": "Fisher Vector Generation",
"sec_num": "3.3"
},
{
"text": "Mathematical derivations lead to:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Fisher Vector Generation",
"sec_num": "3.3"
},
{
"text": "G q i \u00b5,k = 1 N i \u221a \u03b8 i N i j=1 \u03b3 j (k) e w ij \u2212 \u00b5 k \u03c3 k (13) G q i \u03c3,k = 1 N i \u221a 2\u03b8 i N i j=1 \u03b3 j (k) (e w ij \u2212 \u00b5 k ) 2 \u03c3 2 k \u2212 1",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Fisher Vector Generation",
"sec_num": "3.3"
},
{
"text": "The division by the vector \u03c3 k should be understood as a term-by-term operation. The final gradient vector G q i \u03bb is the concatenation of the G q i \u00b5,k and G q i \u03c3,k vectors for k = 1 \u2022 \u2022 \u2022 K. Let d denote the dimensionality of the continuous word embeddings and K be the number of Gaussians. The final fisher vector G q i \u03bb is therefore 2Kd-dimensional.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Fisher Vector Generation",
"sec_num": "3.3"
},
{
"text": "In this section, we present the experiments to evaluate the performance of the proposed method for question retrieval.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Experiments",
"sec_num": "4"
},
{
"text": "We collect the data sets from Yahoo! Answers and Baidu Zhidao. Yahoo! Answers and Baidu Zhidao represent the largest and the most popular cQA archives in English and Chinese, respectively. More specifically, we utilized the resolved questions at Yahoo! Answers and Baidu Zhidao. The questions include 10 million items from Yahoo! Answers and 8 million items from Baidu Zhidao (also called retrieval data). Each resolved question consists of three fields: \"title\", \"description\" and \"answers\", as well as some metadata, such as \"category\". For question retrieval, we use only the \"title\" field and \"category\" metadata. It #queries #candidate #relevant Yahoo data 1,000 13,000 2,671 Baidu data 1,000 8,000 2,104 is assumed that the titles of questions already provide enough semantic information for understanding users' information needs (Duan et al., 2008) . We develop two test sets, one for \"Yahoo data\", and the other for \"Baidu data\". In order to create the test sets, we collect some extra questions that have been posted more recently than the retrieval data, and randomly sample 1, 000 questions for Yahoo! Answers and Baidu Zhidao, respectively. We take those questions as queries. All questions are lowercased and stemmed. Stopwords 5 are also removed.",
"cite_spans": [
{
"start": 837,
"end": 856,
"text": "(Duan et al., 2008)",
"ref_id": "BIBREF7"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Data Set and Evaluation Metrics",
"sec_num": "4.1"
},
{
"text": "We separately index all data from Yahoo! Answers and Baidu Zhidao using an open source Lucene with the BM25 scoring function 6 . For each query from Yahoo! Answers and Baidu Zhidao, we retrieve the several candidate questions from the corresponding indexed data by using the BM25 ranking algorithm in Lucene. On average, each query from Yahoo! Answers has 13 candidate questions and the average number of candidate questions for Baidu Zhidao is 8.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Data Set and Evaluation Metrics",
"sec_num": "4.1"
},
{
"text": "We recruit students to label the relevance of the candidate questions regarding to the queries. Specifically, for each type of language, we let three native students. Given a candidate question, a student is asked to label it with \"relevant\" or \"irrelevant\". If a candidate question is considered semantically similar to the query, the student will label it as \"relevant\"; otherwise, the student will label it as \"irrelevant\". As a result, each candidate question gets three labels and the majority of the label is taken as the final decision for a querycandidate pair. We randomly split each of the two labeled data sets into a validation set and a test set with a ration 1 : 3. The validation set is used for tuning parameters of different models, while the test set is used for evaluating how well the models ranked relevant candidates in contrast to irrelevant candidates. Table 1 presents the manually labeled data.",
"cite_spans": [],
"ref_spans": [
{
"start": 877,
"end": 884,
"text": "Table 1",
"ref_id": "TABREF0"
}
],
"eq_spans": [],
"section": "Data Set and Evaluation Metrics",
"sec_num": "4.1"
},
{
"text": "Please note that rather than evaluate both retrieval and ranking capability of different meth-ods like the existing work (Cao et al., 2010) , we compare them in a ranking task. This may lose recall for some methods, but it can enable largescale evaluation.",
"cite_spans": [
{
"start": 121,
"end": 139,
"text": "(Cao et al., 2010)",
"ref_id": "BIBREF4"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Data Set and Evaluation Metrics",
"sec_num": "4.1"
},
{
"text": "In order to evaluate the performance of different models, we employ Mean Average Precision (MAP), Mean Reciprocal Rank (MRR), R-Precision (R-Prec), and Precision at K (P@5) as evaluation measures. These measures are widely used in the literature for question retrieval in cQA (Cao et al., 2010) .",
"cite_spans": [
{
"start": 276,
"end": 294,
"text": "(Cao et al., 2010)",
"ref_id": "BIBREF4"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Data Set and Evaluation Metrics",
"sec_num": "4.1"
},
{
"text": "In our experiments, we train the word embeddings on another large-scale data set from cQA sites. For English, we train the word embeddings on the Yahoo! Webscope dataset 7 . For Chinese, we train the word embeddings on a data set with 1 billion web pages from Baidu Zhidao. These two data sets do not intersect with the above mentioned retrieval data. Little pre-processing is conducted for the training of word embeddings. The resulting text is tokenized using the Stanford tokenizer, 8 , and every word is converted to lowercase. Since the proposed framework has no limits in using which of the word embedding learning methods, we only consider the following two representative methods: Skip-gram (baseline) and M-NET. To train the word embedding using these two methods, we apply the same setting for their common parameters. Specifically, the count of negative samples r is set to 3; the context window size l is set to 5; each model is trained through 1 epoch; the learning rate is initialized as 0.025 and is set to decrease linearly so that it approached zero at the end of training.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Parameter Setting",
"sec_num": "4.2"
},
{
"text": "Besides, the combination weight \u03b2 used in M-NET also plays an important role in producing high quality word embedding. Overemphasizing the weight of the original objective of Skip-gram may result in weakened influence of metadata, while putting too large weight on metadata powered objective may hurt the generality of learned word embedding. Based on our experience, it is a better way to decode the objective combination weight of the Skip-gram model and metadata information based on the scale of their respective derivatives during optimization. Finally, we set \u03b2 = 0.001 empirically. Note that if the parameter is optimized on the validation set, the final performance can be further improved.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Parameter Setting",
"sec_num": "4.2"
},
{
"text": "For parameter K used in FV, we do an experiment on the validation data set to determine the best value among 1, 2, 4, \u2022 \u2022 \u2022 , 64 in terms of MAP. As a result, we set K = 16 in the experiments empirically as this setting yields the best performance.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Parameter Setting",
"sec_num": "4.2"
},
{
"text": "In this subsection, we present the experimental results on the test sets of Yahoo data and Baidu data. We compare the baseline word embedding trained by Skip-gram against this trained by M-NET. The dimension of word embedding is set as 50,100 and 300. Since the motivation of this paper attempts to tackle the lexical gap problem for queried questions and questions in the archive, we also compare them with the two groups of methods which also address the lexical gap in the literature. The first group is the translation models: word-based translation model (Jeon et al., 2005) , word-based translation language model (Xue et al., 2008) , and phrase-based translation model . We implement those three translation models based on the original papers and train those models with (question, best answer) pairs from the Yahoo! Webscope dataset Yahoo answers and the 1 billion web pages of Baidu Zhidao for English and Chinese, respectively. Training the translation models with different pairs (e.g., question-best answer, question-description, question-answer) may achieve inconsistent performance on Yahoo data and Baidu data, but its comparison and analysis are beyond the scope of this paper. The second group is the topic-based methods: unsupervised question-answer topic model (Ji et al., 2012) and supervised question-answer topic model (Zhang et al., 2014a) . We re-implement these two topicbased models and tune the parameter settings on our data set. Besides, we also introduce a baseline language model (LM) (Zhai and Lafferty, 2001) for comparison. Table 2 shows the question retrieval performance by using different evaluation metrics. From this table, we can see that learning continuous word embedding representations (Skip-gram + FV, M-NET + FV) for question retrieval can outperform the translation-based approaches and topic-based approaches on all evaluation metrics. We conduct a statistical test (t-test), the results",
"cite_spans": [
{
"start": 560,
"end": 579,
"text": "(Jeon et al., 2005)",
"ref_id": "BIBREF9"
},
{
"start": 620,
"end": 638,
"text": "(Xue et al., 2008)",
"ref_id": "BIBREF23"
},
{
"start": 1281,
"end": 1298,
"text": "(Ji et al., 2012)",
"ref_id": "BIBREF10"
},
{
"start": 1342,
"end": 1363,
"text": "(Zhang et al., 2014a)",
"ref_id": "BIBREF26"
},
{
"start": 1517,
"end": 1542,
"text": "(Zhai and Lafferty, 2001)",
"ref_id": "BIBREF25"
}
],
"ref_spans": [
{
"start": 1559,
"end": 1566,
"text": "Table 2",
"ref_id": null
}
],
"eq_spans": [],
"section": "Main Results",
"sec_num": "4.3"
},
{
"text": "Yahoo data Baidu data MAP MRR R-Prec P@5 MAP MRR R-Prec P@5 LM ( Table 2 : Evaluation results on Yahoo data and Baidu data, where dim denotes the dimension of the word embeddings. The bold formate indicates the best results for question retrieval. \u2020 indicates that the difference between the results of our proposed approach (Skip-gram + FV, M-NET + FV) and other methods are mildly significant with p < 0.08 under a t-test; \u2021 indicates the comparisons are statistically significant with p < 0.05.",
"cite_spans": [],
"ref_spans": [
{
"start": 65,
"end": 72,
"text": "Table 2",
"ref_id": null
}
],
"eq_spans": [],
"section": "Model dim",
"sec_num": null
},
{
"text": "show that the improvements between the proposed M-NET + FV and the two groups of compared methods (translation-based approaches and topic-based approaches) are statistically significant (p < 0.05), while the improvements between Skip-gram + FV and the translation-based approaches are mildly significant (p < 0.08). Moreover, the metadata of category information powered model (M-NET + FV) outperforms the baseline skip-gram model (Skip-gram + FV) and yields the largest improvements. These results can imply that the metadata powered word embedding is of higher quality than the baseline model with no metadata information regularization. Besides, we also note that setting higher dimension brings more improvements for question retrieval task.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Model dim",
"sec_num": null
},
{
"text": "Translation-based methods significantly outperform LM, which demonstrate that matching questions with the semantically related translation words or phrases from question-answer pairs can effectively address the word lexical gap problem. Besides, we also note that phrase-based translation model is more effective because it captures some contextual information in modeling the translation of phrases as a whole. More precise translation can be determined for phrases than for words. Similar observation has also been found in the previous work ).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Model dim",
"sec_num": null
},
{
"text": "On both data sets, topic-based models achieve comparable performance with the translation-based models and but they perform better than LM. The results demonstrate that learning the latent topics aligned across the question-answer pairs can be an alternative for bridging lexical gap problem for question retrieval.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Model dim",
"sec_num": null
},
{
"text": "This paper proposes to learn continuous vector representations for question retrieval in cQA. We firstly introduce a new metadata powered word embedding method, called M-NET, to leverage the category information within cQA pages to obtain word representations. Once the words are embedded in a continuous space, we treat each question as a BoEW. Then, the variable size BoEWs are aggregated into fixed-length vectors by using FK. Finally, the dot product between FVs are used to calculate the semantic similarities for question retrieval. Experiments on large-scale real world cQA data demonstrate that the efficacy of the proposed approach. For the future work, we will explore how to incorporate more types of metadata information, such as the user ratings, like signals and Poll and Survey signals, into the learning process to obtain more powerful word representations.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusion",
"sec_num": "5"
},
{
"text": "No. 61272332 and 61402191), the Beijing Natural Science Foundation (No. 4144087), the Major Project of National Social Science Found (No. 12&2D223), the Fundamental Research Funds for the Central Universities (No. CCNU15ZD003), and also Sponsored by CCF-Tencent Open Research Fund. We thank the anonymous reviewers for their insightful comments.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusion",
"sec_num": "5"
},
{
"text": "http://answers.yahoo.com/ 2 http://qna.live.com/ 3 http://zhidao.baidu.com/",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "Note that although we use the skip-gram model as an example to illustrate our approach, the similar framework can be developed on the basis of any other word embedding models.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "http://truereader.com/manuals/onix/stopwords1.html6 We use the BM25 implementation provided by Apache Lucene (http://lucene.apache.org/), using the default parameter setting (k1 = 1.2, b = 0.75)",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "The Yahoo! Webscope dataset Yahoo answers comprehensive questions and answers version 1.0.2, available at http://reseach.yahoo.com/Academic Relations.8 http://nlp.stanford.edu/software/tokenizer.shtml",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
}
],
"back_matter": [
{
"text": "This work was supported by the National Natural Science Foundation of China (No. 61303180, ",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Acknowledgments",
"sec_num": null
}
],
"bib_entries": {
"BIBREF0": {
"ref_id": "b0",
"title": "Knowledge sharing and yahoo answers: Everyone knows something",
"authors": [
{
"first": "A",
"middle": [],
"last": "Lada",
"suffix": ""
},
{
"first": "Jun",
"middle": [],
"last": "Adamic",
"suffix": ""
},
{
"first": "Eytan",
"middle": [],
"last": "Zhang",
"suffix": ""
},
{
"first": "Mark",
"middle": [
"S"
],
"last": "Bakshy",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Ackerman",
"suffix": ""
}
],
"year": 2008,
"venue": "Proceedings of WWW",
"volume": "",
"issue": "",
"pages": "665--674",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Lada A. Adamic, Jun Zhang, Eytan Bakshy, and Mark S. Ackerman. 2008. Knowledge sharing and yahoo answers: Everyone knows something. In Pro- ceedings of WWW, pages 665-674.",
"links": null
},
"BIBREF1": {
"ref_id": "b1",
"title": "A neural probabilistic language model",
"authors": [
{
"first": "Yoshua",
"middle": [],
"last": "Bengio",
"suffix": ""
},
{
"first": "R\u00e9jean",
"middle": [],
"last": "Ducharme",
"suffix": ""
},
{
"first": "Pascal",
"middle": [],
"last": "Vincent",
"suffix": ""
},
{
"first": "Christian",
"middle": [],
"last": "Janvin",
"suffix": ""
}
],
"year": 2003,
"venue": "J. Mach. Learn. Res",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Yoshua Bengio, R\u00e9jean Ducharme, Pascal Vincent, and Christian Janvin. 2003. A neural probabilistic lan- guage model. J. Mach. Learn. Res., 3.",
"links": null
},
"BIBREF2": {
"ref_id": "b2",
"title": "Combining lexical semantic resources with question & answer archives for translation-based answer finding",
"authors": [
{
"first": "Delphine",
"middle": [],
"last": "Bernhard",
"suffix": ""
},
{
"first": "Iryna",
"middle": [],
"last": "Gurevych",
"suffix": ""
}
],
"year": 2009,
"venue": "Proceedings of ACL-IJCNLP",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Delphine Bernhard and Iryna Gurevych. 2009. Com- bining lexical semantic resources with question & answer archives for translation-based answer find- ing. In Proceedings of ACL-IJCNLP.",
"links": null
},
"BIBREF3": {
"ref_id": "b3",
"title": "Learning the latent topics for question retrieval in community qa",
"authors": [
{
"first": "Li",
"middle": [],
"last": "Cai",
"suffix": ""
},
{
"first": "Guangyou",
"middle": [],
"last": "Zhou",
"suffix": ""
},
{
"first": "Kang",
"middle": [],
"last": "Liu",
"suffix": ""
}
],
"year": 2011,
"venue": "Proceedings of IJCNLP",
"volume": "",
"issue": "",
"pages": "273--281",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Li Cai, Guangyou Zhou, Kang Liu, and Jun Zhao. 2011. Learning the latent topics for question re- trieval in community qa. In Proceedings of IJCNLP, pages 273-281.",
"links": null
},
"BIBREF4": {
"ref_id": "b4",
"title": "A generalized framework of exploring category information for question retrieval in community question answer archives",
"authors": [
{
"first": "Xin",
"middle": [],
"last": "Cao",
"suffix": ""
},
{
"first": "Gao",
"middle": [],
"last": "Cong",
"suffix": ""
},
{
"first": "Bin",
"middle": [],
"last": "Cui",
"suffix": ""
},
{
"first": "Christian",
"middle": [
"S"
],
"last": "Jensen",
"suffix": ""
}
],
"year": 2010,
"venue": "Proceedings of WWW",
"volume": "",
"issue": "",
"pages": "201--210",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Xin Cao, Gao Cong, Bin Cui, and Christian S. Jensen. 2010. A generalized framework of exploring cate- gory information for question retrieval in commu- nity question answer archives. In Proceedings of WWW, pages 201-210.",
"links": null
},
"BIBREF5": {
"ref_id": "b5",
"title": "Improving term weighting for community question answering search using syntactic analysis",
"authors": [
{
"first": "David",
"middle": [],
"last": "Carmel",
"suffix": ""
},
{
"first": "Avihai",
"middle": [],
"last": "Mejer",
"suffix": ""
},
{
"first": "Yuval",
"middle": [],
"last": "Pinter",
"suffix": ""
},
{
"first": "Idan",
"middle": [],
"last": "Szpektor",
"suffix": ""
}
],
"year": 2014,
"venue": "Proceedings of CIKM",
"volume": "",
"issue": "",
"pages": "351--360",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "David Carmel, Avihai Mejer, Yuval Pinter, and Idan Szpektor. 2014. Improving term weighting for com- munity question answering search using syntactic analysis. In Proceedings of CIKM, pages 351-360.",
"links": null
},
"BIBREF6": {
"ref_id": "b6",
"title": "Aggregating continuous word embeddings for information retrieval",
"authors": [
{
"first": "Stephane",
"middle": [],
"last": "Clinchant",
"suffix": ""
},
{
"first": "Florent",
"middle": [],
"last": "Perronnin",
"suffix": ""
}
],
"year": 2013,
"venue": "Proceedings of the Workshop on Continuous Vector Space Models and their Compositionality",
"volume": "",
"issue": "",
"pages": "100--109",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Stephane Clinchant and Florent Perronnin. 2013. Ag- gregating continuous word embeddings for informa- tion retrieval. In Proceedings of the Workshop on Continuous Vector Space Models and their Compo- sitionality, pages 100-109.",
"links": null
},
"BIBREF7": {
"ref_id": "b7",
"title": "Searching questions by identifying question topic and question focus",
"authors": [
{
"first": "Huizhong",
"middle": [],
"last": "Duan",
"suffix": ""
},
{
"first": "Yunbo",
"middle": [],
"last": "Cao",
"suffix": ""
},
{
"first": "Yong",
"middle": [],
"last": "Chin Yew Lin",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Yu",
"suffix": ""
}
],
"year": 2008,
"venue": "Proceedings of ACL",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Huizhong Duan, Yunbo Cao, Chin yew Lin, and Yong Yu. 2008. Searching questions by identifying ques- tion topic and question focus. In Proceedings of ACL.",
"links": null
},
"BIBREF8": {
"ref_id": "b8",
"title": "Improving word representations via global context and multiple word prototypes",
"authors": [
{
"first": "Eric",
"middle": [
"H"
],
"last": "Huang",
"suffix": ""
},
{
"first": "Richard",
"middle": [],
"last": "Socher",
"suffix": ""
},
{
"first": "Christopher",
"middle": [
"D"
],
"last": "Manning",
"suffix": ""
},
{
"first": "Andrew",
"middle": [
"Y"
],
"last": "Ng",
"suffix": ""
}
],
"year": 2012,
"venue": "Proceedings of ACL",
"volume": "",
"issue": "",
"pages": "873--882",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Eric H. Huang, Richard Socher, Christopher D. Man- ning, and Andrew Y. Ng. 2012. Improving word representations via global context and multiple word prototypes. In Proceedings of ACL, pages 873-882.",
"links": null
},
"BIBREF9": {
"ref_id": "b9",
"title": "Finding similar questions in large question and answer archives",
"authors": [
{
"first": "W",
"middle": [
"Bruce"
],
"last": "Jiwoon Jeon",
"suffix": ""
},
{
"first": "Joon Ho",
"middle": [],
"last": "Croft",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Lee",
"suffix": ""
}
],
"year": 2005,
"venue": "Proceedings of CIKM",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Jiwoon Jeon, W. Bruce Croft, and Joon Ho Lee. 2005. Finding similar questions in large question and an- swer archives. In Proceedings of CIKM.",
"links": null
},
"BIBREF10": {
"ref_id": "b10",
"title": "Question-answer topic model for question retrieval in community question answering",
"authors": [
{
"first": "Zongcheng",
"middle": [],
"last": "Ji",
"suffix": ""
},
{
"first": "Fei",
"middle": [],
"last": "Xu",
"suffix": ""
},
{
"first": "Bin",
"middle": [],
"last": "Wang",
"suffix": ""
},
{
"first": "Ben",
"middle": [],
"last": "He",
"suffix": ""
}
],
"year": 2012,
"venue": "Proceedings of CIKM",
"volume": "",
"issue": "",
"pages": "2471--2474",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Zongcheng Ji, Fei Xu, Bin Wang, and Ben He. 2012. Question-answer topic model for question retrieval in community question answering. In Proceedings of CIKM, pages 2471-2474.",
"links": null
},
"BIBREF11": {
"ref_id": "b11",
"title": "Bridging lexical gaps between queries and questions on large online q&a collections with compact translation models",
"authors": [
{
"first": "Jung-Tae",
"middle": [],
"last": "Lee",
"suffix": ""
},
{
"first": "Sang-Bum",
"middle": [],
"last": "Kim",
"suffix": ""
}
],
"year": 2008,
"venue": "Proceedings of EMNLP",
"volume": "",
"issue": "",
"pages": "410--418",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Jung-Tae Lee, Sang-Bum Kim, Young-In Song, and Hae-Chang Rim. 2008. Bridging lexical gaps be- tween queries and questions on large online q&a col- lections with compact translation models. In Pro- ceedings of EMNLP, pages 410-418.",
"links": null
},
"BIBREF12": {
"ref_id": "b12",
"title": "Learning word vectors for sentiment analysis",
"authors": [
{
"first": "Andrew",
"middle": [
"L"
],
"last": "Maas",
"suffix": ""
},
{
"first": "Raymond",
"middle": [
"E"
],
"last": "Daly",
"suffix": ""
},
{
"first": "Peter",
"middle": [
"T"
],
"last": "Pham",
"suffix": ""
},
{
"first": "Dan",
"middle": [],
"last": "Huang",
"suffix": ""
},
{
"first": "Andrew",
"middle": [
"Y"
],
"last": "Ng",
"suffix": ""
},
{
"first": "Christopher",
"middle": [],
"last": "Potts",
"suffix": ""
}
],
"year": 2011,
"venue": "Proceedings of ACL",
"volume": "",
"issue": "",
"pages": "142--150",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Andrew L. Maas, Raymond E. Daly, Peter T. Pham, Dan Huang, Andrew Y. Ng, and Christopher Potts. 2011. Learning word vectors for sentiment analysis. In Proceedings of ACL, pages 142-150.",
"links": null
},
"BIBREF13": {
"ref_id": "b13",
"title": "Distributed representations of words and phrases and their compositionality",
"authors": [
{
"first": "Tomas",
"middle": [],
"last": "Mikolov",
"suffix": ""
},
{
"first": "Ilya",
"middle": [],
"last": "Sutskever",
"suffix": ""
},
{
"first": "Kai",
"middle": [],
"last": "Chen",
"suffix": ""
},
{
"first": "Greg",
"middle": [
"S"
],
"last": "Corrado",
"suffix": ""
},
{
"first": "Jeff",
"middle": [],
"last": "Dean",
"suffix": ""
}
],
"year": 2013,
"venue": "Proceedings of NIPS",
"volume": "",
"issue": "",
"pages": "3111--3119",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Tomas Mikolov, Ilya Sutskever, Kai Chen, Greg S Cor- rado, and Jeff Dean. 2013. Distributed representa- tions of words and phrases and their compositional- ity. In Proceedings of NIPS, pages 3111-3119.",
"links": null
},
"BIBREF14": {
"ref_id": "b14",
"title": "Statistical machine translation for query expansion in answer retrieval",
"authors": [
{
"first": "Stefan",
"middle": [],
"last": "Riezler",
"suffix": ""
},
{
"first": "Er",
"middle": [],
"last": "Vasserman",
"suffix": ""
},
{
"first": "Ioannis",
"middle": [],
"last": "Tsochantaridis",
"suffix": ""
},
{
"first": "Vibhu",
"middle": [],
"last": "Mittal",
"suffix": ""
},
{
"first": "Yi",
"middle": [],
"last": "Liu",
"suffix": ""
}
],
"year": 2007,
"venue": "Proceedings of ACL",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Stefan Riezler, Er Vasserman, Ioannis Tsochantaridis, Vibhu Mittal, and Yi Liu. 2007. Statistical machine translation for query expansion in answer retrieval. In Proceedings of ACL.",
"links": null
},
"BIBREF15": {
"ref_id": "b15",
"title": "Okapi at trec-3",
"authors": [
{
"first": "S",
"middle": [],
"last": "Robertson",
"suffix": ""
},
{
"first": "S",
"middle": [],
"last": "Walker",
"suffix": ""
},
{
"first": "S",
"middle": [],
"last": "Jones",
"suffix": ""
},
{
"first": "M",
"middle": [],
"last": "Hancock-Beaulieu",
"suffix": ""
},
{
"first": "M",
"middle": [],
"last": "Gatford",
"suffix": ""
}
],
"year": 1994,
"venue": "Proceedings of TREC",
"volume": "",
"issue": "",
"pages": "109--126",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "S. Robertson, S. Walker, S. Jones, M. Hancock- Beaulieu, and M. Gatford. 1994. Okapi at trec-3. In Proceedings of TREC, pages 109-126.",
"links": null
},
"BIBREF16": {
"ref_id": "b16",
"title": "Image classification with the fisher vector: Theory and practice",
"authors": [
{
"first": "Jorge",
"middle": [],
"last": "Sanchez",
"suffix": ""
},
{
"first": "Florent",
"middle": [],
"last": "Perronnin",
"suffix": ""
},
{
"first": "Thomas",
"middle": [],
"last": "Mensink",
"suffix": ""
},
{
"first": "Jakob",
"middle": [
"J"
],
"last": "Verbeek",
"suffix": ""
}
],
"year": 2013,
"venue": "International Journal of Computer Vision",
"volume": "",
"issue": "",
"pages": "222--245",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Jorge Sanchez, Florent Perronnin, Thomas Mensink, and Jakob J. Verbeek. 2013. Image classification with the fisher vector: Theory and practice. Interna- tional Journal of Computer Vision, pages 222-245.",
"links": null
},
"BIBREF17": {
"ref_id": "b17",
"title": "Entity based q&a retrieval",
"authors": [
{
"first": "A",
"middle": [],
"last": "Singh",
"suffix": ""
}
],
"year": 2012,
"venue": "Proceedings of EMNLP",
"volume": "",
"issue": "",
"pages": "1266--1277",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "A. Singh. 2012. Entity based q&a retrieval. In Pro- ceedings of EMNLP, pages 1266-1277.",
"links": null
},
"BIBREF18": {
"ref_id": "b18",
"title": "Learning to rank answers on large online qa collections",
"authors": [
{
"first": "M",
"middle": [],
"last": "Surdeanu",
"suffix": ""
},
{
"first": "M",
"middle": [],
"last": "Ciaramita",
"suffix": ""
},
{
"first": "H",
"middle": [],
"last": "Zaragoza",
"suffix": ""
}
],
"year": 2008,
"venue": "Proceedings of ACL",
"volume": "",
"issue": "",
"pages": "719--727",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "M. Surdeanu, M. Ciaramita, and H. Zaragoza. 2008. Learning to rank answers on large online qa collec- tions. In Proceedings of ACL, pages 719-727.",
"links": null
},
"BIBREF19": {
"ref_id": "b19",
"title": "Word representations: A simple and general method for semi-supervised learning",
"authors": [
{
"first": "Joseph",
"middle": [],
"last": "Turian",
"suffix": ""
},
{
"first": "Lev-Arie",
"middle": [],
"last": "Ratinov",
"suffix": ""
},
{
"first": "Yoshua",
"middle": [],
"last": "Bengio",
"suffix": ""
}
],
"year": 2010,
"venue": "Proceedings of ACL",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Joseph Turian, Lev-Arie Ratinov, and Yoshua Bengio. 2010. Word representations: A simple and general method for semi-supervised learning. In Proceed- ings of ACL.",
"links": null
},
"BIBREF20": {
"ref_id": "b20",
"title": "A syntactic tree matching approach to finding similar questions in community-based qa services",
"authors": [
{
"first": "Kai",
"middle": [],
"last": "Wang",
"suffix": ""
},
{
"first": "Zhaoyan",
"middle": [],
"last": "Ming",
"suffix": ""
},
{
"first": "Tat-Seng",
"middle": [],
"last": "Chua",
"suffix": ""
}
],
"year": 2009,
"venue": "Proceedings of SIGIR",
"volume": "",
"issue": "",
"pages": "187--194",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Kai Wang, Zhaoyan Ming, and Tat-Seng Chua. 2009. A syntactic tree matching approach to finding sim- ilar questions in community-based qa services. In Proceedings of SIGIR, pages 187-194.",
"links": null
},
"BIBREF21": {
"ref_id": "b21",
"title": "Modeling semantic relevance for question-answer pairs in web social communities",
"authors": [
{
"first": "B",
"middle": [],
"last": "Wang",
"suffix": ""
},
{
"first": "X",
"middle": [],
"last": "Wang",
"suffix": ""
},
{
"first": "C",
"middle": [],
"last": "Sun",
"suffix": ""
},
{
"first": "B",
"middle": [],
"last": "Liu",
"suffix": ""
},
{
"first": "L",
"middle": [],
"last": "Sun",
"suffix": ""
}
],
"year": 2010,
"venue": "ACL",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "B. Wang, X. Wang, C. Sun, B. Liu, and L. Sun. 2010. Modeling semantic relevance for question-answer pairs in web social communities. In ACL.",
"links": null
},
"BIBREF22": {
"ref_id": "b22",
"title": "Rcnet: A general framework for incorporating knowledge into word representations",
"authors": [
{
"first": "Chang",
"middle": [],
"last": "Xu",
"suffix": ""
},
{
"first": "Yalong",
"middle": [],
"last": "Bai",
"suffix": ""
},
{
"first": "Jiang",
"middle": [],
"last": "Bian",
"suffix": ""
},
{
"first": "Bin",
"middle": [],
"last": "Gao",
"suffix": ""
},
{
"first": "Gang",
"middle": [],
"last": "Wang",
"suffix": ""
},
{
"first": "Xiaoguang",
"middle": [],
"last": "Liu",
"suffix": ""
},
{
"first": "Tie-Yan",
"middle": [],
"last": "Liu",
"suffix": ""
}
],
"year": 2014,
"venue": "Proceedings of CIKM",
"volume": "",
"issue": "",
"pages": "1219--1228",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Chang Xu, Yalong Bai, Jiang Bian, Bin Gao, Gang Wang, Xiaoguang Liu, and Tie-Yan Liu. 2014. Rc- net: A general framework for incorporating knowl- edge into word representations. In Proceedings of CIKM, pages 1219-1228.",
"links": null
},
"BIBREF23": {
"ref_id": "b23",
"title": "Retrieval models for question and answer archives",
"authors": [
{
"first": "Xiaobing",
"middle": [],
"last": "Xue",
"suffix": ""
},
{
"first": "Jiwoon",
"middle": [],
"last": "Jeon",
"suffix": ""
},
{
"first": "W",
"middle": [
"Bruce"
],
"last": "Croft",
"suffix": ""
}
],
"year": 2008,
"venue": "Proceedings of SIGIR",
"volume": "",
"issue": "",
"pages": "475--482",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Xiaobing Xue, Jiwoon Jeon, and W. Bruce Croft. 2008. Retrieval models for question and answer archives. In Proceedings of SIGIR, pages 475-482.",
"links": null
},
"BIBREF24": {
"ref_id": "b24",
"title": "Improving lexical embeddings with semantic knowledge",
"authors": [
{
"first": "Mo",
"middle": [],
"last": "Yu",
"suffix": ""
},
{
"first": "Mark",
"middle": [],
"last": "Dredze",
"suffix": ""
}
],
"year": 2014,
"venue": "Proceedings of ACL",
"volume": "",
"issue": "",
"pages": "545--550",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Mo Yu and Mark Dredze. 2014. Improving lexical em- beddings with semantic knowledge. In Proceedings of ACL, pages 545-550.",
"links": null
},
"BIBREF25": {
"ref_id": "b25",
"title": "A study of smoothing methods for language models applied to ad hoc information retrieval",
"authors": [
{
"first": "Chengxiang",
"middle": [],
"last": "Zhai",
"suffix": ""
},
{
"first": "John",
"middle": [],
"last": "Lafferty",
"suffix": ""
}
],
"year": 2001,
"venue": "Proceedings of SIGIR",
"volume": "",
"issue": "",
"pages": "334--342",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Chengxiang Zhai and John Lafferty. 2001. A study of smoothing methods for language models applied to ad hoc information retrieval. In Proceedings of SIGIR, pages 334-342.",
"links": null
},
"BIBREF26": {
"ref_id": "b26",
"title": "Question retrieval with high quality answers in community question answering",
"authors": [
{
"first": "Kai",
"middle": [],
"last": "Zhang",
"suffix": ""
},
{
"first": "Wei",
"middle": [],
"last": "Wu",
"suffix": ""
},
{
"first": "Haocheng",
"middle": [],
"last": "Wu",
"suffix": ""
},
{
"first": "Zhoujun",
"middle": [],
"last": "Li",
"suffix": ""
},
{
"first": "Ming",
"middle": [],
"last": "Zhou",
"suffix": ""
}
],
"year": 2014,
"venue": "Proceedings of CIKM",
"volume": "",
"issue": "",
"pages": "371--380",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Kai Zhang, Wei Wu, Haocheng Wu, Zhoujun Li, and Ming Zhou. 2014a. Question retrieval with high quality answers in community question answering. In Proceedings of CIKM, pages 371-380.",
"links": null
},
"BIBREF27": {
"ref_id": "b27",
"title": "Continuous word embeddings for detecting local text reuses at the semantic level",
"authors": [
{
"first": "Qi",
"middle": [],
"last": "Zhang",
"suffix": ""
},
{
"first": "Jihua",
"middle": [],
"last": "Kang",
"suffix": ""
},
{
"first": "Jin",
"middle": [],
"last": "Qian",
"suffix": ""
},
{
"first": "Xuanjing",
"middle": [],
"last": "Huang",
"suffix": ""
}
],
"year": 2014,
"venue": "Proceedings of the 37th International ACM SIGIR Conference on Research & Development in Information Retrieval, SIGIR '14",
"volume": "",
"issue": "",
"pages": "797--806",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Qi Zhang, Jihua Kang, Jin Qian, and Xuanjing Huang. 2014b. Continuous word embeddings for detect- ing local text reuses at the semantic level. In Pro- ceedings of the 37th International ACM SIGIR Con- ference on Research & Development in Information Retrieval, SIGIR '14, pages 797-806.",
"links": null
},
"BIBREF28": {
"ref_id": "b28",
"title": "Phrase-based translation model for question retrieval in community question answer archives",
"authors": [
{
"first": "Guangyou",
"middle": [],
"last": "Zhou",
"suffix": ""
},
{
"first": "Li",
"middle": [],
"last": "Cai",
"suffix": ""
},
{
"first": "Jun",
"middle": [],
"last": "Zhao",
"suffix": ""
},
{
"first": "Kang",
"middle": [],
"last": "Liu",
"suffix": ""
}
],
"year": 2011,
"venue": "Proceedings of ACL",
"volume": "",
"issue": "",
"pages": "653--662",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Guangyou Zhou, Li Cai, Jun Zhao, and Kang Liu. 2011. Phrase-based translation model for question retrieval in community question answer archives. In Proceedings of ACL, pages 653-662.",
"links": null
},
"BIBREF29": {
"ref_id": "b29",
"title": "Towards faster and better retrieval models for question search",
"authors": [
{
"first": "Guangyou",
"middle": [],
"last": "Zhou",
"suffix": ""
},
{
"first": "Yubo",
"middle": [],
"last": "Chen",
"suffix": ""
},
{
"first": "Daojian",
"middle": [],
"last": "Zeng",
"suffix": ""
}
],
"year": 2013,
"venue": "Proceedings of CIKM",
"volume": "",
"issue": "",
"pages": "2139--2148",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Guangyou Zhou, Yubo Chen, Daojian Zeng, and Jun Zhao. 2013. Towards faster and better retrieval models for question search. In Proceedings of CIKM, pages 2139-2148.",
"links": null
}
},
"ref_entries": {
"FIGREF0": {
"uris": null,
"type_str": "figure",
"num": null,
"text": "The continuous skip-gram model."
},
"TABREF0": {
"content": "<table/>",
"text": "Statistics on the manually labeled data.",
"type_str": "table",
"html": null,
"num": null
},
"TABREF1": {
"content": "<table><tr><td>baseline)</td><td>-</td><td>0.435 0.472</td><td>0.381</td><td>0.305 0.392 0.413</td><td>0.325</td><td>0.247</td></tr><tr><td>(Jeon et al., 2005)</td><td>-</td><td>0.463 0.495</td><td>0.396</td><td>0.332 0.414 0.428</td><td>0.341</td><td>0.256</td></tr><tr><td>(Xue et al., 2008)</td><td>-</td><td>0.518 0.560</td><td>0.423</td><td>0.346 0.431 0.435</td><td>0.352</td><td>0.264</td></tr><tr><td>(Zhou et al., 2011)</td><td>-</td><td>0.536 0.587</td><td>0.439</td><td>0.361 0.448 0.450</td><td>0.367</td><td>0.273</td></tr><tr><td>(Ji et al., 2012)</td><td>-</td><td>0.508 0.544</td><td>0.405</td><td>0.324 0.425 0.431</td><td>0.349</td><td>0.258</td></tr><tr><td>(Zhang et al., 2014a)</td><td>-</td><td>0.527 0.572</td><td>0.433</td><td>0.350 0.443 0.446</td><td>0.358</td><td>0.265</td></tr><tr><td/><td>50</td><td>0.532 0.583</td><td>0.437</td><td>0.358 0.447 0.450</td><td>0.366</td><td>0.272</td></tr><tr><td>Skip-gram + FV</td><td colspan=\"3\">100 0.544 0.605 \u2020 0.440</td><td>0.363 0.454 0.457</td><td>0.373</td><td>0.274</td></tr><tr><td/><td colspan=\"3\">300 0.550 \u2020 0.619 \u2020 0.444</td><td colspan=\"2\">0.365 0.460 \u2020 0.464 \u2020 0.374</td><td>0.277</td></tr><tr><td/><td colspan=\"3\">50 0.548 \u2020 0.612 \u2020 0.441</td><td colspan=\"2\">0.363 0.459 \u2020 0.462 \u2020 0.374</td><td>0.276</td></tr><tr><td>M-NET + FV</td><td colspan=\"2\">100 0.562</td><td/><td/><td/><td/></tr></table>",
"text": "\u2021 0.628 \u2021 0.452 \u2020 0.367 \u2021 0.468 \u2021 0.471 0.378 \u2020 0.280 \u2020 300 0.571 \u2021 0.643 \u2021 0.455 \u2021 0.374 \u2021 0.475 \u2021 0.477 \u2021 0.385 \u2021 0.283 \u2021",
"type_str": "table",
"html": null,
"num": null
}
}
}
}