id
int64
0
14.5M
document
sequence
doc_bio_tags
sequence
9,403,280
[ "Spotting", "out", "emerging", "artists", "using", "geo-aware", "analysis", "of", "P2P", "query", "strings", "Record", "label", "companies", "would", "like", "to", "identify", "potential", "artists", "as", "early", "as", "possible", "in", "their", "careers", ",", "before", "other", "companies", "approach", "the", "artists", "with", "competing", "contracts", ".", "The", "vast", "number", "of", "candidates", "makes", "the", "process", "of", "identifying", "the", "ones", "with", "high", "success", "potential", "time", "consuming", "and", "laborious", ".", "This", "paper", "demonstrates", "how", "datamining", "of", "P2P", "query", "strings", "can", "be", "used", "in", "order", "to", "mechanize", "most", "of", "this", "detection", "process", ".", "Using", "a", "unique", "intercepting", "system", "over", "the", "Gnutella", "network", ",", "we", "were", "able", "to", "capture", "an", "unprecedented", "amount", "of", "geographically", "identified", "(", "geo-aware", ")", "queries", ",", "allowing", "us", "to", "investigate", "the", "diffusion", "of", "music", "related", "queries", "in", "time", "and", "space", ".", "Our", "solution", "is", "based", "on", "the", "observation", "that", "emerging", "artists", ",", "especially", "rappers", ",", "have", "a", "discernible", "stronghold", "of", "fans", "in", "their", "hometown", "area", ",", "where", "they", "are", "able", "to", "perform", "and", "market", "their", "music", ".", "In", "a", "file", "sharing", "network", ",", "this", "is", "reflected", "as", "a", "delta", "function", "spatial", "distribution", "of", "content", "queries", ".", "Using", "this", "observation", ",", "we", "devised", "a", "detection", "algorithm", "for", "emerging", "artists", ",", "that", "looks", "for", "performers", "with", "sharp", "increase", "in", "popularity", "in", "a", "small", "geographic", "region", "though", "still", "unnoticable", "nation", "wide", ".", "The", "algorithm", "can", "suggest", "a", "short", "list", "of", "artists", "with", "breakthrough", "potential", ",", "from", "which", "we", "showed", "that", "about", "30", "%", "translate", "the", "potential", "to", "national", "success", "." ]
[ "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
419,557
[ "Exploiting", "dictionaries", "in", "named", "entity", "extraction", ":", "combining", "semi-Markov", "extraction", "processes", "and", "data", "integration", "methods", "We", "consider", "the", "problem", "of", "improving", "named", "entity", "recognition", "(", "NER", ")", "systems", "by", "using", "external", "dictionaries", "--", "more", "specifically", ",", "the", "problem", "of", "extending", "state-of-the-art", "NER", "systems", "by", "incorporating", "information", "about", "the", "similarity", "of", "extracted", "entities", "to", "entities", "in", "an", "external", "dictionary", ".", "This", "is", "difficult", "because", "most", "high-performance", "named", "entity", "recognition", "systems", "operate", "by", "sequentially", "classifying", "words", "as", "to", "whether", "or", "not", "they", "participate", "in", "an", "entity", "name", ";", "however", ",", "the", "most", "useful", "similarity", "measures", "score", "entire", "candidate", "names", ".", "To", "correct", "this", "mismatch", "we", "formalize", "a", "semi-Markov", "extraction", "process", ",", "which", "is", "based", "on", "sequentially", "classifying", "segments", "of", "several", "adjacent", "words", ",", "rather", "than", "single", "words", ".", "In", "addition", "to", "allowing", "a", "natural", "way", "of", "coupling", "high-performance", "NER", "methods", "and", "high-performance", "similarity", "functions", ",", "this", "formalism", "also", "allows", "the", "direct", "use", "of", "other", "useful", "entity-level", "features", ",", "and", "provides", "a", "more", "natural", "formulation", "of", "the", "NER", "problem", "than", "sequential", "word", "classification", ".", "Experiments", "in", "multiple", "domains", "show", "that", "the", "new", "model", "can", "substantially", "improve", "extraction", "performance", "over", "previous", "methods", "for", "using", "external", "dictionaries", "in", "NER", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "B", "I", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
13,755,742
[ "On", "community", "outliers", "and", "their", "efficient", "detection", "in", "information", "networks", "Linked", "or", "networked", "data", "are", "ubiquitous", "in", "many", "applications", ".", "Examples", "include", "web", "data", "or", "hypertext", "documents", "connected", "via", "hyperlinks", ",", "social", "networks", "or", "user", "profiles", "connected", "via", "friend", "links", ",", "co-authorship", "and", "citation", "information", ",", "blog", "data", ",", "movie", "reviews", "and", "so", "on", ".", "In", "these", "datasets", "(", "called", "``", "information", "networks", "''", ")", ",", "closely", "related", "objects", "that", "share", "the", "same", "properties", "or", "interests", "form", "a", "community", ".", "For", "example", ",", "a", "community", "in", "blogsphere", "could", "be", "users", "mostly", "interested", "in", "cell", "phone", "reviews", "and", "news", ".", "Outlier", "detection", "in", "information", "networks", "can", "reveal", "important", "anomalous", "and", "interesting", "behaviors", "that", "are", "not", "obvious", "if", "community", "information", "is", "ignored", ".", "An", "example", "could", "be", "a", "low-income", "person", "being", "friends", "with", "many", "rich", "people", "even", "though", "his", "income", "is", "not", "anomalously", "low", "when", "considered", "over", "the", "entire", "population", ".", "This", "paper", "first", "introduces", "the", "concept", "of", "community", "outliers", "(", "interesting", "points", "or", "rising", "stars", "for", "a", "more", "positive", "sense", ")", ",", "and", "then", "shows", "that", "well-known", "baseline", "approaches", "without", "considering", "links", "or", "community", "information", "can", "not", "find", "these", "community", "outliers", ".", "We", "propose", "an", "efficient", "solution", "by", "modeling", "networked", "data", "as", "a", "mixture", "model", "composed", "of", "multiple", "normal", "communities", "and", "a", "set", "of", "randomly", "generated", "outliers", ".", "The", "probabilistic", "model", "characterizes", "both", "data", "and", "links", "simultaneously", "by", "defining", "their", "joint", "distribution", "based", "on", "hidden", "Markov", "random", "fields", "(", "HMRF", ")", ".", "Maximizing", "the", "data", "likelihood", "and", "the", "posterior", "of", "the", "model", "gives", "the", "solution", "to", "the", "outlier", "inference", "problem", ".", "We", "apply", "the", "model", "on", "both", "synthetic", "data", "and", "DBLP", "data", "sets", ",", "and", "the", "results", "demonstrate", "importance", "of", "this", "concept", ",", "as", "well", "as", "the", "effectiveness", "and", "efficiency", "of", "the", "proposed", "approach", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
9,161,791
[ "Succinct", "summarization", "of", "transactional", "databases", ":", "an", "overlapped", "hyperrectangle", "scheme", "Transactional", "data", "are", "ubiquitous", ".", "Several", "methods", ",", "including", "frequent", "itemsets", "mining", "and", "co-clustering", ",", "have", "been", "proposed", "to", "analyze", "transactional", "databases", ".", "In", "this", "work", ",", "we", "propose", "a", "new", "research", "problem", "to", "succinctly", "summarize", "transactional", "databases", ".", "Solving", "this", "problem", "requires", "linking", "the", "high", "level", "structure", "of", "the", "database", "to", "a", "potentially", "huge", "number", "of", "frequent", "itemsets", ".", "We", "formulate", "this", "problem", "as", "a", "set", "covering", "problem", "using", "overlapped", "hyperrectangles", ";", "we", "then", "prove", "that", "this", "problem", "and", "its", "several", "variations", "are", "NP-hard", ".", "We", "develop", "an", "approximation", "algorithm", "HYPER", "which", "can", "achieve", "a", "ln", "(", "k", ")", "+", "1", "approximation", "ratio", "in", "polynomial", "time", ".", "We", "propose", "a", "pruning", "strategy", "that", "can", "significantly", "speed", "up", "the", "processing", "of", "our", "algorithm", ".", "Additionally", ",", "we", "propose", "an", "efficient", "algorithm", "to", "further", "summarize", "the", "set", "of", "hyperrectangles", "by", "allowing", "false", "positive", "conditions", ".", "A", "detailed", "study", "using", "both", "real", "and", "synthetic", "datasets", "shows", "the", "effectiveness", "and", "efficiency", "of", "our", "approaches", "in", "summarizing", "transactional", "databases", "." ]
[ "O", "B", "O", "B", "I", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O" ]
268,214
[ "Mining", "data", "records", "in", "Web", "pages", "A", "large", "amount", "of", "information", "on", "the", "Web", "is", "contained", "in", "regularly", "structured", "objects", ",", "which", "we", "call", "data", "records", ".", "Such", "data", "records", "are", "important", "because", "they", "often", "present", "the", "essential", "information", "of", "their", "host", "pages", ",", "e.g.", ",", "lists", "of", "products", "or", "services", ".", "It", "is", "useful", "to", "mine", "such", "data", "records", "in", "order", "to", "extract", "information", "from", "them", "to", "provide", "value-added", "services", ".", "Existing", "automatic", "techniques", "are", "not", "satisfactory", "because", "of", "their", "poor", "accuracies", ".", "In", "this", "paper", ",", "we", "propose", "a", "more", "effective", "technique", "to", "perform", "the", "task", ".", "The", "technique", "is", "based", "on", "two", "observations", "about", "data", "records", "on", "the", "Web", "and", "a", "string", "matching", "algorithm", ".", "The", "proposed", "technique", "is", "able", "to", "mine", "both", "contiguous", "and", "non-contiguous", "data", "records", ".", "Our", "experimental", "results", "show", "that", "the", "proposed", "technique", "outperforms", "existing", "techniques", "substantially", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
1,862,670
[ "Frequent-subsequence-based", "prediction", "of", "outer", "membrane", "proteins", "A", "number", "of", "medically", "important", "disease-causing", "bacteria", "(", "collectively", "called", "Gram-negative", "bacteria", ")", "are", "noted", "for", "the", "extra", "``", "outer", "''", "membrane", "that", "surrounds", "their", "cell", ".", "Proteins", "resident", "in", "this", "membrane", "(", "outer", "membrane", "proteins", ",", "or", "OMPs", ")", "are", "of", "primary", "research", "interest", "for", "antibiotic", "and", "vaccine", "drug", "design", "as", "they", "are", "on", "the", "surface", "of", "the", "bacteria", "and", "so", "are", "the", "most", "accessible", "targets", "to", "develop", "new", "drugs", "against", ".", "With", "the", "development", "of", "genome", "sequencing", "technology", "and", "bioinformatics", ",", "biologists", "can", "now", "deduce", "all", "the", "proteins", "that", "are", "likely", "produced", "in", "a", "given", "bacteria", "and", "have", "attempted", "to", "classify", "where", "proteins", "are", "located", "in", "a", "bacterial", "cell", ".", "However", "such", "protein", "localization", "programs", "are", "currently", "least", "accurate", "when", "predicting", "OMPs", ",", "and", "so", "there", "is", "a", "current", "need", "for", "the", "development", "of", "a", "better", "OMP", "classifier", ".", "Data", "mining", "research", "suggests", "that", "the", "use", "of", "frequent", "patterns", "has", "good", "performance", "in", "aiding", "the", "development", "of", "accurate", "and", "efficient", "classification", "algorithms", ".", "In", "this", "paper", ",", "we", "present", "two", "methods", "to", "identify", "OMPs", "based", "on", "frequent", "subsequences", "and", "test", "them", "on", "all", "Gram-negative", "bacterial", "proteins", "whose", "localizations", "have", "been", "determined", "by", "biological", "experiments", ".", "One", "classifier", "follows", "an", "association", "rule", "approach", ",", "while", "the", "other", "is", "based", "on", "support", "vector", "machines", "(", "SVMs", ")", ".", "We", "compare", "the", "proposed", "methods", "with", "the", "state-of-the-art", "methods", "in", "the", "biological", "domain", ".", "The", "results", "demonstrate", "that", "our", "methods", "are", "better", "both", "in", "terms", "of", "accurately", "identifying", "OMPs", "and", "providing", "biological", "insights", "that", "increase", "our", "understanding", "of", "the", "structures", "and", "functions", "of", "these", "important", "proteins", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
813,130
[ "Incremental", "quantile", "estimation", "for", "massive", "tracking" ]
[ "O", "O", "O", "O", "O", "O" ]
10,386,938
[ "Towards", "exploratory", "test", "instance", "specific", "algorithms", "for", "high", "dimensional", "classification", "In", "an", "interactive", "classification", "application", ",", "a", "user", "may", "find", "it", "more", "valuable", "to", "develop", "a", "diagnostic", "decision", "support", "method", "which", "can", "reveal", "significant", "classification", "behavior", "of", "exemplar", "records", ".", "Such", "an", "approach", "has", "the", "additional", "advantage", "of", "being", "able", "to", "optimize", "the", "decision", "process", "for", "the", "individual", "record", "in", "order", "to", "design", "more", "effective", "classification", "methods", ".", "In", "this", "paper", ",", "we", "propose", "the", "Subspace", "Decision", "Path", "method", "which", "provides", "the", "user", "with", "the", "ability", "to", "interactively", "explore", "a", "small", "number", "of", "nodes", "of", "a", "hierarchical", "decision", "process", "so", "that", "the", "most", "significant", "classification", "characteristics", "for", "a", "given", "test", "instance", "are", "revealed", ".", "In", "addition", ",", "the", "SD-Path", "method", "can", "provide", "enormous", "interpretability", "by", "constructing", "views", "of", "the", "data", "in", "which", "the", "different", "classes", "are", "clearly", "separated", "out", ".", "Even", "in", "cases", "where", "the", "classification", "behavior", "of", "the", "test", "instance", "is", "ambiguous", ",", "the", "SD-Path", "method", "provides", "a", "diagnostic", "understanding", "of", "the", "characteristics", "which", "result", "in", "this", "ambiguity", ".", "Therefore", ",", "this", "method", "combines", "the", "abilities", "of", "the", "human", "and", "the", "computer", "in", "creating", "an", "effective", "diagnostic", "tool", "for", "instance-centered", "high", "dimensional", "classification", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O" ]
9,497,760
[ "Mining", "preferences", "from", "superior", "and", "inferior", "examples", "Mining", "user", "preferences", "plays", "a", "critical", "role", "in", "many", "important", "applications", "such", "as", "customer", "relationship", "management", "(", "CRM", ")", ",", "product", "and", "service", "recommendation", ",", "and", "marketing", "campaigns", ".", "In", "this", "paper", ",", "we", "identify", "an", "interesting", "and", "practical", "problem", "of", "mining", "user", "preferences", ":", "in", "a", "multidimensional", "space", "where", "the", "user", "preferences", "on", "some", "categorical", "attributes", "are", "unknown", ",", "from", "some", "superior", "and", "inferior", "examples", "provided", "by", "a", "user", ",", "can", "we", "learn", "about", "the", "user", "'s", "preferences", "on", "those", "categorical", "attributes", "?", "We", "model", "the", "problem", "systematically", "and", "show", "that", "mining", "user", "preferences", "from", "superior", "and", "inferior", "examples", "is", "challenging", ".", "Although", "the", "problem", "has", "great", "potential", "in", "practice", ",", "to", "the", "best", "of", "our", "knowledge", ",", "it", "has", "not", "been", "explored", "systematically", "before", ".", "As", "the", "first", "attempt", "to", "tackle", "the", "problem", ",", "we", "propose", "a", "greedy", "method", "and", "show", "that", "our", "method", "is", "practical", "using", "real", "data", "sets", "and", "synthetic", "data", "sets", "." ]
[ "O", "B", "O", "O", "O", "B", "I", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
794,717
[ "Algorithms", "for", "storytelling", "We", "formulate", "a", "new", "data", "mining", "problem", "called", "it", "storytelling", "as", "a", "generalization", "of", "redescription", "mining", ".", "In", "traditional", "redescription", "mining", ",", "we", "are", "given", "a", "set", "of", "objects", "and", "a", "collection", "of", "subsets", "defined", "over", "these", "objects", ".", "The", "goal", "is", "to", "view", "the", "set", "system", "as", "a", "vocabulary", "and", "identify", "two", "expressions", "in", "this", "vocabulary", "that", "induce", "the", "same", "set", "of", "objects", ".", "Storytelling", ",", "on", "the", "other", "hand", ",", "aims", "to", "explicitly", "relate", "object", "sets", "that", "are", "disjoint", "(", "and", "hence", ",", "maximally", "dissimilar", ")", "by", "finding", "a", "chain", "of", "(", "approximate", ")", "redescriptions", "between", "the", "sets", ".", "This", "problem", "finds", "applications", "in", "bioinformatics", ",", "for", "instance", ",", "where", "the", "biologist", "is", "trying", "to", "relate", "a", "set", "of", "genes", "expressed", "in", "one", "experiment", "to", "another", "set", ",", "implicated", "in", "a", "different", "pathway", ".", "We", "outline", "an", "efficient", "storytelling", "implementation", "that", "embeds", "the", "CART", "wheels", "redescription", "mining", "algorithm", "in", "an", "A", "\\*", "search", "procedure", ",", "using", "the", "former", "to", "supply", "next", "move", "operators", "on", "search", "branches", "to", "the", "latter", ".", "This", "approach", "is", "practical", "and", "effective", "for", "mining", "large", "datasets", "and", ",", "at", "the", "same", "time", ",", "exploits", "the", "structure", "of", "partitions", "imposed", "by", "the", "given", "vocabulary", ".", "Three", "application", "case", "studies", "are", "presented", ":", "a", "study", "of", "word", "overlaps", "in", "large", "English", "dictionaries", ",", "exploring", "connections", "between", "genesets", "in", "a", "bioinformatics", "dataset", ",", "and", "relating", "publications", "in", "the", "PubMed", "index", "of", "abstracts", "." ]
[ "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "B", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
10,011,554
[ "Constructing", "comprehensive", "summaries", "of", "large", "event", "sequences", "Event", "sequences", "capture", "system", "and", "user", "activity", "over", "time", ".", "Prior", "research", "on", "sequence", "mining", "has", "mostly", "focused", "on", "discovering", "local", "patterns", ".", "Though", "interesting", ",", "these", "patterns", "reveal", "local", "associations", "and", "fail", "to", "give", "a", "comprehensive", "summary", "of", "the", "entire", "event", "sequence", ".", "Moreover", ",", "the", "number", "of", "patterns", "discovered", "can", "be", "large", ".", "In", "this", "paper", ",", "we", "take", "an", "alternative", "approach", "and", "build", "short", "summaries", "that", "describe", "the", "entire", "sequence", ",", "while", "revealing", "local", "associations", "among", "events", ".", "We", "formally", "define", "the", "summarization", "problem", "as", "an", "optimization", "problem", "that", "balances", "between", "shortness", "of", "the", "summary", "and", "accuracy", "of", "the", "data", "description", ".", "We", "show", "that", "this", "problem", "can", "be", "solved", "optimally", "in", "polynomial", "time", "by", "using", "a", "combination", "of", "two", "dynamic-programming", "algorithms", ".", "We", "also", "explore", "more", "efficient", "greedy", "alternatives", "and", "demonstrate", "that", "they", "work", "well", "on", "large", "datasets", ".", "Experiments", "on", "both", "synthetic", "and", "real", "datasets", "illustrate", "that", "our", "algorithms", "are", "efficient", "and", "produce", "high-quality", "results", ",", "and", "reveal", "interesting", "local", "structures", "in", "the", "data", "." ]
[ "O", "O", "O", "O", "O", "B", "I", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
337,666
[ "Natural", "communities", "in", "large", "linked", "networks", "We", "are", "interested", "in", "finding", "natural", "communities", "in", "large-scale", "linked", "networks", ".", "Our", "ultimate", "goal", "is", "to", "track", "changes", "over", "time", "in", "such", "communities", ".", "For", "such", "temporal", "tracking", ",", "we", "require", "a", "clustering", "algorithm", "that", "is", "relatively", "stable", "under", "small", "perturbations", "of", "the", "input", "data", ".", "We", "have", "developed", "an", "efficient", ",", "scalable", "agglomerative", "strategy", "and", "applied", "it", "to", "the", "citation", "graph", "of", "the", "NEC", "CiteSeer", "database", "(", "250,000", "papers", ";", "4.5", "million", "citations", ")", ".", "Agglomerative", "clustering", "techniques", "are", "known", "to", "be", "unstable", "on", "data", "in", "which", "the", "community", "structure", "is", "not", "strong", ".", "We", "find", "that", "some", "communities", "are", "essentially", "random", "and", "thus", "unstable", "while", "others", "are", "natural", "and", "will", "appear", "in", "most", "clusterings", ".", "These", "natural", "communities", "will", "enable", "us", "to", "track", "the", "evolution", "of", "communities", "over", "time", "." ]
[ "B", "I", "O", "B", "I", "I", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
6,755,571
[ "Experiments", "with", "random", "projections", "for", "machine", "learning", "Dimensionality", "reduction", "via", "Random", "Projections", "has", "attracted", "considerable", "attention", "in", "recent", "years", ".", "The", "approach", "has", "interesting", "theoretical", "underpinnings", "and", "offers", "computational", "advantages", ".", "In", "this", "paper", "we", "report", "a", "number", "of", "experiments", "to", "evaluate", "Random", "Projections", "in", "the", "context", "of", "inductive", "supervised", "learning", ".", "In", "particular", ",", "we", "compare", "Random", "Projections", "and", "PCA", "on", "a", "number", "of", "different", "datasets", "and", "using", "different", "machine", "learning", "methods", ".", "While", "we", "find", "that", "the", "random", "projection", "approach", "predictively", "underperforms", "PCA", ",", "its", "computational", "advantages", "may", "make", "it", "attractive", "for", "certain", "applications", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
3,908,215
[ "V-Miner", ":", "using", "enhanced", "parallel", "coordinates", "to", "mine", "product", "design", "and", "test", "data", "Analyzing", "data", "to", "find", "trends", ",", "correlations", ",", "and", "stable", "patterns", "is", "an", "important", "task", "in", "many", "industrial", "applications", ".", "This", "paper", "proposes", "a", "new", "technique", "based", "on", "parallel", "coordinate", "visualization", ".", "Previous", "work", "on", "parallel", "coordinate", "methods", "has", "shown", "that", "they", "are", "effective", "only", "when", "variables", "that", "are", "correlated", "and\\/or", "show", "similar", "patterns", "are", "displayed", "adjacently", ".", "Although", "current", "parallel", "coordinate", "tools", "allow", "the", "user", "to", "manually", "rearrange", "the", "order", "of", "variables", ",", "this", "process", "is", "very", "time-consuming", "when", "the", "number", "of", "variables", "is", "large", ".", "Automated", "assistance", "is", "required", ".", "This", "paper", "introduces", "an", "edit-distance", "based", "technique", "to", "rearrange", "variables", "so", "that", "interesting", "change", "patterns", "can", "be", "easily", "detected", "visually", ".", "The", "Visual", "Miner", "(", "V-Miner", ")", "software", "includes", "both", "automated", "methods", "for", "visualizing", "common", "patterns", "and", "a", "query", "tool", "that", "enables", "the", "user", "to", "describe", "specific", "target", "patterns", "to", "be", "mined", "or", "displayed", "by", "the", "system", ".", "In", "addition", ",", "the", "system", "can", "filter", "data", "according", "to", "rules", "sets", "imported", "from", "other", "data", "mining", "tools", ".", "This", "feature", "was", "found", "very", "helpful", "in", "practice", ",", "because", "it", "enables", "decision", "makers", "to", "visually", "identify", "interesting", "rules", "and", "data", "segments", "for", "further", "analysis", "or", "data", "mining", ".", "This", "paper", "begins", "with", "an", "introduction", "to", "the", "proposed", "techniques", "and", "the", "V-Miner", "system", ".", "Next", ",", "a", "case", "study", "illustrates", "how", "V-Miner", "has", "been", "used", "at", "Motorola", "to", "guide", "product", "design", "and", "test", "decisions", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
6,594,120
[ "1-dimensional", "splines", "as", "building", "blocks", "for", "improving", "accuracy", "of", "risk", "outcomes", "models", "Transformation", "of", "both", "the", "response", "variable", "and", "the", "predictors", "is", "commonly", "used", "in", "fitting", "regression", "models", ".", "However", ",", "these", "transformation", "methods", "do", "not", "always", "provide", "the", "maximum", "linear", "correlation", "between", "the", "response", "variable", "and", "the", "predictors", ",", "especially", "when", "there", "are", "non-linear", "relationships", "between", "predictors", "and", "the", "response", "such", "as", "the", "medical", "data", "set", "used", "in", "this", "study", ".", "A", "spline", "based", "transformation", "method", "is", "proposed", "that", "is", "second", "order", "smooth", ",", "continuous", ",", "and", "minimizes", "the", "mean", "squared", "error", "between", "the", "response", "and", "each", "predictor", ".", "Since", "the", "computation", "time", "for", "generating", "this", "spline", "is", "O", "(", "n", ")", ",", "the", "processing", "time", "is", "reasonable", "with", "massive", "data", "sets", ".", "In", "contrast", "to", "cubic", "smoothing", "splines", ",", "the", "resulting", "transformation", "equations", "also", "display", "a", "high", "level", "of", "efficiency", "for", "scoring", ".", "Data", "used", "for", "predicting", "health", "outcomes", "contains", "an", "abundance", "of", "non-linear", "relationships", "between", "predictors", "and", "the", "outcomes", "requiring", "an", "algorithm", "for", "modeling", "them", "accurately", ".", "Thus", ",", "a", "transformation", "that", "fits", "an", "adaptive", "cubic", "spline", "to", "each", "of", "a", "set", "of", "variables", "is", "proposed", ".", "These", "curves", "are", "used", "as", "a", "set", "of", "transformation", "functions", "on", "the", "predictors", ".", "A", "case", "study", "of", "how", "the", "transformed", "variables", "can", "be", "fed", "into", "a", "simple", "linear", "regression", "model", "to", "predict", "risk", "outcomes", "is", "presented", ".", "The", "results", "show", "significant", "improvement", "over", "the", "performance", "of", "the", "original", "variables", "in", "both", "linear", "and", "non-linear", "models", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
839,336
[ "Distributed", "data", "mining", "in", "a", "chain", "store", "database", "of", "short", "transactions", "In", "this", "paper", ",", "we", "broaden", "the", "horizon", "of", "traditional", "rule", "mining", "by", "introducing", "a", "new", "framework", "of", "causality", "rule", "mining", "in", "a", "distributed", "chain", "store", "database", ".", "Specifically", ",", "the", "causality", "rule", "explored", "in", "this", "paper", "consists", "of", "a", "sequence", "of", "triggering", "events", "and", "a", "set", "of", "consequential", "events", ",", "and", "is", "designed", "with", "the", "capability", "of", "mining", "non-sequential", ",", "inter-transaction", "information", ".", "Hence", ",", "the", "causality", "rule", "mining", "provides", "a", "very", "general", "framework", "for", "rule", "derivation", ".", "Note", ",", "however", ",", "that", "the", "procedure", "of", "causality", "rule", "mining", "is", "very", "costly", "particularly", "in", "the", "presence", "of", "a", "huge", "number", "of", "candidate", "sets", "and", "a", "distributed", "database", ",", "and", "in", "our", "opinion", ",", "can", "not", "be", "dealt", "with", "by", "direct", "extensions", "from", "existing", "rule", "mining", "methods", ".", "Consequently", ",", "we", "devise", "in", "this", "paper", "a", "series", "of", "level", "matching", "algorithms", ",", "including", "Level", "Matching", "(", "abbreviatedly", "as", "LM", ")", ",", "Level", "Matching", "with", "Selective", "Scan", "(", "abbreviatedly", "as", "LMS", ")", ",", "and", "Distributed", "Level", "Matching", "(", "abbreviatedly", "as", "Distibuted", "LM", ")", ",", "to", "minimize", "the", "computing", "cost", "needed", "for", "the", "distributed", "data", "mining", "of", "causality", "rules", ".", "In", "addition", ",", "the", "phenomena", "of", "time", "window", "constraints", "are", "also", "taken", "into", "consideration", "for", "the", "development", "of", "our", "algorithms", ".", "As", "a", "result", "of", "properly", "employing", "the", "technologies", "of", "level", "matching", "and", "selective", "scan", ",", "the", "proposed", "algorithms", "present", "good", "efficiency", "and", "scalability", "in", "the", "mining", "of", "local", "and", "global", "causality", "rules", ".", "Scale-up", "experiments", "show", "that", "the", "proposed", "algorithms", "scale", "well", "with", "the", "number", "of", "sites", "and", "the", "number", "of", "customer", "transactions", ".", "Index", "Terms", ":", "knowledge", "discovery", ",", "distributed", "data", "mining", "causality", "rules", ",", "triggering", "events", ",", "consequential", "events" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
231,724
[ "Adversarial", "classification", "Essentially", "all", "data", "mining", "algorithms", "assume", "that", "the", "data-generating", "process", "is", "independent", "of", "the", "data", "miner", "'s", "activities", ".", "However", ",", "in", "many", "domains", ",", "including", "spam", "detection", ",", "intrusion", "detection", ",", "fraud", "detection", ",", "surveillance", "and", "counter-terrorism", ",", "this", "is", "far", "from", "the", "case", ":", "the", "data", "is", "actively", "manipulated", "by", "an", "adversary", "seeking", "to", "make", "the", "classifier", "produce", "false", "negatives", ".", "In", "these", "domains", ",", "the", "performance", "of", "a", "classifier", "can", "degrade", "rapidly", "after", "it", "is", "deployed", ",", "as", "the", "adversary", "learns", "to", "defeat", "it", ".", "Currently", "the", "only", "solution", "to", "this", "is", "repeated", ",", "manual", ",", "ad", "hoc", "reconstruction", "of", "the", "classifier", ".", "In", "this", "paper", "we", "develop", "a", "formal", "framework", "and", "algorithms", "for", "this", "problem", ".", "We", "view", "classification", "as", "a", "game", "between", "the", "classifier", "and", "the", "adversary", ",", "and", "produce", "a", "classifier", "that", "is", "optimal", "given", "the", "adversary", "'s", "optimal", "strategy", ".", "Experiments", "in", "a", "spam", "detection", "domain", "show", "that", "this", "approach", "can", "greatly", "outperform", "a", "classifier", "learned", "in", "the", "standard", "way", ",", "and", "(", "within", "the", "parameters", "of", "the", "problem", ")", "automatically", "adapt", "the", "classifier", "to", "the", "adversary", "'s", "evolving", "manipulations", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
657,734
[ "GPCA", ":", "an", "efficient", "dimension", "reduction", "scheme", "for", "image", "compression", "and", "retrieval", "Recent", "years", "have", "witnessed", "a", "dramatic", "increase", "in", "the", "quantity", "of", "image", "data", "collected", ",", "due", "to", "advances", "in", "fields", "such", "as", "medical", "imaging", ",", "reconnaissance", ",", "surveillance", ",", "astronomy", ",", "multimedia", "etc.", ".", "With", "this", "increase", "has", "come", "the", "need", "to", "be", "able", "to", "store", ",", "transmit", ",", "and", "query", "large", "volumes", "of", "image", "data", "efficiently", ".", "A", "common", "operation", "on", "image", "databases", "is", "the", "retrieval", "of", "all", "images", "that", "are", "similar", "to", "a", "query", "image", ".", "For", "this", ",", "the", "images", "in", "the", "database", "are", "often", "represented", "as", "vectors", "in", "a", "high-dimensional", "space", "and", "a", "query", "is", "answered", "by", "retrieving", "all", "image", "vectors", "that", "are", "proximal", "to", "the", "query", "image", "in", "this", "space", ",", "under", "a", "suitable", "similarity", "metric", ".", "To", "overcome", "problems", "associated", "with", "high", "dimensionality", ",", "such", "as", "high", "storage", "and", "retrieval", "times", ",", "a", "dimension", "reduction", "step", "is", "usually", "applied", "to", "the", "vectors", "to", "concentrate", "relevant", "information", "in", "a", "small", "number", "of", "dimensions", ".", "Principal", "Component", "Analysis", "(", "PCA", ")", "is", "a", "well-known", "dimension", "reduction", "scheme", ".", "However", ",", "since", "it", "works", "with", "vectorized", "representations", "of", "images", ",", "PCA", "does", "not", "take", "into", "account", "the", "spatial", "locality", "of", "pixels", "in", "images", ".", "In", "this", "paper", ",", "a", "new", "dimension", "reduction", "scheme", ",", "called", "Generalized", "Principal", "Component", "Analysis", "(", "GPCA", ")", ",", "is", "presented", ".", "This", "scheme", "works", "directly", "with", "images", "in", "their", "native", "state", ",", "as", "two-dimensional", "matrices", ",", "by", "projecting", "the", "images", "to", "a", "vector", "space", "that", "is", "the", "tensor", "product", "of", "two", "lower-dimensional", "vector", "spaces", ".", "Experiments", "on", "databases", "of", "face", "images", "show", "that", ",", "for", "the", "same", "amount", "of", "storage", ",", "GPCA", "is", "superior", "to", "PCA", "in", "terms", "of", "quality", "of", "the", "compressed", "images", ",", "query", "precision", ",", "and", "computational", "cost", "." ]
[ "O", "O", "O", "O", "B", "I", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "I", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "B", "I", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
4,056,131
[ "Improved", "robustness", "of", "signature-based", "near-replica", "detection", "via", "lexicon", "randomization", "Detection", "of", "near", "duplicate", "documents", "is", "an", "important", "problem", "in", "many", "data", "mining", "and", "information", "filtering", "applications", ".", "When", "faced", "with", "massive", "quantities", "of", "data", ",", "traditional", "duplicate", "detection", "techniques", "relying", "on", "direct", "inter-document", "similarity", "computation", "(", "e.g.", ",", "using", "the", "cosine", "measure", ")", "are", "often", "not", "feasible", "given", "the", "time", "and", "memory", "performance", "constraints", ".", "On", "the", "other", "hand", ",", "fingerprint-based", "methods", ",", "such", "as", "I-Match", ",", "are", "very", "attractive", "computationally", "but", "may", "be", "brittle", "with", "respect", "to", "small", "changes", "to", "document", "content", ".", "We", "focus", "on", "approaches", "to", "near-replica", "detection", "that", "are", "based", "upon", "large-collection", "statistics", "and", "present", "a", "general", "technique", "of", "increasing", "their", "robustness", "via", "multiple", "lexicon", "randomization", ".", "In", "experiments", "with", "large", "web-page", "and", "spam-email", "datasets", "the", "proposed", "method", "is", "shown", "to", "consistently", "outperform", "traditional", "I-Match", ",", "with", "the", "relative", "improvement", "in", "duplicate-document", "recall", "reaching", "as", "high", "as", "40-60", "%", ".", "The", "large", "gains", "in", "detection", "accuracy", "are", "offset", "by", "only", "small", "increases", "in", "computational", "requirements", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
1,123,415
[ "Evolutionary", "clustering", "We", "consider", "the", "problem", "of", "clustering", "data", "over", "time", ".", "An", "evolutionary", "clustering", "should", "simultaneously", "optimize", "two", "potentially", "conflicting", "criteria", ":", "first", ",", "the", "clustering", "at", "any", "point", "in", "time", "should", "remain", "faithful", "to", "the", "current", "data", "as", "much", "as", "possible", ";", "and", "second", ",", "the", "clustering", "should", "not", "shift", "dramatically", "from", "one", "timestep", "to", "the", "next", ".", "We", "present", "a", "generic", "framework", "for", "this", "problem", ",", "and", "discuss", "evolutionary", "versions", "of", "two", "widely-used", "clustering", "algorithms", "within", "this", "framework", ":", "k-means", "and", "agglomerative", "hierarchical", "clustering", ".", "We", "extensively", "evaluate", "these", "algorithms", "on", "real", "data", "sets", "and", "show", "that", "our", "algorithms", "can", "simultaneously", "attain", "both", "high", "accuracy", "in", "capturing", "today", "'s", "data", ",", "and", "high", "fidelity", "in", "reflecting", "yesterday", "'s", "clustering", "." ]
[ "O", "B", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "B", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O" ]
6,856,142
[ "An", "iterative", "method", "for", "multi-class", "cost-sensitive", "learning", "Cost-sensitive", "learning", "addresses", "the", "issue", "of", "classification", "in", "the", "presence", "of", "varying", "costs", "associated", "with", "different", "types", "of", "misclassification", ".", "In", "this", "paper", ",", "we", "present", "a", "method", "for", "solving", "multi-class", "cost-sensitive", "learning", "problems", "using", "any", "binary", "classification", "algorithm", ".", "This", "algorithm", "is", "derived", "using", "hree", "key", "ideas", ":", "1", ")", "iterative", "weighting", ";", "2", ")", "expanding", "data", "space", ";", "and", "3", ")", "gradient", "boosting", "with", "stochastic", "ensembles", ".", "We", "establish", "some", "theoretical", "guarantees", "concerning", "the", "performance", "of", "this", "method", ".", "In", "particular", ",", "we", "show", "that", "a", "certain", "variant", "possesses", "the", "boosting", "property", ",", "given", "a", "form", "of", "weak", "learning", "assumption", "on", "the", "component", "binary", "classifier", ".", "We", "also", "empirically", "evaluate", "the", "performance", "of", "the", "proposed", "method", "using", "benchmark", "data", "sets", "and", "verify", "that", "our", "method", "generally", "achieves", "better", "results", "than", "representative", "methods", "for", "cost-sensitive", "learning", ",", "in", "terms", "of", "predictive", "performance", "(", "cost", "minimization", ")", "and", ",", "in", "many", "cases", ",", "computational", "efficiency", "." ]
[ "O", "O", "O", "O", "O", "O", "B", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
4,178,805
[ "Dimension", "induced", "clustering", "It", "is", "commonly", "assumed", "that", "high-dimensional", "datasets", "contain", "points", "most", "of", "which", "are", "located", "in", "low-dimensional", "manifolds", ".", "Detection", "of", "low-dimensional", "clusters", "is", "an", "extremely", "useful", "task", "for", "performing", "operations", "such", "as", "clustering", "and", "classification", ",", "however", ",", "it", "is", "a", "challenging", "computational", "problem", ".", "In", "this", "paper", "we", "study", "the", "problem", "of", "finding", "subsets", "of", "points", "with", "low", "intrinsic", "dimensionality", ".", "Our", "main", "contribution", "is", "to", "extend", "the", "definition", "of", "fractal", "correlation", "dimension", ",", "which", "measures", "average", "volume", "growth", "rate", ",", "in", "order", "to", "estimate", "the", "intrinsic", "dimensionality", "of", "the", "data", "in", "local", "neighborhoods", ".", "We", "provide", "a", "careful", "analysis", "of", "several", "key", "examples", "in", "order", "to", "demonstrate", "the", "properties", "of", "our", "measure", ".", "Based", "on", "our", "proposed", "measure", ",", "we", "introduce", "a", "novel", "approach", "to", "discover", "clusters", "with", "low", "dimensionality", ".", "The", "resulting", "algorithms", "extend", "previous", "density", "based", "measures", ",", "which", "have", "been", "successfully", "used", "for", "clustering", ".", "We", "demonstrate", "the", "effectiveness", "of", "our", "algorithms", "for", "discovering", "low-dimensional", "m-flats", "embedded", "in", "high", "dimensional", "spaces", ",", "and", "for", "detecting", "low-rank", "sub-matrices", "." ]
[ "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
9,621,509
[ "Efficiently", "learning", "the", "accuracy", "of", "labeling", "sources", "for", "selective", "sampling", "Many", "scalable", "data", "mining", "tasks", "rely", "on", "active", "learning", "to", "provide", "the", "most", "useful", "accurately", "labeled", "instances", ".", "However", ",", "what", "if", "there", "are", "multiple", "labeling", "sources", "(", "`", "oracles", "'", "or", "`", "experts", "'", ")", "with", "different", "but", "unknown", "reliabilities", "?", "With", "the", "recent", "advent", "of", "inexpensive", "and", "scalable", "online", "annotation", "tools", ",", "such", "as", "Amazon", "'s", "Mechanical", "Turk", ",", "the", "labeling", "process", "has", "become", "more", "vulnerable", "to", "noise", "-", "and", "without", "prior", "knowledge", "of", "the", "accuracy", "of", "each", "individual", "labeler", ".", "This", "paper", "addresses", "exactly", "such", "a", "challenge", ":", "how", "to", "jointly", "learn", "the", "accuracy", "of", "labeling", "sources", "and", "obtain", "the", "most", "informative", "labels", "for", "the", "active", "learning", "task", "at", "hand", "minimizing", "total", "labeling", "effort", ".", "More", "specifically", ",", "we", "present", "IEThresh", "(", "Interval", "Estimate", "Threshold", ")", "as", "a", "strategy", "to", "intelligently", "select", "the", "expert", "(", "s", ")", "with", "the", "highest", "estimated", "labeling", "accuracy", ".", "IEThresh", "estimates", "a", "confidence", "interval", "for", "the", "reliability", "of", "each", "expert", "and", "filters", "out", "the", "one", "(", "s", ")", "whose", "estimated", "upper-bound", "confidence", "interval", "is", "below", "a", "threshold", "-", "which", "jointly", "optimizes", "expected", "accuracy", "(", "mean", ")", "and", "need", "to", "better", "estimate", "the", "expert", "'s", "accuracy", "(", "variance", ")", ".", "Our", "framework", "is", "flexible", "enough", "to", "work", "with", "a", "wide", "range", "of", "different", "noise", "levels", "and", "outperforms", "baselines", "such", "as", "asking", "all", "available", "experts", "and", "random", "expert", "selection", ".", "In", "particular", ",", "IEThresh", "achieves", "a", "given", "level", "of", "accuracy", "with", "less", "than", "half", "the", "queries", "issued", "by", "all-experts", "labeling", "and", "less", "than", "a", "third", "the", "queries", "required", "by", "random", "expert", "selection", "on", "datasets", "such", "as", "the", "UCI", "mushroom", "one", ".", "The", "results", "show", "that", "our", "method", "naturally", "balances", "exploration", "and", "exploitation", "as", "it", "gains", "knowledge", "of", "which", "experts", "to", "rely", "upon", ",", "and", "selects", "them", "with", "increasing", "frequency", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
9,060,690
[ "Anomaly", "pattern", "detection", "in", "categorical", "datasets", "We", "propose", "a", "new", "method", "for", "detecting", "patterns", "of", "anomalies", "in", "categorical", "datasets", ".", "We", "assume", "that", "anomalies", "are", "generated", "by", "some", "underlying", "process", "which", "affects", "only", "a", "particular", "subset", "of", "the", "data", ".", "Our", "method", "consists", "of", "two", "steps", ":", "we", "first", "use", "a", "``", "local", "anomaly", "detector", "''", "to", "identify", "individual", "records", "with", "anomalous", "attribute", "values", ",", "and", "then", "detect", "patterns", "where", "the", "number", "of", "anomalous", "records", "is", "higher", "than", "expected", ".", "Given", "the", "set", "of", "anomalies", "flagged", "by", "the", "local", "anomaly", "detector", ",", "we", "search", "over", "all", "subsets", "of", "the", "data", "defined", "by", "any", "set", "of", "fixed", "values", "of", "a", "subset", "of", "the", "attributes", ",", "in", "order", "to", "detect", "self-similar", "patterns", "of", "anomalies", ".", "We", "wish", "to", "detect", "any", "such", "subset", "of", "the", "test", "data", "which", "displays", "a", "significant", "increase", "in", "anomalous", "activity", "as", "compared", "to", "the", "normal", "behavior", "of", "the", "system", "(", "as", "indicated", "by", "the", "training", "data", ")", ".", "We", "perform", "significance", "testing", "to", "determine", "if", "the", "number", "of", "anomalies", "in", "any", "subset", "of", "the", "test", "data", "is", "significantly", "higher", "than", "expected", ",", "and", "propose", "an", "efficient", "algorithm", "to", "perform", "this", "test", "over", "all", "such", "subsets", "of", "the", "data", ".", "We", "show", "that", "this", "algorithm", "is", "able", "to", "accurately", "detect", "anomalous", "patterns", "in", "real-world", "hospital", ",", "container", "shipping", "and", "network", "intrusion", "data", "." ]
[ "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
27,107
[ "Probabilistic", "modeling", "of", "transaction", "data", "with", "applications", "to", "profiling", ",", "visualization", ",", "and", "prediction", "Transaction", "data", "is", "ubiquitous", "in", "data", "mining", "applications", ".", "Examples", "include", "market", "basket", "data", "in", "retail", "commerce", ",", "telephone", "call", "records", "in", "telecommunications", ",", "and", "Web", "logs", "of", "individual", "page-requests", "at", "Web", "sites", ".", "Profiling", "consists", "of", "using", "historical", "transaction", "data", "on", "individuals", "to", "construct", "a", "model", "of", "each", "individual", "'s", "behavior", ".", "Simple", "profiling", "techniques", "such", "as", "histograms", "do", "not", "generalize", "well", "from", "sparse", "transaction", "data", ".", "In", "this", "paper", "we", "investigate", "the", "application", "of", "probabilistic", "mixture", "models", "to", "automatically", "generate", "profiles", "from", "large", "volumes", "of", "transaction", "data", ".", "In", "effect", ",", "the", "mixture", "model", "represents", "each", "individual", "'s", "behavior", "as", "a", "linear", "combination", "of", "``", "basis", "transactions", ".", "''", "We", "evaluate", "several", "variations", "of", "the", "model", "on", "a", "large", "retail", "transaction", "data", "set", "and", "show", "that", "the", "proposed", "model", "provides", "improved", "predictive", "power", "over", "simpler", "histogram-based", "techniques", ",", "as", "well", "as", "being", "relatively", "scalable", ",", "interpretable", ",", "and", "flexible", ".", "In", "addition", "we", "point", "to", "applications", "in", "outlier", "detection", ",", "customer", "ranking", ",", "interactive", "visualization", ",", "and", "so", "forth", ".", "The", "paper", "concludes", "by", "comparing", "and", "relating", "the", "proposed", "framework", "to", "other", "transaction-data", "modeling", "techniques", "such", "as", "association", "rules", "." ]
[ "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "B", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
11,546,904
[ "Mining", "advisor-advisee", "relationships", "from", "research", "publication", "networks", "Information", "network", "contains", "abundant", "knowledge", "about", "relationships", "among", "people", "or", "entities", ".", "Unfortunately", ",", "such", "kind", "of", "knowledge", "is", "often", "hidden", "in", "a", "network", "where", "different", "kinds", "of", "relationships", "are", "not", "explicitly", "categorized", ".", "For", "example", ",", "in", "a", "research", "publication", "network", ",", "the", "advisor-advisee", "relationships", "among", "researchers", "are", "hidden", "in", "the", "coauthor", "network", ".", "Discovery", "of", "those", "relationships", "can", "benefit", "many", "interesting", "applications", "such", "as", "expert", "finding", "and", "research", "community", "analysis", ".", "In", "this", "paper", ",", "we", "take", "a", "computer", "science", "bibliographic", "network", "as", "an", "example", ",", "to", "analyze", "the", "roles", "of", "authors", "and", "to", "discover", "the", "likely", "advisor-advisee", "relationships", ".", "In", "particular", ",", "we", "propose", "a", "time-constrained", "probabilistic", "factor", "graph", "model", "(", "TPFG", ")", ",", "which", "takes", "a", "research", "publication", "network", "as", "input", "and", "models", "the", "advisor-advisee", "relationship", "mining", "problem", "using", "a", "jointly", "likelihood", "objective", "function", ".", "We", "further", "design", "an", "efficient", "learning", "algorithm", "to", "optimize", "the", "objective", "function", ".", "Based", "on", "that", "our", "model", "suggests", "and", "ranks", "probable", "advisors", "for", "every", "author", ".", "Experimental", "results", "show", "that", "the", "proposed", "approach", "infer", "advisor-advisee", "relationships", "efficiently", "and", "achieves", "a", "state-of-the-art", "accuracy", "(", "80-90", "%", ")", ".", "We", "also", "apply", "the", "discovered", "advisor-advisee", "relationships", "to", "bole", "search", ",", "a", "specific", "expert", "finding", "task", "and", "empirical", "study", "shows", "that", "the", "search", "performance", "can", "be", "effectively", "improved", "(", "+4.09", "%", "by", "NDCG@5", ")", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
76,938
[ "MARK", ":", "a", "boosting", "algorithm", "for", "heterogeneous", "kernel", "models", "Support", "Vector", "Machines", "and", "other", "kernel", "methods", "have", "proven", "to", "be", "very", "effective", "for", "nonlinear", "inference", ".", "Practical", "issues", "are", "how", "to", "select", "the", "type", "of", "kernel", "including", "any", "parameters", "and", "how", "to", "deal", "with", "the", "computational", "issues", "caused", "by", "the", "fact", "that", "the", "kernel", "matrix", "grows", "quadratically", "with", "the", "data", ".", "Inspired", "by", "ensemble", "and", "boosting", "methods", "like", "MART", ",", "we", "propose", "the", "Multiple", "Additive", "Regression", "Kernels", "(", "MARK", ")", "algorithm", "to", "address", "these", "issues", ".", "MARK", "considers", "a", "large", "(", "potentially", "infinite", ")", "library", "of", "kernel", "matrices", "formed", "by", "different", "kernel", "functions", "and", "parameters", ".", "Using", "gradient", "boosting\\/column", "generation", ",", "MARK", "constructs", "columns", "of", "the", "heterogeneous", "kernel", "matrix", "(", "the", "base", "hypotheses", ")", "on", "the", "fly", "and", "then", "adds", "them", "into", "the", "kernel", "ensemble", ".", "Regularization", "methods", "such", "as", "used", "in", "SVM", ",", "kernel", "ridge", "regression", ",", "and", "MART", ",", "are", "used", "to", "prevent", "overfitting", ".", "We", "investigate", "how", "MARK", "is", "applied", "to", "heterogeneous", "kernel", "ridge", "regression", ".", "The", "resulting", "algorithm", "is", "simple", "to", "implement", "and", "efficient", ".", "Kernel", "parameter", "selection", "is", "handled", "within", "MARK", ".", "Sampling", "and", "``", "weak", "''", "kernels", "are", "used", "to", "further", "enhance", "the", "computational", "efficiency", "of", "the", "resulting", "additive", "algorithm", ".", "The", "user", "can", "incorporate", "and", "potentially", "extract", "domain", "knowledge", "by", "restricting", "the", "kernel", "library", "to", "interpretable", "kernels", ".", "MARK", "compares", "very", "favorably", "with", "SVM", "and", "kernel", "ridge", "regression", "on", "several", "benchmark", "datasets", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
4,186,146
[ "Scalable", "mining", "of", "large", "disk-based", "graph", "databases", "Mining", "frequent", "structural", "patterns", "from", "graph", "databases", "is", "an", "interesting", "problem", "with", "broad", "applications", ".", "Most", "of", "the", "previous", "studies", "focus", "on", "pruning", "unfruitful", "search", "subspaces", "effectively", ",", "but", "few", "of", "them", "address", "the", "mining", "on", "large", ",", "disk-based", "databases", ".", "As", "many", "graph", "databases", "in", "applications", "can", "not", "be", "held", "into", "main", "memory", ",", "scalable", "mining", "of", "large", ",", "disk-based", "graph", "databases", "remains", "a", "challenging", "problem", ".", "In", "this", "paper", ",", "we", "develop", "an", "effective", "index", "structure", ",", "ADI", "(", "for", "(", "u", ")", "ad", "(", "\\/", "u", ")", "jacency", "(", "u", ")", "i", "(", "\\/", "u", ")", "ndex", ")", ",", "to", "support", "mining", "various", "graph", "patterns", "over", "large", "databases", "that", "can", "not", "be", "held", "into", "main", "memory", ".", "The", "index", "is", "simple", "and", "efficient", "to", "build", ".", "Moreover", ",", "the", "new", "index", "structure", "can", "be", "easily", "adopted", "in", "various", "existing", "graph", "pattern", "mining", "algorithms", ".", "As", "an", "example", ",", "we", "adapt", "the", "well-known", "gSpan", "algorithm", "by", "using", "the", "ADI", "structure", ".", "The", "experimental", "results", "show", "that", "the", "new", "index", "structure", "enables", "the", "scalable", "graph", "pattern", "mining", "over", "large", "databases", ".", "In", "one", "set", "of", "the", "experiments", ",", "the", "new", "disk-based", "method", "can", "mine", "graph", "databases", "with", "one", "million", "graphs", ",", "while", "the", "original", "gSpan", "algorithm", "can", "only", "handle", "databases", "of", "up", "to", "300", "thousand", "graphs", ".", "Moreover", ",", "our", "new", "method", "is", "faster", "than", "gSpan", "when", "both", "can", "run", "in", "main", "memory", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
7,176,671
[ "Information", "extraction", "from", "Wikipedia", ":", "moving", "down", "the", "long", "tail", "Not", "only", "is", "Wikipedia", "a", "comprehensive", "source", "of", "quality", "information", ",", "it", "has", "several", "kinds", "of", "internal", "structure", "(", "e.g.", ",", "relational", "summaries", "known", "as", "infoboxes", ")", ",", "which", "enable", "self-supervised", "information", "extraction", ".", "While", "previous", "efforts", "at", "extraction", "from", "Wikipedia", "achieve", "high", "precision", "and", "recall", "on", "well-populated", "classes", "of", "articles", ",", "they", "fail", "in", "a", "larger", "number", "of", "cases", ",", "largely", "because", "incomplete", "articles", "and", "infrequent", "use", "of", "infoboxes", "lead", "to", "insufficient", "training", "data", ".", "This", "paper", "presents", "three", "novel", "techniques", "for", "increasing", "recall", "from", "Wikipedia", "'s", "long", "tail", "of", "sparse", "classes", ":", "(", "1", ")", "shrinkage", "over", "an", "automatically-learned", "subsumption", "taxonomy", ",", "(", "2", ")", "a", "retraining", "technique", "for", "improving", "the", "training", "data", ",", "and", "(", "3", ")", "supplementing", "results", "by", "extracting", "from", "the", "broader", "Web", ".", "Our", "experiments", "compare", "design", "variations", "and", "show", "that", ",", "used", "in", "concert", ",", "these", "techniques", "increase", "recall", "by", "a", "factor", "of", "1.76", "to", "8.71", "while", "maintaining", "or", "increasing", "precision", "." ]
[ "B", "I", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
532,497
[ "Consistent", "bipartite", "graph", "co-partitioning", "for", "star-structured", "high-order", "heterogeneous", "data", "co-clustering", "Heterogeneous", "data", "co-clustering", "has", "attracted", "more", "and", "more", "attention", "in", "recent", "years", "due", "to", "its", "high", "impact", "on", "various", "applications", ".", "While", "the", "co-clustering", "algorithms", "for", "two", "types", "of", "heterogeneous", "data", "(", "denoted", "by", "pair-wise", "co-clustering", ")", ",", "such", "as", "documents", "and", "terms", ",", "have", "been", "well", "studied", "in", "the", "literature", ",", "the", "work", "on", "more", "types", "of", "heterogeneous", "data", "(", "denoted", "by", "high-order", "co-clustering", ")", "is", "still", "very", "limited", ".", "As", "an", "attempt", "in", "this", "direction", ",", "in", "this", "paper", ",", "we", "worked", "on", "a", "specific", "case", "of", "high-order", "co-clustering", "in", "which", "there", "is", "a", "central", "type", "of", "objects", "that", "connects", "the", "other", "types", "so", "as", "to", "form", "a", "star", "structure", "of", "the", "inter-relationships", ".", "Actually", ",", "this", "case", "could", "be", "a", "very", "good", "abstract", "for", "many", "real-world", "applications", ",", "such", "as", "the", "co-clustering", "of", "categories", ",", "documents", "and", "terms", "in", "text", "mining", ".", "In", "our", "philosophy", ",", "we", "treated", "such", "kind", "of", "problems", "as", "the", "fusion", "of", "multiple", "pair-wise", "co-clustering", "sub-problems", "with", "the", "constraint", "of", "the", "star", "structure", ".", "Accordingly", ",", "we", "proposed", "the", "concept", "of", "consistent", "bipartite", "graph", "co-partitioning", ",", "and", "developed", "an", "algorithm", "based", "on", "semi-definite", "programming", "(", "SDP", ")", "for", "efficient", "computation", "of", "the", "clustering", "results", ".", "Experiments", "on", "toy", "problems", "and", "real", "data", "both", "verified", "the", "effectiveness", "of", "our", "proposed", "method", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
329,505
[ "Mining", "quantitative", "correlated", "patterns", "using", "an", "information-theoretic", "approach", "Existing", "research", "on", "mining", "quantitative", "databases", "mainly", "focuses", "on", "mining", "associations", ".", "However", ",", "mining", "associations", "is", "too", "expensive", "to", "be", "practical", "in", "many", "cases", ".", "In", "this", "paper", ",", "we", "study", "mining", "correlations", "from", "quantitative", "databases", "and", "show", "that", "it", "is", "a", "more", "effective", "approach", "than", "mining", "associations", ".", "We", "propose", "a", "new", "notion", "of", "Quantitative", "Correlated", "Patterns", "(", "QCPs", ")", ",", "which", "is", "founded", "on", "two", "formal", "concepts", ",", "mutual", "information", "and", "all-confidence", ".", "We", "first", "devise", "a", "normalization", "on", "mutual", "information", "and", "apply", "it", "to", "QCP", "mining", "to", "capture", "the", "dependency", "between", "the", "attributes", ".", "We", "further", "adopt", "all-confidence", "as", "a", "quality", "measure", "to", "control", ",", "at", "a", "finer", "granularity", ",", "the", "dependency", "between", "the", "attributes", "with", "specific", "quantitative", "intervals", ".", "We", "also", "propose", "a", "supervised", "method", "to", "combine", "the", "consecutive", "intervals", "of", "the", "quantitative", "attributes", "based", "on", "mutual", "information", ",", "such", "that", "the", "interval", "combining", "is", "guided", "by", "the", "dependency", "between", "the", "attributes", ".", "We", "develop", "an", "algorithm", ",", "QCoMine", ",", "to", "efficiently", "mine", "QCPs", "by", "utilizing", "normalized", "mutual", "information", "and", "all-confidence", "to", "perform", "a", "two-level", "pruning", ".", "Our", "experiments", "verify", "the", "efficiency", "of", "QCoMine", "and", "the", "quality", "of", "the", "QCPs", "." ]
[ "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
280,213
[ "The", "UCI", "KDD", "archive", "of", "large", "data", "sets", "for", "data", "mining", "research", "and", "experimentation" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
9,194,903
[ "Combinational", "collaborative", "filtering", "for", "personalized", "community", "recommendation", "Rapid", "growth", "in", "the", "amount", "of", "data", "available", "on", "social", "networking", "sites", "has", "made", "information", "retrieval", "increasingly", "challenging", "for", "users", ".", "In", "this", "paper", ",", "we", "propose", "a", "collaborative", "filtering", "method", ",", "Combinational", "Collaborative", "Filtering", "(", "CCF", ")", ",", "to", "perform", "personalized", "community", "recommendations", "by", "considering", "multiple", "types", "of", "co-occurrences", "in", "social", "data", "at", "the", "same", "time", ".", "This", "filtering", "method", "fuses", "semantic", "and", "user", "information", ",", "then", "applies", "a", "hybrid", "training", "strategy", "that", "combines", "Gibbs", "sampling", "and", "Expectation-Maximization", "algorithm", ".", "To", "handle", "the", "large-scale", "dataset", ",", "parallel", "computing", "is", "used", "to", "speed", "up", "the", "model", "training", ".", "Through", "an", "empirical", "study", "on", "the", "Orkut", "dataset", ",", "we", "show", "CCF", "to", "be", "both", "effective", "and", "scalable", "." ]
[ "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
10,552,565
[ "Beyond", "heuristics", ":", "learning", "to", "classify", "vulnerabilities", "and", "predict", "exploits", "The", "security", "demands", "on", "modern", "system", "administration", "are", "enormous", "and", "getting", "worse", ".", "Chief", "among", "these", "demands", ",", "administrators", "must", "monitor", "the", "continual", "ongoing", "disclosure", "of", "software", "vulnerabilities", "that", "have", "the", "potential", "to", "compromise", "their", "systems", "in", "some", "way", ".", "Such", "vulnerabilities", "include", "buffer", "overflow", "errors", ",", "improperly", "validated", "inputs", ",", "and", "other", "unanticipated", "attack", "modalities", ".", "In", "2008", ",", "over", "7,400", "new", "vulnerabilities", "were", "disclosed", "--", "well", "over", "100", "per", "week", ".", "While", "no", "enterprise", "is", "affected", "by", "all", "of", "these", "disclosures", ",", "administrators", "commonly", "face", "many", "outstanding", "vulnerabilities", "across", "the", "software", "systems", "they", "manage", ".", "Vulnerabilities", "can", "be", "addressed", "by", "patches", ",", "reconfigurations", ",", "and", "other", "workarounds", ";", "however", ",", "these", "actions", "may", "incur", "down-time", "or", "unforeseen", "side-effects", ".", "Thus", ",", "a", "key", "question", "for", "systems", "administrators", "is", "which", "vulnerabilities", "to", "prioritize", ".", "From", "publicly", "available", "databases", "that", "document", "past", "vulnerabilities", ",", "we", "show", "how", "to", "train", "classifiers", "that", "predict", "whether", "and", "how", "soon", "a", "vulnerability", "is", "likely", "to", "be", "exploited", ".", "As", "input", ",", "our", "classifiers", "operate", "on", "high", "dimensional", "feature", "vectors", "that", "we", "extract", "from", "the", "text", "fields", ",", "time", "stamps", ",", "cross", "references", ",", "and", "other", "entries", "in", "existing", "vulnerability", "disclosure", "reports", ".", "Compared", "to", "current", "industry-standard", "heuristics", "based", "on", "expert", "knowledge", "and", "static", "formulas", ",", "our", "classifiers", "predict", "much", "more", "accurately", "whether", "and", "how", "soon", "individual", "vulnerabilities", "are", "likely", "to", "be", "exploited", "." ]
[ "O", "O", "O", "O", "O", "O", "B", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O" ]
5,097,759
[ "Canonicalization", "of", "database", "records", "using", "adaptive", "similarity", "measures", "It", "is", "becoming", "increasingly", "common", "to", "construct", "databases", "from", "information", "automatically", "culled", "from", "many", "heterogeneous", "sources", ".", "For", "example", ",", "a", "research", "publication", "database", "can", "be", "constructed", "by", "automatically", "extracting", "titles", ",", "authors", ",", "and", "conference", "information", "from", "online", "papers", ".", "A", "common", "difficulty", "in", "consolidating", "data", "from", "multiple", "sources", "is", "that", "records", "are", "referenced", "in", "a", "variety", "of", "ways", "(", "e.g.", "abbreviations", ",", "aliases", ",", "and", "misspellings", ")", ".", "Therefore", ",", "it", "can", "be", "difficult", "to", "construct", "a", "single", ",", "standard", "representation", "to", "present", "to", "the", "user", ".", "We", "refer", "to", "the", "task", "of", "constructing", "this", "representation", "as", "canonicalization", ".", "Despite", "its", "importance", ",", "there", "is", "little", "existing", "work", "on", "canonicalization", ".", "In", "this", "paper", ",", "we", "explore", "the", "use", "of", "edit", "distance", "measures", "to", "construct", "a", "canonical", "representation", "that", "is", "``", "central", "''", "in", "the", "sense", "that", "it", "is", "most", "similar", "to", "each", "of", "the", "disparate", "records", ".", "This", "approach", "reduces", "the", "impact", "of", "noisy", "records", "on", "the", "canonical", "representation", ".", "Furthermore", ",", "because", "the", "user", "may", "prefer", "different", "styles", "of", "canonicalization", ",", "we", "show", "how", "different", "edit", "distance", "costs", "can", "result", "in", "different", "forms", "of", "canonicalization", ".", "For", "example", ",", "reducing", "the", "cost", "of", "character", "deletions", "can", "result", "in", "representations", "that", "favor", "abbreviated", "forms", "over", "expanded", "forms", "(", "e.g.", "KDD", "versus", "Conference", "on", "Knowledge", "Discovery", "and", "Data", "Mining", ")", ".", "We", "describe", "how", "to", "learn", "these", "costs", "from", "a", "small", "amount", "of", "manually", "annotated", "data", "using", "stochastic", "hill-climbing", ".", "Additionally", ",", "we", "investigate", "feature-based", "methods", "to", "learn", "ranking", "preferences", "over", "canonicalizations", ".", "These", "approaches", "can", "incorporate", "arbitrary", "textual", "evidence", "to", "select", "a", "canonical", "record", ".", "We", "evaluate", "our", "approach", "on", "a", "real-world", "publications", "database", "and", "show", "that", "our", "learning", "method", "results", "in", "a", "canonicalization", "solution", "that", "is", "robust", "to", "errors", "and", "easily", "customizable", "to", "user", "preferences", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
13,833,336
[ "On", "the", "privacy", "of", "anonymized", "networks", "The", "proliferation", "of", "online", "social", "networks", ",", "and", "the", "concomitant", "accumulation", "of", "user", "data", ",", "give", "rise", "to", "hotly", "debated", "issues", "of", "privacy", ",", "security", ",", "and", "control", ".", "One", "specific", "challenge", "is", "the", "sharing", "or", "public", "release", "of", "anonymized", "data", "without", "accidentally", "leaking", "personally", "identifiable", "information", "(", "PII", ")", ".", "Unfortunately", ",", "it", "is", "often", "difficult", "to", "ascertain", "that", "sophisticated", "statistical", "techniques", ",", "potentially", "employing", "additional", "external", "data", "sources", ",", "are", "unable", "to", "break", "anonymity", ".", "In", "this", "paper", ",", "we", "consider", "an", "instance", "of", "this", "problem", ",", "where", "the", "object", "of", "interest", "is", "the", "structure", "of", "a", "social", "network", ",", "i.e.", ",", "a", "graph", "describing", "users", "and", "their", "links", ".", "Recent", "work", "demonstrates", "that", "anonymizing", "node", "identities", "may", "not", "be", "sufficient", "to", "keep", "the", "network", "private", ":", "the", "availability", "of", "node", "and", "link", "data", "from", "another", "domain", ",", "which", "is", "correlated", "with", "the", "anonymized", "network", ",", "has", "been", "used", "to", "re-identify", "the", "anonymized", "nodes", ".", "This", "paper", "is", "about", "conditions", "under", "which", "such", "a", "de-anonymization", "process", "is", "possible", ".", "We", "attempt", "to", "shed", "light", "on", "the", "following", "question", ":", "can", "we", "assume", "that", "a", "sufficiently", "sparse", "network", "is", "inherently", "anonymous", ",", "in", "the", "sense", "that", "even", "with", "unlimited", "computational", "power", ",", "de-anonymization", "is", "impossible", "?", "Our", "approach", "is", "to", "introduce", "a", "random", "graph", "model", "for", "a", "version", "of", "the", "de-anonymization", "problem", ",", "which", "is", "parameterized", "by", "the", "expected", "node", "degree", "and", "a", "similarity", "parameter", "that", "controls", "the", "correlation", "between", "two", "graphs", "over", "the", "same", "vertex", "set", ".", "We", "find", "simple", "conditions", "on", "these", "parameters", "delineating", "the", "boundary", "of", "privacy", ",", "and", "show", "that", "the", "mean", "node", "degree", "need", "only", "grow", "slightly", "faster", "than", "log", "n", "with", "network", "size", "n", "for", "nodes", "to", "be", "identifiable", ".", "Our", "results", "have", "policy", "implications", "for", "sharing", "of", "anonymized", "network", "information", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
7,297,300
[ "Predicting", "customer", "shopping", "lists", "from", "point-of-sale", "purchase", "data", "This", "paper", "describes", "a", "prototype", "that", "predicts", "the", "shopping", "lists", "for", "customers", "in", "a", "retail", "store", ".", "The", "shopping", "list", "prediction", "is", "one", "aspect", "of", "a", "larger", "system", "we", "have", "developed", "for", "retailers", "to", "provide", "individual", "and", "personalized", "interactions", "with", "customers", "as", "they", "navigate", "through", "the", "retail", "store", ".", "Instead", "of", "using", "traditional", "personalization", "approaches", ",", "such", "as", "clustering", "or", "segmentation", ",", "we", "learn", "separate", "classifiers", "for", "each", "customer", "from", "historical", "transactional", "data", ".", "This", "allows", "us", "to", "make", "very", "fine-grained", "and", "accurate", "predictions", "about", "what", "items", "a", "particular", "individual", "customer", "will", "buy", "on", "a", "given", "shopping", "trip", ".", "We", "formally", "frame", "the", "shopping", "list", "prediction", "as", "a", "classification", "problem", ",", "describe", "the", "algorithms", "and", "methodology", "behind", "our", "system", ",", "its", "impact", "on", "the", "business", "case", "in", "which", "we", "frame", "it", ",", "and", "explore", "some", "of", "the", "properties", "of", "the", "data", "source", "that", "make", "it", "an", "interesting", "testbed", "for", "KDD", "algorithms", ".", "Our", "results", "show", "that", "we", "can", "predict", "a", "shopper", "'s", "shopping", "list", "with", "high", "levels", "of", "accuracy", ",", "precision", ",", "and", "recall", ".", "We", "believe", "that", "this", "work", "impacts", "both", "the", "data", "mining", "and", "the", "retail", "business", "community", ".", "The", "formulation", "of", "shopping", "list", "prediction", "as", "a", "machine", "learning", "problem", "results", "in", "algorithms", "that", "should", "be", "useful", "beyond", "retail", "shopping", "list", "prediction", ".", "For", "retailers", ",", "the", "result", "is", "not", "only", "a", "practical", "system", "that", "increases", "revenues", "by", "up", "to", "11", "%", ",", "but", "also", "enhances", "customer", "experience", "and", "loyalty", "by", "giving", "them", "the", "tools", "to", "individually", "interact", "with", "customers", "and", "anticipate", "their", "needs", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
6,158,185
[ "Mining", "progressive", "confident", "rules", "Many", "real", "world", "objects", "have", "states", "that", "change", "over", "time", ".", "By", "tracking", "the", "state", "sequences", "of", "these", "objects", ",", "we", "can", "study", "their", "behavior", "and", "take", "preventive", "measures", "before", "they", "reach", "some", "undesirable", "states", ".", "In", "this", "paper", ",", "we", "propose", "a", "new", "kind", "of", "pattern", "called", "progressive", "confident", "rules", "to", "describe", "sequences", "of", "states", "with", "an", "increasing", "confidence", "that", "lead", "to", "a", "particular", "end", "state", ".", "We", "give", "a", "formal", "definition", "of", "progressive", "confident", "rules", "and", "their", "concise", "set", ".", "We", "devise", "pruning", "strategies", "to", "reduce", "the", "enormous", "search", "space", ".", "Experiment", "result", "shows", "that", "the", "proposed", "algorithm", "is", "efficient", "and", "scalable", ".", "We", "also", "demonstrate", "the", "application", "of", "progressive", "confident", "rules", "in", "classification", "." ]
[ "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "B", "O" ]
565,501
[ "Evolutionary", "algorithms", "in", "data", "mining", ":", "multi-objective", "performance", "modeling", "for", "direct", "marketing" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
5,629,103
[ "A", "microeconomic", "data", "mining", "problem", ":", "customer-oriented", "catalog", "segmentation", "The", "microeconomic", "framework", "for", "data", "mining", "(", "7", ")", "assumes", "that", "an", "enterprise", "chooses", "a", "decision", "maximizing", "the", "overall", "utility", "over", "all", "customers", "where", "the", "contribution", "of", "a", "customer", "is", "a", "function", "of", "the", "data", "available", "on", "that", "customer", ".", "In", "Catalog", "Segmentation", ",", "the", "enterprise", "wants", "to", "design", "k", "product", "catalogs", "of", "size", "r", "that", "maximize", "the", "overall", "number", "of", "catalog", "products", "purchased", ".", "However", ",", "there", "are", "many", "applications", "where", "a", "customer", ",", "once", "attracted", "to", "an", "enterprise", ",", "would", "purchase", "more", "products", "beyond", "the", "ones", "contained", "in", "the", "catalog", ".", "Therefore", ",", "in", "this", "paper", ",", "we", "investigate", "an", "alternative", "problem", "formulation", ",", "that", "we", "call", "Customer-Oriented", "Catalog", "Segmentation", ",", "where", "the", "overall", "utility", "is", "measured", "by", "the", "number", "of", "customers", "that", "have", "at", "least", "a", "specified", "minimum", "interest", "t", "in", "the", "catalogs", ".", "We", "formally", "introduce", "the", "Customer-Oriented", "Catalog", "Segmentation", "problem", "and", "discuss", "its", "complexity", ".", "Then", "we", "investigate", "two", "different", "paradigms", "to", "design", "efficient", ",", "approximate", "algorithms", "for", "the", "Customer-Oriented", "Catalog", "Segmentation", "problem", ",", "greedy", "(", "deterministic", ")", "and", "randomized", "algorithms", ".", "Since", "greedy", "algorithms", "may", "be", "trapped", "in", "a", "local", "optimum", "and", "randomized", "algorithms", "crucially", "depend", "on", "a", "reasonable", "initial", "solution", ",", "we", "explore", "a", "combination", "of", "these", "two", "paradigms", ".", "Our", "experimental", "evaluation", "on", "synthetic", "and", "real", "data", "demonstrates", "that", "the", "new", "algorithms", "yield", "catalogs", "of", "significantly", "higher", "utility", "compared", "to", "classical", "Catalog", "Segmentation", "algorithms", "." ]
[ "O", "B", "I", "I", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O" ]
4,721,679
[ "Density-based", "clustering", "for", "real-time", "stream", "data", "Existing", "data-stream", "clustering", "algorithms", "such", "as", "CluStream", "arebased", "on", "k-means", ".", "These", "clustering", "algorithms", "are", "incompetent", "tofind", "clusters", "of", "arbitrary", "shapes", "and", "can", "not", "handle", "outliers", ".", "Further", ",", "they", "require", "the", "knowledge", "of", "k", "and", "user-specified", "time", "window", ".", "To", "address", "these", "issues", ",", "this", "paper", "proposes", "D-Stream", ",", "a", "framework", "for", "clustering", "stream", "data", "using", "adensity-based", "approach", ".", "The", "algorithm", "uses", "an", "online", "component", "which", "maps", "each", "input", "data", "record", "into", "a", "grid", "and", "an", "offline", "component", "which", "computes", "the", "grid", "density", "and", "clusters", "the", "grids", "based", "on", "the", "density", ".", "The", "algorithm", "adopts", "a", "density", "decaying", "technique", "to", "capture", "the", "dynamic", "changes", "of", "a", "data", "stream", ".", "Exploiting", "the", "intricate", "relationships", "between", "the", "decay", "factor", ",", "data", "density", "and", "cluster", "structure", ",", "our", "algorithm", "can", "efficiently", "and", "effectively", "generate", "and", "adjust", "the", "clusters", "in", "real", "time", ".", "Further", ",", "a", "theoretically", "sound", "technique", "is", "developed", "to", "detect", "and", "remove", "sporadic", "grids", "mapped", "to", "by", "outliers", "in", "order", "to", "dramatically", "improve", "the", "space", "and", "time", "efficiency", "of", "the", "system", ".", "The", "technique", "makes", "high-speed", "data", "stream", "clustering", "feasible", "without", "degrading", "the", "clustering", "quality", ".", "The", "experimental", "results", "show", "that", "our", "algorithm", "has", "superior", "quality", "and", "efficiency", ",", "can", "find", "clusters", "of", "arbitrary", "shapes", ",", "and", "can", "accurately", "recognize", "the", "evolving", "behaviors", "of", "real-time", "data", "streams", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
676,107
[ "Data", "selection", "for", "support", "vector", "machine", "classifiers" ]
[ "B", "I", "O", "O", "O", "O", "O" ]
365,910
[ "Scalable", "robust", "covariance", "and", "correlation", "estimates", "for", "data", "mining", "Covariance", "and", "correlation", "estimates", "have", "important", "applications", "in", "data", "mining", ".", "In", "the", "presence", "of", "outliers", ",", "classical", "estimates", "of", "covariance", "and", "correlation", "matrices", "are", "not", "reliable", ".", "A", "small", "fraction", "of", "outliers", ",", "in", "some", "cases", "even", "a", "single", "outlier", ",", "can", "distort", "the", "classical", "covariance", "and", "correlation", "estimates", "making", "them", "virtually", "useless", ".", "That", "is", ",", "correlations", "for", "the", "vast", "majority", "of", "the", "data", "can", "be", "very", "erroneously", "reported", ";", "principal", "components", "transformations", "can", "be", "misleading", ";", "and", "multidimensional", "outlier", "detection", "via", "Mahalanobis", "distances", "can", "fail", "to", "detect", "outliers", ".", "There", "is", "plenty", "of", "statistical", "literature", "on", "robust", "covariance", "and", "correlation", "matrix", "estimates", "with", "an", "emphasis", "on", "affine-equivariant", "estimators", "that", "possess", "high", "breakdown", "points", "and", "small", "worst", "case", "biases", ".", "All", "such", "estimators", "have", "unacceptable", "exponential", "complexity", "in", "the", "number", "of", "variables", "and", "quadratic", "complexity", "in", "the", "number", "of", "observations", ".", "In", "this", "paper", "we", "focus", "on", "several", "variants", "of", "robust", "covariance", "and", "correlation", "matrix", "estimates", "with", "quadratic", "complexity", "in", "the", "number", "of", "variables", "and", "linear", "complexity", "in", "the", "number", "of", "observations", ".", "These", "estimators", "are", "based", "on", "several", "forms", "of", "pairwise", "robust", "covariance", "and", "correlation", "estimates", ".", "The", "estimators", "studied", "include", "two", "fast", "estimators", "based", "on", "coordinate-wise", "robust", "transformations", "embedded", "in", "an", "overall", "procedure", "recently", "proposed", "by", "(", "14", ")", ".", "We", "show", "that", "the", "estimators", "have", "attractive", "robustness", "properties", ",", "and", "give", "an", "example", "that", "uses", "one", "of", "the", "estimators", "in", "the", "new", "Insightful", "Miner", "data", "mining", "product", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
10,186,200
[ "A", "family", "of", "dissimilarity", "measures", "between", "nodes", "generalizing", "both", "the", "shortest-path", "and", "the", "commute-time", "distances", "This", "work", "introduces", "a", "new", "family", "of", "link-based", "dissimilarity", "measures", "between", "nodes", "of", "a", "weighted", "directed", "graph", ".", "This", "measure", ",", "called", "the", "randomized", "shortest-path", "(", "RSP", ")", "dissimilarity", ",", "depends", "on", "a", "parameter", "θ", "and", "has", "the", "interesting", "property", "of", "reducing", ",", "on", "one", "end", ",", "to", "the", "standard", "shortest-path", "distance", "when", "θ", "is", "large", "and", ",", "on", "the", "other", "end", ",", "to", "the", "commute-time", "(", "or", "resistance", ")", "distance", "when", "θ", "is", "small", "(", "near", "zero", ")", ".", "Intuitively", ",", "it", "corresponds", "to", "the", "expected", "cost", "incurred", "by", "a", "random", "walker", "in", "order", "to", "reach", "a", "destination", "node", "from", "a", "starting", "node", "while", "maintaining", "a", "constant", "entropy", "(", "related", "to", "θ", ")", "spread", "in", "the", "graph", ".", "The", "parameter", "θ", "is", "therefore", "biasing", "gradually", "the", "simple", "random", "walk", "on", "the", "graph", "towards", "the", "shortest-path", "policy", ".", "By", "adopting", "a", "statistical", "physics", "approach", "and", "computing", "a", "sum", "over", "all", "the", "possible", "paths", "(", "discrete", "path", "integral", ")", ",", "it", "is", "shown", "that", "the", "RSP", "dissimilarity", "from", "every", "node", "to", "a", "particular", "node", "of", "interest", "can", "be", "computed", "efficiently", "by", "solving", "two", "linear", "systems", "of", "n", "equations", ",", "where", "n", "is", "the", "number", "of", "nodes", ".", "On", "the", "other", "hand", ",", "the", "dissimilarity", "between", "every", "couple", "of", "nodes", "is", "obtained", "by", "inverting", "an", "n", "x", "n", "matrix", ".", "The", "proposed", "measure", "can", "be", "used", "for", "various", "graph", "mining", "tasks", "such", "as", "computing", "betweenness", "centrality", ",", "finding", "dense", "communities", ",", "etc", ",", "as", "shown", "in", "the", "experimental", "section", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
1,220,729
[ "Aggregating", "time", "partitions", "Partitions", "of", "sequential", "data", "exist", "either", "per", "se", "or", "as", "a", "result", "of", "sequence", "segmentation", "algorithms", ".", "It", "is", "often", "the", "case", "that", "the", "same", "timeline", "is", "partitioned", "in", "many", "different", "ways", ".", "For", "example", ",", "different", "segmentation", "algorithms", "produce", "different", "partitions", "of", "the", "same", "underlying", "data", "points", ".", "In", "such", "cases", ",", "we", "are", "interested", "in", "producing", "an", "aggregate", "partition", ",", "i.e.", ",", "a", "segmentation", "that", "agrees", "as", "much", "as", "possible", "with", "the", "input", "segmentations", ".", "Each", "partition", "is", "defined", "as", "a", "set", "of", "continuous", "non-overlapping", "segments", "of", "the", "timeline", ".", "We", "show", "that", "this", "problem", "can", "be", "solved", "optimally", "in", "polynomial", "time", "using", "dynamic", "programming", ".", "We", "also", "propose", "faster", "greedy", "heuristics", "that", "work", "well", "in", "practice", ".", "We", "experiment", "with", "our", "algorithms", "and", "we", "demonstrate", "their", "utility", "in", "clustering", "the", "behavior", "of", "mobile-phone", "users", "and", "combining", "the", "results", "of", "different", "segmentation", "algorithms", "on", "genomic", "sequences", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
11,804,378
[ "A", "general", "framework", "for", "accurate", "and", "fast", "regression", "by", "data", "summarization", "in", "random", "decision", "trees", "Predicting", "the", "values", "of", "continuous", "variable", "as", "a", "function", "of", "several", "independent", "variables", "is", "one", "of", "the", "most", "important", "problems", "for", "data", "mining", ".", "A", "very", "large", "number", "of", "regression", "methods", ",", "both", "parametric", "and", "nonparametric", ",", "have", "been", "proposed", "in", "the", "past", ".", "However", ",", "since", "the", "list", "is", "quite", "extensive", "and", "many", "of", "these", "models", "make", "rather", "explicit", ",", "strong", "yet", "different", "assumptions", "about", "the", "type", "of", "applicable", "problems", "and", "involve", "a", "lot", "of", "parameters", "and", "options", ",", "choosing", "the", "appropriate", "regression", "methodology", "and", "then", "specifying", "the", "parameter", "values", "is", "a", "none-trivial", ",", "sometimes", "frustrating", ",", "task", "for", "data", "mining", "practitioners", ".", "Choosing", "the", "inappropriate", "methodology", "can", "have", "rather", "disappointing", "results", ".", "This", "issue", "is", "against", "the", "general", "utility", "of", "data", "mining", "software", ".", "For", "example", ",", "linear", "regression", "methods", "are", "straightforward", "and", "well-understood", ".", "However", ",", "since", "the", "linear", "assumption", "is", "very", "strong", ",", "its", "performance", "is", "compromised", "for", "complicated", "non-linear", "problems", ".", "Kernel-based", "methods", "perform", "quite", "well", "if", "the", "kernel", "functions", "are", "selected", "correctly", ".", "In", "this", "paper", ",", "we", "propose", "a", "straightforward", "approach", "based", "on", "summarizing", "the", "training", "data", "using", "an", "ensemble", "of", "random", "decisions", "trees", ".", "It", "requires", "very", "little", "knowledge", "from", "the", "user", ",", "yet", "is", "applicable", "to", "every", "type", "of", "regression", "problem", "that", "we", "are", "currently", "aware", "of", ".", "We", "have", "experimented", "on", "a", "wide", "range", "of", "problems", "including", "those", "that", "parametric", "methods", "performwell", ",", "a", "large", "selection", "of", "benchmark", "datasets", "for", "nonparametric", "regression", ",", "as", "well", "as", "highly", "non-linear", "stochastic", "problems", ".", "Our", "results", "are", "either", "significantly", "better", "than", "or", "identical", "to", "many", "approaches", "that", "are", "known", "to", "perform", "well", "on", "these", "problems", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "B", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
14,156,740
[ "Fast", "coordinate", "descent", "methods", "with", "variable", "selection", "for", "non-negative", "matrix", "factorization", "Nonnegative", "Matrix", "Factorization", "(", "NMF", ")", "is", "an", "effective", "dimension", "reduction", "method", "for", "non-negative", "dyadic", "data", ",", "and", "has", "proven", "to", "be", "useful", "in", "many", "areas", ",", "such", "as", "text", "mining", ",", "bioinformatics", "and", "image", "processing", ".", "NMF", "is", "usually", "formulated", "as", "a", "constrained", "non-convex", "optimization", "problem", ",", "and", "many", "algorithms", "have", "been", "developed", "for", "solving", "it", ".", "Recently", ",", "a", "coordinate", "descent", "method", ",", "called", "FastHals", ",", "has", "been", "proposed", "to", "solve", "least", "squares", "NMF", "and", "is", "regarded", "as", "one", "of", "the", "state-of-the-art", "techniques", "for", "the", "problem", ".", "In", "this", "paper", ",", "we", "first", "show", "that", "FastHals", "has", "an", "inefficiency", "in", "that", "it", "uses", "a", "cyclic", "coordinate", "descent", "scheme", "and", "thus", ",", "performs", "unneeded", "descent", "steps", "on", "unimportant", "variables", ".", "We", "then", "present", "a", "variable", "selection", "scheme", "that", "uses", "the", "gradient", "of", "the", "objective", "function", "to", "arrive", "at", "a", "new", "coordinate", "descent", "method", ".", "Our", "new", "method", "is", "considerably", "faster", "in", "practice", "and", "we", "show", "that", "it", "has", "theoretical", "convergence", "guarantees", ".", "Moreover", "when", "the", "solution", "is", "sparse", ",", "as", "is", "often", "the", "case", "in", "real", "applications", ",", "our", "new", "method", "benefits", "by", "selecting", "important", "variables", "to", "update", "more", "often", ",", "thus", "resulting", "in", "higher", "speed", ".", "As", "an", "example", ",", "on", "a", "text", "dataset", "RCV1", ",", "our", "method", "is", "7", "times", "faster", "than", "FastHals", ",", "and", "more", "than", "15", "times", "faster", "when", "the", "sparsity", "is", "increased", "by", "adding", "an", "L1", "penalty", ".", "We", "also", "develop", "new", "coordinate", "descent", "methods", "when", "error", "in", "NMF", "is", "measured", "by", "KL-divergence", "by", "applying", "the", "Newton", "method", "to", "solve", "the", "one-variable", "sub-problems", ".", "Experiments", "indicate", "that", "our", "algorithm", "for", "minimizing", "the", "KL-divergence", "is", "faster", "than", "the", "Lee", "&", "Seung", "multiplicative", "rule", "by", "a", "factor", "of", "10", "on", "the", "CBCL", "image", "dataset", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
9,635,494
[ "Meme-tracking", "and", "the", "dynamics", "of", "the", "news", "cycle", "Tracking", "new", "topics", ",", "ideas", ",", "and", "``", "memes", "''", "across", "the", "Web", "has", "been", "an", "issue", "of", "considerable", "interest", ".", "Recent", "work", "has", "developed", "methods", "for", "tracking", "topic", "shifts", "over", "long", "time", "scales", ",", "as", "well", "as", "abrupt", "spikes", "in", "the", "appearance", "of", "particular", "named", "entities", ".", "However", ",", "these", "approaches", "are", "less", "well", "suited", "to", "the", "identification", "of", "content", "that", "spreads", "widely", "and", "then", "fades", "over", "time", "scales", "on", "the", "order", "of", "days", "-", "the", "time", "scale", "at", "which", "we", "perceive", "news", "and", "events", ".", "We", "develop", "a", "framework", "for", "tracking", "short", ",", "distinctive", "phrases", "that", "travel", "relatively", "intact", "through", "on-line", "text", ";", "developing", "scalable", "algorithms", "for", "clustering", "textual", "variants", "of", "such", "phrases", ",", "we", "identify", "a", "broad", "class", "of", "memes", "that", "exhibit", "wide", "spread", "and", "rich", "variation", "on", "a", "daily", "basis", ".", "As", "our", "principal", "domain", "of", "study", ",", "we", "show", "how", "such", "a", "meme-tracking", "approach", "can", "provide", "a", "coherent", "representation", "of", "the", "news", "cycle", "-", "the", "daily", "rhythms", "in", "the", "news", "media", "that", "have", "long", "been", "the", "subject", "of", "qualitative", "interpretation", "but", "have", "never", "been", "captured", "accurately", "enough", "to", "permit", "actual", "quantitative", "analysis", ".", "We", "tracked", "1.6", "million", "mainstream", "media", "sites", "and", "blogs", "over", "a", "period", "of", "three", "months", "with", "the", "total", "of", "90", "million", "articles", "and", "we", "find", "a", "set", "of", "novel", "and", "persistent", "temporal", "patterns", "in", "the", "news", "cycle", ".", "In", "particular", ",", "we", "observe", "a", "typical", "lag", "of", "2.5", "hours", "between", "the", "peaks", "of", "attention", "to", "a", "phrase", "in", "the", "news", "media", "and", "in", "blogs", "respectively", ",", "with", "divergent", "behavior", "around", "the", "overall", "peak", "and", "a", "``", "heartbeat", "''", "-", "like", "pattern", "in", "the", "handoff", "between", "news", "and", "blogs", ".", "We", "also", "develop", "and", "analyze", "a", "mathematical", "model", "for", "the", "kinds", "of", "temporal", "variation", "that", "the", "system", "exhibits", "." ]
[ "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
9,421,192
[ "Joint", "optimization", "of", "wrapper", "generation", "and", "template", "detection", "Many", "websites", "have", "large", "collections", "of", "pages", "generated", "dynamically", "from", "an", "underlying", "structured", "source", "like", "a", "database", ".", "The", "data", "of", "a", "category", "are", "typically", "encoded", "into", "similar", "pages", "by", "a", "common", "script", "or", "template", ".", "In", "recent", "years", ",", "some", "value-added", "services", ",", "such", "as", "comparison", "shopping", "and", "vertical", "search", "in", "a", "specific", "domain", ",", "have", "motivated", "the", "research", "of", "extraction", "technologies", "with", "high", "accuracy", ".", "Almost", "all", "previous", "works", "assume", "that", "input", "pages", "of", "a", "wrapper", "induction", "system", "conform", "to", "a", "common", "template", "and", "they", "can", "be", "easily", "identified", "in", "terms", "of", "a", "common", "schema", "of", "URL", ".", "However", ",", "we", "observed", "that", "it", "is", "hard", "to", "distinguish", "different", "templates", "using", "dynamic", "URLs", "today", ".", "Moreover", ",", "since", "extraction", "accuracy", "heavily", "depends", "on", "how", "consistent", "input", "pages", "are", ",", "we", "argue", "that", "it", "is", "risky", "to", "determine", "whether", "pages", "share", "a", "common", "template", "solely", "based", "on", "URLs", ".", "Instead", ",", "we", "propose", "a", "new", "approach", "that", "utilizes", "similarity", "between", "pages", "to", "detect", "templates", ".", "Our", "approach", "separates", "pages", "with", "notable", "inner", "differences", "and", "then", "generates", "wrappers", ",", "respectively", ".", "Experimental", "results", "show", "that", "our", "proposed", "approach", "is", "feasible", "and", "effective", "for", "improving", "extraction", "accuracy", "." ]
[ "O", "O", "O", "B", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
13,755,977
[ "Ranking-based", "classification", "of", "heterogeneous", "information", "networks", "It", "has", "been", "recently", "recognized", "that", "heterogeneous", "information", "networks", "composed", "of", "multiple", "types", "of", "nodes", "and", "links", "are", "prevalent", "in", "the", "real", "world", ".", "Both", "classification", "and", "ranking", "of", "the", "nodes", "(", "or", "data", "objects", ")", "in", "such", "networks", "are", "essential", "for", "network", "analysis", ".", "However", ",", "so", "far", "these", "approaches", "have", "generally", "been", "performed", "separately", ".", "In", "this", "paper", ",", "we", "combine", "ranking", "and", "classification", "in", "order", "to", "perform", "more", "accurate", "analysis", "of", "a", "heterogeneous", "information", "network", ".", "Our", "intuition", "is", "that", "highly", "ranked", "objects", "within", "a", "class", "should", "play", "more", "important", "roles", "in", "classification", ".", "On", "the", "other", "hand", ",", "class", "membership", "information", "is", "important", "for", "determining", "a", "quality", "ranking", "over", "a", "dataset", ".", "We", "believe", "it", "is", "therefore", "beneficial", "to", "integrate", "classification", "and", "ranking", "in", "a", "simultaneous", ",", "mutually", "enhancing", "process", ",", "and", "to", "this", "end", ",", "propose", "a", "novel", "ranking-based", "iterative", "classification", "framework", ",", "called", "RankClass", ".", "Specifically", ",", "we", "build", "a", "graph-based", "ranking", "model", "to", "iteratively", "compute", "the", "ranking", "distribution", "of", "the", "objects", "within", "each", "class", ".", "At", "each", "iteration", ",", "according", "to", "the", "current", "ranking", "results", ",", "the", "graph", "structure", "used", "in", "the", "ranking", "algorithm", "is", "adjusted", "so", "that", "the", "sub-network", "corresponding", "to", "the", "specific", "class", "is", "emphasized", ",", "while", "the", "rest", "of", "the", "network", "is", "weakened", ".", "As", "our", "experiments", "show", ",", "integrating", "ranking", "with", "classification", "not", "only", "generates", "more", "accurate", "classes", "than", "the", "state-of-art", "classification", "methods", "on", "networked", "data", ",", "but", "also", "provides", "meaningful", "ranking", "of", "objects", "within", "each", "class", ",", "serving", "as", "a", "more", "informative", "view", "of", "the", "data", "than", "traditional", "classification", "." ]
[ "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O" ]
9,757,313
[ "On", "compressing", "social", "networks", "Motivated", "by", "structural", "properties", "of", "the", "Web", "graph", "that", "support", "efficient", "data", "structures", "for", "in", "memory", "adjacency", "queries", ",", "we", "study", "the", "extent", "to", "which", "a", "large", "network", "can", "be", "compressed", ".", "Boldi", "and", "Vigna", "(", "WWW", "2004", ")", ",", "showed", "that", "Web", "graphs", "can", "be", "compressed", "down", "to", "three", "bits", "of", "storage", "per", "edge", ";", "we", "study", "the", "compressibility", "of", "social", "networks", "where", "again", "adjacency", "queries", "are", "a", "fundamental", "primitive", ".", "To", "this", "end", ",", "we", "propose", "simple", "combinatorial", "formulations", "that", "encapsulate", "efficient", "compressibility", "of", "graphs", ".", "We", "show", "that", "some", "of", "the", "problems", "are", "NP-hard", "yet", "admit", "effective", "heuristics", ",", "some", "of", "which", "can", "exploit", "properties", "of", "social", "networks", "such", "as", "link", "reciprocity", ".", "Our", "extensive", "experiments", "show", "that", "social", "networks", "and", "the", "Web", "graph", "exhibit", "vastly", "different", "compressibility", "characteristics", "." ]
[ "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
5,103,822
[ "Suppressing", "model", "overfitting", "in", "mining", "concept-drifting", "data", "streams", "Mining", "data", "streams", "of", "changing", "class", "distributions", "is", "important", "for", "real-time", "business", "decision", "support", ".", "The", "stream", "classifier", "must", "evolve", "to", "reflect", "the", "current", "class", "distribution", ".", "This", "poses", "a", "serious", "challenge", ".", "On", "the", "one", "hand", ",", "relying", "on", "historical", "data", "may", "increase", "the", "chances", "of", "learning", "obsolete", "models", ".", "On", "the", "other", "hand", ",", "learning", "only", "from", "the", "latest", "data", "may", "lead", "to", "biased", "classifiers", ",", "as", "the", "latest", "data", "is", "often", "an", "unrepresentative", "sample", "of", "the", "current", "class", "distribution", ".", "The", "problem", "is", "particularly", "acute", "in", "classifying", "rare", "events", ",", "when", ",", "for", "example", ",", "instances", "of", "the", "rare", "class", "do", "not", "even", "show", "up", "in", "the", "most", "recent", "training", "data", ".", "In", "this", "paper", ",", "we", "use", "a", "stochastic", "model", "to", "describe", "the", "concept", "shifting", "patterns", "and", "formulate", "this", "problem", "as", "an", "optimization", "one", ":", "from", "the", "historical", "and", "the", "current", "training", "data", "that", "we", "have", "observed", ",", "find", "the", "most-likely", "current", "distribution", ",", "and", "learn", "a", "classifier", "based", "on", "the", "most-likely", "distribution", ".", "We", "derive", "an", "analytic", "solution", "and", "approximate", "this", "solution", "with", "an", "efficient", "algorithm", ",", "which", "calibrates", "the", "influence", "of", "historical", "data", "carefully", "to", "create", "an", "accurate", "classifier", ".", "We", "evaluate", "our", "algorithm", "with", "both", "synthetic", "and", "real-world", "datasets", ".", "Our", "results", "show", "that", "our", "algorithm", "produces", "accurate", "and", "efficient", "classification", "." ]
[ "O", "O", "O", "O", "O", "O", "B", "I", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
9,412,373
[ "Topical", "query", "decomposition", "We", "introduce", "the", "problem", "of", "query", "decomposition", ",", "where", "we", "are", "given", "a", "query", "and", "a", "document", "retrieval", "system", ",", "and", "we", "want", "to", "produce", "a", "small", "set", "of", "queries", "whose", "union", "of", "resulting", "documents", "corresponds", "approximately", "to", "that", "of", "the", "original", "query", ".", "Ideally", ",", "these", "queries", "should", "represent", "coherent", ",", "conceptually", "well-separated", "topics", ".", "We", "provide", "an", "abstract", "formulation", "of", "the", "query", "decomposition", "problem", ",", "and", "we", "tackle", "it", "from", "two", "different", "perspectives", ".", "We", "first", "show", "how", "the", "problem", "can", "be", "instantiated", "as", "a", "specific", "variant", "of", "a", "set", "cover", "problem", ",", "for", "which", "we", "provide", "an", "efficient", "greedy", "algorithm", ".", "Next", ",", "we", "show", "how", "the", "same", "problem", "can", "be", "seen", "as", "a", "constrained", "clustering", "problem", ",", "with", "a", "very", "particular", "kind", "of", "constraint", ",", "i.e.", ",", "clustering", "with", "predefined", "clusters", ".", "We", "develop", "a", "two-phase", "algorithm", "based", "on", "hierarchical", "agglomerative", "clustering", "followed", "by", "dynamic", "programming", ".", "Our", "experiments", ",", "conducted", "on", "a", "set", "of", "actual", "queries", "in", "a", "Web", "scale", "search", "engine", ",", "confirm", "the", "effectiveness", "of", "the", "proposed", "solutions", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
4,002,392
[ "A", "multiple", "tree", "algorithm", "for", "the", "efficient", "association", "of", "asteroid", "observations", "In", "this", "paper", "we", "examine", "the", "problem", "of", "efficiently", "finding", "sets", "of", "observations", "that", "conform", "to", "a", "given", "underlying", "motion", "model", ".", "While", "this", "problem", "is", "often", "phrased", "as", "a", "tracking", "problem", ",", "where", "it", "is", "called", "track", "initiation", ",", "it", "is", "useful", "in", "a", "variety", "of", "tasks", "where", "we", "want", "to", "find", "correspondences", "or", "patterns", "in", "spatial-temporal", "data", ".", "Unfortunately", ",", "this", "problem", "often", "suffers", "from", "a", "combinatorial", "explosion", "in", "the", "number", "of", "potential", "sets", "that", "must", "be", "evaluated", ".", "We", "consider", "the", "problem", "with", "respect", "to", "large-scale", "asteroid", "observation", "data", ",", "where", "the", "goal", "is", "to", "find", "associations", "among", "the", "observations", "that", "correspond", "to", "the", "same", "underlying", "asteroid", ".", "In", "this", "domain", ",", "it", "is", "vital", "that", "we", "can", "efficiently", "extract", "the", "underlying", "associations", ".", "We", "introduce", "a", "new", "methodology", "for", "track", "initiation", "that", "exhaustively", "considers", "all", "possible", "linkages", ".", "We", "then", "introduce", "an", "exact", "tree-based", "algorithm", "for", "tractably", "finding", "all", "compatible", "sets", "of", "points", ".", "Further", ",", "we", "extend", "this", "approach", "to", "use", "multiple", "trees", ",", "exploiting", "structure", "from", "several", "time", "steps", "at", "once", ".", "We", "compare", "this", "approach", "to", "a", "standard", "sequential", "approach", "and", "show", "how", "the", "use", "of", "multiple", "trees", "can", "provide", "a", "significant", "benefit", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
10,597,102
[ "Inferring", "networks", "of", "diffusion", "and", "influence", "Information", "diffusion", "and", "virus", "propagation", "are", "fundamental", "processes", "talking", "place", "in", "networks", ".", "While", "it", "is", "often", "possible", "to", "directly", "observe", "when", "nodes", "become", "infected", ",", "observing", "individual", "transmissions", "(", "i.e.", ",", "who", "infects", "whom", "or", "who", "influences", "whom", ")", "is", "typically", "very", "difficult", ".", "Furthermore", ",", "in", "many", "applications", ",", "the", "underlying", "network", "over", "which", "the", "diffusions", "and", "propagations", "spread", "is", "actually", "unobserved", ".", "We", "tackle", "these", "challenges", "by", "developing", "a", "method", "for", "tracing", "paths", "of", "diffusion", "and", "influence", "through", "networks", "and", "inferring", "the", "networks", "over", "which", "contagions", "propagate", ".", "Given", "the", "times", "when", "nodes", "adopt", "pieces", "of", "information", "or", "become", "infected", ",", "we", "identify", "the", "optimal", "network", "that", "best", "explains", "the", "observed", "infection", "times", ".", "Since", "the", "optimization", "problem", "is", "NP-hard", "to", "solve", "exactly", ",", "we", "develop", "an", "efficient", "approximation", "algorithm", "that", "scales", "to", "large", "datasets", "and", "in", "practice", "gives", "provably", "near-optimal", "performance", ".", "We", "demonstrate", "the", "effectiveness", "of", "our", "approach", "by", "tracing", "information", "cascades", "in", "a", "set", "of", "170", "million", "blogs", "and", "news", "articles", "over", "a", "one", "year", "period", "to", "infer", "how", "information", "flows", "through", "the", "online", "media", "space", ".", "We", "find", "that", "the", "diffusion", "network", "of", "news", "tends", "to", "have", "a", "core-periphery", "structure", "with", "a", "small", "set", "of", "core", "media", "sites", "that", "diffuse", "information", "to", "the", "rest", "of", "the", "Web", ".", "These", "sites", "tend", "to", "have", "stable", "circles", "of", "influence", "with", "more", "general", "news", "media", "sites", "acting", "as", "connectors", "between", "them", "." ]
[ "O", "B", "I", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O" ]
10,151,654
[ "Sustainable", "operation", "and", "management", "of", "data", "center", "chillers", "using", "temporal", "data", "mining", "Motivation", ":", "Data", "centers", "are", "a", "critical", "component", "of", "modern", "IT", "infrastructure", "but", "are", "also", "among", "the", "worst", "environmental", "offenders", "through", "their", "increasing", "energy", "usage", "and", "the", "resulting", "large", "carbon", "footprints", ".", "Efficient", "management", "of", "data", "centers", ",", "including", "power", "management", ",", "networking", ",", "and", "cooling", "infrastructure", ",", "is", "hence", "crucial", "to", "sustainability", ".", "In", "the", "absence", "of", "a", "`", "first-principles", "'", "approach", "to", "manage", "these", "complex", "components", "and", "their", "interactions", ",", "data-driven", "approaches", "have", "become", "attractive", "and", "tenable", ".", "Results", ":", "We", "present", "a", "temporal", "data", "mining", "solution", "to", "model", "and", "optimize", "performance", "of", "data", "center", "chillers", ",", "a", "key", "component", "of", "the", "cooling", "infrastructure", ".", "It", "helps", "bridge", "raw", ",", "numeric", ",", "time-series", "information", "from", "sensor", "streams", "toward", "higher", "level", "characterizations", "of", "chiller", "behavior", ",", "suitable", "for", "a", "data", "center", "engineer", ".", "To", "aid", "in", "this", "transduction", ",", "temporal", "data", "streams", "are", "first", "encoded", "into", "a", "symbolic", "representation", ",", "next", "run-length", "encoded", "segments", "are", "mined", "to", "form", "frequent", "motifs", "in", "time", "series", ",", "and", "finally", "these", "metrics", "are", "evaluated", "by", "their", "contributions", "to", "sustainability", ".", "A", "key", "innovation", "in", "our", "application", "is", "the", "ability", "to", "intersperse", "``", "do", "n't", "care", "''", "transitions", "(", "e.g.", ",", "transients", ")", "in", "continuous-valued", "time", "series", "data", ",", "an", "advantage", "we", "inherit", "by", "the", "application", "of", "frequent", "episode", "mining", "to", "symbolized", "representations", "of", "numeric", "time", "series", ".", "Our", "approach", "provides", "both", "qualitative", "and", "quantitative", "characterizations", "of", "the", "sensor", "streams", "to", "the", "data", "center", "engineer", ",", "to", "aid", "him", "in", "tuning", "chiller", "operating", "characteristics", ".", "This", "system", "is", "currently", "being", "prototyped", "for", "a", "data", "center", "managed", "by", "HP", "and", "experimental", "results", "from", "this", "application", "reveal", "the", "promise", "of", "our", "approach", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
524,908
[ "Mining", "distance-based", "outliers", "from", "large", "databases", "in", "any", "metric", "space", "Let", "R", "be", "a", "set", "of", "objects", ".", "An", "object", "o", "∈", "R", "is", "an", "outlier", ",", "if", "there", "exist", "less", "than", "k", "objects", "in", "R", "whose", "distances", "to", "o", "are", "at", "most", "r.", "The", "values", "of", "k", ",", "r", ",", "and", "the", "distance", "metric", "are", "provided", "by", "a", "user", "at", "the", "run", "time", ".", "The", "objective", "is", "to", "return", "all", "outliers", "with", "the", "smallest", "I\\/O", "cost", ".", "This", "paper", "considers", "a", "generic", "version", "of", "the", "problem", ",", "where", "no", "information", "is", "available", "for", "outlier", "computation", ",", "except", "for", "objects", "'", "mutual", "distances", ".", "We", "prove", "an", "upper", "bound", "for", "the", "memory", "consumption", "which", "permits", "the", "discovery", "of", "all", "outliers", "by", "scanning", "the", "dataset", "3", "times", ".", "The", "upper", "bound", "turns", "out", "to", "be", "extremely", "low", "in", "practice", ",", "e.g.", ",", "less", "than", "1", "%", "of", "R.", "Since", "the", "actual", "memory", "capacity", "of", "a", "realistic", "DBMS", "is", "typically", "larger", ",", "we", "develop", "a", "novel", "algorithm", ",", "which", "integrates", "our", "theoretical", "findings", "with", "carefully-designed", "heuristics", "that", "leverage", "the", "additional", "memory", "to", "improve", "I\\/O", "efficiency", ".", "Our", "technique", "reports", "all", "outliers", "by", "scanning", "the", "dataset", "at", "most", "twice", "(", "in", "some", "cases", ",", "even", "once", ")", ",", "and", "significantly", "outperforms", "the", "existing", "solutions", "by", "a", "factor", "up", "to", "an", "order", "of", "magnitude", "." ]
[ "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
14,343,779
[ "Detecting", "adversarial", "advertisements", "in", "the", "wild", "In", "a", "large", "online", "advertising", "system", ",", "adversaries", "may", "attempt", "to", "profit", "from", "the", "creation", "of", "low", "quality", "or", "harmful", "advertisements", ".", "In", "this", "paper", ",", "we", "present", "a", "large", "scale", "data", "mining", "effort", "that", "detects", "and", "blocks", "such", "adversarial", "advertisements", "for", "the", "benefit", "and", "safety", "of", "our", "users", ".", "Because", "both", "false", "positives", "and", "false", "negatives", "have", "high", "cost", ",", "our", "deployed", "system", "uses", "a", "tiered", "strategy", "combining", "automated", "and", "semi-automated", "methods", "to", "ensure", "reliable", "classification", ".", "We", "also", "employ", "strategies", "to", "address", "the", "challenges", "of", "learning", "from", "highly", "skewed", "data", "at", "scale", ",", "allocating", "the", "effort", "of", "human", "experts", ",", "leveraging", "domain", "expert", "knowledge", ",", "and", "independently", "assessing", "the", "effectiveness", "of", "our", "system", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
939,453
[ "Cluster-based", "concept", "invention", "for", "statistical", "relational", "learning", "We", "use", "clustering", "to", "derive", "new", "relations", "which", "augment", "database", "schema", "used", "in", "automatic", "generation", "of", "predictive", "features", "in", "statistical", "relational", "learning", ".", "Entities", "derived", "from", "clusters", "increase", "the", "expressivity", "of", "feature", "spaces", "by", "creating", "new", "first-class", "concepts", "which", "contribute", "to", "the", "creation", "of", "new", "features", ".", "For", "example", ",", "in", "CiteSeer", ",", "papers", "can", "be", "clustered", "based", "on", "words", "or", "citations", "giving", "``", "topics", "''", ",", "and", "authors", "can", "be", "clustered", "based", "on", "documents", "they", "co-author", "giving", "``", "communities", "''", ".", "Such", "cluster-derived", "concepts", "become", "part", "of", "more", "complex", "feature", "expressions", ".", "Out", "of", "the", "large", "number", "of", "generated", "features", ",", "those", "which", "improve", "predictive", "accuracy", "are", "kept", "in", "the", "model", ",", "as", "decided", "by", "statistical", "feature", "selection", "criteria", ".", "We", "present", "results", "demonstrating", "improved", "accuracy", "on", "two", "tasks", ",", "venue", "prediction", "and", "link", "prediction", ",", "using", "CiteSeer", "data", "." ]
[ "O", "O", "O", "O", "O", "O", "B", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
13,059,930
[ "DivRank", ":", "the", "interplay", "of", "prestige", "and", "diversity", "in", "information", "networks", "Information", "networks", "are", "widely", "used", "to", "characterize", "the", "relationships", "between", "data", "items", "such", "as", "text", "documents", ".", "Many", "important", "retrieval", "and", "mining", "tasks", "rely", "on", "ranking", "the", "data", "items", "based", "on", "their", "centrality", "or", "prestige", "in", "the", "network", ".", "Beyond", "prestige", ",", "diversity", "has", "been", "recognized", "as", "a", "crucial", "objective", "in", "ranking", ",", "aiming", "at", "providing", "a", "non-redundant", "and", "high", "coverage", "piece", "of", "information", "in", "the", "top", "ranked", "results", ".", "Nevertheless", ",", "existing", "network-based", "ranking", "approaches", "either", "disregard", "the", "concern", "of", "diversity", ",", "or", "handle", "it", "with", "non-optimized", "heuristics", ",", "usually", "based", "on", "greedy", "vertex", "selection", ".", "We", "propose", "a", "novel", "ranking", "algorithm", ",", "DivRank", ",", "based", "on", "a", "reinforced", "random", "walk", "in", "an", "information", "network", ".", "This", "model", "automatically", "balances", "the", "prestige", "and", "the", "diversity", "of", "the", "top", "ranked", "vertices", "in", "a", "principled", "way", ".", "DivRank", "not", "only", "has", "a", "clear", "optimization", "explanation", ",", "but", "also", "well", "connects", "to", "classical", "models", "in", "mathematics", "and", "network", "science", ".", "We", "evaluate", "DivRank", "using", "empirical", "experiments", "on", "three", "different", "networks", "as", "well", "as", "a", "text", "summarization", "task", ".", "DivRank", "outperforms", "existing", "network-based", "ranking", "methods", "in", "terms", "of", "enhancing", "diversity", "in", "prestige", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "B", "O", "B", "I", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "B", "I", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "B", "O", "O", "O" ]
10,940,984
[ "Scalable", "influence", "maximization", "for", "prevalent", "viral", "marketing", "in", "large-scale", "social", "networks", "Influence", "maximization", ",", "defined", "by", "Kempe", ",", "Kleinberg", ",", "and", "Tardos", "(", "2003", ")", ",", "is", "the", "problem", "of", "finding", "a", "small", "set", "of", "seed", "nodes", "in", "a", "social", "network", "that", "maximizes", "the", "spread", "of", "influence", "under", "certain", "influence", "cascade", "models", ".", "The", "scalability", "of", "influence", "maximization", "is", "a", "key", "factor", "for", "enabling", "prevalent", "viral", "marketing", "in", "large-scale", "online", "social", "networks", ".", "Prior", "solutions", ",", "such", "as", "the", "greedy", "algorithm", "of", "Kempe", "et", "al.", "(", "2003", ")", "and", "its", "improvements", "are", "slow", "and", "not", "scalable", ",", "while", "other", "heuristic", "algorithms", "do", "not", "provide", "consistently", "good", "performance", "on", "influence", "spreads", ".", "In", "this", "paper", ",", "we", "design", "a", "new", "heuristic", "algorithm", "that", "is", "easily", "scalable", "to", "millions", "of", "nodes", "and", "edges", "in", "our", "experiments", ".", "Our", "algorithm", "has", "a", "simple", "tunable", "parameter", "for", "users", "to", "control", "the", "balance", "between", "the", "running", "time", "and", "the", "influence", "spread", "of", "the", "algorithm", ".", "Our", "results", "from", "extensive", "simulations", "on", "several", "real-world", "and", "synthetic", "networks", "demonstrate", "that", "our", "algorithm", "is", "currently", "the", "best", "scalable", "solution", "to", "the", "influence", "maximization", "problem", ":", "(", "a", ")", "our", "algorithm", "scales", "beyond", "million-sized", "graphs", "where", "the", "greedy", "algorithm", "becomes", "infeasible", ",", "and", "(", "b", ")", "in", "all", "size", "ranges", ",", "our", "algorithm", "performs", "consistently", "well", "in", "influence", "spread", "--", "it", "is", "always", "among", "the", "best", "algorithms", ",", "and", "in", "most", "cases", "it", "significantly", "outperforms", "all", "other", "scalable", "heuristics", "to", "as", "much", "as", "100", "%", "--", "260", "%", "increase", "in", "influence", "spread", "." ]
[ "O", "B", "I", "O", "O", "B", "I", "O", "O", "B", "I", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
7,808,818
[ "The", "mathematics", "of", "causal", "inference", "I", "will", "review", "concepts", ",", "principles", ",", "and", "mathematical", "tools", "that", "were", "found", "useful", "in", "applications", "involving", "causal", "and", "counterfactual", "relationships", ".", "This", "semantical", "framework", ",", "enriched", "with", "a", "few", "ideas", "from", "logic", "and", "graph", "theory", ",", "gives", "rise", "to", "a", "complete", ",", "coherent", ",", "and", "friendly", "calculus", "of", "causation", "that", "unifies", "the", "graphical", "and", "counterfactual", "approaches", "to", "causation", "and", "resolves", "many", "long-standing", "problems", "in", "several", "of", "the", "sciences", ".", "These", "include", "questions", "of", "causal", "effect", "estimation", ",", "policy", "analysis", ",", "and", "the", "integration", "of", "data", "from", "diverse", "studies", ".", "Of", "special", "interest", "to", "KDD", "researchers", "would", "be", "the", "following", "topics", ":", "The", "Mediation", "Formula", ",", "and", "what", "it", "tells", "us", "about", "direct", "and", "indirect", "effects", ".", "What", "mathematics", "can", "tell", "us", "about", "``", "external", "validity", "''", "or", "``", "generalizing", "from", "experiments", "''", "What", "can", "graph", "theory", "tell", "us", "about", "recovering", "from", "sample-selection", "bias", "." ]
[ "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
10,397,978
[ "Algorithms", "for", "discovering", "bucket", "orders", "from", "data", "Ordering", "and", "ranking", "items", "of", "different", "types", "are", "important", "tasks", "in", "various", "applications", ",", "such", "as", "query", "processing", "and", "scientific", "data", "mining", ".", "A", "total", "order", "for", "the", "items", "can", "be", "misleading", ",", "since", "there", "are", "groups", "of", "items", "that", "have", "practically", "equal", "ranks", ".", "We", "consider", "bucket", "orders", ",", "i.e.", ",", "total", "orders", "with", "ties", ".", "They", "can", "be", "used", "to", "capture", "the", "essential", "order", "information", "without", "overfitting", "the", "data", ":", "they", "form", "a", "useful", "concept", "class", "between", "total", "orders", "and", "arbitrary", "partial", "orders", ".", "We", "address", "the", "question", "of", "finding", "a", "bucket", "order", "for", "a", "set", "of", "items", ",", "given", "pairwise", "precedence", "information", "between", "the", "items", ".", "We", "also", "discuss", "methods", "for", "computing", "the", "pairwise", "precedence", "data", ".", "We", "describe", "simple", "and", "efficient", "algorithms", "for", "finding", "good", "bucket", "orders", ".", "Several", "of", "the", "algorithms", "have", "a", "provable", "approximation", "guarantee", ",", "and", "they", "scale", "well", "to", "large", "datasets", ".", "We", "provide", "experimental", "results", "on", "artificial", "and", "a", "real", "data", "that", "show", "the", "usefulness", "of", "bucket", "orders", "and", "demonstrate", "the", "accuracy", "and", "efficiency", "of", "the", "algorithms", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "B", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
331,246
[ "Automatic", "multimedia", "cross-modal", "correlation", "discovery", "Given", "an", "image", "(", "or", "video", "clip", ",", "or", "audio", "song", ")", ",", "how", "do", "we", "automatically", "assign", "keywords", "to", "it", "?", "The", "general", "problem", "is", "to", "find", "correlations", "across", "the", "media", "in", "a", "collection", "of", "multimedia", "objects", "like", "video", "clips", ",", "with", "colors", ",", "and\\/or", "motion", ",", "and\\/or", "audio", ",", "and\\/or", "text", "scripts", ".", "We", "propose", "a", "novel", ",", "graph-based", "approach", ",", "``", "MMG", "''", ",", "to", "discover", "such", "cross-modal", "correlations", ".", "Our", "``", "MMG", "''", "method", "requires", "no", "tuning", ",", "no", "clustering", ",", "no", "user-determined", "constants", ";", "it", "can", "be", "applied", "to", "any", "multimedia", "collection", ",", "as", "long", "as", "we", "have", "a", "similarity", "function", "for", "each", "medium", ";", "and", "it", "scales", "linearly", "with", "the", "database", "size", ".", "We", "report", "auto-captioning", "experiments", "on", "the", "``", "standard", "''", "Corel", "image", "database", "of", "680", "MB", ",", "where", "it", "outperforms", "domain", "specific", ",", "fine-tuned", "methods", "by", "up", "to", "10", "percentage", "points", "in", "captioning", "accuracy", "(", "50", "%", "relative", "improvement", ")", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
4,774,319
[ "Parallel", "mining", "of", "closed", "sequential", "patterns", "Discovery", "of", "sequential", "patterns", "is", "an", "essential", "data", "mining", "task", "with", "broad", "applications", ".", "Among", "several", "variations", "of", "sequential", "patterns", ",", "closed", "sequential", "pattern", "is", "the", "most", "useful", "one", "since", "it", "retains", "all", "the", "information", "of", "the", "complete", "pattern", "set", "but", "is", "often", "much", "more", "compact", "than", "it", ".", "Unfortunately", ",", "there", "is", "no", "parallel", "closed", "sequential", "pattern", "mining", "method", "proposed", "yet", ".", "In", "this", "paper", "we", "develop", "an", "algorithm", ",", "called", "Par-CSP", "(", "Parallel", "Closed", "Sequential", "Pattern", "mining", ")", ",", "to", "conduct", "parallel", "mining", "of", "closed", "sequential", "patterns", "on", "a", "distributed", "memory", "system", ".", "Par-CSP", "partitions", "the", "work", "among", "the", "processors", "by", "exploiting", "the", "divide-and-conquer", "property", "so", "that", "the", "overhead", "of", "interprocessor", "communication", "is", "minimized", ".", "Par-CSP", "applies", "dynamic", "scheduling", "to", "avoid", "processor", "idling", ".", "Moreover", ",", "it", "employs", "a", "technique", ",", "called", "selective", "sampling", "to", "address", "the", "load", "imbalance", "problem", ".", "We", "implement", "Par-CSP", "using", "MPI", "on", "a", "64-node", "Linux", "cluster", ".", "Our", "experimental", "results", "show", "that", "Par-CSP", "attains", "good", "parallelization", "efficiencies", "on", "various", "input", "datasets", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
5,329,968
[ "Nestedness", "and", "segmented", "nestedness", "Consider", "each", "row", "of", "a", "0-1", "dataset", "as", "the", "subset", "of", "the", "columns", "for", "which", "the", "row", "has", "an", "1", ".", "Then", "a", "dataset", "is", "nested", ",", "if", "for", "all", "pairs", "of", "rows", "one", "row", "is", "either", "a", "superset", "or", "subset", "of", "the", "other", ".", "The", "concept", "of", "nestedness", "has", "its", "origins", "in", "ecology", ",", "where", "approximate", "versions", "of", "it", "has", "been", "used", "to", "model", "the", "species", "distribution", "in", "different", "locations", ".", "We", "argue", "that", "nestedness", "and", "its", "extensions", "are", "interesting", "properties", "of", "datasets", ",", "and", "that", "they", "can", "be", "applied", "also", "to", "domains", "other", "than", "ecology", ".", "We", "first", "define", "natural", "measures", "of", "nestedness", "and", "study", "their", "properties", ".", "We", "then", "define", "the", "concept", "of", "k-nestedness", ":", "a", "dataset", "is", "(", "almost", ")", "k-nested", "if", "the", "set", "of", "columns", "can", "be", "partitioned", "to", "k", "parts", "so", "that", "each", "part", "is", "(", "almost", ")", "nested", ".", "We", "consider", "the", "algorithmic", "problems", "of", "computing", "how", "far", "a", "dataset", "is", "from", "being", "k-nested", ",", "and", "for", "finding", "a", "good", "partition", "of", "the", "columns", "into", "k", "parts", ".", "The", "algorithms", "are", "based", "on", "spectral", "partitioning", ",", "and", "scale", "to", "moderately", "large", "datasets", ".", "We", "apply", "the", "methods", "to", "real", "data", "from", "ecology", "and", "from", "other", "applications", ",", "and", "demonstrate", "the", "usefulness", "of", "the", "concept", "." ]
[ "B", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
13,519,165
[ "Enabling", "analysts", "in", "managed", "services", "for", "CRM", "analytics", "Data", "analytics", "tools", "and", "frameworks", "abound", ",", "yet", "rapid", "deployment", "of", "analytics", "solutions", "that", "deliver", "actionable", "insights", "from", "business", "data", "remains", "a", "challenge", ".", "The", "primary", "reason", "is", "that", "on-field", "practitioners", "are", "required", "to", "be", "both", "technically", "proficient", "and", "knowledgeable", "about", "the", "business", ".", "The", "recent", "abundance", "of", "unstructured", "business", "data", "has", "thrown", "up", "new", "opportunities", "for", "analytics", ",", "but", "has", "also", "multiplied", "the", "deployment", "challenge", ",", "since", "interpretation", "of", "concepts", "derived", "from", "textual", "sources", "require", "a", "deep", "understanding", "of", "the", "business", ".", "In", "such", "a", "scenario", ",", "a", "managed", "service", "for", "analytics", "comes", "up", "as", "the", "best", "alternative", ".", "A", "managed", "analytics", "service", "is", "centered", "around", "a", "business", "analyst", "who", "acts", "as", "a", "liaison", "between", "the", "business", "and", "the", "technology", ".", "This", "calls", "for", "new", "tools", "that", "assist", "the", "analyst", "to", "be", "efficient", "in", "the", "tasks", "that", "she", "needs", "to", "execute", ".", "Also", ",", "the", "analytics", "needs", "to", "be", "repeatable", ",", "in", "that", "the", "delivered", "insights", "should", "not", "depend", "heavily", "on", "the", "expertise", "of", "specific", "analysts", ".", "These", "factors", "lead", "us", "to", "identify", "new", "areas", "that", "open", "up", "for", "KDD", "research", "in", "terms", "of", "`", "time-to-insight", "'", "and", "repeatability", "for", "these", "analysts", ".", "We", "present", "our", "analytics", "framework", "in", "the", "form", "of", "a", "managed", "service", "offering", "for", "CRM", "analytics", ".", "We", "describe", "different", "analyst-centric", "tools", "using", "a", "case", "study", "from", "real-life", "engagements", "and", "demonstrate", "their", "effectiveness", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
6,188,803
[ "Active", "exploration", "for", "learning", "rankings", "from", "clickthrough", "data", "We", "address", "the", "task", "of", "learning", "rankings", "of", "documents", "from", "search", "enginelogs", "of", "user", "behavior", ".", "Previous", "work", "on", "this", "problem", "has", "relied", "onpassively", "collected", "clickthrough", "data", ".", "In", "contrast", ",", "we", "show", "that", "anactive", "exploration", "strategy", "can", "provide", "data", "that", "leads", "to", "much", "fasterlearning", ".", "Specifically", ",", "we", "develop", "a", "Bayesian", "approach", "for", "selectingrankings", "to", "present", "users", "so", "that", "interactions", "result", "in", "more", "informativetraining", "data", ".", "Our", "results", "using", "the", "TREC-10", "Web", "corpus", ",", "as", "well", "assynthetic", "data", ",", "demonstrate", "that", "a", "directed", "exploration", "strategy", "quicklyleads", "to", "users", "being", "presented", "improved", "rankings", "in", "an", "online", "learningsetting", ".", "We", "find", "that", "active", "exploration", "substantially", "outperformspassive", "observation", "and", "random", "exploration", "." ]
[ "B", "I", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O" ]
10,937,824
[ "Fast", "query", "execution", "for", "retrieval", "models", "based", "on", "path-constrained", "random", "walks", "Many", "recommendation", "and", "retrieval", "tasks", "can", "be", "represented", "as", "proximity", "queries", "on", "a", "labeled", "directed", "graph", ",", "with", "typed", "nodes", "representing", "documents", ",", "terms", ",", "and", "metadata", ",", "and", "labeled", "edges", "representing", "the", "relationships", "between", "them", ".", "Recent", "work", "has", "shown", "that", "the", "accuracy", "of", "the", "widely-used", "random-walk-based", "proximity", "measures", "can", "be", "improved", "by", "supervised", "learning", "-", "in", "particular", ",", "one", "especially", "effective", "learning", "technique", "is", "based", "on", "Path-Constrained", "Random", "Walks", "(", "PCRW", ")", ",", "in", "which", "similarity", "is", "defined", "by", "a", "learned", "combination", "of", "constrained", "random", "walkers", ",", "each", "constrained", "to", "follow", "only", "a", "particular", "sequence", "of", "edge", "labels", "away", "from", "the", "query", "nodes", ".", "The", "PCRW", "based", "method", "significantly", "outperformed", "unsupervised", "random", "walk", "based", "queries", ",", "and", "models", "with", "learned", "edge", "weights", ".", "Unfortunately", ",", "PCRW", "query", "systems", "are", "expensive", "to", "evaluate", ".", "In", "this", "study", "we", "evaluate", "the", "use", "of", "approximations", "to", "the", "computation", "of", "the", "PCRW", "distributions", ",", "including", "fingerprinting", ",", "particle", "filtering", ",", "and", "truncation", "strategies", ".", "In", "experiments", "on", "several", "recommendation", "and", "retrieval", "problems", "using", "two", "large", "scientific", "publications", "corpora", "we", "show", "speedups", "of", "factors", "of", "2", "to", "100", "with", "little", "loss", "in", "accuracy", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
332,961
[ "Adaptive", "query", "processing", "for", "time-series", "data" ]
[ "O", "O", "O", "O", "O", "O" ]
4,609,403
[ "Finding", "low-entropy", "sets", "and", "trees", "from", "binary", "data", "The", "discovery", "of", "subsets", "with", "special", "properties", "from", "binary", "data", "hasbeen", "one", "of", "the", "key", "themes", "in", "pattern", "discovery", ".", "Pattern", "classes", "suchas", "frequent", "itemsets", "stress", "the", "co-occurrence", "of", "the", "value", "1", "in", "the", "data", ".", "While", "this", "choice", "makes", "sense", "in", "the", "context", "of", "sparse", "binary", "data", ",", "it", "disregards", "potentially", "interesting", "subsets", "of", "attributes", "that", "have", "some", "other", "type", "of", "dependency", "structure", ".", "We", "consider", "the", "problem", "of", "finding", "all", "subsets", "of", "attributes", "that", "have", "low", "complexity", ".", "The", "complexity", "is", "measured", "by", "either", "the", "entropy", "of", "the", "projection", "of", "the", "data", "on", "the", "subset", ",", "or", "the", "entropy", "of", "the", "data", "for", "the", "subset", "when", "modeled", "using", "a", "Bayesian", "tree", ",", "with", "downward", "or", "upward", "pointing", "edges", ".", "We", "show", "that", "the", "entropy", "measure", "on", "sets", "has", "a", "monotonicity", "property", ",", "and", "thus", "a", "levelwise", "approach", "can", "find", "all", "low-entropy", "itemsets", ".", "We", "also", "show", "that", "the", "tree-based", "measures", "are", "bounded", "above", "by", "the", "entropy", "of", "the", "corresponding", "itemset", ",", "allowing", "similar", "algorithms", "to", "be", "used", "for", "finding", "low-entropy", "trees", ".", "We", "describe", "algorithms", "for", "finding", "all", "subsets", "satisfying", "an", "entropy", "condition", ".", "We", "give", "an", "extensive", "empirical", "evaluation", "of", "the", "performance", "of", "the", "methods", "both", "on", "synthetic", "and", "on", "real", "data", ".", "We", "also", "discuss", "the", "search", "for", "high-entropy", "subsets", "and", "the", "computation", "of", "the", "Vapnik-Chervonenkis", "dimension", "of", "the", "data", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
652,735
[ "A", "large-scale", "analysis", "of", "query", "logs", "for", "assessing", "personalization", "opportunities", "Query", "logs", ",", "the", "patterns", "of", "activity", "left", "by", "millions", "of", "users", ",", "contain", "a", "wealth", "of", "information", "that", "can", "be", "mined", "to", "aid", "personalization", ".", "We", "perform", "a", "large-scale", "study", "of", "Yahoo", "!", "search", "engine", "logs", ",", "tracking", "1.35", "million", "browser-cookies", "over", "a", "period", "of", "6", "months", ".", "We", "define", "metrics", "to", "address", "questions", "such", "as", "1", ")", "How", "much", "history", "is", "available", "?", ",", "2", ")", "How", "do", "users", "'", "topical", "interests", "vary", ",", "as", "reflected", "by", "their", "queries", "?", ",", "and", "3", ")", "What", "can", "we", "learn", "from", "user", "clicks", "?", "We", "find", "that", "there", "is", "significantly", "more", "expected", "history", "for", "the", "user", "of", "a", "randomly", "picked", "query", "than", "for", "a", "randomly", "picked", "user", ".", "We", "show", "that", "users", "exhibit", "consistent", "topical", "interests", "that", "vary", "between", "users", ".", "We", "also", "see", "that", "user", "clicks", "indicate", "a", "variety", "of", "special", "interests", ".", "Our", "findings", "shed", "light", "on", "user", "activity", "and", "can", "inform", "future", "personalization", "efforts", "." ]
[ "O", "O", "O", "O", "B", "I", "O", "O", "B", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O" ]
9,640,202
[ "Drosophila", "gene", "expression", "pattern", "annotation", "using", "sparse", "features", "and", "term-term", "interactions", "The", "Drosophila", "gene", "expression", "pattern", "images", "document", "the", "spatial", "and", "temporal", "dynamics", "of", "gene", "expression", "and", "they", "are", "valuable", "tools", "for", "explicating", "the", "gene", "functions", ",", "interaction", ",", "and", "networks", "during", "Drosophila", "embryogenesis", ".", "To", "provide", "text-based", "pattern", "searching", ",", "the", "images", "in", "the", "Berkeley", "Drosophila", "Genome", "Project", "(", "BDGP", ")", "study", "are", "annotated", "with", "ontology", "terms", "manually", "by", "human", "curators", ".", "We", "present", "a", "systematic", "approach", "for", "automating", "this", "task", ",", "because", "the", "number", "of", "images", "needing", "text", "descriptions", "is", "now", "rapidly", "increasing", ".", "We", "consider", "both", "improved", "feature", "representation", "and", "novel", "learning", "formulation", "to", "boost", "the", "annotation", "performance", ".", "For", "feature", "representation", ",", "we", "adapt", "the", "bag-of-words", "scheme", "commonly", "used", "in", "visual", "recognition", "problems", "so", "that", "the", "image", "group", "information", "in", "the", "BDGP", "study", "is", "retained", ".", "Moreover", ",", "images", "from", "multiple", "views", "can", "be", "integrated", "naturally", "in", "this", "representation", ".", "To", "reduce", "the", "quantization", "error", "caused", "by", "the", "bag-of-words", "representation", ",", "we", "propose", "an", "improved", "feature", "representation", "scheme", "based", "on", "the", "sparse", "learning", "technique", ".", "In", "the", "design", "of", "learning", "formulation", ",", "we", "propose", "a", "local", "regularization", "framework", "that", "can", "incorporate", "the", "correlations", "among", "terms", "explicitly", ".", "We", "further", "show", "that", "the", "resulting", "optimization", "problem", "admits", "an", "analytical", "solution", ".", "Experimental", "results", "show", "that", "the", "representation", "based", "on", "sparse", "learning", "outperforms", "the", "bag-of-words", "representation", "significantly", ".", "Results", "also", "show", "that", "incorporation", "of", "the", "term-term", "correlations", "improves", "the", "annotation", "performance", "consistently", "." ]
[ "O", "B", "I", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
13,189,609
[ "GBASE", ":", "a", "scalable", "and", "general", "graph", "management", "system", "Graphs", "appear", "in", "numerous", "applications", "including", "cyber-security", ",", "the", "Internet", ",", "social", "networks", ",", "protein", "networks", ",", "recommendation", "systems", ",", "and", "many", "more", ".", "Graphs", "with", "millions", "or", "even", "billions", "of", "nodes", "and", "edges", "are", "common-place", ".", "How", "to", "store", "such", "large", "graphs", "efficiently", "?", "What", "are", "the", "core", "operations\\/queries", "on", "those", "graph", "?", "How", "to", "answer", "the", "graph", "queries", "quickly", "?", "We", "propose", "GBASE", ",", "a", "scalable", "and", "general", "graph", "management", "and", "mining", "system", ".", "The", "key", "novelties", "lie", "in", "1", ")", "our", "storage", "and", "compression", "scheme", "for", "a", "parallel", "setting", "and", "2", ")", "the", "carefully", "chosen", "graph", "operations", "and", "their", "efficient", "implementation", ".", "We", "designed", "and", "implemented", "an", "instance", "of", "GBASE", "using", "MapReduce\\/Hadoop", ".", "GBASE", "provides", "a", "parallel", "indexing", "mechanism", "for", "graph", "mining", "operations", "that", "both", "saves", "storage", "space", ",", "as", "well", "as", "accelerates", "queries", ".", "We", "ran", "numerous", "experiments", "on", "real", "graphs", ",", "spanning", "billions", "of", "nodes", "and", "edges", ",", "and", "we", "show", "that", "our", "proposed", "GBASE", "is", "indeed", "fast", ",", "scalable", "and", "nimble", ",", "with", "significant", "savings", "in", "space", "and", "time", "." ]
[ "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
4,677,655
[ "Cleaning", "disguised", "missing", "data", ":", "a", "heuristic", "approach", "In", "some", "applications", "such", "as", "filling", "in", "a", "customer", "information", "form", "on", "the", "web", ",", "some", "missing", "values", "may", "not", "be", "explicitly", "represented", "as", "such", ",", "but", "instead", "appear", "as", "potentially", "valid", "data", "values", ".", "Such", "missing", "values", "are", "known", "as", "disguised", "missing", "data", ",", "which", "may", "impair", "the", "quality", "of", "data", "analysis", "severely", ",", "such", "as", "causing", "significant", "biases", "and", "misleading", "results", "in", "hypothesis", "tests", ",", "correlation", "analysis", "and", "regressions", ".", "The", "very", "limited", "previous", "studies", "on", "cleaning", "disguised", "missing", "data", "use", "outlier", "mining", "and", "distribution", "anomaly", "detection", ".", "They", "highly", "rely", "on", "domain", "background", "knowledge", "in", "specific", "applications", "and", "may", "not", "work", "well", "for", "the", "cases", "where", "the", "disguise", "values", "are", "inliers", ".", "To", "tackle", "the", "problem", "of", "cleaning", "disguised", "missing", "data", ",", "in", "this", "paper", ",", "we", "first", "model", "the", "distribution", "of", "disguised", "missing", "data", ",", "and", "propose", "the", "embedded", "unbiased", "sample", "heuristic", ".", "Then", ",", "we", "develop", "an", "effective", "and", "efficient", "method", "to", "identify", "the", "frequently", "used", "disguise", "values", "which", "capture", "the", "major", "body", "of", "the", "disguised", "missing", "data", ".", "Our", "method", "does", "not", "require", "any", "domain", "background", "knowledge", "to", "find", "the", "suspicious", "disguise", "values", ".", "We", "report", "an", "empirical", "evaluation", "using", "real", "data", "sets", ",", "which", "shows", "that", "our", "method", "is", "effective", "-", "the", "frequently", "used", "disguise", "values", "found", "by", "our", "method", "match", "the", "values", "identified", "by", "the", "domain", "experts", "nicely", ".", "Our", "method", "is", "also", "efficient", "and", "scalable", "for", "processing", "large", "data", "sets", "." ]
[ "O", "B", "I", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
8,664,081
[ "Passenger-based", "predictive", "modeling", "of", "airline", "no-show", "rates", "Airlines", "routinely", "overbook", "flights", "based", "on", "the", "expectation", "that", "some", "fraction", "of", "booked", "passengers", "will", "not", "show", "for", "each", "flight", ".", "Accurate", "forecasts", "of", "the", "expected", "number", "of", "no-shows", "for", "each", "flight", "can", "increase", "airline", "revenue", "by", "reducing", "the", "number", "of", "spoiled", "seats", "(", "empty", "seats", "that", "might", "otherwise", "have", "been", "sold", ")", "and", "the", "number", "of", "involuntary", "denied", "boardings", "at", "the", "departure", "gate", ".", "Conventional", "no-show", "forecasting", "methods", "typically", "average", "the", "no-show", "rates", "of", "historically", "similar", "flights", ",", "without", "the", "use", "of", "passenger-specific", "information", ".", "We", "develop", "two", "classes", "of", "models", "to", "predict", "cabin-level", "no-show", "rates", "using", "specific", "information", "on", "the", "individual", "passengers", "booked", "on", "each", "flight", ".", "The", "first", "of", "these", "models", "computes", "the", "no-show", "probability", "for", "each", "passenger", ",", "using", "both", "the", "cabin-level", "historical", "forecast", "and", "the", "extracted", "passenger", "features", "as", "explanatory", "variables", ".", "This", "passenger-level", "model", "is", "implemented", "using", "three", "different", "predictive", "methods", ":", "a", "C4", ".5", "decision-tree", ",", "a", "segmented", "Naive", "Bayes", "algorithm", ",", "and", "a", "new", "aggregation", "method", "for", "an", "ensemble", "of", "probabilistic", "models", ".", "The", "second", "cabin-level", "model", "is", "formulated", "using", "the", "desired", "cabin-level", "no-show", "rate", "as", "the", "response", "variable", ".", "Inputs", "to", "this", "model", "include", "the", "predicted", "cabin-level", "no-show", "rates", "derived", "from", "the", "various", "passenger-level", "models", ",", "as", "well", "as", "simple", "statistics", "of", "the", "features", "of", "the", "cabin", "passenger", "population", ".", "The", "cabin-level", "model", "is", "implemented", "using", "either", "linear", "regression", ",", "or", "as", "a", "direct", "probability", "model", "with", "explicit", "incorporation", "of", "the", "cabin-level", "no-show", "rates", "derived", "from", "the", "passenger-level", "model", "outputs", ".", "The", "new", "passenger-based", "models", "are", "compared", "to", "a", "conventional", "historical", "model", ",", "using", "train", "and", "evaluation", "data", "sets", "taken", "from", "over", "1", "million", "passenger", "name", "records", ".", "Standard", "metrics", "such", "as", "lift", "curves", "and", "mean-square", "cabin-level", "errors", "establish", "the", "improved", "accuracy", "of", "the", "passenger-based", "models", "over", "the", "historical", "model", ".", "All", "models", "are", "also", "evaluated", "using", "a", "simple", "revenue", "model", ",", "and", "it", "is", "shown", "that", "the", "cabin-level", "passenger-based", "model", "can", "produce", "between", "0.4", "%", "and", "3.2", "%", "revenue", "gain", "over", "the", "conventional", "model", ",", "depending", "on", "the", "revenue-model", "parameters", "." ]
[ "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
1,110,787
[ "A", "maximum", "entropy", "web", "recommendation", "system", ":", "combining", "collaborative", "and", "content", "features", "Web", "users", "display", "their", "preferences", "implicitly", "by", "navigating", "through", "a", "sequence", "of", "pages", "or", "by", "providing", "numeric", "ratings", "to", "some", "items", ".", "Web", "usage", "mining", "techniques", "are", "used", "to", "extract", "useful", "knowledge", "about", "user", "interests", "from", "such", "data", ".", "The", "discovered", "user", "models", "are", "then", "used", "for", "a", "variety", "of", "applications", "such", "as", "personalized", "recommendations", ".", "Web", "site", "content", "or", "semantic", "features", "of", "objects", "provide", "another", "source", "of", "knowledge", "for", "deciphering", "users", "'", "needs", "or", "interests", ".", "We", "propose", "a", "novel", "Web", "recommendation", "system", "in", "which", "collaborative", "features", "such", "as", "navigation", "or", "rating", "data", "as", "well", "as", "the", "content", "features", "accessed", "by", "the", "users", "are", "seamlessly", "integrated", "under", "the", "maximum", "entropy", "principle", ".", "Both", "the", "discovered", "user", "patterns", "and", "the", "semantic", "relationships", "among", "Web", "objects", "are", "represented", "as", "sets", "of", "constraints", "that", "are", "integrated", "to", "fit", "the", "model", ".", "In", "the", "case", "of", "content", "features", ",", "we", "use", "a", "new", "approach", "based", "on", "Latent", "Dirichlet", "Allocation", "(", "LDA", ")", "to", "discover", "the", "hidden", "semantic", "relationships", "among", "items", "and", "derive", "constraints", "used", "in", "the", "model", ".", "Experiments", "on", "real", "Web", "site", "usage", "data", "sets", "show", "that", "this", "approach", "can", "achieve", "better", "recommendation", "accuracy", ",", "when", "compared", "to", "systems", "using", "only", "usage", "information", ".", "The", "integration", "of", "semantic", "information", "also", "allows", "for", "better", "interpretation", "of", "the", "generated", "recommendations", "." ]
[ "O", "B", "I", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
4,409,709
[ "Using", "relational", "knowledge", "discovery", "to", "prevent", "securities", "fraud", "We", "describe", "an", "application", "of", "relational", "knowledge", "discovery", "to", "a", "key", "regulatory", "mission", "of", "the", "National", "Association", "of", "Securities", "Dealers", "(", "NASD", ")", ".", "NASD", "is", "the", "world", "'s", "largest", "private-sector", "securities", "regulator", ",", "with", "responsibility", "for", "preventing", "and", "discovering", "misconduct", "among", "securities", "brokers", ".", "Our", "goal", "was", "to", "help", "focus", "NASD", "'s", "limited", "regulatory", "resources", "on", "the", "brokers", "who", "are", "most", "likely", "to", "engage", "in", "securities", "violations", ".", "Using", "statistical", "relational", "learning", "algorithms", ",", "we", "developed", "models", "that", "rank", "brokers", "with", "respect", "to", "the", "probability", "that", "they", "would", "commit", "a", "serious", "violation", "of", "securities", "regulations", "in", "the", "near", "future", ".", "Our", "models", "incorporate", "organizational", "relationships", "among", "brokers", "(", "e.g.", ",", "past", "coworker", ")", ",", "which", "domain", "experts", "consider", "important", "but", "have", "not", "been", "easily", "used", "before", "now", ".", "The", "learned", "models", "were", "subjected", "to", "an", "extensive", "evaluation", "using", "more", "than", "18", "months", "of", "data", "unseen", "by", "the", "model", "developers", "and", "comprising", "over", "two", "person", "weeks", "of", "effort", "by", "NASD", "staff", ".", "Model", "predictions", "were", "found", "to", "correlate", "highly", "with", "the", "subjective", "evaluations", "of", "experienced", "NASD", "examiners", ".", "Furthermore", ",", "in", "all", "performance", "measures", ",", "our", "models", "performed", "as", "well", "as", "or", "better", "than", "the", "handcrafted", "rules", "that", "are", "currently", "in", "use", "at", "NASD", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
1,080,840
[ "Understandable", "models", "Of", "music", "collections", "based", "on", "exhaustive", "feature", "generation", "with", "temporal", "statistics", "Data", "mining", "in", "large", "collections", "of", "polyphonic", "music", "has", "recently", "received", "increasing", "interest", "by", "companies", "along", "with", "the", "advent", "of", "commercial", "online", "distribution", "of", "music", ".", "Important", "applications", "include", "the", "categorization", "of", "songs", "into", "genres", "and", "the", "recommendation", "of", "songs", "according", "to", "musical", "similarity", "and", "the", "customer", "'s", "musical", "preferences", ".", "Modeling", "genre", "or", "timbre", "of", "polyphonic", "music", "is", "at", "the", "core", "of", "these", "tasks", "and", "has", "been", "recognized", "as", "a", "difficult", "problem", ".", "Many", "audio", "features", "have", "been", "proposed", ",", "but", "they", "do", "not", "provide", "easily", "understandable", "descriptions", "of", "music", ".", "They", "do", "not", "explain", "why", "a", "genre", "was", "chosen", "or", "in", "which", "way", "one", "song", "is", "similar", "to", "another", ".", "We", "present", "an", "approach", "that", "combines", "large", "scale", "feature", "generation", "with", "meta", "learning", "techniques", "to", "obtain", "meaningful", "features", "for", "musical", "similarity", ".", "We", "perform", "exhaustive", "feature", "generation", "based", "on", "temporal", "statistics", "and", "train", "regression", "models", "to", "summarize", "a", "subset", "of", "these", "features", "into", "a", "single", "descriptor", "of", "a", "particular", "notion", "of", "music", ".", "Using", "several", "such", "models", "we", "produce", "a", "concise", "semantic", "description", "of", "each", "song", ".", "Genre", "classification", "models", "based", "on", "these", "semantic", "features", "are", "shown", "to", "be", "better", "understandable", "and", "almost", "as", "accurate", "as", "traditional", "methods", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
14,477,329
[ "Towards", "bounding", "sequential", "patterns", "Given", "a", "sequence", "database", ",", "can", "we", "have", "a", "non-trivial", "upper", "bound", "on", "the", "number", "of", "sequential", "patterns", "?", "The", "problem", "of", "bounding", "sequential", "patterns", "is", "very", "challenging", "in", "theory", "due", "to", "the", "combinatorial", "complexity", "of", "sequences", ",", "even", "given", "some", "inspiring", "results", "on", "bounding", "itemsets", "in", "frequent", "itemset", "mining", ".", "Moreover", ",", "the", "problem", "is", "highly", "meaningful", "in", "practice", ",", "since", "the", "upper", "bound", "can", "be", "used", "in", "many", "applications", "such", "as", "space", "allocation", "in", "building", "sequence", "data", "warehouses", ".", "In", "this", "paper", ",", "we", "tackle", "the", "problem", "of", "bounding", "sequential", "patterns", "by", "presenting", ",", "for", "the", "first", "time", "in", "the", "field", "of", "sequential", "pattern", "mining", ",", "strong", "combinatorial", "results", "on", "computing", "the", "number", "of", "possible", "sequential", "patterns", "that", "can", "be", "generated", "at", "a", "given", "length", "k.", "We", "introduce", ",", "as", "a", "case", "study", ",", "two", "novel", "techniques", "to", "estimate", "the", "number", "of", "candidate", "sequences", ".", "An", "extensive", "empirical", "study", "on", "both", "real", "data", "and", "synthetic", "data", "verifies", "the", "effectiveness", "of", "our", "methods", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
13,083,411
[ "Fast", "nearest-neighbor", "search", "in", "disk-resident", "graphs", "Link", "prediction", ",", "personalized", "graph", "search", ",", "fraud", "detection", ",", "and", "many", "such", "graph", "mining", "problems", "revolve", "around", "the", "computation", "of", "the", "most", "``", "similar", "''", "k", "nodes", "to", "a", "given", "query", "node", ".", "One", "widely", "used", "class", "of", "similarity", "measures", "is", "based", "on", "random", "walks", "on", "graphs", ",", "e.g.", ",", "personalized", "pagerank", ",", "hitting", "and", "commute", "times", ",", "and", "simrank", ".", "There", "are", "two", "fundamental", "problems", "associated", "with", "these", "measures", ".", "First", ",", "existing", "online", "algorithms", "typically", "examine", "the", "local", "neighborhood", "of", "the", "query", "node", "which", "can", "become", "significantly", "slower", "whenever", "high-degree", "nodes", "are", "encountered", "(", "a", "common", "phenomenon", "in", "real-world", "graphs", ")", ".", "We", "prove", "that", "turning", "high", "degree", "nodes", "into", "sinks", "results", "in", "only", "a", "small", "approximation", "error", ",", "while", "greatly", "improving", "running", "times", ".", "The", "second", "problem", "is", "that", "of", "computing", "similarities", "at", "query", "time", "when", "the", "graph", "is", "too", "large", "to", "be", "memory-resident", ".", "The", "obvious", "solution", "is", "to", "split", "the", "graph", "into", "clusters", "of", "nodes", "and", "store", "each", "cluster", "on", "a", "disk", "page", ";", "ideally", "random", "walks", "will", "rarely", "cross", "cluster", "boundaries", "and", "cause", "page-faults", ".", "Our", "contributions", "here", "are", "twofold", ":", "(", "a", ")", "we", "present", "an", "efficient", "deterministic", "algorithm", "to", "find", "the", "k", "closest", "neighbors", "(", "in", "terms", "of", "personalized", "pagerank", ")", "of", "any", "query", "node", "in", "such", "a", "clustered", "graph", ",", "and", "(", "b", ")", "we", "develop", "a", "clustering", "algorithm", "(", "RWDISK", ")", "that", "uses", "only", "sequential", "sweeps", "over", "data", "files", ".", "Empirical", "results", "on", "several", "large", "publicly", "available", "graphs", "like", "DBLP", ",", "Citeseer", "and", "Live-Journal", "(", "~", "90", "M", "edges", ")", "demonstrate", "that", "turning", "high", "degree", "nodes", "into", "sinks", "not", "only", "improves", "running", "time", "of", "RWDISK", "by", "a", "factor", "of", "3", "but", "also", "boosts", "link", "prediction", "accuracy", "by", "a", "factor", "of", "4", "on", "average", ".", "We", "also", "show", "that", "RWDISK", "returns", "more", "desirable", "(", "high", "conductance", "and", "small", "size", ")", "clusters", "than", "the", "popular", "clustering", "algorithm", "METIS", ",", "while", "requiring", "much", "less", "memory", ".", "Finally", "our", "deterministic", "algorithm", "for", "computing", "nearest", "neighbors", "incurs", "far", "fewer", "page-faults", "(", "factor", "of", "5", ")", "than", "actually", "simulating", "random", "walks", "." ]
[ "O", "O", "O", "O", "O", "B", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O" ]
10,589,922
[ "Designing", "efficient", "cascaded", "classifiers", ":", "tradeoff", "between", "accuracy", "and", "cost", "We", "propose", "a", "method", "to", "train", "a", "cascade", "of", "classifiers", "by", "simultaneously", "optimizing", "all", "its", "stages", ".", "The", "approach", "relies", "on", "the", "idea", "of", "optimizing", "soft", "cascades", ".", "In", "particular", ",", "instead", "of", "optimizing", "a", "deterministic", "hard", "cascade", ",", "we", "optimize", "a", "stochastic", "soft", "cascade", "where", "each", "stage", "accepts", "or", "rejects", "samples", "according", "to", "a", "probability", "distribution", "induced", "by", "the", "previous", "stage-specific", "classifier", ".", "The", "overall", "system", "accuracy", "is", "maximized", "while", "explicitly", "controlling", "the", "expected", "cost", "for", "feature", "acquisition", ".", "Experimental", "results", "on", "three", "clinically", "relevant", "problems", "show", "the", "effectiveness", "of", "our", "proposed", "approach", "in", "achieving", "the", "desired", "tradeoff", "between", "accuracy", "and", "feature", "acquisition", "cost", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
5,203,398
[ "A", "new", "multi-view", "regression", "approach", "with", "an", "application", "to", "customer", "wallet", "estimation", "Motivated", "by", "the", "problem", "of", "customer", "wallet", "estimation", ",", "we", "propose", "a", "new", "setting", "for", "multi-view", "regression", ",", "where", "we", "learn", "a", "completely", "unobserved", "target", "(", "in", "our", "case", ",", "customer", "wallet", ")", "by", "modeling", "it", "as", "a", "``", "central", "link", "''", "in", "a", "directed", "graphical", "model", ",", "connecting", "multiple", "sets", "of", "observed", "variables", ".", "The", "resulting", "conditional", "independence", "allows", "us", "to", "reduce", "the", "maximum", "discriminative", "likelihood", "estimation", "problem", "to", "a", "convex", "optimization", "problem", "for", "exponential", "linear", "models", ".", "We", "show", "that", "under", "certain", "modeling", "assumptions", ",", "in", "particular", ",", "when", "there", "exist", "two", "conditionally", "independent", "views", "and", "the", "noise", "is", "Gaussian", ",", "this", "problem", "can", "be", "reduced", "to", "a", "single", "least", "squares", "regression", ".", "Thus", ",", "for", "this", "specific", ",", "but", "widely", "applicable", "setting", ",", "the", "``", "unsupervised", "''", "multi-view", "problem", "can", "be", "solved", "via", "a", "simple", "supervised", "learning", "approach", ".", "This", "reduction", "also", "allows", "us", "to", "test", "the", "statistical", "independence", "assumptions", "underlying", "the", "graphical", "model", "and", "perform", "variable", "selection", ".", "We", "demonstrate", "the", "effectiveness", "of", "our", "approach", "on", "our", "motivating", "problem", "of", "customer", "wallet", "estimation", "and", "on", "simulation", "data", "." ]
[ "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
13,502,551
[ "A", "generalized", "Co-HITS", "algorithm", "and", "its", "application", "to", "bipartite", "graphs", "Recently", "many", "data", "types", "arising", "from", "data", "mining", "and", "Web", "search", "applications", "can", "be", "modeled", "as", "bipartite", "graphs", ".", "Examples", "include", "queries", "and", "URLs", "in", "query", "logs", ",", "and", "authors", "and", "papers", "in", "scientific", "literature", ".", "However", ",", "one", "of", "the", "issues", "is", "that", "previous", "algorithms", "only", "consider", "the", "content", "and", "link", "information", "from", "one", "side", "of", "the", "bipartite", "graph", ".", "There", "is", "a", "lack", "of", "constraints", "to", "make", "sure", "the", "final", "relevance", "of", "the", "score", "propagation", "on", "the", "graph", ",", "as", "there", "are", "many", "noisy", "edges", "within", "the", "bipartite", "graph", ".", "In", "this", "paper", ",", "we", "propose", "a", "novel", "and", "general", "Co-HITS", "algorithm", "to", "incorporate", "the", "bipartite", "graph", "with", "the", "content", "information", "from", "both", "sides", "as", "well", "as", "the", "constraints", "of", "relevance", ".", "Moreover", ",", "we", "investigate", "the", "algorithm", "based", "on", "two", "frameworks", ",", "including", "the", "iterative", "and", "the", "regularization", "frameworks", ",", "and", "illustrate", "the", "generalized", "Co-HITS", "algorithm", "from", "different", "views", ".", "For", "the", "iterative", "framework", ",", "it", "contains", "HITS", "and", "personalized", "PageRank", "as", "special", "cases", ".", "In", "the", "regularization", "framework", ",", "we", "successfully", "build", "a", "connection", "with", "HITS", ",", "and", "develop", "a", "new", "cost", "function", "to", "consider", "the", "direct", "relationship", "between", "two", "entity", "sets", ",", "which", "leads", "to", "a", "significant", "improvement", "over", "the", "baseline", "method", ".", "To", "illustrate", "our", "methodology", ",", "we", "apply", "the", "Co-HITS", "algorithm", ",", "with", "many", "different", "settings", ",", "to", "the", "application", "of", "query", "suggestion", "by", "mining", "the", "AOL", "query", "log", "data", ".", "Experimental", "results", "demonstrate", "that", "CoRegu-0", ".5", "(", "i.e.", ",", "a", "model", "of", "the", "regularization", "framework", ")", "achieves", "the", "best", "performance", "with", "consistent", "and", "promising", "improvements", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
4,469,535
[ "Relational", "data", "pre-processing", "techniques", "for", "improved", "securities", "fraud", "detection", "Commercial", "datasets", "are", "often", "large", ",", "relational", ",", "and", "dynamic", ".", "They", "contain", "many", "records", "of", "people", ",", "places", ",", "things", ",", "events", "and", "their", "interactions", "over", "time", ".", "Such", "datasets", "are", "rarely", "structured", "appropriately", "for", "knowledge", "discovery", ",", "and", "they", "often", "contain", "variables", "whose", "meanings", "change", "across", "different", "subsets", "of", "the", "data", ".", "We", "describe", "how", "these", "challenges", "were", "addressed", "in", "a", "collaborative", "analysis", "project", "undertaken", "by", "the", "University", "of", "Massachusetts", "Amherst", "and", "the", "National", "Association", "of", "Securities", "Dealers", "(", "NASD", ")", ".", "We", "describe", "several", "methods", "for", "data", "pre-processing", "that", "we", "applied", "to", "transform", "a", "large", ",", "dynamic", ",", "and", "relational", "dataset", "describing", "nearly", "the", "entirety", "of", "the", "U.S.", "securities", "industry", ",", "and", "we", "show", "how", "these", "methods", "made", "the", "dataset", "suitable", "for", "learning", "statistical", "relational", "models", ".", "To", "better", "utilize", "social", "structure", ",", "we", "first", "applied", "known", "consolidation", "and", "link", "formation", "techniques", "to", "associate", "individuals", "with", "branch", "office", "locations", ".", "In", "addition", ",", "we", "developed", "an", "innovative", "technique", "to", "infer", "professional", "associations", "by", "exploiting", "dynamic", "employment", "histories", ".", "Finally", ",", "we", "applied", "normalization", "techniques", "to", "create", "a", "suitable", "class", "label", "that", "adjusts", "for", "spatial", ",", "temporal", ",", "and", "other", "heterogeneity", "within", "the", "data", ".", "We", "show", "how", "these", "pre-processing", "techniques", "combine", "to", "provide", "the", "necessary", "foundation", "for", "learning", "high-performing", "statistical", "models", "of", "fraudulent", "activity", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
1,167,659
[ "Weighting", "versus", "pruning", "in", "rule", "validation", "for", "detecting", "network", "and", "host", "anomalies", "For", "intrusion", "detection", ",", "the", "LERAD", "algorithm", "learns", "a", "succinct", "set", "of", "comprehensible", "rules", "for", "detecting", "anomalies", ",", "which", "could", "be", "novel", "attacks", ".", "LERAD", "validates", "the", "learned", "rules", "on", "a", "separate", "held-out", "validation", "set", "and", "removes", "rules", "that", "cause", "false", "alarms", ".", "However", ",", "removing", "rules", "with", "possible", "high", "coverage", "can", "lead", "to", "missed", "detections", ".", "We", "propose", "to", "retain", "these", "rules", "and", "associate", "weights", "to", "them", ".", "We", "present", "three", "weighting", "schemes", "and", "our", "empirical", "results", "indicate", "that", ",", "for", "LERAD", ",", "rule", "weighting", "can", "detect", "more", "attacks", "than", "pruning", "with", "minimal", "computational", "overhead", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
1,239,715
[ "Sequential", "cost-sensitive", "decision", "making", "with", "reinforcement", "learning", "Recently", ",", "there", "has", "been", "increasing", "interest", "in", "the", "issues", "of", "cost-sensitive", "learning", "and", "decision", "making", "in", "a", "variety", "of", "applications", "of", "data", "mining", ".", "A", "number", "of", "approaches", "have", "been", "developed", "that", "are", "effective", "at", "optimizing", "cost-sensitive", "decisions", "when", "each", "decision", "is", "considered", "in", "isolation", ".", "However", ",", "the", "issue", "of", "sequential", "decision", "making", ",", "with", "the", "goal", "of", "maximizing", "total", "benefits", "accrued", "over", "a", "period", "of", "time", "instead", "of", "immediate", "benefits", ",", "has", "rarely", "been", "addressed", ".", "In", "the", "present", "paper", ",", "we", "propose", "a", "novel", "approach", "to", "sequential", "decision", "making", "based", "on", "the", "reinforcement", "learning", "framework", ".", "Our", "approach", "attempts", "to", "learn", "decision", "rules", "that", "optimize", "a", "sequence", "of", "cost-sensitive", "decisions", "so", "as", "to", "maximize", "the", "total", "benefits", "accrued", "over", "time", ".", "We", "use", "the", "domain", "of", "targeted", "'", "marketing", "as", "a", "testbed", "for", "empirical", "evaluation", "of", "the", "proposed", "method", ".", "We", "conducted", "experiments", "using", "approximately", "two", "years", "of", "monthly", "promotion", "data", "derived", "from", "the", "well-known", "KDD", "Cup", "1998", "donation", "data", "set", ".", "The", "experimental", "results", "show", "that", "the", "proposed", "method", "for", "optimizing", "total", "accrued", "benefits", "out", "performs", "the", "usual", "targeted-marketing", "methodology", "of", "optimizing", "each", "promotion", "in", "isolation", ".", "We", "also", "analyze", "the", "behavior", "of", "the", "targeting", "rules", "that", "were", "obtained", "and", "discuss", "their", "appropriateness", "to", "the", "application", "domain", "." ]
[ "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
1,167,595
[ "Eigenspace-based", "anomaly", "detection", "in", "computer", "systems", "We", "report", "on", "an", "automated", "runtime", "anomaly", "detection", "method", "at", "the", "application", "layer", "of", "multi-node", "computer", "systems", ".", "Although", "several", "network", "management", "systems", "are", "available", "in", "the", "market", ",", "none", "of", "them", "have", "sufficient", "capabilities", "to", "detect", "faults", "in", "multi-tier", "Web-based", "systems", "with", "redundancy", ".", "We", "model", "a", "Web-based", "system", "as", "a", "weighted", "graph", ",", "where", "each", "node", "represents", "a", "``", "service", "''", "and", "each", "edge", "represents", "a", "dependency", "between", "services", ".", "Since", "the", "edge", "weights", "vary", "greatly", "over", "time", ",", "the", "problem", "we", "address", "is", "that", "of", "anomaly", "detection", "from", "a", "time", "sequence", "of", "graphs", ".", "In", "our", "method", ",", "we", "first", "extract", "a", "feature", "vector", "from", "the", "adjacency", "matrix", "that", "represents", "the", "activities", "of", "all", "of", "the", "services", ".", "The", "heart", "of", "our", "method", "is", "to", "use", "the", "principal", "eigenvector", "of", "the", "eigenclusters", "of", "the", "graph", ".", "Then", "we", "derive", "a", "probability", "distribution", "for", "an", "anomaly", "measure", "defined", "for", "a", "time-series", "of", "directional", "data", "derived", "from", "the", "graph", "sequence", ".", "Given", "a", "critical", "probability", ",", "the", "threshold", "value", "is", "adaptively", "updated", "using", "a", "novel", "online", "algorithm", ".", "We", "demonstrate", "that", "a", "fault", "in", "a", "Web", "application", "can", "be", "automatically", "detected", "and", "the", "faulty", "services", "are", "identified", "without", "using", "detailed", "knowledge", "of", "the", "behavior", "of", "the", "system", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "I", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
998,449
[ "Combining", "email", "models", "for", "false", "positive", "reduction", "Machine", "learning", "and", "data", "mining", "can", "be", "effectively", "used", "to", "model", ",", "classify", "and", "discover", "interesting", "information", "for", "a", "wide", "variety", "of", "data", "including", "email", ".", "The", "Email", "Mining", "Toolkit", ",", "EMT", ",", "has", "been", "designed", "to", "provide", "a", "wide", "range", "of", "analyses", "for", "arbitrary", "email", "sources", ".", "Depending", "upon", "the", "task", ",", "one", "can", "usually", "achieve", "very", "high", "accuracy", ",", "but", "with", "some", "amount", "of", "false", "positive", "tradeoff", ".", "Generally", "false", "positives", "are", "prohibitively", "expensive", "in", "the", "real", "world", ".", "In", "the", "case", "of", "spam", "detection", ",", "for", "example", ",", "even", "if", "one", "email", "is", "misclassified", ",", "this", "may", "be", "unacceptable", "if", "it", "is", "a", "very", "important", "email", ".", "Much", "work", "has", "been", "done", "to", "improve", "specific", "algorithms", "for", "the", "task", "of", "detecting", "unwanted", "messages", ",", "but", "less", "work", "has", "been", "report", "on", "leveraging", "multiple", "algorithms", "and", "correlating", "models", "in", "this", "particular", "domain", "of", "email", "analysis", ".", "EMT", "has", "been", "updated", "with", "new", "correlation", "functions", "allowing", "the", "analyst", "to", "integrate", "a", "number", "of", "EMT", "'s", "user", "behavior", "models", "available", "in", "the", "core", "technology", ".", "We", "present", "results", "of", "combining", "classifier", "outputs", "for", "improving", "both", "accuracy", "and", "reducing", "false", "positives", "for", "the", "problem", "of", "spam", "detection", ".", "We", "apply", "these", "methods", "to", "a", "very", "large", "email", "data", "set", "and", "show", "results", "of", "different", "combination", "methods", "on", "these", "corpora", ".", "We", "introduce", "a", "new", "method", "to", "compare", "multiple", "and", "combined", "classifiers", ",", "and", "show", "how", "it", "differs", "from", "past", "work", ".", "The", "method", "analyzes", "the", "relative", "gain", "and", "maximum", "possible", "accuracy", "that", "can", "be", "achieved", "for", "certain", "combinations", "of", "classifiers", "to", "automatically", "choose", "the", "best", "combination", "." ]
[ "O", "O", "O", "O", "B", "I", "I", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
3,921,987
[ "Extracting", "key-substring-group", "features", "for", "text", "classification", "In", "many", "text", "classification", "applications", ",", "it", "is", "appealing", "to", "take", "every", "document", "as", "a", "string", "of", "characters", "rather", "than", "a", "bag", "of", "words", ".", "Previous", "research", "studies", "in", "this", "area", "mostly", "focused", "on", "different", "variants", "of", "generative", "Markov", "chain", "models", ".", "Although", "discriminative", "machine", "learning", "methods", "like", "Support", "Vector", "Machine", "(", "SVM", ")", "have", "been", "quite", "successful", "in", "text", "classification", "with", "word", "features", ",", "it", "is", "neither", "effective", "nor", "efficient", "to", "apply", "them", "straightforwardly", "taking", "all", "substrings", "in", "the", "corpus", "as", "features", ".", "In", "this", "paper", ",", "we", "propose", "to", "partition", "all", "substrings", "into", "statistical", "equivalence", "groups", ",", "and", "then", "pick", "those", "groups", "which", "are", "important", "(", "in", "the", "statistical", "sense", ")", "as", "features", "(", "named", "key-substring-group", "features", ")", "for", "text", "classification", ".", "In", "particular", ",", "we", "propose", "a", "suffix", "tree", "based", "algorithm", "that", "can", "extract", "such", "features", "in", "linear", "time", "(", "with", "respect", "to", "the", "total", "number", "of", "characters", "in", "the", "corpus", ")", ".", "Our", "experiments", "on", "English", ",", "Chinese", "and", "Greek", "datasets", "show", "that", "SVM", "with", "key-substring-group", "features", "can", "achieve", "outstanding", "performance", "for", "various", "text", "classification", "tasks", "." ]
[ "O", "O", "O", "O", "B", "I", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O" ]
111,410
[ "Discovering", "informative", "content", "blocks", "from", "Web", "documents", "In", "this", "paper", ",", "we", "propose", "a", "new", "approach", "to", "discover", "informative", "contents", "from", "a", "set", "of", "tabular", "documents", "(", "or", "Web", "pages", ")", "of", "a", "Web", "site", ".", "Our", "system", ",", "InfoDiscoverer", ",", "first", "partitions", "a", "page", "into", "several", "content", "blocks", "according", "to", "HTML", "tag", "(", "TABLE", ")", "in", "a", "Web", "page", ".", "Based", "on", "the", "occurrence", "of", "the", "features", "(", "terms", ")", "in", "the", "set", "of", "pages", ",", "it", "calculates", "entropy", "value", "of", "each", "feature", ".", "According", "to", "the", "entropy", "value", "of", "each", "feature", "in", "a", "content", "block", ",", "the", "entropy", "value", "of", "the", "block", "is", "defined", ".", "By", "analyzing", "the", "information", "measure", ",", "we", "propose", "a", "method", "to", "dynamically", "select", "the", "entropy-threshold", "that", "partitions", "blocks", "into", "either", "informative", "or", "redundant", ".", "Informative", "content", "blocks", "are", "distinguished", "parts", "of", "the", "page", ",", "whereas", "redundant", "content", "blocks", "are", "common", "parts", ".", "Based", "on", "the", "answer", "set", "generated", "from", "13", "manually", "tagged", "news", "Web", "sites", "with", "a", "total", "of", "26,518", "Web", "pages", ",", "experiments", "show", "that", "both", "recall", "and", "precision", "rates", "are", "greater", "than", "0.956", ".", "That", "is", ",", "using", "the", "approach", ",", "informative", "blocks", "(", "news", "articles", ")", "of", "these", "sites", "can", "be", "automatically", "separated", "from", "semantically", "redundant", "contents", "such", "as", "advertisements", ",", "banners", ",", "navigation", "panels", ",", "news", "categories", ",", "etc.", ".", "By", "adopting", "InfoDiscoverer", "as", "the", "preprocessor", "of", "information", "retrieval", "and", "extraction", "applications", ",", "the", "retrieval", "and", "extracting", "precision", "will", "be", "increased", ",", "and", "the", "indexing", "size", "and", "extracting", "complexity", "will", "also", "be", "reduced", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
5,119,222
[ "Fast", "nonlinear", "regression", "via", "eigenimages", "applied", "to", "galactic", "morphology", "Astronomy", "increasingly", "faces", "the", "issue", "of", "massive", ",", "unwieldly", "data", "sets", ".", "The", "Sloan", "Digital", "Sky", "Survey", "(", "SDSS", ")", "(", "11", ")", "has", "so", "far", "generated", "tens", "of", "millions", "of", "images", "of", "distant", "galaxies", ",", "of", "which", "only", "a", "tiny", "fraction", "have", "been", "morphologically", "classified", ".", "Morphological", "classification", "in", "this", "context", "is", "achieved", "by", "fitting", "a", "parametric", "model", "of", "galaxy", "shape", "to", "a", "galaxy", "image", ".", "This", "is", "a", "nonlinear", "regression", "problem", ",", "whose", "challenges", "are", "threefold", ",", "1", ")", "blurring", "of", "the", "image", "caused", "by", "atmosphere", "and", "mirror", "imperfections", ",", "2", ")", "large", "numbers", "of", "local", "minima", ",", "and", "3", ")", "massive", "data", "sets", ".", "Our", "strategy", "is", "to", "use", "the", "eigenimages", "of", "the", "parametric", "model", "to", "form", "a", "new", "feature", "space", ",", "and", "then", "to", "map", "both", "target", "image", "and", "the", "model", "parameters", "into", "this", "feature", "space", ".", "In", "this", "low-dimensional", "space", "we", "search", "for", "the", "best", "image-to-parameter", "match", ".", "To", "search", "the", "space", ",", "we", "sample", "it", "by", "creating", "a", "database", "of", "many", "random", "parameter", "vectors", "(", "prototypes", ")", "and", "mapping", "them", "into", "the", "feature", "space", ".", "The", "search", "problem", "then", "becomes", "one", "of", "finding", "the", "best", "prototype", "match", ",", "so", "the", "fitting", "process", "a", "nearest-neighbor", "search", ".", "In", "addition", "to", "the", "savings", "realized", "by", "decomposing", "the", "original", "space", "into", "an", "eigenspace", ",", "we", "can", "use", "the", "fact", "that", "the", "model", "is", "a", "linear", "sum", "of", "functions", "to", "reduce", "the", "prototypes", "further", ":", "the", "only", "prototypes", "stored", "are", "the", "components", "of", "the", "model", "function", ".", "A", "modified", "form", "of", "nearest", "neighbor", "is", "used", "to", "search", "among", "them", ".", "Additional", "complications", "arise", "in", "the", "form", "of", "missing", "data", "and", "heteroscedasticity", ",", "both", "of", "which", "are", "addressed", "with", "weighted", "linear", "regression", ".", "Compared", "to", "existing", "techniques", ",", "speed-ups", "ach-ieved", "are", "between", "2", "and", "3", "orders", "of", "magnitude", ".", "This", "should", "enable", "the", "analysis", "of", "the", "entire", "SDSS", "dataset", "." ]
[ "O", "O", "B", "O", "O", "O", "O", "O", "B", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
10,655,059
[ "Latent", "aspect", "rating", "analysis", "on", "review", "text", "data", ":", "a", "rating", "regression", "approach", "In", "this", "paper", ",", "we", "define", "and", "study", "a", "new", "opinionated", "text", "data", "analysis", "problem", "called", "Latent", "Aspect", "Rating", "Analysis", "(", "LARA", ")", ",", "which", "aims", "at", "analyzing", "opinions", "expressed", "about", "an", "entity", "in", "an", "online", "review", "at", "the", "level", "of", "topical", "aspects", "to", "discover", "each", "individual", "reviewer", "'s", "latent", "opinion", "on", "each", "aspect", "as", "well", "as", "the", "relative", "emphasis", "on", "different", "aspects", "when", "forming", "the", "overall", "judgment", "of", "the", "entity", ".", "We", "propose", "a", "novel", "probabilistic", "rating", "regression", "model", "to", "solve", "this", "new", "text", "mining", "problem", "in", "a", "general", "way", ".", "Empirical", "experiments", "on", "a", "hotel", "review", "data", "set", "show", "that", "the", "proposed", "latent", "rating", "regression", "model", "can", "effectively", "solve", "the", "problem", "of", "LARA", ",", "and", "that", "the", "detailed", "analysis", "of", "opinions", "at", "the", "level", "of", "topical", "aspects", "enabled", "by", "the", "proposed", "model", "can", "support", "a", "wide", "range", "of", "application", "tasks", ",", "such", "as", "aspect", "opinion", "summarization", ",", "entity", "ranking", "based", "on", "aspect", "ratings", ",", "and", "analysis", "of", "reviewers", "rating", "behavior", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
36,492
[ "Extending", "naïve", "Bayes", "classifiers", "using", "long", "itemsets" ]
[ "O", "O", "O", "O", "O", "O", "O" ]
11,786,701
[ "Simultaneous", "record", "detection", "and", "attribute", "labeling", "in", "web", "data", "extraction", "Recent", "work", "has", "shown", "the", "feasibility", "and", "promise", "of", "template-independent", "Web", "data", "extraction", ".", "However", ",", "existing", "approaches", "use", "decoupled", "strategies", "-", "attempting", "to", "do", "data", "record", "detection", "and", "attribute", "labeling", "in", "two", "separate", "phases", ".", "In", "this", "paper", ",", "we", "show", "that", "separately", "extracting", "data", "records", "and", "attributes", "is", "highly", "ineffective", "and", "propose", "a", "probabilistic", "model", "to", "perform", "these", "two", "tasks", "simultaneously", ".", "In", "our", "approach", ",", "record", "detection", "can", "benefit", "from", "the", "availability", "of", "semantics", "required", "in", "attribute", "labeling", "and", ",", "at", "the", "same", "time", ",", "the", "accuracy", "of", "attribute", "labeling", "can", "be", "improved", "when", "data", "records", "are", "labeled", "in", "a", "collective", "manner", ".", "The", "proposed", "model", "is", "called", "Hierarchical", "Conditional", "Random", "Fields", ".", "It", "can", "efficiently", "integrate", "all", "useful", "features", "by", "learning", "their", "importance", ",", "and", "it", "can", "also", "incorporate", "hierarchical", "interactions", "which", "are", "very", "important", "for", "Web", "data", "extraction", ".", "We", "empirically", "compare", "the", "proposed", "model", "with", "existing", "decoupled", "approaches", "for", "product", "information", "extraction", ",", "and", "the", "results", "show", "significant", "improvements", "in", "both", "record", "detection", "and", "attribute", "labeling", "." ]
[ "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "I", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O" ]
683,762
[ "Deriving", "marketing", "intelligence", "from", "online", "discussion", "Weblogs", "and", "message", "boards", "provide", "online", "forums", "for", "discussion", "that", "record", "the", "voice", "of", "the", "public", ".", "Woven", "into", "this", "mass", "of", "discussion", "is", "a", "wide", "range", "of", "opinion", "and", "commentary", "about", "consumer", "products", ".", "This", "presents", "an", "opportunity", "for", "companies", "to", "understand", "and", "respond", "to", "the", "consumer", "by", "analyzing", "this", "unsolicited", "feedback", ".", "Given", "the", "volume", ",", "format", "and", "content", "of", "the", "data", ",", "the", "appropriate", "approach", "to", "understand", "this", "data", "is", "to", "use", "large-scale", "web", "and", "text", "data", "mining", "technologies", ".", "This", "paper", "argues", "that", "applications", "for", "mining", "large", "volumes", "of", "textual", "data", "for", "marketing", "intelligence", "should", "provide", "two", "key", "elements", ":", "a", "suite", "of", "powerful", "mining", "and", "visualization", "technologies", "and", "an", "interactive", "analysis", "environment", "which", "allows", "for", "rapid", "generation", "and", "testing", "of", "hypotheses", ".", "This", "paper", "presents", "such", "a", "system", "that", "gathers", "and", "annotates", "online", "discussion", "relating", "to", "consumer", "products", "using", "a", "wide", "variety", "of", "state-of-the-art", "techniques", ",", "including", "crawling", ",", "wrapping", ",", "search", ",", "text", "classification", "and", "computational", "linguistics", ".", "Marketing", "intelligence", "is", "derived", "through", "an", "interactive", "analysis", "framework", "uniquely", "configured", "to", "leverage", "the", "connectivity", "and", "content", "of", "annotated", "online", "discussion", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
5,197,676
[ "Disease", "progression", "modeling", "from", "historical", "clinical", "databases", "This", "paper", "considers", "the", "problem", "of", "modeling", "disease", "progression", "from", "historical", "clinical", "databases", ",", "with", "the", "ultimate", "objective", "of", "stratifying", "patients", "into", "groups", "with", "clearly", "distinguishable", "prognoses", "or", "suitability", "for", "different", "treatment", "strategies", ".", "To", "meet", "this", "objective", ",", "we", "describe", "a", "procedure", "that", "first", "fits", "clinical", "variables", "measured", "over", "time", "to", "a", "disease", "progression", "model", ".", "The", "resulting", "parameter", "estimates", "are", "then", "used", "as", "the", "basis", "for", "a", "stepwise", "clustering", "procedure", "to", "stratify", "patients", "into", "groups", "with", "distinct", "survival", "characteristics", ".", "As", "a", "practical", "illustration", ",", "we", "apply", "this", "procedure", "to", "survival", "prediction", ",", "using", "a", "liver", "transplant", "database", "from", "the", "National", "Institute", "of", "Diabetes", "and", "Digestive", "and", "Kidney", "Diseases", "(", "NIDDK", ")", "." ]
[ "B", "I", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
9,975,051
[ "Differentially", "private", "recommender", "systems", ":", "building", "privacy", "into", "the", "net", "We", "consider", "the", "problem", "of", "producing", "recommendations", "from", "collective", "user", "behavior", "while", "simultaneously", "providing", "guarantees", "of", "privacy", "for", "these", "users", ".", "Specifically", ",", "we", "consider", "the", "Netflix", "Prize", "data", "set", ",", "and", "its", "leading", "algorithms", ",", "adapted", "to", "the", "framework", "of", "differential", "privacy", ".", "Unlike", "prior", "privacy", "work", "concerned", "with", "cryptographically", "securing", "the", "computation", "of", "recommendations", ",", "differential", "privacy", "constrains", "a", "computation", "in", "a", "way", "that", "precludes", "any", "inference", "about", "the", "underlying", "records", "from", "its", "output", ".", "Such", "algorithms", "necessarily", "introduce", "uncertainty", "--", "i.e.", ",", "noise", "--", "to", "computations", ",", "trading", "accuracy", "for", "privacy", ".", "We", "find", "that", "several", "of", "the", "leading", "approaches", "in", "the", "Netflix", "Prize", "competition", "can", "be", "adapted", "to", "provide", "differential", "privacy", ",", "without", "significantly", "degrading", "their", "accuracy", ".", "To", "adapt", "these", "algorithms", ",", "we", "explicitly", "factor", "them", "into", "two", "parts", ",", "an", "aggregation\\/learning", "phase", "that", "can", "be", "performed", "with", "differential", "privacy", "guarantees", ",", "and", "an", "individual", "recommendation", "phase", "that", "uses", "the", "learned", "correlations", "and", "an", "individual", "'s", "data", "to", "provide", "personalized", "recommendations", ".", "The", "adaptations", "are", "non-trivial", ",", "and", "involve", "both", "careful", "analysis", "of", "the", "per-record", "sensitivity", "of", "the", "algorithms", "to", "calibrate", "noise", ",", "as", "well", "as", "new", "post-processing", "steps", "to", "mitigate", "the", "impact", "of", "this", "noise", ".", "We", "measure", "the", "empirical", "trade-off", "between", "accuracy", "and", "privacy", "in", "these", "adaptations", ",", "and", "find", "that", "we", "can", "provide", "non-trivial", "formal", "privacy", "guarantees", "while", "still", "outperforming", "the", "Cinematch", "baseline", "Netflix", "provides", "." ]
[ "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O" ]
0
[ "Variable", "latent", "semantic", "indexing", "Latent", "Semantic", "Indexing", "is", "a", "classical", "method", "to", "produce", "optimal", "low-rank", "approximations", "of", "a", "term-document", "matrix", ".", "However", ",", "in", "the", "context", "of", "a", "particular", "query", "distribution", ",", "the", "approximation", "thus", "produced", "need", "not", "be", "optimal", ".", "We", "propose", "VLSI", ",", "a", "new", "query-dependent", "(", "or", "``", "variable", "''", ")", "low-rank", "approximation", "that", "minimizes", "approximation", "error", "for", "any", "specified", "query", "distribution", ".", "With", "this", "tool", ",", "it", "is", "possible", "to", "tailor", "the", "LSI", "technique", "to", "particular", "settings", ",", "often", "resulting", "in", "vastly", "improved", "approximations", "at", "much", "lower", "dimensionality", ".", "We", "validate", "this", "method", "via", "a", "series", "of", "experiments", "on", "classical", "corpora", ",", "showing", "that", "VLSI", "typically", "performs", "similarly", "to", "LSI", "with", "an", "order", "of", "magnitude", "fewer", "dimensions", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O" ]
6,529,493
[ "An", "objective", "evaluation", "criterion", "for", "clustering", "We", "propose", "and", "test", "an", "objective", "criterion", "for", "evaluation", "of", "clustering", "performance", ":", "How", "well", "does", "a", "clustering", "algorithm", "run", "on", "unlabeled", "data", "aid", "a", "classification", "algorithm", "?", "The", "accuracy", "is", "quantified", "using", "the", "PAC-MDL", "bound", "(", "3", ")", "in", "a", "semisupervised", "setting", ".", "Clustering", "algorithms", "which", "naturally", "separate", "the", "data", "according", "to", "(", "hidden", ")", "labels", "with", "a", "small", "number", "of", "clusters", "perform", "well", ".", "A", "simple", "extension", "of", "the", "argument", "leads", "to", "an", "objective", "model", "selection", "method", ".", "Experimental", "results", "on", "text", "analysis", "datasets", "demonstrate", "that", "this", "approach", "empirically", "results", "in", "very", "competitive", "bounds", "on", "test", "set", "performance", "on", "natural", "datasets", "." ]
[ "O", "O", "B", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "B", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]