id
int64
0
14.5M
document
sequence
doc_bio_tags
sequence
4,762,612
[ "Mining", "relational", "data", "through", "correlation-based", "multiple", "view", "validation", "Commercial", "relational", "databases", "currently", "store", "vast", "amounts", "of", "real-world", "data", ".", "The", "data", "within", "these", "relational", "repositories", "are", "represented", "by", "multiple", "relations", ",", "which", "are", "inter-connected", "by", "means", "of", "foreign", "key", "joins", ".", "The", "mining", "of", "such", "interrelated", "data", "poses", "a", "major", "challenge", "to", "the", "data", "mining", "community", ".", "Unfortunately", ",", "traditional", "data", "mining", "algorithms", "usually", "only", "explore", "one", "relation", ",", "the", "so-called", "target", "relation", ",", "thus", "excluding", "crucial", "knowledge", "embedded", "in", "the", "related", "so-called", "background", "relations", ".", "In", "this", "paper", ",", "we", "propose", "a", "novel", "approach", "for", "classifying", "relational", "such", "domains", ".", "This", "strategy", "employs", "multiple", "views", "to", "capture", "crucial", "information", "not", "only", "from", "the", "target", "relation", ",", "but", "also", "from", "related", "relations", ".", "This", "information", "is", "integrated", "into", "the", "relational", "mining", "process", ".", "The", "framework", "presented", "here", ",", "firstly", ",", "explore", "the", "relational", "domain", "to", "partition", "its", "features", "space", "into", "multiple", "subsets", ".", "Subsequently", ",", "these", "subsets", "are", "used", "to", "construct", "multiple", "uncorrelated", "views", ",", "based", "on", "a", "novel", "correlation-based", "view", "validation", "method", ",", "against", "the", "target", "concept", ".", "Finally", ",", "the", "knowledge", "possessed", "by", "multiple", "views", "are", "incorporated", "into", "a", "meta-learning", "mechanism", "to", "augment", "one", "another", ".", "Based", "on", "this", "framework", ",", "a", "wide", "range", "of", "conventional", "data", "mining", "methods", "can", "be", "applied", "to", "mine", "relational", "databases", ".", "Our", "experiments", "on", "benchmark", "real-world", "data", "sets", "show", "that", "the", "proposed", "method", "achieves", "promising", "results", "both", "in", "terms", "of", "overall", "accuracy", "obtained", "and", "run", "time", ",", "when", "compared", "with", "two", "other", "relational", "data", "mining", "approaches", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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,259,100
[ "Summarizing", "itemset", "patterns", "using", "probabilistic", "models", "In", "this", "paper", ",", "we", "propose", "a", "novel", "probabilistic", "approach", "to", "summarize", "frequent", "itemset", "patterns", ".", "Such", "techniques", "are", "useful", "for", "summarization", ",", "post-processing", ",", "and", "end-user", "interpretation", ",", "particularly", "for", "problems", "where", "the", "resulting", "set", "of", "patterns", "are", "huge", ".", "In", "our", "approach", "items", "in", "the", "dataset", "are", "modeled", "as", "random", "variables", ".", "We", "then", "construct", "a", "Markov", "Random", "Fields", "(", "MRF", ")", "on", "these", "variables", "based", "on", "frequent", "itemsets", "and", "their", "occurrence", "statistics", ".", "The", "summarization", "proceeds", "in", "a", "level-wise", "iterative", "fashion", ".", "Occurrence", "statistics", "of", "itemsets", "at", "the", "lowest", "level", "are", "used", "to", "construct", "an", "initial", "MRF", ".", "Statistics", "of", "itemsets", "at", "the", "next", "level", "can", "then", "be", "inferred", "from", "the", "model", ".", "We", "use", "those", "patterns", "whose", "occurrence", "can", "not", "be", "accurately", "inferred", "from", "the", "model", "to", "augment", "the", "model", "in", "an", "iterative", "manner", ",", "repeating", "the", "procedure", "until", "all", "frequent", "itemsets", "can", "be", "modeled", ".", "The", "resulting", "MRF", "model", "affords", "a", "concise", "and", "useful", "representation", "of", "the", "original", "collection", "of", "itemsets", ".", "Extensive", "empirical", "study", "on", "real", "datasets", "show", "that", "the", "new", "approach", "can", "effectively", "summarize", "a", "large", "number", "of", "itemsets", "and", "typically", "significantly", "outperforms", "extant", "approaches", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
75,941
[ "Selecting", "the", "right", "interestingness", "measure", "for", "association", "patterns", "Many", "techniques", "for", "association", "rule", "mining", "and", "feature", "selection", "require", "a", "suitable", "metric", "to", "capture", "the", "dependencies", "among", "variables", "in", "a", "data", "set", ".", "For", "example", ",", "metrics", "such", "as", "support", ",", "confidence", ",", "lift", ",", "correlation", ",", "and", "collective", "strength", "are", "often", "used", "to", "determine", "the", "interestingness", "of", "association", "patterns", ".", "However", ",", "many", "such", "measures", "provide", "conflicting", "information", "about", "the", "interestingness", "of", "a", "pattern", ",", "and", "the", "best", "metric", "to", "use", "for", "a", "given", "application", "domain", "is", "rarely", "known", ".", "In", "this", "paper", ",", "we", "present", "an", "overview", "of", "various", "measures", "proposed", "in", "the", "statistics", ",", "machine", "learning", "and", "data", "mining", "literature", ".", "We", "describe", "several", "key", "properties", "one", "should", "examine", "in", "order", "to", "select", "the", "right", "measure", "for", "a", "given", "application", "domain", ".", "A", "comparative", "study", "of", "these", "properties", "is", "made", "using", "twenty", "one", "of", "the", "existing", "measures", ".", "We", "show", "that", "each", "measure", "has", "different", "properties", "which", "make", "them", "useful", "for", "some", "application", "domains", ",", "but", "not", "for", "others", ".", "We", "also", "present", "two", "scenarios", "in", "which", "most", "of", "the", "existing", "measures", "agree", "with", "each", "other", ",", "namely", ",", "support-based", "pruning", "and", "table", "standardization", ".", "Finally", ",", "we", "present", "an", "algorithm", "to", "select", "a", "small", "set", "of", "tables", "such", "that", "an", "expert", "can", "select", "a", "desirable", "measure", "by", "looking", "at", "just", "this", "small", "set", "of", "tables", "." ]
[ "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" ]
14,043,768
[ "Mining", "closed", "episodes", "with", "simultaneous", "events", "Sequential", "pattern", "discovery", "is", "a", "well-studied", "field", "in", "data", "mining", ".", "Episodes", "are", "sequential", "patterns", "describing", "events", "that", "often", "occur", "in", "the", "vicinity", "of", "each", "other", ".", "Episodes", "can", "impose", "restrictions", "to", "the", "order", "of", "the", "events", ",", "which", "makes", "them", "a", "versatile", "technique", "for", "describing", "complex", "patterns", "in", "the", "sequence", ".", "Most", "of", "the", "research", "on", "episodes", "deals", "with", "special", "cases", "such", "as", "serial", ",", "parallel", ",", "and", "injective", "episodes", ",", "while", "discovering", "general", "episodes", "is", "understudied", ".", "In", "this", "paper", "we", "extend", "the", "definition", "of", "an", "episode", "in", "order", "to", "be", "able", "to", "represent", "cases", "where", "events", "often", "occur", "simultaneously", ".", "We", "present", "an", "efficient", "and", "novel", "miner", "for", "discovering", "frequent", "and", "closed", "general", "episodes", ".", "Such", "a", "task", "presents", "unique", "challenges", ".", "Firstly", ",", "we", "can", "not", "define", "closure", "based", "on", "frequency", ".", "We", "solve", "this", "by", "computing", "a", "more", "conservative", "closure", "that", "we", "use", "to", "reduce", "the", "search", "space", "and", "discover", "the", "closed", "episodes", "as", "a", "postprocessing", "step", ".", "Secondly", ",", "episodes", "are", "traditionally", "presented", "as", "directed", "acyclic", "graphs", ".", "We", "argue", "that", "this", "representation", "has", "drawbacks", "leading", "to", "redundancy", "in", "the", "output", ".", "We", "solve", "these", "drawbacks", "by", "defining", "a", "subset", "relationship", "in", "such", "a", "way", "that", "allows", "us", "to", "remove", "the", "redundant", "episodes", ".", "We", "demonstrate", "the", "efficiency", "of", "our", "algorithm", "and", "the", "need", "for", "using", "closed", "episodes", "empirically", "on", "synthetic", "and", "real-world", "datasets", "." ]
[ "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", "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", "B", "I", "O", "O", "O", "O", "O", "O", "O" ]
100,442
[ "Learning", "nonstationary", "models", "of", "normal", "network", "traffic", "for", "detecting", "novel", "attacks", "Traditional", "intrusion", "detection", "systems", "(", "IDS", ")", "detect", "attacks", "by", "comparing", "current", "behavior", "to", "signatures", "of", "known", "attacks", ".", "One", "main", "drawback", "is", "the", "inability", "of", "detecting", "new", "attacks", "which", "do", "not", "have", "known", "signatures", ".", "In", "this", "paper", "we", "propose", "a", "learning", "algorithm", "that", "constructs", "models", "of", "normal", "behavior", "from", "attack-free", "network", "traffic", ".", "Behavior", "that", "deviates", "from", "the", "learned", "normal", "model", "signals", "possible", "novel", "attacks", ".", "Our", "IDS", "is", "unique", "in", "two", "respects", ".", "First", ",", "it", "is", "nonstationary", ",", "modeling", "probabilities", "based", "on", "the", "time", "since", "the", "last", "event", "rather", "than", "on", "average", "rate", ".", "This", "prevents", "alarm", "floods", ".", "Second", ",", "the", "IDS", "learns", "protocol", "vocabularies", "(", "at", "the", "data", "link", "through", "application", "layers", ")", "in", "order", "to", "detect", "unknown", "attacks", "that", "attempt", "to", "exploit", "implementation", "errors", "in", "poorly", "tested", "features", "of", "the", "target", "software", ".", "On", "the", "1999", "DARPA", "IDS", "evaluation", "data", "set", "(", "9", ")", ",", "we", "detect", "70", "of", "180", "attacks", "(", "with", "100", "false", "alarms", ")", ",", "about", "evenly", "divided", "between", "user", "behavioral", "anomalies", "(", "IP", "addresses", "and", "ports", ",", "as", "modeled", "by", "most", "other", "systems", ")", "and", "protocol", "anomalies", ".", "Because", "our", "methods", "are", "unconventional", "there", "is", "a", "significant", "non-overlap", "of", "our", "IDS", "with", "the", "original", "DARPA", "participants", ",", "which", "implies", "that", "they", "could", "be", "combined", "to", "increase", "coverage", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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,200,152
[ "Detection", "of", "emerging", "space-time", "clusters", "We", "propose", "a", "new", "class", "of", "spatio-temporal", "cluster", "detection", "methods", "designed", "for", "the", "rapid", "detection", "of", "emerging", "space-time", "clusters", ".", "We", "focus", "on", "the", "motivating", "application", "of", "prospective", "disease", "surveillance", ":", "detecting", "space-time", "clusters", "of", "disease", "cases", "resulting", "from", "an", "emerging", "disease", "outbreak", ".", "Automatic", ",", "real-time", "detection", "of", "outbreaks", "can", "enable", "rapid", "epidemiological", "response", ",", "potentially", "reducing", "rates", "of", "morbidity", "and", "mortality", ".", "Building", "on", "the", "prior", "work", "on", "spatial", "and", "space-time", "scan", "statistics", ",", "our", "methods", "combine", "time", "series", "analysis", "(", "to", "determine", "how", "many", "cases", "we", "expect", "to", "observe", "for", "a", "given", "spatial", "region", "in", "a", "given", "time", "interval", ")", "with", "new", "``", "emerging", "cluster", "''", "space-time", "scan", "statistics", "(", "to", "decide", "whether", "an", "observed", "increase", "in", "cases", "in", "a", "region", "is", "significant", ")", ",", "enabling", "fast", "and", "accurate", "detection", "of", "emerging", "outbreaks", ".", "We", "evaluate", "these", "methods", "on", "two", "types", "of", "simulated", "outbreaks", ":", "aerosol", "release", "of", "inhalational", "anthrax", "(", "e.g.", "from", "a", "bioterrorist", "attack", ")", "and", "FLOO", "(", "``", "Fictional", "Linear", "Onset", "Outbreak", "''", ")", ",", "injected", "into", "actual", "baseline", "data", "(", "Emergency", "Department", "records", "and", "over-the-counter", "drug", "sales", "data", "from", "Allegheny", "County", ")", ".", "We", "demonstrate", "that", "our", "methods", "are", "successful", "in", "rapidly", "detecting", "both", "outbreak", "types", "while", "keeping", "the", "number", "of", "false", "positives", "low", ",", "and", "show", "that", "our", "new", "``", "emerging", "cluster", "''", "scan", "statistics", "consistently", "outperform", "the", "standard", "``", "persistent", "cluster", "''", "scan", "statistics", "approach", "." ]
[ "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", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
1,360,368
[ "Construct", "robust", "rule", "sets", "for", "classification", "We", "study", "the", "problem", "of", "computing", "classification", "rule", "sets", "from", "relational", "databases", "so", "that", "accurate", "predictions", "can", "be", "made", "on", "test", "data", "with", "missing", "attribute", "values", ".", "Traditional", "classifiers", "perform", "badly", "when", "test", "data", "are", "not", "as", "complete", "as", "the", "training", "data", "because", "they", "tailor", "a", "training", "database", "too", "much", ".", "We", "introduce", "the", "concept", "of", "one", "rule", "set", "being", "more", "robust", "than", "another", ",", "that", "is", ",", "able", "to", "make", "more", "accurate", "predictions", "on", "test", "data", "with", "missing", "attribute", "values", ".", "We", "show", "that", "the", "optimal", "class", "association", "rule", "set", "is", "as", "robust", "as", "the", "complete", "class", "association", "rule", "set", ".", "We", "then", "introduce", "the", "k-optimal", "rule", "set", ",", "which", "provides", "predictions", "exactly", "the", "same", "as", "the", "optimal", "class", "association", "rule", "set", "on", "test", "data", "with", "up", "to", "k", "missing", "attribute", "values", ".", "This", "leads", "to", "a", "hierarchy", "of", "k-optimal", "rule", "sets", "in", "which", "decreasing", "size", "corresponds", "to", "decreasing", "robustness", ",", "and", "they", "all", "more", "robust", "than", "a", "traditional", "classification", "rule", "set", ".", "We", "introduce", "two", "methods", "to", "find", "k-optimal", "rule", "sets", ",", "i.e.", "an", "optimal", "association", "rule", "mining", "approach", "and", "a", "heuristic", "approximate", "approach", ".", "We", "show", "experimentally", "that", "a", "k-optimal", "rule", "set", "generated", "by", "the", "optimal", "association", "rule", "mining", "approach", "performs", "better", "than", "that", "by", "the", "heuristic", "approximate", "approach", "and", "both", "rule", "sets", "perform", "significantly", "better", "than", "a", "typical", "classification", "rule", "set", "(", "C4", ".5", "Rules", ")", "on", "incomplete", "test", "data", "." ]
[ "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", "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", "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", "B", "I", "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", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
15,380
[ "Web", "usage", "mining", "based", "on", "probabilistic", "latent", "semantic", "analysis", "The", "primary", "goal", "of", "Web", "usage", "mining", "is", "the", "discovery", "of", "patterns", "in", "the", "navigational", "behavior", "of", "Web", "users", ".", "Standard", "approaches", ",", "such", "as", "clustering", "of", "user", "sessions", "and", "discovering", "association", "rules", "or", "frequent", "navigational", "paths", ",", "do", "not", "generally", "provide", "the", "ability", "to", "automatically", "characterize", "or", "quantify", "the", "unobservable", "factors", "that", "lead", "to", "common", "navigational", "patterns", ".", "It", "is", ",", "therefore", ",", "necessary", "to", "develop", "techniques", "that", "can", "automatically", "discover", "hidden", "semantic", "relationships", "among", "users", "as", "well", "as", "between", "users", "and", "Web", "objects", ".", "Probabilistic", "Latent", "Semantic", "Analysis", "(", "PLSA", ")", "is", "particularly", "useful", "in", "this", "context", ",", "since", "it", "can", "uncover", "latent", "semantic", "associations", "among", "users", "and", "pages", "based", "on", "the", "co-occurrence", "patterns", "of", "these", "pages", "in", "user", "sessions", ".", "In", "this", "paper", ",", "we", "develop", "a", "unified", "framework", "for", "the", "discovery", "and", "analysis", "of", "Web", "navigational", "patterns", "based", "on", "PLSA", ".", "We", "show", "the", "flexibility", "of", "this", "framework", "in", "characterizing", "various", "relationships", "among", "users", "and", "Web", "objects", ".", "Since", "these", "relationships", "are", "measured", "in", "terms", "of", "probabilities", ",", "we", "are", "able", "to", "use", "probabilistic", "inference", "to", "perform", "a", "variety", "of", "analysis", "tasks", "such", "as", "user", "segmentation", ",", "page", "classification", ",", "as", "well", "as", "predictive", "tasks", "such", "as", "collaborative", "recommendations", ".", "We", "demonstrate", "the", "effectiveness", "of", "our", "approach", "through", "experiments", "performed", "on", "real-world", "data", "sets", "." ]
[ "B", "I", "I", "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", "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", "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" ]
959,147
[ "Fast", "mining", "of", "high", "dimensional", "expressive", "contrast", "patterns", "using", "zero-suppressed", "binary", "decision", "diagrams", "Patterns", "of", "contrast", "are", "a", "very", "important", "way", "of", "comparing", "multi-dimensional", "datasets", ".", "Such", "patterns", "are", "able", "to", "capture", "regions", "of", "high", "difference", "between", "two", "classes", "of", "data", ",", "and", "are", "useful", "for", "human", "experts", "and", "the", "construction", "of", "classifiers", ".", "However", ",", "mining", "such", "patterns", "is", "particularly", "challenging", "when", "the", "number", "of", "dimensions", "is", "large", ".", "This", "paper", "describes", "a", "new", "technique", "for", "mining", "several", "varieties", "of", "contrast", "pattern", ",", "based", "on", "the", "use", "of", "Zero-Suppressed", "Binary", "Decision", "Diagrams", "(", "ZBDDs", ")", ",", "a", "powerful", "data", "structure", "for", "manipulating", "sparse", "data", ".", "We", "study", "the", "mining", "of", "both", "simple", "contrast", "patterns", ",", "such", "as", "emerging", "patterns", ",", "and", "more", "novel", "and", "complex", "contrasts", ",", "which", "we", "call", "disjunctive", "emerging", "patterns", ".", "A", "performance", "study", "demonstrates", "our", "ZBDD", "technique", "is", "highly", "scalable", ",", "substantially", "improves", "on", "state", "of", "the", "art", "mining", "for", "emerging", "patterns", "and", "can", "be", "effective", "for", "discovering", "complex", "contrasts", "from", "datasets", "with", "thousands", "of", "attributes", "." ]
[ "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", "B", "I", "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" ]
13,222,049
[ "Apolo", ":", "interactive", "large", "graph", "sensemaking", "by", "combining", "machine", "learning", "and", "visualization", "We", "present", "APOLO", ",", "a", "system", "that", "uses", "a", "mixed-initiative", "approach", "to", "help", "people", "interactively", "explore", "and", "make", "sense", "of", "large", "network", "datasets", ".", "It", "combines", "visualization", ",", "rich", "user", "interaction", "and", "machine", "learning", "to", "engage", "the", "user", "in", "bottom-up", "sensemaking", "to", "gradually", "build", "up", "an", "understanding", "over", "time", "by", "starting", "small", ",", "rather", "than", "starting", "big", "and", "drilling", "down", ".", "APOLO", "helps", "users", "find", "relevant", "information", "by", "specifying", "exemplars", ",", "and", "then", "using", "a", "machine", "learning", "method", "called", "Belief", "Propagation", "to", "infer", "which", "other", "nodes", "may", "be", "of", "interest", ".", "We", "demonstrate", "APOLO", "'s", "usage", "and", "benefits", "using", "a", "Google", "Scholar", "citation", "graph", ",", "consisting", "of", "83,000", "articles", "(", "nodes", ")", "and", "150,000", "citations", "relationships", ".", "A", "demo", "video", "of", "APOLO", "is", "available", "at", "http:\\/\\/www.cs.cmu.edu\\/~dchau\\/apolo\\/apolo.mp4", "." ]
[ "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", "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" ]
4,504,437
[ "Finding", "similar", "files", "in", "large", "document", "repositories", "Hewlett-Packard", "has", "many", "millions", "of", "technical", "support", "documents", "in", "a", "variety", "of", "collections", ".", "As", "part", "of", "content", "management", ",", "such", "collections", "are", "periodically", "merged", "and", "groomed", ".", "In", "the", "process", ",", "it", "becomes", "important", "to", "identify", "and", "weed", "out", "support", "documents", "that", "are", "largely", "duplicates", "of", "newer", "versions", ".", "Doing", "so", "improves", "the", "quality", "of", "the", "collection", ",", "eliminates", "chaff", "from", "search", "results", ",", "and", "improves", "customer", "satisfaction", ".", "The", "technical", "challenge", "is", "that", "through", "workflow", "and", "human", "processes", ",", "the", "knowledge", "of", "which", "documents", "are", "related", "is", "often", "lost", ".", "We", "required", "a", "method", "that", "could", "identify", "similar", "documents", "based", "on", "their", "content", "alone", ",", "without", "relying", "on", "metadata", ",", "which", "may", "be", "corrupt", "or", "missing", ".", "We", "present", "an", "approach", "for", "finding", "similar", "files", "that", "scales", "up", "to", "large", "document", "repositories", ".", "It", "is", "based", "on", "chunking", "the", "byte", "stream", "to", "find", "unique", "signatures", "that", "may", "be", "shared", "in", "multiple", "files", ".", "An", "analysis", "of", "the", "file-chunk", "graph", "yields", "clusters", "of", "related", "files", ".", "An", "optional", "bipartite", "graph", "partitioning", "algorithm", "can", "be", "applied", "to", "greatly", "increase", "scalability", "." ]
[ "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", "B", "O" ]
4,842,627
[ "Structure", "and", "evolution", "of", "online", "social", "networks", "In", "this", "paper", ",", "we", "consider", "the", "evolution", "of", "structure", "within", "large", "online", "social", "networks", ".", "We", "present", "a", "series", "of", "measurements", "of", "two", "such", "networks", ",", "together", "comprising", "in", "excess", "of", "five", "million", "people", "and", "ten", "million", "friendship", "links", ",", "annotated", "with", "metadata", "capturing", "the", "time", "of", "every", "event", "in", "the", "life", "of", "the", "network", ".", "Our", "measurements", "expose", "a", "surprising", "segmentation", "of", "these", "networks", "into", "three", "regions", ":", "singletons", "who", "do", "not", "participate", "in", "the", "network", ";", "isolated", "communities", "which", "overwhelmingly", "display", "star", "structure", ";", "and", "a", "giant", "component", "anchored", "by", "a", "well-connected", "core", "region", "which", "persists", "even", "in", "the", "absence", "of", "stars", ".", "We", "present", "a", "simple", "model", "of", "network", "growth", "which", "captures", "these", "aspects", "of", "component", "structure", ".", "The", "model", "follows", "our", "experimental", "results", ",", "characterizing", "users", "as", "either", "passive", "members", "of", "the", "network", ";", "inviters", "who", "encourage", "offline", "friends", "and", "acquaintances", "to", "migrate", "online", ";", "and", "linkers", "who", "fully", "participate", "in", "the", "social", "evolution", "of", "the", "network", "." ]
[ "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", "O", "O", "O", "O", "O", "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" ]
3,715,814
[ "Automatic", "mining", "of", "fruit", "fly", "embryo", "images", "We", "present", "FEMine", ",", "an", "automatic", "system", "for", "image-based", "gene", "expression", "analysis", ".", "We", "perform", "experiments", "on", "the", "largest", "publicly", "available", "collection", "of", "Drosophila", "ISH", "(", "in", "situ", "hybridization", ")", "images", ",", "showing", "that", "our", "FEMine", "system", "achieves", "excellent", "performance", "in", "classification", ",", "clustering", ",", "and", "content-based", "image", "retrieval", ".", "The", "major", "innovation", "of", "FEMine", "is", "the", "use", "of", "automatically", "discovered", "latent", "spatial", "``", "themes", "''", "of", "gene", "expressions", ",", "LGEs", ",", "in", "the", "whole-embryo", "context", ",", "as", "opposed", "to", "patterns", "in", "nearly", "disjoint", "portions", "of", "an", "embryo", "proposed", "in", "previous", "methods", "." ]
[ "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", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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,928,451
[ "Mining", "uncertain", "data", "with", "probabilistic", "guarantees", "Data", "uncertainty", "is", "inherent", "in", "applications", "such", "as", "sensor", "monitoring", "systems", ",", "location-based", "services", ",", "and", "biological", "databases", ".", "To", "manage", "this", "vast", "amount", "of", "imprecise", "information", ",", "probabilistic", "databases", "have", "been", "recently", "developed", ".", "In", "this", "paper", ",", "we", "study", "the", "discovery", "of", "frequent", "patterns", "and", "association", "rules", "from", "probabilistic", "data", "under", "the", "Possible", "World", "Semantics", ".", "This", "is", "technically", "challenging", ",", "since", "a", "probabilistic", "database", "can", "have", "an", "exponential", "number", "of", "possible", "worlds", ".", "We", "propose", "two", "effcient", "algorithms", ",", "which", "discover", "frequent", "patterns", "in", "bottom-up", "and", "top-down", "manners", ".", "Both", "algorithms", "can", "be", "easily", "extended", "to", "discover", "maximal", "frequent", "patterns", ".", "We", "also", "explain", "how", "to", "use", "these", "patterns", "to", "generate", "association", "rules", ".", "Extensive", "experiments", ",", "using", "real", "and", "synthetic", "datasets", ",", "were", "conducted", "to", "validate", "the", "performance", "of", "our", "methods", "." ]
[ "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" ]
3,816,158
[ "A", "scalable", "modular", "convex", "solver", "for", "regularized", "risk", "minimization", "A", "wide", "variety", "of", "machine", "learning", "problems", "can", "be", "described", "as", "minimizing", "a", "regularized", "risk", "functional", ",", "with", "different", "algorithms", "using", "different", "notions", "of", "risk", "and", "different", "regularizers", ".", "Examples", "include", "linear", "Support", "Vector", "Machines", "(", "SVMs", ")", ",", "Logistic", "Regression", ",", "Conditional", "Random", "Fields", "(", "CRFs", ")", ",", "and", "Lasso", "amongst", "others", ".", "This", "paper", "describes", "the", "theory", "and", "implementation", "of", "a", "highly", "scalable", "and", "modular", "convex", "solver", "which", "solves", "all", "these", "estimation", "problems", ".", "It", "can", "be", "parallelized", "on", "a", "cluster", "of", "workstations", ",", "allows", "for", "data-locality", ",", "and", "can", "deal", "with", "regularizers", "such", "as", "l1", "and", "l2", "penalties", ".", "At", "present", ",", "our", "solver", "implements", "20", "different", "estimation", "problems", ",", "can", "be", "easily", "extended", ",", "scales", "to", "millions", "of", "observations", ",", "and", "is", "up", "to", "10", "times", "faster", "than", "specialized", "solvers", "for", "many", "applications", ".", "The", "open", "source", "code", "is", "freely", "available", "as", "part", "of", "the", "ELEFANT", "toolbox", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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,344,924
[ "Real-time", "bidding", "algorithms", "for", "performance-based", "display", "ad", "allocation", "We", "describe", "a", "real-time", "bidding", "algorithm", "for", "performance-based", "display", "ad", "allocation", ".", "A", "central", "issue", "in", "performance", "display", "advertising", "is", "matching", "campaigns", "to", "ad", "impressions", ",", "which", "can", "be", "formulated", "as", "a", "constrained", "optimization", "problem", "that", "maximizes", "revenue", "subject", "to", "constraints", "such", "as", "budget", "limits", "and", "inventory", "availability", ".", "The", "current", "practice", "is", "to", "solve", "the", "optimization", "problem", "offline", "at", "a", "tractable", "level", "of", "impression", "granularity", "(", "e.g.", ",", "the", "page", "level", ")", ",", "and", "to", "serve", "ads", "online", "based", "on", "the", "precomputed", "static", "delivery", "scheme", ".", "Although", "this", "offline", "approach", "takes", "a", "global", "view", "to", "achieve", "optimality", ",", "it", "fails", "to", "scale", "to", "ad", "allocation", "at", "the", "individual", "impression", "level", ".", "Therefore", ",", "we", "propose", "a", "real-time", "bidding", "algorithm", "that", "enables", "fine-grained", "impression", "valuation", "(", "e.g.", ",", "targeting", "users", "with", "real-time", "conversion", "data", ")", ",", "and", "adjusts", "value-based", "bids", "according", "to", "real-time", "constraint", "snapshots", "(", "e.g.", ",", "budget", "consumption", "levels", ")", ".", "Theoretically", ",", "we", "show", "that", "under", "a", "linear", "programming", "(", "LP", ")", "primal-dual", "formulation", ",", "the", "simple", "real-time", "bidding", "algorithm", "is", "indeed", "an", "online", "solver", "to", "the", "original", "primal", "problem", "by", "taking", "the", "optimal", "solution", "to", "the", "dual", "problem", "as", "input", ".", "In", "other", "words", ",", "the", "online", "algorithm", "guarantees", "the", "offline", "optimality", "given", "the", "same", "level", "of", "knowledge", "an", "offline", "optimization", "would", "have", ".", "Empirically", ",", "we", "develop", "and", "experiment", "with", "two", "real-time", "bid", "adjustment", "approaches", "to", "adapting", "to", "the", "non-stationary", "nature", "of", "the", "marketplace", ":", "one", "adjusts", "bids", "against", "real-time", "constraint", "satisfaction", "levels", "using", "control-theoretic", "methods", ",", "and", "the", "other", "adjusts", "bids", "also", "based", "on", "the", "statistically", "modeled", "historical", "bidding", "landscape", ".", "Finally", ",", "we", "show", "experimental", "results", "with", "real-world", "ad", "delivery", "data", "that", "support", "our", "theoretical", "conclusions", "." ]
[ "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", "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" ]
8,604,501
[ "Tumor", "cell", "identification", "using", "features", "rules", "Advances", "in", "imaging", "techniques", "have", "led", "to", "large", "repositories", "of", "images", ".", "There", "is", "an", "increasing", "demand", "for", "automated", "systems", "that", "can", "analyze", "complex", "medical", "images", "and", "extract", "meaningful", "information", "for", "mining", "patterns", ".", "Here", ",", "we", "describe", "a", "real-life", "image", "mining", "application", "to", "the", "problem", "of", "tumor", "cell", "counting", ".", "The", "quantitative", "analysis", "of", "tumor", "cells", "is", "fundamental", "to", "characterizing", "the", "activity", "of", "tumor", "cells", ".", "Existing", "approaches", "are", "mostly", "manual", ",", "time-consuming", "and", "subjective", ".", "Efforts", "to", "automate", "the", "process", "of", "cell", "counting", "have", "largely", "focused", "on", "using", "image", "processing", "techniques", "only", ".", "Our", "studies", "indicate", "that", "image", "processing", "alone", "is", "unable", "to", "give", "accurate", "results", ".", "In", "this", "paper", ",", "we", "examine", "the", "use", "of", "extracted", "features", "rules", "to", "aid", "in", "the", "process", "of", "tumor", "cell", "counting", ".", "We", "propose", "a", "robust", "local", "adaptive", "thresholding", "and", "dynamic", "water", "immersion", "algorithms", "to", "segment", "regions", "of", "interesting", "from", "background", ".", "Meaningful", "features", "are", "then", "extracted", "from", "the", "segmented", "regions", ".", "A", "number", "of", "base", "classifiers", "are", "built", "to", "generate", "features", "rules", "to", "help", "identify", "the", "tumor", "cell", ".", "Two", "voting", "strategies", "are", "implemented", "to", "combine", "the", "base", "classifiers", "into", "a", "meta-classifier", ".", "Experiment", "results", "indicate", "that", "this", "process", "of", "using", "extracted", "features", "rules", "to", "help", "identify", "tumor", "cell", "leads", "to", "better", "accuracy", "than", "pure", "image", "processing", "techniques", "alone", "." ]
[ "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", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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", "B", "I", "I", "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", "O", "O", "O", "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" ]
7,801,205
[ "Regression", "error", "characteristic", "surfaces", "This", "paper", "presents", "a", "generalization", "of", "Regression", "Error", "Characteristic", "(", "REC", ")", "curves", ".", "REC", "curves", "describe", "the", "cumulative", "distribution", "function", "of", "the", "prediction", "error", "of", "models", "and", "can", "be", "seen", "as", "a", "generalization", "of", "ROC", "curves", "to", "regression", "problems", ".", "REC", "curves", "provide", "useful", "information", "for", "analyzing", "the", "performance", "of", "models", ",", "particularly", "when", "compared", "to", "error", "statistics", "like", "for", "instance", "the", "Mean", "Squared", "Error", ".", "In", "this", "paper", "we", "present", "Regression", "Error", "Characteristic", "(", "REC", ")", "surfaces", "that", "introduce", "a", "further", "degree", "of", "detail", "by", "plotting", "the", "cumulative", "distribution", "function", "of", "the", "errors", "across", "the", "distribution", "of", "the", "target", "variable", ",", "i.e.", "the", "joint", "cumulative", "distribution", "function", "of", "the", "errors", "and", "the", "target", "variable", ".", "This", "provides", "a", "more", "detailed", "analysis", "of", "the", "performance", "of", "models", "when", "compared", "to", "REC", "curves", ".", "This", "extra", "detail", "is", "particularly", "relevant", "in", "applications", "with", "non-uniform", "error", "costs", ",", "where", "it", "is", "important", "to", "study", "the", "performance", "of", "models", "for", "specific", "ranges", "of", "the", "target", "variable", ".", "In", "this", "paper", "we", "present", "the", "notion", "of", "REC", "surfaces", ",", "describe", "how", "to", "use", "them", "to", "compare", "the", "performance", "of", "models", ",", "and", "illustrate", "their", "use", "with", "an", "important", "practical", "class", "of", "applications", ":", "the", "prediction", "of", "rare", "extreme", "values", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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" ]
784,343
[ "A", "fast", "kernel-based", "multilevel", "algorithm", "for", "graph", "clustering", "Graph", "clustering", "(", "also", "called", "graph", "partitioning", ")", "--", "clustering", "the", "nodes", "of", "a", "graph", "--", "is", "an", "important", "problem", "in", "diverse", "data", "mining", "applications", ".", "Traditional", "approaches", "involve", "optimization", "of", "graph", "clustering", "objectives", "such", "as", "normalized", "cut", "or", "ratio", "association", ";", "spectral", "methods", "are", "widely", "used", "for", "these", "objectives", ",", "but", "they", "require", "eigenvector", "computation", "which", "can", "be", "slow", ".", "Recently", ",", "graph", "clustering", "with", "a", "general", "cut", "objective", "has", "been", "shown", "to", "be", "mathematically", "equivalent", "to", "an", "appropriate", "weighted", "kernel", "k-means", "objective", "function", ".", "In", "this", "paper", ",", "we", "exploit", "this", "equivalence", "to", "develop", "a", "very", "fast", "multilevel", "algorithm", "for", "graph", "clustering", ".", "Multilevel", "approaches", "involve", "coarsening", ",", "initial", "partitioning", "and", "refinement", "phases", ",", "all", "of", "which", "may", "be", "specialized", "to", "different", "graph", "clustering", "objectives", ".", "Unlike", "existing", "multilevel", "clustering", "approaches", ",", "such", "as", "METIS", ",", "our", "algorithm", "does", "not", "constrain", "the", "cluster", "sizes", "to", "be", "nearly", "equal", ".", "Our", "approach", "gives", "a", "theoretical", "guarantee", "that", "the", "refinement", "step", "decreases", "the", "graph", "cut", "objective", "under", "consideration", ".", "Experiments", "show", "that", "we", "achieve", "better", "final", "objective", "function", "values", "as", "compared", "to", "a", "state-of-the-art", "spectral", "clustering", "algorithm", ":", "on", "a", "series", "of", "benchmark", "test", "graphs", "with", "up", "to", "thirty", "thousand", "nodes", "and", "one", "million", "edges", ",", "our", "algorithm", "achieves", "lower", "normalized", "cut", "values", "in", "67", "%", "of", "our", "experiments", "and", "higher", "ratio", "association", "values", "in", "100", "%", "of", "our", "experiments", ".", "Furthermore", ",", "on", "large", "graphs", ",", "our", "algorithm", "is", "significantly", "faster", "than", "spectral", "methods", ".", "Finally", ",", "our", "algorithm", "requires", "far", "less", "memory", "than", "spectral", "methods", ";", "we", "cluster", "a", "1.2", "million", "node", "movie", "network", "into", "5000", "clusters", ",", "which", "due", "to", "memory", "requirements", "can", "not", "be", "done", "directly", "with", "spectral", "methods", "." ]
[ "O", "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", "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", "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", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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" ]
1,364,456
[ "On", "effective", "classification", "of", "strings", "with", "wavelets", "In", "recent", "years", ",", "the", "technological", "advances", "in", "mapping", "genes", "have", "made", "it", "increasingly", "easy", "to", "store", "and", "use", "a", "wide", "variety", "of", "biological", "data", ".", "Such", "data", "are", "usually", "in", "the", "form", "of", "very", "long", "strings", "for", "which", "it", "is", "difficult", "to", "determine", "the", "most", "relevant", "features", "for", "a", "classification", "task", ".", "For", "example", ",", "a", "typical", "DNA", "string", "may", "be", "millions", "of", "characters", "long", ",", "and", "there", "may", "be", "thousands", "of", "such", "strings", "in", "a", "database", ".", "In", "many", "cases", ",", "the", "classification", "behavior", "of", "the", "data", "may", "be", "hidden", "in", "the", "compositional", "behavior", "of", "certain", "segments", "of", "the", "string", "which", "can", "not", "be", "easily", "determined", "apriori", ".", "Another", "problem", "which", "complicates", "the", "classification", "task", "is", "that", "in", "some", "cases", "the", "classification", "behavior", "is", "reflected", "in", "global", "behavior", "of", "the", "string", ",", "whereas", "in", "others", "it", "is", "reflected", "in", "local", "patterns", ".", "Given", "the", "enormous", "variation", "in", "the", "behavior", "of", "the", "strings", "over", "different", "data", "sets", ",", "it", "is", "useful", "to", "develop", "an", "approach", "which", "is", "sensitive", "to", "both", "the", "global", "and", "local", "behavior", "of", "the", "strings", "for", "the", "purpose", "of", "classification", ".", "For", "this", "purpose", ",", "we", "will", "exploit", "the", "multi-resolution", "property", "of", "wavelet", "decomposition", "in", "order", "to", "create", "a", "scheme", "which", "can", "mine", "classification", "characteristics", "at", "different", "levels", "of", "granularity", ".", "The", "resulting", "scheme", "turns", "out", "to", "be", "very", "effective", "in", "practice", "on", "a", "wide", "range", "of", "problems", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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,964,447
[ "Locating", "secret", "messages", "in", "images", "Steganography", "involves", "hiding", "messages", "in", "innocuous", "media", "such", "as", "images", ",", "while", "steganalysis", "is", "the", "field", "of", "detecting", "these", "secret", "messages", ".", "The", "ultimate", "goal", "of", "steganalysis", "is", "two-fold", ":", "making", "a", "binary", "classification", "of", "a", "file", "as", "stego-bearing", "or", "innocent", ",", "and", "secondly", ",", "locating", "the", "hidden", "message", "with", "an", "aim", "to", "extracting", ",", "sterilizing", "or", "manipulating", "it", ".", "Almost", "all", "steganalysis", "approaches", "(", "known", "as", "attacks", ")", "focus", "on", "the", "first", "of", "these", "two", "issues", ".", "In", "this", "paper", ",", "we", "explore", "the", "difficult", "related", "problem", ":", "given", "that", "we", "know", "an", "image", "file", "contains", "steganography", ",", "locate", "which", "pixels", "contain", "the", "message", ".", "We", "treat", "the", "hidden", "message", "location", "problem", "as", "outlier", "detection", "using", "probability\\/energy", "measures", "of", "images", "motivated", "by", "the", "image", "restoration", "community", ".", "Pixels", "contributing", "the", "most", "to", "the", "energy", "calculations", "of", "an", "image", "are", "deemed", "outliers", ".", "Typically", ",", "of", "the", "top", "third", "of", "one", "percent", "of", "most", "energized", "pixels", "(", "outliers", ")", ",", "we", "find", "that", "87", "%", "are", "stego-bearing", "in", "color", "images", "and", "61", "%", "in", "grayscale", "images", ".", "In", "all", "image", "types", "only", "1", "%", "of", "all", "pixels", "are", "stego-bearing", "indicating", "our", "techniques", "provides", "a", "substantial", "lift", "over", "random", "guessing", "." ]
[ "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", "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", "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", "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" ]
329,510
[ "Discovering", "associations", "with", "numeric", "variables", "This", "paper", "further", "develops", "Aumann", "and", "Lindell", "'s", "(", "3", ")", "proposal", "for", "a", "variant", "of", "association", "rules", "for", "which", "the", "consequent", "is", "a", "numeric", "variable", ".", "It", "is", "argued", "that", "these", "rules", "can", "discover", "useful", "interactions", "with", "numeric", "data", "that", "can", "not", "be", "discovered", "directly", "using", "traditional", "association", "rules", "with", "discretization", ".", "Alternative", "measures", "for", "identifying", "interesting", "rules", "are", "proposed", ".", "Efficient", "algorithms", "are", "presented", "that", "enable", "these", "rules", "to", "be", "discovered", "for", "dense", "data", "sets", "for", "which", "application", "of", "Auman", "and", "Lindell", "'s", "algorithm", "is", "infeasible", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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" ]
9,521,135
[ "Fast", "approximate", "spectral", "clustering", "Spectral", "clustering", "refers", "to", "a", "flexible", "class", "of", "clustering", "procedures", "that", "can", "produce", "high-quality", "clusterings", "on", "small", "data", "sets", "but", "which", "has", "limited", "applicability", "to", "large-scale", "problems", "due", "to", "its", "computational", "complexity", "of", "O", "(", "n3", ")", "in", "general", ",", "with", "n", "the", "number", "of", "data", "points", ".", "We", "extend", "the", "range", "of", "spectral", "clustering", "by", "developing", "a", "general", "framework", "for", "fast", "approximate", "spectral", "clustering", "in", "which", "a", "distortion-minimizing", "local", "transformation", "is", "first", "applied", "to", "the", "data", ".", "This", "framework", "is", "based", "on", "a", "theoretical", "analysis", "that", "provides", "a", "statistical", "characterization", "of", "the", "effect", "of", "local", "distortion", "on", "the", "mis-clustering", "rate", ".", "We", "develop", "two", "concrete", "instances", "of", "our", "general", "framework", ",", "one", "based", "on", "local", "k-means", "clustering", "(", "KASP", ")", "and", "one", "based", "on", "random", "projection", "trees", "(", "RASP", ")", ".", "Extensive", "experiments", "show", "that", "these", "algorithms", "can", "achieve", "significant", "speedups", "with", "little", "degradation", "in", "clustering", "accuracy", ".", "Specifically", ",", "our", "algorithms", "outperform", "k-means", "by", "a", "large", "margin", "in", "terms", "of", "accuracy", ",", "and", "run", "several", "times", "faster", "than", "approximate", "spectral", "clustering", "based", "on", "the", "Nystrom", "method", ",", "with", "comparable", "accuracy", "and", "significantly", "smaller", "memory", "footprint", ".", "Remarkably", ",", "our", "algorithms", "make", "it", "possible", "for", "a", "single", "machine", "to", "spectral", "cluster", "data", "sets", "with", "a", "million", "observations", "within", "several", "minutes", "." ]
[ "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", "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", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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" ]
10,843,923
[ "Exploring", "social", "tagging", "graph", "for", "web", "object", "classification", "This", "paper", "studies", "web", "object", "classification", "problem", "with", "the", "novel", "exploration", "of", "social", "tags", ".", "Automatically", "classifying", "web", "objects", "into", "manageable", "semantic", "categories", "has", "long", "been", "a", "fundamental", "preprocess", "for", "indexing", ",", "browsing", ",", "searching", ",", "and", "mining", "these", "objects", ".", "The", "explosive", "growth", "of", "heterogeneous", "web", "objects", ",", "especially", "non-textual", "objects", "such", "as", "products", ",", "pictures", ",", "and", "videos", ",", "has", "made", "the", "problem", "of", "web", "classification", "increasingly", "challenging", ".", "Such", "objects", "often", "suffer", "from", "a", "lack", "of", "easy-extractable", "features", "with", "semantic", "information", ",", "interconnections", "between", "each", "other", ",", "as", "well", "as", "training", "examples", "with", "category", "labels", ".", "In", "this", "paper", ",", "we", "explore", "the", "social", "tagging", "data", "to", "bridge", "this", "gap", ".", "We", "cast", "web", "object", "classification", "problem", "as", "an", "optimization", "problem", "on", "a", "graph", "of", "objects", "and", "tags", ".", "We", "then", "propose", "an", "efficient", "algorithm", "which", "not", "only", "utilizes", "social", "tags", "as", "enriched", "semantic", "features", "for", "the", "objects", ",", "but", "also", "infers", "the", "categories", "of", "unlabeled", "objects", "from", "both", "homogeneous", "and", "heterogeneous", "labeled", "objects", ",", "through", "the", "implicit", "connection", "of", "social", "tags", ".", "Experiment", "results", "show", "that", "the", "exploration", "of", "social", "tags", "effectively", "boosts", "web", "object", "classification", ".", "Our", "algorithm", "significantly", "outperforms", "the", "state-of-the-art", "of", "general", "classification", "methods", "." ]
[ "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", "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", "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", "B", "O", "O", "O" ]
423,858
[ "Trajectory", "pattern", "mining", "The", "increasing", "pervasiveness", "of", "location-acquisition", "technologies", "(", "GPS", ",", "GSM", "networks", ",", "etc.", ")", "is", "leading", "to", "the", "collection", "of", "large", "spatio-temporal", "datasets", "and", "to", "the", "opportunity", "of", "discovering", "usable", "knowledge", "about", "movement", "behavior", ",", "which", "fosters", "novel", "applications", "and", "services", ".", "In", "this", "paper", ",", "we", "move", "towards", "this", "direction", "and", "develop", "an", "extension", "of", "the", "sequential", "pattern", "mining", "paradigm", "that", "analyzes", "the", "trajectories", "of", "moving", "objects", ".", "We", "introduce", "trajectory", "patterns", "as", "concise", "descriptions", "of", "frequent", "behaviors", ",", "in", "terms", "of", "both", "space", "(", "i.e.", ",", "the", "regions", "of", "space", "visited", "during", "movements", ")", "and", "time", "(", "i.e.", ",", "the", "duration", "of", "movements", ")", ".", "In", "this", "setting", ",", "we", "provide", "a", "general", "formal", "statement", "of", "the", "novel", "mining", "problem", "and", "then", "study", "several", "different", "instantiations", "of", "different", "complexity", ".", "The", "various", "approaches", "are", "then", "empirically", "evaluated", "over", "real", "data", "and", "synthetic", "benchmarks", ",", "comparing", "their", "strengths", "and", "weaknesses", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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" ]
6,461,568
[ "A", "general", "approach", "to", "incorporate", "data", "quality", "matrices", "into", "data", "mining", "algorithms", "Data", "quality", "is", "a", "central", "issue", "for", "many", "information-oriented", "organizations", ".", "Recent", "advances", "in", "the", "data", "quality", "field", "reflect", "the", "view", "that", "a", "database", "is", "the", "product", "of", "a", "manufacturing", "process", ".", "While", "routine", "errors", ",", "such", "as", "non-existent", "zip", "codes", ",", "can", "be", "detected", "and", "corrected", "using", "traditional", "data", "cleansing", "tools", ",", "many", "errors", "systemic", "to", "the", "manufacturing", "process", "can", "not", "be", "addressed", ".", "Therefore", ",", "the", "product", "of", "the", "data", "manufacturing", "process", "is", "an", "imprecise", "recording", "of", "information", "about", "the", "entities", "of", "interest", "(", "i.e.", "customers", ",", "transactions", "or", "assets", ")", ".", "In", "this", "way", ",", "the", "database", "is", "only", "one", "(", "flawed", ")", "version", "of", "the", "entities", "it", "is", "supposed", "to", "represent", ".", "Quality", "assurance", "systems", "such", "as", "Motorola", "'s", "Six-Sigma", "and", "other", "continuous", "improvement", "methods", "document", "the", "data", "manufacturing", "process", "'s", "shortcomings", ".", "A", "widespread", "method", "of", "documentation", "is", "quality", "matrices", ".", "In", "this", "paper", ",", "we", "explore", "the", "use", "of", "the", "readily", "available", "data", "quality", "matrices", "for", "the", "data", "mining", "classification", "task", ".", "We", "first", "illustrate", "that", "if", "we", "do", "not", "factor", "in", "these", "quality", "matrices", ",", "then", "our", "results", "for", "prediction", "are", "sub-optimal", ".", "We", "then", "suggest", "a", "general-purpose", "ensemble", "approach", "that", "perturbs", "the", "data", "according", "to", "these", "quality", "matrices", "to", "improve", "the", "predictive", "accuracy", "and", "show", "the", "improvement", "is", "due", "to", "a", "reduction", "in", "variance", "." ]
[ "O", "O", "O", "O", "O", "B", "I", "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", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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", "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" ]
4,711,482
[ "Generation", "of", "synthetic", "data", "sets", "for", "evaluating", "the", "accuracy", "of", "knowledge", "discovery", "systems", "Information", "Discovery", "and", "Analysis", "Systems", "(", "IDAS", ")", "are", "designed", "to", "correlate", "multiple", "sources", "of", "data", "and", "use", "data", "mining", "techniques", "to", "identify", "potential", "significant", "events", ".", "Application", "domains", "for", "IDAS", "are", "numerous", "and", "include", "the", "emerging", "area", "of", "homeland", "security", ".", "Developing", "test", "cases", "for", "an", "IDAS", "requires", "background", "data", "sets", "into", "which", "hypothetical", "future", "scenarios", "can", "be", "overlaid", ".", "The", "IDAS", "can", "then", "be", "measured", "in", "terms", "of", "false", "positive", "and", "false", "negative", "error", "rates", ".", "Obtaining", "the", "test", "data", "sets", "can", "be", "an", "obstacle", "due", "to", "both", "privacy", "issues", "and", "also", "the", "time", "and", "cost", "associated", "with", "collecting", "a", "diverse", "set", "of", "data", "sources", ".", "In", "this", "paper", ",", "we", "give", "an", "overview", "of", "the", "design", "and", "architecture", "of", "an", "IDAS", "Data", "Set", "Generator", "(", "IDSG", ")", "that", "enables", "a", "fast", "and", "comprehensive", "test", "of", "an", "IDAS", ".", "The", "IDSG", "generates", "data", "using", "statistical", "and", "rule-based", "algorithms", "and", "also", "semantic", "graphs", "that", "represent", "interdependencies", "between", "attributes", ".", "A", "credit", "card", "transaction", "application", "is", "used", "to", "illustrate", "the", "approach", "." ]
[ "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", "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" ]
8,634,591
[ "PROXIMUS", ":", "a", "framework", "for", "analyzing", "very", "high", "dimensional", "discrete-attributed", "datasets", "This", "paper", "presents", "an", "efficient", "framework", "for", "error-bounded", "compression", "of", "high-dimensional", "discrete", "attributed", "datasets", ".", "Such", "datasets", ",", "which", "frequently", "arise", "in", "a", "wide", "variety", "of", "applications", ",", "pose", "some", "of", "the", "most", "significant", "challenges", "in", "data", "analysis", ".", "Subsampling", "and", "compression", "are", "two", "key", "technologies", "for", "analyzing", "these", "datasets", ".", "PROXIMUS", "provides", "a", "technique", "for", "reducing", "large", "datasets", "into", "a", "much", "smaller", "set", "of", "representative", "patterns", ",", "on", "which", "traditional", "(", "expensive", ")", "analysis", "algorithms", "can", "be", "applied", "with", "minimal", "loss", "of", "accuracy", ".", "We", "show", "desirable", "properties", "of", "PROXIMUS", "in", "terms", "of", "runtime", ",", "scalability", "to", "large", "datasets", ",", "and", "performance", "in", "terms", "of", "capability", "to", "represent", "data", "in", "a", "compact", "form", ".", "We", "also", "demonstrate", "applications", "of", "PROXIMUS", "in", "association", "rule", "mining", ".", "In", "doing", "so", ",", "we", "establish", "PROXIMUS", "as", "a", "tool", "for", "preprocessing", "data", "before", "applying", "computationally", "expensive", "algorithms", "or", "as", "a", "tool", "for", "directly", "extracting", "correlated", "patterns", ".", "Our", "experimental", "results", "show", "that", "use", "of", "the", "compressed", "data", "for", "association", "rule", "mining", "provides", "excellent", "precision", "and", "recall", "values", "(", "near", "100", "%", ")", "across", "a", "range", "of", "support", "thresholds", "while", "reducing", "the", "time", "required", "for", "association", "rule", "mining", "drastically", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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,910
[ "Feature", "bagging", "for", "outlier", "detection", "Outlier", "detection", "has", "recently", "become", "an", "important", "problem", "in", "many", "industrial", "and", "financial", "applications", ".", "In", "this", "paper", ",", "a", "novel", "feature", "bagging", "approach", "for", "detecting", "outliers", "in", "very", "large", ",", "high", "dimensional", "and", "noisy", "databases", "is", "proposed", ".", "It", "combines", "results", "from", "multiple", "outlier", "detection", "algorithms", "that", "are", "applied", "using", "different", "set", "of", "features", ".", "Every", "outlier", "detection", "algorithm", "uses", "a", "small", "subset", "of", "features", "that", "are", "randomly", "selected", "from", "the", "original", "feature", "set", ".", "As", "a", "result", ",", "each", "outlier", "detector", "identifies", "different", "outliers", ",", "and", "thus", "assigns", "to", "all", "data", "records", "outlier", "scores", "that", "correspond", "to", "their", "probability", "of", "being", "outliers", ".", "The", "outlier", "scores", "computed", "by", "the", "individual", "outlier", "detection", "algorithms", "are", "then", "combined", "in", "order", "to", "find", "the", "better", "quality", "outliers", ".", "Experiments", "performed", "on", "several", "synthetic", "and", "real", "life", "data", "sets", "show", "that", "the", "proposed", "methods", "for", "combining", "outputs", "from", "multiple", "outlier", "detection", "algorithms", "provide", "non-trivial", "improvements", "over", "the", "base", "algorithm", "." ]
[ "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", "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", "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", "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" ]
5,133,167
[ "Bias", "and", "controversy", ":", "beyond", "the", "statistical", "deviation", "In", "this", "paper", ",", "we", "investigate", "how", "deviation", "in", "evaluation", "activities", "may", "reveal", "bias", "on", "the", "part", "of", "reviewers", "and", "controversy", "on", "the", "part", "of", "evaluated", "objects", ".", "We", "focus", "on", "a", "`", "data-centric", "approach", "'", "where", "the", "evaluation", "data", "is", "assumed", "to", "represent", "the", "`", "ground", "truth", "'", ".", "The", "standard", "statistical", "approaches", "take", "evaluation", "and", "deviation", "at", "face", "value", ".", "We", "argue", "that", "attention", "should", "be", "paid", "to", "the", "subjectivity", "of", "evaluation", ",", "judging", "the", "evaluation", "score", "not", "just", "on", "`", "what", "is", "being", "said", "'", "(", "deviation", ")", ",", "but", "also", "on", "`", "who", "says", "it", "'", "(", "reviewer", ")", "as", "well", "as", "on", "`", "whom", "it", "is", "said", "about", "'", "(", "object", ")", ".", "Furthermore", ",", "we", "observe", "that", "bias", "and", "controversy", "are", "mutually", "dependent", ",", "as", "there", "is", "more", "bias", "if", "there", "is", "higher", "deviation", "on", "a", "less", "controversial", "object", ".", "To", "address", "this", "mutual", "dependency", ",", "we", "propose", "a", "reinforcement", "model", "to", "identify", "bias", "and", "controversy", ".", "We", "test", "our", "model", "on", "real-life", "data", "to", "verify", "its", "applicability", "." ]
[ "B", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "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", "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", "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", "O", "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", "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", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
13,952,526
[ "High-precision", "phrase-based", "document", "classification", "on", "a", "modern", "scale", "We", "present", "a", "document", "classification", "system", "that", "employs", "lazy", "learning", "from", "labeled", "phrases", ",", "and", "argue", "that", "the", "system", "can", "be", "highly", "effective", "whenever", "the", "following", "property", "holds", ":", "most", "of", "information", "on", "document", "labels", "is", "captured", "in", "phrases", ".", "We", "call", "this", "property", "near", "sufficiency", ".", "Our", "research", "contribution", "is", "twofold", ":", "(", "a", ")", "we", "quantify", "the", "near", "sufficiency", "property", "using", "the", "Information", "Bottleneck", "principle", "and", "show", "that", "it", "is", "easy", "to", "check", "on", "a", "given", "dataset", ";", "(", "b", ")", "we", "reveal", "that", "in", "all", "practical", "cases", "--", "from", "small-scale", "to", "very", "large-scale", "--", "manual", "labeling", "of", "phrases", "is", "feasible", ":", "the", "natural", "language", "constrains", "the", "number", "of", "common", "phrases", "composed", "of", "a", "vocabulary", "to", "grow", "linearly", "with", "the", "size", "of", "the", "vocabulary", ".", "Both", "these", "contributions", "provide", "firm", "foundation", "to", "applicability", "of", "the", "phrase-based", "classification", "(", "PBC", ")", "framework", "to", "a", "variety", "of", "large-scale", "tasks", ".", "We", "deployed", "the", "PBC", "system", "on", "the", "task", "of", "job", "title", "classification", ",", "as", "a", "part", "of", "LinkedIn", "'s", "data", "standardization", "effort", ".", "The", "system", "significantly", "outperforms", "its", "predecessor", "both", "in", "terms", "of", "precision", "and", "coverage", ".", "It", "is", "currently", "being", "used", "in", "LinkedIn", "'s", "ad", "targeting", "product", ",", "and", "more", "applications", "are", "being", "developed", ".", "We", "argue", "that", "PBC", "excels", "in", "high", "explainability", "of", "the", "classification", "results", ",", "as", "well", "as", "in", "low", "development", "and", "low", "maintenance", "costs", ".", "We", "benchmark", "PBC", "against", "existing", "high-precision", "document", "classification", "algorithms", "and", "conclude", "that", "it", "is", "most", "useful", "in", "multilabel", "classification", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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,285,045
[ "Incorporating", "site-level", "knowledge", "for", "incremental", "crawling", "of", "web", "forums", ":", "a", "list-wise", "strategy", "We", "study", "in", "this", "paper", "the", "problem", "of", "incremental", "crawling", "of", "web", "forums", ",", "which", "is", "a", "very", "fundamental", "yet", "challenging", "step", "in", "many", "web", "applications", ".", "Traditional", "approaches", "mainly", "focus", "on", "scheduling", "the", "revisiting", "strategy", "of", "each", "individual", "page", ".", "However", ",", "simply", "assigning", "different", "weights", "for", "different", "individual", "pages", "is", "usually", "inefficient", "in", "crawling", "forum", "sites", "because", "of", "the", "different", "characteristics", "between", "forum", "sites", "and", "general", "websites", ".", "Instead", "of", "treating", "each", "individual", "page", "independently", ",", "we", "propose", "a", "list-wise", "strategy", "by", "taking", "into", "account", "the", "site-level", "knowledge", ".", "Such", "site-level", "knowledge", "is", "mined", "through", "reconstructing", "the", "linking", "structure", ",", "called", "sitemap", ",", "for", "a", "given", "forum", "site", ".", "With", "the", "sitemap", ",", "posts", "from", "the", "same", "thread", "but", "distributed", "on", "various", "pages", "can", "be", "concatenated", "according", "to", "their", "timestamps", ".", "After", "that", ",", "for", "each", "thread", ",", "we", "employ", "a", "regression", "model", "to", "predict", "the", "time", "when", "the", "next", "post", "arrives", ".", "Based", "on", "this", "model", ",", "we", "develop", "an", "efficient", "crawler", "which", "is", "260", "%", "faster", "than", "some", "state-of-the-art", "methods", "in", "terms", "of", "fetching", "new", "generated", "content", ";", "and", "meanwhile", "our", "crawler", "also", "ensure", "a", "high", "coverage", "ratio", ".", "Experimental", "results", "show", "promising", "performance", "of", "Coverage", ",", "Bandwidth", "utilization", ",", "and", "Timeliness", "of", "our", "crawler", "on", "18", "various", "forums", "." ]
[ "O", "O", "O", "O", "B", "I", "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", "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", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
2,916,145
[ "Rapid", "detection", "of", "significant", "spatial", "clusters", "Given", "an", "N", "x", "N", "grid", "of", "squares", ",", "where", "each", "square", "has", "a", "count", "cij", "and", "an", "underlying", "population", "pij", ",", "our", "goal", "is", "to", "find", "the", "rectangular", "region", "with", "the", "highest", "density", ",", "and", "to", "calculate", "its", "significance", "by", "randomization", ".", "An", "arbitrary", "density", "function", "D", ",", "dependent", "on", "a", "region", "'s", "total", "count", "C", "and", "total", "population", "P", ",", "can", "be", "used", ".", "For", "example", ",", "if", "each", "count", "represents", "the", "number", "of", "disease", "cases", "occurring", "in", "that", "square", ",", "we", "can", "use", "Kulldorff", "'s", "spatial", "scan", "statistic", "DK", "to", "find", "the", "most", "significant", "spatial", "disease", "cluster", ".", "A", "naive", "approach", "to", "finding", "the", "maximum", "density", "region", "requires", "O", "(", "N4", ")", "time", ",", "and", "is", "generally", "computationally", "infeasible", ".", "We", "present", "a", "multiresolution", "algorithm", "which", "partitions", "the", "grid", "into", "overlapping", "regions", "using", "a", "novel", "overlap-kd", "tree", "data", "structure", ",", "bounds", "the", "maximum", "score", "of", "subregions", "contained", "in", "each", "region", ",", "and", "prunes", "regions", "which", "can", "not", "contain", "the", "maximum", "density", "region", ".", "For", "sufficiently", "dense", "regions", ",", "this", "method", "finds", "the", "maximum", "density", "region", "in", "O", "(", "(", "N", "log", "N", ")", "2", ")", "time", ",", "in", "practice", "resulting", "in", "significant", "(", "20-2000x", ")", "speedups", "on", "both", "real", "and", "simulated", "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" ]
10,126,598
[ "Efficient", "anomaly", "monitoring", "over", "moving", "object", "trajectory", "streams", "Lately", "there", "exist", "increasing", "demands", "for", "online", "abnormality", "monitoring", "over", "trajectory", "streams", ",", "which", "are", "obtained", "from", "moving", "object", "tracking", "devices", ".", "This", "problem", "is", "challenging", "due", "to", "the", "requirement", "of", "high", "speed", "data", "processing", "within", "limited", "space", "cost", ".", "In", "this", "paper", ",", "we", "present", "a", "novel", "framework", "for", "monitoring", "anomalies", "over", "continuous", "trajectory", "streams", ".", "First", ",", "we", "illustrate", "the", "importance", "of", "distance-based", "anomaly", "monitoring", "over", "moving", "object", "trajectories", ".", "Then", ",", "we", "utilize", "the", "local", "continuity", "characteristics", "of", "trajectories", "to", "build", "local", "clusters", "upon", "trajectory", "streams", "and", "monitor", "anomalies", "via", "efficient", "pruning", "strategies", ".", "Finally", ",", "we", "propose", "a", "piecewise", "metric", "index", "structure", "to", "reschedule", "the", "joining", "order", "of", "local", "clusters", "to", "further", "reduce", "the", "time", "cost", ".", "Our", "extensive", "experiments", "demonstrate", "the", "effectiveness", "and", "efficiency", "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", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
207,697
[ "Using", "association", "rules", "for", "product", "assortment", "decisions", ":", "a", "case", "study" ]
[ "O", "B", "I", "O", "B", "I", "I", "O", "O", "O", "O" ]
1,504,181
[ "Improving", "spatial", "locality", "of", "programs", "via", "data", "mining", "In", "most", "computer", "systems", ",", "page", "fault", "rate", "is", "currently", "minimized", "by", "generic", "page", "replacement", "algorithms", "which", "try", "to", "model", "the", "temporal", "locality", "inherent", "in", "programs", ".", "In", "this", "paper", ",", "we", "propose", "two", "algorithms", ",", "one", "greedy", "and", "the", "other", "stochastic", ",", "designed", "for", "program", "specific", "code", "restructuring", "as", "a", "means", "of", "increasing", "spatial", "locality", "within", "a", "program", ".", "Both", "algorithms", "effectively", "decrease", "average", "working", "set", "size", "and", "hence", "the", "page", "fault", "rate", ".", "Our", "methods", "are", "more", "effective", "than", "traditional", "approaches", "due", "to", "use", "of", "domain", "information", ".", "We", "illustrate", "the", "efficacy", "of", "our", "algorithms", "on", "actual", "data", "mining", "algorithms", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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" ]
10,095,848
[ "Effective", "label", "acquisition", "for", "collective", "classification", "Information", "diffusion", ",", "viral", "marketing", ",", "and", "collective", "classification", "all", "attempt", "to", "model", "and", "exploit", "the", "relationships", "in", "a", "network", "to", "make", "inferences", "about", "the", "labels", "of", "nodes", ".", "A", "variety", "of", "techniques", "have", "been", "introduced", "and", "methods", "that", "combine", "attribute", "information", "and", "neighboring", "label", "information", "have", "been", "shown", "to", "be", "effective", "for", "collective", "labeling", "of", "the", "nodes", "in", "a", "network", ".", "However", ",", "in", "part", "because", "of", "the", "correlation", "between", "node", "labels", "that", "the", "techniques", "exploit", ",", "it", "is", "easy", "to", "find", "cases", "in", "which", ",", "once", "a", "misclassification", "is", "made", ",", "incorrect", "information", "propagates", "throughout", "the", "network", ".", "This", "problem", "can", "be", "mitigated", "if", "the", "system", "is", "allowed", "to", "judiciously", "acquire", "the", "labels", "for", "a", "small", "number", "of", "nodes", ".", "Unfortunately", ",", "under", "relatively", "general", "assumptions", ",", "determining", "the", "optimal", "set", "of", "labels", "to", "acquire", "is", "intractable", ".", "Here", "we", "propose", "an", "acquisition", "method", "that", "learns", "the", "cases", "when", "a", "given", "collective", "classification", "algorithm", "makes", "mistakes", ",", "and", "suggests", "acquisitions", "to", "correct", "those", "mistakes", ".", "We", "empirically", "show", "on", "both", "real", "and", "synthetic", "datasets", "that", "this", "method", "significantly", "outperforms", "a", "greedy", "approximate", "inference", "approach", ",", "a", "viral", "marketing", "approach", ",", "and", "approaches", "based", "on", "network", "structural", "measures", "such", "as", "node", "degree", "and", "network", "clustering", ".", "In", "addition", "to", "significantly", "improving", "accuracy", "with", "just", "a", "small", "amount", "of", "labeled", "data", ",", "our", "method", "is", "tractable", "on", "large", "networks", "." ]
[ "O", "B", "I", "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", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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" ]
10,757,352
[ "Data", "mining", "to", "predict", "and", "prevent", "errors", "in", "health", "insurance", "claims", "processing", "Health", "insurance", "costs", "across", "the", "world", "have", "increased", "alarmingly", "in", "recent", "years", ".", "A", "major", "cause", "of", "this", "increase", "are", "payment", "errors", "made", "by", "the", "insurance", "companies", "while", "processing", "claims", ".", "These", "errors", "often", "result", "in", "extra", "administrative", "effort", "to", "re-process", "(", "or", "rework", ")", "the", "claim", "which", "accounts", "for", "up", "to", "30", "%", "of", "the", "administrative", "staff", "in", "a", "typical", "health", "insurer", ".", "We", "describe", "a", "system", "that", "helps", "reduce", "these", "errors", "using", "machine", "learning", "techniques", "by", "predicting", "claims", "that", "will", "need", "to", "be", "reworked", ",", "generating", "explanations", "to", "help", "the", "auditors", "correct", "these", "claims", ",", "and", "experiment", "with", "feature", "selection", ",", "concept", "drift", ",", "and", "active", "learning", "to", "collect", "feedback", "from", "the", "auditors", "to", "improve", "over", "time", ".", "We", "describe", "our", "framework", ",", "problem", "formulation", ",", "evaluation", "metrics", ",", "and", "experimental", "results", "on", "claims", "data", "from", "a", "large", "US", "health", "insurer", ".", "We", "show", "that", "our", "system", "results", "in", "an", "order", "of", "magnitude", "better", "precision", "(", "hit", "rate", ")", "over", "existing", "approaches", "which", "is", "accurate", "enough", "to", "potentially", "result", "in", "over", "$", "15-25", "million", "in", "savings", "for", "a", "typical", "insurer", ".", "We", "also", "describe", "interesting", "research", "problems", "in", "this", "domain", "as", "well", "as", "design", "choices", "made", "to", "make", "the", "system", "easily", "deployable", "across", "health", "insurance", "companies", "." ]
[ "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", "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" ]
239,098
[ "Shrinkage", "estimator", "generalizations", "of", "Proximal", "Support", "Vector", "Machines", "We", "give", "a", "statistical", "interpretation", "of", "Proximal", "Support", "Vector", "Machines", "(", "PSVM", ")", "proposed", "at", "KDD2001", "as", "linear", "approximaters", "to", "(", "nonlinear", ")", "Support", "Vector", "Machines", "(", "SVM", ")", ".", "We", "prove", "that", "PSVM", "using", "a", "linear", "kernel", "is", "identical", "to", "ridge", "regression", ",", "a", "biased-regression", "method", "known", "in", "the", "statistical", "community", "for", "more", "than", "thirty", "years", ".", "Techniques", "from", "the", "statistical", "literature", "to", "estimate", "the", "tuning", "constant", "that", "appears", "in", "the", "SVM", "and", "PSVM", "framework", "are", "discussed", ".", "Better", "shrinkage", "strategies", "that", "incorporate", "more", "than", "one", "tuning", "constant", "are", "suggested", ".", "For", "nonlinear", "kernels", ",", "the", "minimization", "problem", "posed", "in", "the", "PSVM", "framework", "is", "equivalent", "to", "finding", "the", "posterior", "mode", "of", "a", "Bayesian", "model", "defined", "through", "a", "Gaussian", "process", "on", "the", "predictor", "space", ".", "Apart", "from", "providing", "new", "insights", ",", "these", "interpretations", "help", "us", "attach", "an", "estimate", "of", "uncertainty", "to", "our", "predictions", "and", "enable", "us", "to", "build", "richer", "classes", "of", "models", ".", "In", "particular", ",", "we", "propose", "a", "new", "algorithm", "called", "PSVMMIX", "which", "is", "a", "combination", "of", "ridge", "regression", "and", "a", "Gaussian", "process", "model", ".", "Extension", "to", "the", "case", "of", "continuous", "response", "is", "straightforward", "and", "illustrated", "with", "example", "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", "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", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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" ]
4,511,305
[ "A", "Web", "page", "prediction", "model", "based", "on", "click-stream", "tree", "representation", "of", "user", "behavior", "Predicting", "the", "next", "request", "of", "a", "user", "as", "she", "visits", "Web", "pages", "has", "gained", "importance", "as", "Web-based", "activity", "increases", ".", "Markov", "models", "and", "their", "variations", ",", "or", "models", "based", "on", "sequence", "mining", "have", "been", "found", "well", "suited", "for", "this", "problem", ".", "However", ",", "higher", "order", "Markov", "models", "are", "extremely", "complicated", "due", "to", "their", "large", "number", "of", "states", "whereas", "lower", "order", "Markov", "models", "do", "not", "capture", "the", "entire", "behavior", "of", "a", "user", "in", "a", "session", ".", "The", "models", "that", "are", "based", "on", "sequential", "pattern", "mining", "only", "consider", "the", "frequent", "sequences", "in", "the", "data", "set", ",", "making", "it", "difficult", "to", "predict", "the", "next", "request", "following", "a", "page", "that", "is", "not", "in", "the", "sequential", "pattern", ".", "Furthermore", ",", "it", "is", "hard", "to", "find", "models", "for", "mining", "two", "different", "kinds", "of", "information", "of", "a", "user", "session", ".", "We", "propose", "a", "new", "model", "that", "considers", "both", "the", "order", "information", "of", "pages", "in", "a", "session", "and", "the", "time", "spent", "on", "them", ".", "We", "cluster", "user", "sessions", "based", "on", "their", "pair-wise", "similarity", "and", "represent", "the", "resulting", "clusters", "by", "a", "click-stream", "tree", ".", "The", "new", "user", "session", "is", "then", "assigned", "to", "a", "cluster", "based", "on", "a", "similarity", "measure", ".", "The", "click-stream", "tree", "of", "that", "cluster", "is", "used", "to", "generate", "the", "recommendation", "set", ".", "The", "model", "can", "be", "used", "as", "part", "of", "a", "cache", "prefetching", "system", "as", "well", "as", "a", "recommendation", "model", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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,270,958
[ "Exploiting", "Wikipedia", "as", "external", "knowledge", "for", "document", "clustering", "In", "traditional", "text", "clustering", "methods", ",", "documents", "are", "represented", "as", "``", "bags", "of", "words", "''", "without", "considering", "the", "semantic", "information", "of", "each", "document", ".", "For", "instance", ",", "if", "two", "documents", "use", "different", "collections", "of", "core", "words", "to", "represent", "the", "same", "topic", ",", "they", "may", "be", "falsely", "assigned", "to", "different", "clusters", "due", "to", "the", "lack", "of", "shared", "core", "words", ",", "although", "the", "core", "words", "they", "use", "are", "probably", "synonyms", "or", "semantically", "associated", "in", "other", "forms", ".", "The", "most", "common", "way", "to", "solve", "this", "problem", "is", "to", "enrich", "document", "representation", "with", "the", "background", "knowledge", "in", "an", "ontology", ".", "There", "are", "two", "major", "issues", "for", "this", "approach", ":", "(", "1", ")", "the", "coverage", "of", "the", "ontology", "is", "limited", ",", "even", "for", "WordNet", "or", "Mesh", ",", "(", "2", ")", "using", "ontology", "terms", "as", "replacement", "or", "additional", "features", "may", "cause", "information", "loss", ",", "or", "introduce", "noise", ".", "In", "this", "paper", ",", "we", "present", "a", "novel", "text", "clustering", "method", "to", "address", "these", "two", "issues", "by", "enriching", "document", "representation", "with", "Wikipedia", "concept", "and", "category", "information", ".", "We", "develop", "two", "approaches", ",", "exact", "match", "and", "relatedness-match", ",", "to", "map", "text", "documents", "to", "Wikipedia", "concepts", ",", "and", "further", "to", "Wikipedia", "categories", ".", "Then", "the", "text", "documents", "are", "clustered", "based", "on", "a", "similarity", "metric", "which", "combines", "document", "content", "information", ",", "concept", "information", "as", "well", "as", "category", "information", ".", "The", "experimental", "results", "using", "the", "proposed", "clustering", "framework", "on", "three", "datasets", "(", "20-newsgroup", ",", "TDT2", ",", "and", "LA", "Times", ")", "show", "that", "clustering", "performance", "improves", "significantly", "by", "enriching", "document", "representation", "with", "Wikipedia", "concepts", "and", "categories", "." ]
[ "O", "B", "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", "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", "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", "B", "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", "B", "I", "O", "B", "O", "O", "O", "O" ]
989,744
[ "On", "the", "potential", "of", "domain", "literature", "for", "clustering", "and", "Bayesian", "network", "learning", "Thanks", "to", "its", "increasing", "availability", ",", "electronic", "literature", "can", "now", "be", "a", "major", "source", "of", "information", "when", "developing", "complex", "statistical", "models", "where", "data", "is", "scarce", "or", "contains", "much", "noise", ".", "This", "raises", "the", "question", "of", "how", "to", "integrate", "information", "from", "domain", "literature", "with", "statistical", "data", ".", "Because", "quantifying", "similarities", "or", "dependencies", "between", "variables", "is", "a", "basic", "building", "block", "in", "knowledge", "discovery", ",", "we", "consider", "here", "the", "following", "question", ".", "Which", "vector", "representations", "of", "text", "and", "which", "statistical", "scores", "of", "similarity", "or", "dependency", "support", "best", "the", "use", "of", "literature", "in", "statistical", "models", "?", "For", "the", "text", "source", ",", "we", "assume", "to", "have", "annotations", "for", "the", "domain", "variables", "as", "short", "free-text", "descriptions", "and", "optionally", "to", "have", "a", "large", "literature", "repository", "from", "which", "we", "can", "further", "expand", "the", "annotations", ".", "For", "evaluation", ",", "we", "contrast", "the", "variables", "similarities", "or", "dependencies", "obtained", "from", "text", "using", "different", "annotation", "sources", "and", "vector", "representations", "with", "those", "obtained", "from", "measurement", "data", "or", "expert", "assessments", ".", "Specifically", ",", "we", "consider", "two", "learning", "problems", ":", "clustering", "and", "Bayesian", "network", "learning", ".", "Firstly", ",", "we", "report", "performance", "(", "against", "an", "expert", "reference", ")", "for", "clustering", "yeast", "genes", "from", "textual", "annotations", ".", "Secondly", ",", "we", "assess", "the", "agreement", "between", "text-based", "and", "data-based", "scores", "of", "variable", "dependencies", "when", "learning", "Bayesian", "network", "substructures", "for", "the", "task", "of", "modeling", "the", "joint", "distribution", "of", "clinical", "measurements", "of", "ovarian", "tumors", "." ]
[ "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", "B", "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" ]
3,771,308
[ "Single-pass", "online", "learning", ":", "performance", ",", "voting", "schemes", "and", "online", "feature", "selection", "To", "learn", "concepts", "over", "massive", "data", "streams", ",", "it", "is", "essential", "to", "design", "inference", "and", "learning", "methods", "that", "operate", "in", "real", "time", "with", "limited", "memory", ".", "Online", "learning", "methods", "such", "as", "perceptron", "or", "Winnow", "are", "naturally", "suited", "to", "stream", "processing", ";", "however", ",", "in", "practice", "multiple", "passes", "over", "the", "same", "training", "data", "are", "required", "to", "achieve", "accuracy", "comparable", "to", "state-of-the-art", "batch", "learners", ".", "In", "the", "current", "work", "we", "address", "the", "problem", "of", "training", "an", "on-line", "learner", "with", "a", "single", "passover", "the", "data", ".", "We", "evaluate", "several", "existing", "methods", ",", "and", "also", "propose", "a", "new", "modification", "of", "Margin", "Balanced", "Winnow", ",", "which", "has", "performance", "comparable", "to", "linear", "SVM", ".", "We", "also", "explore", "the", "effect", "of", "averaging", ",", "a.k.a.", "voting", ",", "on", "online", "learning", ".", "Finally", ",", "we", "describe", "how", "the", "new", "Modified", "Margin", "Balanced", "Winnow", "algorithm", "can", "be", "naturally", "adapted", "to", "perform", "feature", "selection", ".", "This", "scheme", "performs", "comparably", "to", "widely-used", "batch", "feature", "selection", "methods", "like", "information", "gain", "or", "Chi-square", ",", "with", "the", "advantage", "of", "being", "able", "to", "select", "features", "on-the-fly", ".", "Taken", "together", ",", "these", "techniques", "allow", "single-pass", "online", "learning", "to", "be", "competitive", "with", "batch", "techniques", ",", "and", "still", "maintain", "the", "advantages", "of", "on-line", "learning", "." ]
[ "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", "B", "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", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "B", "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", "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" ]
1,028,607
[ "Towards", "scalable", "support", "vector", "machines", "using", "squashing" ]
[ "O", "O", "B", "I", "I", "O", "B" ]
11,244,062
[ "Frequent", "regular", "itemset", "mining", "Concise", "representations", "of", "frequent", "itemsets", "sacrifice", "readability", "and", "direct", "interpretability", "by", "a", "data", "analyst", "of", "the", "concise", "patterns", "extracted", ".", "In", "this", "paper", ",", "we", "introduce", "an", "extension", "of", "itemsets", ",", "called", "regular", ",", "with", "an", "immediate", "semantics", "and", "interpretability", ",", "and", "a", "conciseness", "comparable", "to", "closed", "itemsets", ".", "Regular", "itemsets", "allow", "for", "specifying", "that", "an", "item", "may", "or", "may", "not", "be", "present", ";", "that", "any", "subset", "of", "an", "itemset", "may", "be", "present", ";", "and", "that", "any", "non-empty", "subset", "of", "an", "itemset", "may", "be", "present", ".", "We", "devise", "a", "procedure", ",", "called", "RegularMine", ",", "for", "mining", "a", "set", "of", "regular", "itemsets", "that", "is", "a", "concise", "representation", "of", "frequent", "itemsets", ".", "The", "procedure", "computes", "a", "covering", ",", "in", "terms", "of", "regular", "itemsets", ",", "of", "the", "frequent", "itemsets", "in", "the", "class", "of", "equivalence", "of", "a", "closed", "one", ".", "We", "report", "experimental", "results", "on", "several", "standard", "dense", "and", "sparse", "datasets", "that", "validate", "the", "proposed", "approach", "." ]
[ "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" ]
4,253,674
[ "Cost-effective", "outbreak", "detection", "in", "networks", "Given", "a", "water", "distribution", "network", ",", "where", "should", "we", "place", "sensors", "toquickly", "detect", "contaminants", "?", "Or", ",", "which", "blogs", "should", "we", "read", "to", "avoid", "missing", "important", "stories", "?", ".", "These", "seemingly", "different", "problems", "share", "common", "structure", ":", "Outbreak", "detection", "can", "be", "modeled", "as", "selecting", "nodes", "(", "sensor", "locations", ",", "blogs", ")", "in", "a", "network", ",", "in", "order", "to", "detect", "the", "spreading", "of", "a", "virus", "or", "information", "asquickly", "as", "possible", ".", "We", "present", "a", "general", "methodology", "for", "near", "optimal", "sensor", "placement", "in", "these", "and", "related", "problems", ".", "We", "demonstrate", "that", "many", "realistic", "outbreak", "detection", "objectives", "(", "e.g.", ",", "detection", "likelihood", ",", "population", "affected", ")", "exhibit", "the", "property", "of", "``", "submodularity", "''", ".", "We", "exploit", "submodularity", "to", "develop", "an", "efficient", "algorithm", "that", "scales", "to", "large", "problems", ",", "achieving", "near", "optimal", "placements", ",", "while", "being", "700", "times", "faster", "than", "a", "simple", "greedy", "algorithm", ".", "We", "also", "derive", "online", "bounds", "on", "the", "quality", "of", "the", "placements", "obtained", "by", "any", "algorithm", ".", "Our", "algorithms", "and", "bounds", "also", "handle", "cases", "where", "nodes", "(", "sensor", "locations", ",", "blogs", ")", "have", "different", "costs", ".", "We", "evaluate", "our", "approach", "on", "several", "large", "real-world", "problems", ",", "including", "a", "model", "of", "a", "water", "distribution", "network", "from", "the", "EPA", ",", "andreal", "blog", "data", ".", "The", "obtained", "sensor", "placements", "are", "provably", "near", "optimal", ",", "providing", "a", "constant", "fraction", "of", "the", "optimal", "solution", ".", "We", "show", "that", "the", "approach", "scales", ",", "achieving", "speedups", "and", "savings", "in", "storage", "of", "several", "orders", "of", "magnitude", ".", "We", "also", "show", "how", "the", "approach", "leads", "to", "deeper", "insights", "in", "both", "applications", ",", "answering", "multicriteria", "trade-off", ",", "cost-sensitivity", "and", "generalization", "questions", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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" ]
123,198
[ "Probabilistic", "author-topic", "models", "for", "information", "discovery", "We", "propose", "a", "new", "unsupervised", "learning", "technique", "for", "extracting", "information", "from", "large", "text", "collections", ".", "We", "model", "documents", "as", "if", "they", "were", "generated", "by", "a", "two-stage", "stochastic", "process", ".", "Each", "author", "is", "represented", "by", "a", "probability", "distribution", "over", "topics", ",", "and", "each", "topic", "is", "represented", "as", "a", "probability", "distribution", "over", "words", "for", "that", "topic", ".", "The", "words", "in", "a", "multi-author", "paper", "are", "assumed", "to", "be", "the", "result", "of", "a", "mixture", "of", "each", "authors", "'", "topic", "mixture", ".", "The", "topic-word", "and", "author-topic", "distributions", "are", "learned", "from", "data", "in", "an", "unsupervised", "manner", "using", "a", "Markov", "chain", "Monte", "Carlo", "algorithm", ".", "We", "apply", "the", "methodology", "to", "a", "large", "corpus", "of", "160,000", "abstracts", "and", "85,000", "authors", "from", "the", "well-known", "CiteSeer", "digital", "library", ",", "and", "learn", "a", "model", "with", "300", "topics", ".", "We", "discuss", "in", "detail", "the", "interpretation", "of", "the", "results", "discovered", "by", "the", "system", "including", "specific", "topic", "and", "author", "models", ",", "ranking", "of", "authors", "by", "topic", "and", "topics", "by", "author", ",", "significant", "trends", "in", "the", "computer", "science", "literature", "between", "1990", "and", "2002", ",", "parsing", "of", "abstracts", "by", "topics", "and", "authors", "and", "detection", "of", "unusual", "papers", "by", "specific", "authors", ".", "An", "online", "query", "interface", "to", "the", "model", "is", "also", "discussed", "that", "allows", "interactive", "exploration", "of", "author-topic", "models", "for", "corpora", "such", "as", "CiteSeer", "." ]
[ "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", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
285,080
[ "Mining", "the", "network", "value", "of", "customers", "One", "of", "the", "major", "applications", "of", "data", "mining", "is", "in", "helping", "companies", "determine", "which", "potential", "customers", "to", "market", "to", ".", "If", "the", "expected", "profit", "from", "a", "customer", "is", "greater", "than", "the", "cost", "of", "marketing", "to", "her", ",", "the", "marketing", "action", "for", "that", "customer", "is", "executed", ".", "So", "far", ",", "work", "in", "this", "area", "has", "considered", "only", "the", "intrinsic", "value", "of", "the", "customer", "(", "i.", "e", ",", "the", "expected", "profit", "from", "sales", "to", "her", ")", ".", "We", "propose", "to", "model", "also", "the", "customer", "'s", "network", "value", ":", "the", "expected", "profit", "from", "sales", "to", "other", "customers", "she", "may", "influence", "to", "buy", ",", "the", "customers", "those", "may", "influence", ",", "and", "so", "on", "recursively", ".", "Instead", "of", "viewing", "a", "market", "as", "a", "set", "of", "independent", "entities", ",", "we", "view", "it", "as", "a", "social", "network", "and", "model", "it", "as", "a", "Markov", "random", "field", ".", "We", "show", "the", "advantages", "of", "this", "approach", "using", "a", "social", "network", "mined", "from", "a", "collaborative", "filtering", "database", ".", "Marketing", "that", "exploits", "the", "network", "value", "of", "customers", "--", "also", "known", "as", "viral", "marketing", "--", "can", "be", "extremely", "effective", ",", "but", "is", "still", "a", "black", "art", ".", "Our", "work", "can", "be", "viewed", "as", "a", "step", "towards", "providing", "a", "more", "solid", "foundation", "for", "it", ",", "taking", "advantage", "of", "the", "availability", "of", "large", "relevant", "databases", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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", "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" ]
379,300
[ "Sleeved", "coclustering", "A", "coCluster", "of", "a", "m", "x", "n", "matrix", "X", "is", "a", "submatrix", "determined", "by", "a", "subset", "of", "the", "rows", "and", "a", "subset", "of", "the", "columns", ".", "The", "problem", "of", "finding", "coClusters", "with", "specific", "properties", "is", "of", "interest", ",", "in", "particular", ",", "in", "the", "analysis", "of", "microarray", "experiments", ".", "In", "that", "case", "the", "entries", "of", "the", "matrix", "X", "are", "the", "expression", "levels", "of", "$", "m", "$", "genes", "in", "each", "of", "$", "n", "$", "tissue", "samples", ".", "One", "goal", "of", "the", "analysis", "is", "to", "extract", "a", "subset", "of", "the", "samples", "and", "a", "subset", "of", "the", "genes", ",", "such", "that", "the", "expression", "levels", "of", "the", "chosen", "genes", "behave", "similarly", "across", "the", "subset", "of", "the", "samples", ",", "presumably", "reflecting", "an", "underlying", "regulatory", "mechanism", "governing", "the", "expression", "level", "of", "the", "genes", ".", "We", "propose", "to", "base", "the", "similarity", "of", "the", "genes", "in", "a", "coCluster", "on", "a", "simple", "biological", "model", ",", "in", "which", "the", "strength", "of", "the", "regulatory", "mechanism", "in", "sample", "j", "is", "Hj", ",", "and", "the", "response", "strength", "of", "gene", "i", "to", "the", "regulatory", "mechanism", "is", "Gi", ".", "In", "other", "words", ",", "every", "two", "genes", "participating", "in", "a", "good", "coCluster", "should", "have", "expression", "values", "in", "each", "of", "the", "participating", "samples", ",", "whose", "ratio", "is", "a", "constant", "depending", "only", "on", "the", "two", "genes", ".", "Noise", "in", "the", "expression", "levels", "of", "genes", "is", "taken", "into", "account", "by", "allowing", "a", "deviation", "from", "the", "model", ",", "measured", "by", "a", "relative", "error", "criterion", ".", "The", "sleeve-width", "of", "the", "coCluster", "reflects", "the", "extent", "to", "which", "entry", "i", ",", "j", "in", "the", "coCluster", "is", "allowed", "to", "deviate", ",", "relatively", ",", "from", "being", "expressed", "as", "the", "product", "GiHj", ".", "We", "present", "a", "polynomial-time", "Monte-Carlo", "algorithm", "which", "outputs", "a", "list", "of", "coClusters", "whose", "sleeve-widths", "do", "not", "exceed", "a", "prespecified", "value", ".", "Moreover", ",", "we", "prove", "that", "the", "list", "includes", ",", "with", "fixed", "probability", ",", "a", "coCluster", "which", "is", "near-optimal", "in", "its", "dimensions", ".", "Extensive", "experimentation", "with", "synthetic", "data", "shows", "that", "the", "algorithm", "performs", "well", "." ]
[ "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", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
680,148
[ "Mining", "the", "space", "of", "graph", "properties", "Existing", "data", "mining", "algorithms", "on", "graphs", "look", "for", "nodes", "satisfying", "specific", "properties", ",", "such", "as", "specific", "notions", "of", "structural", "similarity", "or", "specific", "measures", "of", "link-based", "importance", ".", "While", "such", "analyses", "for", "predetermined", "properties", "can", "be", "effective", "in", "well-understood", "domains", ",", "sometimes", "identifying", "an", "appropriate", "property", "for", "analysis", "can", "be", "a", "challenge", ",", "and", "focusing", "on", "a", "single", "property", "may", "neglect", "other", "important", "aspects", "of", "the", "data", ".", "In", "this", "paper", ",", "we", "develop", "a", "foundation", "for", "mining", "the", "properties", "themselves", ".", "We", "present", "a", "theoretical", "framework", "defining", "the", "space", "of", "graph", "properties", ",", "a", "variety", "of", "mining", "queries", "enabled", "by", "the", "framework", ",", "techniques", "to", "handle", "the", "enormous", "size", "of", "the", "query", "space", ",", "and", "an", "experimental", "system", "called", "F-Miner", "that", "demonstrates", "the", "utility", "and", "feasibility", "of", "property", "mining", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
180,350
[ "Scaling", "up", "dynamic", "time", "warping", "for", "datamining", "applications" ]
[ "O", "O", "B", "I", "I", "O", "O", "O" ]
5,121,820
[ "Efficient", "incremental", "constrained", "clustering", "Clustering", "with", "constraints", "is", "an", "emerging", "area", "of", "data", "mining", "research", ".", "However", ",", "most", "work", "assumes", "that", "the", "constraints", "are", "given", "as", "one", "large", "batch", ".", "In", "this", "paper", "we", "explore", "the", "situation", "where", "the", "constraints", "are", "incrementally", "given", ".", "In", "this", "way", "the", "user", "after", "seeing", "a", "clustering", "can", "provide", "positive", "and", "negative", "feedback", "via", "constraints", "to", "critique", "a", "clustering", "solution", ".", "We", "consider", "the", "problem", "of", "efficiently", "updating", "a", "clustering", "to", "satisfy", "the", "new", "and", "old", "constraints", "rather", "than", "reclustering", "the", "entire", "data", "set", ".", "We", "show", "that", "the", "problem", "of", "incremental", "clustering", "under", "constraints", "is", "NP-hard", "in", "general", ",", "but", "identify", "several", "sufficient", "conditions", "which", "lead", "to", "efficiently", "solvable", "versions", ".", "These", "translate", "into", "a", "set", "of", "rules", "on", "the", "types", "of", "constraints", "thatcan", "be", "added", "and", "constraint", "set", "properties", "that", "must", "be", "maintained", ".", "We", "demonstrate", "that", "this", "approach", "is", "more", "efficient", "than", "re-clustering", "the", "entire", "data", "set", "and", "has", "several", "other", "advantages", "." ]
[ "O", "O", "O", "B", "B", "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", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "B", "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", "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", "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" ]
228,769
[ "Frequent", "term-based", "text", "clustering", "Text", "clustering", "methods", "can", "be", "used", "to", "structure", "large", "sets", "of", "text", "or", "hypertext", "documents", ".", "The", "well-known", "methods", "of", "text", "clustering", ",", "however", ",", "do", "not", "really", "address", "the", "special", "problems", "of", "text", "clustering", ":", "very", "high", "dimensionality", "of", "the", "data", ",", "very", "large", "size", "of", "the", "databases", "and", "understandability", "of", "the", "cluster", "description", ".", "In", "this", "paper", ",", "we", "introduce", "a", "novel", "approach", "which", "uses", "frequent", "item", "(", "term", ")", "sets", "for", "text", "clustering", ".", "Such", "frequent", "sets", "can", "be", "efficiently", "discovered", "using", "algorithms", "for", "association", "rule", "mining", ".", "To", "cluster", "based", "on", "frequent", "term", "sets", ",", "we", "measure", "the", "mutual", "overlap", "of", "frequent", "sets", "with", "respect", "to", "the", "sets", "of", "supporting", "documents", ".", "We", "present", "two", "algorithms", "for", "frequent", "term-based", "text", "clustering", ",", "FTC", "which", "creates", "flat", "clusterings", "and", "HFTC", "for", "hierarchical", "clustering", ".", "An", "experimental", "evaluation", "on", "classical", "text", "documents", "as", "well", "as", "on", "web", "documents", "demonstrates", "that", "the", "proposed", "algorithms", "obtain", "clusterings", "of", "comparable", "quality", "significantly", "more", "efficiently", "than", "state-of-the", "-", "art", "text", "clustering", "algorithms", ".", "Furthermore", ",", "our", "methods", "provide", "an", "understandable", "description", "of", "the", "discovered", "clusters", "by", "their", "frequent", "term", "sets", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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" ]
8,919,943
[ "Fully", "automatic", "cross-associations", "Large", ",", "sparse", "binary", "matrices", "arise", "in", "numerous", "data", "mining", "applications", ",", "such", "as", "the", "analysis", "of", "market", "baskets", ",", "web", "graphs", ",", "social", "networks", ",", "co-citations", ",", "as", "well", "as", "information", "retrieval", ",", "collaborative", "filtering", ",", "sparse", "matrix", "reordering", ",", "etc.", ".", "Virtually", "all", "popular", "methods", "for", "the", "analysis", "of", "such", "matrices", "--", "e.g.", ",", "k-means", "clustering", ",", "METIS", "graph", "partitioning", ",", "SVD\\/PCA", "and", "frequent", "itemset", "mining", "--", "require", "the", "user", "to", "specify", "various", "parameters", ",", "such", "as", "the", "number", "of", "clusters", ",", "number", "of", "principal", "components", ",", "number", "of", "partitions", ",", "and", "``", "support", ".", "''", "Choosing", "suitable", "values", "for", "such", "parameters", "is", "a", "challenging", "problem.Cross-association", "is", "a", "joint", "decomposition", "of", "a", "binary", "matrix", "into", "disjoint", "row", "and", "column", "groups", "such", "that", "the", "rectangular", "intersections", "of", "groups", "are", "homogeneous", ".", "Starting", "from", "first", "principles", ",", "we", "furnish", "a", "clear", ",", "information-theoretic", "criterion", "to", "choose", "a", "good", "cross-association", "as", "well", "as", "its", "parameters", ",", "namely", ",", "the", "number", "of", "row", "and", "column", "groups", ".", "We", "provide", "scalable", "algorithms", "to", "approach", "the", "optimal", ".", "Our", "algorithm", "is", "parameter-free", ",", "and", "requires", "no", "user", "intervention", ".", "In", "practice", "it", "scales", "linearly", "with", "the", "problem", "size", ",", "and", "is", "thus", "applicable", "to", "very", "large", "matrices", ".", "Finally", ",", "we", "present", "experiments", "on", "multiple", "synthetic", "and", "real-life", "datasets", ",", "where", "our", "method", "gives", "high-quality", ",", "intuitive", "results", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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,740,231
[ "Short", "term", "performance", "forecasting", "in", "enterprise", "systems", "We", "use", "data", "mining", "and", "machine", "learning", "techniques", "to", "predict", "upcoming", "periods", "of", "high", "utilization", "or", "poor", "performance", "in", "enterprise", "systems", ".", "The", "abundant", "data", "available", "and", "complexity", "of", "these", "systems", "defies", "human", "characterization", "or", "static", "models", "and", "makes", "the", "task", "suitable", "for", "data", "mining", "techniques", ".", "We", "formulate", "the", "problem", "as", "one", "of", "classification", ":", "given", "current", "and", "past", "information", "about", "the", "system", "'s", "behavior", ",", "can", "we", "forecast", "whether", "the", "system", "will", "meet", "its", "performance", "targets", "over", "the", "next", "hour", "?", "Using", "real", "data", "gathered", "from", "several", "enterprise", "systems", "in", "Hewlett-Packard", ",", "we", "compare", "several", "approaches", "ranging", "from", "time", "series", "to", "Bayesian", "networks", ".", "Besides", "establishing", "the", "predictive", "power", "of", "these", "approaches", "our", "study", "analyzes", "three", "dimensions", "that", "are", "important", "for", "their", "application", "as", "a", "stand", "alone", "tool", ".", "First", ",", "it", "quantifies", "the", "gain", "in", "accuracy", "of", "multivariate", "prediction", "methods", "over", "simple", "statistical", "univariate", "methods", ".", "Second", ",", "it", "quantifies", "the", "variations", "in", "accuracy", "when", "using", "different", "classes", "of", "system", "and", "workload", "features", ".", "Third", ",", "it", "establishes", "that", "models", "induced", "using", "combined", "data", "from", "various", "systems", "generalize", "well", "and", "are", "applicable", "to", "new", "systems", ",", "enabling", "accurate", "predictions", "on", "systems", "with", "insufficient", "historical", "data", ".", "Together", "this", "analysis", "offers", "a", "promising", "outlook", "on", "the", "development", "of", "tools", "to", "automate", "assignment", "of", "resources", "to", "stabilize", "performance", ",", "(", "e.g.", ",", "adding", "servers", "to", "a", "cluster", ")", "and", "allow", "opportunistic", "job", "scheduling", "(", "e.g.", ",", "backups", "or", "virus", "scans", ")", "." ]
[ "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", "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", "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" ]
4,207,171
[ "Robust", "information-theoretic", "clustering", "How", "do", "we", "find", "a", "natural", "clustering", "of", "a", "real", "world", "point", "set", ",", "which", "contains", "an", "unknown", "number", "of", "clusters", "with", "different", "shapes", ",", "and", "which", "may", "be", "contaminated", "by", "noise", "?", "Most", "clustering", "algorithms", "were", "designed", "with", "certain", "assumptions", "(", "Gaussianity", ")", ",", "they", "often", "require", "the", "user", "to", "give", "input", "parameters", ",", "and", "they", "are", "sensitive", "to", "noise", ".", "In", "this", "paper", ",", "we", "propose", "a", "robust", "framework", "for", "determining", "a", "natural", "clustering", "of", "a", "given", "data", "set", ",", "based", "on", "the", "minimum", "description", "length", "(", "MDL", ")", "principle", ".", "The", "proposed", "framework", ",", "Robust", "Information-theoretic", "Clustering", "(", "RIC", ")", ",", "is", "orthogonal", "to", "any", "known", "clustering", "algorithm", ":", "given", "a", "preliminary", "clustering", ",", "RIC", "purifies", "these", "clusters", "from", "noise", ",", "and", "adjusts", "the", "clusterings", "such", "that", "it", "simultaneously", "determines", "the", "most", "natural", "amount", "and", "shape", "(", "subspace", ")", "of", "the", "clusters", ".", "Our", "RIC", "method", "can", "be", "combined", "with", "any", "clustering", "technique", "ranging", "from", "K-means", "and", "K-medoids", "to", "advanced", "methods", "such", "as", "spectral", "clustering", ".", "In", "fact", ",", "RIC", "is", "even", "able", "to", "purify", "and", "improve", "an", "initial", "coarse", "clustering", ",", "even", "if", "we", "start", "with", "very", "simple", "methods", "such", "as", "grid-based", "space", "partitioning", ".", "Moreover", ",", "RIC", "scales", "well", "with", "the", "data", "set", "size", ".", "Extensive", "experiments", "on", "synthetic", "and", "real", "world", "data", "sets", "validate", "the", "proposed", "RIC", "framework", "." ]
[ "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", "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", "B", "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", "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", "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" ]
8,645,197
[ "Distributed", "multivariate", "regression", "based", "on", "influential", "observations", "Large-scale", "data", "sets", "are", "sometimes", "logically", "and", "physically", "distributed", "in", "separate", "databases", ".", "The", "issues", "of", "mining", "these", "data", "sets", "are", "not", "just", "their", "sizes", ",", "but", "also", "the", "distributed", "nature", ".", "The", "complication", "is", "that", "communicating", "all", "the", "data", "to", "a", "central", "database", "would", "be", "too", "slow", ".", "To", "reduce", "communication", "costs", ",", "one", "could", "compress", "the", "data", "during", "transmission", ".", "Another", "method", "is", "random", "sampling", ".", "We", "propose", "an", "approach", "for", "distributed", "multivariate", "regression", "based", "on", "sampling", "and", "discuss", "its", "relationship", "with", "the", "compression", "method", ".", "The", "central", "idea", "is", "motivated", "by", "the", "observation", "that", ",", "although", "communication", "is", "limited", ",", "each", "individual", "site", "can", "still", "scan", "and", "process", "all", "the", "data", "it", "holds", ".", "Thus", "it", "is", "possible", "for", "the", "site", "to", "communicate", "only", "influential", "samples", "without", "seeing", "data", "in", "other", "sites", ".", "We", "exploit", "this", "observation", "and", "derive", "a", "method", "that", "provides", "tradeoff", "between", "communication", "cost", "and", "accuracy", ".", "Experimental", "results", "show", "that", "it", "is", "better", "than", "the", "compression", "method", "and", "random", "sampling", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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,015,634
[ "Turning", "CARTwheels", ":", "an", "alternating", "algorithm", "for", "mining", "redescriptions", "We", "present", "an", "unusual", "algorithm", "involving", "classification", "trees", "--", "CARTwheels", "--", "where", "two", "trees", "are", "grown", "in", "opposite", "directions", "so", "that", "they", "are", "joined", "at", "their", "leaves", ".", "This", "approach", "finds", "application", "in", "a", "new", "data", "mining", "task", "we", "formulate", ",", "called", "redescription", "mining", ".", "A", "redescription", "is", "a", "shift-of-vocabulary", ",", "or", "a", "different", "way", "of", "communicating", "information", "about", "a", "given", "subset", "of", "data", ";", "the", "goal", "of", "redescription", "mining", "is", "to", "find", "subsets", "of", "data", "that", "afford", "multiple", "descriptions", ".", "We", "highlight", "the", "importance", "of", "this", "problem", "in", "domains", "such", "as", "bioinformatics", ",", "which", "exhibit", "an", "underlying", "richness", "and", "diversity", "of", "data", "descriptors", "(", "e.g.", ",", "genes", "can", "be", "studied", "in", "a", "variety", "of", "ways", ")", ".", "CARTwheels", "exploits", "the", "duality", "between", "class", "partitions", "and", "path", "partitions", "in", "an", "induced", "classification", "tree", "to", "model", "and", "mine", "redescriptions", ".", "It", "helps", "integrate", "multiple", "forms", "of", "characterizing", "datasets", ",", "situates", "the", "knowledge", "gained", "from", "one", "dataset", "in", "the", "context", "of", "others", ",", "and", "harnesses", "high-level", "abstractions", "for", "uncovering", "cryptic", "and", "subtle", "features", "of", "data", ".", "Algorithm", "design", "decisions", ",", "implementation", "details", ",", "and", "experimental", "results", "are", "presented", "." ]
[ "O", "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", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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" ]
6,058,769
[ "Joint", "latent", "topic", "models", "for", "text", "and", "citations", "In", "this", "work", ",", "we", "address", "the", "problem", "of", "joint", "modeling", "of", "text", "and", "citations", "in", "the", "topic", "modeling", "framework", ".", "We", "present", "two", "different", "models", "called", "the", "Pairwise-Link-LDA", "and", "the", "Link-PLSA-LDA", "models", ".", "The", "Pairwise-Link-LDA", "model", "combines", "the", "ideas", "of", "LDA", "(", "4", ")", "and", "Mixed", "Membership", "Block", "Stochastic", "Models", "(", "1", ")", "and", "allows", "modeling", "arbitrary", "link", "structure", ".", "However", ",", "the", "model", "is", "computationally", "expensive", ",", "since", "it", "involves", "modeling", "the", "presence", "or", "absence", "of", "a", "citation", "(", "link", ")", "between", "every", "pair", "of", "documents", ".", "The", "second", "model", "solves", "this", "problem", "by", "assuming", "that", "the", "link", "structure", "is", "a", "bipartite", "graph", ".", "As", "the", "name", "indicates", ",", "Link-PLSA-LDA", "model", "combines", "the", "LDA", "and", "PLSA", "models", "into", "a", "single", "graphical", "model", ".", "Our", "experiments", "on", "a", "subset", "of", "Citeseer", "data", "show", "that", "both", "these", "models", "are", "able", "to", "predict", "unseen", "data", "better", "than", "the", "baseline", "model", "of", "Erosheva", "and", "Lafferty", "(", "8", ")", ",", "by", "capturing", "the", "notion", "of", "topical", "similarity", "between", "the", "contents", "of", "the", "cited", "and", "citing", "documents", ".", "Our", "experiments", "on", "two", "different", "data", "sets", "on", "the", "link", "prediction", "task", "show", "that", "the", "Link-PLSA-LDA", "model", "performs", "the", "best", "on", "the", "citation", "prediction", "task", ",", "while", "also", "remaining", "highly", "scalable", ".", "In", "addition", ",", "we", "also", "present", "some", "interesting", "visualizations", "generated", "by", "each", "of", "the", "models", "." ]
[ "O", "O", "B", "I", "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", "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", "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", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
14,206,390
[ "A", "GPU-tailored", "approach", "for", "training", "kernelized", "SVMs", "We", "present", "a", "method", "for", "efficiently", "training", "binary", "and", "multiclass", "kernelized", "SVMs", "on", "a", "Graphics", "Processing", "Unit", "(", "GPU", ")", ".", "Our", "methods", "apply", "to", "a", "broad", "range", "of", "kernels", ",", "including", "the", "popular", "Gaus", "-", "sian", "kernel", ",", "on", "datasets", "as", "large", "as", "the", "amount", "of", "available", "memory", "on", "the", "graphics", "card", ".", "Our", "approach", "is", "distinguished", "from", "earlier", "work", "in", "that", "it", "cleanly", "and", "efficiently", "handles", "sparse", "datasets", "through", "the", "use", "of", "a", "novel", "clustering", "technique", ".", "Our", "optimization", "algorithm", "is", "also", "specifically", "designed", "to", "take", "advantage", "of", "the", "graphics", "hardware", ".", "This", "leads", "to", "different", "algorithmic", "choices", "then", "those", "preferred", "in", "serial", "implementations", ".", "Our", "easy-to-use", "library", "is", "orders", "of", "magnitude", "faster", "then", "existing", "CPU", "libraries", ",", "and", "several", "times", "faster", "than", "prior", "GPU", "approaches", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
23,318
[ "Visualization", "of", "navigation", "patterns", "on", "a", "Web", "site", "using", "model-based", "clustering" ]
[ "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O" ]
11,980,488
[ "Boosting", "with", "structure", "information", "in", "the", "functional", "space", ":", "an", "application", "to", "graph", "classification", "Boosting", "is", "a", "very", "successful", "classification", "algorithm", "that", "produces", "a", "linear", "combination", "of", "``", "weak", "''", "classifiers", "(", "a.k.a.", "base", "learners", ")", "to", "obtain", "high", "quality", "classification", "models", ".", "In", "this", "paper", "we", "propose", "a", "new", "boosting", "algorithm", "where", "base", "learners", "have", "structure", "relationships", "in", "the", "functional", "space", ".", "Though", "such", "relationships", "are", "generic", ",", "our", "work", "is", "particularly", "motivated", "by", "the", "emerging", "topic", "of", "pattern", "based", "classification", "for", "semi-structured", "data", "including", "graphs", ".", "Towards", "an", "efficient", "incorporation", "of", "the", "structure", "information", ",", "we", "have", "designed", "a", "general", "model", "where", "we", "use", "an", "undirected", "graph", "to", "capture", "the", "relationship", "of", "subgraph-based", "base", "learners", ".", "In", "our", "method", ",", "we", "combine", "both", "L1", "norm", "and", "Laplacian", "based", "L2", "norm", "penalty", "with", "Logit", "loss", "function", "of", "Logit", "Boost", ".", "In", "this", "approach", ",", "we", "enforce", "model", "sparsity", "and", "smoothness", "in", "the", "functional", "space", "spanned", "by", "the", "basis", "functions", ".", "We", "have", "derived", "efficient", "optimization", "algorithms", "based", "on", "coordinate", "decent", "for", "the", "new", "boosting", "formulation", "and", "theoretically", "prove", "that", "it", "exhibits", "a", "natural", "grouping", "effect", "for", "nearby", "spatial", "or", "overlapping", "features", ".", "Using", "comprehensive", "experimental", "study", ",", "we", "have", "demonstrated", "the", "effectiveness", "of", "the", "proposed", "learning", "methods", "." ]
[ "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "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", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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" ]
687,857
[ "Efficient", "mining", "of", "weighted", "association", "rules", "(", "WAR", ")" ]
[ "O", "O", "O", "B", "I", "I", "O", "O", "O" ]
4,324,571
[ "Discovering", "additive", "structure", "in", "black", "box", "functions", "Many", "automated", "learning", "procedures", "lack", "interpretability", ",", "operating", "effectively", "as", "a", "black", "box", ":", "providing", "a", "prediction", "tool", "but", "no", "explanation", "of", "the", "underlying", "dynamics", "that", "drive", "it", ".", "A", "common", "approach", "to", "interpretation", "is", "to", "plot", "the", "dependence", "of", "a", "learned", "function", "on", "one", "or", "two", "predictors", ".", "We", "present", "a", "method", "that", "seeks", "not", "to", "display", "the", "behavior", "of", "a", "function", ",", "but", "to", "evaluate", "the", "importance", "of", "non-additive", "interactions", "within", "any", "set", "of", "variables", ".", "Should", "the", "function", "be", "close", "to", "a", "sum", "of", "low", "dimensional", "components", ",", "these", "components", "can", "be", "viewed", "and", "even", "modeled", "parametrically", ".", "Alternatively", ",", "the", "work", "here", "provides", "an", "indication", "of", "where", "intrinsically", "high-dimensional", "behavior", "takes", "place", ".", "The", "calculations", "used", "in", "this", "paper", "correspond", "closely", "with", "the", "functional", "ANOVA", "decomposition", ";", "a", "well-developed", "construction", "in", "Statistics", ".", "In", "particular", ",", "the", "proposed", "score", "of", "interaction", "importance", "measures", "the", "loss", "associated", "with", "the", "projection", "of", "the", "prediction", "function", "onto", "a", "space", "of", "additive", "models", ".", "The", "algorithm", "runs", "in", "linear", "time", "and", "we", "present", "displays", "of", "the", "output", "as", "a", "graphical", "model", "of", "the", "function", "for", "interpretation", "purposes", "." ]
[ "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", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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", "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" ]
823,049
[ "Using", "a", "knowledge", "cache", "for", "interactive", "discovery", "of", "association", "rules" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
5,895,331
[ "k-TTP", ":", "a", "new", "privacy", "model", "for", "large-scale", "distributed", "environments", "Secure", "multiparty", "computation", "allows", "parties", "to", "jointly", "compute", "a", "function", "of", "their", "private", "inputs", "without", "revealing", "anything", "but", "the", "output", ".", "Theoretical", "results", "(", "2", ")", "provide", "a", "general", "construction", "of", "such", "protocols", "for", "any", "function", ".", "Protocols", "obtained", "in", "this", "way", "are", ",", "however", ",", "inefficient", ",", "and", "thus", ",", "practically", "speaking", ",", "useless", "when", "a", "large", "number", "of", "participants", "are", "involved", ".", "The", "contribution", "of", "this", "paper", "is", "to", "define", "a", "new", "privacy", "model", "--", "k-privacy", "--", "by", "means", "of", "an", "innovative", ",", "yet", "natural", "generalization", "of", "the", "accepted", "trusted", "third", "party", "model", ".", "This", "allows", "implementing", "cryptographically", "secure", "efficient", "primitives", "for", "real-world", "large-scale", "distributed", "systems", ".", "As", "an", "example", "for", "the", "usefulness", "of", "the", "proposed", "model", ",", "we", "employ", "k-privacy", "to", "introduce", "a", "technique", "for", "obtaining", "knowledge", "--", "by", "way", "of", "an", "association-rule", "mining", "algorithm", "--", "from", "large-scale", "Data", "Grids", ",", "while", "ensuring", "that", "the", "privacy", "is", "cryptographically", "secure", "." ]
[ "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", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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" ]
147,245
[ "Mining", "concept-drifting", "data", "streams", "using", "ensemble", "classifiers", "Recently", ",", "mining", "data", "streams", "with", "concept", "drifts", "for", "actionable", "insights", "has", "become", "an", "important", "and", "challenging", "task", "for", "a", "wide", "range", "of", "applications", "including", "credit", "card", "fraud", "protection", ",", "target", "marketing", ",", "network", "intrusion", "detection", ",", "etc.", ".", "Conventional", "knowledge", "discovery", "tools", "are", "facing", "two", "challenges", ",", "the", "overwhelming", "volume", "of", "the", "streaming", "data", ",", "and", "the", "concept", "drifts", ".", "In", "this", "paper", ",", "we", "propose", "a", "general", "framework", "for", "mining", "concept-drifting", "data", "streams", "using", "weighted", "ensemble", "classifiers", ".", "We", "train", "an", "ensemble", "of", "classification", "models", ",", "such", "as", "C4", ".5", ",", "RIPPER", ",", "naive", "Beyesian", ",", "etc.", ",", "from", "sequential", "chunks", "of", "the", "data", "stream", ".", "The", "classifiers", "in", "the", "ensemble", "are", "judiciously", "weighted", "based", "on", "their", "expected", "classification", "accuracy", "on", "the", "test", "data", "under", "the", "time-evolving", "environment", ".", "Thus", ",", "the", "ensemble", "approach", "improves", "both", "the", "efficiency", "in", "learning", "the", "model", "and", "the", "accuracy", "in", "performing", "classification", ".", "Our", "empirical", "study", "shows", "that", "the", "proposed", "methods", "have", "substantial", "advantage", "over", "single-classifier", "approaches", "in", "prediction", "accuracy", ",", "and", "the", "ensemble", "framework", "is", "effective", "for", "a", "variety", "of", "classification", "models", "." ]
[ "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", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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" ]
5,125,895
[ "Support", "feature", "machine", "for", "classification", "of", "abnormal", "brain", "activity", "In", "this", "study", ",", "a", "novel", "multidimensional", "time", "series", "classification", "technique", ",", "namely", "support", "feature", "machine", "(", "SFM", ")", ",", "is", "proposed", ".", "SFM", "is", "inspired", "by", "the", "optimization", "model", "of", "support", "vector", "machine", "and", "the", "nearest", "neighbor", "rule", "to", "incorporate", "both", "spatial", "and", "temporal", "of", "the", "multi-dimensional", "time", "series", "data", ".", "This", "paper", "also", "describes", "an", "application", "of", "SFM", "for", "detecting", "abnormal", "brain", "activity", ".", "Epilepsy", "is", "a", "case", "in", "point", "in", "this", "study", ".", "In", "epilepsy", "studies", ",", "electroencephalograms", "(", "EEGs", ")", ",", "acquired", "in", "multidimensional", "time", "series", "format", ",", "have", "been", "traditionally", "used", "as", "a", "gold-standard", "tool", "for", "capturing", "the", "electrical", "changes", "in", "the", "brain", ".", "From", "multi-dimensional", "EEG", "time", "series", "data", ",", "SFM", "was", "used", "to", "identify", "seizure", "pre-cursors", "and", "detect", "seizure", "susceptibility", "(", "pre-seizure", ")", "periods", ".", "The", "empirical", "results", "showed", "that", "SFM", "achieved", "over", "80", "%", "correct", "classification", "of", "per-seizure", "EEG", "on", "average", "in", "10", "patients", "using", "5-fold", "cross", "validation", ".", "The", "proposed", "optimization", "model", "of", "SFM", "is", "very", "compact", "and", "scalable", ",", "and", "can", "be", "implemented", "as", "an", "online", "algorithm", ".", "The", "outcome", "of", "this", "study", "suggests", "that", "it", "is", "possible", "to", "construct", "a", "computerized", "algorithm", "used", "to", "detect", "seizure", "pre-cursors", "and", "warn", "of", "impending", "seizures", "through", "EEG", "classification", "." ]
[ "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", "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", "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", "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", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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" ]
434,661
[ "Mining", "asynchronous", "periodic", "patterns", "in", "time", "series", "data" ]
[ "O", "O", "O", "O", "O", "O", "O", "O" ]
10,201,458
[ "An", "association", "analysis", "approach", "to", "biclustering", "The", "discovery", "of", "biclusters", ",", "which", "denote", "groups", "of", "items", "that", "show", "coherent", "values", "across", "a", "subset", "of", "all", "the", "transactions", "in", "a", "data", "set", ",", "is", "an", "important", "type", "of", "analysis", "performed", "on", "real-valued", "data", "sets", "in", "various", "domains", ",", "such", "as", "biology", ".", "Several", "algorithms", "have", "been", "proposed", "to", "find", "different", "types", "of", "biclusters", "in", "such", "data", "sets", ".", "However", ",", "these", "algorithms", "are", "unable", "to", "search", "the", "space", "of", "all", "possible", "biclusters", "exhaustively", ".", "Pattern", "mining", "algorithms", "in", "association", "analysis", "also", "essentially", "produce", "biclusters", "as", "their", "result", ",", "since", "the", "patterns", "consist", "of", "items", "that", "are", "supported", "by", "a", "subset", "of", "all", "the", "transactions", ".", "However", ",", "a", "major", "limitation", "of", "the", "numerous", "techniques", "developed", "in", "association", "analysis", "is", "that", "they", "are", "only", "able", "to", "analyze", "data", "sets", "with", "binary", "and\\/or", "categorical", "variables", ",", "and", "their", "application", "to", "real-valued", "data", "sets", "often", "involves", "some", "lossy", "transformation", "such", "as", "discretization", "or", "binarization", "of", "the", "attributes", ".", "In", "this", "paper", ",", "we", "propose", "a", "novel", "association", "analysis", "framework", "for", "exhaustively", "and", "efficiently", "mining", "``", "range", "support", "''", "patterns", "from", "such", "a", "data", "set", ".", "On", "one", "hand", ",", "this", "framework", "reduces", "the", "loss", "of", "information", "incurred", "by", "the", "binarization", "-", "and", "discretization-based", "approaches", ",", "and", "on", "the", "other", ",", "it", "enables", "the", "exhaustive", "discovery", "of", "coherent", "biclusters", ".", "We", "compared", "the", "performance", "of", "our", "framework", "with", "two", "standard", "biclustering", "algorithms", "through", "the", "evaluation", "of", "the", "similarity", "of", "the", "cellular", "functions", "of", "the", "genes", "constituting", "the", "patterns\\/biclusters", "derived", "by", "these", "algorithms", "from", "microarray", "data", ".", "These", "experiments", "show", "that", "the", "real-valued", "patterns", "discovered", "by", "our", "framework", "are", "better", "enriched", "by", "small", "biologically", "interesting", "functional", "classes", ".", "Also", ",", "through", "specific", "examples", ",", "we", "demonstrate", "the", "ability", "of", "the", "RAP", "framework", "to", "discover", "functionally", "enriched", "patterns", "that", "are", "not", "found", "by", "the", "commonly", "used", "biclustering", "algorithm", "ISA", ".", "The", "source", "code", "and", "data", "sets", "used", "in", "this", "paper", ",", "as", "well", "as", "the", "supplementary", "material", ",", "are", "available", "at", "http:\\/\\/www.cs.umn.edu\\/vk\\/gaurav\\/rap", "." ]
[ "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", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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", "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", "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", "O", "O", "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,833,551
[ "Evolutionary", "spectral", "clustering", "by", "incorporating", "temporal", "smoothness", "Evolutionary", "clustering", "is", "an", "emerging", "research", "area", "essential", "to", "important", "applications", "such", "as", "clustering", "dynamic", "Web", "and", "blog", "contents", "and", "clustering", "data", "streams", ".", "In", "evolutionary", "clustering", ",", "a", "good", "clustering", "result", "should", "fit", "the", "current", "data", "well", ",", "while", "simultaneously", "not", "deviate", "too", "dramatically", "from", "the", "recent", "history", ".", "To", "fulfill", "this", "dual", "purpose", ",", "a", "measure", "of", "temporal", "smoothness", "is", "integrated", "in", "the", "overall", "measure", "of", "clustering", "quality", ".", "In", "this", "paper", ",", "we", "propose", "two", "frameworks", "that", "incorporate", "temporal", "smoothness", "in", "evolutionary", "spectral", "clustering", ".", "For", "both", "frameworks", ",", "we", "start", "with", "intuitions", "gained", "from", "the", "well-known", "k-means", "clustering", "problem", ",", "and", "then", "propose", "and", "solve", "corresponding", "cost", "functions", "for", "the", "evolutionary", "spectral", "clustering", "problems", ".", "Our", "solutions", "to", "the", "evolutionary", "spectral", "clustering", "problems", "provide", "more", "stable", "and", "consistent", "clustering", "results", "that", "are", "less", "sensitive", "to", "short-term", "noises", "while", "at", "the", "same", "time", "are", "adaptive", "to", "long-term", "cluster", "drifts", ".", "Furthermore", ",", "we", "demonstrate", "that", "our", "methods", "provide", "the", "optimal", "solutions", "to", "the", "relaxed", "versions", "of", "the", "corresponding", "evolutionary", "k-means", "clustering", "problems", ".", "Performance", "experiments", "over", "a", "number", "of", "real", "and", "synthetic", "data", "sets", "illustrate", "our", "evolutionary", "spectral", "clustering", "methods", "provide", "more", "robust", "clustering", "results", "that", "are", "not", "sensitive", "to", "noise", "and", "can", "adapt", "to", "data", "drifts", "." ]
[ "B", "I", "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", "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", "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", "B", "I", "I", "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", "B", "I", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
482,358
[ "Distributed", "cooperative", "mining", "for", "information", "consortia", "We", "consider", "the", "situation", "where", "a", "number", "of", "agents", "are", "distributed", "and", "each", "of", "them", "collects", "a", "data", "sequence", "generated", "according", "to", "an", "unknown", "probability", "distribution", ".", "Here", "each", "of", "the", "distributions", "is", "specified", "by", "common", "parameters", "and", "individual", "parameters", "e.g.", ",", "a", "normal", "distribution", "with", "an", "identical", "mean", "and", "a", "different", "variance", ".", "Here", "we", "introduce", "a", "notion", "of", "an", "information", "consortium", ",", "which", "is", "a", "framework", "where", "the", "agents", "can", "not", "show", "raw", "data", "to", "one", "another", ",", "but", "they", "like", "to", "enjoy", "significant", "information", "gain", "for", "estimating", "the", "respective", "distributions", ".", "Such", "an", "information", "consortium", "has", "recently", "received", "much", "interest", "in", "a", "broad", "range", "of", "areas", "including", "financial", "risk", "management", ",", "ubiquitous", "network", "mining", ",", "etc.", ".", "In", "this", "paper", "we", "are", "concerned", "with", "the", "following", "three", "issues", ":", "1", ")", "how", "to", "design", "a", "collaborative", "strategy", "for", "agents", "to", "estimate", "the", "respective", "distributions", "in", "the", "information", "consortium", ",", "2", ")", "characterizing", "when", "each", "agent", "has", "a", "benefit", "in", "terms", "of", "information", "gain", "for", "estimating", "its", "distribution", "or", "information", "loss", "for", "predicting", "future", "data", ",", "and", "3", ")", "charracterizing", "how", "much", "benefit", "each", "agent", "obtains", ".", "In", "this", "paper", "we", "yield", "a", "statistical", "formulation", "of", "information", "consortia", "and", "solve", "all", "of", "the", "above", "three", "problems", "for", "a", "general", "form", "of", "probability", "distributions", ".", "Specifically", "we", "propose", "a", "basic", "strategy", "for", "cooperative", "estimation", "and", "derive", "a", "necessary", "and", "sufficient", "condition", "for", "each", "agent", "to", "have", "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", "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", "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", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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" ]
1,009,607
[ "Rotation", "invariant", "distance", "measures", "for", "trajectories", "For", "the", "discovery", "of", "similar", "patterns", "in", "1D", "time-series", ",", "it", "is", "very", "typical", "to", "perform", "a", "normalization", "of", "the", "data", "(", "for", "example", "a", "transformation", "so", "that", "the", "data", "follow", "a", "zero", "mean", "and", "unit", "standard", "deviation", ")", ".", "Such", "transformations", "can", "reveal", "latent", "patterns", "and", "are", "very", "commonly", "used", "in", "datamining", "applications", ".", "However", ",", "when", "dealing", "with", "multidimensional", "time-series", ",", "which", "appear", "naturally", "in", "applications", "such", "as", "video-tracking", ",", "motion-capture", "etc", ",", "similar", "motion", "patterns", "can", "also", "be", "expressed", "at", "different", "orientations", ".", "It", "is", "therefore", "imperative", "to", "provide", "support", "for", "additional", "transformations", ",", "such", "as", "rotation", ".", "In", "this", "work", ",", "we", "transform", "the", "positional", "information", "of", "moving", "data", ",", "into", "a", "space", "that", "is", "translation", ",", "scale", "and", "rotation", "invariant", ".", "Our", "distance", "measure", "in", "the", "new", "space", "is", "able", "to", "detect", "elastic", "matches", "and", "can", "be", "efficiently", "lower", "bounded", ",", "thus", "being", "computationally", "tractable", ".", "The", "proposed", "methods", "are", "easy", "to", "implement", ",", "fast", "to", "compute", "and", "can", "have", "many", "applications", "for", "real", "world", "problems", ",", "in", "areas", "such", "as", "handwriting", "recognition", "and", "posture", "estimation", "in", "motion-capture", "data", ".", "Finally", ",", "we", "empirically", "demonstrate", "the", "accuracy", "and", "the", "efficiency", "of", "the", "technique", ",", "using", "real", "and", "synthetic", "handwriting", "data", "." ]
[ "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", "O", "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,204,685
[ "Experimental", "design", "for", "solicitation", "campaigns", "Data", "mining", "techniques", "are", "routinely", "used", "by", "fundraisers", "to", "select", "those", "prospects", "from", "a", "large", "pool", "of", "candidates", "who", "are", "most", "likely", "to", "make", "a", "financial", "contribution", ".", "These", "techniques", "often", "rely", "on", "statistical", "models", "based", "on", "trial", "performance", "data", ".", "This", "trial", "performance", "data", "is", "typically", "obtained", "by", "soliciting", "a", "smaller", "sample", "of", "the", "possible", "prospect", "pool", ".", "Collecting", "this", "trial", "data", "involves", "a", "cost", ";", "therefore", "the", "fundraiser", "is", "interested", "in", "keeping", "the", "trial", "size", "small", "while", "still", "collecting", "enough", "data", "to", "build", "a", "reliable", "statistical", "model", "that", "will", "be", "used", "to", "evaluate", "the", "remainder", "of", "the", "prospects", ".", "We", "describe", "an", "experimental", "design", "approach", "to", "optimally", "choose", "the", "trial", "prospects", "from", "an", "existing", "large", "pool", "of", "prospects", ".", "Prospects", "are", "clustered", "to", "render", "the", "problem", "practically", "tractable", ".", "We", "modify", "the", "standard", "D-optimality", "algorithm", "to", "prevent", "repeated", "selection", "of", "the", "same", "prospect", "cluster", ",", "since", "each", "prospect", "can", "only", "be", "solicited", "at", "most", "once", ".", "We", "assess", "the", "benefits", "of", "this", "approach", "on", "the", "KDD-98", "data", "set", "by", "comparing", "the", "performance", "of", "the", "model", "based", "on", "the", "optimal", "trial", "data", "set", "with", "that", "of", "a", "model", "based", "on", "a", "randomly", "selected", "trial", "data", "set", "of", "equal", "size", "." ]
[ "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", "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" ]
4,753,000
[ "Scalable", "look-ahead", "linear", "regression", "trees", "Most", "decision", "tree", "algorithms", "base", "their", "splitting", "decisions", "on", "a", "piecewise", "constant", "model", ".", "Often", "these", "splitting", "algorithms", "are", "extrapolated", "to", "trees", "with", "non-constant", "models", "at", "the", "leaf", "nodes", ".", "The", "motivation", "behind", "Look-ahead", "Linear", "Regression", "Trees", "(", "LLRT", ")", "is", "that", "out", "of", "all", "the", "methods", "proposed", "to", "date", ",", "there", "has", "been", "no", "scalable", "approach", "to", "exhaustively", "evaluate", "all", "possible", "models", "in", "the", "leaf", "nodes", "in", "order", "to", "obtain", "an", "optimal", "split", ".", "Using", "several", "optimizations", ",", "LLRT", "is", "able", "to", "generate", "and", "evaluate", "thousands", "of", "linear", "regression", "models", "per", "second", ".", "This", "allows", "for", "a", "near-exhaustive", "evaluation", "of", "all", "possible", "splits", "in", "a", "node", ",", "based", "on", "the", "quality", "of", "fit", "of", "linear", "regression", "models", "in", "the", "resulting", "branches", ".", "We", "decompose", "the", "calculation", "of", "the", "Residual", "Sum", "of", "Squares", "in", "such", "a", "way", "that", "a", "large", "part", "of", "it", "is", "pre-computed", ".", "The", "resulting", "method", "is", "highly", "scalable", ".", "We", "observe", "it", "to", "obtain", "high", "predictive", "accuracy", "for", "problems", "with", "strong", "mutual", "dependencies", "between", "attributes", ".", "We", "report", "on", "experiments", "with", "two", "simulated", "and", "seven", "real", "data", "sets", "." ]
[ "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", "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", "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", "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" ]
9,309,392
[ "Using", "ghost", "edges", "for", "classification", "in", "sparsely", "labeled", "networks", "We", "address", "the", "problem", "of", "classification", "in", "partially", "labeled", "networks", "(", "a.k.a.", "within-network", "classification", ")", "where", "observed", "class", "labels", "are", "sparse", ".", "Techniques", "for", "statistical", "relational", "learning", "have", "been", "shown", "to", "perform", "well", "on", "network", "classification", "tasks", "by", "exploiting", "dependencies", "between", "class", "labels", "of", "neighboring", "nodes", ".", "However", ",", "relational", "classifiers", "can", "fail", "when", "unlabeled", "nodes", "have", "too", "few", "labeled", "neighbors", "to", "support", "learning", "(", "during", "training", "phase", ")", "and\\/or", "inference", "(", "during", "testing", "phase", ")", ".", "This", "situation", "arises", "in", "real-world", "problems", "when", "observed", "labels", "are", "sparse", ".", "In", "this", "paper", ",", "we", "propose", "a", "novel", "approach", "to", "within-network", "classification", "that", "combines", "aspects", "of", "statistical", "relational", "learning", "and", "semi-supervised", "learning", "to", "improve", "classification", "performance", "in", "sparse", "networks", ".", "Our", "approach", "works", "by", "adding", "``", "ghost", "edges", "''", "to", "a", "network", ",", "which", "enable", "the", "flow", "of", "information", "from", "labeled", "to", "unlabeled", "nodes", ".", "Through", "experiments", "on", "real-world", "data", "sets", ",", "we", "demonstrate", "that", "our", "approach", "performs", "well", "across", "a", "range", "of", "conditions", "where", "existing", "approaches", ",", "such", "as", "collective", "classification", "and", "semi-supervised", "learning", ",", "fail", ".", "On", "all", "tasks", ",", "our", "approach", "improves", "area", "under", "the", "ROC", "curve", "(", "AUC", ")", "by", "up", "to", "15", "points", "over", "existing", "approaches", ".", "Furthermore", ",", "we", "demonstrate", "that", "our", "approach", "runs", "in", "time", "proportional", "to", "L", "•", "E", ",", "where", "L", "is", "the", "number", "of", "labeled", "nodes", "and", "E", "is", "the", "number", "of", "edges", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "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", "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", "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" ]
95,427
[ "A", "streaming", "ensemble", "algorithm", "(", "SEA", ")", "for", "large-scale", "classification", "Ensemble", "methods", "have", "recently", "garnered", "a", "great", "deal", "of", "attention", "in", "the", "machine", "learning", "community", ".", "Techniques", "such", "as", "Boosting", "and", "Bagging", "have", "proven", "to", "be", "highly", "effective", "but", "require", "repeated", "resampling", "of", "the", "training", "data", ",", "making", "them", "inappropriate", "in", "a", "data", "mining", "context", ".", "The", "methods", "presented", "in", "this", "paper", "take", "advantage", "of", "plentiful", "data", ",", "building", "separate", "classifiers", "on", "sequential", "chunks", "of", "training", "points", ".", "These", "classifiers", "are", "combined", "into", "a", "fixed-size", "ensemble", "using", "a", "heuristic", "replacement", "strategy", ".", "The", "result", "is", "a", "fast", "algorithm", "for", "large-scale", "or", "streaming", "data", "that", "classifies", "as", "well", "as", "a", "single", "decision", "tree", "built", "on", "all", "the", "data", ",", "requires", "approximately", "constant", "memory", ",", "and", "adjusts", "quickly", "to", "concept", "drift", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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" ]
239,091
[ "Handling", "concept", "drifts", "in", "incremental", "learning", "with", "support", "vector", "machines" ]
[ "O", "O", "O", "O", "O", "B", "O", "O", "O", "O" ]
5,446,340
[ "Real-time", "ranking", "with", "concept", "drift", "using", "expert", "advice", "In", "many", "practical", "applications", ",", "one", "is", "interested", "in", "generating", "a", "ranked", "list", "of", "items", "using", "information", "mined", "from", "continuous", "streams", "of", "data", ".", "For", "example", ",", "in", "the", "context", "of", "computer", "networks", ",", "one", "might", "want", "to", "generate", "lists", "of", "nodes", "ranked", "according", "to", "their", "susceptibility", "to", "attack", ".", "In", "addition", ",", "real-world", "data", "streams", "often", "exhibit", "concept", "drift", ",", "making", "the", "learning", "task", "even", "more", "challenging", ".", "We", "present", "an", "online", "learning", "approach", "to", "ranking", "with", "concept", "drift", ",", "using", "weighted", "majority", "techniques", ".", "By", "continuously", "modeling", "different", "snapshots", "of", "the", "data", "and", "tuning", "our", "measure", "of", "belief", "in", "these", "models", "over", "time", ",", "we", "capture", "changes", "in", "the", "underlying", "concept", "and", "adapt", "our", "predictions", "accordingly", ".", "We", "measure", "the", "performance", "of", "our", "algorithm", "on", "real", "electricity", "data", "as", "well", "as", "asynthetic", "data", "stream", ",", "and", "demonstrate", "that", "our", "approach", "to", "ranking", "from", "stream", "data", "outperforms", "previously", "known", "batch-learning", "methods", "and", "other", "online", "methods", "that", "do", "not", "account", "for", "concept", "drift", "." ]
[ "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", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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", "I", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "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", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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", "B", "I", "O" ]
9,706,403
[ "New", "ensemble", "methods", "for", "evolving", "data", "streams", "Advanced", "analysis", "of", "data", "streams", "is", "quickly", "becoming", "a", "key", "area", "of", "data", "mining", "research", "as", "the", "number", "of", "applications", "demanding", "such", "processing", "increases", ".", "Online", "mining", "when", "such", "data", "streams", "evolve", "over", "time", ",", "that", "is", "when", "concepts", "drift", "or", "change", "completely", ",", "is", "becoming", "one", "of", "the", "core", "issues", ".", "When", "tackling", "non-stationary", "concepts", ",", "ensembles", "of", "classifiers", "have", "several", "advantages", "over", "single", "classifier", "methods", ":", "they", "are", "easy", "to", "scale", "and", "parallelize", ",", "they", "can", "adapt", "to", "change", "quickly", "by", "pruning", "under-performing", "parts", "of", "the", "ensemble", ",", "and", "they", "therefore", "usually", "also", "generate", "more", "accurate", "concept", "descriptions", ".", "This", "paper", "proposes", "a", "new", "experimental", "data", "stream", "framework", "for", "studying", "concept", "drift", ",", "and", "two", "new", "variants", "of", "Bagging", ":", "ADWIN", "Bagging", "and", "Adaptive-Size", "Hoeffding", "Tree", "(", "ASHT", ")", "Bagging", ".", "Using", "the", "new", "experimental", "framework", ",", "an", "evaluation", "study", "on", "synthetic", "and", "real-world", "datasets", "comprising", "up", "to", "ten", "million", "examples", "shows", "that", "the", "new", "ensemble", "methods", "perform", "very", "well", "compared", "to", "several", "known", "methods", "." ]
[ "O", "B", "I", "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", "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", "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", "O", "O" ]
6,845,596
[ "Event", "summarization", "for", "system", "management", "In", "system", "management", "applications", ",", "an", "overwhelming", "amount", "of", "data", "are", "generated", "and", "collected", "in", "the", "form", "of", "temporal", "events", ".", "While", "mining", "temporal", "event", "data", "to", "discover", "interesting", "and", "frequent", "patterns", "has", "obtained", "rapidly", "increasing", "research", "efforts", ",", "users", "of", "the", "applications", "are", "overwhelmed", "by", "the", "mining", "results", ".", "The", "extracted", "patterns", "are", "generally", "of", "large", "volume", "and", "hard", "to", "interpret", ",", "they", "may", "be", "of", "no", "emphasis", ",", "intricate", "and", "meaningless", "to", "non-experts", ",", "even", "to", "domain", "experts", ".", "While", "traditional", "research", "efforts", "focus", "on", "finding", "interesting", "patterns", ",", "in", "this", "paper", ",", "we", "take", "a", "novel", "approach", "called", "event", "summarization", "towards", "the", "understanding", "of", "the", "seemingly", "chaotic", "temporal", "data", ".", "Event", "summarization", "aims", "at", "providing", "a", "concise", "interpretation", "of", "the", "seemingly", "chaotic", "data", ",", "so", "that", "domain", "experts", "may", "take", "actions", "upon", "the", "summarized", "models", ".", "Event", "summarization", "decomposes", "the", "temporal", "information", "into", "many", "independent", "subsets", "and", "finds", "well", "fitted", "models", "to", "describe", "each", "subset", "." ]
[ "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", "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", "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" ]
1,595,381
[ "Gaining", "insights", "into", "support", "vector", "machine", "pattern", "classifiers", "using", "projection-based", "tour", "methods", "This", "paper", "discusses", "visual", "methods", "that", "can", "be", "used", "to", "understand", "and", "interpret", "the", "results", "of", "classification", "using", "support", "vector", "machines", "(", "SVM", ")", "on", "data", "with", "continuous", "real-valued", "variables", ".", "SVM", "induction", "algorithms", "build", "pattern", "classifiers", "by", "identifying", "a", "maximal", "margin", "separating", "hyperplane", "from", "training", "examples", "in", "high", "dimensional", "pattern", "spaces", "or", "spaces", "induced", "by", "suitable", "nonlinear", "kernel", "transformations", "over", "pattern", "spaces", ".", "SVM", "have", "been", "demonstrated", "to", "be", "quite", "effective", "in", "a", "number", "of", "practical", "pattern", "classification", "tasks", ".", "Since", "the", "separating", "hyperplane", "is", "defined", "in", "terms", "of", "more", "than", "two", "variables", "it", "is", "necessary", "to", "use", "visual", "techniques", "that", "can", "navigate", "the", "viewer", "through", "high-dimensional", "spaces", ".", "We", "demonstrate", "the", "use", "of", "projection-based", "tour", "methods", "to", "gain", "useful", "insights", "into", "SVM", "classifiers", "with", "linear", "kernels", "on", "8-dimensional", "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", "O", "O", "O", "B", "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", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
2,353,166
[ "Mining", "IC", "test", "data", "to", "optimize", "VLSI", "testing" ]
[ "O", "B", "I", "O", "O", "O", "B", "O" ]
264,444
[ "Transforming", "data", "to", "satisfy", "privacy", "constraints", "Data", "on", "individuals", "and", "entities", "are", "being", "collected", "widely", ".", "These", "data", "can", "contain", "information", "that", "explicitly", "identifies", "the", "individual", "(", "e.g.", ",", "social", "security", "number", ")", ".", "Data", "can", "also", "contain", "other", "kinds", "of", "personal", "information", "(", "e.g.", ",", "date", "of", "birth", ",", "zip", "code", ",", "gender", ")", "that", "are", "potentially", "identifying", "when", "linked", "with", "other", "available", "data", "sets", ".", "Data", "are", "often", "shared", "for", "business", "or", "legal", "reasons", ".", "This", "paper", "addresses", "the", "important", "issue", "of", "preserving", "the", "anonymity", "of", "the", "individuals", "or", "entities", "during", "the", "data", "dissemination", "process", ".", "We", "explore", "preserving", "the", "anonymity", "by", "the", "use", "of", "generalizations", "and", "suppressions", "on", "the", "potentially", "identifying", "portions", "of", "the", "data", ".", "We", "extend", "earlier", "works", "in", "this", "area", "along", "various", "dimensions", ".", "First", ",", "satisfying", "privacy", "constraints", "is", "considered", "in", "conjunction", "with", "the", "usage", "for", "the", "data", "being", "disseminated", ".", "This", "allows", "us", "to", "optimize", "the", "process", "of", "preserving", "privacy", "for", "the", "specified", "usage", ".", "In", "particular", ",", "we", "investigate", "the", "privacy", "transformation", "in", "the", "context", "of", "data", "mining", "applications", "like", "building", "classification", "and", "regression", "models", ".", "Second", ",", "our", "work", "improves", "on", "previous", "approaches", "by", "allowing", "more", "flexible", "generalizations", "for", "the", "data", ".", "Lastly", ",", "this", "is", "combined", "with", "a", "more", "thorough", "exploration", "of", "the", "solution", "space", "using", "the", "genetic", "algorithm", "framework", ".", "These", "extensions", "allow", "us", "to", "transform", "the", "data", "so", "that", "they", "are", "more", "useful", "for", "their", "intended", "purpose", "while", "satisfying", "the", "privacy", "constraints", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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,744,882
[ "Using", "retrieval", "measures", "to", "assess", "similarity", "in", "mining", "dynamic", "web", "clickstreams", "While", "scalable", "data", "mining", "methods", "are", "expected", "to", "cope", "with", "massive", "Web", "data", ",", "coping", "with", "evolving", "trends", "in", "noisy", "data", "in", "a", "continuous", "fashion", ",", "and", "without", "any", "unnecessary", "stoppages", "and", "reconfigurations", "is", "still", "an", "open", "challenge", ".", "This", "dynamic", "and", "single", "pass", "setting", "can", "be", "cast", "within", "the", "framework", "of", "mining", "evolving", "data", "streams", ".", "In", "this", "paper", ",", "we", "explore", "the", "task", "of", "mining", "mass", "user", "profiles", "by", "discovering", "evolving", "Web", "session", "clusters", "in", "a", "single", "pass", "with", "a", "recently", "proposed", "scalable", "immune", "based", "clustering", "approach", "(", "TECNO-STREAMS", ")", ",", "and", "study", "the", "effect", "of", "the", "choice", "of", "different", "similarity", "measures", "on", "the", "mining", "process", "and", "on", "the", "interpretation", "of", "the", "mined", "patterns", ".", "We", "propose", "a", "simple", "similarity", "measure", "that", "has", "the", "advantage", "of", "explicitly", "coupling", "the", "precision", "and", "coverage", "criteria", "to", "the", "early", "learning", "stages", ",", "and", "furthermore", "requiring", "that", "the", "affinity", "of", "the", "data", "to", "the", "learned", "profiles", "or", "summaries", "be", "defined", "by", "the", "minimum", "of", "their", "coverage", "or", "precision", ",", "hence", "requiring", "that", "the", "learned", "profiles", "are", "simultaneously", "precise", "and", "complete", ",", "with", "no", "compromises", ".", "In", "our", "experiments", ",", "we", "study", "the", "task", "of", "mining", "evolving", "user", "profiles", "from", "Web", "clickstream", "data", "(", "web", "usage", "mining", ")", "in", "a", "single", "pass", ",", "and", "under", "different", "trend", "sequencing", "scenarios", ",", "showing", "that", "compared", "oto", "the", "cosine", "similarity", "measure", ",", "the", "proposed", "similarity", "measure", "explicitly", "based", "on", "precision", "and", "coverage", "allows", "the", "discovery", "of", "more", "correct", "profiles", "at", "the", "same", "precision", "or", "recall", "quality", "levels", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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", "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" ]
11,394,822
[ "Suggesting", "friends", "using", "the", "implicit", "social", "graph", "Although", "users", "of", "online", "communication", "tools", "rarely", "categorize", "their", "contacts", "into", "groups", "such", "as", "``", "family", "''", ",", "``", "co-workers", "''", ",", "or", "``", "jogging", "buddies", "''", ",", "they", "nonetheless", "implicitly", "cluster", "contacts", ",", "by", "virtue", "of", "their", "interactions", "with", "them", ",", "forming", "implicit", "groups", ".", "In", "this", "paper", ",", "we", "describe", "the", "implicit", "social", "graph", "which", "is", "formed", "by", "users", "'", "interactions", "with", "contacts", "and", "groups", "of", "contacts", ",", "and", "which", "is", "distinct", "from", "explicit", "social", "graphs", "in", "which", "users", "explicitly", "add", "other", "individuals", "as", "their", "``", "friends", "''", ".", "We", "introduce", "an", "interaction-based", "metric", "for", "estimating", "a", "user", "'s", "affinity", "to", "his", "contacts", "and", "groups", ".", "We", "then", "describe", "a", "novel", "friend", "suggestion", "algorithm", "that", "uses", "a", "user", "'s", "implicit", "social", "graph", "to", "generate", "a", "friend", "group", ",", "given", "a", "small", "seed", "set", "of", "contacts", "which", "the", "user", "has", "already", "labeled", "as", "friends", ".", "We", "show", "experimental", "results", "that", "demonstrate", "the", "importance", "of", "both", "implicit", "group", "relationships", "and", "interaction-based", "affinity", "ranking", "in", "suggesting", "friends", ".", "Finally", ",", "we", "discuss", "two", "applications", "of", "the", "Friend", "Suggest", "algorithm", "that", "have", "been", "released", "as", "Gmail", "Labs", "features", "." ]
[ "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", "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", "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" ]
4,794,787
[ "Visualization", "support", "for", "a", "user-centered", "KDD", "process", "Viewing", "knowledge", "discovery", "as", "a", "user-centered", "process", "that", "requires", "an", "effective", "collaboration", "between", "the", "user", "and", "the", "discovery", "system", ",", "our", "work", "aims", "to", "support", "an", "active", "role", "of", "the", "user", "in", "that", "process", "by", "developing", "synergistic", "visualization", "tools", "integrated", "in", "our", "discovery", "system", "D2MS", ".", "These", "tools", "provide", "an", "ability", "of", "visualizing", "the", "entire", "process", "of", "knowledge", "discovery", "in", "order", "to", "help", "the", "user", "with", "data", "preprocessing", ",", "selecting", "mining", "algorithms", "and", "parameters", ",", "evaluating", "and", "comparing", "discovered", "models", ",", "and", "taking", "control", "of", "the", "whole", "discover", "process", ".", "Our", "case-studies", "with", "two", "medical", "datasets", "on", "meningitis", "and", "stomach", "cancer", "show", "that", ",", "with", "visualization", "tools", "in", "D2MS", ",", "the", "user", "gains", "better", "insight", "in", "each", "step", "of", "the", "knowledge", "discovery", "process", "as", "well", "the", "relationship", "between", "data", "and", "discovered", "knowledge", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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" ]
4,030,512
[ "Mining", ",", "indexing", ",", "and", "querying", "historical", "spatiotemporal", "data", "In", "many", "applications", "that", "track", "and", "analyze", "spatiotemporal", "data", ",", "movements", "obey", "periodic", "patterns", ";", "the", "objects", "follow", "the", "same", "routes", "(", "approximately", ")", "over", "regular", "time", "intervals", ".", "For", "example", ",", "people", "wake", "up", "at", "the", "same", "time", "and", "follow", "more", "or", "less", "the", "same", "route", "to", "their", "work", "everyday", ".", "The", "discovery", "of", "hidden", "periodic", "patterns", "in", "spatiotemporal", "data", ",", "apart", "from", "unveiling", "important", "information", "to", "the", "data", "analyst", ",", "can", "facilitate", "data", "management", "substantially", ".", "Based", "on", "this", "observation", ",", "we", "propose", "a", "framework", "that", "analyzes", ",", "manages", ",", "and", "queries", "object", "movements", "that", "follow", "such", "patterns", ".", "We", "define", "the", "spatiotemporal", "periodic", "pattern", "mining", "problem", "and", "propose", "an", "effective", "and", "fast", "mining", "algorithm", "for", "retrieving", "maximal", "periodic", "patterns", ".", "We", "also", "devise", "a", "novel", ",", "specialized", "index", "structure", "that", "can", "benefit", "from", "the", "discovered", "patterns", "to", "support", "more", "efficient", "execution", "of", "spatiotemporal", "queries", ".", "We", "evaluate", "our", "methods", "experimentally", "using", "datasets", "with", "object", "trajectories", "that", "exhibit", "periodicity", "." ]
[ "O", "O", "B", "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", "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", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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" ]
10,001,128
[ "Entity", "discovery", "and", "assignment", "for", "opinion", "mining", "applications", "Opinion", "mining", "became", "an", "important", "topic", "of", "study", "in", "recent", "years", "due", "to", "its", "wide", "range", "of", "applications", ".", "There", "are", "also", "many", "companies", "offering", "opinion", "mining", "services", ".", "One", "problem", "that", "has", "not", "been", "studied", "so", "far", "is", "the", "assignment", "of", "entities", "that", "have", "been", "talked", "about", "in", "each", "sentence", ".", "Let", "us", "use", "forum", "discussions", "about", "products", "as", "an", "example", "to", "make", "the", "problem", "concrete", ".", "In", "a", "typical", "discussion", "post", ",", "the", "author", "may", "give", "opinions", "on", "multiple", "products", "and", "also", "compare", "them", ".", "The", "issue", "is", "how", "to", "detect", "what", "products", "have", "been", "talked", "about", "in", "each", "sentence", ".", "If", "the", "sentence", "contains", "the", "product", "names", ",", "they", "need", "to", "be", "identified", ".", "We", "call", "this", "problem", "entity", "discovery", ".", "If", "the", "product", "names", "are", "not", "explicitly", "mentioned", "in", "the", "sentence", "but", "are", "implied", "due", "to", "the", "use", "of", "pronouns", "and", "language", "conventions", ",", "we", "need", "to", "infer", "the", "products", ".", "We", "call", "this", "problem", "entity", "assignment", ".", "These", "problems", "are", "important", "because", "without", "knowing", "what", "products", "each", "sentence", "talks", "about", "the", "opinion", "mined", "from", "the", "sentence", "is", "of", "little", "use", ".", "In", "this", "paper", ",", "we", "study", "these", "problems", "and", "propose", "two", "effective", "methods", "to", "solve", "the", "problems", ".", "Entity", "discovery", "is", "based", "on", "pattern", "discovery", "and", "entity", "assignment", "is", "based", "on", "mining", "of", "comparative", "sentences", ".", "Experimental", "results", "using", "a", "large", "number", "of", "forum", "posts", "demonstrate", "the", "effectiveness", "of", "the", "technique", ".", "Our", "system", "has", "also", "been", "successfully", "tested", "in", "a", "commercial", "setting", "." ]
[ "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", "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", "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" ]
4,713,024
[ "Detecting", "outliers", "using", "transduction", "and", "statistical", "testing", "Outlier", "detection", "can", "uncover", "malicious", "behavior", "in", "fields", "like", "intrusion", "detection", "and", "fraud", "analysis", ".", "Although", "there", "has", "been", "a", "significant", "amount", "of", "work", "in", "outlier", "detection", ",", "most", "of", "the", "algorithms", "proposed", "in", "the", "literature", "are", "based", "on", "a", "particular", "definition", "of", "outliers", "(", "e.g.", ",", "density-based", ")", ",", "and", "use", "ad-hoc", "thresholds", "to", "detect", "them", ".", "In", "this", "paper", "we", "present", "a", "novel", "technique", "to", "detect", "outliers", "with", "respect", "to", "an", "existing", "clustering", "model", ".", "However", ",", "the", "test", "can", "also", "be", "successfully", "utilized", "to", "recognize", "outliers", "when", "the", "clustering", "information", "is", "not", "available", ".", "Our", "method", "is", "based", "on", "Transductive", "Confidence", "Machines", ",", "which", "have", "been", "previously", "proposed", "as", "a", "mechanism", "to", "provide", "individual", "confidence", "measures", "on", "classification", "decisions", ".", "The", "test", "uses", "hypothesis", "testing", "to", "prove", "or", "disprove", "whether", "a", "point", "is", "fit", "to", "be", "in", "each", "of", "the", "clusters", "of", "the", "model", ".", "We", "experimentally", "demonstrate", "that", "the", "test", "is", "highly", "robust", ",", "and", "produces", "very", "few", "misdiagnosed", "points", ",", "even", "when", "no", "clustering", "information", "is", "available", ".", "Furthermore", ",", "our", "experiments", "demonstrate", "the", "robustness", "of", "our", "method", "under", "the", "circumstances", "of", "data", "contaminated", "by", "outliers", ".", "We", "finally", "show", "that", "our", "technique", "can", "be", "successfully", "applied", "to", "identify", "outliers", "in", "a", "noisy", "data", "set", "for", "which", "no", "information", "is", "available", "(", "e.g.", ",", "ground", "truth", ",", "clustering", "structure", ",", "etc.", ")", ".", "As", "such", "our", "proposed", "methodology", "is", "capable", "of", "bootstrapping", "from", "a", "noisy", "data", "set", "a", "clean", "one", "that", "can", "be", "used", "to", "identify", "future", "outliers", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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", "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" ]
3,780,602
[ "Mining", "risk", "patterns", "in", "medical", "data", "In", "this", "paper", ",", "we", "discuss", "a", "problem", "of", "finding", "risk", "patterns", "in", "medical", "data", ".", "We", "define", "risk", "patterns", "by", "a", "statistical", "metric", ",", "relative", "risk", ",", "which", "has", "been", "widely", "used", "in", "epidemiological", "research", ".", "We", "characterise", "the", "problem", "of", "mining", "risk", "patterns", "as", "an", "optimal", "rule", "discovery", "problem", ".", "We", "study", "an", "anti-monotone", "property", "for", "mining", "optimal", "risk", "pattern", "sets", "and", "present", "an", "algorithm", "to", "make", "use", "of", "the", "property", "in", "risk", "pattern", "discovery", ".", "The", "method", "has", "been", "applied", "to", "a", "real", "world", "data", "set", "to", "find", "patterns", "associated", "with", "an", "allergic", "event", "for", "ACE", "inhibitors", ".", "The", "algorithm", "has", "generated", "some", "useful", "results", "for", "medical", "researchers", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "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", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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,917,920
[ "Measuring", "and", "extracting", "proximity", "in", "networks", "Measuring", "distance", "or", "some", "other", "form", "of", "proximity", "between", "objects", "is", "a", "standard", "data", "mining", "tool", ".", "Connection", "subgraphs", "were", "recently", "proposed", "as", "a", "way", "to", "demonstrate", "proximity", "between", "nodes", "in", "networks", ".", "We", "propose", "a", "new", "way", "of", "measuring", "and", "extracting", "proximity", "in", "networks", "called", "``", "cycle", "free", "effective", "conductance", "''", "(", "CFEC", ")", ".", "Our", "proximity", "measure", "can", "handle", "more", "than", "two", "endpoints", ",", "directed", "edges", ",", "is", "statistically", "well-behaved", ",", "and", "produces", "an", "effectiveness", "score", "for", "the", "computed", "subgraphs", ".", "We", "provide", "an", "efficien", "talgorithm", ".", "Also", ",", "we", "report", "experimental", "results", "and", "show", "examples", "for", "three", "large", "network", "data", "sets", ":", "a", "telecommunications", "calling", "graph", ",", "the", "IMDB", "actors", "graph", ",", "and", "an", "academic", "co-authorship", "network", "." ]
[ "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", "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", "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" ]
774,603
[ "Discovering", "significant", "OPSM", "subspace", "clusters", "in", "massive", "gene", "expression", "data", "Order-preserving", "submatrixes", "(", "OPSMs", ")", "have", "been", "accepted", "as", "a", "biologically", "meaningful", "subspace", "cluster", "model", ",", "capturing", "the", "general", "tendency", "of", "gene", "expressions", "across", "a", "subset", "of", "conditions", ".", "In", "an", "OPSM", ",", "the", "expression", "levels", "of", "all", "genes", "induce", "the", "same", "linear", "ordering", "of", "the", "conditions", ".", "OPSM", "mining", "is", "reducible", "to", "a", "special", "case", "of", "the", "sequential", "pattern", "mining", "problem", ",", "in", "which", "a", "pattern", "and", "its", "supporting", "sequences", "uniquely", "specify", "an", "OPSM", "cluster", ".", "Those", "small", "twig", "clusters", ",", "specified", "by", "long", "patterns", "with", "naturally", "low", "support", ",", "incur", "explosive", "computational", "costs", "and", "would", "be", "completely", "pruned", "off", "by", "most", "existing", "methods", "for", "massive", "datasets", "containing", "thousands", "of", "conditions", "and", "hundreds", "of", "thousands", "of", "genes", ",", "which", "are", "common", "in", "today", "'s", "gene", "expression", "analysis", ".", "However", ",", "it", "is", "in", "particular", "interest", "of", "biologists", "to", "reveal", "such", "small", "groups", "of", "genes", "that", "are", "tightly", "coregulated", "under", "many", "conditions", ",", "and", "some", "pathways", "or", "processes", "might", "require", "only", "two", "genes", "to", "act", "in", "concert", ".", "In", "this", "paper", ",", "we", "introduce", "the", "KiWi", "mining", "framework", "for", "massive", "datasets", ",", "that", "exploits", "two", "parameters", "k", "and", "w", "to", "provide", "a", "biased", "testing", "on", "a", "bounded", "number", "of", "candidates", ",", "substantially", "reducing", "the", "search", "space", "and", "problem", "scale", ",", "targeting", "on", "highly", "promising", "seeds", "that", "lead", "to", "significant", "clusters", "and", "twig", "clusters", ".", "Extensive", "biological", "and", "computational", "evaluations", "on", "real", "datasets", "demonstrate", "that", "KiWi", "can", "effectively", "mine", "biologically", "meaningful", "OPSM", "subspace", "clusters", "with", "good", "efficiency", "and", "scalability", "." ]
[ "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", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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" ]
7,168,080
[ "Hierarchical", "topic", "segmentation", "of", "websites", "In", "this", "paper", ",", "we", "consider", "the", "problem", "of", "identifying", "and", "segmenting", "topically", "cohesive", "regions", "in", "the", "URL", "tree", "of", "a", "large", "website", ".", "Each", "page", "of", "the", "website", "is", "assumed", "to", "have", "a", "topic", "label", "or", "a", "distribution", "on", "topic", "labels", "generated", "using", "a", "standard", "classifier", ".", "We", "develop", "a", "set", "of", "cost", "measures", "characterizing", "the", "benefit", "accrued", "by", "introducing", "a", "segmentation", "of", "the", "site", "based", "on", "the", "topic", "labels", ".", "We", "propose", "a", "general", "framework", "to", "use", "these", "measures", "for", "describing", "the", "quality", "of", "a", "segmentation", ";", "we", "also", "provide", "an", "efficient", "algorithm", "to", "find", "the", "best", "segmentation", "in", "this", "framework", ".", "Extensive", "experiments", "on", "human-labeled", "data", "confirm", "the", "soundness", "of", "our", "framework", "and", "suggest", "that", "a", "judicious", "choice", "of", "cost", "measures", "allows", "the", "algorithm", "to", "perform", "surprisingly", "accurate", "topical", "segmentations", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
698,383
[ "A", "unifying", "framework", "for", "detecting", "outliers", "and", "change", "points", "from", "non-stationary", "time", "series", "data", "We", "are", "concerned", "with", "the", "issues", "of", "outlier", "detection", "and", "change", "point", "detection", "from", "a", "data", "stream", ".", "In", "the", "area", "of", "data", "mining", ",", "there", "have", "been", "increased", "interest", "in", "these", "issues", "since", "the", "former", "is", "related", "to", "fraud", "detection", ",", "rare", "event", "discovery", ",", "etc.", ",", "while", "the", "latter", "is", "related", "to", "event\\/trend", "by", "change", "detection", ",", "activity", "monitoring", ",", "etc.", ".", "Specifically", ",", "it", "is", "important", "to", "consider", "the", "situation", "where", "the", "data", "source", "is", "non-stationary", ",", "since", "the", "nature", "of", "data", "source", "may", "change", "over", "time", "in", "real", "applications", ".", "Although", "in", "most", "previous", "work", "outlier", "detection", "and", "change", "point", "detection", "have", "not", "been", "related", "explicitly", ",", "this", "paper", "presents", "a", "unifying", "framework", "for", "dealing", "with", "both", "of", "them", "on", "the", "basis", "of", "the", "theory", "of", "on-line", "learning", "of", "non-stationary", "time", "series", ".", "In", "this", "framework", "a", "probabilistic", "model", "of", "the", "data", "source", "is", "incrementally", "learned", "using", "an", "on-line", "discounting", "learning", "algorithm", ",", "which", "can", "track", "the", "changing", "data", "source", "adaptively", "by", "forgetting", "the", "effect", "of", "past", "data", "gradually", ".", "Then", "the", "score", "for", "any", "given", "data", "is", "calculated", "to", "measure", "its", "deviation", "from", "the", "learned", "model", ",", "with", "a", "higher", "score", "indicating", "a", "high", "possibility", "of", "being", "an", "outlier", ".", "Further", "change", "points", "in", "a", "data", "stream", "are", "detected", "by", "applying", "this", "scoring", "method", "into", "a", "time", "series", "of", "moving", "averaged", "losses", "for", "prediction", "using", "the", "learned", "model", ".", "Specifically", "we", "develop", "an", "efficient", "algorithms", "for", "on-line", "discounting", "learning", "of", "auto-regression", "models", "from", "time", "series", "data", ",", "and", "demonstrate", "the", "validity", "of", "our", "framework", "through", "simulation", "and", "experimental", "applications", "to", "stock", "market", "data", "analysis", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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,910,103
[ "Is", "there", "a", "grand", "challenge", "or", "X-prize", "for", "data", "mining", "?", "This", "panel", "will", "discuss", "possible", "exciting", "and", "motivating", "Grand", "Challenge", "problems", "for", "Data", "Mining", ",", "focusing", "on", "bioinformatics", ",", "multimedia", "mining", ",", "link", "mining", ",", "text", "mining", ",", "and", "web", "mining", "." ]
[ "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", "B", "O", "B", "I", "O", "B", "I", "O", "B", "I", "O", "O", "B", "I", "O" ]
5,023,118
[ "Truth", "discovery", "with", "multiple", "conflicting", "information", "providers", "on", "the", "web", "The", "world-wide", "web", "has", "become", "the", "most", "important", "information", "source", "for", "most", "of", "us", ".", "Unfortunately", ",", "there", "is", "no", "guarantee", "for", "the", "correctness", "of", "information", "on", "the", "web", ".", "Moreover", ",", "different", "web", "sites", "often", "provide", "conflicting", "information", "on", "a", "subject", ",", "such", "as", "different", "specifications", "for", "the", "same", "product", ".", "In", "this", "paper", "we", "propose", "a", "new", "problem", "called", "Veracity", ",", "i.e.", ",", "conformity", "to", "truth", ",", "which", "studies", "how", "to", "find", "true", "facts", "from", "a", "large", "amount", "of", "conflicting", "information", "on", "many", "subjects", "that", "is", "provided", "by", "various", "web", "sites", ".", "We", "design", "a", "general", "framework", "for", "the", "Veracity", "problem", ",", "and", "invent", "an", "algorithm", "called", "TruthFinder", ",", "which", "utilizes", "the", "relationships", "between", "web", "sites", "and", "their", "information", ",", "i.e.", ",", "a", "web", "site", "is", "trustworthy", "if", "it", "provides", "many", "pieces", "of", "true", "information", ",", "and", "a", "piece", "of", "information", "is", "likely", "to", "be", "true", "if", "it", "is", "provided", "by", "many", "trustworthy", "web", "sites", ".", "Our", "experiments", "show", "that", "TruthFinder", "successfully", "finds", "true", "facts", "among", "conflicting", "information", ",", "and", "identifies", "trustworthy", "web", "sites", "better", "than", "the", "popular", "search", "engines", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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,290,109
[ "Discriminative", "topic", "modeling", "based", "on", "manifold", "learning", "Topic", "modeling", "has", "been", "popularly", "used", "for", "data", "analysis", "in", "various", "domains", "including", "text", "documents", ".", "Previous", "topic", "models", ",", "such", "as", "probabilistic", "Latent", "Semantic", "Analysis", "(", "pLSA", ")", "and", "Latent", "Dirichlet", "Allocation", "(", "LDA", ")", ",", "have", "shown", "impressive", "success", "in", "discovering", "low-rank", "hidden", "structures", "for", "modeling", "text", "documents", ".", "These", "models", ",", "however", ",", "do", "not", "take", "into", "account", "the", "manifold", "structure", "of", "data", ",", "which", "is", "generally", "informative", "for", "the", "non-linear", "dimensionality", "reduction", "mapping", ".", "More", "recent", "models", ",", "namely", "Laplacian", "PLSI", "(", "LapPLSI", ")", "and", "Locally-consistent", "Topic", "Model", "(", "LTM", ")", ",", "have", "incorporated", "the", "local", "manifold", "structure", "into", "topic", "models", "and", "have", "shown", "the", "resulting", "benefits", ".", "But", "these", "approaches", "fall", "short", "of", "the", "full", "discriminating", "power", "of", "manifold", "learning", "as", "they", "only", "enhance", "the", "proximity", "between", "the", "low-rank", "representations", "of", "neighboring", "pairs", "without", "any", "consideration", "for", "non-neighboring", "pairs", ".", "In", "this", "paper", ",", "we", "propose", "Discriminative", "Topic", "Model", "(", "DTM", ")", "that", "separates", "non-neighboring", "pairs", "from", "each", "other", "in", "addition", "to", "bringing", "neighboring", "pairs", "closer", "together", ",", "thereby", "preserving", "the", "global", "manifold", "structure", "as", "well", "as", "improving", "the", "local", "consistency", ".", "We", "also", "present", "a", "novel", "model", "fitting", "algorithm", "based", "on", "the", "generalized", "EM", "and", "the", "concept", "of", "Pareto", "improvement", ".", "As", "a", "result", ",", "DTM", "achieves", "higher", "classification", "performance", "in", "a", "semi-supervised", "setting", "by", "effectively", "exposing", "the", "manifold", "structure", "of", "data", ".", "We", "provide", "empirical", "evidence", "on", "text", "corpora", "to", "demonstrate", "the", "success", "of", "DTM", "in", "terms", "of", "classification", "accuracy", "and", "robustness", "to", "parameters", "compared", "to", "state-of-the-art", "techniques", "." ]
[ "O", "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", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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" ]
13,693,678
[ "Graphs", "over", "time", ":", "densification", "laws", ",", "shrinking", "diameters", "and", "possible", "explanations", "How", "do", "real", "graphs", "evolve", "over", "time", "?", "What", "are", "``", "normal", "''", "growth", "patterns", "in", "social", ",", "technological", ",", "and", "information", "networks", "?", "Many", "studies", "have", "discovered", "patterns", "in", "static", "graphs", ",", "identifying", "properties", "in", "a", "single", "snapshot", "of", "a", "large", "network", ",", "or", "in", "a", "very", "small", "number", "of", "snapshots", ";", "these", "include", "heavy", "tails", "for", "in", "-", "and", "out-degree", "distributions", ",", "communities", ",", "small-world", "phenomena", ",", "and", "others", ".", "However", ",", "given", "the", "lack", "of", "information", "about", "network", "evolution", "over", "long", "periods", ",", "it", "has", "been", "hard", "to", "convert", "these", "findings", "into", "statements", "about", "trends", "over", "time", ".", "Here", "we", "study", "a", "wide", "range", "of", "real", "graphs", ",", "and", "we", "observe", "some", "surprising", "phenomena", ".", "First", ",", "most", "of", "these", "graphs", "densify", "over", "time", ",", "with", "the", "number", "of", "edges", "growing", "super-linearly", "in", "the", "number", "of", "nodes", ".", "Second", ",", "the", "average", "distance", "between", "nodes", "often", "shrinks", "over", "time", ",", "in", "contrast", "to", "the", "conventional", "wisdom", "that", "such", "distance", "parameters", "should", "increase", "slowly", "as", "a", "function", "of", "the", "number", "of", "nodes", "(", "like", "O", "(", "log", "n", ")", "or", "O", "(", "log", "(", "log", "n", ")", ")", ".", "Existing", "graph", "generation", "models", "do", "not", "exhibit", "these", "types", "of", "behavior", ",", "even", "at", "a", "qualitative", "level", ".", "We", "provide", "a", "new", "graph", "generator", ",", "based", "on", "a", "``", "forest", "fire", "''", "spreading", "process", ",", "that", "has", "a", "simple", ",", "intuitive", "justification", ",", "requires", "very", "few", "parameters", "(", "like", "the", "``", "flammability", "''", "of", "nodes", ")", ",", "and", "produces", "graphs", "exhibiting", "the", "full", "range", "of", "properties", "observed", "both", "in", "prior", "work", "and", "in", "the", "present", "study", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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,956,024
[ "Algorithms", "for", "time", "series", "knowledge", "mining", "Temporal", "patterns", "composed", "of", "symbolic", "intervals", "are", "commonly", "formulated", "with", "Allen", "'s", "interval", "relations", "originating", "in", "temporal", "reasoning", ".", "This", "representation", "has", "severe", "disadvantages", "for", "knowledge", "discovery", ".", "The", "Time", "Series", "Knowledge", "Representation", "(", "TSKR", ")", "is", "a", "new", "hierarchical", "language", "for", "interval", "patterns", "expressing", "the", "temporal", "concepts", "of", "coincidence", "and", "partial", "order", ".", "We", "present", "effective", "and", "efficient", "mining", "algorithms", "for", "such", "patterns", "based", "on", "itemset", "techniques", ".", "A", "novel", "form", "of", "search", "space", "pruning", "effectively", "reduces", "the", "size", "of", "the", "mining", "result", "to", "ease", "interpretation", "and", "speed", "up", "the", "algorithms", ".", "On", "a", "real", "data", "set", "a", "concise", "set", "of", "TSKR", "patterns", "can", "explain", "the", "underlying", "temporal", "phenomena", ",", "whereas", "the", "patterns", "found", "with", "Allen", "'s", "relations", "are", "far", "more", "numerous", "yet", "only", "explain", "fragments", "of", "the", "data", "." ]
[ "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", "I", "O", "O", "B", "I", "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" ]