| { |
| "paper_id": "S15-2011", |
| "header": { |
| "generated_with": "S2ORC 1.0.0", |
| "date_generated": "2023-01-19T15:36:46.284216Z" |
| }, |
| "title": "ASOBEK: Twitter Paraphrase Identification with Simple Overlap Features and SVMs", |
| "authors": [ |
| { |
| "first": "Asli", |
| "middle": [], |
| "last": "Eyecioglu", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "The University of Sussex", |
| "location": { |
| "settlement": "Brighton", |
| "country": "UK" |
| } |
| }, |
| "email": "a.eyecioglu@sussex.ac.uk" |
| }, |
| { |
| "first": "Bill", |
| "middle": [], |
| "last": "Keller", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "The University of Sussex", |
| "location": { |
| "settlement": "Brighton", |
| "country": "UK" |
| } |
| }, |
| "email": "billk@sussex.ac.uk" |
| } |
| ], |
| "year": "", |
| "venue": null, |
| "identifiers": {}, |
| "abstract": "We present an approach to identifying Twitter paraphrases using simple lexical overlap features. The work is part of ongoing research into the applicability of knowledgelean techniques to paraphrase identification. We utilize features based on overlap of word and character n-grams and train support vector machine (SVM). Our results demonstrate that character and word level overlap features in combination can give performance comparable to methods employing more sophisticated NLP processing tools and external resources. We achieve the highest F-score for identifying paraphrases on the Twitter Paraphrase Corpus as part of the SemEval-2015 Task1.", |
| "pdf_parse": { |
| "paper_id": "S15-2011", |
| "_pdf_hash": "", |
| "abstract": [ |
| { |
| "text": "We present an approach to identifying Twitter paraphrases using simple lexical overlap features. The work is part of ongoing research into the applicability of knowledgelean techniques to paraphrase identification. We utilize features based on overlap of word and character n-grams and train support vector machine (SVM). Our results demonstrate that character and word level overlap features in combination can give performance comparable to methods employing more sophisticated NLP processing tools and external resources. We achieve the highest F-score for identifying paraphrases on the Twitter Paraphrase Corpus as part of the SemEval-2015 Task1.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Abstract", |
| "sec_num": null |
| } |
| ], |
| "body_text": [ |
| { |
| "text": "This paper presents an approach to identifying Twitter paraphrase pairs using lexical overlap features. Paraphrase identification (PI) may be defined as \"the task of deciding whether two given text fragments have the same meaning\" (Lintean & Rus 2011) . Methods for identifying paraphrases thus take a pair of texts and make a binary judgment. The PI task has practical importance in the Natural Language Processing (NLP) community because of the pervasive problem of linguistic variation. Accurate methods for PI should help improve the performance of NLP systems that would seem to require language understanding. This includes key applications such as question answering, information retrieval and machine translation, amongst others. Acquired paraphrases have been shown to improve the performance of Statistical Machine Translation (SMT) systems, for example (Callison-Burch et al. 2006 , Owczarzak et al., 2006 Madnani et al., 2007) Many researchers on PI make use of existing NLP tools and other resources to identify paraphrases. For example, Duclaye et al., (2002) exploits the NLP tools of a question answering system for reformulating rules to identify paraphrases. Other researchers (Finch et al 2005 , Mihalcea et al 2006 , Fernando & Stevenson 2008 , Malakasiotis 2009 , Das & Smith 2009 have employed lexical semantic similarity information based on resources such as WordNet (Miller, 1995) .", |
| "cite_spans": [ |
| { |
| "start": 231, |
| "end": 251, |
| "text": "(Lintean & Rus 2011)", |
| "ref_id": "BIBREF14" |
| }, |
| { |
| "start": 864, |
| "end": 891, |
| "text": "(Callison-Burch et al. 2006", |
| "ref_id": "BIBREF2" |
| }, |
| { |
| "start": 892, |
| "end": 916, |
| "text": ", Owczarzak et al., 2006", |
| "ref_id": "BIBREF23" |
| }, |
| { |
| "start": 917, |
| "end": 938, |
| "text": "Madnani et al., 2007)", |
| "ref_id": "BIBREF15" |
| }, |
| { |
| "start": 1051, |
| "end": 1073, |
| "text": "Duclaye et al., (2002)", |
| "ref_id": "BIBREF8" |
| }, |
| { |
| "start": 1195, |
| "end": 1212, |
| "text": "(Finch et al 2005", |
| "ref_id": "BIBREF10" |
| }, |
| { |
| "start": 1213, |
| "end": 1234, |
| "text": ", Mihalcea et al 2006", |
| "ref_id": "BIBREF20" |
| }, |
| { |
| "start": 1235, |
| "end": 1262, |
| "text": ", Fernando & Stevenson 2008", |
| "ref_id": "BIBREF9" |
| }, |
| { |
| "start": 1263, |
| "end": 1282, |
| "text": ", Malakasiotis 2009", |
| "ref_id": "BIBREF18" |
| }, |
| { |
| "start": 1283, |
| "end": 1301, |
| "text": ", Das & Smith 2009", |
| "ref_id": "BIBREF4" |
| }, |
| { |
| "start": 1391, |
| "end": 1405, |
| "text": "(Miller, 1995)", |
| "ref_id": "BIBREF21" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "Although the PI task aims to identify sentences that are semantically equivalent, a number of researchers have shown that classifiers trained on lexical overlap features may achieve relatively high accuracy. Good performance is achieved without the use of knowledge-based semantic features or other external knowledge sources such as parallel corpora (Lintean & Rus 2011 , Blacoe & Lapata, 2012 . We consider methods as knowledge-lean if they make use of just the text at hand and avoid the use of external processing tools and other resources. Knowledge-lean PI methods may thus employ shallow overlap measures based on lexical items or n-grams, but they might also make use of distributional techniques where these are based on simple text statistics.", |
| "cite_spans": [ |
| { |
| "start": 351, |
| "end": 370, |
| "text": "(Lintean & Rus 2011", |
| "ref_id": "BIBREF14" |
| }, |
| { |
| "start": 371, |
| "end": 394, |
| "text": ", Blacoe & Lapata, 2012", |
| "ref_id": "BIBREF0" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "The work described here is part of ongoing research that is investigating the extent to which knowledge-lean techniques may help to identify paraphrases. Preliminary work has been conducted using the Microsoft Research Paraphrase Corpus (MSRPC) (Dolan & Brockett, 2005) . However, the approach may be of particular value where knowledge-based language resources are not readily available or applicable. In this context, Twitter presents interesting challenges. Its short texts (tweets), widespread use of non-standard grammar, spelling and punctuation, as well as slang, abbreviations and neologisms, etc. make syntactic and semantic analysis difficult.", |
| "cite_spans": [ |
| { |
| "start": 245, |
| "end": 269, |
| "text": "(Dolan & Brockett, 2005)", |
| "ref_id": "BIBREF7" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "We apply a supervised learning approach using SVMs and learn classifiers based on simple lexical and character n-gram overlap features. SVM classifiers benefit from features that are interdependent and informative, so good choice of feature combinations is crucial. We also experimented with different kernels to find out whether a non-linear kernel works well for this task.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "A number of researchers have investigated whether near state-of-the-art PI results can be obtained without use of external sources. Blacoe & Lapata (2012) use distributional methods to find compositional meaning of phrases and sentences. They find that performance of shallow approaches is comparable to methods that are computationally intensive or that use very large corpora. Lintean & Rus (2011) apply word unigrams and bigrams. Bigrams capture word order information, which can in turn capture syntactic similarities between two text fragments. Finch et al. (2005) combines several MT metrics and uses them as features. Madnani et al. (2012) also shows that good results are obtained by combining different MT metrics. Ji & Eisenstein (2013) attains state-of-the-art results based on latent semantic analysis and a new term-weighting metric, TF-KLD. 1 A variety of classifiers has been employed for the purpose of identifying paraphrases. Kozarova & Montoyo (2006) measures lexical and semantic similarity with the combination of different classifiers: k-Nearest Neighbours, Support Vector Machines, and Maximum Entropy. The SVM Classifiers remains the most applicable in recent research whether applied solely (Finch et al., 2005; Wan et al., 2006) or part of combined classifiers (Kozoreva & Montotyo, 2006; Lintean & Rus, 2011; Madnani et al, 2012 ).", |
| "cite_spans": [ |
| { |
| "start": 132, |
| "end": 154, |
| "text": "Blacoe & Lapata (2012)", |
| "ref_id": "BIBREF0" |
| }, |
| { |
| "start": 550, |
| "end": 569, |
| "text": "Finch et al. (2005)", |
| "ref_id": "BIBREF10" |
| }, |
| { |
| "start": 625, |
| "end": 646, |
| "text": "Madnani et al. (2012)", |
| "ref_id": "BIBREF17" |
| }, |
| { |
| "start": 855, |
| "end": 856, |
| "text": "1", |
| "ref_id": null |
| }, |
| { |
| "start": 944, |
| "end": 969, |
| "text": "Kozarova & Montoyo (2006)", |
| "ref_id": null |
| }, |
| { |
| "start": 1216, |
| "end": 1236, |
| "text": "(Finch et al., 2005;", |
| "ref_id": "BIBREF10" |
| }, |
| { |
| "start": 1237, |
| "end": 1254, |
| "text": "Wan et al., 2006)", |
| "ref_id": "BIBREF28" |
| }, |
| { |
| "start": 1287, |
| "end": 1314, |
| "text": "(Kozoreva & Montotyo, 2006;", |
| "ref_id": null |
| }, |
| { |
| "start": 1315, |
| "end": 1335, |
| "text": "Lintean & Rus, 2011;", |
| "ref_id": "BIBREF14" |
| }, |
| { |
| "start": 1336, |
| "end": 1355, |
| "text": "Madnani et al, 2012", |
| "ref_id": "BIBREF17" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Related Work", |
| "sec_num": "2" |
| }, |
| { |
| "text": "1 State-of-the-art results are shown in Section 5.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Related Work", |
| "sec_num": "2" |
| }, |
| { |
| "text": "The Semeval-2015 task \"Paraphrase and Semantic Similarity in Twitter\" involves predicting whether two tweets have the same meaning. Training and test data are provided in the form of a Twitter Paraphrase Corpus (TPC) (Xu, 2014) . The TPC is constructed semi-randomly and annotated via Amazon Mechanical Turk by 5 annotators. It consists of around 35% paraphrases and 65% nonparaphrases. Training and development data consists of 18K tweet pairs and 1K test data. Test data is drawn from a different time period and annotated by an expert.", |
| "cite_spans": [ |
| { |
| "start": 217, |
| "end": 227, |
| "text": "(Xu, 2014)", |
| "ref_id": "BIBREF30" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The Task", |
| "sec_num": "3" |
| }, |
| { |
| "text": "Text preprocessing is essential to many NLP applications. It may involve tokenizing, removal of punctuation, PoS-tagging, and so on. For identifying paraphrases, this may not always be appropriate. Removing punctuation and stop words, as commonly done for many NLP applications, arguably results in the loss of information that may be critical in terms of PI. We therefor keep text preprocessing to a minimum.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Text Preprocessing", |
| "sec_num": "4.1" |
| }, |
| { |
| "text": "The TPC is already tokenized (O'Connor et al., 2010), part-of-speech tagged (Derczynski et al., 2013) , and named entity tagged (Ritter et al., 2011) . Here we only experiment on tokenized data, ignoring part-of-speech and named entity tagged data. In the next section we also report results for the MSR Paraphrase Corpus. We used the Rasp Toolkit (Briscoe et al., 2006) to perform tokenization in this case.", |
| "cite_spans": [ |
| { |
| "start": 76, |
| "end": 101, |
| "text": "(Derczynski et al., 2013)", |
| "ref_id": "BIBREF6" |
| }, |
| { |
| "start": 128, |
| "end": 149, |
| "text": "(Ritter et al., 2011)", |
| "ref_id": "BIBREF26" |
| }, |
| { |
| "start": 348, |
| "end": 370, |
| "text": "(Briscoe et al., 2006)", |
| "ref_id": "BIBREF1" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Text Preprocessing", |
| "sec_num": "4.1" |
| }, |
| { |
| "text": "A particular issue in dealing with Twitter is the use of capitalization. Variability in the use of capitals (some tweets may be uncapitalised, others written in all uppercase) presents a problem for simple lexical overlap measures between candidate paraphrase pairs. To help overcome this, tokenized tweets are lowercased. Although this potentially causes confusion between proper nouns and common nouns (e.g. apple the fruit v. Apple the company) our experimental work shows that it most likely increases the quantity of identified paraphrase pairs.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Text Preprocessing", |
| "sec_num": "4.1" |
| }, |
| { |
| "text": "Tweets tend to have a higher proportion of out-of-vocabulary (OOV) words than other texts.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Text Preprocessing", |
| "sec_num": "4.1" |
| }, |
| { |
| "text": "Due to the character limit, words are often shortened or abbreviated and standard spelling rules ignored. In addition, characters may be added for emphasis. Nevertheless, we have not normalized the original texts to compensate for this.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Text Preprocessing", |
| "sec_num": "4.1" |
| }, |
| { |
| "text": "A novel aspect of the TPC compared to other paraphrase corpora is the inclusion of topic information, which is also used during the construction process. Despite the possibility that topic features might be utilized, we have not made use of this information in our approach.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Text Preprocessing", |
| "sec_num": "4.1" |
| }, |
| { |
| "text": "As the basis for deriving a number of overlap features, we consider different representations of a text as a set of tokens, where a token may be either a word or character n-gram. For the work described here we restrict attention to word and character unigrams and bigrams. Use of a variety of machine translation techniques (Madnani et al., 2012 ) that utilise word n-grams motivated their use in representing texts for this task. In particular, word bigrams may provide potentially useful syntactic information about a text. Character bigrams, on the other hand, allow us to capture similarity between related word forms. Possible overlap features are constructed using basic set operations: Size of union: the size of the union of the tokens in the two texts of a candidate paraphrase pair. Size of intersection: the number of tokens common to the texts of a candidate paraphrase pair. Text Size: the size of the set of tokens representing a given text. This yields a total of eight possible overlap features for a pair of texts, plus four ways of measuring text size. Each data instance is a vector of features representing a pair of tweets. In order to select an optimal set of features we ran a number of preliminary experiments. Table 1 presents the results for different features and combinations of features on the development data. We present results obtained for a linear kernel. The general pattern for an RBF kernel is similar.", |
| "cite_spans": [ |
| { |
| "start": 325, |
| "end": 346, |
| "text": "(Madnani et al., 2012", |
| "ref_id": "BIBREF17" |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 1236, |
| "end": 1243, |
| "text": "Table 1", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Features and Instances", |
| "sec_num": "4.2" |
| }, |
| { |
| "text": "Intuitively, knowing about the union, intersection or size of a text in isolation may not be very informative. However, for a given token type, these four features in combination provide potentially useful information about similarity of texts. In the following, C1 and C2 each denote four features (union, intersection, sizes of tweet 1 and tweet 2) produced by character unigrams and bigrams, respectively. Similarly, W1 and W2 denote the four features generated by word unigrams and bigrams, respectively. Combinations (e.g. C1W2) represent eight features: those for C1 plus those for W2. It is clear that features based on character bigrams are more informative than character unigrams (for C1, all instances are classified negative). For words, on the other hand, use of bigrams did not improve performance over unigrams. However, combining features for words and characters proved beneficial. Although, the combination of character and word bigrams increases performance, combining word unigrams and character bigrams is more informative. We therefore chose to represent instances using a combination of character bigrams and word unigrams. 2 An important step in SVM classification is rescaling of the features. Apart from a simple scaling mechanism, which is applied during the classification process, features are kept as they are.", |
| "cite_spans": [ |
| { |
| "start": 1147, |
| "end": 1148, |
| "text": "2", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Features and Instances", |
| "sec_num": "4.2" |
| }, |
| { |
| "text": "An SVM classifier maps the feature vectors into high dimensional vector space and computes the dot product of the two vectors inside the kernel. Its applicability to both linear and non-linear systems has been proven for different NLP applications. We used SVM implementations from scikit-learn (Pedregosa et al., 2011) and experimented with a number of classifiers. We report here on results obtained using SVC adapted from libsvm (Chang & Lin, 2011) by embedding different kernels. We experimented with linear and Radial Basis Function (RBF) kernels. Linear kernels are known to work well with large datasets and RBF kernels are the first choice if small number of features are applied (Hsu et al., 2003) , which both cases to apply our datasets. Classifiers are used with their default parameters and trained on the data provided. Table 2 shows that SVC with a linear kernel achieved an F-score of 67.4. This represent the highest score amongst those systems participating in Task 1, though still some way below Xu et al (2014) and the human upper-bound. Xu et al. (2014) 's approach constructs a joint word-sentence paraphrase model (MULTIP) and utilizes topic information, which outperforms other features individually. Table 2 also shows the result for the RBF kernel, which was not submitted for the task. For this task the non-linear kernel does not provide any performance gain over the linear SVM. 2014--72.2 72.6 72.4 SVC (linear kernel) 86.5 68.0 66.9 67.4 SVC (rbf kernel) 85.7 64.9 68.6 66.7 Baseline --67.9 52.0 58.9 Table 2: TPC Results For comparison, Table 3 shows state-of-theart results for the PI task on the MSRPC, together with our classifiers trained using of same set of features as for the TPC. Our method performs well above baseline, but with relatively lower precision than other systems. In contrast to Table 2 , our highest result is obtained using the RBF kernel.", |
| "cite_spans": [ |
| { |
| "start": 295, |
| "end": 319, |
| "text": "(Pedregosa et al., 2011)", |
| "ref_id": "BIBREF24" |
| }, |
| { |
| "start": 432, |
| "end": 451, |
| "text": "(Chang & Lin, 2011)", |
| "ref_id": "BIBREF3" |
| }, |
| { |
| "start": 688, |
| "end": 706, |
| "text": "(Hsu et al., 2003)", |
| "ref_id": "BIBREF11" |
| }, |
| { |
| "start": 1015, |
| "end": 1030, |
| "text": "Xu et al (2014)", |
| "ref_id": "BIBREF31" |
| }, |
| { |
| "start": 1058, |
| "end": 1074, |
| "text": "Xu et al. (2014)", |
| "ref_id": "BIBREF31" |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 834, |
| "end": 841, |
| "text": "Table 2", |
| "ref_id": null |
| }, |
| { |
| "start": 1225, |
| "end": 1232, |
| "text": "Table 2", |
| "ref_id": null |
| }, |
| { |
| "start": 1532, |
| "end": 1552, |
| "text": "Table 2: TPC Results", |
| "ref_id": null |
| }, |
| { |
| "start": 1569, |
| "end": 1576, |
| "text": "Table 3", |
| "ref_id": "TABREF2" |
| }, |
| { |
| "start": 1833, |
| "end": 1840, |
| "text": "Table 2", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "SVM Classifiers", |
| "sec_num": "4.3" |
| }, |
| { |
| "text": "Acc. Pre. Rec. F-sc. Ji&Eisenstein 201380.4 85.96 Madnani et al (2012) 77.4 --84.1 Socher et al. (2011) 76.8 --83.6 Wan et al. (2006) 75.6 77.0 90.0 83.0 SVC(rbf kernel) 74.4 74.8 92.9 82.8 Das & Smith (2009) 76.1 79.6 86.1 82.7 Finch et al. (2005) 75 Qiu et al. (2006) 72.0 72.5 93.4 81.6 Zhang and Patrick (2005) 71.9 74.3 88.2 80.7 BASELINE 65.4 71.6 79.5 75.3 We note that the features that we adopt as informative for the Twitter PI task outperform some recent approaches to PI on the MSRPC. This is encouraging and indicates applicability of knowledge-lean approaches to other data sets.", |
| "cite_spans": [ |
| { |
| "start": 50, |
| "end": 70, |
| "text": "Madnani et al (2012)", |
| "ref_id": "BIBREF17" |
| }, |
| { |
| "start": 83, |
| "end": 103, |
| "text": "Socher et al. (2011)", |
| "ref_id": "BIBREF27" |
| }, |
| { |
| "start": 116, |
| "end": 133, |
| "text": "Wan et al. (2006)", |
| "ref_id": "BIBREF28" |
| }, |
| { |
| "start": 190, |
| "end": 208, |
| "text": "Das & Smith (2009)", |
| "ref_id": "BIBREF4" |
| }, |
| { |
| "start": 229, |
| "end": 248, |
| "text": "Finch et al. (2005)", |
| "ref_id": "BIBREF10" |
| }, |
| { |
| "start": 252, |
| "end": 269, |
| "text": "Qiu et al. (2006)", |
| "ref_id": "BIBREF25" |
| }, |
| { |
| "start": 290, |
| "end": 314, |
| "text": "Zhang and Patrick (2005)", |
| "ref_id": "BIBREF32" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Model", |
| "sec_num": null |
| }, |
| { |
| "text": "Our results demonstrate that knowledge-lean methods based on character and word level overlap features in combination can give good results in terms of the identification of Twitter paraphrases. SVM classifiers were successfully used to identify paraphrase pairs given just a few simple features. Our approach performed as well as and generally much better (in terms of F-score) than other, more sophisticated participating systems.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Conclusions", |
| "sec_num": "6" |
| }, |
| { |
| "text": "Overlap of character bigrams was more informative than that of character unigrams. We hypothesize that measuring overlap of character bigrams provides a way of detecting similarity of related word-forms. It thus performs a similar function to stemming or lemmatization in other domains, whilst retaining some information about difference. This may be especially helpful with Twitter, where a variety of idiosyncratic spellings and short forms may be observed alongside the usual morphological variants.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Conclusions", |
| "sec_num": "6" |
| }, |
| { |
| "text": "A strength of our approach is that preprocessing is kept to a minimum. This may explain why our system outperforms other approaches that use a similar set of overlap features. Methods that require the removal of stop words, punctuation, OOV words etc., lose potentially useful information. On the other hand, we found that normalizing tweets with regard to capitalization enhanced performance of the classifier.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Conclusions", |
| "sec_num": "6" |
| }, |
| { |
| "text": "The current work on paraphrase identification is ongoing. There is clearly room for reaching to human upper bound shown in Table 2 . Our latest work shows that extending character and word ngrams to up to 4 is promising and gives performance that is close to the state-of-the-art results on TPC obtained by Xu et al. (2014) . We intend to report on these results in a future paper.", |
| "cite_spans": [ |
| { |
| "start": 307, |
| "end": 323, |
| "text": "Xu et al. (2014)", |
| "ref_id": "BIBREF31" |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 123, |
| "end": 130, |
| "text": "Table 2", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Conclusions", |
| "sec_num": "6" |
| }, |
| { |
| "text": "The submitted system used just six features: four character bigram features together with just the union and intersection of word unigrams. This had no impact on performance.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| } |
| ], |
| "back_matter": [], |
| "bib_entries": { |
| "BIBREF0": { |
| "ref_id": "b0", |
| "title": "A Comparison of Vector-based Representations for Semantic Composition", |
| "authors": [ |
| { |
| "first": "W", |
| "middle": [], |
| "last": "Blacoe", |
| "suffix": "" |
| }, |
| { |
| "first": "M", |
| "middle": [], |
| "last": "Lapata", |
| "suffix": "" |
| } |
| ], |
| "year": 2012, |
| "venue": "Proceedings of the 2012 Joint Conference on Empirical Methods in Natural Language Processing and Computational Natural Language Learning", |
| "volume": "12", |
| "issue": "", |
| "pages": "546--556", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Blacoe, W., & Lapata, M. (2012). A Comparison of Vector-based Representations for Semantic Com- position. Proceedings of the 2012 Joint Confer- ence on Empirical Methods in Natural Language Processing and Computational Natural Language Learning (EMNLP-CoNLL '12), (July), 546-556.", |
| "links": null |
| }, |
| "BIBREF1": { |
| "ref_id": "b1", |
| "title": "The Second Release of the RASP System", |
| "authors": [ |
| { |
| "first": "E", |
| "middle": [], |
| "last": "Briscoe", |
| "suffix": "" |
| }, |
| { |
| "first": "J", |
| "middle": [], |
| "last": "Carroll", |
| "suffix": "" |
| }, |
| { |
| "first": "R", |
| "middle": [], |
| "last": "Watson", |
| "suffix": "" |
| } |
| ], |
| "year": 2006, |
| "venue": "Proceedings of the COLING/ACL 2006 Interactive Presentation Sessions", |
| "volume": "", |
| "issue": "", |
| "pages": "77--80", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Briscoe, E., J. Carroll and R. Watson (2006) The Se- cond Release of the RASP System. In Proceed- ings of the COLING/ACL 2006 Interactive Presentation Sessions. Sydney, Australia, 77-80.", |
| "links": null |
| }, |
| "BIBREF2": { |
| "ref_id": "b2", |
| "title": "Improved Statistical Machine Translation Using Paraphrases", |
| "authors": [ |
| { |
| "first": "C", |
| "middle": [], |
| "last": "Callison-Burch", |
| "suffix": "" |
| }, |
| { |
| "first": "P", |
| "middle": [], |
| "last": "Koehn", |
| "suffix": "" |
| }, |
| { |
| "first": "M", |
| "middle": [], |
| "last": "Osborne", |
| "suffix": "" |
| } |
| ], |
| "year": 2006, |
| "venue": "Proceedings of the main conference on Human Language Technology Conference of the North American Chapter of the Association of Computational Linguistics (HLT-NAACL '06). Association for Computational Linguistics", |
| "volume": "", |
| "issue": "", |
| "pages": "17--24", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Callison-burch, C., Koehn, P., & Osborne, M. (2006). Improved Statistical Machine Translation Using Paraphrases. In Proceedings of the main confer- ence on Human Language Technology Confer- ence of the North American Chapter of the Association of Computational Linguistics (HLT- NAACL '06). Association for Computational Lin- guistics (pp. 17-24). Stroudsburg, PA, USA", |
| "links": null |
| }, |
| "BIBREF3": { |
| "ref_id": "b3", |
| "title": "LIBSVM: a library for support vector machines", |
| "authors": [ |
| { |
| "first": "C", |
| "middle": [ |
| "C" |
| ], |
| "last": "Chang", |
| "suffix": "" |
| }, |
| { |
| "first": "C", |
| "middle": [ |
| "J" |
| ], |
| "last": "Lin", |
| "suffix": "" |
| } |
| ], |
| "year": 2011, |
| "venue": "27. Software available at", |
| "volume": "2", |
| "issue": "", |
| "pages": "1--27", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Chang, C.C. & Lin, C.J. (2011). LIBSVM: a library for support vector machines. ACM Transactions on Intelligent Systems and Technology, 2:27:1-- 27:27. Software available at http://www.csie.ntu.edu.tw/~cjlin/libsvm", |
| "links": null |
| }, |
| "BIBREF4": { |
| "ref_id": "b4", |
| "title": "Paraphrase Identification as Probabilistic Quasi-Synchronous Recognition", |
| "authors": [ |
| { |
| "first": "D", |
| "middle": [], |
| "last": "Das", |
| "suffix": "" |
| }, |
| { |
| "first": "N", |
| "middle": [ |
| "A" |
| ], |
| "last": "Smith", |
| "suffix": "" |
| } |
| ], |
| "year": 2009, |
| "venue": "Proceedings of the Joint Conference of the 47th Annual Meeting of the ACL and the 4th International Joint Conference on Natural Language Processing of the AFNLP", |
| "volume": "1", |
| "issue": "", |
| "pages": "468--476", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Das, D., & Smith, N. A. (2009). Paraphrase Identifica- tion as Probabilistic Quasi-Synchronous Recogni- tion. In Proceedings of the Joint Conference of the 47th Annual Meeting of the ACL and the 4th In- ternational Joint Conference on Natural Lan- guage Processing of the AFNLP: Volume 1 - Volume 1 (ACL '09), Vol. 1. Association for Computational Linguistics (pp. 468-476).", |
| "links": null |
| }, |
| "BIBREF6": { |
| "ref_id": "b6", |
| "title": "Twitter Part-of-Speech Tagging for All: Overcoming Sparse and Noisy Data", |
| "authors": [ |
| { |
| "first": "L", |
| "middle": [], |
| "last": "Derczynski", |
| "suffix": "" |
| }, |
| { |
| "first": "A", |
| "middle": [], |
| "last": "Ritter", |
| "suffix": "" |
| }, |
| { |
| "first": "S", |
| "middle": [], |
| "last": "Clark", |
| "suffix": "" |
| }, |
| { |
| "first": "K", |
| "middle": [], |
| "last": "Bontcheva", |
| "suffix": "" |
| } |
| ], |
| "year": 2013, |
| "venue": "Proceedings of the International Conference on Recent Advances in Natural Language Processing", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Derczynski, L., Ritter, A., Clark, S., & Bontcheva, K. (2013). Twitter Part-of-Speech Tagging for All: Overcoming Sparse and Noisy Data. In Proceed- ings of the International Conference on Recent Advances in Natural Language Processing.", |
| "links": null |
| }, |
| "BIBREF7": { |
| "ref_id": "b7", |
| "title": "Automatically Constructing a Corpus of Sentential Paraphrases, 9-16", |
| "authors": [ |
| { |
| "first": "W", |
| "middle": [ |
| "B" |
| ], |
| "last": "Dolan", |
| "suffix": "" |
| }, |
| { |
| "first": "C", |
| "middle": [], |
| "last": "Brockett", |
| "suffix": "" |
| } |
| ], |
| "year": 2005, |
| "venue": "Proceedings of The Third International Workshop on Paraphrasing (IWP2005)", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Dolan, W. B. & Brockett, C. (2005). Automatically Constructing a Corpus of Sentential Paraphrases, 9-16. In Proceedings of The Third International Workshop on Paraphrasing (IWP2005), Jeju, Re- public of Korea.", |
| "links": null |
| }, |
| "BIBREF8": { |
| "ref_id": "b8", |
| "title": "Using the Web as a Linguistic Resource for Learning Reformulations Automatically", |
| "authors": [ |
| { |
| "first": "F", |
| "middle": [], |
| "last": "Duclaye", |
| "suffix": "" |
| }, |
| { |
| "first": "F", |
| "middle": [], |
| "last": "Yvon", |
| "suffix": "" |
| }, |
| { |
| "first": "O", |
| "middle": [], |
| "last": "Collin", |
| "suffix": "" |
| }, |
| { |
| "first": "R", |
| "middle": [], |
| "last": "", |
| "suffix": "" |
| }, |
| { |
| "first": "F", |
| "middle": [ |
| "T" |
| ], |
| "last": "Marzin", |
| "suffix": "" |
| }, |
| { |
| "first": "P", |
| "middle": [], |
| "last": "Cedex", |
| "suffix": "" |
| }, |
| { |
| "first": "L", |
| "middle": [], |
| "last": "", |
| "suffix": "" |
| } |
| ], |
| "year": 2002, |
| "venue": "Proceedings of the Third International Conference on Language Resources and Evaluation", |
| "volume": "", |
| "issue": "", |
| "pages": "390--396", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Duclaye, F., Yvon, F., Collin, O., R, F. T., Marzin, P., & Cedex, L. (2002). Using the Web as a Linguis- tic Resource for Learning Reformulations Auto- matically. In Proceedings of the Third International Conference on Language Resources and Evaluation. (pp. 390-396).", |
| "links": null |
| }, |
| "BIBREF9": { |
| "ref_id": "b9", |
| "title": "A Semantic Similarity Approach to Paraphrase Detection", |
| "authors": [ |
| { |
| "first": "S", |
| "middle": [], |
| "last": "Fernando", |
| "suffix": "" |
| }, |
| { |
| "first": "M", |
| "middle": [], |
| "last": "Stevenson", |
| "suffix": "" |
| } |
| ], |
| "year": 2008, |
| "venue": "Proceedings of the 11th Annual Research Colloquium of the UK Special Interest Group for Computational Linguistics", |
| "volume": "", |
| "issue": "", |
| "pages": "45--52", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Fernando, S., & Stevenson, M. (2008). A Semantic Sim- ilarity Approach to Paraphrase Detection. In In Proceedings of the 11th Annual Research Collo- quium of the UK Special Interest Group for Com- putational Linguistics (pp. 45-52).", |
| "links": null |
| }, |
| "BIBREF10": { |
| "ref_id": "b10", |
| "title": "Using Machine Translation Evaluation Techniques to Determine Sentence-level Semantic Equivalence", |
| "authors": [ |
| { |
| "first": "A", |
| "middle": [], |
| "last": "Finch", |
| "suffix": "" |
| }, |
| { |
| "first": "Y.-S", |
| "middle": [], |
| "last": "Hwang", |
| "suffix": "" |
| }, |
| { |
| "first": "E", |
| "middle": [], |
| "last": "Sumita", |
| "suffix": "" |
| } |
| ], |
| "year": 2005, |
| "venue": "Proceedings of the Third International Workshop on Paraphrasing (IWP2005)", |
| "volume": "", |
| "issue": "", |
| "pages": "17--24", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Finch, A., Hwang, Y.-S., & Sumita, E. (2005). Using Machine Translation Evaluation Techniques to Determine Sentence-level Semantic Equivalence. In Proceedings of the Third International Work- shop on Paraphrasing (IWP2005) (pp. 17-24).", |
| "links": null |
| }, |
| "BIBREF11": { |
| "ref_id": "b11", |
| "title": "A practical guide to support vector classification", |
| "authors": [ |
| { |
| "first": "C.-W", |
| "middle": [], |
| "last": "Hsu", |
| "suffix": "" |
| }, |
| { |
| "first": "C.-C", |
| "middle": [], |
| "last": "Chang", |
| "suffix": "" |
| }, |
| { |
| "first": "C.-J", |
| "middle": [], |
| "last": "Lin", |
| "suffix": "" |
| } |
| ], |
| "year": 2003, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "C.-W. Hsu, C.-C. Chang, C.-J. Lin. (2003) A practical guide to support vector classification. Technical report, Department of Computer Science, Nation- al Taiwan University. July.", |
| "links": null |
| }, |
| "BIBREF12": { |
| "ref_id": "b12", |
| "title": "Discriminative Improvements to Distributional Sentence Similarity", |
| "authors": [ |
| { |
| "first": "Y", |
| "middle": [], |
| "last": "Ji", |
| "suffix": "" |
| }, |
| { |
| "first": "J", |
| "middle": [], |
| "last": "Eisenstein", |
| "suffix": "" |
| } |
| ], |
| "year": 2013, |
| "venue": "Proceedings of the 2013 Conference on Empirical Methods in Natural Language Processing", |
| "volume": "", |
| "issue": "", |
| "pages": "891--896", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Ji, Y., & Eisenstein, J. (2013). Discriminative Im- provements to Distributional Sentence Similarity. In Proceedings of the 2013 Conference on Empir- ical Methods in Natural Language Processing (pp. 891-896). Seattle, Washington, USA: Asso- ciation for Computational Linguistics.", |
| "links": null |
| }, |
| "BIBREF13": { |
| "ref_id": "b13", |
| "title": "Paraphrase Identification on the Basis of Supervised Machine Learning Techniques", |
| "authors": [ |
| { |
| "first": "Z", |
| "middle": [], |
| "last": "Kozareva", |
| "suffix": "" |
| }, |
| { |
| "first": "A", |
| "middle": [], |
| "last": "Montoyo", |
| "suffix": "" |
| } |
| ], |
| "year": 2006, |
| "venue": "Proceedings of the 5th International Conference on Natural Language Processing", |
| "volume": "", |
| "issue": "", |
| "pages": "524--533", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Kozareva, Z., & Montoyo, A. (2006). Paraphrase Identi- fication on the Basis of Supervised Machine Learning Techniques. in Proceedings of the 5th International Conference on Natural Language Processing (FinTAL 2006),Lecture Notes in Arti- ficial Intelligence (pp. 524-533). Turku, Finland.", |
| "links": null |
| }, |
| "BIBREF14": { |
| "ref_id": "b14", |
| "title": "Dissimilarity Kernels for Paraphrase Identification", |
| "authors": [ |
| { |
| "first": "M", |
| "middle": [], |
| "last": "Lintean", |
| "suffix": "" |
| }, |
| { |
| "first": "V", |
| "middle": [], |
| "last": "Rus", |
| "suffix": "" |
| } |
| ], |
| "year": 2011, |
| "venue": "Proceedings of the 24th International Florida Artificial Intelligence Research Society Conference", |
| "volume": "", |
| "issue": "", |
| "pages": "263--268", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Lintean, M., & Rus, V. (2011). Dissimilarity Kernels for Paraphrase Identification. Proceedings of the 24th International Florida Artificial Intelligence Re- search Society Conference. (pp. 263-268). Palm Beach, FL.", |
| "links": null |
| }, |
| "BIBREF15": { |
| "ref_id": "b15", |
| "title": "Using Paraphrases for Parameter Tuning in Statistical Machine Translation", |
| "authors": [ |
| { |
| "first": "N", |
| "middle": [], |
| "last": "Madnani", |
| "suffix": "" |
| }, |
| { |
| "first": "N", |
| "middle": [ |
| "F" |
| ], |
| "last": "Ayan", |
| "suffix": "" |
| }, |
| { |
| "first": "P", |
| "middle": [], |
| "last": "Resnik", |
| "suffix": "" |
| }, |
| { |
| "first": "B", |
| "middle": [ |
| "J" |
| ], |
| "last": "Dorr", |
| "suffix": "" |
| }, |
| { |
| "first": "C", |
| "middle": [], |
| "last": "Park", |
| "suffix": "" |
| } |
| ], |
| "year": 2007, |
| "venue": "Proceedings of the Second Workshop on Statistical Machine Translation (WMT'07", |
| "volume": "20742", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Madnani, N., Ayan, N. F., Resnik, P., Dorr, B. J., & Park, C. (2007). Using Paraphrases for Parameter Tuning in Statistical Machine Translation. Pro- ceedings of the Second Workshop on Statistical Machine Translation (WMT'07). (Vol. 20742).", |
| "links": null |
| }, |
| "BIBREF16": { |
| "ref_id": "b16", |
| "title": "Association for Computational Linguistics", |
| "authors": [], |
| "year": null, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Prague, Czech Republic: Association for Compu- tational Linguistics.", |
| "links": null |
| }, |
| "BIBREF17": { |
| "ref_id": "b17", |
| "title": "Reexamining Machine Translation Metrics for Paraphrase Identification", |
| "authors": [ |
| { |
| "first": "N", |
| "middle": [], |
| "last": "Madnani", |
| "suffix": "" |
| }, |
| { |
| "first": "J", |
| "middle": [], |
| "last": "Tetreault", |
| "suffix": "" |
| }, |
| { |
| "first": "M", |
| "middle": [], |
| "last": "Chodorow", |
| "suffix": "" |
| } |
| ], |
| "year": 2012, |
| "venue": "Proceedings of the 2012 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies (NAACL HLT '12)", |
| "volume": "", |
| "issue": "", |
| "pages": "182--190", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Madnani, N., Tetreault, J., & Chodorow, M. (2012). Re- examining Machine Translation Metrics for Para- phrase Identification. In Proceedings of the 2012 Conference of the North American Chapter of the Association for Computational Linguistics: Hu- man Language Technologies (NAACL HLT '12) (pp. 182-190). Stroudsburg, PA, USA", |
| "links": null |
| }, |
| "BIBREF18": { |
| "ref_id": "b18", |
| "title": "Paraphrase Recognition Using Machine Learning to Combine Similarity Measures", |
| "authors": [ |
| { |
| "first": "P", |
| "middle": [], |
| "last": "Malakasiotis", |
| "suffix": "" |
| } |
| ], |
| "year": 2009, |
| "venue": "Proceedings of the ACL-IJCNLP", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Malakasiotis, P. (2009). Paraphrase Recognition Using Machine Learning to Combine Similarity Measures. Proceedings of the ACL-IJCNLP 2009", |
| "links": null |
| }, |
| "BIBREF19": { |
| "ref_id": "b19", |
| "title": "Student Research Workshop", |
| "authors": [], |
| "year": null, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "27--35", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Student Research Workshop (pp. 27-35). Suntec, Singapore.", |
| "links": null |
| }, |
| "BIBREF20": { |
| "ref_id": "b20", |
| "title": "Corpus-based and Knowledge-based Measures of Text Semantic Similarity", |
| "authors": [ |
| { |
| "first": "R", |
| "middle": [], |
| "last": "Mihalcea", |
| "suffix": "" |
| }, |
| { |
| "first": "C", |
| "middle": [], |
| "last": "Corley", |
| "suffix": "" |
| }, |
| { |
| "first": "C", |
| "middle": [], |
| "last": "Strapparava", |
| "suffix": "" |
| } |
| ], |
| "year": 2006, |
| "venue": "Proceedings of the 21st national conference on Artifi", |
| "volume": "1", |
| "issue": "", |
| "pages": "775--780", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Mihalcea, R., Corley, C., & Strapparava, C. (2006). Corpus-based and Knowledge-based Measures of Text Semantic Similarity. In A. Cohn (Ed.), Pro- ceedings of the 21st national conference on Artifi- cial intelligence-Volume 1 (pp. 775-780). AAAI Press.", |
| "links": null |
| }, |
| "BIBREF21": { |
| "ref_id": "b21", |
| "title": "WordNet: A Lexical Database for English", |
| "authors": [ |
| { |
| "first": "G", |
| "middle": [ |
| "A" |
| ], |
| "last": "Miller", |
| "suffix": "" |
| } |
| ], |
| "year": 1995, |
| "venue": "Communications of the ACM", |
| "volume": "38", |
| "issue": "11", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Miller, G.A. (1995). WordNet: A Lexical Database for English. Communications of the ACM Vol. 38, No. 11: 39:41.", |
| "links": null |
| }, |
| "BIBREF22": { |
| "ref_id": "b22", |
| "title": "Tweet-Motif : Exploratory Search and Topic Summarization for Twitter", |
| "authors": [ |
| { |
| "first": "B", |
| "middle": [], |
| "last": "O'connor", |
| "suffix": "" |
| }, |
| { |
| "first": "M", |
| "middle": [], |
| "last": "Krieger", |
| "suffix": "" |
| }, |
| { |
| "first": "D", |
| "middle": [], |
| "last": "Ahn", |
| "suffix": "" |
| } |
| ], |
| "year": 2010, |
| "venue": "Proceedings of the Fourth International AAAI Conference on Weblogs and Social Media", |
| "volume": "", |
| "issue": "", |
| "pages": "384--385", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "O'Connor, B., Krieger, M., & Ahn, D. (2010). Tweet- Motif : Exploratory Search and Topic Summariza- tion for Twitter. In Proceedings of the Fourth International AAAI Conference on Weblogs and Social Media (pp. 384-385). Association for the Advancement of Artificial Intelligence.", |
| "links": null |
| }, |
| "BIBREF23": { |
| "ref_id": "b23", |
| "title": "Contextual Bitext-Derived Paraphrases in Automatic MT Evaluation", |
| "authors": [ |
| { |
| "first": "K", |
| "middle": [], |
| "last": "Owczarzak", |
| "suffix": "" |
| }, |
| { |
| "first": "D", |
| "middle": [], |
| "last": "Gorves", |
| "suffix": "" |
| }, |
| { |
| "first": "J", |
| "middle": [ |
| "V" |
| ], |
| "last": "Genabith", |
| "suffix": "" |
| }, |
| { |
| "first": "A", |
| "middle": [], |
| "last": "Way", |
| "suffix": "" |
| } |
| ], |
| "year": 2006, |
| "venue": "Proceedings of the Workshop on Statistical Machine Translation (StatMT '06)", |
| "volume": "", |
| "issue": "", |
| "pages": "86--93", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Owczarzak, K., Gorves, D., Genabith, J. V., & Way, A. (2006). Contextual Bitext-Derived Paraphrases in Automatic MT Evaluation. In Proceedings of the Workshop on Statistical Machine Translation (StatMT '06). Association for Computational Linguistics (pp. 86-93). Stroudsburg, PA, USA.", |
| "links": null |
| }, |
| "BIBREF24": { |
| "ref_id": "b24", |
| "title": "Scikit-learn: Machine Learning in Python", |
| "authors": [ |
| { |
| "first": "F", |
| "middle": [], |
| "last": "Pedregosa", |
| "suffix": "" |
| }, |
| { |
| "first": "G", |
| "middle": [], |
| "last": "Varoquaux", |
| "suffix": "" |
| }, |
| { |
| "first": "A", |
| "middle": [], |
| "last": "Gramfort", |
| "suffix": "" |
| }, |
| { |
| "first": "V", |
| "middle": [], |
| "last": "Michel", |
| "suffix": "" |
| }, |
| { |
| "first": "B", |
| "middle": [], |
| "last": "Thirion", |
| "suffix": "" |
| }, |
| { |
| "first": "O", |
| "middle": [], |
| "last": "Grisel", |
| "suffix": "" |
| }, |
| { |
| "first": "M", |
| "middle": [], |
| "last": "Blondel", |
| "suffix": "" |
| }, |
| { |
| "first": "P", |
| "middle": [], |
| "last": "Prettenhofer", |
| "suffix": "" |
| }, |
| { |
| "first": "R", |
| "middle": [], |
| "last": "Weiss", |
| "suffix": "" |
| }, |
| { |
| "first": "V", |
| "middle": [], |
| "last": "Dubourg", |
| "suffix": "" |
| }, |
| { |
| "first": "J", |
| "middle": [], |
| "last": "Vanderplas", |
| "suffix": "" |
| }, |
| { |
| "first": "A", |
| "middle": [], |
| "last": "Passos", |
| "suffix": "" |
| }, |
| { |
| "first": "D", |
| "middle": [], |
| "last": "Cournapeau", |
| "suffix": "" |
| }, |
| { |
| "first": "M", |
| "middle": [], |
| "last": "Brucher", |
| "suffix": "" |
| }, |
| { |
| "first": "M", |
| "middle": [], |
| "last": "Perrot", |
| "suffix": "" |
| }, |
| { |
| "first": "\u00c9", |
| "middle": [], |
| "last": "Duchesnay", |
| "suffix": "" |
| } |
| ], |
| "year": 2011, |
| "venue": "Journal of Machine Learning Research", |
| "volume": "12", |
| "issue": "", |
| "pages": "2825--2830", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Pedregosa, F., Varoquaux, G., Gramfort, A. , Michel, V.,Thirion, B.,Grisel, O., Blondel, M., Prettenho- fer, P., Weiss, R., Dubourg, V., Vanderplas, J., Passos, A., Cournapeau, D., Brucher, M., Perrot, M., Duchesnay, \u00c9. (2011). Scikit-learn: Machine Learning in Python. Journal of Machine Learning Research, 12, 2825-2830", |
| "links": null |
| }, |
| "BIBREF25": { |
| "ref_id": "b25", |
| "title": "Paraphrase Recognition via Dissimilarity Significance Classification", |
| "authors": [ |
| { |
| "first": "L", |
| "middle": [], |
| "last": "Qiu", |
| "suffix": "" |
| }, |
| { |
| "first": "M.-Y", |
| "middle": [], |
| "last": "Kan", |
| "suffix": "" |
| }, |
| { |
| "first": "T.-S", |
| "middle": [], |
| "last": "Chua", |
| "suffix": "" |
| } |
| ], |
| "year": 2006, |
| "venue": "Proceedings of the 2006 Conference on Empirical Methods in Natural Language Processing (EMNLP '06)", |
| "volume": "", |
| "issue": "", |
| "pages": "18--26", |
| "other_ids": { |
| "DOI": [ |
| "10.3115/1610075.1610079" |
| ] |
| }, |
| "num": null, |
| "urls": [], |
| "raw_text": "Qiu, L., Kan, M.-Y., & Chua, T.-S. (2006). Paraphrase Recognition via Dissimilarity Significance Classi- fication. Proceedings of the 2006 Conference on Empirical Methods in Natural Language Pro- cessing (EMNLP '06), (July), 18-26. doi:10.3115/1610075.1610079", |
| "links": null |
| }, |
| "BIBREF26": { |
| "ref_id": "b26", |
| "title": "Named entity recognition in tweets: an experimental study", |
| "authors": [ |
| { |
| "first": "A", |
| "middle": [], |
| "last": "Ritter", |
| "suffix": "" |
| }, |
| { |
| "first": "S", |
| "middle": [], |
| "last": "Clark", |
| "suffix": "" |
| }, |
| { |
| "first": "O", |
| "middle": [], |
| "last": "Mausam & Etzioni", |
| "suffix": "" |
| } |
| ], |
| "year": 2011, |
| "venue": "Proceedings of the Conference on Empirical Methods in Natural Language Processing (EMNLP'11). Association for Computitional Linguistics", |
| "volume": "", |
| "issue": "", |
| "pages": "1524--1534", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Ritter, A., Clark, S., Mausam & Etzioni, O. (2011). Named entity recognition in tweets: an experi- mental study. In Proceedings of the Conference on Empirical Methods in Natural Language Pro- cessing (EMNLP'11). Association for Computi- tional Linguistics. Stroudsburg, PA, USA, 1524- 1534.", |
| "links": null |
| }, |
| "BIBREF27": { |
| "ref_id": "b27", |
| "title": "Dynamic Pooling and Unfolding Recursive Autoencoders for Paraphrase Detection", |
| "authors": [ |
| { |
| "first": "R", |
| "middle": [], |
| "last": "Socher", |
| "suffix": "" |
| }, |
| { |
| "first": "E", |
| "middle": [ |
| "H" |
| ], |
| "last": "Huang", |
| "suffix": "" |
| }, |
| { |
| "first": "J", |
| "middle": [], |
| "last": "Pennington", |
| "suffix": "" |
| }, |
| { |
| "first": "A", |
| "middle": [ |
| "Y" |
| ], |
| "last": "Ng", |
| "suffix": "" |
| }, |
| { |
| "first": "C", |
| "middle": [ |
| "D" |
| ], |
| "last": "Manning", |
| "suffix": "" |
| } |
| ], |
| "year": 2011, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "1--9", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Socher, R., Huang, E. H., Pennington, J., Ng, A. Y., & Manning, C. D. (2011) Dynamic Pooling and Un- folding Recursive Autoencoders for Paraphrase Detection. Science, 1-9.", |
| "links": null |
| }, |
| "BIBREF28": { |
| "ref_id": "b28", |
| "title": "Using Dependency-Based Features to Take the \" Para-farce \" out of Paraphrase", |
| "authors": [ |
| { |
| "first": "S", |
| "middle": [], |
| "last": "Wan", |
| "suffix": "" |
| }, |
| { |
| "first": "M", |
| "middle": [], |
| "last": "Dras", |
| "suffix": "" |
| }, |
| { |
| "first": "R", |
| "middle": [], |
| "last": "Dale", |
| "suffix": "" |
| } |
| ], |
| "year": 2006, |
| "venue": "proceedings of the Australasian Language Technology Workshop", |
| "volume": "", |
| "issue": "", |
| "pages": "131--138", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Wan, S., Dras, M., & Dale, R. (2006). Using Dependen- cy-Based Features to Take the \" Para-farce \" out of Paraphrase. In proceedings of the Australasian Language Technology Workshop (pp. 131-138).", |
| "links": null |
| }, |
| "BIBREF30": { |
| "ref_id": "b30", |
| "title": "Data-Drive Aprroches for Paraphrasing Across Language Variations", |
| "authors": [ |
| { |
| "first": "W", |
| "middle": [], |
| "last": "Xu", |
| "suffix": "" |
| } |
| ], |
| "year": 2014, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Xu, W. (2014). Data-Drive Aprroches for Paraphrasing Across Language Variations. PhD Thesis. Depart- ment of Computer Science, New York University.", |
| "links": null |
| }, |
| "BIBREF31": { |
| "ref_id": "b31", |
| "title": "Extracting Lexically Divergent Paraphrases from Twitter. Transactions Of The Association For Computational Linguistics", |
| "authors": [ |
| { |
| "first": "W", |
| "middle": [], |
| "last": "Xu", |
| "suffix": "" |
| }, |
| { |
| "first": "A", |
| "middle": [], |
| "last": "Ritter", |
| "suffix": "" |
| }, |
| { |
| "first": "C", |
| "middle": [], |
| "last": "Callison-Burch", |
| "suffix": "" |
| }, |
| { |
| "first": "W", |
| "middle": [], |
| "last": "Dolan", |
| "suffix": "" |
| }, |
| { |
| "first": "Y", |
| "middle": [], |
| "last": "Ji", |
| "suffix": "" |
| } |
| ], |
| "year": 2014, |
| "venue": "", |
| "volume": "2", |
| "issue": "", |
| "pages": "435--448", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Xu, W., Ritter, A., Callison-Burch, C., Dolan, W., & Ji, Y. (2014). Extracting Lexically Divergent Para- phrases from Twitter. Transactions Of The Associ- ation For Computational Linguistics, 2, 435-448. Retrieved fromhttps://tacl2013.cs.columbia.edu/ojs/index.ph p/tacl/article/view/498", |
| "links": null |
| }, |
| "BIBREF32": { |
| "ref_id": "b32", |
| "title": "Paraphrase Identification by Text Canonicalization", |
| "authors": [ |
| { |
| "first": "Y", |
| "middle": [], |
| "last": "Zhang", |
| "suffix": "" |
| }, |
| { |
| "first": "J", |
| "middle": [], |
| "last": "Patrick", |
| "suffix": "" |
| } |
| ], |
| "year": 2005, |
| "venue": "proceedings of the Australasian Language Technology Workshop", |
| "volume": "", |
| "issue": "", |
| "pages": "160--166", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Zhang, Y., & Patrick, J. (2005). Paraphrase Identifica- tion by Text Canonicalization. In proceedings of the Australasian Language Technology Workshop (pp. 160-166). Sydney, Australia.", |
| "links": null |
| } |
| }, |
| "ref_entries": { |
| "TABREF2": { |
| "num": null, |
| "content": "<table/>", |
| "text": "", |
| "type_str": "table", |
| "html": null |
| } |
| } |
| } |
| } |