id
int64
0
14.5M
document
sequence
doc_bio_tags
sequence
1,955,132
[ "Discovering", "roll-up", "dependencies" ]
[ "O", "O", "O" ]
4,422,616
[ "Ordering", "patterns", "by", "combining", "opinions", "from", "multiple", "sources", "Pattern", "ordering", "is", "an", "important", "task", "in", "data", "mining", "because", "the", "number", "of", "patterns", "extracted", "by", "standard", "data", "mining", "algorithms", "often", "exceeds", "our", "capacity", "to", "manually", "analyze", "them", ".", "In", "this", "paper", ",", "we", "present", "an", "effective", "approach", "to", "address", "the", "pattern", "ordering", "problem", "by", "combining", "the", "rank", "information", "gathered", "from", "disparate", "sources", ".", "Although", "rank", "aggregation", "techniques", "have", "been", "developed", "for", "applications", "such", "as", "meta-search", "engines", ",", "they", "are", "not", "directly", "applicable", "to", "pattern", "ordering", "for", "two", "reasons", ".", "First", ",", "the", "techniques", "are", "mostly", "supervised", ",", "i.e.", ",", "they", "require", "a", "sufficient", "amount", "of", "labeled", "data", ".", "Second", ",", "the", "objects", "to", "be", "ranked", "are", "assumed", "to", "be", "independent", "and", "identically", "distributed", "(", "i.i.", "d", ")", ",", "an", "assumption", "that", "seldom", "holds", "in", "pattern", "ordering", ".", "The", "method", "proposed", "in", "this", "paper", "is", "an", "adaptation", "of", "the", "original", "Hedge", "algorithm", ",", "modified", "to", "work", "in", "an", "unsupervised", "learning", "setting", ".", "Techniques", "for", "addressing", "the", "i.i.d.", "violation", "in", "pattern", "ordering", "are", "also", "presented", ".", "Experimental", "results", "demonstrate", "that", "our", "unsupervised", "Hedge", "algorithm", "outperforms", "many", "alternative", "techniques", "such", "as", "those", "based", "on", "weighted", "average", "ranking", "and", "singular", "value", "decomposition", "." ]
[ "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", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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" ]
9,315,193
[ "Colibri", ":", "fast", "mining", "of", "large", "static", "and", "dynamic", "graphs", "Low-rank", "approximations", "of", "the", "adjacency", "matrix", "of", "a", "graph", "are", "essential", "in", "finding", "patterns", "(", "such", "as", "communities", ")", "and", "detecting", "anomalies", ".", "Additionally", ",", "it", "is", "desirable", "to", "track", "the", "low-rank", "structure", "as", "the", "graph", "evolves", "over", "time", ",", "efficiently", "and", "within", "limited", "storage", ".", "Real", "graphs", "typically", "have", "thousands", "or", "millions", "of", "nodes", ",", "but", "are", "usually", "very", "sparse", ".", "However", ",", "standard", "decompositions", "such", "as", "SVD", "do", "not", "preserve", "sparsity", ".", "This", "has", "led", "to", "the", "development", "of", "methods", "such", "as", "CUR", "and", "CMD", ",", "which", "seek", "a", "non-orthogonal", "basis", "by", "sampling", "the", "columns", "and\\/or", "rows", "of", "the", "sparse", "matrix", ".", "However", ",", "these", "approaches", "will", "typically", "produce", "overcomplete", "bases", ",", "which", "wastes", "both", "space", "and", "time", ".", "In", "this", "paper", "we", "propose", "the", "family", "of", "Colibri", "methods", "to", "deal", "with", "these", "challenges", ".", "Our", "version", "for", "static", "graphs", ",", "Colibri-S", ",", "iteratively", "finds", "a", "non-redundant", "basis", "and", "we", "prove", "that", "it", "has", "no", "loss", "of", "accuracy", "compared", "to", "the", "best", "competitors", "(", "CUR", "and", "CMD", ")", ",", "while", "achieving", "significant", "savings", "in", "space", "and", "time", ":", "on", "real", "data", ",", "Colibri-S", "requires", "much", "less", "space", "and", "is", "orders", "of", "magnitude", "faster", "(", "in", "proportion", "to", "the", "square", "of", "the", "number", "of", "non-redundant", "columns", ")", ".", "Additionally", ",", "we", "propose", "an", "efficient", "update", "algorithm", "for", "dynamic", ",", "time-evolving", "graphs", ",", "Colibri-D", ".", "Our", "evaluation", "on", "a", "large", ",", "real", "network", "traffic", "dataset", "shows", "that", "Colibri-D", "is", "over", "100", "times", "faster", "than", "the", "best", "published", "competitor", "(", "CMD", ")", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
60,813
[ "A", "probabilistic", "framework", "for", "semi-supervised", "clustering", "Unsupervised", "clustering", "can", "be", "significantly", "improved", "using", "supervision", "in", "the", "form", "of", "pairwise", "constraints", ",", "i.e.", ",", "pairs", "of", "instances", "labeled", "as", "belonging", "to", "same", "or", "different", "clusters", ".", "In", "recent", "years", ",", "a", "number", "of", "algorithms", "have", "been", "proposed", "for", "enhancing", "clustering", "quality", "by", "employing", "such", "supervision", ".", "Such", "methods", "use", "the", "constraints", "to", "either", "modify", "the", "objective", "function", ",", "or", "to", "learn", "the", "distance", "measure", ".", "We", "propose", "a", "probabilistic", "model", "for", "semi-supervised", "clustering", "based", "on", "Hidden", "Markov", "Random", "Fields", "(", "HMRFs", ")", "that", "provides", "a", "principled", "framework", "for", "incorporating", "supervision", "into", "prototype-based", "clustering", ".", "The", "model", "generalizes", "a", "previous", "approach", "that", "combines", "constraints", "and", "Euclidean", "distance", "learning", ",", "and", "allows", "the", "use", "of", "a", "broad", "range", "of", "clustering", "distortion", "measures", ",", "including", "Bregman", "divergences", "(", "e.g.", ",", "Euclidean", "distance", "and", "I-divergence", ")", "and", "directional", "similarity", "measures", "(", "e.g.", ",", "cosine", "similarity", ")", ".", "We", "present", "an", "algorithm", "that", "performs", "partitional", "semi-supervised", "clustering", "of", "data", "by", "minimizing", "an", "objective", "function", "derived", "from", "the", "posterior", "energy", "of", "the", "HMRF", "model", ".", "Experimental", "results", "on", "several", "text", "data", "sets", "demonstrate", "the", "advantages", "of", "the", "proposed", "framework", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "I", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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" ]
4,884,040
[ "Unsupervised", "learning", "on", "k-partite", "graphs", "Various", "data", "mining", "applications", "involve", "data", "objects", "of", "multiple", "types", "that", "are", "related", "to", "each", "other", ",", "which", "can", "be", "naturally", "formulated", "as", "a", "k-partite", "graph", ".", "However", ",", "the", "research", "on", "mining", "the", "hidden", "structures", "from", "a", "k-partite", "graph", "is", "still", "limited", "and", "preliminary", ".", "In", "this", "paper", ",", "we", "propose", "a", "general", "model", ",", "the", "relation", "summary", "network", ",", "to", "find", "the", "hidden", "structures", "(", "the", "local", "cluster", "structures", "and", "the", "global", "community", "structures", ")", "from", "a", "k-partite", "graph", ".", "The", "model", "provides", "a", "principal", "framework", "for", "unsupervised", "learning", "on", "k-partite", "graphs", "of", "various", "structures", ".", "Under", "this", "model", ",", "we", "derive", "a", "novel", "algorithm", "to", "identify", "the", "hidden", "structures", "of", "a", "k-partite", "graph", "by", "constructing", "a", "relation", "summary", "network", "to", "approximate", "the", "original", "k-partite", "graph", "under", "a", "broad", "range", "of", "distortion", "measures", ".", "Experiments", "on", "both", "synthetic", "and", "real", "datasets", "demonstrate", "the", "promise", "and", "effectiveness", "of", "the", "proposed", "model", "and", "algorithm", ".", "We", "also", "establish", "the", "connections", "between", "existing", "clustering", "approaches", "and", "the", "proposed", "model", "to", "provide", "a", "unified", "view", "to", "the", "clustering", "approaches", "." ]
[ "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "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", "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" ]
1,041,340
[ "Evaluating", "the", "novelty", "of", "text-mined", "rules", "using", "lexical", "knowledge", "In", "this", "paper", ",", "we", "present", "a", "new", "method", "of", "estimating", "the", "novelty", "of", "rules", "discovered", "by", "data-mining", "methods", "using", "WordNet", ",", "a", "lexical", "knowledge-base", "of", "English", "words", ".", "We", "assess", "the", "novelty", "of", "a", "rule", "by", "the", "average", "semantic", "distance", "in", "a", "knowledge", "hierarchy", "between", "the", "words", "in", "the", "antecedent", "and", "the", "consequent", "of", "the", "rule", "-", "the", "more", "the", "average", "distance", ",", "more", "is", "the", "novelty", "of", "the", "rule", ".", "The", "novelty", "of", "rules", "extracted", "by", "the", "DiscoTEX", "text-mining", "system", "on", "Amazon.com", "book", "descriptions", "were", "evaluated", "by", "both", "human", "subjects", "and", "by", "our", "algorithm", ".", "By", "computing", "correlation", "coefficients", "between", "pairs", "of", "human", "ratings", "and", "between", "human", "and", "automatic", "ratings", ",", "we", "found", "that", "the", "automatic", "scoring", "of", "rules", "based", "on", "our", "novelty", "measure", "correlates", "with", "human", "judgments", "about", "as", "well", "as", "human", "judgments", "correlate", "with", "one", "another", ".", "@Text", "mining" ]
[ "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", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
1,413,058
[ "A", "new", "two-phase", "sampling", "based", "algorithm", "for", "discovering", "association", "rules", "This", "paper", "introduces", "FAST", ",", "a", "novel", "two-phase", "sampling-based", "algorithm", "for", "discovering", "association", "rules", "in", "large", "databases", ".", "In", "Phase", "I", "a", "large", "initial", "sample", "of", "transactions", "is", "collected", "and", "used", "to", "quickly", "and", "accurately", "estimate", "the", "support", "of", "each", "individual", "item", "in", "the", "database", ".", "In", "Phase", "II", "these", "estimated", "supports", "are", "used", "to", "either", "trim", "``", "outlier", "''", "transactions", "or", "select", "``", "representative", "''", "transactions", "from", "the", "initial", "sample", ",", "thereby", "forming", "a", "small", "final", "sample", "that", "more", "accurately", "reflects", "the", "statistical", "characteristics", "(", "i.e.", ",", "itemset", "supports", ")", "of", "the", "entire", "database", ".", "The", "expensive", "operation", "of", "discovering", "association", "rules", "is", "then", "performed", "on", "the", "final", "sample", ".", "In", "an", "empirical", "study", ",", "FAST", "was", "able", "to", "achieve", "90", "--", "95", "%", "accuracy", "using", "a", "final", "sample", "having", "a", "size", "of", "only", "15", "--", "33", "%", "of", "that", "of", "a", "comparable", "random", "sample", ".", "This", "efficiency", "gain", "resulted", "in", "a", "speedup", "by", "roughly", "a", "factor", "of", "10", "over", "previous", "algorithms", "that", "require", "expensive", "processing", "of", "the", "entire", "database", "--", "even", "efficient", "algorithms", "that", "exploit", "sampling", ".", "Our", "new", "sampling", "technique", "can", "be", "used", "in", "conjunction", "with", "almost", "any", "standard", "association-rule", "algorithm", ",", "and", "can", "potentially", "render", "scalable", "other", "algorithms", "that", "mine", "``", "count", "''", "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", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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,051,997
[ "Sparsification", "of", "influence", "networks", "We", "present", "Spine", ",", "an", "efficient", "algorithm", "for", "finding", "the", "``", "backbone", "''", "of", "an", "influence", "network", ".", "Given", "a", "social", "graph", "and", "a", "log", "of", "past", "propagations", ",", "we", "build", "an", "instance", "of", "the", "independent-cascade", "model", "that", "describes", "the", "propagations", ".", "We", "aim", "at", "reducing", "the", "complexity", "of", "that", "model", ",", "while", "preserving", "most", "of", "its", "accuracy", "in", "describing", "the", "data", ".", "We", "show", "that", "the", "problem", "is", "inapproximable", "and", "we", "present", "an", "optimal", ",", "dynamic-programming", "algorithm", ",", "whose", "search", "space", ",", "albeit", "exponential", ",", "is", "typically", "much", "smaller", "than", "that", "of", "the", "brute", "force", ",", "exhaustive-search", "approach", ".", "Seeking", "a", "practical", ",", "scalable", "approach", "to", "sparsification", ",", "we", "devise", "Spine", ",", "a", "greedy", ",", "efficient", "algorithm", "with", "practically", "little", "compromise", "in", "quality", ".", "We", "claim", "that", "sparsification", "is", "a", "fundamental", "data-reduction", "operation", "with", "many", "applications", ",", "ranging", "from", "visualization", "to", "exploratory", "and", "descriptive", "data", "analysis", ".", "As", "a", "proof", "of", "concept", ",", "we", "use", "Spine", "on", "real-world", "datasets", ",", "revealing", "the", "backbone", "of", "their", "influence-propagation", "networks", ".", "Moreover", ",", "we", "apply", "Spine", "as", "a", "pre-processing", "step", "for", "the", "influence-maximization", "problem", ",", "showing", "that", "computations", "on", "sparsified", "models", "give", "up", "little", "accuracy", ",", "but", "yield", "significant", "improvements", "in", "terms", "of", "scalability", "." ]
[ "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", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
460,977
[ "Handling", "very", "large", "numbers", "of", "association", "rules", "in", "the", "analysis", "of", "microarray", "data", "The", "problem", "of", "analyzing", "microarray", "data", "became", "one", "of", "important", "topics", "in", "bioinformatics", "over", "the", "past", "several", "years", ",", "and", "different", "data", "mining", "techniques", "have", "been", "proposed", "for", "the", "analysis", "of", "such", "data", ".", "In", "this", "paper", ",", "we", "propose", "to", "use", "association", "rule", "discovery", "methods", "for", "determining", "associations", "among", "expression", "levels", "of", "different", "genes", ".", "One", "of", "the", "main", "problems", "related", "to", "the", "discovery", "of", "these", "associations", "is", "the", "scalability", "issue", ".", "Microarrays", "usually", "contain", "very", "large", "numbers", "of", "genes", "that", "are", "sometimes", "measured", "in", "10,000", "s.", "Therefore", ",", "analysis", "of", "such", "data", "can", "generate", "a", "very", "large", "number", "of", "associations", "that", "can", "often", "be", "measured", "in", "millions", ".", "The", "paper", "addresses", "this", "problem", "by", "presenting", "a", "method", "that", "enables", "biologists", "to", "evaluate", "these", "very", "large", "numbers", "of", "discovered", "association", "rules", "during", "the", "post-analysis", "stage", "of", "the", "data", "mining", "process", ".", "This", "is", "achieved", "by", "providing", "several", "rule", "evaluation", "operators", ",", "including", "rule", "grouping", ",", "filtering", ",", "browsing", ",", "and", "data", "inspection", "operators", ",", "that", "allow", "biologists", "to", "validate", "multiple", "individual", "gane", "regulation", "patterns", "at", "a", "time", ".", "By", "iteratively", "applying", "these", "operators", ",", "biologists", "can", "explore", "a", "significant", "part", "of", "all", "the", "initially", "generated", "rules", "in", "an", "acceptable", "period", "of", "time", "and", "thus", "answer", "biological", "questions", "that", "are", "of", "a", "particular", "interest", "to", "him", "or", "her", ".", "To", "validate", "our", "method", ",", "we", "tested", "our", "system", "on", "the", "microarray", "data", "pertaining", "to", "the", "studies", "of", "environmental", "hazards", "and", "their", "influence", "of", "gane", "expression", "processes", ".", "As", "a", "result", ",", "we", "managed", "to", "answer", "several", "questions", "that", "were", "of", "interest", "to", "the", "biologists", "that", "had", "collected", "this", "data", "." ]
[ "O", "O", "O", "O", "O", "B", "I", "O", "O", "B", "I", "I", "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", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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,981,383
[ "Experiences", "with", "mining", "temporal", "event", "sequences", "from", "electronic", "medical", "records", ":", "initial", "successes", "and", "some", "challenges", "The", "standardization", "and", "wider", "use", "of", "electronic", "medical", "records", "(", "EMR", ")", "creates", "opportunities", "for", "better", "understanding", "patterns", "of", "illness", "and", "care", "within", "and", "across", "medical", "systems", ".", "Our", "interest", "is", "in", "the", "temporal", "history", "of", "event", "codes", "embedded", "in", "patients", "'", "records", ",", "specifically", "investigating", "frequently", "occurring", "sequences", "of", "event", "codes", "across", "patients", ".", "In", "studying", "data", "from", "more", "than", "1.6", "million", "patient", "histories", "at", "the", "University", "of", "Michigan", "Health", "system", "we", "quickly", "realized", "that", "frequent", "sequences", ",", "while", "providing", "one", "level", "of", "data", "reduction", ",", "still", "constitute", "a", "serious", "analytical", "challenge", "as", "many", "involve", "alternate", "serializations", "of", "the", "same", "sets", "of", "codes", ".", "To", "further", "analyze", "these", "sequences", ",", "we", "designed", "an", "approach", "where", "a", "partial", "order", "is", "mined", "from", "frequent", "sequences", "of", "codes", ".", "We", "demonstrate", "an", "EMR", "mining", "system", "called", "EMRView", "that", "enables", "exploration", "of", "the", "precedence", "relationships", "to", "quickly", "identify", "and", "visualize", "partial", "order", "information", "encoded", "in", "key", "classes", "of", "patients", ".", "We", "demonstrate", "some", "important", "nuggets", "learned", "through", "our", "approach", "and", "also", "outline", "key", "challenges", "for", "future", "research", "based", "on", "our", "experiences", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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,663,726
[ "Pattern-based", "similarity", "search", "for", "microarray", "data", "One", "fundamental", "task", "in", "near-neighbor", "search", "as", "well", "as", "other", "similarity", "matching", "efforts", "is", "to", "find", "a", "distance", "function", "that", "can", "efficiently", "quantify", "the", "similarity", "between", "two", "objects", "in", "a", "meaningful", "way", ".", "In", "DNA", "microarray", "analysis", ",", "the", "expression", "levels", "of", "two", "closely", "related", "genes", "may", "rise", "and", "fall", "synchronously", "in", "response", "to", "a", "set", "of", "experimental", "stimuli", ".", "Although", "the", "magnitude", "of", "their", "expression", "levels", "may", "not", "be", "close", ",", "the", "patterns", "they", "exhibit", "can", "be", "very", "similar", ".", "Unfortunately", ",", "none", "of", "the", "conventional", "distance", "metrics", "such", "as", "the", "Lp", "norm", "can", "model", "this", "similarity", "effectively", ".", "In", "this", "paper", ",", "we", "study", "the", "near-neighbor", "search", "problem", "based", "on", "this", "new", "type", "of", "similarity", ".", "We", "propose", "to", "measure", "the", "distance", "between", "two", "genes", "by", "subspace", "pattern", "similarity", ",", "i.e.", ",", "whether", "they", "exhibit", "a", "synchronous", "pattern", "of", "rise", "and", "fall", "on", "a", "subset", "of", "dimensions", ".", "We", "then", "present", "an", "efficient", "algorithm", "for", "subspace", "near-neighbor", "search", "based", "on", "pattern", "similarity", "distance", ",", "and", "we", "perform", "tests", "on", "various", "data", "sets", "to", "show", "its", "effectiveness", "." ]
[ "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" ]
4,413,738
[ "Using", "structure", "indices", "for", "efficient", "approximation", "of", "network", "properties", "Statistics", "on", "networks", "have", "become", "vital", "to", "the", "study", "of", "relational", "data", "drawn", "from", "areas", "such", "as", "bibliometrics", ",", "fraud", "detection", ",", "bioinformatics", ",", "and", "the", "Internet", ".", "Calculating", "many", "of", "the", "most", "important", "measures", "-", "such", "as", "betweenness", "centrality", ",", "closeness", "centrality", ",", "and", "graph", "diameter-requires", "identifying", "short", "paths", "in", "these", "networks", ".", "However", ",", "finding", "these", "short", "paths", "can", "be", "intractable", "for", "even", "moderate-size", "networks", ".", "We", "introduce", "the", "concept", "of", "a", "network", "structure", "index", "(", "NSI", ")", ",", "a", "composition", "of", "(", "1", ")", "a", "set", "of", "annotations", "on", "every", "node", "in", "the", "network", "and", "(", "2", ")", "a", "function", "that", "uses", "the", "annotations", "to", "estimate", "graph", "distance", "between", "pairs", "of", "nodes", ".", "We", "present", "several", "varieties", "of", "NSIs", ",", "examine", "their", "time", "and", "space", "complexity", ",", "and", "analyze", "their", "performance", "on", "synthetic", "and", "real", "data", "sets", ".", "We", "show", "that", "creating", "an", "NSI", "for", "a", "given", "network", "enables", "extremely", "efficient", "and", "accurate", "estimation", "of", "a", "wide", "variety", "of", "network", "statistics", "on", "that", "network", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "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" ]
1,522,729
[ "Bayesian", "networks", "for", "lossless", "dataset", "compression" ]
[ "O", "O", "O", "O", "O", "O" ]
925,579
[ "Application", "of", "kernels", "to", "link", "analysis", "The", "application", "of", "kernel", "methods", "to", "link", "analysis", "is", "explored", ".", "In", "particular", ",", "Kandola", "et", "al.", "'s", "Neumann", "kernels", "are", "shown", "to", "subsume", "not", "only", "the", "co-citation", "and", "bibliographic", "coupling", "relatedness", "but", "also", "Kleinberg", "'s", "HITS", "importance", ".", "These", "popular", "measures", "of", "relatedness", "and", "importance", "correspond", "to", "the", "Neumann", "kernels", "at", "the", "extremes", "of", "their", "parameter", "range", ",", "and", "hence", "these", "kernels", "can", "be", "interpreted", "as", "defining", "a", "spectrum", "of", "link", "analysis", "measures", "intermediate", "between", "co-citation\\/bibliographic", "coupling", "and", "HITS", ".", "We", "also", "show", "that", "the", "kernels", "based", "on", "the", "graph", "Laplacian", ",", "including", "the", "regularized", "Laplacian", "and", "diffusion", "kernels", ",", "provide", "relatedness", "measures", "that", "overcome", "some", "limitations", "of", "co-citation", "relatedness", ".", "The", "property", "of", "these", "kernel-based", "link", "analysis", "measures", "is", "examined", "with", "a", "network", "of", "bibliographic", "citations", ".", "Practical", "issues", "in", "applying", "these", "methods", "to", "real", "data", "are", "discussed", ",", "and", "possible", "solutions", "are", "proposed", "." ]
[ "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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", "I", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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" ]
9,683,909
[ "Direct", "mining", "of", "discriminative", "and", "essential", "frequent", "patterns", "via", "model-based", "search", "tree", "Frequent", "patterns", "provide", "solutions", "to", "datasets", "that", "do", "not", "have", "well-structured", "feature", "vectors", ".", "However", ",", "frequent", "pattern", "mining", "is", "non-trivial", "since", "the", "number", "of", "unique", "patterns", "is", "exponential", "but", "many", "are", "non-discriminative", "and", "correlated", ".", "Currently", ",", "frequent", "pattern", "mining", "is", "performed", "in", "two", "sequential", "steps", ":", "enumerating", "a", "set", "of", "frequent", "patterns", ",", "followed", "by", "feature", "selection", ".", "Although", "many", "methods", "have", "been", "proposed", "in", "the", "past", "few", "years", "on", "how", "to", "perform", "each", "separate", "step", "efficiently", ",", "there", "is", "still", "limited", "success", "in", "eventually", "finding", "highly", "compact", "and", "discriminative", "patterns", ".", "The", "culprit", "is", "due", "to", "the", "inherent", "nature", "of", "this", "widely", "adopted", "two-step", "approach", ".", "This", "paper", "discusses", "these", "problems", "and", "proposes", "a", "new", "and", "different", "method", ".", "It", "builds", "a", "decision", "tree", "that", "partitions", "the", "data", "onto", "different", "nodes", ".", "Then", "at", "each", "node", ",", "it", "directly", "discovers", "a", "discriminative", "pattern", "to", "further", "divide", "its", "examples", "into", "purer", "subsets", ".", "Since", "the", "number", "of", "examples", "towards", "leaf", "level", "is", "relatively", "small", ",", "the", "new", "approach", "is", "able", "to", "examine", "patterns", "with", "extremely", "low", "global", "support", "that", "could", "not", "be", "enumerated", "on", "the", "whole", "dataset", "by", "the", "two-step", "method", ".", "The", "discovered", "feature", "vectors", "are", "more", "accurate", "on", "some", "of", "the", "most", "difficult", "graph", "as", "well", "as", "frequent", "itemset", "problems", "than", "most", "recently", "proposed", "algorithms", "but", "the", "total", "size", "is", "typically", "50", "%", "or", "more", "smaller", ".", "Importantly", ",", "the", "minimum", "support", "of", "some", "discriminative", "patterns", "can", "be", "extremely", "low", "(", "e.g.", "0.03", "%", ")", ".", "In", "order", "to", "enumerate", "these", "low", "support", "patterns", ",", "state-of-the-art", "frequent", "pattern", "algorithm", "either", "can", "not", "finish", "due", "to", "huge", "memory", "consumption", "or", "have", "to", "enumerate", "101", "to", "103", "times", "more", "patterns", "before", "they", "can", "even", "be", "found", ".", "Software", "and", "datasets", "are", "available", "by", "contacting", "the", "author", "." ]
[ "O", "O", "O", "O", "O", "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", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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" ]
9,261,711
[ "Partial", "least", "squares", "regression", "for", "graph", "mining", "Attributed", "graphs", "are", "increasingly", "more", "common", "in", "many", "application", "domains", "such", "as", "chemistry", ",", "biology", "and", "text", "processing", ".", "A", "central", "issue", "in", "graph", "mining", "is", "how", "to", "collect", "informative", "subgraph", "patterns", "for", "a", "given", "learning", "task", ".", "We", "propose", "an", "iterative", "mining", "method", "based", "on", "partial", "least", "squares", "regression", "(", "PLS", ")", ".", "To", "apply", "PLS", "to", "graph", "data", ",", "a", "sparse", "version", "of", "PLS", "is", "developed", "first", "and", "then", "it", "is", "combined", "with", "a", "weighted", "pattern", "mining", "algorithm", ".", "The", "mining", "algorithm", "is", "iteratively", "called", "with", "different", "weight", "vectors", ",", "creating", "one", "latent", "component", "per", "one", "mining", "call", ".", "Our", "method", ",", "graph", "PLS", ",", "is", "efficient", "and", "easy", "to", "implement", ",", "because", "the", "weight", "vector", "is", "updated", "with", "elementary", "matrix", "calculations", ".", "In", "experiments", ",", "our", "graph", "PLS", "algorithm", "showed", "competitive", "prediction", "accuracies", "in", "many", "chemical", "datasets", "and", "its", "efficiency", "was", "significantly", "superior", "to", "graph", "boosting", "(", "gBoost", ")", "and", "the", "naive", "method", "based", "on", "frequent", "graph", "mining", "." ]
[ "B", "I", "I", "I", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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", "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", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O" ]
3,866,622
[ "Supervised", "probabilistic", "principal", "component", "analysis", "Principal", "component", "analysis", "(", "PCA", ")", "has", "been", "extensively", "applied", "in", "data", "mining", ",", "pattern", "recognition", "and", "information", "retrieval", "for", "unsupervised", "dimensionality", "reduction", ".", "When", "labels", "of", "data", "are", "available", ",", "e.g.", ",", "in", "a", "classification", "or", "regression", "task", ",", "PCA", "is", "however", "not", "able", "to", "use", "this", "information", ".", "The", "problem", "is", "more", "interesting", "if", "only", "part", "of", "the", "input", "data", "are", "labeled", ",", "i.e.", ",", "in", "a", "semi-supervised", "setting", ".", "In", "this", "paper", "we", "propose", "a", "supervised", "PCA", "model", "called", "SPPCA", "and", "a", "semi-supervised", "PCA", "model", "called", "S2PPCA", ",", "both", "of", "which", "are", "extensions", "of", "a", "probabilistic", "PCA", "model", ".", "The", "proposed", "models", "are", "able", "to", "incorporate", "the", "label", "information", "into", "the", "projection", "phase", ",", "and", "can", "naturally", "handle", "multiple", "outputs", "(", "i.e.", ",", "in", "multi-task", "learning", "problems", ")", ".", "We", "derive", "an", "efficient", "EM", "learning", "algorithm", "for", "both", "models", ",", "and", "also", "provide", "theoretical", "justifications", "of", "the", "model", "behaviors", ".", "SPPCA", "and", "S2PPCA", "are", "compared", "with", "other", "supervised", "projection", "methods", "on", "various", "learning", "tasks", ",", "and", "show", "not", "only", "promising", "performance", "but", "also", "good", "scalability", "." ]
[ "O", "O", "B", "I", "I", "B", "I", "I", "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", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
4,002,381
[ "Frequent", "subgraph", "mining", "in", "outerplanar", "graphs", "In", "recent", "years", "there", "has", "been", "an", "increased", "interest", "in", "algorithms", "that", "can", "perform", "frequent", "pattern", "discovery", "in", "large", "databases", "of", "graph", "structured", "objects", ".", "While", "the", "frequent", "connected", "subgraph", "mining", "problem", "for", "tree", "datasets", "can", "be", "solved", "in", "incremental", "polynomial", "time", ",", "it", "becomes", "intractable", "for", "arbitrary", "graph", "databases", ".", "Existing", "approaches", "have", "therefore", "resorted", "to", "various", "heuristic", "strategies", "and", "restrictions", "of", "the", "search", "space", ",", "but", "have", "not", "identified", "a", "practically", "relevant", "tractable", "graph", "class", "beyond", "trees", ".", "In", "this", "paper", ",", "we", "define", "the", "class", "of", "so", "called", "tenuous", "outerplanar", "graphs", ",", "a", "strict", "generalization", "of", "trees", ",", "develop", "a", "frequent", "subgraph", "mining", "algorithm", "for", "tenuous", "outerplanar", "graphs", "that", "works", "in", "incremental", "polynomial", "time", ",", "and", "evaluate", "the", "algorithm", "empirically", "on", "the", "NCI", "molecular", "graph", "dataset", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
4,882,089
[ "A", "fast", "algorithm", "for", "finding", "frequent", "episodes", "in", "event", "streams", "Frequent", "episode", "discovery", "is", "a", "popular", "framework", "for", "mining", "data", "available", "as", "a", "long", "sequence", "of", "events", ".", "An", "episode", "is", "essentially", "a", "short", "ordered", "sequence", "of", "event", "types", "and", "the", "frequency", "of", "an", "episode", "is", "some", "suitable", "measure", "of", "how", "often", "the", "episode", "occurs", "in", "the", "data", "sequence", ".", "Recently", ",", "we", "proposed", "a", "new", "frequency", "measure", "for", "episodes", "based", "on", "the", "notion", "of", "non-overlapped", "occurrences", "of", "episodes", "in", "the", "event", "sequence", ",", "and", "showed", "that", ",", "such", "a", "definition", ",", "in", "addition", "to", "yielding", "computationally", "efficient", "algorithms", ",", "has", "some", "important", "theoretical", "properties", "in", "connecting", "frequent", "episode", "discovery", "with", "HMM", "learning", ".", "This", "paper", "presents", "some", "new", "algorithms", "for", "frequent", "episode", "discovery", "under", "this", "non-overlapped", "occurrences-based", "frequency", "definition", ".", "The", "algorithms", "presented", "here", "are", "better", "(", "by", "a", "factor", "of", "N", ",", "where", "N", "denotes", "the", "size", "of", "episodes", "being", "discovered", ")", "in", "terms", "of", "both", "time", "and", "space", "complexities", "when", "compared", "to", "existing", "methods", "for", "frequent", "episode", "discovery", ".", "We", "show", "through", "some", "simulation", "experiments", ",", "that", "our", "algorithms", "are", "very", "efficient", ".", "The", "new", "algorithms", "presented", "here", "have", "arguably", "the", "least", "possible", "orders", "of", "spaceand", "time", "complexities", "for", "the", "task", "of", "frequent", "episode", "discovery", "." ]
[ "O", "O", "O", "O", "O", "B", "I", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
3,790,372
[ "Machine", "learning", "for", "online", "query", "relaxation", "In", "this", "paper", "we", "provide", "a", "fast", ",", "data-driven", "solution", "to", "the", "failing", "query", "problem", ":", "given", "a", "query", "that", "returns", "an", "empty", "answer", ",", "how", "can", "one", "relax", "the", "query", "'s", "constraints", "so", "that", "it", "returns", "a", "non-empty", "set", "of", "tuples", "?", "We", "introduce", "a", "novel", "algorithm", ",", "loqr", ",", "which", "is", "designed", "to", "relax", "queries", "that", "are", "in", "the", "disjunctive", "normal", "form", "and", "contain", "a", "mixture", "of", "discrete", "and", "continuous", "attributes", ".", "loqr", "discovers", "the", "implicit", "relationships", "that", "exist", "among", "the", "various", "domain", "attributes", "and", "then", "uses", "this", "knowledge", "to", "relax", "the", "constraints", "from", "the", "failing", "query", ".", "In", "a", "first", "step", ",", "loqr", "uses", "a", "small", ",", "randomly-chosen", "subset", "of", "the", "target", "database", "to", "learn", "a", "set", "of", "decision", "rules", "that", "predict", "whether", "an", "attribute", "'s", "value", "satisfies", "the", "constraints", "in", "the", "failing", "query", ";", "this", "query-driven", "operation", "is", "performed", "online", "for", "each", "failing", "query", ".", "In", "the", "second", "step", ",", "loqr", "uses", "nearest-neighbor", "techniques", "to", "find", "the", "learned", "rule", "that", "is", "the", "most", "similar", "to", "the", "failing", "query", ";", "then", "it", "uses", "the", "attributes", "'", "values", "from", "this", "rule", "to", "relax", "the", "failing", "query", "'s", "constraints", ".", "Our", "experiments", "on", "six", "application", "domains", "show", "that", "loqr", "is", "both", "robust", "and", "fast", ":", "it", "successfully", "relaxes", "more", "than", "95", "%", "of", "the", "failing", "queries", ",", "and", "it", "takes", "under", "a", "second", "for", "processing", "queries", "that", "consist", "of", "up", "to", "20", "attributes", "(", "larger", "queries", "of", "up", "to", "93", "attributes", "are", "processed", "in", "several", "seconds", ")", "." ]
[ "O", "B", "O", "B", "I", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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" ]
558,466
[ "Visual", "classification", ":", "an", "interactive", "approach", "to", "decision", "tree", "construction" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
8,614,407
[ "SyMP", ":", "an", "efficient", "clustering", "approach", "to", "identify", "clusters", "of", "arbitrary", "shapes", "in", "large", "data", "sets", "We", "propose", "a", "new", "clustering", "algorithm", ",", "called", "SyMP", ",", "which", "is", "based", "on", "synchronization", "of", "pulse-coupled", "oscillators", ".", "SyMP", "represents", "each", "data", "point", "by", "an", "Integrate-and-Fire", "oscillator", "and", "uses", "the", "relative", "similarity", "between", "the", "points", "to", "model", "the", "interaction", "between", "the", "oscillators", ".", "SyMP", "is", "robust", "to", "noise", "and", "outliers", ",", "determines", "the", "number", "of", "clusters", "in", "an", "unsupervised", "manner", ",", "identifies", "clusters", "of", "arbitrary", "shapes", ",", "and", "can", "handle", "very", "large", "data", "sets", ".", "The", "robustness", "of", "SyMP", "is", "an", "intrinsic", "property", "of", "the", "synchronization", "mechanism", ".", "To", "determine", "the", "optimum", "number", "of", "clusters", ",", "SyMP", "uses", "a", "dynamic", "resolution", "parameter", ".", "To", "identify", "clusters", "of", "various", "shapes", ",", "SyMP", "models", "each", "cluster", "by", "multiple", "Gaussian", "components", ".", "The", "number", "of", "components", "is", "automatically", "determined", "using", "a", "dynamic", "intra-cluster", "resolution", "parameter", ".", "Clusters", "with", "simple", "shapes", "would", "be", "modeled", "by", "few", "components", "while", "clusters", "with", "more", "complex", "shapes", "would", "require", "a", "larger", "number", "of", "components", ".", "The", "scalable", "version", "of", "SyMP", "uses", "an", "efficient", "incremental", "approach", "that", "requires", "a", "simple", "pass", "through", "the", "data", "set", ".", "The", "proposed", "clustering", "approach", "is", "empirically", "evaluated", "with", "several", "synthetic", "and", "real", "data", "sets", ",", "and", "its", "performance", "is", "compared", "with", "CURE", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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,027,147
[ "Towards", "NIC-based", "intrusion", "detection", "We", "present", "and", "evaluate", "a", "NIC-based", "network", "intrusion", "detection", "system", ".", "Intrusion", "detection", "at", "the", "NIC", "makes", "the", "system", "potentially", "tamper-proof", "and", "is", "naturally", "extensible", "to", "work", "in", "a", "distributed", "setting", ".", "Simple", "anomaly", "detection", "and", "signature", "detection", "based", "models", "have", "been", "implemented", "on", "the", "NIC", "firmware", ",", "which", "has", "its", "own", "processor", "and", "memory", ".", "We", "empirically", "evaluate", "such", "systems", "from", "the", "perspective", "of", "quality", "and", "performance", "(", "bandwidth", "of", "acceptable", "messages", ")", "under", "varying", "conditions", "of", "host", "load", ".", "The", "preliminary", "results", "we", "obtain", "are", "very", "encouraging", "and", "lead", "us", "to", "believe", "that", "such", "NIC-based", "security", "schemes", "could", "very", "well", "be", "a", "crucial", "part", "of", "next", "generation", "network", "security", "systems", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O" ]
4,697,802
[ "Spatial", "scan", "statistics", ":", "approximations", "and", "performance", "study", "Spatial", "scan", "statistics", "are", "used", "to", "determine", "hotspots", "in", "spatial", "data", ",", "and", "are", "widely", "used", "in", "epidemiology", "and", "biosurveillance", ".", "In", "recent", "years", ",", "there", "has", "been", "much", "effort", "invested", "in", "designing", "efficient", "algorithms", "for", "finding", "such", "``", "high", "discrepancy", "''", "regions", ",", "with", "methods", "ranging", "from", "fast", "heuristics", "for", "special", "cases", ",", "to", "general", "grid-based", "methods", ",", "and", "to", "efficient", "approximation", "algorithms", "with", "provable", "guarantees", "on", "performance", "and", "quality", ".", "In", "this", "paper", ",", "we", "make", "a", "number", "of", "contributions", "to", "the", "computational", "study", "of", "spatial", "scan", "statistics", ".", "First", ",", "we", "describe", "a", "simple", "exact", "algorithm", "for", "finding", "the", "largest", "discrepancy", "region", "in", "a", "domain", ".", "Second", ",", "we", "propose", "a", "new", "approximation", "algorithm", "for", "a", "large", "class", "of", "discrepancy", "functions", "(", "including", "the", "Kulldorff", "scan", "statistic", ")", "that", "improves", "the", "approximation", "versus", "run", "time", "trade-off", "of", "prior", "methods", ".", "Third", ",", "we", "extend", "our", "simple", "exact", "and", "our", "approximation", "algorithms", "to", "data", "sets", "which", "lie", "naturally", "on", "a", "grid", "or", "are", "accumulated", "onto", "a", "grid", ".", "Fourth", ",", "we", "conduct", "a", "detailed", "experimental", "comparison", "of", "these", "methods", "with", "a", "number", "of", "known", "methods", ",", "demonstrating", "that", "our", "approximation", "algorithm", "has", "far", "superior", "performance", "in", "practice", "to", "prior", "methods", ",", "and", "exhibits", "a", "good", "performance-accuracy", "trade-off", ".", "All", "extant", "methods", "(", "including", "those", "in", "this", "paper", ")", "are", "suitable", "for", "data", "sets", "that", "are", "modestly", "sized", ";", "if", "data", "sets", "are", "of", "the", "order", "of", "millions", "of", "data", "points", ",", "none", "of", "these", "methods", "scale", "well", ".", "For", "such", "massive", "data", "settings", ",", "it", "is", "natural", "to", "examine", "whether", "small-space", "streaming", "algorithms", "might", "yield", "accurate", "answers", ".", "Here", ",", "we", "provide", "some", "negative", "results", ",", "showing", "that", "any", "streaming", "algorithms", "that", "even", "provide", "approximately", "optimal", "answers", "to", "the", "discrepancy", "maximization", "problem", "must", "use", "space", "linear", "in", "the", "input", "." ]
[ "B", "I", "I", "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", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "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", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
303,682
[ "Assessment", "and", "pruning", "of", "hierarchical", "model", "based", "clustering", "The", "goal", "of", "clustering", "is", "to", "identify", "distinct", "groups", "in", "a", "dataset", ".", "The", "basic", "idea", "of", "model-based", "clustering", "is", "to", "approximate", "the", "data", "density", "by", "a", "mixture", "model", ",", "typically", "a", "mixture", "of", "Gaussians", ",", "and", "to", "estimate", "the", "parameters", "of", "the", "component", "densities", ",", "the", "mixing", "fractions", ",", "and", "the", "number", "of", "components", "from", "the", "data", ".", "The", "number", "of", "distinct", "groups", "in", "the", "data", "is", "then", "taken", "to", "be", "the", "number", "of", "mixture", "components", ",", "and", "the", "observations", "are", "partitioned", "into", "clusters", "(", "estimates", "of", "the", "groups", ")", "using", "Bayes", "'", "rule", ".", "If", "the", "groups", "are", "well", "separated", "and", "look", "Gaussian", ",", "then", "the", "resulting", "clusters", "will", "indeed", "tend", "to", "be", "``", "distinct", "''", "in", "the", "most", "common", "sense", "of", "the", "word", "-", "contiguous", ",", "densely", "populated", "areas", "of", "feature", "space", ",", "separated", "by", "contiguous", ",", "relatively", "empty", "regions", ".", "If", "the", "groups", "are", "not", "Gaussian", ",", "however", ",", "this", "correspondence", "may", "break", "down", ";", "an", "isolated", "group", "with", "a", "non-elliptical", "distribution", ",", "for", "example", ",", "may", "be", "modeled", "by", "not", "one", ",", "but", "several", "mixture", "components", ",", "and", "the", "corresponding", "clusters", "will", "no", "longer", "be", "well", "separated", ".", "We", "present", "methods", "for", "assessing", "the", "degree", "of", "separation", "between", "the", "components", "of", "a", "mixture", "model", "and", "between", "the", "corresponding", "clusters", ".", "We", "also", "propose", "a", "new", "clustering", "method", "that", "can", "be", "regarded", "as", "a", "hybrid", "between", "model-based", "and", "nonparametric", "clustering", ".", "The", "hybrid", "clustering", "algorithm", "prunes", "the", "cluster", "tree", "generated", "by", "hierarchical", "model-based", "clustering", ".", "Starting", "with", "the", "tree", "corresponding", "to", "the", "mixture", "model", "chosen", "by", "the", "Bayesian", "Information", "Criterion", ",", "it", "progressively", "merges", "clusters", "that", "do", "not", "appear", "to", "correspond", "to", "different", "modes", "of", "the", "data", "density", "." ]
[ "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", "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", "B", "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", "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" ]
4,234,225
[ "Density-based", "clustering", "of", "uncertain", "data", "In", "many", "different", "application", "areas", ",", "e.g.", "sensor", "databases", ",", "location", "based", "services", "or", "face", "recognition", "systems", ",", "distances", "between", "odjects", "have", "to", "be", "computed", "based", "on", "vague", "and", "uncertain", "data", ".", "Commonly", ",", "the", "distances", "between", "these", "uncertain", "object", "descriptions", "are", "expressed", "by", "one", "numerical", "distance", "value", ".", "Based", "on", "such", "single-valued", "distance", "functions", "standard", "data", "mining", "algorithms", "can", "work", "without", "any", "changes", ".", "In", "this", "paper", ",", "we", "propose", "to", "express", "the", "similarity", "between", "two", "fuzzy", "objects", "by", "distance", "probability", "functions", ".", "These", "fuzzy", "distance", "functions", "assign", "a", "probability", "value", "to", "each", "possible", "distance", "value", ".", "By", "integrating", "these", "fuzzy", "distance", "functions", "directly", "into", "data", "mining", "algorithms", ",", "the", "full", "information", "provided", "by", "these", "functions", "is", "exploited", ".", "In", "order", "to", "demonstrate", "the", "benefits", "of", "this", "general", "approach", ",", "we", "enhance", "the", "density-based", "clustering", "algorithm", "DBSCAN", "so", "that", "it", "can", "work", "directly", "on", "these", "fuzzy", "distance", "functions", ".", "In", "a", "detailed", "experimental", "evaluation", "based", "on", "artificial", "and", "real-world", "data", "sets", ",", "we", "show", "the", "characteristics", "and", "benefits", "of", "our", "new", "approach", "." ]
[ "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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", "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", "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" ]
9,640,142
[ "SNARE", ":", "a", "link", "analytic", "system", "for", "graph", "labeling", "and", "risk", "detection", "Classifying", "nodes", "in", "networks", "is", "a", "task", "with", "a", "wide", "range", "of", "applications", ".", "It", "can", "be", "particularly", "useful", "in", "anomaly", "and", "fraud", "detection", ".", "Many", "resources", "are", "invested", "in", "the", "task", "of", "fraud", "detection", "due", "to", "the", "high", "cost", "of", "fraud", ",", "and", "being", "able", "to", "automatically", "detect", "potential", "fraud", "quickly", "and", "precisely", "allows", "human", "investigators", "to", "work", "more", "efficiently", ".", "Many", "data", "analytic", "schemes", "have", "been", "put", "into", "use", ";", "however", ",", "schemes", "that", "bolster", "link", "analysis", "prove", "promising", ".", "This", "work", "builds", "upon", "the", "belief", "propagation", "algorithm", "for", "use", "in", "detecting", "collusion", "and", "other", "fraud", "schemes", ".", "We", "propose", "an", "algorithm", "called", "SNARE", "(", "Social", "Network", "Analysis", "for", "Risk", "Evaluation", ")", ".", "By", "allowing", "one", "to", "use", "domain", "knowledge", "as", "well", "as", "link", "knowledge", ",", "the", "method", "was", "very", "successful", "for", "pinpointing", "misstated", "accounts", "in", "our", "sample", "of", "general", "ledger", "data", ",", "with", "a", "significant", "improvement", "over", "the", "default", "heuristic", "in", "true", "positive", "rates", ",", "and", "a", "lift", "factor", "of", "up", "to", "6.5", "(", "more", "than", "twice", "that", "of", "the", "default", "heuristic", ")", ".", "We", "also", "apply", "SNARE", "to", "the", "task", "of", "graph", "labeling", "in", "general", "on", "publicly-available", "datasets", ".", "We", "show", "that", "with", "only", "some", "information", "about", "the", "nodes", "themselves", "in", "a", "network", ",", "we", "get", "surprisingly", "high", "accuracy", "of", "labels", ".", "Not", "only", "is", "SNARE", "applicable", "in", "a", "wide", "variety", "of", "domains", ",", "but", "it", "is", "also", "robust", "to", "the", "choice", "of", "parameters", "and", "highly", "scalable-linearly", "with", "the", "number", "of", "edges", "in", "a", "graph", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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" ]
147,623
[ "Style", "mining", "of", "electronic", "messages", "for", "multiple", "authorship", "discrimination", ":", "first", "results", "This", "paper", "considers", "the", "use", "of", "computational", "stylistics", "for", "performing", "authorship", "attribution", "of", "electronic", "messages", ",", "addressing", "categorization", "problems", "with", "as", "many", "as", "20", "different", "classes", "(", "authors", ")", ".", "Effective", "stylistic", "characterization", "of", "text", "is", "potentially", "useful", "for", "a", "variety", "of", "tasks", ",", "as", "language", "style", "contains", "cues", "regarding", "the", "authorship", ",", "purpose", ",", "and", "mood", "of", "the", "text", ",", "all", "of", "which", "would", "be", "useful", "adjuncts", "to", "information", "retrieval", "or", "knowledge-management", "tasks", ".", "We", "focus", "here", "on", "the", "problem", "of", "determining", "the", "author", "of", "an", "anonymous", "message", ",", "based", "only", "on", "the", "message", "text", ".", "Several", "multiclass", "variants", "of", "the", "Winnow", "algorithm", "were", "applied", "to", "a", "vector", "representation", "of", "the", "message", "texts", "to", "learn", "models", "for", "discriminating", "different", "authors", ".", "We", "present", "results", "comparing", "the", "classification", "accuracy", "of", "the", "different", "approaches", ".", "The", "results", "show", "that", "stylistic", "models", "can", "be", "accurately", "learned", "to", "determine", "an", "author", "'s", "identity", "." ]
[ "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", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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,130,863
[ "Active", "learning", "with", "direct", "query", "construction", "Active", "learning", "may", "hold", "the", "key", "for", "solving", "the", "data", "scarcity", "problem", "in", "supervised", "learning", ",", "i.e.", ",", "the", "lack", "of", "labeled", "data", ".", "Indeed", ",", "labeling", "data", "is", "a", "costly", "process", ",", "yet", "an", "active", "learner", "may", "request", "labels", "of", "only", "selected", "instances", ",", "thus", "reducing", "labeling", "work", "dramatically", ".", "Most", "previous", "works", "of", "active", "learning", "are", ",", "however", ",", "pool-based", ";", "that", "is", ",", "a", "pool", "of", "unlabeled", "examples", "is", "given", "and", "the", "learner", "can", "only", "select", "examples", "from", "the", "pool", "to", "query", "for", "their", "labels", ".", "This", "type", "of", "active", "learning", "has", "several", "weaknesses", ".", "In", "this", "paper", "we", "propose", "novel", "active", "learning", "algorithms", "that", "construct", "examples", "directly", "to", "query", "for", "labels", ".", "We", "study", "both", "a", "specific", "active", "learner", "based", "on", "the", "decision", "tree", "algorithm", ",", "and", "a", "general", "active", "learner", "that", "can", "work", "with", "any", "base", "learning", "algorithm", ".", "As", "there", "is", "no", "restriction", "on", "what", "examples", "to", "be", "queried", ",", "our", "methods", "are", "shown", "to", "often", "query", "fewer", "examples", "to", "reduce", "the", "predictive", "error", "quickly", ".", "This", "casts", "doubt", "on", "the", "usefulness", "of", "the", "pool", "in", "pool-based", "active", "learning", ".", "Nevertheless", ",", "our", "methods", "can", "be", "easily", "adapted", "to", "work", "with", "a", "given", "pool", "of", "unlabeled", "examples", "." ]
[ "B", "I", "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", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "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", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
9,419,452
[ "Classification", "with", "partial", "labels", "In", "this", "paper", ",", "we", "address", "the", "problem", "of", "learning", "when", "some", "cases", "are", "fully", "labeled", "while", "other", "cases", "are", "only", "partially", "labeled", ",", "in", "the", "form", "of", "partial", "labels", ".", "Partial", "labels", "are", "represented", "as", "a", "set", "of", "possible", "labels", "for", "each", "training", "example", ",", "one", "of", "which", "is", "the", "correct", "label", ".", "We", "introduce", "a", "discriminative", "learning", "approach", "that", "incorporates", "partial", "label", "information", "into", "the", "conventional", "margin-based", "learning", "framework", ".", "The", "partial", "label", "learning", "problem", "is", "formulated", "as", "a", "convex", "quadratic", "optimization", "minimizing", "the", "L2-norm", "regularized", "empirical", "risk", "using", "hinge", "loss", ".", "We", "also", "present", "an", "efficient", "algorithm", "for", "classification", "in", "the", "presence", "of", "partial", "labels", ".", "Experiments", "with", "different", "data", "sets", "show", "that", "partial", "label", "information", "improves", "the", "performance", "of", "classification", "when", "there", "is", "traditional", "fully-labeled", "data", ",", "and", "also", "yields", "reasonable", "performance", "in", "the", "absence", "of", "any", "fully", "labeled", "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", "O", "B", "I", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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" ]
9,642,833
[ "iSAX", ":", "indexing", "and", "mining", "terabyte", "sized", "time", "series", "Current", "research", "in", "indexing", "and", "mining", "time", "series", "data", "has", "produced", "many", "interesting", "algorithms", "and", "representations", ".", "However", ",", "the", "algorithms", "and", "the", "size", "of", "data", "considered", "have", "generally", "not", "been", "representative", "of", "the", "increasingly", "massive", "datasets", "encountered", "in", "science", ",", "engineering", ",", "and", "business", "domains", ".", "In", "this", "work", ",", "we", "show", "how", "a", "novel", "multi-resolution", "symbolic", "representation", "can", "be", "used", "to", "index", "datasets", "which", "are", "several", "orders", "of", "magnitude", "larger", "than", "anything", "else", "considered", "in", "the", "literature", ".", "Our", "approach", "allows", "both", "fast", "exact", "search", "and", "ultra", "fast", "approximate", "search", ".", "We", "show", "how", "to", "exploit", "the", "combination", "of", "both", "types", "of", "search", "as", "sub-routines", "in", "data", "mining", "algorithms", ",", "allowing", "for", "the", "exact", "mining", "of", "truly", "massive", "real", "world", "datasets", ",", "containing", "millions", "of", "time", "series", "." ]
[ "O", "O", "B", "O", "O", "O", "O", "B", "I", "O", "O", "O", "B", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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" ]
1,094,028
[ "Maximally", "informative", "k-itemsets", "and", "their", "efficient", "discovery", "In", "this", "paper", "we", "present", "a", "new", "approach", "to", "mining", "binary", "data", ".", "We", "treat", "each", "binary", "feature", "(", "item", ")", "as", "a", "means", "of", "distinguishing", "two", "sets", "of", "examples", ".", "Our", "interest", "is", "in", "selecting", "from", "the", "total", "set", "of", "items", "an", "itemset", "of", "specified", "size", ",", "such", "that", "the", "database", "is", "partitioned", "with", "as", "uniform", "a", "distribution", "over", "the", "parts", "as", "possible", ".", "To", "achieve", "this", "goal", ",", "we", "propose", "the", "use", "of", "joint", "entropy", "as", "a", "quality", "measure", "for", "itemsets", ",", "and", "refer", "to", "optimal", "itemsets", "of", "cardinality", "k", "as", "maximally", "informative", "k-itemsets", ".", "We", "claim", "that", "this", "approach", "maximises", "distinctive", "power", ",", "as", "well", "as", "minimises", "redundancy", "within", "the", "feature", "set", ".", "A", "number", "of", "algorithms", "is", "presented", "for", "computing", "optimal", "itemsets", "efficiently", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "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" ]
13,786,417
[ "Trading", "representability", "for", "scalability", ":", "adaptive", "multi-hyperplane", "machine", "for", "nonlinear", "classification", "Support", "Vector", "Machines", "(", "SVMs", ")", "are", "among", "the", "most", "popular", "and", "successful", "classification", "algorithms", ".", "Kernel", "SVMs", "often", "reach", "state-of-the-art", "accuracies", ",", "but", "suffer", "from", "the", "curse", "of", "kernelization", "due", "to", "linear", "model", "growth", "with", "data", "size", "on", "noisy", "data", ".", "Linear", "SVMs", "have", "the", "ability", "to", "efficiently", "learn", "from", "truly", "large", "data", ",", "but", "they", "are", "applicable", "to", "a", "limited", "number", "of", "domains", "due", "to", "low", "representational", "power", ".", "To", "fill", "the", "representability", "and", "scalability", "gap", "between", "linear", "and", "nonlinear", "SVMs", ",", "we", "propose", "the", "Adaptive", "Multi-hyperplane", "Machine", "(", "AMM", ")", "algorithm", "that", "accomplishes", "fast", "training", "and", "prediction", "and", "has", "capability", "to", "solve", "nonlinear", "classification", "problems", ".", "AMM", "model", "consists", "of", "a", "set", "of", "hyperplanes", "(", "weights", ")", ",", "each", "assigned", "to", "one", "of", "the", "multiple", "classes", ",", "and", "predicts", "based", "on", "the", "associated", "class", "of", "the", "weight", "that", "provides", "the", "largest", "prediction", ".", "The", "number", "of", "weights", "is", "automatically", "determined", "through", "an", "iterative", "algorithm", "based", "on", "the", "stochastic", "gradient", "descent", "algorithm", "which", "is", "guaranteed", "to", "converge", "to", "a", "local", "optimum", ".", "Since", "the", "generalization", "bound", "decreases", "with", "the", "number", "of", "weights", ",", "a", "weight", "pruning", "mechanism", "is", "proposed", "and", "analyzed", ".", "The", "experiments", "on", "several", "large", "data", "sets", "show", "that", "AMM", "is", "nearly", "as", "fast", "during", "training", "and", "prediction", "as", "the", "state-of-the-art", "linear", "SVM", "solver", "and", "that", "it", "can", "be", "orders", "of", "magnitude", "faster", "than", "kernel", "SVM", ".", "In", "accuracy", ",", "AMM", "is", "somewhere", "between", "linear", "and", "kernel", "SVMs", ".", "For", "example", ",", "on", "an", "OCR", "task", "with", "8", "million", "highly", "dimensional", "training", "examples", ",", "AMM", "trained", "in", "300", "seconds", "on", "a", "single-core", "processor", "had", "0.54", "%", "error", "rate", ",", "which", "was", "significantly", "lower", "than", "2.03", "%", "error", "rate", "of", "a", "linear", "SVM", "trained", "in", "the", "same", "time", "and", "comparable", "to", "0.43", "%", "error", "rate", "of", "a", "kernel", "SVM", "trained", "in", "2", "days", "on", "512", "processors", ".", "The", "results", "indicate", "that", "AMM", "could", "be", "an", "attractive", "option", "when", "solving", "large-scale", "classification", "problems", ".", "The", "software", "is", "available", "at", "www.dabi.temple.edu\\/~vucetic\\/AMM.html", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "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", "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", "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" ]
9,102,538
[ "A", "sequential", "dual", "method", "for", "large", "scale", "multi-class", "linear", "svms", "Efficient", "training", "of", "direct", "multi-class", "formulations", "of", "linear", "Support", "Vector", "Machines", "is", "very", "useful", "in", "applications", "such", "as", "text", "classification", "with", "a", "huge", "number", "examples", "as", "well", "as", "features", ".", "This", "paper", "presents", "a", "fast", "dual", "method", "for", "this", "training", ".", "The", "main", "idea", "is", "to", "sequentially", "traverse", "through", "the", "training", "set", "and", "optimize", "the", "dual", "variables", "associated", "with", "one", "example", "at", "a", "time", ".", "The", "speed", "of", "training", "is", "enhanced", "further", "by", "shrinking", "and", "cooling", "heuristics", ".", "Experiments", "indicate", "that", "our", "method", "is", "much", "faster", "than", "state", "of", "the", "art", "solvers", "such", "as", "bundle", ",", "cutting", "plane", "and", "exponentiated", "gradient", "methods", "." ]
[ "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", "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" ]
331,243
[ "Correlation", "search", "in", "graph", "databases", "Correlation", "mining", "has", "gained", "great", "success", "in", "many", "application", "domains", "for", "its", "ability", "to", "capture", "the", "underlying", "dependency", "between", "objects", ".", "However", ",", "the", "research", "of", "correlation", "mining", "from", "graph", "databases", "is", "still", "lacking", "despite", "the", "fact", "that", "graph", "data", ",", "especially", "in", "various", "scientific", "domains", ",", "proliferate", "in", "recent", "years", ".", "In", "this", "paper", ",", "we", "propose", "a", "new", "problem", "of", "correlation", "mining", "from", "graph", "databases", ",", "called", "Correlated", "Graph", "Search", "(", "CGS", ")", ".", "CGS", "adopts", "Pearson", "'s", "correlation", "coefficient", "as", "a", "correlation", "measure", "to", "take", "into", "consideration", "the", "occurrence", "distributions", "of", "graphs", ".", "However", ",", "the", "problem", "poses", "significant", "challenges", ",", "since", "every", "subgraph", "of", "a", "graph", "in", "the", "database", "is", "a", "candidate", "but", "the", "number", "of", "subgraphs", "is", "exponential", ".", "We", "derive", "two", "necessary", "conditions", "which", "set", "bounds", "on", "the", "occurrence", "probability", "of", "a", "candidate", "in", "the", "database", ".", "With", "this", "result", ",", "we", "design", "an", "efficient", "algorithm", "that", "operates", "on", "a", "much", "smaller", "projected", "database", "and", "thus", "we", "are", "able", "to", "obtain", "a", "significantly", "smaller", "set", "of", "candidates", ".", "To", "further", "improve", "the", "efficiency", ",", "we", "develop", "three", "heuristic", "rules", "and", "apply", "them", "on", "the", "candidate", "set", "to", "further", "reduce", "the", "search", "space", ".", "Our", "extensive", "experiments", "demonstrate", "the", "effectiveness", "of", "our", "method", "on", "candidate", "reduction", ".", "The", "results", "also", "justify", "the", "efficiency", "of", "our", "algorithm", "in", "mining", "correlations", "from", "large", "real", "and", "synthetic", "datasets", "." ]
[ "B", "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", "B", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "B", "I", "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", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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,835,216
[ "Efficient", "decision", "tree", "construction", "on", "streaming", "data", "Decision", "tree", "construction", "is", "a", "well", "studied", "problem", "in", "data", "mining", ".", "Recently", ",", "there", "has", "been", "much", "interest", "in", "mining", "streaming", "data", ".", "Domingos", "and", "Hulten", "have", "presented", "a", "one-pass", "algorithm", "for", "decision", "tree", "construction", ".", "Their", "work", "uses", "Hoeffding", "inequality", "to", "achieve", "a", "probabilistic", "bound", "on", "the", "accuracy", "of", "the", "tree", "constructed", ".", "In", "this", "paper", ",", "we", "revisit", "this", "problem", ".", "We", "make", "the", "following", "two", "contributions", ":", "1", ")", "We", "present", "a", "numerical", "interval", "pruning", "(", "NIP", ")", "approach", "for", "efficiently", "processing", "numerical", "attributes", ".", "Our", "results", "show", "an", "average", "of", "39", "%", "reduction", "in", "execution", "times", ".", "2", ")", "We", "exploit", "the", "properties", "of", "the", "gain", "function", "entropy", "(", "and", "gini", ")", "to", "reduce", "the", "sample", "size", "required", "for", "obtaining", "a", "given", "bound", "on", "the", "accuracy", ".", "Our", "experimental", "results", "show", "a", "37", "%", "reduction", "in", "the", "number", "of", "data", "instances", "required", "." ]
[ "O", "B", "I", "O", "O", "B", "I", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
429,539
[ "The", "complexity", "of", "mining", "maximal", "frequent", "itemsets", "and", "maximal", "frequent", "patterns", "Mining", "maximal", "frequent", "itemsets", "is", "one", "of", "the", "most", "fundamental", "problems", "in", "data", "mining", ".", "In", "this", "paper", "we", "study", "the", "complexity-theoretic", "aspects", "of", "maximal", "frequent", "itemset", "mining", ",", "from", "the", "perspective", "of", "counting", "the", "number", "of", "solutions", ".", "We", "present", "the", "first", "formal", "proof", "that", "the", "problem", "of", "counting", "the", "number", "of", "distinct", "maximal", "frequent", "itemsets", "in", "a", "database", "of", "transactions", ",", "given", "an", "arbitrary", "support", "threshold", ",", "is", "#P", "-", "complete", ",", "thereby", "providing", "strong", "theoretical", "evidence", "that", "the", "problem", "of", "mining", "maximal", "frequent", "itemsets", "is", "NP-hard", ".", "This", "result", "is", "of", "particular", "interest", "since", "the", "associated", "decision", "problem", "of", "checking", "the", "existence", "of", "a", "maximal", "frequent", "itemset", "is", "in", "P.", "We", "also", "extend", "our", "complexity", "analysis", "to", "other", "similar", "data", "mining", "problems", "dealing", "with", "complex", "data", "structures", ",", "such", "as", "sequences", ",", "trees", ",", "and", "graphs", ",", "which", "have", "attracted", "intensive", "research", "interests", "in", "recent", "years", ".", "Normally", ",", "in", "these", "problems", "a", "partial", "order", "among", "frequent", "patterns", "can", "be", "defined", "in", "such", "a", "way", "as", "to", "preserve", "the", "downward", "closure", "property", ",", "with", "maximal", "frequent", "patterns", "being", "those", "without", "any", "successor", "with", "respect", "to", "this", "partial", "order", ".", "We", "investigate", "several", "variants", "of", "these", "mining", "problems", "in", "which", "the", "patterns", "of", "interest", "are", "subsequences", ",", "subtrees", ",", "or", "subgraphs", ",", "and", "show", "that", "the", "associated", "problems", "of", "counting", "the", "number", "of", "maximal", "frequent", "patterns", "are", "all", "either", "#P", "-", "complete", "or", "#P", "-", "hard", "." ]
[ "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", "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", "B", "I", "I", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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,450,770
[ "Incremental", "context", "mining", "for", "adaptive", "document", "classification", "Automatic", "document", "classification", "(", "DC", ")", "is", "essential", "for", "the", "management", "of", "information", "and", "knowledge", ".", "This", "paper", "explores", "two", "practical", "issues", "in", "DC", ":", "(", "1", ")", "each", "document", "has", "its", "context", "of", "discussion", ",", "and", "(", "2", ")", "both", "the", "content", "and", "vocabulary", "of", "the", "document", "database", "is", "intrinsically", "evolving", ".", "The", "issues", "call", "for", "adaptive", "document", "classification", "(", "ADC", ")", "that", "adapts", "a", "DC", "system", "to", "the", "evolving", "contextual", "requirement", "of", "each", "document", "category", ",", "so", "that", "input", "documents", "may", "be", "classified", "based", "on", "their", "contexts", "of", "discussion", ".", "We", "present", "an", "incremental", "context", "mining", "technique", "to", "tackle", "the", "challenges", "of", "ADC", ".", "Theoretical", "analyses", "and", "empirical", "results", "show", "that", ",", "given", "a", "text", "hierarchy", ",", "the", "mining", "technique", "is", "efficient", "in", "incrementally", "maintaining", "the", "evolving", "contextual", "requirement", "of", "each", "category", ".", "Based", "on", "the", "contextual", "requirements", "mined", "by", "the", "system", ",", "higher-precision", "DC", "may", "be", "achieved", "with", "better", "efficiency", "." ]
[ "O", "O", "O", "O", "B", "I", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "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" ]
1,342,241
[ "Querying", "multiple", "sets", "of", "discovered", "rules", "Rule", "mining", "is", "an", "important", "data", "mining", "task", "that", "has", "been", "applied", "to", "numerous", "real-world", "applications", ".", "Often", "a", "rule", "mining", "system", "generates", "a", "large", "number", "of", "rules", "and", "only", "a", "small", "subset", "of", "them", "is", "really", "useful", "in", "applications", ".", "Although", "there", "exist", "some", "systems", "allowing", "the", "user", "to", "query", "the", "discovered", "rules", ",", "they", "are", "less", "suitable", "for", "complex", "ad", "hoc", "querying", "of", "multiple", "data", "mining", "rulebases", "to", "retrieve", "interesting", "rules", ".", "In", "this", "paper", ",", "we", "propose", "a", "new", "powerful", "rule", "query", "language", "Rule-QL", "for", "querying", "multiple", "rulebases", "that", "is", "modeled", "after", "SQL", "and", "has", "rigorous", "theoretical", "foundations", "of", "a", "rule-based", "calculus", ".", "In", "particular", ",", "we", "first", "propose", "a", "rule-based", "calculus", "RC", "based", "on", "the", "first-order", "logic", ",", "and", "then", "present", "the", "language", "Rule-QL", "that", "is", "at", "least", "as", "expressive", "as", "the", "safe", "fragment", "of", "RC", ".", "We", "also", "propose", "a", "number", "of", "efficient", "query", "evaluation", "techniques", "for", "Rule-QL", "and", "test", "them", "experimentally", "on", "some", "representative", "queries", "to", "demonstrate", "the", "feasibility", "of", "Rule-QL", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
10,201,372
[ "Heterogeneous", "source", "consensus", "learning", "via", "decision", "propagation", "and", "negotiation", "Nowadays", ",", "enormous", "amounts", "of", "data", "are", "continuously", "generated", "not", "only", "in", "massive", "scale", ",", "but", "also", "from", "different", ",", "sometimes", "conflicting", ",", "views", ".", "Therefore", ",", "it", "is", "important", "to", "consolidate", "different", "concepts", "for", "intelligent", "decision", "making", ".", "For", "example", ",", "to", "predict", "the", "research", "areas", "of", "some", "people", ",", "the", "best", "results", "are", "usually", "achieved", "by", "combining", "and", "consolidating", "predictions", "obtained", "from", "the", "publication", "network", ",", "co-authorship", "network", "and", "the", "textual", "content", "of", "their", "publications", ".", "Multiple", "supervised", "and", "unsupervised", "hypotheses", "can", "be", "drawn", "from", "these", "information", "sources", ",", "and", "negotiating", "their", "differences", "and", "consolidating", "decisions", "usually", "yields", "a", "much", "more", "accurate", "model", "due", "to", "the", "diversity", "and", "heterogeneity", "of", "these", "models", ".", "In", "this", "paper", ",", "we", "address", "the", "problem", "of", "``", "consensus", "learning", "''", "among", "competing", "hypotheses", ",", "which", "either", "rely", "on", "outside", "knowledge", "(", "supervised", "learning", ")", "or", "internal", "structure", "(", "unsupervised", "clustering", ")", ".", "We", "argue", "that", "consensus", "learning", "is", "an", "NP-hard", "problem", "and", "thus", "propose", "to", "solve", "it", "by", "an", "efficient", "heuristic", "method", ".", "We", "construct", "a", "belief", "graph", "to", "first", "propagate", "predictions", "from", "supervised", "models", "to", "the", "unsupervised", ",", "and", "then", "negotiate", "and", "reach", "consensus", "among", "them", ".", "Their", "final", "decision", "is", "further", "consolidated", "by", "calculating", "each", "model", "'s", "weight", "based", "on", "its", "degree", "of", "consistency", "with", "other", "models", ".", "Experiments", "are", "conducted", "on", "20", "Newsgroups", "data", ",", "Cora", "research", "papers", ",", "DBLP", "author-conference", "network", ",", "and", "Yahoo", "!", "Movies", "datasets", ",", "and", "the", "results", "show", "that", "the", "proposed", "method", "improves", "the", "classification", "accuracy", "and", "the", "clustering", "quality", "measure", "(", "NMI", ")", "over", "the", "best", "base", "model", "by", "up", "to", "10", "%", ".", "Furthermore", ",", "it", "runs", "in", "time", "proportional", "to", "the", "number", "of", "instances", ",", "which", "is", "very", "efficient", "for", "large", "scale", "data", "sets", "." ]
[ "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", "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", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
14,125,260
[ "Large-scale", "matrix", "factorization", "with", "distributed", "stochastic", "gradient", "descent", "We", "provide", "a", "novel", "algorithm", "to", "approximately", "factor", "large", "matrices", "with", "millions", "of", "rows", ",", "millions", "of", "columns", ",", "and", "billions", "of", "nonzero", "elements", ".", "Our", "approach", "rests", "on", "stochastic", "gradient", "descent", "(", "SGD", ")", ",", "an", "iterative", "stochastic", "optimization", "algorithm", ".", "We", "first", "develop", "a", "novel", "``", "stratified", "''", "SGD", "variant", "(", "SSGD", ")", "that", "applies", "to", "general", "loss-minimization", "problems", "in", "which", "the", "loss", "function", "can", "be", "expressed", "as", "a", "weighted", "sum", "of", "``", "stratum", "losses", ".", "''", "We", "establish", "sufficient", "conditions", "for", "convergence", "of", "SSGD", "using", "results", "from", "stochastic", "approximation", "theory", "and", "regenerative", "process", "theory", ".", "We", "then", "specialize", "SSGD", "to", "obtain", "a", "new", "matrix-factorization", "algorithm", ",", "called", "DSGD", ",", "that", "can", "be", "fully", "distributed", "and", "run", "on", "web-scale", "datasets", "using", ",", "e.g.", ",", "MapReduce", ".", "DSGD", "can", "handle", "a", "wide", "variety", "of", "matrix", "factorizations", ".", "We", "describe", "the", "practical", "techniques", "used", "to", "optimize", "performance", "in", "our", "DSGD", "implementation", ".", "Experiments", "suggest", "that", "DSGD", "converges", "significantly", "faster", "and", "has", "better", "scalability", "properties", "than", "alternative", "algorithms", "." ]
[ "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", "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", "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" ]
5,326,332
[ "iLink", ":", "search", "and", "routing", "in", "social", "networks", "The", "growth", "of", "Web", "2.0", "and", "fundamental", "theoretical", "breakthroughs", "have", "led", "to", "an", "avalanche", "of", "interest", "in", "social", "networks", ".", "This", "paper", "focuses", "on", "the", "problem", "of", "modeling", "how", "social", "networks", "accomplish", "tasks", "through", "peer", "production", "style", "collaboration", ".", "We", "propose", "a", "general", "interaction", "model", "for", "the", "underlying", "social", "networks", "and", "then", "a", "specific", "model", "(", "iLink", "for", "social", "search", "and", "message", "routing", ".", "A", "key", "contribution", "here", "is", "the", "development", "of", "a", "general", "learning", "framework", "for", "making", "such", "online", "peer", "production", "systems", "work", "at", "scale", ".", "The", "iLink", "model", "has", "been", "used", "to", "develop", "a", "system", "for", "FAQ", "generation", "in", "a", "social", "network", "(", "FAQtory", ")", ",", "and", "experience", "with", "its", "application", "in", "the", "context", "of", "a", "full-scale", "learning-driven", "workflow", "application", "(", "CALO", ")", "is", "reported", ".", "We", "also", "discuss", "methods", "of", "adapting", "iLink", "technology", "for", "use", "in", "military", "knowledge", "sharing", "portals", "and", "other", "message", "routing", "systems", ".", "Finally", ",", "the", "paper", "shows", "the", "connection", "of", "iLink", "to", "SQM", ",", "a", "theoretical", "model", "for", "social", "search", "that", "is", "a", "generalization", "of", "Markov", "Decision", "Processes", "and", "the", "popular", "Pagerank", "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", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "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" ]
9,274,894
[ "Get", "another", "label", "?", "improving", "data", "quality", "and", "data", "mining", "using", "multiple", ",", "noisy", "labelers", "This", "paper", "addresses", "the", "repeated", "acquisition", "of", "labels", "for", "data", "items", "when", "the", "labeling", "is", "imperfect", ".", "We", "examine", "the", "improvement", "(", "or", "lack", "thereof", ")", "in", "data", "quality", "via", "repeated", "labeling", ",", "and", "focus", "especially", "on", "the", "improvement", "of", "training", "labels", "for", "supervised", "induction", ".", "With", "the", "outsourcing", "of", "small", "tasks", "becoming", "easier", ",", "for", "example", "via", "Rent-A-Coder", "or", "Amazon", "'s", "Mechanical", "Turk", ",", "it", "often", "is", "possible", "to", "obtain", "less-than-expert", "labeling", "at", "low", "cost", ".", "With", "low-cost", "labeling", ",", "preparing", "the", "unlabeled", "part", "of", "the", "data", "can", "become", "considerably", "more", "expensive", "than", "labeling", ".", "We", "present", "repeated-labeling", "strategies", "of", "increasing", "complexity", ",", "and", "show", "several", "main", "results", ".", "(", "i", ")", "Repeated-labeling", "can", "improve", "label", "quality", "and", "model", "quality", ",", "but", "not", "always", ".", "(", "ii", ")", "When", "labels", "are", "noisy", ",", "repeated", "labeling", "can", "be", "preferable", "to", "single", "labeling", "even", "in", "the", "traditional", "setting", "where", "labels", "are", "not", "particularly", "cheap", ".", "(", "iii", ")", "As", "soon", "as", "the", "cost", "of", "processing", "the", "unlabeled", "data", "is", "not", "free", ",", "even", "the", "simple", "strategy", "of", "labeling", "everything", "multiple", "times", "can", "give", "considerable", "advantage", ".", "(", "iv", ")", "Repeatedly", "labeling", "a", "carefully", "chosen", "set", "of", "points", "is", "generally", "preferable", ",", "and", "we", "present", "a", "robust", "technique", "that", "combines", "different", "notions", "of", "uncertainty", "to", "select", "data", "points", "for", "which", "quality", "should", "be", "improved", ".", "The", "bottom", "line", ":", "the", "results", "show", "clearly", "that", "when", "labeling", "is", "not", "perfect", ",", "selective", "acquisition", "of", "multiple", "labels", "is", "a", "strategy", "that", "data", "miners", "should", "have", "in", "their", "repertoire", ";", "for", "certain", "label-quality\\/cost", "regimes", ",", "the", "benefit", "is", "substantial", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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,662,316
[ "Relational", "learning", "via", "latent", "social", "dimensions", "Social", "media", "such", "as", "blogs", ",", "Facebook", ",", "Flickr", ",", "etc.", ",", "presents", "data", "in", "a", "network", "format", "rather", "than", "classical", "IID", "distribution", ".", "To", "address", "the", "interdependency", "among", "data", "instances", ",", "relational", "learning", "has", "been", "proposed", ",", "and", "collective", "inference", "based", "on", "network", "connectivity", "is", "adopted", "for", "prediction", ".", "However", ",", "connections", "in", "social", "media", "are", "often", "multi-dimensional", ".", "An", "actor", "can", "connect", "to", "another", "actor", "for", "different", "reasons", ",", "e.g.", ",", "alumni", ",", "colleagues", ",", "living", "in", "the", "same", "city", ",", "sharing", "similar", "interests", ",", "etc.", ".", "Collective", "inference", "normally", "does", "not", "differentiate", "these", "connections", ".", "In", "this", "work", ",", "we", "propose", "to", "extract", "latent", "social", "dimensions", "based", "on", "network", "information", ",", "and", "then", "utilize", "them", "as", "features", "for", "discriminative", "learning", ".", "These", "social", "dimensions", "describe", "diverse", "affiliations", "of", "actors", "hidden", "in", "the", "network", ",", "and", "the", "discriminative", "learning", "can", "automatically", "determine", "which", "affiliations", "are", "better", "aligned", "with", "the", "class", "labels", ".", "Such", "a", "scheme", "is", "preferred", "when", "multiple", "diverse", "relations", "are", "associated", "with", "the", "same", "network", ".", "We", "conduct", "extensive", "experiments", "on", "social", "media", "data", "(", "one", "from", "a", "real-world", "blog", "site", "and", "the", "other", "from", "a", "popular", "content", "sharing", "site", ")", ".", "Our", "model", "outperforms", "representative", "relational", "learning", "methods", "based", "on", "collective", "inference", ",", "especially", "when", "few", "labeled", "data", "are", "available", ".", "The", "sensitivity", "of", "this", "model", "and", "its", "connection", "to", "existing", "methods", "are", "also", "examined", "." ]
[ "B", "I", "O", "O", "B", "I", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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", "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", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "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" ]
11,080,150
[ "Efficient", "methods", "for", "topic", "model", "inference", "on", "streaming", "document", "collections", "Topic", "models", "provide", "a", "powerful", "tool", "for", "analyzing", "large", "text", "collections", "by", "representing", "high", "dimensional", "data", "in", "a", "low", "dimensional", "subspace", ".", "Fitting", "a", "topic", "model", "given", "a", "set", "of", "training", "documents", "requires", "approximate", "inference", "techniques", "that", "are", "computationally", "expensive", ".", "With", "today", "'s", "large-scale", ",", "constantly", "expanding", "document", "collections", ",", "it", "is", "useful", "to", "be", "able", "to", "infer", "topic", "distributions", "for", "new", "documents", "without", "retraining", "the", "model", ".", "In", "this", "paper", ",", "we", "empirically", "evaluate", "the", "performance", "of", "several", "methods", "for", "topic", "inference", "in", "previously", "unseen", "documents", ",", "including", "methods", "based", "on", "Gibbs", "sampling", ",", "variational", "inference", ",", "and", "a", "new", "method", "inspired", "by", "text", "classification", ".", "The", "classification-based", "inference", "method", "produces", "results", "similar", "to", "iterative", "inference", "methods", ",", "but", "requires", "only", "a", "single", "matrix", "multiplication", ".", "In", "addition", "to", "these", "inference", "methods", ",", "we", "present", "SparseLDA", ",", "an", "algorithm", "and", "data", "structure", "for", "evaluating", "Gibbs", "sampling", "distributions", ".", "Empirical", "results", "indicate", "that", "SparseLDA", "can", "be", "approximately", "20", "times", "faster", "than", "traditional", "LDA", "and", "provide", "twice", "the", "speedup", "of", "previously", "published", "fast", "sampling", "methods", ",", "while", "also", "using", "substantially", "less", "memory", "." ]
[ "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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", "B", "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" ]
380,155
[ "Data", "mining", "criteria", "for", "tree-based", "regression", "and", "classification", "This", "paper", "is", "concerned", "with", "the", "construction", "of", "regression", "and", "classification", "trees", "that", "are", "more", "adapted", "to", "data", "mining", "applications", "than", "conventional", "trees", ".", "To", "this", "end", ",", "we", "propose", "new", "splitting", "criteria", "for", "growing", "trees", ".", "Conventional", "splitting", "criteria", "attempt", "to", "perform", "well", "on", "both", "sides", "of", "a", "split", "by", "attempting", "a", "compromise", "in", "the", "quality", "of", "fit", "between", "the", "left", "and", "the", "right", "side", ".", "By", "contrast", ",", "we", "adopt", "a", "data", "mining", "point", "of", "view", "by", "proposing", "criteria", "that", "search", "for", "interesting", "subsets", "of", "the", "data", ",", "as", "opposed", "to", "modeling", "all", "of", "the", "data", "equally", "well", ".", "The", "new", "criteria", "do", "not", "split", "based", "on", "a", "compromise", "between", "the", "left", "and", "the", "right", "bucket", ";", "they", "effectively", "pick", "the", "more", "interesting", "bucket", "and", "ignore", "the", "other", ".", "As", "expected", ",", "the", "result", "is", "often", "a", "simpler", "characterization", "of", "interesting", "subsets", "of", "the", "data", ".", "Less", "expected", "is", "that", "the", "new", "criteria", "often", "yield", "whole", "trees", "that", "provide", "more", "interpretable", "data", "descriptions", ".", "Surprisingly", ",", "it", "is", "a", "``", "flaw", "''", "that", "works", "to", "their", "advantage", ":", "The", "new", "criteria", "have", "an", "increased", "tendency", "to", "accept", "splits", "near", "the", "boundaries", "of", "the", "predictor", "ranges", ".", "This", "so-called", "``", "end-cut", "problem", "''", "leads", "to", "the", "repeated", "peeling", "of", "small", "layers", "of", "data", "and", "results", "in", "very", "unbalanced", "but", "highly", "expressive", "and", "interpretable", "trees", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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", "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" ]
11,142,969
[ "Connecting", "the", "dots", "between", "news", "articles", "The", "process", "of", "extracting", "useful", "knowledge", "from", "large", "datasets", "has", "become", "one", "of", "the", "most", "pressing", "problems", "in", "today", "'s", "society", ".", "The", "problem", "spans", "entire", "sectors", ",", "from", "scientists", "to", "intelligence", "analysts", "and", "web", "users", ",", "all", "of", "whom", "are", "constantly", "struggling", "to", "keep", "up", "with", "the", "larger", "and", "larger", "amounts", "of", "content", "published", "every", "day", ".", "With", "this", "much", "data", ",", "it", "is", "often", "easy", "to", "miss", "the", "big", "picture", ".", "In", "this", "paper", ",", "we", "investigate", "methods", "for", "automatically", "connecting", "the", "dots", "--", "providing", "a", "structured", ",", "easy", "way", "to", "navigate", "within", "a", "new", "topic", "and", "discover", "hidden", "connections", ".", "We", "focus", "on", "the", "news", "domain", ":", "given", "two", "news", "articles", ",", "our", "system", "automatically", "finds", "a", "coherent", "chain", "linking", "them", "together", ".", "For", "example", ",", "it", "can", "recover", "the", "chain", "of", "events", "starting", "with", "the", "decline", "of", "home", "prices", "(", "January", "2007", ")", ",", "and", "ending", "with", "the", "ongoing", "health-care", "debate", ".", "We", "formalize", "the", "characteristics", "of", "a", "good", "chain", "and", "provide", "an", "efficient", "algorithm", "(", "with", "theoretical", "guarantees", ")", "to", "connect", "two", "fixed", "endpoints", ".", "We", "incorporate", "user", "feedback", "into", "our", "framework", ",", "allowing", "the", "stories", "to", "be", "refined", "and", "personalized", ".", "Finally", ",", "we", "evaluate", "our", "algorithm", "over", "real", "news", "data", ".", "Our", "user", "studies", "demonstrate", "the", "algorithm", "'s", "effectiveness", "in", "helping", "users", "understanding", "the", "news", "." ]
[ "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "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", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O" ]
11,539,451
[ "Neighbor", "query", "friendly", "compression", "of", "social", "networks", "Compressing", "social", "networks", "can", "substantially", "facilitate", "mining", "and", "advanced", "analysis", "of", "large", "social", "networks", ".", "Preferably", ",", "social", "networks", "should", "be", "compressed", "in", "a", "way", "that", "they", "still", "can", "be", "queried", "efficiently", "without", "decompression", ".", "Arguably", ",", "neighbor", "queries", ",", "which", "search", "for", "all", "neighbors", "of", "a", "query", "vertex", ",", "are", "the", "most", "essential", "operations", "on", "social", "networks", ".", "Can", "we", "compress", "social", "networks", "effectively", "in", "a", "neighbor", "query", "friendly", "manner", ",", "that", "is", ",", "neighbor", "queries", "still", "can", "be", "answered", "in", "sublinear", "time", "using", "the", "compression", "?", "In", "this", "paper", ",", "we", "develop", "an", "effective", "social", "network", "compression", "approach", "achieved", "by", "a", "novel", "Eulerian", "data", "structure", "using", "multi-position", "linearizations", "of", "directed", "graphs", ".", "Our", "method", "comes", "with", "a", "nontrivial", "theoretical", "bound", "on", "the", "compression", "rate", ".", "To", "the", "best", "of", "our", "knowledge", ",", "our", "approach", "is", "the", "first", "that", "can", "answer", "both", "out-neighbor", "and", "in-neighbor", "queries", "in", "sublinear", "time", ".", "An", "extensive", "empirical", "study", "on", "more", "than", "a", "dozen", "benchmark", "real", "data", "sets", "verifies", "our", "design", "." ]
[ "O", "O", "O", "B", "O", "B", "I", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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", "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", "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" ]
425,828
[ "Weighted", "Association", "Rule", "Mining", "using", "weighted", "support", "and", "significance", "framework", "We", "address", "the", "issues", "of", "discovering", "significant", "binary", "relationships", "in", "transaction", "datasets", "in", "a", "weighted", "setting", ".", "Traditional", "model", "of", "association", "rule", "mining", "is", "adapted", "to", "handle", "weighted", "association", "rule", "mining", "problems", "where", "each", "item", "is", "allowed", "to", "have", "a", "weight", ".", "The", "goal", "is", "to", "steer", "the", "mining", "focus", "to", "those", "significant", "relationships", "involving", "items", "with", "significant", "weights", "rather", "than", "being", "flooded", "in", "the", "combinatornal", "explosion", "of", "insignificant", "relationships", ".", "We", "identify", "the", "challenge", "of", "using", "weights", "in", "the", "iterative", "process", "of", "generating", "large", "itemsets", ".", "The", "problem", "of", "invalidation", "of", "the", "``", "downward", "closure", "property", "''", "in", "the", "weighted", "setting", "is", "solved", "by", "using", "an", "improved", "model", "of", "weighted", "support", "measurements", "and", "exploiting", "a", "``", "weighted", "downward", "closure", "property", "''", ".", "A", "new", "algorithm", "called", "WARM", "(", "Weighted", "Association", "Rule", "Mining", ")", "is", "developed", "based", "on", "the", "improved", "model", ".", "The", "algorithm", "is", "both", "scalable", "and", "efficient", "in", "discovering", "significant", "relationships", "in", "weighted", "settings", "as", "illustrated", "by", "experiments", "performed", "on", "simulated", "datasets", "." ]
[ "B", "I", "I", "I", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "I", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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", "I", "I", "I", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "I", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
8,144,120
[ "Detecting", "research", "topics", "via", "the", "correlation", "between", "graphs", "and", "texts", "In", "this", "paper", "we", "address", "the", "problem", "of", "detecting", "topics", "in", "large-scale", "linked", "document", "collections", ".", "Recently", ",", "topic", "detection", "has", "become", "a", "very", "active", "area", "of", "research", "due", "to", "its", "utility", "for", "information", "navigation", ",", "trend", "analysis", ",", "and", "high-level", "description", "of", "data", ".", "We", "present", "a", "unique", "approach", "that", "uses", "the", "correlation", "between", "the", "distribution", "of", "a", "term", "that", "represents", "a", "topic", "and", "the", "link", "distribution", "in", "the", "citation", "graph", "where", "the", "nodes", "are", "limited", "to", "the", "documents", "containing", "the", "term", ".", "This", "tight", "coupling", "between", "term", "and", "graph", "analysis", "is", "distinguished", "from", "other", "approaches", "such", "as", "those", "that", "focus", "on", "language", "models", ".", "We", "develop", "a", "topic", "score", "measure", "for", "each", "term", ",", "using", "the", "likelihood", "ratio", "of", "binary", "hypotheses", "based", "on", "a", "probabilistic", "description", "of", "graph", "connectivity", ".", "Our", "approach", "is", "based", "on", "the", "intuition", "that", "if", "a", "term", "is", "relevant", "to", "a", "topic", ",", "the", "documents", "containing", "the", "term", "have", "denser", "connectivity", "than", "a", "random", "selection", "of", "documents", ".", "We", "extend", "our", "algorithm", "to", "detect", "a", "topic", "represented", "by", "a", "set", "of", "terms", ",", "using", "the", "intuition", "that", "if", "the", "co-occurrence", "of", "terms", "represents", "a", "new", "topic", ",", "the", "citation", "pattern", "should", "exhibit", "the", "synergistic", "effect", ".", "We", "test", "our", "algorithm", "on", "two", "electronic", "research", "literature", "collections", ",", "arXiv", "and", "Citeseer", ".", "Our", "evaluation", "shows", "that", "the", "approach", "is", "effective", "and", "reveals", "some", "novel", "aspects", "of", "topic", "detection", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O" ]
93,113
[ "Fast", "vertical", "mining", "using", "diffsets", "A", "number", "of", "vertical", "mining", "algorithms", "have", "been", "proposed", "recently", "for", "association", "mining", ",", "which", "have", "shown", "to", "be", "very", "effective", "and", "usually", "outperform", "horizontal", "approaches", ".", "The", "main", "advantage", "of", "the", "vertical", "format", "is", "support", "for", "fast", "frequency", "counting", "via", "intersection", "operations", "on", "transaction", "ids", "(", "tids", ")", "and", "automatic", "pruning", "of", "irrelevant", "data", ".", "The", "main", "problem", "with", "these", "approaches", "is", "when", "intermediate", "results", "of", "vertical", "tid", "lists", "become", "too", "large", "for", "memory", ",", "thus", "affecting", "the", "algorithm", "scalability", ".", "In", "this", "paper", "we", "present", "a", "novel", "vertical", "data", "representation", "called", "Diffset", ",", "that", "only", "keeps", "track", "of", "differences", "in", "the", "tids", "of", "a", "candidate", "pattern", "from", "its", "generating", "frequent", "patterns", ".", "We", "show", "that", "diffsets", "drastically", "cut", "down", "the", "size", "of", "memory", "required", "to", "store", "intermediate", "results", ".", "We", "show", "how", "diffsets", ",", "when", "incorporated", "into", "previous", "vertical", "mining", "methods", ",", "increase", "the", "performance", "significantly", "." ]
[ "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", "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" ]
305,332
[ "Carpenter", ":", "finding", "closed", "patterns", "in", "long", "biological", "datasets", "The", "growth", "of", "bioinformatics", "has", "resulted", "in", "datasets", "with", "new", "characteristics", ".", "These", "datasets", "typically", "contain", "a", "large", "number", "of", "columns", "and", "a", "small", "number", "of", "rows", ".", "For", "example", ",", "many", "gene", "expression", "datasets", "may", "contain", "10,000-100", ",000", "columns", "but", "only", "100-1000", "rows", ".", "Such", "datasets", "pose", "a", "great", "challenge", "for", "existing", "(", "closed", ")", "frequent", "pattern", "discovery", "algorithms", ",", "since", "they", "have", "an", "exponential", "dependence", "on", "the", "average", "row", "length", ".", "In", "this", "paper", ",", "we", "describe", "a", "new", "algorithm", "called", "CARPENTER", "that", "is", "specially", "designed", "to", "handle", "datasets", "having", "a", "large", "number", "of", "attributes", "and", "relatively", "small", "number", "of", "rows", ".", "Several", "experiments", "on", "real", "bioinformatics", "datasets", "show", "that", "CARPENTER", "is", "orders", "of", "magnitude", "better", "than", "previous", "closed", "pattern", "mining", "algorithms", "like", "CLOSET", "and", "CHARM", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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" ]
8,613,999
[ "Predicting", "rare", "classes", ":", "can", "boosting", "make", "any", "weak", "learner", "strong", "?", "Boosting", "is", "a", "strong", "ensemble-based", "learning", "algorithm", "with", "the", "promise", "of", "iteratively", "improving", "the", "classification", "accuracy", "using", "any", "base", "learner", ",", "as", "long", "as", "it", "satisfies", "the", "condition", "of", "yielding", "weighted", "accuracy", ")", "0.5", ".", "In", "this", "paper", ",", "we", "analyze", "boosting", "with", "respect", "to", "this", "basic", "condition", "on", "the", "base", "learner", ",", "to", "see", "if", "boosting", "ensures", "prediction", "of", "rarely", "occurring", "events", "with", "high", "recall", "and", "precision", ".", "First", "we", "show", "that", "a", "base", "learner", "can", "satisfy", "the", "required", "condition", "even", "for", "poor", "recall", "or", "precision", "levels", ",", "especially", "for", "very", "rare", "classes", ".", "Furthermore", ",", "we", "show", "that", "the", "intelligent", "weight", "updating", "mechanism", "in", "boosting", ",", "even", "in", "its", "strong", "cost-sensitive", "form", ",", "does", "not", "prevent", "cases", "where", "the", "base", "learner", "always", "achieves", "high", "precision", "but", "poor", "recall", "or", "high", "recall", "but", "poor", "precision", ",", "when", "mapped", "to", "the", "original", "distribution", ".", "In", "either", "of", "these", "cases", ",", "we", "show", "that", "the", "voting", "mechanism", "of", "boosting", "falls", "to", "achieve", "good", "overall", "recall", "and", "precision", "for", "the", "ensemble", ".", "In", "effect", ",", "our", "analysis", "indicates", "that", "one", "can", "not", "be", "blind", "to", "the", "base", "learner", "performance", ",", "and", "just", "rely", "on", "the", "boosting", "mechanism", "to", "take", "care", "of", "its", "weakness", ".", "We", "validate", "our", "arguments", "empirically", "on", "variety", "of", "real", "and", "synthetic", "rare", "class", "problems", ".", "In", "particular", ",", "using", "AdaCost", "as", "the", "boosting", "algorithm", ",", "and", "variations", "of", "PNrule", "and", "RIPPER", "as", "the", "base", "learners", ",", "we", "show", "that", "if", "algorithm", "A", "achieves", "better", "recall-precision", "balance", "than", "algorithm", "B", ",", "then", "using", "A", "as", "the", "base", "learner", "in", "AdaCost", "yields", "significantly", "better", "performance", "than", "using", "B", "as", "the", "base", "learner", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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,739,621
[ "A", "data", "mining", "approach", "to", "modeling", "relationships", "among", "categories", "in", "image", "collection", "This", "paper", "proposes", "a", "data", "mining", "approach", "to", "modeling", "relationships", "among", "categories", "in", "image", "collection", ".", "In", "our", "approach", ",", "with", "image", "feature", "grouping", ",", "a", "visual", "dictionary", "is", "created", "for", "color", ",", "texture", ",", "and", "shape", "feature", "attributes", "respectively", ".", "Labeling", "each", "training", "image", "with", "the", "keywords", "in", "the", "visual", "dictionary", ",", "a", "classification", "tree", "is", "built", ".", "Based", "on", "the", "statistical", "properties", "of", "the", "feature", "space", "we", "define", "a", "structure", ",", "called", "α-Semantics", "Graph", ",", "to", "discover", "the", "hidden", "semantic", "relationships", "among", "the", "semantic", "categories", "embodied", "in", "the", "image", "collection", ".", "With", "the", "α-Semantics", "Graph", ",", "each", "semantic", "category", "is", "modeled", "as", "a", "unique", "fuzzy", "set", "to", "explicitly", "address", "the", "semantic", "uncertainty", "and", "semantic", "overlap", "among", "the", "categories", "in", "the", "feature", "space", ".", "The", "model", "is", "utilized", "in", "the", "semantics-intensive", "image", "retrieval", "application", ".", "An", "algorithm", "using", "the", "classification", "accuracy", "measures", "is", "developed", "to", "combine", "the", "built", "classification", "tree", "with", "the", "fuzzy", "set", "modeling", "method", "to", "deliver", "semantically", "relevant", "image", "retrieval", "for", "a", "given", "query", "image", ".", "The", "experimental", "evaluations", "have", "demonstrated", "that", "the", "proposed", "approach", "models", "the", "semantic", "relationships", "effectively", "and", "the", "image", "retrieval", "prototype", "system", "utilizing", "the", "derived", "model", "is", "promising", "both", "in", "effectiveness", "and", "efficiency", "." ]
[ "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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", "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", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
75,896
[ "Fragments", "of", "order", "High-dimensional", "collections", "of", "0", "--", "1", "data", "occur", "in", "many", "applications", ".", "The", "attributes", "in", "such", "data", "sets", "are", "typically", "considered", "to", "be", "unordered", ".", "However", ",", "in", "many", "cases", "there", "is", "a", "natural", "total", "or", "partial", "order", "≺", "underlying", "the", "variables", "of", "the", "data", "set", ".", "Examples", "of", "variables", "for", "which", "such", "orders", "exist", "include", "terms", "in", "documents", ",", "courses", "in", "enrollment", "data", ",", "and", "paleontological", "sites", "in", "fossil", "data", "collections", ".", "The", "observations", "in", "such", "applications", "are", "flat", ",", "unordered", "sets", ";", "however", ",", "the", "data", "sets", "respect", "the", "underlying", "ordering", "of", "the", "variables", ".", "By", "this", "we", "mean", "that", "if", "A", "≺", "B", "≺", "C", "are", "three", "variables", "respecting", "the", "underlying", "ordering", "≺", ",", "and", "both", "of", "variables", "A", "and", "C", "appear", "in", "an", "observation", ",", "then", ",", "up", "to", "noise", "levels", ",", "variable", "B", "also", "appears", "in", "this", "observation", ".", "Similarly", ",", "if", "A1", "≺", "A2", "≺", "...", "≺", "Al-1", "≺", "Ai", "is", "a", "longer", "sequence", "of", "variables", ",", "we", "do", "not", "expect", "to", "see", "many", "observations", "for", "which", "there", "are", "indices", "i", "(", "j", "(", "k", "such", "that", "Ai", "and", "Ak", "occur", "in", "the", "observation", "but", "Aj", "does", "not", ".", "In", "this", "paper", "we", "study", "the", "problem", "of", "discovering", "fragments", "of", "orders", "of", "variables", "implicit", "in", "collections", "of", "unordered", "observations", ".", "We", "define", "measures", "that", "capture", "how", "well", "a", "given", "order", "agrees", "with", "the", "observed", "data", ".", "We", "describe", "a", "simple", "and", "efficient", "algorithm", "for", "finding", "all", "the", "fragments", "that", "satisfy", "certain", "conditions", ".", "We", "also", "discuss", "the", "sometimes", "necessary", "postprocessing", "for", "selecting", "only", "the", "best", "fragments", "of", "order", ".", "Also", ",", "we", "relate", "our", "method", "with", "a", "sequencing", "approach", "that", "uses", "a", "spectral", "algorithm", ",", "and", "with", "the", "consecutive", "ones", "problem", ".", "We", "present", "experimental", "results", "on", "some", "real", "data", "sets", "(", "author", "lists", "of", "database", "papers", ",", "exam", "results", "data", ",", "and", "paleontological", "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", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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,284,571
[ "OLAP", "on", "search", "logs", ":", "an", "infrastructure", "supporting", "data-driven", "applications", "in", "search", "engines", "Search", "logs", ",", "which", "contain", "rich", "and", "up-to-date", "information", "about", "users", "'", "needs", "and", "preferences", ",", "have", "become", "a", "critical", "data", "source", "for", "search", "engines", ".", "Recently", ",", "more", "and", "more", "data-driven", "applications", "are", "being", "developed", "in", "search", "engines", "based", "on", "search", "logs", ",", "such", "as", "query", "suggestion", ",", "keyword", "bidding", ",", "and", "dissatisfactory", "query", "analysis", ".", "In", "this", "paper", ",", "by", "observing", "that", "many", "data-driven", "applications", "in", "search", "engines", "highly", "rely", "on", "online", "mining", "of", "search", "logs", ",", "we", "develop", "an", "OLAP", "system", "on", "search", "logs", "which", "serves", "as", "an", "infrastructure", "supporting", "various", "data-driven", "applications", ".", "An", "empirical", "study", "using", "real", "data", "of", "over", "two", "billion", "query", "sessions", "demonstrates", "the", "usefulness", "and", "feasibility", "of", "our", "design", "." ]
[ "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", "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" ]
432,461
[ "A", "refinement", "approach", "to", "handling", "model", "misfit", "in", "text", "categorization", "Text", "categorization", "or", "classification", "is", "the", "automated", "assigning", "of", "text", "documents", "to", "pre-defined", "classes", "based", "on", "their", "contents", ".", "This", "problem", "has", "been", "studied", "in", "information", "retrieval", ",", "machine", "learning", "and", "data", "mining", ".", "So", "far", ",", "many", "effective", "techniques", "have", "been", "proposed", ".", "However", ",", "most", "techniques", "are", "based", "on", "some", "underlying", "models", "and\\/or", "assumptions", ".", "When", "the", "data", "fits", "the", "model", "well", ",", "the", "classification", "accuracy", "will", "be", "high", ".", "However", ",", "when", "the", "data", "does", "not", "fit", "the", "model", "well", ",", "the", "classification", "accuracy", "can", "be", "very", "low", ".", "In", "this", "paper", ",", "we", "propose", "a", "refinement", "approach", "to", "dealing", "with", "this", "problem", "of", "model", "misfit", ".", "We", "show", "that", "we", "do", "not", "need", "to", "change", "the", "classification", "technique", "itself", "(", "or", "its", "underlying", "model", ")", "to", "make", "it", "more", "flexible", ".", "Instead", ",", "we", "propose", "to", "use", "successive", "refinements", "of", "classification", "on", "the", "training", "data", "to", "correct", "the", "model", "misfit", ".", "We", "apply", "the", "proposed", "technique", "to", "improve", "the", "classification", "performance", "of", "two", "simple", "and", "efficient", "text", "classifiers", ",", "the", "Rocchio", "classifier", "and", "the", "naïve", "Bayesian", "classifier", ".", "These", "techniques", "are", "suitable", "for", "very", "large", "text", "collections", "because", "they", "allow", "the", "data", "to", "reside", "on", "disk", "and", "need", "only", "one", "scan", "of", "the", "data", "to", "build", "a", "text", "classifier", ".", "Extensive", "experiments", "on", "two", "benchmark", "document", "corpora", "show", "that", "the", "proposed", "technique", "is", "able", "to", "improve", "text", "categorization", "accuracy", "of", "the", "two", "techniques", "dramatically", ".", "In", "particular", ",", "our", "refined", "model", "is", "able", "to", "improve", "the", "naïve", "Bayesian", "or", "Rocchio", "classifier", "'s", "prediction", "performance", "by", "45", "%", "on", "average", "." ]
[ "O", "O", "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", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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", "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" ]
1,071,109
[ "Mining", "closed", "relational", "graphs", "with", "connectivity", "constraints", "Relational", "graphs", "are", "widely", "used", "in", "modeling", "large", "scale", "networks", "such", "as", "biological", "networks", "and", "social", "networks", ".", "In", "this", "kind", "of", "graph", ",", "connectivity", "becomes", "critical", "in", "identifying", "highly", "associated", "groups", "and", "clusters", ".", "In", "this", "paper", ",", "we", "investigate", "the", "issues", "of", "mining", "closed", "frequent", "graphs", "with", "connectivity", "constraints", "in", "massive", "relational", "graphs", "where", "each", "graph", "has", "around", "10K", "nodes", "and", "1M", "edges", ".", "We", "adopt", "the", "concept", "of", "edge", "connectivity", "and", "apply", "the", "results", "from", "graph", "theory", ",", "to", "speed", "up", "the", "mining", "process", ".", "Two", "approaches", "are", "developed", "to", "handle", "different", "mining", "requests", ":", "CloseCut", ",", "a", "pattern-growth", "approach", ",", "and", "splat", ",", "a", "pattern-reduction", "approach", ".", "We", "have", "applied", "these", "methods", "in", "biological", "datasets", "and", "found", "the", "discovered", "patterns", "interesting", "." ]
[ "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", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "B", "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" ]
1,094,423
[ "Combining", "linguistic", "and", "statistical", "analysis", "to", "extract", "relations", "from", "web", "documents", "The", "World", "Wide", "Web", "provides", "a", "nearly", "endless", "source", "of", "knowledge", ",", "which", "is", "mostly", "given", "in", "natural", "language", ".", "A", "first", "step", "towards", "exploiting", "this", "data", "automatically", "could", "be", "to", "extract", "pairs", "of", "a", "given", "semantic", "relation", "from", "text", "documents", "-", "for", "example", "all", "pairs", "of", "a", "person", "and", "her", "birthdate", ".", "One", "strategy", "for", "this", "task", "is", "to", "find", "text", "patterns", "that", "express", "the", "semantic", "relation", ",", "to", "generalize", "these", "patterns", ",", "and", "to", "apply", "them", "to", "a", "corpus", "to", "find", "new", "pairs", ".", "In", "this", "paper", ",", "we", "show", "that", "this", "approach", "profits", "significantly", "when", "deep", "linguistic", "structures", "are", "used", "instead", "of", "surface", "text", "patterns", ".", "We", "demonstrate", "how", "linguistic", "structures", "can", "be", "represented", "for", "machine", "learning", ",", "and", "we", "provide", "a", "theoretical", "analysis", "of", "the", "pattern", "matching", "approach", ".", "We", "show", "the", "benefits", "of", "our", "approach", "by", "extensive", "experiments", "with", "our", "prototype", "system", "LEILA", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
13,222,302
[ "An", "energy-efficient", "mobile", "recommender", "system", "The", "increasing", "availability", "of", "large-scale", "location", "traces", "creates", "unprecedent", "opportunities", "to", "change", "the", "paradigm", "for", "knowledge", "discovery", "in", "transportation", "systems", ".", "A", "particularly", "promising", "area", "is", "to", "extract", "energy-efficient", "transportation", "patterns", "(", "green", "knowledge", ")", ",", "which", "can", "be", "used", "as", "guidance", "for", "reducing", "inefficiencies", "in", "energy", "consumption", "of", "transportation", "sectors", ".", "However", ",", "extracting", "green", "knowledge", "from", "location", "traces", "is", "not", "a", "trivial", "task", ".", "Conventional", "data", "analysis", "tools", "are", "usually", "not", "customized", "for", "handling", "the", "massive", "quantity", ",", "complex", ",", "dynamic", ",", "and", "distributed", "nature", "of", "location", "traces", ".", "To", "that", "end", ",", "in", "this", "paper", ",", "we", "provide", "a", "focused", "study", "of", "extracting", "energy-efficient", "transportation", "patterns", "from", "location", "traces", ".", "Specifically", ",", "we", "have", "the", "initial", "focus", "on", "a", "sequence", "of", "mobile", "recommendations", ".", "As", "a", "case", "study", ",", "we", "develop", "a", "mobile", "recommender", "system", "which", "has", "the", "ability", "in", "recommending", "a", "sequence", "of", "pick-up", "points", "for", "taxi", "drivers", "or", "a", "sequence", "of", "potential", "parking", "positions", ".", "The", "goal", "of", "this", "mobile", "recommendation", "system", "is", "to", "maximize", "the", "probability", "of", "business", "success", ".", "Along", "this", "line", ",", "we", "provide", "a", "Potential", "Travel", "Distance", "(", "PTD", ")", "function", "for", "evaluating", "each", "candidate", "sequence", ".", "This", "PTD", "function", "possesses", "a", "monotone", "property", "which", "can", "be", "used", "to", "effectively", "prune", "the", "search", "space", ".", "Based", "on", "this", "PTD", "function", ",", "we", "develop", "two", "algorithms", ",", "LCP", "and", "SkyRoute", ",", "for", "finding", "the", "recommended", "routes", ".", "Finally", ",", "experimental", "results", "show", "that", "the", "proposed", "system", "can", "provide", "effective", "mobile", "sequential", "recommendation", "and", "the", "knowledge", "extracted", "from", "location", "traces", "can", "be", "used", "for", "coaching", "drivers", "and", "leading", "to", "the", "efficient", "use", "of", "energy", "." ]
[ "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", "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" ]
663,987
[ "Discovery", "of", "climate", "indices", "using", "clustering", "To", "analyze", "the", "effect", "of", "the", "oceans", "and", "atmosphere", "on", "land", "climate", ",", "Earth", "Scientists", "have", "developed", "climate", "indices", ",", "which", "are", "time", "series", "that", "summarize", "the", "behavior", "of", "selected", "regions", "of", "the", "Earth", "'s", "oceans", "and", "atmosphere", ".", "In", "the", "past", ",", "Earth", "scientists", "have", "used", "observation", "and", ",", "more", "recently", ",", "eigenvalue", "analysis", "techniques", ",", "such", "as", "principal", "components", "analysis", "(", "PCA", ")", "and", "singular", "value", "decomposition", "(", "SVD", ")", ",", "to", "discover", "climate", "indices", ".", "However", ",", "eigenvalue", "techniques", "are", "only", "useful", "for", "finding", "a", "few", "of", "the", "strongest", "signals", ".", "Furthermore", ",", "they", "impose", "a", "condition", "that", "all", "discovered", "signals", "must", "be", "orthogonal", "to", "each", "other", ",", "making", "it", "difficult", "to", "attach", "a", "physical", "interpretation", "to", "them", ".", "This", "paper", "presents", "an", "alternative", "clustering-based", "methodology", "for", "the", "discovery", "of", "climate", "indices", "that", "overcomes", "these", "limitiations", "and", "is", "based", "on", "clusters", "that", "represent", "regions", "with", "relatively", "homogeneous", "behavior", ".", "The", "centroids", "of", "these", "clusters", "are", "time", "series", "that", "summarize", "the", "behavior", "of", "the", "ocean", "or", "atmosphere", "in", "those", "regions", ".", "Some", "of", "these", "centroids", "correspond", "to", "known", "climate", "indices", "and", "provide", "a", "validation", "of", "our", "methodology", ";", "other", "centroids", "are", "variants", "of", "known", "indices", "that", "may", "provide", "better", "predictive", "power", "for", "some", "land", "areas", ";", "and", "still", "other", "indices", "may", "represent", "potentially", "new", "Earth", "science", "phenomena", ".", "Finally", ",", "we", "show", "that", "cluster", "based", "indices", "generally", "outperform", "SVD", "derived", "indices", ",", "both", "in", "terms", "of", "area", "weighted", "correlation", "and", "direct", "correlation", "with", "the", "known", "indices", "." ]
[ "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", "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", "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" ]
9,700,854
[ "Semi-supervised", "learning", "with", "data", "calibration", "for", "long-term", "time", "series", "forecasting", "Many", "time", "series", "prediction", "methods", "have", "focused", "on", "single", "step", "or", "short", "term", "prediction", "problems", "due", "to", "the", "inherent", "difficulty", "in", "controlling", "the", "propagation", "of", "errors", "from", "one", "prediction", "step", "to", "the", "next", "step", ".", "Yet", ",", "there", "is", "a", "broad", "range", "of", "applications", "such", "as", "climate", "impact", "assessments", "and", "urban", "growth", "planning", "that", "require", "long", "term", "forecasting", "capabilities", "for", "strategic", "decision", "making", ".", "Training", "an", "accurate", "model", "that", "produces", "reliable", "long", "term", "predictions", "would", "require", "an", "extensive", "amount", "of", "historical", "data", ",", "which", "are", "either", "unavailable", "or", "expensive", "to", "acquire", ".", "For", "some", "of", "these", "domains", ",", "there", "are", "alternative", "ways", "to", "generate", "potential", "scenarios", "for", "the", "future", "using", "computer-driven", "simulation", "models", ",", "such", "as", "global", "climate", "and", "traffic", "demand", "models", ".", "However", ",", "the", "data", "generated", "by", "these", "models", "are", "currently", "utilized", "in", "a", "supervised", "learning", "setting", ",", "where", "a", "predictive", "model", "trained", "on", "past", "observations", "is", "used", "to", "estimate", "the", "future", "values", ".", "In", "this", "paper", ",", "we", "present", "a", "semi-supervised", "learning", "framework", "for", "long-term", "time", "series", "forecasting", "based", "on", "Hidden", "Markov", "Model", "Regression", ".", "A", "covariance", "alignment", "method", "is", "also", "developed", "to", "deal", "with", "the", "issue", "of", "inconsistencies", "between", "historical", "and", "model", "simulation", "data", ".", "We", "evaluated", "our", "approach", "on", "data", "sets", "from", "a", "variety", "of", "domains", ",", "including", "climate", "modeling", ".", "Our", "experimental", "results", "demonstrate", "the", "efficacy", "of", "the", "approach", "compared", "to", "other", "supervised", "learning", "methods", "for", "long-term", "time", "series", "forecasting", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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,295,479
[ "Pattern", "lattice", "traversal", "by", "selective", "jumps", "Regardless", "of", "the", "frequent", "patterns", "to", "discover", ",", "either", "the", "full", "frequent", "patterns", "or", "the", "condensed", "ones", ",", "either", "closed", "or", "maximal", ",", "the", "strategy", "always", "includes", "the", "traversal", "of", "the", "lattice", "of", "candidate", "patterns", ".", "We", "study", "the", "existing", "depth", "versus", "breadth", "traversal", "approaches", "for", "generating", "candidate", "patterns", "and", "propose", "in", "this", "paper", "a", "new", "traversal", "approach", "that", "jumps", "in", "the", "search", "space", "among", "only", "promising", "nodes", ".", "Our", "leaping", "approach", "avoids", "nodes", "that", "would", "not", "participate", "in", "the", "answer", "set", "and", "reduce", "drastically", "the", "number", "of", "candidate", "patterns", ".", "We", "use", "this", "approach", "to", "efficiently", "pinpoint", "maximal", "patterns", "at", "the", "border", "of", "the", "frequent", "patterns", "in", "the", "lattice", "and", "collect", "enough", "information", "in", "the", "process", "to", "generate", "all", "subsequent", "patterns", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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,015,654
[ "Very", "sparse", "random", "projections", "There", "has", "been", "considerable", "interest", "in", "random", "projections", ",", "an", "approximate", "algorithm", "for", "estimating", "distances", "between", "pairs", "of", "points", "in", "a", "high-dimensional", "vector", "space", ".", "Let", "A", "in", "Rn", "x", "D", "be", "our", "n", "points", "in", "D", "dimensions", ".", "The", "method", "multiplies", "A", "by", "a", "random", "matrix", "R", "in", "RD", "x", "k", ",", "reducing", "the", "D", "dimensions", "down", "to", "just", "k", "for", "speeding", "up", "the", "computation", ".", "R", "typically", "consists", "of", "entries", "of", "standard", "normal", "N", "(", "0,1", ")", ".", "It", "is", "well", "known", "that", "random", "projections", "preserve", "pairwise", "distances", "(", "in", "the", "expectation", ")", ".", "Achlioptas", "proposed", "sparse", "random", "projections", "by", "replacing", "the", "N", "(", "0,1", ")", "entries", "in", "R", "with", "entries", "in", "-1,0,1", "with", "probabilities", "1\\/6", ",", "2\\/3", ",", "1\\/6", ",", "achieving", "a", "threefold", "speedup", "in", "processing", "time", ".", "We", "recommend", "using", "R", "of", "entries", "in", "-1,0,1", "with", "probabilities", "1\\/2", "√", "D", ",", "1-1", "√", "D", ",", "1\\/2", "√", "D", "for", "achieving", "a", "significant", "√", "D-fold", "speedup", ",", "with", "little", "loss", "in", "accuracy", "." ]
[ "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", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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,792,033
[ "YALE", ":", "rapid", "prototyping", "for", "complex", "data", "mining", "tasks", "KDD", "is", "a", "complex", "and", "demanding", "task", ".", "While", "a", "large", "number", "of", "methods", "has", "been", "established", "for", "numerous", "problems", ",", "many", "challenges", "remain", "to", "be", "solved", ".", "New", "tasks", "emerge", "requiring", "the", "development", "of", "new", "methods", "or", "processing", "schemes", ".", "Like", "in", "software", "development", ",", "the", "development", "of", "such", "solutions", "demands", "for", "careful", "analysis", ",", "specification", ",", "implementation", ",", "and", "testing", ".", "Rapid", "prototyping", "is", "an", "approach", "which", "allows", "crucial", "design", "decisions", "as", "early", "as", "possible", ".", "A", "rapid", "prototyping", "system", "should", "support", "maximal", "re-use", "and", "innovative", "combinations", "of", "existing", "methods", ",", "as", "well", "as", "simple", "and", "quick", "integration", "of", "new", "ones", ".", "This", "paper", "describes", "Yale", ",", "a", "free", "open-source", "environment", "forKDD", "and", "machine", "learning", ".", "Yale", "provides", "a", "rich", "variety", "of", "methods", "whichallows", "rapid", "prototyping", "for", "new", "applications", "and", "makes", "costlyre-implementations", "unnecessary", ".", "Additionally", ",", "Yale", "offers", "extensive", "functionality", "for", "process", "evaluation", "and", "optimization", "which", "is", "a", "crucial", "property", "for", "any", "KDD", "rapid", "prototyping", "tool", ".", "Following", "the", "paradigm", "of", "visual", "programming", "eases", "the", "design", "of", "processing", "schemes", ".", "While", "the", "graphical", "user", "interface", "supports", "interactive", "design", ",", "the", "underlying", "XML", "representation", "enables", "automated", "applications", "after", "the", "prototyping", "phase", ".", "After", "a", "discussion", "of", "the", "key", "concepts", "of", "Yale", ",", "we", "illustrate", "the", "advantages", "of", "rapid", "prototyping", "for", "KDD", "on", "case", "studies", "ranging", "from", "data", "pre-processing", "to", "result", "visualization", ".", "These", "case", "studies", "cover", "tasks", "like", "feature", "engineering", ",", "text", "mining", ",", "data", "stream", "mining", "and", "tracking", "drifting", "concepts", ",", "ensemble", "methods", "and", "distributed", "data", "mining", ".", "This", "variety", "of", "applications", "is", "also", "reflected", "in", "a", "broad", "user", "base", ",", "we", "counted", "more", "than", "40,000", "downloads", "during", "the", "last", "twelve", "months", "." ]
[ "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", "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", "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", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "I", "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" ]
1,796,160
[ "Bayesian", "analysis", "of", "massive", "datasets", "via", "particle", "filters", "Markov", "Chain", "Monte", "Carlo", "(", "MCMC", ")", "techniques", "revolutionized", "statistical", "practice", "in", "the", "1990s", "by", "providing", "an", "essential", "toolkit", "for", "making", "the", "rigor", "and", "flexibility", "of", "Bayesian", "analysis", "computationally", "practical", ".", "At", "the", "same", "time", "the", "increasing", "prevalence", "of", "massive", "datasets", "and", "the", "expansion", "of", "the", "field", "of", "data", "mining", "has", "created", "the", "need", "to", "produce", "statistically", "sound", "methods", "that", "scale", "to", "these", "large", "problems", ".", "Except", "for", "the", "most", "trivial", "examples", ",", "current", "MCMC", "methods", "require", "a", "complete", "scan", "of", "the", "dataset", "for", "each", "iteration", "eliminating", "their", "candidacy", "as", "feasible", "data", "mining", "techniques", ".", "In", "this", "article", "we", "present", "a", "method", "for", "making", "Bayesian", "analysis", "of", "massive", "datasets", "computationally", "feasible", ".", "The", "algorithm", "simulates", "from", "a", "posterior", "distribution", "that", "conditions", "on", "a", "smaller", ",", "more", "manageable", "portion", "of", "the", "dataset", ".", "The", "remainder", "of", "the", "dataset", "may", "be", "incorporated", "by", "reweighting", "the", "initial", "draws", "using", "importance", "sampling", ".", "Computation", "of", "the", "importance", "weights", "requires", "a", "single", "scan", "of", "the", "remaining", "observations", ".", "While", "importance", "sampling", "increases", "efficiency", "in", "data", "access", ",", "it", "comes", "at", "the", "expense", "of", "estimation", "efficiency", ".", "A", "simple", "modification", ",", "based", "on", "the", "``", "rejuvenation", "''", "step", "used", "in", "particle", "filters", "for", "dynamic", "systems", "models", ",", "sidesteps", "the", "loss", "of", "efficiency", "with", "only", "a", "slight", "increase", "in", "the", "number", "of", "data", "accesses", ".", "To", "show", "proof-of-concept", ",", "we", "demonstrate", "the", "method", "on", "a", "mixture", "of", "transition", "models", "that", "has", "been", "used", "to", "model", "web", "traffic", "and", "robotics", ".", "For", "this", "example", "we", "show", "that", "estimation", "efficiency", "is", "not", "affected", "while", "offering", "a", "95", "%", "reduction", "in", "data", "accesses", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
551,996
[ "CLOPE", ":", "a", "fast", "and", "effective", "clustering", "algorithm", "for", "transactional", "data", "This", "paper", "studies", "the", "problem", "of", "categorical", "data", "clustering", ",", "especially", "for", "transactional", "data", "characterized", "by", "high", "dimensionality", "and", "large", "volume", ".", "Starting", "from", "a", "heuristic", "method", "of", "increasing", "the", "height-to-width", "ratio", "of", "the", "cluster", "histogram", ",", "we", "develop", "a", "novel", "algorithm", "--", "CLOPE", ",", "which", "is", "very", "fast", "and", "scalable", ",", "while", "being", "quite", "effective", ".", "We", "demonstrate", "the", "performance", "of", "our", "algorithm", "on", "two", "real", "world", "datasets", ",", "and", "compare", "CLOPE", "with", "the", "state-of-art", "algorithms", "." ]
[ "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" ]
10,346,388
[ "Partitioned", "logistic", "regression", "for", "spam", "filtering", "Naive", "Bayes", "and", "logistic", "regression", "perform", "well", "in", "different", "regimes", ".", "While", "the", "former", "is", "a", "very", "simple", "generative", "model", "which", "is", "efficient", "to", "train", "and", "performs", "well", "empirically", "in", "many", "applications", ",", "the", "latter", "is", "a", "discriminative", "model", "which", "often", "achieves", "better", "accuracy", "and", "can", "be", "shown", "to", "outperform", "naive", "Bayes", "asymptotically", ".", "In", "this", "paper", ",", "we", "propose", "a", "novel", "hybrid", "model", ",", "partitioned", "logistic", "regression", ",", "which", "has", "several", "advantages", "over", "both", "naive", "Bayes", "and", "logistic", "regression", ".", "This", "model", "separates", "the", "original", "feature", "space", "into", "several", "disjoint", "feature", "groups", ".", "Individual", "models", "on", "these", "groups", "of", "features", "are", "learned", "using", "logistic", "regression", "and", "their", "predictions", "are", "combined", "using", "the", "naive", "Bayes", "principle", "to", "produce", "a", "robust", "final", "estimation", ".", "We", "show", "that", "our", "model", "is", "better", "both", "theoretically", "and", "empirically", ".", "In", "addition", ",", "when", "applying", "it", "in", "a", "practical", "application", ",", "email", "spam", "filtering", ",", "it", "improves", "the", "normalized", "AUC", "score", "at", "10", "%", "false-positive", "rate", "by", "28.8", "%", "and", "23.6", "%", "compared", "to", "naive", "Bayes", "and", "logistic", "regression", ",", "when", "using", "the", "exact", "same", "training", "examples", "." ]
[ "O", "B", "I", "O", "O", "O", "B", "I", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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", "I", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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", "B", "I", "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", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
369,247
[ "A", "classification-based", "methodology", "for", "planning", "audit", "strategies", "in", "fraud", "detection" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "B", "I" ]
10,971,362
[ "Classification", "of", "software", "behaviors", "for", "failure", "detection", ":", "a", "discriminative", "pattern", "mining", "approach", "Software", "is", "a", "ubiquitous", "component", "of", "our", "daily", "life", ".", "We", "often", "depend", "on", "the", "correct", "working", "of", "software", "systems", ".", "Due", "to", "the", "difficulty", "and", "complexity", "of", "software", "systems", ",", "bugs", "and", "anomalies", "are", "prevalent", ".", "Bugs", "have", "caused", "billions", "of", "dollars", "loss", ",", "in", "addition", "to", "privacy", "and", "security", "threats", ".", "In", "this", "work", ",", "we", "address", "software", "reliability", "issues", "by", "proposing", "a", "novel", "method", "to", "classify", "software", "behaviors", "based", "on", "past", "history", "or", "runs", ".", "With", "the", "technique", ",", "it", "is", "possible", "to", "generalize", "past", "known", "errors", "and", "mistakes", "to", "capture", "failures", "and", "anomalies", ".", "Our", "technique", "first", "mines", "a", "set", "of", "discriminative", "features", "capturing", "repetitive", "series", "of", "events", "from", "program", "execution", "traces", ".", "It", "then", "performs", "feature", "selection", "to", "select", "the", "best", "features", "for", "classification", ".", "These", "features", "are", "then", "used", "to", "train", "a", "classifier", "to", "detect", "failures", ".", "Experiments", "and", "case", "studies", "on", "traces", "of", "several", "benchmark", "software", "systems", "and", "a", "real-life", "concurrency", "bug", "from", "MySQL", "server", "show", "the", "utility", "of", "the", "technique", "in", "capturing", "failures", "and", "anomalies", ".", "On", "average", ",", "our", "pattern-based", "classification", "technique", "outperforms", "the", "baseline", "approach", "by", "24.68", "%", "in", "accuracy", "." ]
[ "O", "O", "B", "I", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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" ]
12,116,254
[ "Query", "chains", ":", "learning", "to", "rank", "from", "implicit", "feedback", "This", "paper", "presents", "a", "novel", "approach", "for", "using", "clickthrough", "data", "to", "learn", "ranked", "retrieval", "functions", "for", "web", "search", "results", ".", "We", "observe", "that", "users", "searching", "the", "web", "often", "perform", "a", "sequence", ",", "or", "chain", ",", "of", "queries", "with", "a", "similar", "information", "need", ".", "Using", "query", "chains", ",", "we", "generate", "new", "types", "of", "preference", "judgments", "from", "search", "engine", "logs", ",", "thus", "taking", "advantage", "of", "user", "intelligence", "in", "reformulating", "queries", ".", "To", "validate", "our", "method", "we", "perform", "a", "controlled", "user", "study", "comparing", "generated", "preference", "judgments", "to", "explicit", "relevance", "judgments", ".", "We", "also", "implemented", "a", "real-world", "search", "engine", "to", "test", "our", "approach", ",", "using", "a", "modified", "ranking", "SVM", "to", "learn", "an", "improved", "ranking", "function", "from", "preference", "data", ".", "Our", "results", "demonstrate", "significant", "improvements", "in", "the", "ranking", "given", "by", "the", "search", "engine", ".", "The", "learned", "rankings", "outperform", "both", "a", "static", "ranking", "function", ",", "as", "well", "as", "one", "trained", "without", "considering", "query", "chains", "." ]
[ "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", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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,661,966
[ "Mining", "discrete", "patterns", "via", "binary", "matrix", "factorization", "Mining", "discrete", "patterns", "in", "binary", "data", "is", "important", "for", "subsampling", ",", "compression", ",", "and", "clustering", ".", "We", "consider", "rank-one", "binary", "matrix", "approximations", "that", "identify", "the", "dominant", "patterns", "of", "the", "data", ",", "while", "preserving", "its", "discrete", "property", ".", "A", "best", "approximation", "on", "such", "data", "has", "a", "minimum", "set", "of", "inconsistent", "entries", ",", "i.e.", ",", "mismatches", "between", "the", "given", "binary", "data", "and", "the", "approximate", "matrix", ".", "Due", "to", "the", "hardness", "of", "the", "problem", ",", "previous", "accounts", "of", "such", "problems", "employ", "heuristics", "and", "the", "resulting", "approximation", "may", "be", "far", "away", "from", "the", "optimal", "one", ".", "In", "this", "paper", ",", "we", "show", "that", "the", "rank-one", "binary", "matrix", "approximation", "can", "be", "reformulated", "as", "a", "0-1", "integer", "linear", "program", "(", "ILP", ")", ".", "However", ",", "the", "ILP", "formulation", "is", "computationally", "expensive", "even", "for", "small-size", "matrices", ".", "We", "propose", "a", "linear", "program", "(", "LP", ")", "relaxation", ",", "which", "is", "shown", "to", "achieve", "a", "guaranteed", "approximation", "error", "bound", ".", "We", "further", "extend", "the", "proposed", "formulations", "using", "the", "regularization", "technique", ",", "which", "is", "commonly", "employed", "to", "address", "overfitting", ".", "The", "LP", "formulation", "is", "restricted", "to", "medium-size", "matrices", ",", "due", "to", "the", "large", "number", "of", "variables", "involved", "for", "large", "matrices", ".", "Interestingly", ",", "we", "show", "that", "the", "proposed", "approximate", "formulation", "can", "be", "transformed", "into", "an", "instance", "of", "the", "minimum", "s-t", "cut", "problem", ",", "which", "can", "be", "solved", "efficiently", "by", "finding", "maximum", "flows", ".", "Our", "empirical", "study", "shows", "the", "efficiency", "of", "the", "proposed", "algorithm", "based", "on", "the", "maximum", "flow", ".", "Results", "also", "confirm", "the", "established", "theoretical", "bounds", "." ]
[ "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", "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", "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", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
9,050,379
[ "Automatic", "identification", "of", "quasi-experimental", "designs", "for", "discovering", "causal", "knowledge", "Researchers", "in", "the", "social", "and", "behavioral", "sciences", "routinely", "rely", "on", "quasi-experimental", "designs", "to", "discover", "knowledge", "from", "large", "data-bases", ".", "Quasi-experimental", "designs", "(", "QEDs", ")", "exploit", "fortuitous", "circumstances", "in", "non-experimental", "data", "to", "identify", "situations", "(", "sometimes", "called", "``", "natural", "experiments", "''", ")", "that", "provide", "the", "equivalent", "of", "experimental", "control", "and", "randomization", ".", "QEDs", "allow", "researchers", "in", "domains", "as", "diverse", "as", "sociology", ",", "medicine", ",", "and", "marketing", "to", "draw", "reliable", "inferences", "about", "causal", "dependencies", "from", "non-experimental", "data", ".", "Unfortunately", ",", "identifying", "and", "exploiting", "QEDs", "has", "remained", "a", "painstaking", "manual", "activity", ",", "requiring", "researchers", "to", "scour", "available", "databases", "and", "apply", "substantial", "knowledge", "of", "statistics", ".", "However", ",", "recent", "advances", "in", "the", "expressiveness", "of", "databases", ",", "and", "increases", "in", "their", "size", "and", "complexity", ",", "provide", "the", "necessary", "conditions", "to", "automatically", "identify", "QEDs", ".", "In", "this", "paper", ",", "we", "describe", "the", "first", "system", "to", "discover", "knowledge", "by", "applying", "quasi-experimental", "designs", "that", "were", "identified", "automatically", ".", "We", "demonstrate", "that", "QEDs", "can", "be", "identified", "in", "a", "traditional", "database", "schema", "and", "that", "such", "identification", "requires", "only", "a", "small", "number", "of", "extensions", "to", "that", "schema", ",", "knowledge", "about", "quasi-experimental", "design", "encoded", "in", "first-order", "logic", ",", "and", "a", "theorem-proving", "engine", ".", "We", "describe", "several", "key", "innovations", "necessary", "to", "enable", "this", "system", ",", "including", "methods", "for", "automatically", "constructing", "appropriate", "experimental", "units", "and", "for", "creating", "aggregate", "variables", "on", "those", "units", ".", "We", "show", "that", "applying", "the", "resulting", "designs", "can", "identify", "important", "causal", "dependencies", "in", "real", "domains", ",", "and", "we", "provide", "examples", "from", "academic", "publishing", ",", "movie", "making", "and", "marketing", ",", "and", "peer-production", "systems", ".", "Finally", ",", "we", "discuss", "the", "integration", "of", "QEDs", "with", "other", "approaches", "to", "causal", "discovery", ",", "including", "joint", "modeling", "and", "directed", "experimentation", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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" ]
402,058
[ "Graph-based", "anomaly", "detection", "Anomaly", "detection", "is", "an", "area", "that", "has", "received", "much", "attention", "in", "recent", "years", ".", "It", "has", "a", "wide", "variety", "of", "applications", ",", "including", "fraud", "detection", "and", "network", "intrusion", "detection", ".", "A", "good", "deal", "of", "research", "has", "been", "performed", "in", "this", "area", ",", "often", "using", "strings", "or", "attribute-value", "data", "as", "the", "medium", "from", "which", "anomalies", "are", "to", "be", "extracted", ".", "Little", "work", ",", "however", ",", "has", "focused", "on", "anomaly", "detection", "in", "graph-based", "data", ".", "In", "this", "paper", ",", "we", "introduce", "two", "techniques", "for", "graph-based", "anomaly", "detection", ".", "In", "addition", ",", "we", "introduce", "a", "new", "method", "for", "calculating", "the", "regularity", "of", "a", "graph", ",", "with", "applications", "to", "anomaly", "detection", ".", "We", "hypothesize", "that", "these", "methods", "will", "prove", "useful", "both", "for", "finding", "anomalies", ",", "and", "for", "determining", "the", "likelihood", "of", "successful", "anomaly", "detection", "within", "graph-based", "data", ".", "We", "provide", "experimental", "results", "using", "both", "real-world", "network", "intrusion", "data", "and", "artificially-created", "data", "." ]
[ "O", "B", "I", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
9,133,885
[ "Relational", "learning", "via", "collective", "matrix", "factorization", "Relational", "learning", "is", "concerned", "with", "predicting", "unknown", "values", "of", "a", "relation", ",", "given", "a", "database", "of", "entities", "and", "observed", "relations", "among", "entities", ".", "An", "example", "of", "relational", "learning", "is", "movie", "rating", "prediction", ",", "where", "entities", "could", "include", "users", ",", "movies", ",", "genres", ",", "and", "actors", ".", "Relations", "encode", "users", "'", "ratings", "of", "movies", ",", "movies", "'", "genres", ",", "and", "actors", "'", "roles", "in", "movies", ".", "A", "common", "prediction", "technique", "given", "one", "pairwise", "relation", ",", "for", "example", "a", "#users", "x", "#movies", "ratings", "matrix", ",", "is", "low-rank", "matrix", "factorization", ".", "In", "domains", "with", "multiple", "relations", ",", "represented", "as", "multiple", "matrices", ",", "we", "may", "improve", "predictive", "accuracy", "by", "exploiting", "information", "from", "one", "relation", "while", "predicting", "another", ".", "To", "this", "end", ",", "we", "propose", "a", "collective", "matrix", "factorization", "model", ":", "we", "simultaneously", "factor", "several", "matrices", ",", "sharing", "parameters", "among", "factors", "when", "an", "entity", "participates", "in", "multiple", "relations", ".", "Each", "relation", "can", "have", "a", "different", "value", "type", "and", "error", "distribution", ";", "so", ",", "we", "allow", "nonlinear", "relationships", "between", "the", "parameters", "and", "outputs", ",", "using", "Bregman", "divergences", "to", "measure", "error", ".", "We", "extend", "standard", "alternating", "projection", "algorithms", "to", "our", "model", ",", "and", "derive", "an", "efficient", "Newton", "update", "for", "the", "projection", ".", "Furthermore", ",", "we", "propose", "stochastic", "optimization", "methods", "to", "deal", "with", "large", ",", "sparse", "matrices", ".", "Our", "model", "generalizes", "several", "existing", "matrix", "factorization", "methods", ",", "and", "therefore", "yields", "new", "large-scale", "optimization", "algorithms", "for", "these", "problems", ".", "Our", "model", "can", "handle", "any", "pairwise", "relational", "schema", "and", "a", "wide", "variety", "of", "error", "models", ".", "We", "demonstrate", "its", "efficiency", ",", "as", "well", "as", "the", "benefit", "of", "sharing", "parameters", "among", "relations", "." ]
[ "B", "I", "O", "O", "B", "I", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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", "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" ]
13,797,806
[ "Spatially", "regularized", "logistic", "regression", "for", "disease", "mapping", "on", "large", "moving", "populations", "Spatial", "analysis", "of", "disease", "risk", ",", "or", "disease", "mapping", ",", "typically", "relies", "on", "information", "about", "the", "residence", "and", "health", "status", "of", "individuals", "from", "population", "under", "study", ".", "However", ",", "residence", "information", "has", "its", "limitations", "because", "people", "are", "exposed", "to", "numerous", "disease", "risks", "as", "they", "spend", "time", "outside", "of", "their", "residences", ".", "Thanks", "to", "the", "wide-spread", "use", "of", "mobile", "phones", "and", "GPS-enabled", "devices", ",", "it", "is", "becoming", "possible", "to", "obtain", "a", "detailed", "record", "about", "the", "movement", "of", "human", "populations", ".", "Availability", "of", "movement", "information", "opens", "up", "an", "opportunity", "to", "improve", "the", "accuracy", "of", "disease", "mapping", ".", "Starting", "with", "an", "assumption", "that", "an", "individual", "'s", "disease", "risk", "is", "a", "weighted", "average", "of", "risks", "at", "the", "locations", "which", "were", "visited", ",", "we", "show", "that", "disease", "mapping", "can", "be", "accomplished", "by", "spatially", "regularized", "logistic", "regression", ".", "Due", "to", "the", "inherent", "sparsity", "of", "movement", "data", ",", "the", "proposed", "approach", "can", "be", "applied", "to", "large", "populations", "and", "over", "large", "spatial", "grids", ".", "In", "our", "experiments", ",", "we", "were", "able", "to", "map", "disease", "for", "a", "simulated", "population", "with", "1.6", "million", "people", "and", "a", "spatial", "grid", "with", "65", "thousand", "locations", "in", "several", "minutes", ".", "The", "results", "indicate", "that", "movement", "information", "can", "improve", "the", "accuracy", "of", "disease", "mapping", "as", "compared", "to", "residential", "data", "only", ".", "We", "also", "studied", "a", "privacy-preserving", "scenario", "in", "which", "only", "the", "aggregate", "statistics", "are", "available", "about", "the", "movement", "of", "the", "overall", "population", ",", "while", "detailed", "movement", "information", "is", "available", "only", "for", "individuals", "with", "disease", ".", "The", "results", "indicate", "that", "the", "accuracy", "of", "disease", "mapping", "remains", "satisfactory", "when", "learning", "from", "movement", "data", "sanitized", "in", "this", "way", "." ]
[ "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", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
13,676,844
[ "Systematic", "data", "selection", "to", "mine", "concept-drifting", "data", "streams", "One", "major", "problem", "of", "existing", "methods", "to", "mine", "data", "streams", "is", "that", "it", "makes", "ad", "hoc", "choices", "to", "combine", "most", "recent", "data", "with", "some", "amount", "of", "old", "data", "to", "search", "the", "new", "hypothesis", ".", "The", "assumption", "is", "that", "the", "additional", "old", "data", "always", "helps", "produce", "a", "more", "accurate", "hypothesis", "than", "using", "the", "most", "recent", "data", "only", ".", "We", "first", "criticize", "this", "notion", "and", "point", "out", "that", "using", "old", "data", "blindly", "is", "not", "better", "than", "``", "gambling", "''", ";", "in", "other", "words", ",", "it", "helps", "increase", "the", "accuracy", "only", "if", "we", "are", "``", "lucky", ".", "''", "We", "discuss", "and", "analyze", "the", "situations", "where", "old", "data", "will", "help", "and", "what", "kind", "of", "old", "data", "will", "help", ".", "The", "practical", "problem", "on", "choosing", "the", "right", "example", "from", "old", "data", "is", "due", "to", "the", "formidable", "cost", "to", "compare", "different", "possibilities", "and", "models", ".", "This", "problem", "will", "go", "away", "if", "we", "have", "an", "algorithm", "that", "is", "extremely", "efficient", "to", "compare", "all", "sensible", "choices", "with", "little", "extra", "cost", ".", "Based", "on", "this", "observation", ",", "we", "propose", "a", "simple", ",", "efficient", "and", "accurate", "cross-validation", "decision", "tree", "ensemble", "method", "." ]
[ "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", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
510,141
[ "Targeting", "the", "right", "students", "using", "data", "mining" ]
[ "O", "O", "O", "O", "O", "O", "O" ]
10,105,197
[ "Co-evolution", "of", "social", "and", "affiliation", "networks", "In", "our", "work", ",", "we", "address", "the", "problem", "of", "modeling", "social", "network", "generation", "which", "explains", "both", "link", "and", "group", "formation", ".", "Recent", "studies", "on", "social", "network", "evolution", "propose", "generative", "models", "which", "capture", "the", "statistical", "properties", "of", "real-world", "networks", "related", "only", "to", "node-to-node", "link", "formation", ".", "We", "propose", "a", "novel", "model", "which", "captures", "the", "co-evolution", "of", "social", "and", "affiliation", "networks", ".", "We", "provide", "surprising", "insights", "into", "group", "formation", "based", "on", "observations", "in", "several", "real-world", "networks", ",", "showing", "that", "users", "often", "join", "groups", "for", "reasons", "other", "than", "their", "friends", ".", "Our", "experiments", "show", "that", "the", "model", "is", "able", "to", "capture", "both", "the", "newly", "observed", "and", "previously", "studied", "network", "properties", ".", "This", "work", "is", "the", "first", "to", "propose", "a", "generative", "model", "which", "captures", "the", "statistical", "properties", "of", "these", "complex", "networks", ".", "The", "proposed", "model", "facilitates", "controlled", "experiments", "which", "study", "the", "effect", "of", "actors", "'", "behavior", "on", "the", "evolution", "of", "affiliation", "networks", ",", "and", "it", "allows", "the", "generation", "of", "realistic", "synthetic", "datasets", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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" ]
852,338
[ "Applying", "data", "mining", "in", "investigating", "money", "laundering", "crimes", "In", "this", "paper", ",", "we", "study", "the", "problem", "of", "applying", "data", "mining", "to", "facilitate", "the", "investigation", "of", "money", "laundering", "crimes", "(", "MLCs", ")", ".", "We", "have", "identified", "a", "new", "paradigm", "of", "problems", "--", "that", "of", "automatic", "community", "generation", "based", "on", "uni-party", "data", ",", "the", "data", "in", "which", "there", "is", "no", "direct", "or", "explicit", "link", "information", "available", ".", "Consequently", ",", "we", "have", "proposed", "a", "new", "methodology", "for", "Link", "Discovery", "based", "on", "Correlation", "Analysis", "(", "LDCA", ")", ".", "We", "have", "used", "MLC", "group", "model", "generation", "as", "an", "exemplary", "application", "of", "this", "problem", "paradigm", ",", "and", "have", "focused", "on", "this", "application", "to", "develop", "a", "specific", "method", "of", "automatic", "MLC", "group", "model", "generation", "based", "on", "timeline", "analysis", "using", "the", "LDCA", "methodology", ",", "called", "CORAL", ".", "A", "prototype", "of", "CORAL", "method", "has", "been", "implemented", ",", "and", "preliminary", "testing", "and", "evaluations", "based", "on", "a", "real", "MLC", "case", "data", "are", "reported", ".", "The", "contributions", "of", "this", "work", "are", ":", "(", "1", ")", "identification", "of", "the", "uni-party", "data", "community", "generation", "problem", "paradigm", ",", "(", "2", ")", "proposal", "of", "a", "new", "methodology", "LDCA", "to", "solve", "for", "problems", "in", "this", "paradigm", ",", "(", "3", ")", "formulation", "of", "the", "MLC", "group", "model", "generation", "problem", "as", "an", "example", "of", "this", "paradigm", ",", "(", "4", ")", "application", "of", "the", "LDCA", "methodology", "in", "developing", "a", "specific", "solution", "(", "CORAL", ")", "to", "the", "MLC", "group", "model", "generation", "problem", ",", "and", "(", "5", ")", "development", ",", "evaluation", ",", "and", "testing", "of", "the", "CORAL", "prototype", "in", "a", "real", "MLC", "case", "data", "." ]
[ "O", "O", "O", "O", "O", "B", "I", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "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", "B", "I", "I", "I", "I", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "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", "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", "B", "O", "O", "O", "O", "O", "O", "O", "O" ]
YAML Metadata Warning: empty or missing yaml metadata in repo card (https://huggingface.co/docs/hub/datasets-cards)

Dataset Summary

A dataset for benchmarking keyphrase extraction and generation techniques from abstracts of english scientific papers. For more details about the dataset please refer the original paper - https://aclanthology.org/D14-1150.pdf Original source of the data -

Dataset Structure

Data Fields

  • id: unique identifier of the document.
  • document: Whitespace separated list of words in the document.
  • doc_bio_tags: BIO tags for each word in the document. B stands for the beginning of a keyphrase and I stands for inside the keyphrase. O stands for outside the keyphrase and represents the word that isn't a part of the keyphrase at all.
  • extractive_keyphrases: List of all the present keyphrases.
  • abstractive_keyphrase: List of all the absent keyphrases.

Data Splits

Split #datapoints
Test 755
  • Percentage of keyphrases that are named entities: 56.99% (named entities detected using scispacy - en-core-sci-lg model)
  • Percentage of keyphrases that are noun phrases: 54.99% (noun phrases detected using spacy en-core-web-lg after removing determiners)

Usage

Full Dataset

from datasets import load_dataset

# get entire dataset
dataset = load_dataset("midas/kdd", "raw")

# sample from the test split
print("Sample from test dataset split")
test_sample = dataset["test"][0]
print("Fields in the sample: ", [key for key in test_sample.keys()])
print("Tokenized Document: ", test_sample["document"])
print("Document BIO Tags: ", test_sample["doc_bio_tags"])
print("Extractive/present Keyphrases: ", test_sample["extractive_keyphrases"])
print("Abstractive/absent Keyphrases: ", test_sample["abstractive_keyphrases"])
print("\n-----------\n")

Output

Sample from test data split
Fields in the sample:  ['id', 'document', 'doc_bio_tags', 'extractive_keyphrases', 'abstractive_keyphrases', 'other_metadata']
Tokenized Document:  ['Discovering', 'roll-up', 'dependencies']
Document BIO Tags:  ['O', 'O', 'O']
Extractive/present Keyphrases:  []
Abstractive/absent Keyphrases:  ['logical design']

-----------

Keyphrase Extraction

from datasets import load_dataset

# get the dataset only for keyphrase extraction
dataset = load_dataset("midas/kdd", "extraction")

print("Samples for Keyphrase Extraction")

# sample from the test split
print("Sample from test data split")
test_sample = dataset["test"][0]
print("Fields in the sample: ", [key for key in test_sample.keys()])
print("Tokenized Document: ", test_sample["document"])
print("Document BIO Tags: ", test_sample["doc_bio_tags"])
print("\n-----------\n")

Keyphrase Generation

# get the dataset only for keyphrase generation
dataset = load_dataset("midas/kdd", "generation")

print("Samples for Keyphrase Generation")

# sample from the test split
print("Sample from test data split")
test_sample = dataset["test"][0]
print("Fields in the sample: ", [key for key in test_sample.keys()])
print("Tokenized Document: ", test_sample["document"])
print("Extractive/present Keyphrases: ", test_sample["extractive_keyphrases"])
print("Abstractive/absent Keyphrases: ", test_sample["abstractive_keyphrases"])
print("\n-----------\n")

Citation Information

@inproceedings{caragea-etal-2014-citation,
    title = "Citation-Enhanced Keyphrase Extraction from Research Papers: A Supervised Approach",
    author = "Caragea, Cornelia  and
      Bulgarov, Florin Adrian  and
      Godea, Andreea  and
      Das Gollapalli, Sujatha",
    booktitle = "Proceedings of the 2014 Conference on Empirical Methods in Natural Language Processing ({EMNLP})",
    month = oct,
    year = "2014",
    address = "Doha, Qatar",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/D14-1150",
    doi = "10.3115/v1/D14-1150",
    pages = "1435--1446",

}

Contributions

Thanks to @debanjanbhucs, @dibyaaaaax and @ad6398 for adding this dataset

Downloads last month
10
Edit dataset card