Benjamin Aw
Add updated pkl file v3
6fa4bc9
{
"paper_id": "D12-1039",
"header": {
"generated_with": "S2ORC 1.0.0",
"date_generated": "2023-01-19T16:23:55.677494Z"
},
"title": "Automatically Constructing a Normalisation Dictionary for Microblogs",
"authors": [
{
"first": "Bo",
"middle": [],
"last": "Han",
"suffix": "",
"affiliation": {
"laboratory": "NICTA Victoria Research Laboratory",
"institution": "",
"location": {}
},
"email": "[email protected]"
},
{
"first": "Paul",
"middle": [],
"last": "Cook",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "The University of Melbourne",
"location": {}
},
"email": "[email protected]"
},
{
"first": "Timothy",
"middle": [],
"last": "Baldwin",
"suffix": "",
"affiliation": {
"laboratory": "NICTA Victoria Research Laboratory",
"institution": "",
"location": {}
},
"email": ""
}
],
"year": "",
"venue": null,
"identifiers": {},
"abstract": "Microblog normalisation methods often utilise complex models and struggle to differentiate between correctly-spelled unknown words and lexical variants of known words. In this paper, we propose a method for constructing a dictionary of lexical variants of known words that facilitates lexical normalisation via simple string substitution (e.g. tomorrow for tmrw). We use context information to generate possible variant and normalisation pairs and then rank these by string similarity. Highlyranked pairs are selected to populate the dictionary. We show that a dictionary-based approach achieves state-of-the-art performance for both F-score and word error rate on a standard dataset. Compared with other methods, this approach offers a fast, lightweight and easy-to-use solution, and is thus suitable for high-volume microblog pre-processing.",
"pdf_parse": {
"paper_id": "D12-1039",
"_pdf_hash": "",
"abstract": [
{
"text": "Microblog normalisation methods often utilise complex models and struggle to differentiate between correctly-spelled unknown words and lexical variants of known words. In this paper, we propose a method for constructing a dictionary of lexical variants of known words that facilitates lexical normalisation via simple string substitution (e.g. tomorrow for tmrw). We use context information to generate possible variant and normalisation pairs and then rank these by string similarity. Highlyranked pairs are selected to populate the dictionary. We show that a dictionary-based approach achieves state-of-the-art performance for both F-score and word error rate on a standard dataset. Compared with other methods, this approach offers a fast, lightweight and easy-to-use solution, and is thus suitable for high-volume microblog pre-processing.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Abstract",
"sec_num": null
}
],
"body_text": [
{
"text": "A staggering number of short text \"microblog\" messages are produced every day through social media such as Twitter (Twitter, 2011) . The immense volume of real-time, user-generated microblogs that flows through sites has been shown to have utility in applications such as disaster detection (Sakaki et al., 2010) , sentiment analysis (Jiang et al., 2011; Gonz\u00e1lez-Ib\u00e1\u00f1ez et al., 2011) , and event discovery (Weng and Lee, 2011; Benson et al., 2011) . However, due to the spontaneous nature of the posts, microblogs are notoriously noisy, containing many non-standard forms -e.g., tmrw \"tomorrow\" and 2day \"today\" -which degrade the performance of natural language processing (NLP) tools (Ritter et al., 2010; Han and Baldwin, 2011) . To reduce this effect, attempts have been made to adapt NLP tools to microblog data (Gimpel et al., 2011; Foster et al., 2011; Liu et al., 2011b; Ritter et al., 2011) . An alternative approach is to pre-normalise non-standard lexical variants to their standard orthography (Liu et al., 2011a; Han and Baldwin, 2011; Xue et al., 2011; Gouws et al., 2011) . For example, se u 2morw!!! would be normalised to see you tomorrow! The normalisation approach is especially attractive as a preprocessing step for applications which rely on keyword match or word frequency statistics. For example, earthqu, eathquake, and earthquakeee -all attested in a Twitter corpus -have the standard form earthquake; by normalising these types to their standard form, better coverage can be achieved for keyword-based methods, and better word frequency estimates can be obtained.",
"cite_spans": [
{
"start": 115,
"end": 130,
"text": "(Twitter, 2011)",
"ref_id": null
},
{
"start": 291,
"end": 312,
"text": "(Sakaki et al., 2010)",
"ref_id": "BIBREF31"
},
{
"start": 334,
"end": 354,
"text": "(Jiang et al., 2011;",
"ref_id": "BIBREF13"
},
{
"start": 355,
"end": 384,
"text": "Gonz\u00e1lez-Ib\u00e1\u00f1ez et al., 2011)",
"ref_id": "BIBREF9"
},
{
"start": 407,
"end": 427,
"text": "(Weng and Lee, 2011;",
"ref_id": "BIBREF34"
},
{
"start": 428,
"end": 448,
"text": "Benson et al., 2011)",
"ref_id": "BIBREF1"
},
{
"start": 687,
"end": 708,
"text": "(Ritter et al., 2010;",
"ref_id": "BIBREF29"
},
{
"start": 709,
"end": 731,
"text": "Han and Baldwin, 2011)",
"ref_id": "BIBREF11"
},
{
"start": 818,
"end": 839,
"text": "(Gimpel et al., 2011;",
"ref_id": "BIBREF8"
},
{
"start": 840,
"end": 860,
"text": "Foster et al., 2011;",
"ref_id": "BIBREF7"
},
{
"start": 861,
"end": 879,
"text": "Liu et al., 2011b;",
"ref_id": "BIBREF22"
},
{
"start": 880,
"end": 900,
"text": "Ritter et al., 2011)",
"ref_id": "BIBREF30"
},
{
"start": 1007,
"end": 1026,
"text": "(Liu et al., 2011a;",
"ref_id": "BIBREF21"
},
{
"start": 1027,
"end": 1049,
"text": "Han and Baldwin, 2011;",
"ref_id": "BIBREF11"
},
{
"start": 1050,
"end": 1067,
"text": "Xue et al., 2011;",
"ref_id": "BIBREF35"
},
{
"start": 1068,
"end": 1087,
"text": "Gouws et al., 2011)",
"ref_id": "BIBREF10"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Lexical Normalisation",
"sec_num": "1"
},
{
"text": "In this paper, we focus on the task of lexical normalisation of English Twitter messages, in which out-of-vocabulary (OOV) tokens are normalised to their in-vocabulary (IV) standard form, i.e., a standard form that is in a dictionary. Following other recent work on lexical normalisation (Liu et al., 2011a; Han and Baldwin, 2011; Gouws et al., 2011; Liu et al., 2012) , we specifically focus on one-to-one normalisation in which one OOV token is normalised to one IV word.",
"cite_spans": [
{
"start": 288,
"end": 307,
"text": "(Liu et al., 2011a;",
"ref_id": "BIBREF21"
},
{
"start": 308,
"end": 330,
"text": "Han and Baldwin, 2011;",
"ref_id": "BIBREF11"
},
{
"start": 331,
"end": 350,
"text": "Gouws et al., 2011;",
"ref_id": "BIBREF10"
},
{
"start": 351,
"end": 368,
"text": "Liu et al., 2012)",
"ref_id": "BIBREF23"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Lexical Normalisation",
"sec_num": "1"
},
{
"text": "Naturally, not all OOV words in microblogs are lexical variants of IV words: named entities, e.g., are prevalent in microblogs, but not all named entities are included in our dictionary. One challenge for lexical normalisation is therefore to dis-tinguish those OOV tokens that require normalisation from those that are well-formed. Recent unsupervised approaches have not attempted to distinguish such tokens from other types of OOV tokens (Cook and Stevenson, 2009; Liu et al., 2011a) , limiting their applicability to real-world normalisation tasks. Other approaches (Han and Baldwin, 2011; Gouws et al., 2011) have followed a cascaded approach in which lexical variants are first identified, and then normalised. However, such two-step approaches suffer from poor lexical variant identification performance, which is propagated to the normalisation step. Motivated by the observation that most lexical variants have an unambiguous standard form (especially for longer tokens), and that a lexical variant and its standard form typically occur in similar contexts, in this paper we propose methods for automatically constructing a lexical normalisation dictionary -a dictionary whose entries consist of (lexical variant, standard form) pairs -that enables type-based normalisation.",
"cite_spans": [
{
"start": 441,
"end": 467,
"text": "(Cook and Stevenson, 2009;",
"ref_id": "BIBREF6"
},
{
"start": 468,
"end": 486,
"text": "Liu et al., 2011a)",
"ref_id": "BIBREF21"
},
{
"start": 570,
"end": 593,
"text": "(Han and Baldwin, 2011;",
"ref_id": "BIBREF11"
},
{
"start": 594,
"end": 613,
"text": "Gouws et al., 2011)",
"ref_id": "BIBREF10"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Lexical Normalisation",
"sec_num": "1"
},
{
"text": "Despite the simplicity of this dictionary-based normalisation method, we show it to outperform previously-proposed approaches. This very fast, lightweight solution is suitable for real-time processing of the large volume of streaming microblog data available from Twitter, and offers a simple solution to the lexical variant detection problem that hinders other normalisation methods. Furthermore, this dictionary-based method can be easily integrated with other more-complex normalisation approaches (Liu et al., 2011a; Han and Baldwin, 2011; Gouws et al., 2011) to produce hybrid systems.",
"cite_spans": [
{
"start": 501,
"end": 520,
"text": "(Liu et al., 2011a;",
"ref_id": "BIBREF21"
},
{
"start": 521,
"end": 543,
"text": "Han and Baldwin, 2011;",
"ref_id": "BIBREF11"
},
{
"start": 544,
"end": 563,
"text": "Gouws et al., 2011)",
"ref_id": "BIBREF10"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Lexical Normalisation",
"sec_num": "1"
},
{
"text": "After discussing related work in Section 2, we present an overview of our dictionary-based approach to normalisation in Section 3. In Sections 4 and 5 we experimentally select the optimised context similarity parameters and string similarity reranking method. We present experimental results on the unseen test data in Section 6, and offer some concluding remarks in Section 7.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Lexical Normalisation",
"sec_num": "1"
},
{
"text": "Given a token t, lexical normalisation is the task of finding arg max P (s|t) \u221d arg max P (t|s)P (s), where s is the standard form, i.e., an IV word. Standardly in lexical normalisation, t is assumed to be an OOV token, relative to a fixed dictionary. In practice, not all OOV tokens should be normalised; i.e., only lexical variants (e.g., tmrw \"tomorrow\") should be normalised and tokens that are OOV but otherwise not lexical variants (e.g., iPad \"iPad\") should be unchanged. Most work in this area focuses only on the normalisation task itself, oftentimes assuming that the task of lexical variant detection has already been completed.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Related Work",
"sec_num": "2"
},
{
"text": "Various approaches have been proposed to estimate the error model, P (t|s). For example, in work on spell-checking, Brill and Moore (2000) improve on a standard edit-distance approach by considering multi-character edit operations; Toutanova and Moore (2002) build on this by incorporating phonological information. Li et al. (2006) utilise distributional similarity (Lin, 1998) to correct misspelled search queries.",
"cite_spans": [
{
"start": 116,
"end": 138,
"text": "Brill and Moore (2000)",
"ref_id": "BIBREF3"
},
{
"start": 232,
"end": 258,
"text": "Toutanova and Moore (2002)",
"ref_id": "BIBREF33"
},
{
"start": 316,
"end": 332,
"text": "Li et al. (2006)",
"ref_id": "BIBREF18"
},
{
"start": 367,
"end": 378,
"text": "(Lin, 1998)",
"ref_id": "BIBREF20"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Related Work",
"sec_num": "2"
},
{
"text": "In text message normalisation, Choudhury et al. (2007) model the letter transformations and emissions using a hidden Markov model (Rabiner, 1989) . Cook and Stevenson (2009) and Xue et al. (2011) propose multiple simple error models, each of which captures a particular way in which lexical variants are formed, such as phonetic spelling (e.g., epik \"epic\") or clipping (e.g., walkin \"walking\"). Nevertheless, optimally weighting the various error models in these approaches is challenging.",
"cite_spans": [
{
"start": 31,
"end": 54,
"text": "Choudhury et al. (2007)",
"ref_id": "BIBREF4"
},
{
"start": 130,
"end": 145,
"text": "(Rabiner, 1989)",
"ref_id": "BIBREF28"
},
{
"start": 148,
"end": 173,
"text": "Cook and Stevenson (2009)",
"ref_id": "BIBREF6"
},
{
"start": 178,
"end": 195,
"text": "Xue et al. (2011)",
"ref_id": "BIBREF35"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Related Work",
"sec_num": "2"
},
{
"text": "Without pre-categorising lexical variants into different types, Liu et al. (2011a) collect Google search snippets from carefully-designed queries from which they then extract noisy lexical variantstandard form pairs. These pairs are used to train a conditional random field (Lafferty et al., 2001) to estimate P (t|s) at the character level. One shortcoming of querying a search engine to obtain training pairs is it tends to be costly in terms of time and bandwidth. Here we exploit microblog data directly to derive (lexical variant, standard form) pairs, instead of relying on external resources. In morerecent work, Liu et al. (2012) endeavour to improve the accuracy of top-n normalisation candidates by integrating human cognitive inference, characterlevel transformations and spell checking in their normalisation model. The encouraging results shift the focus to reranking and promoting the correct normalisation to the top-1 position. However, like much previous work on lexical normalisation, this work assumes perfect lexical variant detection. Aw et al. (2006) and Kaufmann and Kalita (2010) consider normalisation as a machine translation task from lexical variants to standard forms using off-theshelf tools. These methods do not assume that lexical variants have been pre-identified; however, these methods do rely on large quantities of labelled training data, which is not available for microblogs.",
"cite_spans": [
{
"start": 64,
"end": 82,
"text": "Liu et al. (2011a)",
"ref_id": "BIBREF21"
},
{
"start": 274,
"end": 297,
"text": "(Lafferty et al., 2001)",
"ref_id": "BIBREF16"
},
{
"start": 620,
"end": 637,
"text": "Liu et al. (2012)",
"ref_id": "BIBREF23"
},
{
"start": 1056,
"end": 1072,
"text": "Aw et al. (2006)",
"ref_id": "BIBREF0"
},
{
"start": 1077,
"end": 1103,
"text": "Kaufmann and Kalita (2010)",
"ref_id": "BIBREF14"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Related Work",
"sec_num": "2"
},
{
"text": "Recently, Han and Baldwin (2011) and Gouws et al. (2011) propose two-step unsupervised approaches to normalisation, in which lexical variants are first identified, and then normalised. They approach lexical variant detection by using a context fitness classifier (Han and Baldwin, 2011) or through dictionary lookup (Gouws et al., 2011) . However, the lexical variant detection of both methods is rather unreliable, indicating the challenge of this aspect of normalisation. Both of these approaches incorporate a relatively small normalisation dictionary to capture frequent lexical variants with high precision. In particular, Gouws et al. (2011) produce a small normalisation lexicon based on distributional similarity and string similarity (Lodhi et al., 2002) . Our method adopts a similar strategy using distributional/string similarity, but instead of constructing a small lexicon for preprocessing, we build a much wider-coverage normalisation dictionary and opt for a fully lexiconbased end-to-end normalisation approach. In contrast to the normalisation dictionaries of Han and Baldwin (2011) and Gouws et al. (2011) which focus on very frequent lexical variants, we focus on moderate frequency lexical variants of a minimum character length, which tend to have unambiguous standard forms; our intention is to produce normalisation lexicons that are complementary to those currently available. Furthermore, we investigate the impact of a variety of contextual and string similarity measures on the quality of the resulting lexicons. In summary, our dictionary-based normalisation approach is a lightweight end-to-end method which performs both lexical variant detection and normalisation, and thus is suitable for practical online preprocessing, despite its simplicity.",
"cite_spans": [
{
"start": 10,
"end": 32,
"text": "Han and Baldwin (2011)",
"ref_id": "BIBREF11"
},
{
"start": 37,
"end": 56,
"text": "Gouws et al. (2011)",
"ref_id": "BIBREF10"
},
{
"start": 263,
"end": 286,
"text": "(Han and Baldwin, 2011)",
"ref_id": "BIBREF11"
},
{
"start": 316,
"end": 336,
"text": "(Gouws et al., 2011)",
"ref_id": "BIBREF10"
},
{
"start": 743,
"end": 763,
"text": "(Lodhi et al., 2002)",
"ref_id": "BIBREF24"
},
{
"start": 1079,
"end": 1101,
"text": "Han and Baldwin (2011)",
"ref_id": "BIBREF11"
},
{
"start": 1106,
"end": 1125,
"text": "Gouws et al. (2011)",
"ref_id": "BIBREF10"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Related Work",
"sec_num": "2"
},
{
"text": "Before discussing our method for creating a normalisation dictionary, we first discuss the feasibility of such an approach.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "A Lexical Normalisation Dictionary",
"sec_num": "3"
},
{
"text": "Dictionary lookup approaches to normalisation have been shown to have high precision but low recall (Han and Baldwin, 2011; Gouws et al., 2011) . Frequent (lexical variant, standard form) pairs such as (u, you) are typically included in the dictionaries used by such methods, while less-frequent items such as (g0tta, gotta) are generally omitted. Because of the degree of lexical creativity and large number of non-standard forms observed on Twitter, a wide-coverage normalisation dictionary would be expensive to construct manually. Based on the assumption that lexical variants occur in similar contexts to their standard forms, however, it should be possible to automatically construct a normalisation dictionary with wider coverage than is currently available.",
"cite_spans": [
{
"start": 100,
"end": 123,
"text": "(Han and Baldwin, 2011;",
"ref_id": "BIBREF11"
},
{
"start": 124,
"end": 143,
"text": "Gouws et al., 2011)",
"ref_id": "BIBREF10"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Feasibility",
"sec_num": "3.1"
},
{
"text": "Dictionary lookup is a type-based approach to normalisation, i.e., every token instance of a given type will always be normalised in the same way. However, lexical variants can be ambiguous, e.g., y corresponds to \"you\" in yeah, y r right! LOL but \"why\" in AM CONFUSED!!! y you did that? Nevertheless, the relative occurrence of ambiguous lexical variants is small (Liu et al., 2011a) , and it has been observed that while shorter variants such as y are often ambiguous, longer variants tend to be unambiguous. For example bthday and 4eva are unlikely to have standard forms other than \"birthday\" and \"forever\", respectively. Therefore, the normalisation lexicons we produce will only contain entries for OOVs with character length greater than a specified threshold, which are likely to have an unambiguous standard form.",
"cite_spans": [
{
"start": 365,
"end": 384,
"text": "(Liu et al., 2011a)",
"ref_id": "BIBREF21"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Feasibility",
"sec_num": "3.1"
},
{
"text": "Our method for constructing a normalisation dictionary is as follows:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Overview of approach",
"sec_num": "3.2"
},
{
"text": "Input: Tokenised English tweets 1. Extract (OOV, IV) pairs based on distributional similarity.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Overview of approach",
"sec_num": "3.2"
},
{
"text": "2. Re-rank the extracted pairs by string similarity.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Overview of approach",
"sec_num": "3.2"
},
{
"text": "Output: A list of (OOV, IV) pairs ordered by string similarity; select the top-n pairs for inclusion in the normalisation lexicon.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Overview of approach",
"sec_num": "3.2"
},
{
"text": "In",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Overview of approach",
"sec_num": "3.2"
},
{
"text": "Step 1, we leverage large volumes of Twitter data to identify the most distributionally-similar IV type for each OOV type. The result of this process is a set of (OOV, IV) pairs, ranked by distributional similarity. The extracted pairs will include (lexical variant, standard form) pairs, such as (tmrw, tomorrow), but will also contain false positives such as (Tusday, Sunday) -Tusday is a lexical variant, but its standard form is not \"Sunday\" -and (Youtube, web) -Youtube is an OOV named entity, not a lexical variant. Nevertheless, lexical variants are typically formed from their standard forms through regular processes (Thurlow, 2003 ) -e.g., the omission of characters -and from this perspective Sunday and web are not plausible standard forms for Tusday and Youtube, respectively. In Step 2, we therefore capture this intuition to re-rank the extracted pairs by string similarity. The top-n items in this re-ranked list then form the normalisation lexicon, which is based only on development data.",
"cite_spans": [
{
"start": 626,
"end": 640,
"text": "(Thurlow, 2003",
"ref_id": "BIBREF32"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Overview of approach",
"sec_num": "3.2"
},
{
"text": "Although computationally-expensive to build, this dictionary can be created offline. Once built, it then offers a very fast approach to normalisation.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Overview of approach",
"sec_num": "3.2"
},
{
"text": "We can only reliably compute distributional similarity for types that are moderately frequent in a corpus. Nevertheless, many lexical variants are sufficiently frequent to be able to compute distributional similarity, and can potentially make their way into our normalisation lexicon. This approach is not suitable for normalising low-frequency lexical variants, nor is it suitable for shorter lexical variant types which -as discussed in Section 3.1 -are more likely to have an ambiguous standard form. Nevertheless, previously-proposed normalisation methods that can handle such phenomena also rely in part on a normalisation lexicon. The normalisation lexicons we create can therefore be easily integrated with previous approaches to form hybrid normalisation systems.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Overview of approach",
"sec_num": "3.2"
},
{
"text": "Our objective is to extract contextually-similar (OOV, IV) pairs from a large-scale collection of mi-croblog data. Fundamentally, the surrounding words define the primary context, but there are different ways of representing context and different similarity measures we can use, which may influence the quality of generated normalisation pairs.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Contextually-similar Pair Generation",
"sec_num": "4"
},
{
"text": "In representing the context, we experimentally explore the following factors: (1) context window size (from 1 to 3 tokens on both sides); (2) n-gram order of the context tokens (unigram, bigram, trigram);",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Contextually-similar Pair Generation",
"sec_num": "4"
},
{
"text": "(3) whether context words are indexed for relative position or not; and (4) whether we use all context tokens, or only IV words. Because high-accuracy linguistic processing tools for Twitter are still under exploration (Liu et al., 2011b; Gimpel et al., 2011; Ritter et al., 2011; Foster et al., 2011) , we do not consider richer representations of context, for example, incorporating information about part-of-speech tags or syntax. We also experiment with a number of simple but widely-used geometric and information theoretic distance/similarity measures. In particular, we use Kullback-Leibler (KL) divergence (Kullback and Leibler, 1951) , Jensen-Shannon (JS) divergence (Lin, 1991) , Euclidean distance and Cosine distance.",
"cite_spans": [
{
"start": 219,
"end": 238,
"text": "(Liu et al., 2011b;",
"ref_id": "BIBREF22"
},
{
"start": 239,
"end": 259,
"text": "Gimpel et al., 2011;",
"ref_id": "BIBREF8"
},
{
"start": 260,
"end": 280,
"text": "Ritter et al., 2011;",
"ref_id": "BIBREF30"
},
{
"start": 281,
"end": 301,
"text": "Foster et al., 2011)",
"ref_id": "BIBREF7"
},
{
"start": 614,
"end": 642,
"text": "(Kullback and Leibler, 1951)",
"ref_id": "BIBREF15"
},
{
"start": 676,
"end": 687,
"text": "(Lin, 1991)",
"ref_id": "BIBREF19"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Contextually-similar Pair Generation",
"sec_num": "4"
},
{
"text": "We use a corpus of 10 million English tweets to do parameter tuning over, and a larger corpus of tweets in the final candidate ranking. All tweets were collected from September 2010 to January 2011 via the Twitter API. 1 From the raw data we extract English tweets using a language identification tool (Lui and Baldwin, 2011) , and then apply a simplified Twitter tokeniser (adapted from O'Connor et al. (2010)). We use the Aspell dictionary (v6.06) 2 to determine whether a word is IV, and only include in our normalisation dictionary OOV tokens with at least 64 occurrences in the corpus and character length \u2265 4, both of which were determined through empirical observation. For each OOV word type in the corpus, we select the most similar IV type to form (OOV, IV) pairs. To further narrow the search space, we only consider IV words which are morphophonemically similar to the OOV type, following settings in Han and Baldwin (2011). 3 In order to evaluate the generated pairs, we randomly selected 1000 OOV words from the 10 million tweet corpus. We set up an annotation task on Amazon Mechanical Turk, 4 presenting five independent annotators with each word type (with no context) and asking for corrections where appropriate. For instance, given tmrw, the annotators would likely identify it as a non-standard variant of \"tomorrow\". For correct OOV words like iPad, on the other hand, we would expect them to leave the word unchanged. If 3 or more of the 5 annotators make the same suggestion (in the form of either a canonical spelling or leaving the word unchanged), we include this in our gold standard for evaluation. In total, this resulted in 351 lexical variants and 282 correct OOV words, accounting for 63.3% of the 1000 OOV words. These 633 OOV words were used as (OOV, IV) pairs for parameter tuning. The remainder of the 1000 OOV words were ignored on the grounds that there was not sufficient consensus amongst the annotators. 5 Contextually-similar pair generation aims to include as many correct normalisation pairs as possible. We evaluate the quality of the normalisation pairs using \"Cumulative Gain\" (CG):",
"cite_spans": [
{
"start": 302,
"end": 325,
"text": "(Lui and Baldwin, 2011)",
"ref_id": "BIBREF25"
},
{
"start": 913,
"end": 938,
"text": "Han and Baldwin (2011). 3",
"ref_id": null
},
{
"start": 1946,
"end": 1947,
"text": "5",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Contextually-similar Pair Generation",
"sec_num": "4"
},
{
"text": "CG = N i=1 rel i",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Contextually-similar Pair Generation",
"sec_num": "4"
},
{
"text": "Suppose there are N correct generated pairs (oov i , iv i ), each of which is weighted by rel i , the frequency of oov i to indicate its relative importance; for example, (thinkin, thinking) has a higher weight than (g0tta, gotta) because thinkin is more frequent than g0tta in our corpus. In this evaluation we don't consider the position of normalisation pairs, and nor do we penalise incorrect pairs. Instead, we push distinguishing between correct and incorrect pairs into the downstream re-ranking step in which we incorporate string similarity information.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Contextually-similar Pair Generation",
"sec_num": "4"
},
{
"text": "Given the development data and CG, we run an exhaustive search of parameter combinations over only consider the top 30% most-frequent of these IV words. our development corpus. The five best parameter combinations are shown in Table 1 . We notice the CG is almost identical for the top combinations. As a context window size of 3 incurs a heavy processing and memory overhead over a size of 2, we use the 3rd-best parameter combination for subsequent experiments, namely: context window of \u00b12 tokens, token bigrams, positional index, and KL divergence as our distance measure.",
"cite_spans": [],
"ref_spans": [
{
"start": 227,
"end": 234,
"text": "Table 1",
"ref_id": null
}
],
"eq_spans": [],
"section": "Contextually-similar Pair Generation",
"sec_num": "4"
},
{
"text": "To better understand the sensitivity of the method to each parameter, we perform a post-hoc parameter analysis relative to a default setting (as underlined in Table 2 ), altering one parameter at a time. The results in Table 2 show that bigrams outperform other n-gram orders by a large margin (note that the evaluation is based on a log scale), and information-theoretic measures are superior to the geometric measures. Furthermore, it also indicates using the positional indexing better captures context. However, there is little to distinguish context modelling with just IV words or all tokens. Similarly, the context window size has relatively little impact on the overall performance, supporting our earlier observation from Table 1 .",
"cite_spans": [],
"ref_spans": [
{
"start": 159,
"end": 166,
"text": "Table 2",
"ref_id": null
},
{
"start": 219,
"end": 226,
"text": "Table 2",
"ref_id": null
},
{
"start": 731,
"end": 738,
"text": "Table 1",
"ref_id": null
}
],
"eq_spans": [],
"section": "Contextually-similar Pair Generation",
"sec_num": "4"
},
{
"text": "Once the contextually-similar (OOV, IV) pairs are generated using the selected parameters in Section 4, we further re-rank this set of pairs in an attempt to boost morphophonemically-similar pairs like (bananaz, bananas), and penalise noisy pairs like (paninis, beans).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Pair Re-ranking by String Similarity",
"sec_num": "5"
},
{
"text": "Instead of using the small 10 million tweet corpus, from this step onwards, we use a larger corpus of 80 million English tweets (collected over the same period as the development corpus) to develop a larger-scale normalisation dictionary. This is because once pairs are generated, re-ranking based on string comparison is much faster. We only include in the dictionary OOV words with a token frequency > 15 to include more OOV types than in Section 4, and again apply a minimum length cutoff of 4 characters.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Pair Re-ranking by String Similarity",
"sec_num": "5"
},
{
"text": "To measure how well our re-ranking method promotes correct pairs and demotes incorrect pairs (including both OOV words that should not be normalised, e.g. (Youtube, web), and incorrect normal- Table 2 : Parameter sensitivity analysis measured as log(CG) for correctly-generated pairs. We tune one parameter at a time, using the default (underlined) setting for other parameters; the non-exhaustive best-performing setting in each case is indicated in bold.",
"cite_spans": [],
"ref_spans": [
{
"start": 193,
"end": 200,
"text": "Table 2",
"ref_id": null
}
],
"eq_spans": [],
"section": "Pair Re-ranking by String Similarity",
"sec_num": "5"
},
{
"text": "isations for lexical variants, e.g. (bcuz, cause)), we modify our evaluation metric from Section 4 to evaluate the ranking at different points, using Discounted Cumulative Gain (DCG@N : Jarvelin and Kekalainen 2002):",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Pair Re-ranking by String Similarity",
"sec_num": "5"
},
{
"text": "DCG@N = rel 1 + N i=2 rel i log 2 (i)",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Pair Re-ranking by String Similarity",
"sec_num": "5"
},
{
"text": "where rel i again represents the frequency of the OOV, but it can be gain (a positive number) or loss (a negative number), depending on whether the ith pair is correct or incorrect. Because we also expect correct pairs to be ranked higher than incorrect pairs, DCG@N takes both factors into account.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Pair Re-ranking by String Similarity",
"sec_num": "5"
},
{
"text": "Given the generated pairs and the evaluation metric, we first consider three baselines: no re-ranking (i.e., the final ranking is that of the contextual similarity scores), and re-rankings of the pairs based on the frequencies of the OOVs in the Twitter corpus, and the IV unigram frequencies in the Google Web 1T corpus (Brants and Franz, 2006) to get less-noisy frequency estimates. We also compared a variety of re-rankings based on a number of string similarity measures that have been previously considered in normalisation work (reviewed in Section 2). We experiment with standard edit distance (Levenshtein, 1966) , edit distance over double metaphone codes (phonetic edit distance: (Philips, 2000) ), longest common subsequence ratio over the consonant edit distance of the paired words (hereafter, denoted as consonant edit distance: (Contractor et al., 2010) ), and a string subsequence kernel (Lodhi et al., 2002) .",
"cite_spans": [
{
"start": 321,
"end": 345,
"text": "(Brants and Franz, 2006)",
"ref_id": "BIBREF2"
},
{
"start": 601,
"end": 620,
"text": "(Levenshtein, 1966)",
"ref_id": "BIBREF17"
},
{
"start": 690,
"end": 705,
"text": "(Philips, 2000)",
"ref_id": "BIBREF27"
},
{
"start": 843,
"end": 868,
"text": "(Contractor et al., 2010)",
"ref_id": "BIBREF5"
},
{
"start": 904,
"end": 924,
"text": "(Lodhi et al., 2002)",
"ref_id": "BIBREF24"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Pair Re-ranking by String Similarity",
"sec_num": "5"
},
{
"text": "In Figure 1 , we present the DCG@N results for each of our ranking methods at different rank cutoffs. Ranking by OOV frequency is motivated by the assumption that lexical variants are frequently used by social media users. This is confirmed by our findings that lexical pairs like (goin, going) and (nite, night) are at the top of the ranking. However, many proper nouns and named entities are also used frequently and ranked at the top, mixed with lexical variants like (Facebook, speech) and (Youtube, web). In ranking by IV word frequency, we assume the lexical variants are usually derived from frequently-used IV equivalents, e.g. (abou, about). However, many less-frequent lexical variant types have high-frequency (IV) normalisations. For instance, the highest-frequency IV word the has more than 40 OOV lexical variants, such as tthe and thhe. These less-frequent types occupy the top positions, reducing the cumulative gain. Compared with these two baselines, ranking by default contextual similarity scores delivers promising results. It successfully ranks many more intuitive normalisation pairs at the top, such as (2day, today) and (wknd, weekend), but also ranks some incorrect pairs highly, such as (needa, gotta).",
"cite_spans": [],
"ref_spans": [
{
"start": 3,
"end": 11,
"text": "Figure 1",
"ref_id": "FIGREF0"
}
],
"eq_spans": [],
"section": "Pair Re-ranking by String Similarity",
"sec_num": "5"
},
{
"text": "The string similarity-based methods perform better than our baselines in general. Through manual analysis, we found that standard edit dis-tance ranking is fairly accurate for lexical variants with low edit distance to their standard forms, but fails to identify heavily-altered variants like (tmrw, tomorrow). Consonant edit distance is similar to standard edit distance, but places many longer words at the top of the ranking. Edit distance over double metaphone codes (phonetic edit distance) performs particularly well for lexical variants that include character repetitions -commonly used for emphasis on Twitter -because such repetitions do not typically alter the phonetic codes. Compared with the other methods, the string subsequence kernel delivers encouraging results. It measures common character subsequences of length n between (OOV, IV) pairs. Because it is computationally expensive to calculate similarity for larger n, we choose n=2, following Gouws et al. (2011) . As N (the lexicon size cut-off) increases, the performance drops more slowly than the other methods. Although this method fails to rank heavilyaltered variants such as (4get, forget) highly, it typically works well for longer words. Given that we focus on longer OOVs (specifically those longer than 4 characters), this ultimately isn't a great handicap.",
"cite_spans": [
{
"start": 962,
"end": 981,
"text": "Gouws et al. (2011)",
"ref_id": "BIBREF10"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Pair Re-ranking by String Similarity",
"sec_num": "5"
},
{
"text": "Given the re-ranked pairs from Section 5, here we apply them to a token-level normalisation task using the normalisation dataset of Han and Baldwin (2011).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Evaluation",
"sec_num": "6"
},
{
"text": "We evaluate using the standard evaluation metrics of precision (P), recall (R) and F-score (F) as detailed below. We also consider the false alarm rate (FA) and word error rate (WER), also as shown below. FA measures the negative effects of applying normalisation; a good approach to normalisation should not (incorrectly) normalise tokens that are already in their standard form and do not require normalisation. 6 WER, like F-score, shows the overall benefits of normalisation, but unlike F-score, measures how many token-level edits are required for the output to be the same as the ground truth data. In general, dictionaries with a high F-score/low WER and low FA are preferable. ",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Metrics",
"sec_num": "6.1"
},
{
"text": "We select the three best re-ranking methods, and best cut-off N for each method, based on the highest DCG@N value for a given method over the development data, as presented in Figure 1 . Namely, they are string subsequence kernel (S-dict, N =40,000), double metaphone edit distance (DMdict, N =10,000) and default contextual similarity without re-ranking (C-dict, N =10,000). 7 We evaluate each of the learned dictionaries in Table 3. We also compare each dictionary with the performance of the manually-constructed Internet slang dictionary (HB-dict) used by Han and Baldwin (2011), the small automatically-derived dictionary of Gouws et al. (2011) (GHM-dict), and combinations of the different dictionaries. In addition, the contribution of these dictionaries in hybrid normalisation approaches is also presented, in which we first normalise OOVs using a given dictionary (combined or otherwise), and then apply the normalisation method of Gouws et al. (2011) based on consonant edit distance (GHM-norm), or the approach of Han and Baldwin (2011) based on the summation of many unsupervised approaches (HB-norm), to the remaining OOVs. Results are shown in Table 3 , and discussed below.",
"cite_spans": [
{
"start": 376,
"end": 377,
"text": "7",
"ref_id": null
},
{
"start": 942,
"end": 961,
"text": "Gouws et al. (2011)",
"ref_id": "BIBREF10"
},
{
"start": 1026,
"end": 1048,
"text": "Han and Baldwin (2011)",
"ref_id": "BIBREF11"
}
],
"ref_spans": [
{
"start": 176,
"end": 184,
"text": "Figure 1",
"ref_id": "FIGREF0"
},
{
"start": 1159,
"end": 1166,
"text": "Table 3",
"ref_id": null
}
],
"eq_spans": [],
"section": "Results",
"sec_num": "6.2"
},
{
"text": "Overall, the individual dictionaries derived by the re-ranking methods (DM-dict, S-dict) perform bet- ter than that based on contextual similarity (C-dict) in terms of precision and false alarm rate, indicating the importance of re-ranking. Even though C-dict delivers higher recall -indicating that many lexical variants are correctly normalised -this is offset by its high false alarm rate, which is particularly undesirable in normalisation. Because S-dict has better performance than DM-dict in terms of both F-score and WER, and a much lower false alarm rate than C-dict, subsequent results are presented using S-dict only.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Individual Dictionaries",
"sec_num": "6.2.1"
},
{
"text": "Both HB-dict and GHM-dict achieve better than 90% precision with moderate recall. Compared to these methods, S-dict is not competitive in terms of either precision or recall. This result seems rather discouraging. However, considering that S-dict is an automatically-constructed dictionary targeting lexical variants of varying frequency, it is not surprising that the precision is worse than that of HB-dictwhich is manually-constructed -and GHM-dictwhich includes entries only for more-frequent OOVs for which distributional similarity is more accurate. Additionally, the recall of S-dict is hampered by the restriction on lexical variant token length of 4 characters.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Individual Dictionaries",
"sec_num": "6.2.1"
},
{
"text": "Next we look to combining HB-dict, GHM-dict and S-dict. In combining the dictionaries, a given OOV word can be listed with different standard forms in different dictionaries. In such cases we use the following preferences for dictionaries -motivated by our confidence in the normalisation pairs of the dictionaries -to resolve conflicts: HB-dict > GHM-dict > S-dict.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Combined Dictionaries",
"sec_num": "6.2.2"
},
{
"text": "When we combine dictionaries in the second section of Table 3 , we find that they contain complementary information: in each case the recall and F-score are higher for the combined dictionary than any of the individual dictionaries. The combination of HB-dict+GHM-dict produces only a small improvement in terms of F-score over HBdict (the better-performing dictionary) suggesting that, as claimed, HB-dict and GHM-dict share many frequent normalisation pairs. HB-dict+S-dict and GHM-dict+S-dict, on the other hand, improve sub- Table 3 : Normalisation results using our derived dictionaries (contextual similarity (C-dict); double metaphone rendering (DM-dict); string subsequence kernel scores (S-dict)), the dictionary of Gouws et al. (2011) (GHM-dict), the Internet slang dictionary (HB-dict) from Han and Baldwin (2011) , and combinations of these dictionaries. In addition, we combine the dictionaries with the normalisation method of Gouws et al. (2011) (GHM-norm) and the combined unsupervised approach of Han and Baldwin (2011) (HB-norm).",
"cite_spans": [
{
"start": 802,
"end": 824,
"text": "Han and Baldwin (2011)",
"ref_id": "BIBREF11"
}
],
"ref_spans": [
{
"start": 54,
"end": 61,
"text": "Table 3",
"ref_id": null
},
{
"start": 529,
"end": 536,
"text": "Table 3",
"ref_id": null
}
],
"eq_spans": [],
"section": "Combined Dictionaries",
"sec_num": "6.2.2"
},
{
"text": "stantially over HB-dict and GHM-dict, respectively, indicating that S-dict contains markedly different entries to both HB-dict and GHM-dict. The best Fscore and WER are obtained using the combination of all three dictionaries, HB-dict+GHM-dict+S-dict. Furthermore, the difference between the results using HB-dict+GHM-dict+S-dict and HB-dict+GHMdict is statistically significant (p < 0.01), based on the computationally-intensive Monte Carlo method of Yeh (2000) , demonstrating the contribution of Sdict.",
"cite_spans": [
{
"start": 452,
"end": 462,
"text": "Yeh (2000)",
"ref_id": "BIBREF36"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Combined Dictionaries",
"sec_num": "6.2.2"
},
{
"text": "The methods of Gouws et al. (2011) (i.e. GHM-dict+GHM-norm) and Han and Baldwin (2011) (i.e. HB-dict+HB-norm) have lower precision and higher false alarm rates than the dictionarybased approaches; this is largely caused by lexical variant detection errors. 8 Using all dictionaries in combination with these methods -HB-dict+GHM-dict+S-dict+GHM-norm and HB-dict+GHM-dict+S-dict+HB-norm -gives some improvements, but the false alarm rates remain high. Despite the limitations of a pure dictionary-based approach to normalisation -discussed in Section 3.1 -the current best practical approach to normal- isation is to use a lexicon, combining hand-built and automatically-learned normalisation dictionaries.",
"cite_spans": [
{
"start": 257,
"end": 258,
"text": "8",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Hybrid Approaches",
"sec_num": "6.2.3"
},
{
"text": "We first manually analyse the errors in the combined dictionary (HB-dict+GHM-dict+S-dict) and give examples of each error type in Table 4 . The most frequent word errors are caused by slight morphological variations, including plural forms (a), negations (b), possessive cases (c), and OOVs that are correct and do not require normalisation (d). In addition, we also notice some missing annotations where lexical variants are skipped by human annotations but captured by our method (e). Ambiguity (f) definitely exists in longer OOVs, however, these cases do not appear to have a strong negative impact on the normalisation performance. An example of a remain- Table 5 : S-dict normalisation results broken down according to OOV token length. Recall is presented both over the subset of instances of length \u2265 N in the data (\"Recall (\u2265 N )\"), and over the entirety of the dataset (\"Recall (all)\"); \"#Variants\" is the number of token instances of the indicated length in the test dataset.",
"cite_spans": [],
"ref_spans": [
{
"start": 130,
"end": 137,
"text": "Table 4",
"ref_id": "TABREF5"
},
{
"start": 661,
"end": 668,
"text": "Table 5",
"ref_id": null
}
],
"eq_spans": [],
"section": "Discussion and Error Analysis",
"sec_num": "6.3"
},
{
"text": "ing miscellaneous error is bday \"birthday\", which is mis-normalised as day.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Discussion and Error Analysis",
"sec_num": "6.3"
},
{
"text": "To further study the influence of OOV word length relative to the normalisation performance, we conduct a fine-grained analysis of the performance of the derived dictionary (S-dict) in Table 5 , broken down across different OOV word lengths. The results generally support our hypothesis that our method works better for longer OOV words. The derived dictionary is much more reliable for longer tokens (length 5, 6, and 7 characters) in terms of precision and false alarm. Although the recall is relatively modest, in the future we intend to improve recall by mining more normalisation pairs from larger collections of microblog data.",
"cite_spans": [],
"ref_spans": [
{
"start": 185,
"end": 192,
"text": "Table 5",
"ref_id": null
}
],
"eq_spans": [],
"section": "Discussion and Error Analysis",
"sec_num": "6.3"
},
{
"text": "In this paper, we describe a method for automatically constructing a normalisation dictionary that supports normalisation of microblog text through direct substitution of lexical variants with their standard forms. After investigating the impact of different distributional and string similarity methods on the quality of the dictionary, we present experimental results on a standard dataset showing that our proposed methods acquire high quality (lexical variant, standard form) pairs, with reasonable coverage, and achieve state-of-the-art end-toend lexical normalisation performance on a realworld token-level task. Furthermore, this dictionarylookup method combines the detection and normalisation of lexical variants into a simple, lightweight solution which is suitable for processing of highvolume microblog feeds.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusions and Future Work",
"sec_num": "7"
},
{
"text": "In the future, we intend to improve our dictionary by leveraging the constantly-growing volume of microblog data, and considering alternative ways to combine distributional and string similarity. In addi-tion to direct evaluation, we also want to explore the benefits of applying normalisation for downstream social media text processing applications, e.g. event detection.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusions and Future Work",
"sec_num": "7"
},
{
"text": "https://dev.twitter.com/docs/ streaming-api/methods 2 http://aspell.net/ 3 We only consider IV words within an edit distance of 2 or a phonemic edit distance of 1 from the OOV type, and we further",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "https://www.mturk.com/mturk/welcome 5 Note that the objective of this annotation task is to identify lexical variants that have agreed-upon standard forms irrespective of context, as a special case of the more general task of lexical normalisation (where context may or may not play a significant role in the determination of the normalisation).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "FA + P \u2264 1 because some lexical variants might be incorrectly normalised.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "We also experimented with combining ranks using Mean Reciprocal Rank. However, the combined rank didn't improve performance on the development data. We plan to explore other ranking aggregation methods in future work.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "Here we report results that do not assume perfect detection of lexical variants, unlike the original published results in each case.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
}
],
"back_matter": [
{
"text": "We would like to thank the three anonymous reviewers for their insightful comments, and Stephan Gouws for kindly sharing his data and discussing his work.NICTA is funded by the Australian government as represented by Department of Broadband, Communication and Digital Economy, and the Australian Research Council through the ICT centre of Excellence programme.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Acknowledgements",
"sec_num": null
}
],
"bib_entries": {
"BIBREF0": {
"ref_id": "b0",
"title": "A phrase-based statistical model for SMS text normalization",
"authors": [
{
"first": "Aiti",
"middle": [],
"last": "Aw",
"suffix": ""
},
{
"first": "Min",
"middle": [],
"last": "Zhang",
"suffix": ""
},
{
"first": "Juan",
"middle": [],
"last": "Xiao",
"suffix": ""
},
{
"first": "Jian",
"middle": [],
"last": "Su",
"suffix": ""
}
],
"year": 2006,
"venue": "Proceedings of COLING/ACL 2006",
"volume": "",
"issue": "",
"pages": "33--40",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "AiTi Aw, Min Zhang, Juan Xiao, and Jian Su. 2006. A phrase-based statistical model for SMS text normal- ization. In Proceedings of COLING/ACL 2006, pages 33-40, Sydney, Australia.",
"links": null
},
"BIBREF1": {
"ref_id": "b1",
"title": "Event discovery in social media feeds",
"authors": [
{
"first": "Edward",
"middle": [],
"last": "Benson",
"suffix": ""
},
{
"first": "Aria",
"middle": [],
"last": "Haghighi",
"suffix": ""
},
{
"first": "Regina",
"middle": [],
"last": "Barzilay",
"suffix": ""
}
],
"year": 2011,
"venue": "Proceedings of the 49th Annual Meeting of the Association for Computational Linguistics: Human Language Technologies (ACL-HLT 2011)",
"volume": "",
"issue": "",
"pages": "389--398",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Edward Benson, Aria Haghighi, and Regina Barzilay. 2011. Event discovery in social media feeds. In Pro- ceedings of the 49th Annual Meeting of the Associa- tion for Computational Linguistics: Human Language Technologies (ACL-HLT 2011), pages 389-398, Port- land, Oregon, USA.",
"links": null
},
"BIBREF2": {
"ref_id": "b2",
"title": "Web 1T 5-gram Version 1",
"authors": [
{
"first": "Thorsten",
"middle": [],
"last": "Brants",
"suffix": ""
},
{
"first": "Alex",
"middle": [],
"last": "Franz",
"suffix": ""
}
],
"year": 2006,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Thorsten Brants and Alex Franz. 2006. Web 1T 5-gram Version 1.",
"links": null
},
"BIBREF3": {
"ref_id": "b3",
"title": "An improved error model for noisy channel spelling correction",
"authors": [
{
"first": "Eric",
"middle": [],
"last": "Brill",
"suffix": ""
},
{
"first": "C",
"middle": [],
"last": "Robert",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Moore",
"suffix": ""
}
],
"year": 2000,
"venue": "Proceedings of the 38th Annual Meeting of the Association for Computational Linguistics",
"volume": "",
"issue": "",
"pages": "286--293",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Eric Brill and Robert C. Moore. 2000. An improved error model for noisy channel spelling correction. In Proceedings of the 38th Annual Meeting of the Associ- ation for Computational Linguistics, pages 286-293, Hong Kong.",
"links": null
},
"BIBREF4": {
"ref_id": "b4",
"title": "Investigation and modeling of the structure of texting language",
"authors": [
{
"first": "Monojit",
"middle": [],
"last": "Choudhury",
"suffix": ""
},
{
"first": "Rahul",
"middle": [],
"last": "Saraf",
"suffix": ""
},
{
"first": "Vijit",
"middle": [],
"last": "Jain",
"suffix": ""
},
{
"first": "Animesh",
"middle": [],
"last": "Mukherjee",
"suffix": ""
},
{
"first": "Sudeshna",
"middle": [],
"last": "Sarkar",
"suffix": ""
},
{
"first": "Anupam",
"middle": [],
"last": "Basu",
"suffix": ""
}
],
"year": 2007,
"venue": "International Journal on Document Analysis and Recognition",
"volume": "10",
"issue": "",
"pages": "157--174",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Monojit Choudhury, Rahul Saraf, Vijit Jain, Animesh Mukherjee, Sudeshna Sarkar, and Anupam Basu. 2007. Investigation and modeling of the structure of texting language. International Journal on Document Analysis and Recognition, 10:157-174.",
"links": null
},
"BIBREF5": {
"ref_id": "b5",
"title": "Unsupervised cleansing of noisy text",
"authors": [
{
"first": "Danish",
"middle": [],
"last": "Contractor",
"suffix": ""
},
{
"first": "A",
"middle": [],
"last": "Tanveer",
"suffix": ""
},
{
"first": "L",
"middle": [],
"last": "Faruquie",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Venkata",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Subramaniam",
"suffix": ""
}
],
"year": 2010,
"venue": "Proceedings of the 23rd International Conference on Computational Linguistics (COLING 2010)",
"volume": "",
"issue": "",
"pages": "189--196",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Danish Contractor, Tanveer A. Faruquie, and L. Venkata Subramaniam. 2010. Unsupervised cleansing of noisy text. In Proceedings of the 23rd International Confer- ence on Computational Linguistics (COLING 2010), pages 189-196, Beijing, China.",
"links": null
},
"BIBREF6": {
"ref_id": "b6",
"title": "An unsupervised model for text message normalization",
"authors": [
{
"first": "Paul",
"middle": [],
"last": "Cook",
"suffix": ""
},
{
"first": "Suzanne",
"middle": [],
"last": "Stevenson",
"suffix": ""
}
],
"year": 2009,
"venue": "CALC '09: Proceedings of the Workshop on Computational Approaches to Linguistic Creativity",
"volume": "",
"issue": "",
"pages": "71--78",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Paul Cook and Suzanne Stevenson. 2009. An unsu- pervised model for text message normalization. In CALC '09: Proceedings of the Workshop on Computa- tional Approaches to Linguistic Creativity, pages 71- 78, Boulder, USA.",
"links": null
},
"BIBREF7": {
"ref_id": "b7",
"title": "#hardtoparse: POS Tagging and Parsing the Twitterverse",
"authors": [
{
"first": "Jennifer",
"middle": [],
"last": "Foster",
"suffix": ""
},
{
"first": "Joachim",
"middle": [],
"last": "\u00d6zlem \u00c7 Etinoglu",
"suffix": ""
},
{
"first": "Joseph",
"middle": [
"L"
],
"last": "Wagner",
"suffix": ""
},
{
"first": "Stephen",
"middle": [],
"last": "Roux",
"suffix": ""
},
{
"first": "Joakim",
"middle": [],
"last": "Hogan",
"suffix": ""
},
{
"first": "Deirdre",
"middle": [],
"last": "Nivre",
"suffix": ""
},
{
"first": "Josef",
"middle": [],
"last": "Hogan",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Van Genabith",
"suffix": ""
}
],
"year": 2011,
"venue": "Analyzing Microtext: Papers from the 2011 AAAI Workshop, volume WS-11-05 of AAAI Workshops",
"volume": "",
"issue": "",
"pages": "20--25",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Jennifer Foster,\u00d6zlem \u00c7 etinoglu, Joachim Wagner, Joseph L. Roux, Stephen Hogan, Joakim Nivre, Deirdre Hogan, and Josef van Genabith. 2011. #hard- toparse: POS Tagging and Parsing the Twitterverse. In Analyzing Microtext: Papers from the 2011 AAAI Workshop, volume WS-11-05 of AAAI Workshops, pages 20-25, San Francisco, CA, USA.",
"links": null
},
"BIBREF8": {
"ref_id": "b8",
"title": "Part-of-speech tagging for Twitter: Annotation, features, and experiments",
"authors": [
{
"first": "Kevin",
"middle": [],
"last": "Gimpel",
"suffix": ""
},
{
"first": "Nathan",
"middle": [],
"last": "Schneider",
"suffix": ""
},
{
"first": "O'",
"middle": [],
"last": "Brendan",
"suffix": ""
},
{
"first": "Dipanjan",
"middle": [],
"last": "Connor",
"suffix": ""
},
{
"first": "Daniel",
"middle": [],
"last": "Das",
"suffix": ""
},
{
"first": "Jacob",
"middle": [],
"last": "Mills",
"suffix": ""
},
{
"first": "Michael",
"middle": [],
"last": "Eisenstein",
"suffix": ""
},
{
"first": "Dani",
"middle": [],
"last": "Heilman",
"suffix": ""
},
{
"first": "Jeffrey",
"middle": [],
"last": "Yogatama",
"suffix": ""
},
{
"first": "Noah",
"middle": [
"A"
],
"last": "Flanigan",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Smith",
"suffix": ""
}
],
"year": 2011,
"venue": "Proceedings of the 49th Annual Meeting of the Association for Computational Linguistics: Human Language Technologies (ACL-HLT 2011)",
"volume": "",
"issue": "",
"pages": "42--47",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Kevin Gimpel, Nathan Schneider, Brendan O'Connor, Dipanjan Das, Daniel Mills, Jacob Eisenstein, Michael Heilman, Dani Yogatama, Jeffrey Flanigan, and Noah A. Smith. 2011. Part-of-speech tagging for Twitter: Annotation, features, and experiments. In Proceedings of the 49th Annual Meeting of the Asso- ciation for Computational Linguistics: Human Lan- guage Technologies (ACL-HLT 2011), pages 42-47, Portland, Oregon, USA.",
"links": null
},
"BIBREF9": {
"ref_id": "b9",
"title": "Identifying sarcasm in Twitter: a closer look",
"authors": [
{
"first": "Roberto",
"middle": [],
"last": "Gonz\u00e1lez-Ib\u00e1\u00f1ez",
"suffix": ""
},
{
"first": "Smaranda",
"middle": [],
"last": "Muresan",
"suffix": ""
},
{
"first": "Nina",
"middle": [],
"last": "Wacholder",
"suffix": ""
}
],
"year": 2011,
"venue": "Proceedings of the 49th Annual Meeting of the Association for Computational Linguistics: Human Language Technologies (ACL-HLT 2011)",
"volume": "",
"issue": "",
"pages": "581--586",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Roberto Gonz\u00e1lez-Ib\u00e1\u00f1ez, Smaranda Muresan, and Nina Wacholder. 2011. Identifying sarcasm in Twitter: a closer look. In Proceedings of the 49th Annual Meeting of the Association for Computational Lin- guistics: Human Language Technologies (ACL-HLT 2011), pages 581-586, Portland, Oregon, USA.",
"links": null
},
"BIBREF10": {
"ref_id": "b10",
"title": "Unsupervised mining of lexical variants from noisy text",
"authors": [
{
"first": "Stephan",
"middle": [],
"last": "Gouws",
"suffix": ""
},
{
"first": "Dirk",
"middle": [],
"last": "Hovy",
"suffix": ""
},
{
"first": "Donald",
"middle": [],
"last": "Metzler",
"suffix": ""
}
],
"year": 2011,
"venue": "Proceedings of the First workshop on Unsupervised Learning in NLP",
"volume": "",
"issue": "",
"pages": "82--90",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Stephan Gouws, Dirk Hovy, and Donald Metzler. 2011. Unsupervised mining of lexical variants from noisy text. In Proceedings of the First workshop on Unsu- pervised Learning in NLP, pages 82-90, Edinburgh, Scotland, UK.",
"links": null
},
"BIBREF11": {
"ref_id": "b11",
"title": "Lexical normalisation of short text messages: Makn sens a #twitter",
"authors": [
{
"first": "Bo",
"middle": [],
"last": "Han",
"suffix": ""
},
{
"first": "Timothy",
"middle": [],
"last": "Baldwin",
"suffix": ""
}
],
"year": 2011,
"venue": "Proceedings of the 49th Annual Meeting of the Association for Computational Linguistics: Human Language Technologies (ACL-HLT 2011)",
"volume": "",
"issue": "",
"pages": "368--378",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Bo Han and Timothy Baldwin. 2011. Lexical normal- isation of short text messages: Makn sens a #twitter. In Proceedings of the 49th Annual Meeting of the As- sociation for Computational Linguistics: Human Lan- guage Technologies (ACL-HLT 2011), pages 368-378, Portland, Oregon, USA.",
"links": null
},
"BIBREF12": {
"ref_id": "b12",
"title": "Cumulated gainbased evaluation of IR techniques",
"authors": [
{
"first": "K",
"middle": [],
"last": "Jarvelin",
"suffix": ""
},
{
"first": "J",
"middle": [],
"last": "Kekalainen",
"suffix": ""
}
],
"year": 2002,
"venue": "ACM Transactions on Information Systems",
"volume": "20",
"issue": "4",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "K. Jarvelin and J. Kekalainen. 2002. Cumulated gain- based evaluation of IR techniques. ACM Transactions on Information Systems, 20(4).",
"links": null
},
"BIBREF13": {
"ref_id": "b13",
"title": "Target-dependent Twitter sentiment classification",
"authors": [
{
"first": "Long",
"middle": [],
"last": "Jiang",
"suffix": ""
},
{
"first": "Mo",
"middle": [],
"last": "Yu",
"suffix": ""
},
{
"first": "Ming",
"middle": [],
"last": "Zhou",
"suffix": ""
},
{
"first": "Xiaohua",
"middle": [],
"last": "Liu",
"suffix": ""
},
{
"first": "Tiejun",
"middle": [],
"last": "Zhao",
"suffix": ""
}
],
"year": 2011,
"venue": "Proceedings of the 49th Annual Meeting of the Association for Computational Linguistics: Human Language Technologies (ACL-HLT 2011)",
"volume": "",
"issue": "",
"pages": "151--160",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Long Jiang, Mo Yu, Ming Zhou, Xiaohua Liu, and Tiejun Zhao. 2011. Target-dependent Twitter sentiment clas- sification. In Proceedings of the 49th Annual Meeting of the Association for Computational Linguistics: Hu- man Language Technologies (ACL-HLT 2011), pages 151-160, Portland, Oregon, USA.",
"links": null
},
"BIBREF14": {
"ref_id": "b14",
"title": "Syntactic normalization of Twitter messages",
"authors": [
{
"first": "Joseph",
"middle": [],
"last": "Kaufmann",
"suffix": ""
},
{
"first": "Jugal",
"middle": [],
"last": "Kalita",
"suffix": ""
}
],
"year": 2010,
"venue": "International Conference on Natural Language Processing",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Joseph Kaufmann and Jugal Kalita. 2010. Syntactic nor- malization of Twitter messages. In International Con- ference on Natural Language Processing, Kharagpur, India.",
"links": null
},
"BIBREF15": {
"ref_id": "b15",
"title": "On information and sufficiency",
"authors": [
{
"first": "S",
"middle": [],
"last": "Kullback",
"suffix": ""
},
{
"first": "R",
"middle": [
"A"
],
"last": "Leibler",
"suffix": ""
}
],
"year": 1951,
"venue": "Annals of Mathematical Statistics",
"volume": "22",
"issue": "",
"pages": "49--86",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "S. Kullback and R. A. Leibler. 1951. On information and sufficiency. Annals of Mathematical Statistics, 22:49- 86.",
"links": null
},
"BIBREF16": {
"ref_id": "b16",
"title": "Conditional random fields: Probabilistic models for segmenting and labeling sequence data",
"authors": [
{
"first": "John",
"middle": [
"D"
],
"last": "Lafferty",
"suffix": ""
},
{
"first": "Andrew",
"middle": [],
"last": "Mccallum",
"suffix": ""
},
{
"first": "Fernando",
"middle": [
"C N"
],
"last": "Pereira",
"suffix": ""
}
],
"year": 2001,
"venue": "Proceedings of the Eighteenth International Conference on Machine Learning",
"volume": "",
"issue": "",
"pages": "282--289",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "John D. Lafferty, Andrew McCallum, and Fernando C. N. Pereira. 2001. Conditional random fields: Probabilis- tic models for segmenting and labeling sequence data. In Proceedings of the Eighteenth International Confer- ence on Machine Learning, pages 282-289, San Fran- cisco, CA, USA.",
"links": null
},
"BIBREF17": {
"ref_id": "b17",
"title": "Binary codes capable of correcting deletions, insertions, and reversals. Soviet Physics Doklady",
"authors": [
{
"first": "Vladimir",
"middle": [
"I"
],
"last": "Levenshtein",
"suffix": ""
}
],
"year": 1966,
"venue": "",
"volume": "10",
"issue": "",
"pages": "707--710",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Vladimir I. Levenshtein. 1966. Binary codes capable of correcting deletions, insertions, and reversals. Soviet Physics Doklady, 10:707-710.",
"links": null
},
"BIBREF18": {
"ref_id": "b18",
"title": "Exploring distributional similarity based models for query spelling correction",
"authors": [
{
"first": "Mu",
"middle": [],
"last": "Li",
"suffix": ""
},
{
"first": "Yang",
"middle": [],
"last": "Zhang",
"suffix": ""
},
{
"first": "Muhua",
"middle": [],
"last": "Zhu",
"suffix": ""
},
{
"first": "Ming",
"middle": [],
"last": "Zhou",
"suffix": ""
}
],
"year": 2006,
"venue": "Proceedings of COL-ING/ACL 2006",
"volume": "",
"issue": "",
"pages": "1025--1032",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Mu Li, Yang Zhang, Muhua Zhu, and Ming Zhou. 2006. Exploring distributional similarity based models for query spelling correction. In Proceedings of COL- ING/ACL 2006, pages 1025-1032, Sydney, Australia.",
"links": null
},
"BIBREF19": {
"ref_id": "b19",
"title": "Divergence measures based on the shannon entropy",
"authors": [
{
"first": "Jianhua",
"middle": [],
"last": "Lin",
"suffix": ""
}
],
"year": 1991,
"venue": "IEEE Transactions on Information Theory",
"volume": "37",
"issue": "1",
"pages": "145--151",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Jianhua Lin. 1991. Divergence measures based on the shannon entropy. IEEE Transactions on Information Theory, 37(1):145-151.",
"links": null
},
"BIBREF20": {
"ref_id": "b20",
"title": "Automatic retrieval and clustering of similar words",
"authors": [
{
"first": "Dekang",
"middle": [],
"last": "Lin",
"suffix": ""
}
],
"year": 1998,
"venue": "Proceedings of the 36th Annual Meeting of the ACL and 17th International Conference on Computational Linguistics (COLING/ACL-98)",
"volume": "",
"issue": "",
"pages": "768--774",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Dekang Lin. 1998. Automatic retrieval and cluster- ing of similar words. In Proceedings of the 36th An- nual Meeting of the ACL and 17th International Con- ference on Computational Linguistics (COLING/ACL- 98), pages 768-774, Montreal, Quebec, Canada.",
"links": null
},
"BIBREF21": {
"ref_id": "b21",
"title": "Insertion, deletion, or substitution? normalizing text messages without pre-categorization nor supervision",
"authors": [
{
"first": "Fei",
"middle": [],
"last": "Liu",
"suffix": ""
},
{
"first": "Fuliang",
"middle": [],
"last": "Weng",
"suffix": ""
},
{
"first": "Bingqing",
"middle": [],
"last": "Wang",
"suffix": ""
},
{
"first": "Yang",
"middle": [],
"last": "Liu",
"suffix": ""
}
],
"year": 2011,
"venue": "Proceedings of the 49th Annual Meeting of the Association for Computational Linguistics: Human Language Technologies (ACL-HLT 2011)",
"volume": "",
"issue": "",
"pages": "71--76",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Fei Liu, Fuliang Weng, Bingqing Wang, and Yang Liu. 2011a. Insertion, deletion, or substitution? normal- izing text messages without pre-categorization nor su- pervision. In Proceedings of the 49th Annual Meeting of the Association for Computational Linguistics: Hu- man Language Technologies (ACL-HLT 2011), pages 71-76, Portland, Oregon, USA.",
"links": null
},
"BIBREF22": {
"ref_id": "b22",
"title": "Recognizing named entities in tweets",
"authors": [
{
"first": "Xiaohua",
"middle": [],
"last": "Liu",
"suffix": ""
},
{
"first": "Shaodian",
"middle": [],
"last": "Zhang",
"suffix": ""
},
{
"first": "Furu",
"middle": [],
"last": "Wei",
"suffix": ""
},
{
"first": "Ming",
"middle": [],
"last": "Zhou",
"suffix": ""
}
],
"year": 2011,
"venue": "Proceedings of the 49th Annual Meeting of the Association for Computational Linguistics: Human Language Technologies (ACL-HLT 2011)",
"volume": "",
"issue": "",
"pages": "359--367",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Xiaohua Liu, Shaodian Zhang, Furu Wei, and Ming Zhou. 2011b. Recognizing named entities in tweets. In Proceedings of the 49th Annual Meeting of the As- sociation for Computational Linguistics: Human Lan- guage Technologies (ACL-HLT 2011), pages 359-367, Portland, Oregon, USA.",
"links": null
},
"BIBREF23": {
"ref_id": "b23",
"title": "A broadcoverage normalization system for social media language",
"authors": [
{
"first": "Fei",
"middle": [],
"last": "Liu",
"suffix": ""
},
{
"first": "Fuliang",
"middle": [],
"last": "Weng",
"suffix": ""
},
{
"first": "Xiao",
"middle": [],
"last": "Jiang",
"suffix": ""
}
],
"year": 2012,
"venue": "Proceedings of the 50th Annual Meeting of the Association for Computational Linguistics (ACL 2012)",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Fei Liu, Fuliang Weng, and Xiao Jiang. 2012. A broad- coverage normalization system for social media lan- guage. In Proceedings of the 50th Annual Meeting of the Association for Computational Linguistics (ACL 2012), Jeju, Republic of Korea.",
"links": null
},
"BIBREF24": {
"ref_id": "b24",
"title": "Text classification using string kernels",
"authors": [
{
"first": "Huma",
"middle": [],
"last": "Lodhi",
"suffix": ""
},
{
"first": "Craig",
"middle": [],
"last": "Saunders",
"suffix": ""
},
{
"first": "John",
"middle": [],
"last": "Shawe-Taylor",
"suffix": ""
},
{
"first": "Nello",
"middle": [],
"last": "Cristianini",
"suffix": ""
},
{
"first": "Chris",
"middle": [],
"last": "Watkins",
"suffix": ""
}
],
"year": 2002,
"venue": "J. Mach. Learn. Res",
"volume": "2",
"issue": "",
"pages": "419--444",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Huma Lodhi, Craig Saunders, John Shawe-Taylor, Nello Cristianini, and Chris Watkins. 2002. Text classifica- tion using string kernels. J. Mach. Learn. Res., 2:419- 444.",
"links": null
},
"BIBREF25": {
"ref_id": "b25",
"title": "Cross-domain feature selection for language identification",
"authors": [
{
"first": "Marco",
"middle": [],
"last": "Lui",
"suffix": ""
},
{
"first": "Timothy",
"middle": [],
"last": "Baldwin",
"suffix": ""
}
],
"year": 2011,
"venue": "Proceedings of the 5th International Joint Conference on Natural Language Processing",
"volume": "",
"issue": "",
"pages": "553--561",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Marco Lui and Timothy Baldwin. 2011. Cross-domain feature selection for language identification. In Pro- ceedings of the 5th International Joint Conference on Natural Language Processing (IJCNLP 2011), pages 553-561, Chiang Mai, Thailand.",
"links": null
},
"BIBREF26": {
"ref_id": "b26",
"title": "TweetMotif: Exploratory search and topic summarization for Twitter",
"authors": [
{
"first": "O'",
"middle": [],
"last": "Brendan",
"suffix": ""
},
{
"first": "Michel",
"middle": [],
"last": "Connor",
"suffix": ""
},
{
"first": "David",
"middle": [],
"last": "Krieger",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Ahn",
"suffix": ""
}
],
"year": 2010,
"venue": "Proceedings of the 4th International Conference on Weblogs and Social Media (ICWSM 2010)",
"volume": "",
"issue": "",
"pages": "384--385",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Brendan O'Connor, Michel Krieger, and David Ahn. 2010. TweetMotif: Exploratory search and topic sum- marization for Twitter. In Proceedings of the 4th In- ternational Conference on Weblogs and Social Media (ICWSM 2010), pages 384-385, Washington, USA.",
"links": null
},
"BIBREF27": {
"ref_id": "b27",
"title": "The double metaphone search algorithm",
"authors": [
{
"first": "Lawrence",
"middle": [],
"last": "Philips",
"suffix": ""
}
],
"year": 2000,
"venue": "C/C++ Users Journal",
"volume": "18",
"issue": "",
"pages": "38--43",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Lawrence Philips. 2000. The double metaphone search algorithm. C/C++ Users Journal, 18:38-43.",
"links": null
},
"BIBREF28": {
"ref_id": "b28",
"title": "A tutorial on hidden Markov models and selected applications in speech recognition",
"authors": [
{
"first": "Lawrence",
"middle": [
"R"
],
"last": "Rabiner",
"suffix": ""
}
],
"year": 1989,
"venue": "Proceedings of the IEEE",
"volume": "77",
"issue": "2",
"pages": "257--286",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Lawrence R. Rabiner. 1989. A tutorial on hidden Markov models and selected applications in speech recognition. Proceedings of the IEEE, 77(2):257-286.",
"links": null
},
"BIBREF29": {
"ref_id": "b29",
"title": "Unsupervised modeling of Twitter conversations",
"authors": [
{
"first": "Alan",
"middle": [],
"last": "Ritter",
"suffix": ""
},
{
"first": "Colin",
"middle": [],
"last": "Cherry",
"suffix": ""
},
{
"first": "Bill",
"middle": [],
"last": "Dolan",
"suffix": ""
}
],
"year": 2010,
"venue": "Proceedings of Human Language Technologies: The 11th Annual Conference of the North American Chapter of the Association for Computational Linguistics (NAACL-HLT 2010)",
"volume": "",
"issue": "",
"pages": "172--180",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Alan Ritter, Colin Cherry, and Bill Dolan. 2010. Un- supervised modeling of Twitter conversations. In Proceedings of Human Language Technologies: The 11th Annual Conference of the North American Chap- ter of the Association for Computational Linguistics (NAACL-HLT 2010), pages 172-180, Los Angeles, USA.",
"links": null
},
"BIBREF30": {
"ref_id": "b30",
"title": "Named entity recognition in tweets: An experimental study",
"authors": [
{
"first": "Alan",
"middle": [],
"last": "Ritter",
"suffix": ""
},
{
"first": "Sam",
"middle": [],
"last": "Clark",
"suffix": ""
},
{
"first": "Mausam",
"middle": [],
"last": "",
"suffix": ""
},
{
"first": "Oren",
"middle": [],
"last": "Etzioni",
"suffix": ""
}
],
"year": 2011,
"venue": "Proceedings of the 2011 Conference on Empirical Methods in Natural Language Processing (EMNLP 2011)",
"volume": "",
"issue": "",
"pages": "1524--1534",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Alan Ritter, Sam Clark, Mausam, and Oren Etzioni. 2011. Named entity recognition in tweets: An ex- perimental study. In Proceedings of the 2011 Confer- ence on Empirical Methods in Natural Language Pro- cessing (EMNLP 2011), pages 1524-1534, Edinburgh, Scotland, UK.",
"links": null
},
"BIBREF31": {
"ref_id": "b31",
"title": "Earthquake shakes Twitter users: real-time event detection by social sensors",
"authors": [
{
"first": "Takeshi",
"middle": [],
"last": "Sakaki",
"suffix": ""
},
{
"first": "Makoto",
"middle": [],
"last": "Okazaki",
"suffix": ""
},
{
"first": "Yutaka",
"middle": [],
"last": "Matsuo",
"suffix": ""
}
],
"year": 2010,
"venue": "Proceedings of the 19th International Conference on the World Wide Web (WWW 2010)",
"volume": "",
"issue": "",
"pages": "851--860",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Takeshi Sakaki, Makoto Okazaki, and Yutaka Matsuo. 2010. Earthquake shakes Twitter users: real-time event detection by social sensors. In Proceedings of the 19th International Conference on the World Wide Web (WWW 2010), pages 851-860, Raleigh, North Carolina, USA.",
"links": null
},
"BIBREF32": {
"ref_id": "b32",
"title": "Generation txt? The sociolinguistics of young people's text-messaging",
"authors": [
{
"first": "Crispin",
"middle": [],
"last": "Thurlow",
"suffix": ""
}
],
"year": 2003,
"venue": "Discourse Analysis Online",
"volume": "",
"issue": "1",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Crispin Thurlow. 2003. Generation txt? The sociolin- guistics of young people's text-messaging. Discourse Analysis Online, 1(1).",
"links": null
},
"BIBREF33": {
"ref_id": "b33",
"title": "Pronunciation modeling for improved spelling correction",
"authors": [
{
"first": "Kristina",
"middle": [],
"last": "Toutanova",
"suffix": ""
},
{
"first": "Robert",
"middle": [
"C"
],
"last": "Moore",
"suffix": ""
}
],
"year": 2002,
"venue": "Proceedings of the 40th Annual Meeting of the ACL and 3rd Annual Meeting of the NAACL (ACL-02)",
"volume": "",
"issue": "",
"pages": "144--151",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Kristina Toutanova and Robert C. Moore. 2002. Pro- nunciation modeling for improved spelling correction. In Proceedings of the 40th Annual Meeting of the ACL and 3rd Annual Meeting of the NAACL (ACL-02), pages 144-151, Philadelphia, USA. Official Blog Twitter. 2011. 200 million tweets per day. Retrived at August 17th, 2011.",
"links": null
},
"BIBREF34": {
"ref_id": "b34",
"title": "Event detection in Twitter",
"authors": [
{
"first": "Jianshu",
"middle": [],
"last": "Weng",
"suffix": ""
},
{
"first": "Bu-Sung",
"middle": [],
"last": "Lee",
"suffix": ""
}
],
"year": 2011,
"venue": "Proceedings of the 5th International Conference on Weblogs and Social Media",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Jianshu Weng and Bu-Sung Lee. 2011. Event detection in Twitter. In Proceedings of the 5th International Conference on Weblogs and Social Media (ICWSM 2011), Barcelona, Spain.",
"links": null
},
"BIBREF35": {
"ref_id": "b35",
"title": "Normalizing microtext",
"authors": [
{
"first": "Zhenzhen",
"middle": [],
"last": "Xue",
"suffix": ""
},
{
"first": "Dawei",
"middle": [],
"last": "Yin",
"suffix": ""
},
{
"first": "Brian",
"middle": [
"D"
],
"last": "Davison",
"suffix": ""
}
],
"year": 2011,
"venue": "Proceedings of the AAAI-11 Workshop on Analyzing Microtext",
"volume": "",
"issue": "",
"pages": "74--79",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Zhenzhen Xue, Dawei Yin, and Brian D. Davison. 2011. Normalizing microtext. In Proceedings of the AAAI- 11 Workshop on Analyzing Microtext, pages 74-79, San Francisco, USA.",
"links": null
},
"BIBREF36": {
"ref_id": "b36",
"title": "More accurate tests for the statistical significance of result differences",
"authors": [
{
"first": "Alexander",
"middle": [],
"last": "Yeh",
"suffix": ""
}
],
"year": 2000,
"venue": "Proceedings of the 23rd International Conference on Computational Linguistics (COLING 2010)",
"volume": "",
"issue": "",
"pages": "947--953",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Alexander Yeh. 2000. More accurate tests for the sta- tistical significance of result differences. In Proceed- ings of the 23rd International Conference on Compu- tational Linguistics (COLING 2010), pages 947-953, Saarbr\u00fccken, Germany.",
"links": null
}
},
"ref_entries": {
"FIGREF0": {
"uris": null,
"type_str": "figure",
"text": "Re-ranking based on different string similarity methods.",
"num": null
},
"TABREF5": {
"html": null,
"type_str": "table",
"num": null,
"content": "<table><tr><td>: Error types in the combined dictionary (HB-</td></tr><tr><td>dict+GHM-dict+S-dict)</td></tr></table>",
"text": ""
}
}
}
}