{"paper_id": "1955132", "document": ["Discovering", "roll-up", "dependencies"], "doc_bio_tags": ["O", "O", "O"], "extractive_keyphrases": [], "abstractive_keyphrases": ["logical design"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "4422616", "document": ["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", "."], "doc_bio_tags": ["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"], "extractive_keyphrases": ["pattern ordering", "rank aggregation"], "abstractive_keyphrases": ["ensemble learning"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "9315193", "document": ["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", ")", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": [], "abstractive_keyphrases": ["graph mining", "low-rank approximation", "scalability"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "60813", "document": ["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", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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"], "extractive_keyphrases": ["hidden markov random fields", "learning"], "abstractive_keyphrases": ["distance metric learning", "semi-supervised clustering"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "4884040", "document": ["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", "."], "doc_bio_tags": ["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"], "extractive_keyphrases": ["relation summary network", "unsupervised learning"], "abstractive_keyphrases": ["bregman divergence", "k-partite graph"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "1041340", "document": ["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"], "doc_bio_tags": ["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"], "extractive_keyphrases": ["knowledge hierarchy", "novelty", "semantic distance", "wordnet"], "abstractive_keyphrases": ["interesting rules"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "1413058", "document": ["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", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": [], "abstractive_keyphrases": ["fast fourier transforms"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "14051997", "document": ["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", "."], "doc_bio_tags": ["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"], "extractive_keyphrases": ["influence"], "abstractive_keyphrases": ["propagation", "social networks"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "460977", "document": ["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", "."], "doc_bio_tags": ["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"], "extractive_keyphrases": ["analysis of microarray data", "association rules", "bioinformatics", "rule grouping"], "abstractive_keyphrases": ["deduction", "expert-driven rule validation", "post-processing of discovered rules", "rule filtering"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "13981383", "document": ["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", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": [], "abstractive_keyphrases": ["medical informatics", "partial orders", "temporal data mining"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "4663726", "document": ["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", "."], "doc_bio_tags": ["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"], "extractive_keyphrases": ["distance function"], "abstractive_keyphrases": ["near neighbor", "pattern recognition"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "4413738", "document": ["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", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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"], "extractive_keyphrases": ["centrality", "network structure index"], "abstractive_keyphrases": ["knowledge discovery in graphs", "social network analysis"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "1522729", "document": ["Bayesian", "networks", "for", "lossless", "dataset", "compression"], "doc_bio_tags": ["O", "O", "O", "O", "O", "O"], "extractive_keyphrases": [], "abstractive_keyphrases": ["uncertainty, fuzzy, and probabilistic reasoning"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "925579", "document": ["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", "."], "doc_bio_tags": ["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"], "extractive_keyphrases": ["hits", "link analysis"], "abstractive_keyphrases": ["co-citation coupling", "graph kernel", "information search and retrieval"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "9683909", "document": ["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", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "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"], "extractive_keyphrases": ["frequent pattern"], "abstractive_keyphrases": ["graph mining", "itemsets", "scalability"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "9261711", "document": ["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", "."], "doc_bio_tags": ["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"], "extractive_keyphrases": ["graph boosting", "graph mining", "partial least squares regression"], "abstractive_keyphrases": ["chemoinformatics"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "3866622", "document": ["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", "."], "doc_bio_tags": ["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"], "extractive_keyphrases": ["dimensionality reduction", "principal component analysis", "supervised projection"], "abstractive_keyphrases": ["semi-supervised projection"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "4002381", "document": ["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", "."], "doc_bio_tags": ["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"], "extractive_keyphrases": ["frequent pattern discovery"], "abstractive_keyphrases": ["computational chemistry", "graph mining"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "4882089", "document": ["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", "."], "doc_bio_tags": ["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"], "extractive_keyphrases": ["event streams", "frequent episodes"], "abstractive_keyphrases": ["non-overlapped occurrences", "temporal data mining"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "3790372", "document": ["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", ")", "."], "doc_bio_tags": ["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"], "extractive_keyphrases": ["failing query", "learning", "online query relaxation"], "abstractive_keyphrases": ["nearest neighbor", "rule learning", "web-based information sources"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "558466", "document": ["Visual", "classification", ":", "an", "interactive", "approach", "to", "decision", "tree", "construction"], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": [], "abstractive_keyphrases": ["decision support"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "8614407", "document": ["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", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": [], "abstractive_keyphrases": ["gaussian mixture models", "large datasets"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "1027147", "document": ["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", "."], "doc_bio_tags": ["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"], "extractive_keyphrases": ["network intrusion detection", "network security"], "abstractive_keyphrases": ["data mining", "network interface cards", "nics"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "4697802", "document": ["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", "."], "doc_bio_tags": ["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"], "extractive_keyphrases": ["discrepancy", "kulldorff scan statistic", "spatial scan statistics"], "abstractive_keyphrases": ["probability and statistics"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "303682", "document": ["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", "."], "doc_bio_tags": ["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"], "extractive_keyphrases": ["clustering"], "abstractive_keyphrases": ["density estimation", "model-based clustering", "nonparametric clustering", "unimodality"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "4234225", "document": ["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", "."], "doc_bio_tags": ["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"], "extractive_keyphrases": ["fuzzy distance functions", "uncertain data"], "abstractive_keyphrases": ["density-based clustering", "probabilistic algorithms"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "9640142", "document": ["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", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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"], "extractive_keyphrases": ["belief propagation"], "abstractive_keyphrases": ["anomaly detection", "social networks"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "147623", "document": ["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", "."], "doc_bio_tags": ["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"], "extractive_keyphrases": ["authorship attribution", "computational stylistics"], "abstractive_keyphrases": ["electronic communication", "information search and retrieval", "learning", "text categorization", "text mining"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "10130863", "document": ["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", "."], "doc_bio_tags": ["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"], "extractive_keyphrases": ["active learning", "supervised learning"], "abstractive_keyphrases": ["classification"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "9419452", "document": ["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", "."], "doc_bio_tags": ["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"], "extractive_keyphrases": ["partial labels"], "abstractive_keyphrases": ["support vectors"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "9642833", "document": ["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", "."], "doc_bio_tags": ["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"], "extractive_keyphrases": ["indexing", "representations", "time series"], "abstractive_keyphrases": [], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "1094028", "document": ["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", "."], "doc_bio_tags": ["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"], "extractive_keyphrases": ["binary data", "joint entropy"], "abstractive_keyphrases": ["feature selection", "information theory", "learning", "maximally informative k-itemsets", "subgroup discovery", "systems and information theory"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "13786417", "document": ["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", "."], "doc_bio_tags": ["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"], "extractive_keyphrases": ["nonlinear classification", "stochastic gradient descent", "support vector machines"], "abstractive_keyphrases": ["large-scale learning"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "9102538", "document": ["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", "."], "doc_bio_tags": ["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"], "extractive_keyphrases": ["support vector machines", "text classification"], "abstractive_keyphrases": ["multi-class"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "331243", "document": ["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", "."], "doc_bio_tags": ["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"], "extractive_keyphrases": ["correlation", "graph databases"], "abstractive_keyphrases": ["pearson's correlation coefficient"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "1835216", "document": ["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", "."], "doc_bio_tags": ["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"], "extractive_keyphrases": ["decision tree", "streaming data"], "abstractive_keyphrases": ["database applications", "learning", "sampling"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "429539", "document": ["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", "."], "doc_bio_tags": ["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"], "extractive_keyphrases": ["complexity", "data mining", "maximal frequent itemset"], "abstractive_keyphrases": ["maximal frequent pattern", "nonnumerical algorithms and problems"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "1450770", "document": ["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", "."], "doc_bio_tags": ["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"], "extractive_keyphrases": ["adaptive document classification"], "abstractive_keyphrases": ["context text mining", "incremental mining"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "1342241", "document": ["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", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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"], "extractive_keyphrases": ["query evaluation", "rulebases"], "abstractive_keyphrases": ["association rules", "data mining queries"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "10201372", "document": ["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", "."], "doc_bio_tags": ["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"], "extractive_keyphrases": ["classification", "consensus"], "abstractive_keyphrases": ["ensemble", "heterogeneous sources"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "14125260", "document": ["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", "."], "doc_bio_tags": ["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"], "extractive_keyphrases": ["mapreduce", "stochastic gradient descent"], "abstractive_keyphrases": ["distributed matrix factorization", "recommendation system"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "5326332", "document": ["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", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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"], "extractive_keyphrases": ["learning", "message routing", "peer production", "social search"], "abstractive_keyphrases": ["expert identification", "smart rss", "social faq generation"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "9274894", "document": ["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", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": [], "abstractive_keyphrases": ["data preprocessing", "data selection"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "9662316", "document": ["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", "."], "doc_bio_tags": ["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"], "extractive_keyphrases": ["relational learning", "social dimensions", "social media"], "abstractive_keyphrases": ["behavior prediction", "modularity"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "11080150", "document": ["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", "."], "doc_bio_tags": ["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"], "extractive_keyphrases": ["inference"], "abstractive_keyphrases": ["miscellaneous", "topic modeling"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "380155", "document": ["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", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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"], "extractive_keyphrases": ["splitting criteria"], "abstractive_keyphrases": ["boston housing data", "cart", "pima indians diabetes data"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "11142969", "document": ["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", "."], "doc_bio_tags": ["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"], "extractive_keyphrases": ["news"], "abstractive_keyphrases": ["coherence", "learning"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "11539451", "document": ["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", "."], "doc_bio_tags": ["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"], "extractive_keyphrases": ["compression", "social networks"], "abstractive_keyphrases": ["mpk linearization"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "425828", "document": ["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", "."], "doc_bio_tags": ["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"], "extractive_keyphrases": ["weighted association rule mining", "weighted downward closure property", "weighted support"], "abstractive_keyphrases": ["significant relationship", "warm algorithm"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "8144120", "document": ["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", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "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"], "extractive_keyphrases": ["topic detection"], "abstractive_keyphrases": ["citation graphs", "content analysis and indexing", "correlation of text and links", "graph mining", "probabilistic measure"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "93113", "document": ["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", "."], "doc_bio_tags": ["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"], "extractive_keyphrases": ["diffsets"], "abstractive_keyphrases": ["association rule mining", "database applications", "frequent itemsets"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "305332", "document": ["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", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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"], "extractive_keyphrases": ["closed pattern", "frequent pattern"], "abstractive_keyphrases": ["database applications", "row enumeration"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "8613999", "document": ["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", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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"], "extractive_keyphrases": ["analyze"], "abstractive_keyphrases": [], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "4739621", "document": ["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", "\u03b1-Semantics", "Graph", ",", "to", "discover", "the", "hidden", "semantic", "relationships", "among", "the", "semantic", "categories", "embodied", "in", "the", "image", "collection", ".", "With", "the", "\u03b1-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", "."], "doc_bio_tags": ["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"], "extractive_keyphrases": ["image collection", "relationships", "semantic category"], "abstractive_keyphrases": ["fuzzy model"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "75896", "document": ["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", "\u227a", "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", "\u227a", "B", "\u227a", "C", "are", "three", "variables", "respecting", "the", "underlying", "ordering", "\u227a", ",", "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", "\u227a", "A2", "\u227a", "...", "\u227a", "Al-1", "\u227a", "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", ")", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": [], "abstractive_keyphrases": ["consecutive ones property", "discovering hidden orderings", "nonnumerical algorithms and problems", "novel data mining algorithms", "spectral analysis of data"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "10284571", "document": ["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", "."], "doc_bio_tags": ["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"], "extractive_keyphrases": ["olap"], "abstractive_keyphrases": ["query session", "search log", "suffix tree"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "432461", "document": ["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\u00efve", "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\u00efve", "Bayesian", "or", "Rocchio", "classifier", "'s", "prediction", "performance", "by", "45", "%", "on", "average", "."], "doc_bio_tags": ["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"], "extractive_keyphrases": ["na\u00efve bayesian classifier", "text categorization"], "abstractive_keyphrases": ["probabilistic algorithms", "rocchio algorithm"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "1071109", "document": ["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", "."], "doc_bio_tags": ["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"], "extractive_keyphrases": ["connectivity", "graph"], "abstractive_keyphrases": ["closed pattern"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "1094423", "document": ["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", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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"], "extractive_keyphrases": ["learning", "pattern matching"], "abstractive_keyphrases": ["machine learning", "relation extraction"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "13222302", "document": ["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", "."], "doc_bio_tags": ["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"], "extractive_keyphrases": ["mobile recommender system"], "abstractive_keyphrases": ["trajectory data analysis"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "663987", "document": ["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", "."], "doc_bio_tags": ["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"], "extractive_keyphrases": ["clustering", "singular value decomposition", "time series"], "abstractive_keyphrases": ["earth science data", "mining scientific data"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "9700854", "document": ["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", "."], "doc_bio_tags": ["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"], "extractive_keyphrases": ["time series prediction"], "abstractive_keyphrases": ["miscellaneous", "semi-supervised learning"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "4295479", "document": ["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", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": [], "abstractive_keyphrases": ["nonnumerical algorithms and problems"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "9015654", "document": ["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", "\u221a", "D", ",", "1-1", "\u221a", "D", ",", "1\\/2", "\u221a", "D", "for", "achieving", "a", "significant", "\u221a", "D-fold", "speedup", ",", "with", "little", "loss", "in", "accuracy", "."], "doc_bio_tags": ["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"], "extractive_keyphrases": ["random projections"], "abstractive_keyphrases": ["rates of convergence", "sampling"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "3792033", "document": ["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", "."], "doc_bio_tags": ["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"], "extractive_keyphrases": ["data stream mining", "distributed data mining", "rapid prototyping", "result visualization"], "abstractive_keyphrases": ["audio and text mining", "data pre-processing", "design methodology", "feature construction", "kdd system", "multimedia mining"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "1796160", "document": ["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", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": [], "abstractive_keyphrases": ["probabilistic algorithms"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "551996", "document": ["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", "."], "doc_bio_tags": ["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"], "extractive_keyphrases": ["categorical data"], "abstractive_keyphrases": ["scalability"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "10346388", "document": ["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", "."], "doc_bio_tags": ["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"], "extractive_keyphrases": ["email spam filtering", "logistic regression", "naive bayes"], "abstractive_keyphrases": ["learning"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "369247", "document": ["A", "classification-based", "methodology", "for", "planning", "audit", "strategies", "in", "fraud", "detection"], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "B", "I"], "extractive_keyphrases": ["fraud detection"], "abstractive_keyphrases": ["classification", "decision trees", "integration of querying and mining", "knowledge discovery in databases", "logic-based database languages"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "10971362", "document": ["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", "."], "doc_bio_tags": ["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"], "extractive_keyphrases": ["failure detection", "software behaviors"], "abstractive_keyphrases": ["closed unique patterns", "iterative patterns", "pattern-based classification", "sequential database"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "12116254", "document": ["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", "."], "doc_bio_tags": ["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"], "extractive_keyphrases": ["clickthrough data", "implicit feedback"], "abstractive_keyphrases": ["information search and retrieval", "machine learning", "search engines", "support vector machines"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "9661966", "document": ["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", "."], "doc_bio_tags": ["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"], "extractive_keyphrases": ["binary matrix factorization", "integer linear program", "maximum flow", "regularization"], "abstractive_keyphrases": ["minimum cut", "rank-one"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "9050379", "document": ["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", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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"], "extractive_keyphrases": ["causal discovery"], "abstractive_keyphrases": ["quasi-experimental design"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "402058", "document": ["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", "."], "doc_bio_tags": ["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"], "extractive_keyphrases": ["anomaly detection"], "abstractive_keyphrases": ["graph regularity"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "9133885", "document": ["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", "."], "doc_bio_tags": ["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"], "extractive_keyphrases": ["matrix factorization", "relational learning"], "abstractive_keyphrases": ["stochastic approximation"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "13797806", "document": ["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", "."], "doc_bio_tags": ["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"], "extractive_keyphrases": ["disease mapping"], "abstractive_keyphrases": ["movement trajectories", "privacy", "regularization", "spatial epidemiology", "spatial-temporal data mining"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "13676844", "document": ["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", "."], "doc_bio_tags": ["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"], "extractive_keyphrases": ["data streams"], "abstractive_keyphrases": ["concept-drift", "decision trees"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "510141", "document": ["Targeting", "the", "right", "students", "using", "data", "mining"], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": [], "abstractive_keyphrases": ["data mining application in education", "scoring", "target selection"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "10105197", "document": ["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", "."], "doc_bio_tags": ["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"], "extractive_keyphrases": ["evolution", "groups", "social network"], "abstractive_keyphrases": ["affiliation network", "graph generator"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "852338", "document": ["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", "."], "doc_bio_tags": ["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"], "extractive_keyphrases": ["community generation", "coral", "link discovery based on correlation analysis", "money laundering crimes", "timeline analysis"], "abstractive_keyphrases": ["bi-party data", "clustering", "histogram", "mlc group models", "uni-party data"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "9701993", "document": ["A", "visual-analytic", "toolkit", "for", "dynamic", "interaction", "graphs", "In", "this", "article", "we", "describe", "a", "visual-analytic", "tool", "for", "the", "interrogation", "of", "evolving", "interaction", "network", "data", "such", "as", "those", "found", "in", "social", ",", "bibliometric", ",", "WWW", "and", "biological", "applications", ".", "The", "tool", "we", "have", "developed", "incorporates", "common", "visualization", "paradigms", "such", "as", "zooming", ",", "coarsening", "and", "filtering", "while", "naturally", "integrating", "information", "extracted", "by", "a", "previously", "described", "event-driven", "framework", "for", "characterizing", "the", "evolution", "of", "such", "networks", ".", "The", "visual", "front-end", "provides", "features", "that", "are", "specifically", "useful", "in", "the", "analysis", "of", "interaction", "networks", ",", "capturing", "the", "dynamic", "nature", "of", "both", "individual", "entities", "as", "well", "as", "interactions", "among", "them", ".", "The", "tool", "provides", "the", "user", "with", "the", "option", "of", "selecting", "multiple", "views", ",", "designed", "to", "capture", "different", "aspects", "of", "the", "evolving", "graph", "from", "the", "perspective", "of", "a", "node", ",", "a", "community", "or", "a", "subset", "of", "nodes", "of", "interest", ".", "Standard", "visual", "templates", "and", "cues", "are", "used", "to", "highlight", "critical", "changes", "that", "have", "occurred", "during", "the", "evolution", "of", "the", "network", ".", "A", "key", "challenge", "we", "address", "in", "this", "work", "is", "that", "of", "scalability", "-", "handling", "large", "graphs", "both", "in", "terms", "of", "the", "efficiency", "of", "the", "back-end", ",", "and", "in", "terms", "of", "the", "efficiency", "of", "the", "visual", "layout", "and", "rendering", ".", "Two", "case", "studies", "based", "on", "bibliometric", "and", "Wikipedia", "data", "are", "presented", "to", "demonstrate", "the", "utility", "of", "the", "toolkit", "for", "visual", "knowledge", "discovery", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": [], "abstractive_keyphrases": ["dynamic interaction networks", "graph visualization", "visual analytics"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "303639", "document": ["Model-based", "overlapping", "clustering", "While", "the", "vast", "majority", "of", "clustering", "algorithms", "are", "partitional", ",", "many", "real", "world", "datasets", "have", "inherently", "overlapping", "clusters", ".", "Several", "approaches", "to", "finding", "overlapping", "clusters", "have", "come", "from", "work", "on", "analysis", "of", "biological", "datasets", ".", "In", "this", "paper", ",", "we", "interpret", "an", "overlapping", "clustering", "model", "proposed", "by", "Segal", "et", "al.", "(", "23", ")", "as", "a", "generalization", "of", "Gaussian", "mixture", "models", ",", "and", "we", "extend", "it", "to", "an", "overlapping", "clustering", "model", "based", "on", "mixtures", "of", "any", "regular", "exponential", "family", "distribution", "and", "the", "corresponding", "Bregman", "divergence", ".", "We", "provide", "the", "necessary", "algorithm", "modifications", "for", "this", "extension", ",", "and", "present", "results", "on", "synthetic", "data", "as", "well", "as", "subsets", "of", "20-Newsgroups", "and", "EachMovie", "datasets", "."], "doc_bio_tags": ["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", "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"], "extractive_keyphrases": ["overlapping clustering"], "abstractive_keyphrases": ["bregman divergences", "exponential model", "graphical model", "high-dimensional clustering", "learning"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "1218844", "document": ["Generalized", "additive", "neural", "networks"], "doc_bio_tags": ["O", "O", "O", "O"], "extractive_keyphrases": [], "abstractive_keyphrases": ["additive models", "financial", "partial residuals", "predictive modeling"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "13066434", "document": ["Universal", "multi-dimensional", "scaling", "In", "this", "paper", ",", "we", "propose", "a", "unified", "algorithmic", "framework", "for", "solving", "many", "known", "variants", "of", "MDS", ".", "Our", "algorithm", "is", "a", "simple", "iterative", "scheme", "with", "guaranteed", "convergence", ",", "and", "is", "modular", ";", "by", "changing", "the", "internals", "of", "a", "single", "subroutine", "in", "the", "algorithm", ",", "we", "can", "switch", "cost", "functions", "and", "target", "spaces", "easily", ".", "In", "addition", "to", "the", "formal", "guarantees", "of", "convergence", ",", "our", "algorithms", "are", "accurate", ";", "in", "most", "cases", ",", "they", "converge", "to", "better", "quality", "solutions", "than", "existing", "methods", "in", "comparable", "time", ".", "Moreover", ",", "they", "have", "a", "small", "memory", "footprint", "and", "scale", "effectively", "for", "large", "data", "sets", ".", "We", "expect", "that", "this", "framework", "will", "be", "useful", "for", "a", "number", "of", "MDS", "variants", "that", "have", "not", "yet", "been", "studied", ".", "Our", "framework", "extends", "to", "embedding", "high-dimensional", "points", "lying", "on", "a", "sphere", "to", "points", "on", "a", "lower", "dimensional", "sphere", ",", "preserving", "geodesic", "distances", ".", "As", "a", "complement", "to", "this", "result", ",", "we", "also", "extend", "the", "Johnson-Lindenstrauss", "Lemma", "to", "this", "spherical", "setting", ",", "by", "showing", "that", "projecting", "to", "a", "random", "O", "(", "(", "1", "\\/", "\u00b52", ")", "log", "n", ")", "-", "dimensional", "sphere", "causes", "only", "an", "eps-distortion", "in", "the", "geodesic", "distances", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": [], "abstractive_keyphrases": ["dimensionality reduction", "multi-dimensional scaling"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "341875", "document": ["Co-clustering", "based", "classification", "for", "out-of-domain", "documents", "In", "many", "real", "world", "applications", ",", "labeled", "data", "are", "in", "short", "supply", ".", "It", "often", "happens", "that", "obtaining", "labeled", "data", "in", "a", "new", "domain", "is", "expensive", "and", "time", "consuming", ",", "while", "there", "may", "be", "plenty", "of", "labeled", "data", "from", "a", "related", "but", "different", "domain", ".", "Traditional", "machine", "learning", "is", "not", "able", "to", "cope", "well", "with", "learning", "across", "different", "domains", ".", "In", "this", "paper", ",", "we", "address", "this", "problem", "for", "a", "text-mining", "task", ",", "where", "the", "labeled", "data", "are", "under", "one", "distribution", "in", "one", "domain", "known", "as", "in-domain", "data", ",", "while", "the", "unlabeled", "data", "are", "under", "a", "related", "but", "different", "domain", "known", "as", "out-of-domain", "data", ".", "Our", "general", "goal", "is", "to", "learn", "from", "the", "in-domain", "and", "apply", "the", "learned", "knowledge", "to", "out-of-domain", ".", "We", "propose", "a", "co-clustering", "based", "classification", "(", "CoCC", ")", "algorithm", "to", "tackle", "this", "problem", ".", "Co-clustering", "is", "used", "as", "a", "bridge", "to", "propagate", "the", "class", "structure", "and", "knowledge", "from", "the", "in-domain", "to", "the", "out-of-domain", ".", "We", "present", "theoretical", "and", "empirical", "analysis", "to", "show", "that", "our", "algorithm", "is", "able", "to", "produce", "high", "quality", "classification", "results", ",", "even", "when", "the", "distributions", "between", "the", "two", "data", "are", "different", ".", "The", "experimental", "results", "show", "that", "our", "algorithm", "greatly", "improves", "the", "classification", "performance", "over", "the", "traditional", "learning", "algorithms", "."], "doc_bio_tags": ["O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["classification"], "abstractive_keyphrases": ["co-clustering", "kullback-leibler divergence", "out-of-domain"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "9479071", "document": ["Using", "graph-based", "metrics", "with", "empirical", "risk", "minimization", "to", "speed", "up", "active", "learning", "on", "networked", "data", "Active", "and", "semi-supervised", "learning", "are", "important", "techniques", "when", "labeled", "data", "are", "scarce", ".", "Recently", "a", "method", "was", "suggested", "for", "combining", "active", "learning", "with", "a", "semi-supervised", "learning", "algorithm", "that", "uses", "Gaussian", "fields", "and", "harmonic", "functions", ".", "This", "classifier", "is", "relational", "in", "nature", ":", "it", "relies", "on", "having", "the", "data", "presented", "as", "a", "partially", "labeled", "graph", "(", "also", "known", "as", "a", "within-network", "learning", "problem", ")", ".", "This", "work", "showed", "yet", "again", "that", "empirical", "risk", "minimization", "(", "ERM", ")", "was", "the", "best", "method", "to", "find", "the", "next", "instance", "to", "label", "and", "provided", "an", "efficient", "way", "to", "compute", "ERM", "with", "the", "semi-supervised", "classifier", ".", "The", "computational", "problem", "with", "ERM", "is", "that", "it", "relies", "on", "computing", "the", "risk", "for", "all", "possible", "instances", ".", "If", "we", "could", "limit", "the", "candidates", "that", "should", "be", "investigated", ",", "then", "we", "can", "speed", "up", "active", "learning", "considerably", ".", "In", "the", "case", "where", "the", "data", "is", "graphical", "in", "nature", ",", "we", "can", "leverage", "the", "graph", "structure", "to", "rapidly", "identify", "instances", "that", "are", "likely", "to", "be", "good", "candidates", "for", "labeling", ".", "This", "paper", "describes", "a", "novel", "hybrid", "approach", "of", "using", "of", "community", "finding", "and", "social", "network", "analytic", "centrality", "measures", "to", "identify", "good", "candidates", "for", "labeling", "and", "then", "using", "ERM", "to", "find", "the", "best", "instance", "in", "this", "candidate", "set", ".", "We", "show", "on", "real-world", "data", "that", "we", "can", "limit", "the", "ERM", "computations", "to", "a", "fraction", "of", "instances", "with", "comparable", "performance", "."], "doc_bio_tags": ["O", "O", "O", "O", "B", "I", "I", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["active learning", "community finding", "empirical risk minimization"], "abstractive_keyphrases": ["betweenness centrality", "closeness centrality", "clustering", "semi-supervised learning", "social network analysis", "statistical relational learning", "within-network learning"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "391282", "document": ["Critical", "event", "prediction", "for", "proactive", "management", "in", "large-scale", "computer", "clusters", "As", "the", "complexity", "of", "distributed", "computing", "systems", "increases", ",", "systems", "management", "tasks", "require", "significantly", "higher", "levels", "of", "automation", ";", "examples", "include", "diagnosis", "and", "prediction", "based", "on", "real-time", "streams", "of", "computer", "events", ",", "setting", "alarms", ",", "and", "performing", "continuous", "monitoring", ".", "The", "core", "of", "autonomic", "computing", ",", "a", "recently", "proposed", "initiative", "towards", "next-generation", "IT-systems", "capable", "of", "`", "self-healing", "'", ",", "is", "the", "ability", "to", "analyze", "data", "in", "real-time", "and", "to", "predict", "potential", "problems", ".", "The", "goal", "is", "to", "avoid", "catastrophic", "failures", "through", "prompt", "execution", "of", "remedial", "actions", ".", "This", "paper", "describes", "an", "attempt", "to", "build", "a", "proactive", "prediction", "and", "control", "system", "for", "large", "clusters", ".", "We", "collected", "event", "logs", "containing", "various", "system", "reliability", ",", "availability", "and", "serviceability", "(", "RAS", ")", "events", ",", "and", "system", "activity", "reports", "(", "SARs", ")", "from", "a", "350-node", "cluster", "system", "for", "a", "period", "of", "one", "year", ".", "The", "`", "raw", "'", "system", "health", "measurements", "contain", "a", "great", "deal", "of", "redundant", "event", "data", ",", "which", "is", "either", "repetitive", "in", "nature", "or", "misaligned", "with", "respect", "to", "time", ".", "We", "applied", "a", "filtering", "technique", "and", "modeled", "the", "data", "into", "a", "set", "of", "primary", "and", "derived", "variables", ".", "These", "variables", "used", "probabilistic", "networks", "for", "establishing", "event", "correlations", "through", "prediction", "algorithms", ".", "We", "also", "evaluated", "the", "role", "of", "time-series", "methods", ",", "rule-based", "classification", "algorithms", "and", "Bayesian", "network", "models", "in", "event", "prediction", ".", "Based", "on", "historical", "data", ",", "our", "results", "suggest", "that", "it", "is", "feasible", "to", "predict", "system", "performance", "parameters", "(", "SARs", ")", "with", "a", "high", "degree", "of", "accuracy", "using", "time-series", "models", ".", "Rule-based", "classification", "techniques", "can", "be", "used", "to", "extract", "machine-event", "signatures", "to", "predict", "critical", "events", "with", "up", "to", "70", "%", "accuracy", "."], "doc_bio_tags": ["B", "I", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["critical event prediction"], "abstractive_keyphrases": ["database applications", "large-scale clusters", "learning", "system event log"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "5162268", "document": ["When", "do", "data", "mining", "results", "violate", "privacy", "?", "Privacy-preserving", "data", "mining", "has", "concentrated", "on", "obtaining", "valid", "results", "when", "the", "input", "data", "is", "private", ".", "An", "extreme", "example", "is", "Secure", "Multiparty", "Computation-based", "methods", ",", "where", "only", "the", "results", "are", "revealed", ".", "However", ",", "this", "still", "leaves", "a", "potential", "privacy", "breach", ":", "Do", "the", "results", "themselves", "violate", "privacy", "?", "This", "paper", "explores", "this", "issue", ",", "developing", "a", "framework", "under", "which", "this", "question", "can", "be", "addressed", ".", "Metrics", "are", "proposed", ",", "along", "with", "analysis", "that", "those", "metrics", "are", "consistent", "in", "the", "face", "of", "apparent", "problems", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "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"], "extractive_keyphrases": ["privacy"], "abstractive_keyphrases": ["inference"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "9135998", "document": ["Generating", "succinct", "titles", "for", "web", "URLs", "How", "can", "a", "search", "engine", "automatically", "provide", "the", "best", "and", "most", "appropriate", "title", "for", "a", "result", "URL", "(", "link-title", ")", "so", "that", "users", "will", "be", "persuaded", "to", "click", "on", "the", "URL", "?", "We", "consider", "the", "problem", "of", "automatically", "generating", "link-titles", "for", "URLs", "and", "propose", "a", "general", "statistical", "framework", "for", "solving", "this", "problem", ".", "The", "framework", "is", "based", "on", "using", "information", "from", "a", "diverse", "collection", "of", "sources", ",", "each", "of", "which", "can", "be", "thought", "of", "as", "contributing", "one", "or", "more", "candidate", "link-titles", "for", "the", "URL", ".", "It", "can", "also", "incorporate", "the", "context", "in", "which", "the", "link-title", "will", "be", "used", ",", "along", "with", "constraints", "on", "its", "length", ".", "Our", "framework", "is", "applicable", "to", "several", "scenarios", ":", "obtaining", "succinct", "titles", "for", "displaying", "quicklinks", ",", "obtaining", "titles", "for", "URLs", "that", "lack", "a", "good", "title", ",", "constructing", "succinct", "sitemaps", ",", "etc.", ".", "Extensive", "experiments", "show", "that", "our", "method", "is", "very", "effective", ",", "producing", "results", "that", "are", "at", "least", "20", "%", "better", "than", "non-trivial", "baselines", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["quicklinks", "sitemaps"], "abstractive_keyphrases": ["information search and retrieval", "web page title generation"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "9997445", "document": ["Finding", "a", "team", "of", "experts", "in", "social", "networks", "Given", "a", "task", "T", ",", "a", "pool", "of", "individuals", "X", "with", "different", "skills", ",", "and", "a", "social", "network", "G", "that", "captures", "the", "compatibility", "among", "these", "individuals", ",", "we", "study", "the", "problem", "of", "finding", "X", ",", "a", "subset", "of", "X", ",", "to", "perform", "the", "task", ".", "We", "call", "this", "the", "TEAM", "FORMATION", "problem", ".", "We", "require", "that", "members", "of", "X", "'", "not", "only", "meet", "the", "skill", "requirements", "of", "the", "task", ",", "but", "can", "also", "work", "effectively", "together", "as", "a", "team", ".", "We", "measure", "effectiveness", "using", "the", "communication", "cost", "incurred", "by", "the", "subgraph", "in", "G", "that", "only", "involves", "X", "'", ".", "We", "study", "two", "variants", "of", "the", "problem", "for", "two", "different", "communication-cost", "functions", ",", "and", "show", "that", "both", "variants", "are", "NP-hard", ".", "We", "explore", "their", "connections", "with", "existing", "combinatorial", "problems", "and", "give", "novel", "algorithms", "for", "their", "solution", ".", "To", "the", "best", "of", "our", "knowledge", ",", "this", "is", "the", "first", "work", "to", "consider", "the", "TEAM", "FORMATION", "problem", "in", "the", "presence", "of", "a", "social", "network", "of", "individuals", ".", "Experiments", "on", "the", "DBLP", "dataset", "show", "that", "our", "framework", "works", "well", "in", "practice", "and", "gives", "useful", "and", "intuitive", "results", "."], "doc_bio_tags": ["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", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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"], "extractive_keyphrases": ["social networks", "team formation"], "abstractive_keyphrases": [], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "55904", "document": ["XRules", ":", "an", "effective", "structural", "classifier", "for", "XML", "data", "XML", "documents", "have", "recently", "become", "ubiquitous", "because", "of", "their", "varied", "applicability", "in", "a", "number", "of", "applications", ".", "Classification", "is", "an", "important", "problem", "in", "the", "data", "mining", "domain", ",", "but", "current", "classification", "methods", "for", "XML", "documents", "use", "IR-based", "methods", "in", "which", "each", "document", "is", "treated", "as", "a", "bag", "of", "words", ".", "Such", "techniques", "ignore", "a", "significant", "amount", "of", "information", "hidden", "inside", "the", "documents", ".", "In", "this", "paper", "we", "discuss", "the", "problem", "of", "rule", "based", "classification", "of", "XML", "data", "by", "using", "frequent", "discriminatory", "substructures", "within", "XML", "documents", ".", "Such", "a", "technique", "is", "more", "capable", "of", "finding", "the", "classification", "characteristics", "of", "documents", ".", "In", "addition", ",", "the", "technique", "can", "also", "be", "extended", "to", "cost", "sensitive", "classification", ".", "We", "show", "the", "effectiveness", "of", "the", "method", "with", "respect", "to", "other", "classifiers", ".", "We", "note", "that", "the", "methodology", "discussed", "in", "this", "paper", "is", "applicable", "to", "any", "kind", "of", "semi-structured", "data", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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", "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"], "extractive_keyphrases": ["classification"], "abstractive_keyphrases": ["database applications", "tree mining", "xml/semi-structured data"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "435078", "document": ["A", "hybrid", "unsupervised", "approach", "for", "document", "clustering", "We", "propose", "a", "hybrid", ",", "unsupervised", "document", "clustering", "approach", "that", "combines", "a", "hierarchical", "clustering", "algorithm", "with", "Expectation", "Maximization", ".", "We", "developed", "several", "heuristics", "to", "automatically", "select", "a", "subset", "of", "the", "clusters", "generated", "by", "the", "first", "algorithm", "as", "the", "initial", "points", "of", "the", "second", "one", ".", "Furthermore", ",", "our", "initialization", "algorithm", "generates", "not", "only", "an", "initial", "model", "for", "the", "iterative", "refinement", "algorithm", "but", "also", "an", "estimate", "of", "the", "model", "dimension", ",", "thus", "eliminating", "another", "important", "element", "of", "human", "supervision", ".", "We", "have", "evaluated", "the", "proposed", "system", "on", "five", "real-world", "document", "collections", ".", "The", "results", "show", "that", "our", "approach", "generates", "clustering", "solutions", "of", "higher", "quality", "than", "both", "its", "individual", "components", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": [], "abstractive_keyphrases": ["em initialization", "information search and retrieval", "unsupervised clustering"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "95426", "document": ["Mining", "time-changing", "data", "streams", "Most", "statistical", "and", "machine-learning", "algorithms", "assume", "that", "the", "data", "is", "a", "random", "sample", "drawn", "from", "a", "stationary", "distribution", ".", "Unfortunately", ",", "most", "of", "the", "large", "databases", "available", "for", "mining", "today", "violate", "this", "assumption", ".", "They", "were", "gathered", "over", "months", "or", "years", ",", "and", "the", "underlying", "processes", "generating", "them", "changed", "during", "this", "time", ",", "sometimes", "radically", ".", "Although", "a", "number", "of", "algorithms", "have", "been", "proposed", "for", "learning", "time-changing", "concepts", ",", "they", "generally", "do", "not", "scale", "well", "to", "very", "large", "databases", ".", "In", "this", "paper", "we", "propose", "an", "efficient", "algorithm", "for", "mining", "decision", "trees", "from", "continuously-changing", "data", "streams", ",", "based", "on", "the", "ultra-fast", "VFDT", "decision", "tree", "learner", ".", "This", "algorithm", ",", "called", "CVFDT", ",", "stays", "current", "while", "making", "the", "most", "of", "old", "data", "by", "growing", "an", "alternative", "subtree", "whenever", "an", "old", "one", "becomes", "questionable", ",", "and", "replacing", "the", "old", "with", "the", "new", "when", "the", "new", "becomes", "more", "accurate", ".", "CVFDT", "learns", "a", "model", "which", "is", "similar", "in", "accuracy", "to", "the", "one", "that", "would", "be", "learned", "by", "reapplying", "VFDT", "to", "a", "moving", "window", "of", "examples", "every", "time", "a", "new", "example", "arrives", ",", "but", "with", "O", "(", "1", ")", "complexity", "per", "example", ",", "as", "opposed", "to", "O", "(", "w", ")", ",", "where", "w", "is", "the", "size", "of", "the", "window", ".", "Experiments", "on", "a", "set", "of", "large", "time-changing", "data", "streams", "demonstrate", "the", "utility", "of", "this", "approach", "."], "doc_bio_tags": ["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", "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", "B", "I", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["data streams", "decision trees"], "abstractive_keyphrases": ["concept drift", "hoeffding bounds", "incremental learning", "subsampling"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "8598375", "document": ["Clustering", "seasonality", "patterns", "in", "the", "presence", "of", "errors", "Clustering", "is", "a", "very", "well", "studied", "problem", "that", "attempts", "to", "group", "similar", "data", "points", ".", "Most", "traditional", "clustering", "algorithms", "assume", "that", "the", "data", "is", "provided", "without", "measurement", "error", ".", "Often", ",", "however", ",", "real", "world", "data", "sets", "have", "such", "errors", "and", "one", "can", "obtain", "estimates", "of", "these", "errors", ".", "We", "present", "a", "clustering", "method", "that", "incorporates", "information", "contained", "in", "these", "error", "estimates", ".", "We", "present", "a", "new", "distance", "function", "that", "is", "based", "on", "the", "distribution", "of", "errors", "in", "data", ".", "Using", "a", "Gaussian", "model", "for", "errors", ",", "the", "distance", "function", "follows", "a", "Chi-Square", "distribution", "and", "is", "easy", "to", "compute", ".", "This", "distance", "function", "is", "used", "in", "hierarchical", "clustering", "to", "discover", "meaningful", "clusters", ".", "The", "distance", "function", "is", "scale-invariant", "so", "that", "clustering", "results", "are", "independent", "of", "units", "of", "measuring", "data", ".", "In", "the", "special", "case", "when", "the", "error", "distribution", "is", "the", "same", "for", "each", "attribute", "of", "data", "points", ",", "the", "rank", "order", "of", "pair-wise", "distances", "is", "the", "same", "for", "our", "distance", "function", "and", "the", "Euclidean", "distance", "function", ".", "The", "clustering", "method", "is", "applied", "to", "the", "seasonality", "estimation", "problem", "and", "experimental", "results", "are", "presented", "for", "the", "retail", "industry", "data", "as", "well", "as", "for", "simulated", "data", ",", "where", "it", "outperforms", "classical", "clustering", "methods", "."], "doc_bio_tags": ["O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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", "B", "I", "O", "O", "O", "B", "I", "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"], "extractive_keyphrases": ["distance function", "seasonality"], "abstractive_keyphrases": ["forecasting", "gaussian distribution", "product life cycle", "time-series"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "11536257", "document": ["Grafting-light", ":", "fast", ",", "incremental", "feature", "selection", "and", "structure", "learning", "of", "Markov", "random", "fields", "Feature", "selection", "is", "an", "important", "task", "in", "order", "to", "achieve", "better", "generalizability", "in", "high", "dimensional", "learning", ",", "and", "structure", "learning", "of", "Markov", "random", "fields", "(", "MRFs", ")", "can", "automatically", "discover", "the", "inherent", "structures", "underlying", "complex", "data", ".", "Both", "problems", "can", "be", "cast", "as", "solving", "an", "l1-norm", "regularized", "parameter", "estimation", "problem", ".", "The", "existing", "Grafting", "method", "can", "avoid", "doing", "inference", "on", "dense", "graphs", "in", "structure", "learning", "by", "incrementally", "selecting", "new", "features", ".", "However", ",", "Grafting", "performs", "a", "greedy", "step", "to", "optimize", "over", "free", "parameters", "once", "new", "features", "are", "included", ".", "This", "greedy", "strategy", "results", "in", "low", "efficiency", "when", "parameter", "learning", "is", "itself", "non-trivial", ",", "such", "as", "in", "MRFs", ",", "in", "which", "parameter", "learning", "depends", "on", "an", "expensive", "subroutine", "to", "calculate", "gradients", ".", "The", "complexity", "of", "calculating", "gradients", "in", "MRFs", "is", "typically", "exponential", "to", "the", "size", "of", "maximal", "cliques", ".", "In", "this", "paper", ",", "we", "present", "a", "fast", "algorithm", "called", "Grafting-Light", "to", "solve", "the", "l1-norm", "regularized", "maximum", "likelihood", "estimation", "of", "MRFs", "for", "efficient", "feature", "selection", "and", "structure", "learning", ".", "Grafting-Light", "iteratively", "performs", "one-step", "of", "orthant-wise", "gradient", "descent", "over", "free", "parameters", "and", "selects", "new", "features", ".", "This", "lazy", "strategy", "is", "guaranteed", "to", "converge", "to", "the", "global", "optimum", "and", "can", "effectively", "select", "significant", "features", ".", "On", "both", "synthetic", "and", "real", "data", "sets", ",", "we", "show", "that", "Grafting-Light", "is", "much", "more", "efficient", "than", "Grafting", "for", "both", "feature", "selection", "and", "structure", "learning", ",", "and", "performs", "comparably", "with", "the", "optimal", "batch", "method", "that", "directly", "optimizes", "over", "all", "the", "features", "for", "feature", "selection", "but", "is", "much", "more", "efficient", "and", "accurate", "for", "structure", "learning", "of", "MRFs", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "B", "I", "O", "B", "I", "O", "B", "I", "I", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "B", "I", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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", "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", "B", "I", "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", "B", "I", "O", "O", "O"], "extractive_keyphrases": ["feature selection", "markov random fields", "structure learning"], "abstractive_keyphrases": [], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "9007904", "document": ["Identifying", "early", "buyers", "from", "purchase", "data", "Market", "research", "has", "shown", "that", "consumers", "exhibit", "a", "variety", "of", "different", "purchasing", "behaviors", ";", "specifically", ",", "some", "tend", "to", "purchase", "products", "earlier", "than", "other", "consumers", ".", "Identifying", "such", "early", "buyers", "can", "help", "personalize", "marketing", "strategies", ",", "potentially", "improving", "their", "effectiveness", ".", "In", "this", "paper", ",", "we", "present", "a", "non-parametric", "approach", "to", "the", "problem", "of", "identifying", "early", "buyers", "from", "purchase", "data", ".", "Our", "formulation", "takes", "as", "inputs", "the", "detailed", "purchase", "information", "of", "each", "consumer", ",", "with", "which", "we", "construct", "a", "weighted", "directed", "graph", "whose", "nodes", "correspond", "to", "consumers", "and", "whose", "edges", "correspond", "to", "purchases", "consumers", "have", "in", "common", ";", "the", "edge", "weights", "indicate", "how", "frequently", "consumers", "purchase", "products", "earlier", "than", "other", "consumers", ".", "Identifying", "early", "buyers", "corresponds", "to", "the", "problem", "of", "finding", "a", "subset", "of", "nodes", "in", "the", "graph", "with", "maximum", "difference", "between", "the", "weights", "of", "the", "outgoing", "and", "incoming", "edges", ".", "This", "problem", "is", "a", "variation", "of", "the", "maximum", "cut", "problem", "in", "a", "directed", "graph", ".", "We", "provide", "an", "approximation", "algorithm", "based", "on", "semidefinite", "programming", "(", "SDP", ")", "relaxations", "pioneered", "by", "Goemans", "and", "Williamson", ",", "and", "analyze", "its", "performance", ".", "We", "apply", "the", "algorithm", "to", "real", "purchase", "data", "from", "Amazon.com", ",", "providing", "new", "insights", "into", "consumer", "behaviors", "."], "doc_bio_tags": ["O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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"], "extractive_keyphrases": ["early buyers", "semidefinite programming"], "abstractive_keyphrases": ["consumer behavior", "social network"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "9389455", "document": ["Learning", "from", "multi-topic", "web", "documents", "for", "contextual", "advertisement", "Contextual", "advertising", "on", "web", "pages", "has", "become", "very", "popular", "recently", "and", "it", "poses", "its", "own", "set", "of", "unique", "text", "mining", "challenges", ".", "Often", "advertisers", "wish", "to", "either", "target", "(", "or", "avoid", ")", "some", "specific", "content", "on", "web", "pages", "which", "may", "appear", "only", "in", "a", "small", "part", "of", "the", "page", ".", "Learning", "for", "these", "targeting", "tasks", "is", "difficult", "since", "most", "training", "pages", "are", "multi-topic", "and", "need", "expensive", "human", "labeling", "at", "the", "sub-document", "level", "for", "accurate", "training", ".", "In", "this", "paper", "we", "investigate", "ways", "to", "learn", "for", "sub-document", "classification", "when", "only", "page", "level", "labels", "are", "available", "-", "these", "labels", "only", "indicate", "if", "the", "relevant", "content", "exists", "in", "the", "given", "page", "or", "not", ".", "We", "propose", "the", "application", "of", "multiple-instance", "learning", "to", "this", "task", "to", "improve", "the", "effectiveness", "of", "traditional", "methods", ".", "We", "apply", "sub-document", "classification", "to", "two", "different", "problems", "in", "contextual", "advertising", ".", "One", "is", "``", "sensitive", "content", "detection", "''", "where", "the", "advertiser", "wants", "to", "avoid", "content", "relating", "to", "war", ",", "violence", ",", "pornography", ",", "etc.", "even", "if", "they", "occur", "only", "in", "a", "small", "part", "of", "a", "page", ".", "The", "second", "problem", "involves", "opinion", "mining", "from", "review", "sites", "-", "the", "advertiser", "wants", "to", "detect", "and", "avoid", "negative", "opinion", "about", "their", "product", "when", "positive", ",", "negative", "and", "neutral", "sentiments", "co-exist", "on", "a", "page", ".", "In", "both", "these", "scenarios", "we", "present", "experimental", "results", "to", "show", "that", "our", "proposed", "system", "is", "able", "to", "get", "good", "block", "level", "labeling", "for", "free", "and", "improve", "the", "performance", "of", "traditional", "learning", "methods", "."], "doc_bio_tags": ["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", "B", "I", "O", "O", "O", "O", "B", "I", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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"], "extractive_keyphrases": ["contextual advertising", "opinion mining", "sensitive content detection"], "abstractive_keyphrases": ["general", "sub-document classification"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "4980157", "document": ["Dynamic", "syslog", "mining", "for", "network", "failure", "monitoring", "Syslog", "monitoring", "technologies", "have", "recently", "received", "vast", "attentions", "in", "the", "areas", "of", "network", "management", "and", "network", "monitoring", ".", "They", "are", "used", "to", "address", "a", "wide", "range", "of", "important", "issues", "including", "network", "failure", "symptom", "detection", "and", "event", "correlation", "discovery", ".", "Syslogs", "are", "intrinsically", "dynamic", "in", "the", "sense", "that", "they", "form", "a", "time", "series", "and", "that", "their", "behavior", "may", "change", "over", "time", ".", "This", "paper", "proposes", "a", "new", "methodology", "of", "dynamic", "syslog", "mining", "in", "order", "to", "detect", "failure", "symptoms", "with", "higher", "confidence", "and", "to", "discover", "sequential", "alarm", "patterns", "among", "computer", "devices", ".", "The", "key", "ideas", "of", "dynamic", "syslog", "mining", "are", "1", ")", "to", "represent", "syslog", "behavior", "using", "a", "mixture", "of", "Hidden", "Markov", "Models", ",", "2", ")", "to", "adaptively", "learn", "the", "model", "using", "an", "on-line", "discounting", "learning", "algorithm", "in", "combination", "with", "dynamic", "selection", "of", "the", "optimal", "number", "of", "mixture", "components", ",", "and", "3", ")", "to", "give", "anomaly", "scores", "using", "universal", "test", "statistics", "with", "a", "dynamically", "optimized", "threshold", ".", "Using", "real", "syslog", "data", "we", "demonstrate", "the", "validity", "of", "our", "methodology", "in", "the", "scenarios", "of", "failure", "symptom", "detection", ",", "emerging", "pattern", "identification", ",", "and", "correlation", "discovery", "."], "doc_bio_tags": ["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", "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"], "extractive_keyphrases": ["syslog mining"], "abstractive_keyphrases": ["artificial intelligence", "correlation analysis", "failure detection", "model selection", "probabilistic modeling"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "2316298", "document": ["Application", "of", "neural", "networks", "to", "biological", "data", "mining", ":", "a", "case", "study", "in", "protein", "sequence", "classification"], "doc_bio_tags": ["O", "O", "B", "I", "O", "B", "I", "I", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["biological data mining", "neural networks"], "abstractive_keyphrases": ["bioinformatics", "feature extraction from protein data", "machine learning", "sequence alignment"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "9284044", "document": ["Factorization", "meets", "the", "neighborhood", ":", "a", "multifaceted", "collaborative", "filtering", "model", "Recommender", "systems", "provide", "users", "with", "personalized", "suggestions", "for", "products", "or", "services", ".", "These", "systems", "often", "rely", "on", "Collaborating", "Filtering", "(", "CF", ")", ",", "where", "past", "transactions", "are", "analyzed", "in", "order", "to", "establish", "connections", "between", "users", "and", "products", ".", "The", "two", "more", "successful", "approaches", "to", "CF", "are", "latent", "factor", "models", ",", "which", "directly", "profile", "both", "users", "and", "products", ",", "and", "neighborhood", "models", ",", "which", "analyze", "similarities", "between", "products", "or", "users", ".", "In", "this", "work", "we", "introduce", "some", "innovations", "to", "both", "approaches", ".", "The", "factor", "and", "neighborhood", "models", "can", "now", "be", "smoothly", "merged", ",", "thereby", "building", "a", "more", "accurate", "combined", "model", ".", "Further", "accuracy", "improvements", "are", "achieved", "by", "extending", "the", "models", "to", "exploit", "both", "explicit", "and", "implicit", "feedback", "by", "the", "users", ".", "The", "methods", "are", "tested", "on", "the", "Netflix", "data", ".", "Results", "are", "better", "than", "those", "previously", "published", "on", "that", "dataset", ".", "In", "addition", ",", "we", "suggest", "a", "new", "evaluation", "metric", ",", "which", "highlights", "the", "differences", "among", "methods", ",", "based", "on", "their", "performance", "at", "a", "top-K", "recommendation", "task", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["collaborative filtering", "recommender systems"], "abstractive_keyphrases": [], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "4584686", "document": ["Characterising", "the", "difference", "Characterising", "the", "differences", "between", "two", "databases", "is", "an", "often", "occurring", "problem", "in", "Data", "Mining", ".", "Detection", "of", "change", "over", "time", "is", "a", "prime", "example", ",", "comparing", "databases", "from", "two", "branches", "is", "another", "one", ".", "The", "key", "problem", "is", "to", "discover", "the", "patterns", "that", "describe", "the", "difference", ".", "Emerging", "patterns", "provide", "only", "a", "partial", "answer", "to", "this", "question", ".", "In", "previous", "work", ",", "we", "showed", "that", "the", "data", "distribution", "can", "be", "captured", "in", "a", "pattern-based", "model", "using", "compression", "(", "12", ")", ".", "Here", ",", "we", "extend", "this", "approach", "to", "define", "a", "generic", "dissimilarity", "measure", "on", "databases", ".", "Moreover", ",", "we", "show", "that", "this", "approach", "can", "identify", "those", "patterns", "that", "characterise", "the", "differences", "between", "two", "distributions", ".", "Experimental", "results", "show", "that", "our", "method", "provides", "a", "well-founded", "way", "to", "independently", "measure", "database", "dissimilarity", "that", "allows", "for", "thorough", "inspection", "of", "the", "actual", "differences", ".", "This", "illustrates", "the", "use", "of", "our", "approach", "in", "real", "world", "data", "mining", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["compression", "database dissimilarity"], "abstractive_keyphrases": ["applications", "temporal data mining"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "4766160", "document": ["The", "minimum", "consistent", "subset", "cover", "problem", "and", "its", "applications", "in", "data", "mining", "In", "this", "paper", ",", "we", "introduce", "and", "study", "the", "Minimum", "Consistent", "Subset", "Cover", "(", "MCSC", ")", "problem", ".", "Given", "a", "finite", "ground", "set", "X", "and", "a", "constraint", "t", ",", "find", "the", "minimum", "number", "of", "consistent", "subsets", "that", "cover", "X", ",", "where", "a", "subset", "of", "X", "is", "consistent", "if", "it", "satisfies", "t.", "The", "MCSC", "problem", "generalizes", "the", "traditional", "set", "covering", "problem", "and", "has", "Minimum", "Clique", "Partition", ",", "a", "dual", "problem", "of", "graph", "coloring", ",", "as", "an", "instance", ".", "Many", "practical", "data", "mining", "problems", "in", "the", "areas", "of", "rule", "learning", ",", "clustering", ",", "and", "frequent", "pattern", "mining", "can", "be", "formulated", "as", "MCSC", "instances", ".", "In", "particular", ",", "we", "discuss", "the", "Minimum", "Rule", "Set", "problem", "that", "minimizes", "model", "complexity", "of", "decision", "rules", "as", "well", "as", "some", "converse", "k-clustering", "problems", "that", "minimize", "the", "number", "of", "clusters", "satisfying", "certain", "distance", "constraints", ".", "We", "also", "show", "how", "the", "MCSC", "problem", "can", "find", "applications", "in", "frequent", "pattern", "summarization", ".", "For", "any", "of", "these", "MCSC", "formulations", ",", "our", "proposed", "novel", "graph-based", "generic", "algorithm", "CAG", "can", "be", "directly", "applicable", ".", "CAG", "starts", "by", "constructing", "a", "maximal", "optimal", "partial", "solution", ",", "then", "performs", "an", "example-driven", "specific-to-general", "search", "on", "a", "dynamically", "maintained", "bipartite", "assignment", "graph", "to", "simultaneously", "learn", "a", "set", "of", "consistent", "subsets", "with", "small", "cardinality", "covering", "the", "ground", "set", ".", "Our", "experiments", "on", "benchmark", "datasets", "show", "that", "CAG", "achieves", "good", "results", "compared", "to", "existing", "popular", "heuristics", "."], "doc_bio_tags": ["O", "B", "I", "I", "I", "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", "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", "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"], "extractive_keyphrases": ["minimum consistent subset cover", "minimum rule set", "pattern summarization"], "abstractive_keyphrases": ["converse k-clustering"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "7663108", "document": ["Scalable", "discovery", "of", "hidden", "emails", "from", "large", "folders", "The", "popularity", "of", "email", "has", "triggered", "researchers", "to", "look", "for", "ways", "to", "help", "users", "better", "organize", "the", "enormous", "amount", "of", "information", "stored", "in", "their", "email", "folders", ".", "One", "challenge", "that", "has", "not", "been", "studied", "extensively", "in", "text", "mining", "is", "the", "identification", "and", "reconstruction", "of", "hidden", "emails", ".", "A", "hidden", "email", "is", "an", "original", "email", "that", "has", "been", "quoted", "in", "at", "least", "one", "email", "in", "a", "folder", ",", "but", "does", "not", "present", "itself", "in", "the", "same", "folder", ".", "It", "may", "have", "been", "(", "un", ")", "intentionally", "deleted", "or", "may", "never", "have", "been", "received", ".", "The", "discovery", "and", "reconstruction", "of", "hidden", "emails", "is", "critical", "for", "many", "applications", "including", "email", "classification", ",", "summarization", "and", "forensics", ".", "This", "paper", "proposes", "a", "framework", "for", "reconstructing", "hidden", "emails", "using", "the", "embedded", "quotations", "found", "in", "messages", "further", "down", "the", "thread", "hierarchy", ".", "We", "evaluate", "the", "robustness", "and", "scalability", "of", "our", "framework", "by", "using", "the", "Enron", "public", "email", "corpus", ".", "Our", "experiments", "show", "that", "hidden", "emails", "exist", "widely", "in", "that", "corpus", "and", "also", "that", "our", "optimization", "techniques", "are", "effective", "in", "processing", "large", "email", "folders", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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", "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"], "extractive_keyphrases": ["forensics", "hidden email", "text mining"], "abstractive_keyphrases": [], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "3769914", "document": ["Fast", "best-effort", "pattern", "matching", "in", "large", "attributed", "graphs", "We", "focus", "on", "large", "graphs", "where", "nodes", "have", "attributes", ",", "such", "as", "a", "social", "network", "where", "the", "nodes", "are", "labeled", "with", "each", "person", "'s", "job", "title", ".", "In", "such", "a", "setting", ",", "we", "want", "to", "find", "subgraphs", "that", "match", "a", "user", "query", "pattern", ".", "For", "example", ",", "a", "``", "star", "''", "query", "would", "be", ",", "``", "find", "a", "CEO", "who", "has", "strong", "interactions", "with", "a", "Manager", ",", "a", "Lawyer", ",", "and", "an", "Accountant", ",", "or", "another", "structure", "as", "close", "to", "that", "as", "possible", "''", ".", "Similarly", ",", "a", "``", "loop", "''", "query", "could", "help", "spot", "a", "money", "laundering", "ring", ".", "Traditional", "SQL-based", "methods", ",", "as", "well", "as", "more", "recent", "graph", "indexing", "methods", ",", "will", "return", "no", "answer", "when", "an", "exact", "match", "does", "not", "exist", ".", "This", "is", "the", "first", "main", "feature", "of", "our", "method", ".", "It", "can", "find", "exact", "-", ",", "as", "well", "as", "near-matches", ",", "and", "it", "will", "present", "them", "to", "the", "user", "in", "our", "proposed", "``", "goodness", "''", "order", ".", "For", "example", ",", "our", "method", "tolerates", "indirect", "paths", "between", ",", "say", ",", "the", "``", "CEO", "''", "and", "the", "``", "Accountant", "''", "of", "the", "above", "sample", "query", ",", "when", "direct", "paths", "do", "n't", "exist", ".", "Its", "second", "feature", "is", "scalability", ".", "In", "general", ",", "if", "the", "query", "has", "nq", "nodes", "and", "the", "data", "graph", "has", "n", "nodes", ",", "the", "problem", "needs", "polynomial", "time", "complexity", "O", "(", "n", "n", "q", ")", ",", "which", "is", "prohibitive", ".", "Our", "G-Ray", "(", "``", "Graph", "X-Ray", "''", ")", "method", "finds", "high-quality", "subgraphs", "in", "time", "linear", "on", "the", "size", "of", "the", "data", "graph", ".", "Experimental", "results", "on", "the", "DLBP", "author-publication", "graph", "(", "with", "356K", "nodes", "and", "1.9", "M", "edges", ")", "illustrate", "both", "the", "effectiveness", "and", "scalability", "of", "our", "approach", ".", "The", "results", "agree", "with", "our", "intuition", ",", "and", "the", "speed", "is", "excellent", ".", "It", "takes", "4", "seconds", "on", "average", "fora", "4-node", "query", "on", "the", "DBLP", "graph", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": [], "abstractive_keyphrases": ["attributed graph", "miscellaneous", "pattern match", "random walk"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "4818705", "document": ["Optimizing", "time", "series", "discretization", "for", "knowledge", "discovery", "Knowledge", "Discovery", "in", "time", "series", "usually", "requires", "symbolic", "time", "series", ".", "Many", "discretization", "methods", "that", "convert", "numeric", "time", "series", "to", "symbolic", "time", "series", "ignore", "the", "temporal", "order", "of", "values", ".", "This", "often", "leads", "to", "symbols", "that", "do", "not", "correspond", "to", "states", "of", "the", "process", "generating", "the", "time", "series", "and", "can", "not", "be", "interpreted", "meaningfully", ".", "We", "propose", "a", "new", "method", "for", "meaningful", "unsupervised", "discretization", "of", "numeric", "time", "series", "called", "Persist", ".", "The", "algorithm", "is", "based", "on", "the", "Kullback-Leibler", "divergence", "between", "the", "marginal", "and", "the", "self-transition", "probability", "distributions", "of", "the", "discretization", "symbols", ".", "Its", "performance", "is", "evaluated", "on", "both", "artificial", "and", "real", "life", "data", "in", "comparison", "to", "the", "most", "common", "discretization", "methods", ".", "Persist", "achieves", "significantly", "higher", "accuracy", "than", "existing", "static", "methods", "and", "is", "robust", "against", "noise", ".", "It", "also", "outperforms", "Hidden", "Markov", "Models", "for", "all", "but", "very", "simple", "cases", "."], "doc_bio_tags": ["O", "B", "I", "B", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "B", "I", "O", "O", "B", "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", "B", "I", "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", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["discretization", "time series"], "abstractive_keyphrases": ["pattern recognition", "persistence"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "5301226", "document": ["Knowledge", "base", "maintenance", "using", "knowledge", "gap", "analysis", "As", "the", "web", "and", "e-business", "have", "proliferated", ",", "the", "practice", "of", "using", "customer", "facing", "knowledge", "bases", "to", "augment", "customer", "service", "and", "support", "operations", "has", "increased", ".", "This", "can", "be", "a", "very", "efficient", ",", "scalable", "and", "cost", "effective", "way", "to", "share", "knowledge", ".", "The", "effectiveness", "and", "cost", "savings", "are", "proportional", "to", "the", "utility", "of", "the", "information", "within", "the", "knowledge", "base", "and", "inversely", "proportional", "to", "the", "amount", "of", "labor", "required", "in", "maintaining", "the", "knowledge", ".", "To", "address", "this", "issue", ",", "we", "have", "developed", "an", "algorithm", "and", "methodology", "to", "increase", "the", "utility", "of", "the", "information", "within", "a", "knowledge", "base", "while", "greatly", "reducing", "the", "labor", "required", ".", "In", "this", "paper", ",", "we", "describe", "an", "implementation", "of", "an", "algorithm", "and", "methodology", "for", "comparing", "a", "knowledge", "base", "to", "a", "set", "of", "problem", "tickets", "to", "determine", "which", "categories", "and", "subcategories", "are", "not", "well", "addressed", "within", "the", "knowledge", "base", ".", "We", "utilize", "text", "clustering", "on", "problem", "ticket", "text", "to", "determine", "a", "set", "of", "problem", "categories", ".", "We", "then", "compare", "each", "knowledge", "base", "solution", "document", "to", "each", "problem", "category", "centroid", "using", "a", "cosine", "distance", "metric", ".", "The", "distance", "between", "the", "``", "closest", "''", "solution", "document", "and", "the", "corresponding", "centroid", "becomes", "the", "basis", "of", "that", "problem", "category", "'s", "``", "knowledge", "gap", "''", ".", "Our", "claim", "is", "that", "this", "gap", "metric", "serves", "as", "a", "useful", "method", "for", "quickly", "and", "automatically", "determining", "which", "problem", "categories", "have", "no", "relevant", "solutions", "in", "a", "knowledge", "base", ".", "We", "have", "implemented", "our", "approach", ",", "and", "we", "present", "the", "results", "of", "performing", "a", "knowledge", "gap", "analysis", "on", "a", "set", "of", "support", "center", "problem", "tickets", "."], "doc_bio_tags": ["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", "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", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["clustering", "gap analysis"], "abstractive_keyphrases": ["database applications", "information search and retrieval", "knowledge management", "text mining"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "12029", "document": ["Extracting", "collective", "probabilistic", "forecasts", "from", "web", "games", "Game", "sites", "on", "the", "World", "Wide", "Web", "draw", "people", "from", "around", "the", "world", "with", "specialized", "interests", ",", "skills", ",", "and", "knowledge", ".", "Data", "from", "the", "games", "often", "reflects", "the", "players", "'", "expertise", "and", "will", "to", "win", ".", "We", "extract", "probabilistic", "forecasts", "from", "data", "obtained", "from", "three", "online", "games", ":", "the", "Hollywood", "Stock", "Exchange", "(", "HSX", ")", ",", "the", "Foresight", "Exchange", "(", "FX", ")", ",", "and", "the", "Formula", "One", "Pick", "Six", "(", "F1P6", ")", "competition", ".", "We", "find", "that", "all", "three", "yield", "accurate", "forecasts", "of", "uncertain", "future", "events", ".", "In", "particular", ",", "prices", "of", "so-called", "``", "movie", "stocks", "''", "on", "HSX", "are", "good", "indicators", "of", "actual", "box", "office", "returns", ".", "Prices", "of", "HSX", "securities", "in", "Oscar", ",", "Emmy", ",", "and", "Grammy", "awards", "correlate", "well", "with", "observed", "frequencies", "of", "winning", ".", "FX", "prices", "are", "reliable", "indicators", "of", "future", "developments", "in", "science", "and", "technology", ".", "Collective", "predictions", "from", "players", "in", "the", "F1", "competition", "serve", "as", "good", "forecasts", "of", "true", "race", "outcomes", ".", "In", "some", "cases", ",", "forecasts", "induced", "from", "game", "data", "are", "more", "reliable", "than", "expert", "opinions", ".", "We", "argue", "that", "web", "games", "naturally", "attract", "well-informed", "and", "well-motivated", "players", ",", "and", "thus", "offer", "a", "valuable", "and", "oft-overlooked", "source", "of", "high-quality", "data", "with", "significant", "predictive", "value", "."], "doc_bio_tags": ["O", "B", "I", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "I", "O", "O", "O", "O", "O", "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"], "extractive_keyphrases": ["collective probabilistic forecasts", "foresight exchange", "hollywood stock exchange"], "abstractive_keyphrases": ["artificial markets", "formula one pick six competition", "knowledge discovery", "world wide web games"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "6949807", "document": ["Rule", "interestingness", "analysis", "using", "OLAP", "operations", "The", "problem", "of", "interestingness", "of", "discovered", "rules", "has", "been", "investigated", "by", "many", "researchers", ".", "The", "issue", "is", "that", "data", "mining", "algorithms", "often", "generate", "too", "many", "rules", ",", "which", "make", "it", "very", "hard", "for", "the", "user", "to", "find", "the", "interesting", "ones", ".", "Over", "the", "years", "many", "techniques", "have", "been", "proposed", ".", "However", ",", "few", "have", "made", "it", "to", "real-life", "applications", ".", "Since", "August", "2004", ",", "we", "have", "been", "working", "on", "a", "major", "application", "for", "Motorola", ".", "The", "objective", "is", "to", "find", "causes", "of", "cellular", "phone", "call", "failures", "from", "a", "large", "amount", "of", "usage", "log", "data", ".", "Class", "association", "rules", "have", "been", "shown", "to", "be", "suitable", "for", "this", "type", "of", "diagnostic", "data", "mining", "application", ".", "We", "were", "also", "able", "to", "put", "several", "existing", "interestingness", "methods", "to", "the", "test", ",", "which", "revealed", "some", "major", "shortcomings", ".", "One", "of", "the", "main", "problems", "is", "that", "most", "existing", "methods", "treat", "rules", "individually", ".", "However", ",", "we", "discovered", "that", "users", "seldom", "regard", "a", "single", "rule", "to", "be", "interesting", "by", "itself", ".", "A", "rule", "is", "only", "interesting", "in", "the", "context", "of", "some", "other", "rules", ".", "Furthermore", ",", "in", "many", "cases", ",", "each", "individual", "rule", "may", "not", "be", "interesting", ",", "but", "a", "group", "of", "them", "together", "can", "represent", "an", "important", "piece", "of", "knowledge", ".", "This", "led", "us", "to", "discover", "a", "deficiency", "of", "the", "current", "rule", "mining", "paradigm", ".", "Using", "non-zero", "minimum", "support", "and", "non-zero", "minimum", "confidence", "eliminates", "a", "large", "amount", "of", "context", "information", ",", "which", "makes", "rule", "analysis", "difficult", ".", "This", "paper", "proposes", "a", "novel", "approach", "to", "deal", "with", "all", "of", "these", "issues", ",", "which", "casts", "rule", "analysis", "as", "OLAP", "operations", "and", "general", "impression", "mining", ".", "This", "approach", "enables", "the", "user", "to", "explore", "the", "knowledge", "space", "to", "find", "useful", "knowledge", "easily", "and", "systematically", ".", "It", "also", "provides", "a", "natural", "framework", "for", "visualization", ".", "As", "an", "evidence", "of", "its", "effectiveness", ",", "our", "system", ",", "called", "Opportunity", "Map", ",", "based", "on", "these", "ideas", "has", "been", "deployed", ",", "and", "it", "is", "in", "daily", "use", "in", "Motorola", "for", "finding", "actionable", "knowledge", "from", "its", "engineering", "and", "other", "types", "of", "data", "sets", "."], "doc_bio_tags": ["O", "B", "I", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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", "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", "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"], "extractive_keyphrases": ["class association rules", "diagnostic data mining", "interestingness analysis", "olap"], "abstractive_keyphrases": ["general impressions", "miscellaneous"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "5199140", "document": ["Unweaving", "a", "web", "of", "documents", "We", "develop", "an", "algorithmic", "framework", "to", "decompose", "a", "collection", "of", "time-stamped", "text", "documents", "into", "semantically", "coherent", "threads", ".", "Our", "formulation", "leads", "to", "a", "graph", "decomposition", "problem", "on", "directed", "acyclic", "graphs", ",", "for", "which", "we", "obtain", "three", "algorithms", "--", "an", "exact", "algorithm", "that", "is", "based", "on", "minimum", "cost", "flow", "and", "two", "more", "efficient", "algorithms", "based", "on", "maximum", "matching", "and", "dynamic", "programming", "that", "solve", "specific", "versions", "of", "the", "graph", "decomposition", "problem", ".", "Applications", "of", "our", "algorithms", "include", "superior", "summarization", "of", "news", "search", "results", ",", "improved", "browsing", "paradigms", "for", "large", "collections", "of", "text-intensive", "corpora", ",", "and", "integration", "of", "time-stamped", "documents", "from", "a", "variety", "of", "sources", ".", "Experimental", "results", "based", "on", "over", "250,000", "news", "articles", "from", "a", "major", "newspaper", "over", "a", "period", "of", "four", "years", "demonstrate", "that", "our", "algorithms", "efficiently", "identify", "robust", "threads", "of", "varying", "lengths", "and", "time-spans", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "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", "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"], "extractive_keyphrases": ["graph decomposition"], "abstractive_keyphrases": ["graph algorithms", "information search and retrieval", "news threads"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "9944671", "document": ["Audience", "selection", "for", "on-line", "brand", "advertising", ":", "privacy-friendly", "social", "network", "targeting", "This", "paper", "describes", "and", "evaluates", "privacy-friendly", "methods", "for", "extracting", "quasi-social", "networks", "from", "browser", "behavior", "on", "user-generated", "content", "sites", ",", "for", "the", "purpose", "of", "finding", "good", "audiences", "for", "brand", "advertising", "(", "as", "opposed", "to", "click", "maximizing", ",", "for", "example", ")", ".", "Targeting", "social-network", "neighbors", "resonates", "well", "with", "advertisers", ",", "and", "on-line", "browsing", "behavior", "data", "counterintuitively", "can", "allow", "the", "identification", "of", "good", "audiences", "anonymously", ".", "Besides", "being", "one", "of", "the", "first", "papers", "to", "our", "knowledge", "on", "data", "mining", "for", "on-line", "brand", "advertising", ",", "this", "paper", "makes", "several", "important", "contributions", ".", "We", "introduce", "a", "framework", "for", "evaluating", "brand", "audiences", ",", "in", "analogy", "to", "predictive-modeling", "holdout", "evaluation", ".", "We", "introduce", "methods", "for", "extracting", "quasi-social", "networks", "from", "data", "on", "visitations", "to", "social", "networking", "pages", ",", "without", "collecting", "any", "information", "on", "the", "identities", "of", "the", "browsers", "or", "the", "content", "of", "the", "social-network", "pages", ".", "We", "introduce", "measures", "of", "brand", "proximity", "in", "the", "network", ",", "and", "show", "that", "audiences", "with", "high", "brand", "proximity", "indeed", "show", "substantially", "higher", "brand", "affinity", ".", "Finally", ",", "we", "provide", "evidence", "that", "the", "quasi-social", "network", "embeds", "a", "true", "social", "network", ",", "which", "along", "with", "results", "from", "social", "theory", "offers", "one", "explanation", "for", "the", "increase", "in", "brand", "affinity", "of", "the", "selected", "audiences", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": [], "abstractive_keyphrases": ["on-line advertising", "predictive modeling", "privacy", "social networks", "user-generated content"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "6383098", "document": ["On-board", "analysis", "of", "uncalibrated", "data", "for", "a", "spacecraft", "at", "mars", "Analyzing", "data", "on-board", "a", "spacecraft", "as", "it", "is", "collected", "enables", "several", "advanced", "spacecraft", "capabilities", ",", "such", "as", "prioritizing", "observations", "to", "make", "the", "best", "use", "of", "limited", "bandwidth", "and", "reacting", "to", "dynamic", "events", "as", "they", "happen", ".", "In", "this", "paper", ",", "we", "describe", "how", "we", "addressed", "the", "unique", "challenges", "associated", "with", "on-board", "mining", "of", "data", "as", "it", "is", "collected", ":", "uncalibrated", "data", ",", "noisy", "observations", ",", "and", "severe", "limitations", "on", "computational", "and", "memory", "resources", ".", "The", "goal", "of", "this", "effort", ",", "which", "falls", "into", "the", "emerging", "application", "area", "of", "spacecraft-based", "data", "mining", ",", "was", "to", "study", "three", "specific", "science", "phenomena", "on", "Mars", ".", "Following", "previous", "work", "that", "used", "a", "linear", "support", "vector", "machine", "(", "SVM", ")", "on-board", "the", "Earth", "Observing", "1", "(", "EO-1", ")", "spacecraft", ",", "we", "developed", "three", "data", "mining", "techniques", "for", "use", "on-board", "the", "Mars", "Odyssey", "spacecraft", ".", "These", "methods", "range", "from", "simple", "thresholding", "to", "state-of-the-art", "reduced-set", "SVM", "technology", ".", "We", "tested", "these", "algorithms", "on", "archived", "data", "in", "a", "flight", "software", "testbed", ".", "We", "also", "describe", "a", "significant", ",", "serendipitous", "science", "discovery", "of", "this", "data", "mining", "effort", ":", "the", "confirmation", "of", "a", "water", "ice", "annulus", "around", "the", "north", "polar", "cap", "of", "Mars", ".", "We", "conclude", "with", "a", "discussion", "on", "lessons", "learned", "in", "developing", "algorithms", "for", "use", "on-board", "a", "spacecraft", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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"], "extractive_keyphrases": ["lessons learned"], "abstractive_keyphrases": ["on-board data mining", "real-time data analysis", "resource-constrained computing"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "5143105", "document": ["Nonlinear", "adaptive", "distance", "metric", "learning", "for", "clustering", "A", "good", "distance", "metric", "is", "crucial", "for", "many", "data", "mining", "tasks", ".", "To", "learn", "a", "metric", "in", "the", "unsupervised", "setting", ",", "most", "metric", "learning", "algorithms", "project", "observed", "data", "to", "a", "low-dimensional", "manifold", ",", "where", "geometric", "relationships", "such", "as", "pairwise", "distances", "are", "preserved", ".", "It", "can", "be", "extended", "to", "the", "nonlinear", "case", "by", "applying", "the", "kernel", "trick", ",", "which", "embeds", "the", "data", "into", "a", "feature", "space", "by", "specifying", "the", "kernel", "function", "that", "computes", "the", "dot", "products", "between", "data", "points", "in", "the", "feature", "space", ".", "In", "this", "paper", ",", "we", "propose", "a", "novel", "unsupervised", "Nonlinear", "Adaptive", "Metric", "Learning", "algorithm", ",", "called", "NAML", ",", "which", "performs", "clustering", "and", "distance", "metric", "learning", "simultaneously", ".", "NAML", "firstmaps", "the", "data", "to", "a", "high-dimensional", "space", "through", "a", "kernel", "function", ";", "then", "applies", "a", "linear", "projection", "to", "find", "a", "low-dimensional", "manifold", "where", "the", "separability", "of", "the", "data", "is", "maximized", ";", "and", "finally", "performs", "clustering", "in", "the", "low-dimensional", "space", ".", "The", "performance", "of", "NAML", "depends", "on", "the", "selection", "of", "the", "kernel", "function", "and", "the", "projection", ".", "We", "show", "that", "the", "joint", "kernel", "learning", ",", "dimensionality", "reduction", ",", "and", "clustering", "can", "be", "formulated", "as", "a", "trace", "maximization", "problem", ",", "which", "can", "be", "solved", "via", "an", "iterative", "procedure", "in", "the", "EM", "framework", ".", "Experimental", "results", "demonstrated", "the", "efficacy", "of", "the", "proposed", "algorithm", "."], "doc_bio_tags": ["O", "O", "B", "I", "O", "O", "B", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["clustering", "distance metric", "kernel"], "abstractive_keyphrases": ["convex programming"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "5100696", "document": ["Mining", "high", "dimensional", "data", "for", "classifier", "knowledge", "We", "present", "in", "this", "paper", "the", "problem", "of", "discovering", "sets", "of", "attribute-value", "pairs", "in", "high", "dimensional", "data", "sets", "that", "are", "of", "interest", "not", "because", "of", "co-occurrence", "alone", ",", "but", "due", "to", "their", "value", "in", "serving", "as", "cores", "for", "potential", "classifiers", "of", "clusters", ".", "We", "present", "our", "algorithm", "in", "the", "context", "of", "a", "gene-expression", "dataset", ".", "Gene", "expression", "data", ",", "in", "most", "situations", ",", "is", "insufficient", "for", "clustering", "algorithms", "and", "any", "statistical", "inference", "because", "for", "6000", "+", "genes", ",", "typically", "only", "10s", "and", "at", "most", "100s", "of", "data", "points", "become", "available", ".", "It", "is", "difficult", "to", "use", "statistical", "techniques", "to", "design", "a", "classifier", "for", "such", "immensely", "under-specified", "data", ".", "The", "observed", "data", ",", "though", "statistically", ",", "insufficient", "contains", "some", "information", "about", "the", "domain", ".", "Our", "goal", "is", "to", "discover", "as", "much", "information", "about", "all", "potential", "classifiers", "as", "possible", "from", "the", "data", "and", "then", "summarize", "this", "knowledge", ".", "This", "summarization", "provides", "insights", "into", "the", "composition", "of", "potential", "classifiers", ".", "We", "present", "here", "algorithms", "and", "methods", "for", "mining", "a", "high", "dimensional", "data", "set", ",", "exemplified", "by", "a", "gene", "expression", "data", "set", ",", "for", "mining", "such", "information", "."], "doc_bio_tags": ["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", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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"], "extractive_keyphrases": ["high dimensional data"], "abstractive_keyphrases": ["design methodology", "pattern recognition"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "8545050", "document": ["Real", "world", "performance", "of", "association", "rule", "algorithms", "This", "study", "compares", "five", "well-known", "association", "rule", "algorithms", "using", "three", "real-world", "datasets", "and", "an", "artificial", "dataset", ".", "The", "experimental", "results", "confirm", "the", "performance", "improvements", "previously", "claimed", "by", "the", "authors", "on", "the", "artificial", "data", ",", "but", "some", "of", "these", "gains", "do", "not", "carry", "over", "to", "the", "real", "datasets", ",", "indicating", "overfitting", "of", "the", "algorithms", "to", "the", "IBM", "artificial", "dataset", ".", "More", "importantly", ",", "we", "found", "that", "the", "choice", "of", "algorithm", "only", "matters", "at", "support", "levels", "that", "generate", "more", "rules", "than", "would", "be", "useful", "in", "practice", ".", "For", "support", "levels", "that", "generate", "less", "than", "1,000,000", "rules", ",", "which", "is", "much", "more", "than", "humans", "can", "handle", "and", "is", "sufficient", "for", "prediction", "purposes", "where", "data", "is", "loaded", "into", "RAM", ",", "Apriori", "finishes", "processing", "in", "less", "than", "10", "minutes", ".", "On", "our", "datasets", ",", "we", "observed", "super-exponential", "growth", "in", "the", "number", "of", "rules", ".", "On", "one", "of", "our", "datasets", ",", "a", "0.02", "%", "change", "in", "the", "support", "increased", "the", "number", "of", "rules", "from", "less", "than", "a", "million", "to", "over", "a", "billion", ",", "implying", "that", "outside", "a", "very", "narrow", "range", "of", "support", "values", ",", "the", "choice", "of", "algorithm", "is", "irrelevant", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": [], "abstractive_keyphrases": ["affinity analysis", "association rules", "benchmark", "comparisons", "frequent itemsets", "market basket analysis"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "3869373", "document": ["The", "data", "mining", "approach", "to", "automated", "software", "testing", "In", "today", "'s", "industry", ",", "the", "design", "of", "software", "tests", "is", "mostly", "based", "on", "the", "testers", "'", "expertise", ",", "while", "test", "automation", "tools", "are", "limited", "to", "execution", "of", "pre-planned", "tests", "only", ".", "Evaluation", "of", "test", "outputs", "is", "also", "associated", "with", "a", "considerable", "effort", "by", "human", "testers", "who", "often", "have", "imperfect", "knowledge", "of", "the", "requirements", "specification", ".", "Not", "surprisingly", ",", "this", "manual", "approach", "to", "software", "testing", "results", "in", "heavy", "losses", "to", "the", "world", "'s", "economy", ".", "The", "costs", "of", "the", "so-called", "``", "catastrophic", "''", "software", "failures", "(", "such", "as", "Mars", "Polar", "Lander", "shutdown", "in", "1999", ")", "are", "even", "hard", "to", "measure", ".", "In", "this", "paper", ",", "we", "demonstrate", "the", "potential", "use", "of", "data", "mining", "algorithms", "for", "automated", "induction", "of", "functional", "requirements", "from", "execution", "data", ".", "The", "induced", "data", "mining", "models", "of", "tested", "software", "can", "be", "utilized", "for", "recovering", "missing", "and", "incomplete", "specifications", ",", "designing", "a", "minimal", "set", "of", "regression", "tests", ",", "and", "evaluating", "the", "correctness", "of", "software", "outputs", "when", "testing", "new", ",", "potentially", "flawed", "releases", "of", "the", "system", ".", "To", "study", "the", "feasibility", "of", "the", "proposed", "approach", ",", "we", "have", "applied", "a", "novel", "data", "mining", "algorithm", "called", "Info-Fuzzy", "Network", "(", "IFN", ")", "to", "execution", "data", "of", "a", "general-purpose", "code", "for", "solving", "partial", "differential", "equations", ".", "After", "being", "trained", "on", "a", "relatively", "small", "number", "of", "randomly", "generated", "input-output", "examples", ",", "the", "model", "constructed", "by", "the", "IFN", "algorithm", "has", "shown", "a", "clear", "capability", "to", "discriminate", "between", "correct", "and", "faulty", "versions", "of", "the", "program", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "B", "I", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["automated software testing"], "abstractive_keyphrases": ["finite element solver", "info-fuzzy networks", "input-output analysis", "regression testing", "testing tools"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "4666662", "document": ["Building", "connected", "neighborhood", "graphs", "for", "isometric", "data", "embedding", "Neighborhood", "graph", "construction", "is", "usually", "the", "first", "step", "in", "algorithms", "for", "isometric", "data", "embedding", "and", "manifold", "learning", "that", "cope", "with", "the", "problem", "of", "projecting", "high", "dimensional", "data", "to", "a", "low", "space", ".", "This", "paper", "begins", "by", "explaining", "the", "algorithmic", "fundamentals", "of", "techniques", "for", "isometric", "data", "embedding", "and", "derives", "a", "general", "classification", "of", "these", "techniques", ".", "We", "will", "see", "that", "the", "nearest", "neighbor", "approaches", "commonly", "used", "to", "construct", "neighborhood", "graphs", "do", "not", "guarantee", "connectedness", "of", "the", "constructed", "neighborhood", "graphs", "and", ",", "consequently", ",", "may", "cause", "an", "algorithm", "fail", "to", "project", "data", "to", "a", "single", "low", "dimensional", "coordinate", "system", ".", "In", "this", "paper", ",", "we", "review", "three", "existing", "methods", "to", "construct", "k-edge-connected", "neighborhood", "graphs", "and", "propose", "a", "new", "method", "to", "construct", "k-connected", "neighborhood", "graphs", ".", "These", "methods", "are", "applicable", "to", "a", "wide", "range", "of", "data", "including", "data", "distributed", "among", "clusters", ".", "Their", "features", "are", "discussed", "and", "compared", "through", "experiments", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "B", "I", "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", "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"], "extractive_keyphrases": ["data embedding", "manifold learning"], "abstractive_keyphrases": ["dimensionality reduction", "graph connectivity"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "7440", "document": ["Privacy-preserving", "k-means", "clustering", "over", "vertically", "partitioned", "data", "Privacy", "and", "security", "concerns", "can", "prevent", "sharing", "of", "data", ",", "derailing", "data", "mining", "projects", ".", "Distributed", "knowledge", "discovery", ",", "if", "done", "correctly", ",", "can", "alleviate", "this", "problem", ".", "The", "key", "is", "to", "obtain", "valid", "results", ",", "while", "providing", "guarantees", "on", "the", "(", "non", ")", "disclosure", "of", "data", ".", "We", "present", "a", "method", "for", "k-means", "clustering", "when", "different", "sites", "contain", "different", "attributes", "for", "a", "common", "set", "of", "entities", ".", "Each", "site", "learns", "the", "cluster", "of", "each", "entity", ",", "but", "learns", "nothing", "about", "the", "attributes", "at", "other", "sites", "."], "doc_bio_tags": ["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"], "extractive_keyphrases": ["privacy"], "abstractive_keyphrases": [], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "188531", "document": ["Detecting", "graph-based", "spatial", "outliers", ":", "algorithms", "and", "applications", "(", "a", "summary", "of", "results", ")", "Identification", "of", "outliers", "can", "lead", "to", "the", "discovery", "of", "unexpected", ",", "interesting", ",", "and", "useful", "knowledge", ".", "Existing", "methods", "are", "designed", "for", "detecting", "spatial", "outliers", "in", "multidimensional", "geometric", "data", "sets", ",", "where", "a", "distance", "metric", "is", "available", ".", "In", "this", "paper", ",", "we", "focus", "on", "detecting", "spatial", "outliers", "in", "graph", "structured", "data", "sets", ".", "We", "define", "statistical", "tests", ",", "analyze", "the", "statistical", "foundation", "underlying", "our", "approach", ",", "design", "several", "fast", "algorithms", "to", "detect", "spatial", "outliers", ",", "and", "provide", "a", "cost", "model", "for", "outlier", "detection", "procedures", ".", "In", "addition", ",", "we", "provide", "experimental", "results", "from", "the", "application", "of", "our", "algorithms", "on", "a", "Minneapolis-St", ".", "Paul", "(", "Twin", "Cities", ")", "traffic", "dataset", "to", "show", "their", "effectiveness", "and", "usefulness", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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"], "extractive_keyphrases": ["outlier detection"], "abstractive_keyphrases": ["spatial data mining", "spatial graphs"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "14180205", "document": ["Balanced", "allocation", "with", "succinct", "representation", "Motivated", "by", "applications", "in", "guaranteed", "delivery", "in", "computational", "advertising", ",", "we", "consider", "the", "general", "problem", "of", "balanced", "allocation", "in", "a", "bipartite", "supply-demand", "setting", ".", "Our", "formulation", "captures", "the", "notion", "of", "deviation", "from", "being", "balanced", "by", "a", "convex", "penalty", "function", ".", "While", "this", "formulation", "admits", "a", "convex", "programming", "solution", ",", "we", "strive", "for", "more", "robust", "and", "scalable", "algorithms", ".", "For", "the", "case", "of", "L1", "penalty", "functions", "we", "obtain", "a", "simple", "combinatorial", "algorithm", "based", "on", "min-cost", "flow", "in", "graphs", "and", "show", "how", "to", "precompute", "a", "linear", "amount", "of", "information", "such", "that", "the", "allocation", "along", "any", "edge", "can", "be", "approximated", "in", "constant", "time", ".", "We", "then", "extend", "our", "combinatorial", "solution", "to", "any", "convex", "function", "by", "solving", "a", "convex", "cost", "flow", ".", "These", "scalable", "methods", "may", "have", "applications", "in", "other", "contexts", "stipulating", "balanced", "allocation", ".", "We", "study", "the", "performance", "of", "our", "algorithms", "on", "large", "real-world", "graphs", "and", "show", "that", "they", "are", "efficient", ",", "scalable", ",", "and", "robust", "in", "practice", "."], "doc_bio_tags": ["B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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"], "extractive_keyphrases": ["balanced allocation"], "abstractive_keyphrases": ["convex flow", "maximum flow"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "8137629", "document": ["Feature", "selection", "in", "unsupervised", "learning", "via", "evolutionary", "search"], "doc_bio_tags": ["B", "I", "O", "O", "O", "O", "B", "I"], "extractive_keyphrases": ["evolutionary search", "feature selection"], "abstractive_keyphrases": [], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "252243", "document": ["Discovering", "evolutionary", "theme", "patterns", "from", "text", ":", "an", "exploration", "of", "temporal", "text", "mining", "Temporal", "Text", "Mining", "(", "TTM", ")", "is", "concerned", "with", "discovering", "temporal", "patterns", "in", "text", "information", "collected", "over", "time", ".", "Since", "most", "text", "information", "bears", "some", "time", "stamps", ",", "TTM", "has", "many", "applications", "in", "multiple", "domains", ",", "such", "as", "summarizing", "events", "in", "news", "articles", "and", "revealing", "research", "trends", "in", "scientific", "literature", ".", "In", "this", "paper", ",", "we", "study", "a", "particular", "TTM", "task", "--", "discovering", "and", "summarizing", "the", "evolutionary", "patterns", "of", "themes", "in", "a", "text", "stream", ".", "We", "define", "this", "new", "text", "mining", "problem", "and", "present", "general", "probabilistic", "methods", "for", "solving", "this", "problem", "through", "(", "1", ")", "discovering", "latent", "themes", "from", "text", ";", "(", "2", ")", "constructing", "an", "evolution", "graph", "of", "themes", ";", "and", "(", "3", ")", "analyzing", "life", "cycles", "of", "themes", ".", "Evaluation", "of", "the", "proposed", "methods", "on", "two", "different", "domains", "(", "i.e.", ",", "news", "articles", "and", "literature", ")", "shows", "that", "the", "proposed", "methods", "can", "discover", "interesting", "evolutionary", "theme", "patterns", "effectively", "."], "doc_bio_tags": ["O", "B", "I", "I", "O", "O", "O", "O", "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", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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"], "extractive_keyphrases": ["evolutionary theme patterns", "temporal text mining"], "abstractive_keyphrases": ["theme threads"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "9605734", "document": ["Predicting", "bounce", "rates", "in", "sponsored", "search", "advertisements", "This", "paper", "explores", "an", "important", "and", "relatively", "unstudied", "quality", "measure", "of", "a", "sponsored", "search", "advertisement", ":", "bounce", "rate", ".", "The", "bounce", "rate", "of", "an", "ad", "can", "be", "informally", "defined", "as", "the", "fraction", "of", "users", "who", "click", "on", "the", "ad", "but", "almost", "immediately", "move", "on", "to", "other", "tasks", ".", "A", "high", "bounce", "rate", "can", "lead", "to", "poor", "advertiser", "return", "on", "investment", ",", "and", "suggests", "search", "engine", "users", "may", "be", "having", "a", "poor", "experience", "following", "the", "click", ".", "In", "this", "paper", ",", "we", "first", "provide", "quantitative", "analysis", "showing", "that", "bounce", "rate", "is", "an", "effective", "measure", "of", "user", "satisfaction", ".", "We", "then", "address", "the", "question", ",", "can", "we", "predict", "bounce", "rate", "by", "analyzing", "the", "features", "of", "the", "advertisement", "?", "An", "affirmative", "answer", "would", "allow", "advertisers", "and", "search", "engines", "to", "predict", "the", "effectiveness", "and", "quality", "of", "advertisements", "before", "they", "are", "shown", ".", "We", "propose", "solutions", "to", "this", "problem", "involving", "large-scale", "learning", "methods", "that", "leverage", "features", "drawn", "from", "ad", "creatives", "in", "addition", "to", "their", "keywords", "and", "landing", "pages", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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", "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"], "extractive_keyphrases": ["bounce rate"], "abstractive_keyphrases": ["applications", "machine learning", "online advertisement"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "9463669", "document": ["Composition", "attacks", "and", "auxiliary", "information", "in", "data", "privacy", "Privacy", "is", "an", "increasingly", "important", "aspect", "of", "data", "publishing", ".", "Reasoning", "about", "privacy", ",", "however", ",", "is", "fraught", "with", "pitfalls", ".", "One", "of", "the", "most", "significant", "is", "the", "auxiliary", "information", "(", "also", "called", "external", "knowledge", ",", "background", "knowledge", ",", "or", "side", "information", ")", "that", "an", "adversary", "gleans", "from", "other", "channels", "such", "as", "the", "web", ",", "public", "records", ",", "or", "domain", "knowledge", ".", "This", "paper", "explores", "how", "one", "can", "reason", "about", "privacy", "in", "the", "face", "of", "rich", ",", "realistic", "sources", "of", "auxiliary", "information", ".", "Specifically", ",", "we", "investigate", "the", "effectiveness", "of", "current", "anonymization", "schemes", "in", "preserving", "privacy", "when", "multiple", "organizations", "independently", "release", "anonymized", "data", "about", "overlapping", "populations", ".", "1", ".", "We", "investigate", "composition", "attacks", ",", "in", "which", "an", "adversary", "uses", "independent", "anonymized", "releases", "to", "breach", "privacy", ".", "We", "explain", "why", "recently", "proposed", "models", "of", "limited", "auxiliary", "information", "fail", "to", "capture", "composition", "attacks", ".", "Our", "experiments", "demonstrate", "that", "even", "a", "simple", "instance", "of", "a", "composition", "attack", "can", "breach", "privacy", "in", "practice", ",", "for", "a", "large", "class", "of", "currently", "proposed", "techniques", ".", "The", "class", "includes", "k-anonymity", "and", "several", "recent", "variants", ".", "2", ".", "On", "a", "more", "positive", "note", ",", "certain", "randomization-based", "notions", "of", "privacy", "(", "such", "as", "differential", "privacy", ")", "provably", "resist", "composition", "attacks", "and", ",", "in", "fact", ",", "the", "use", "of", "arbitrary", "side", "information", ".", "This", "resistance", "enables", "``", "stand-alone", "''", "design", "of", "anonymization", "schemes", ",", "without", "the", "need", "for", "explicitly", "keeping", "track", "of", "other", "releases", ".", "We", "provide", "a", "precise", "formulation", "of", "this", "property", ",", "and", "prove", "that", "an", "important", "class", "of", "relaxations", "of", "differential", "privacy", "also", "satisfy", "the", "property", ".", "This", "significantly", "enlarges", "the", "class", "of", "protocols", "known", "to", "enable", "modular", "design", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "B", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "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", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["anonymization", "privacy"], "abstractive_keyphrases": ["adversarial attacks", "general"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "10169797", "document": ["Learning", ",", "indexing", ",", "and", "diagnosing", "network", "faults", "Modern", "communication", "networks", "generate", "massive", "volume", "of", "operational", "event", "data", ",", "e.g.", ",", "alarm", ",", "alert", ",", "and", "metrics", ",", "which", "can", "be", "used", "by", "a", "network", "management", "system", "(", "NMS", ")", "to", "diagnose", "potential", "faults", ".", "In", "this", "work", ",", "we", "introduce", "a", "new", "class", "of", "indexable", "fault", "signatures", "that", "encode", "temporal", "evolution", "of", "events", "generated", "by", "a", "network", "fault", "as", "well", "as", "topological", "relationships", "among", "the", "nodes", "where", "these", "events", "occur", ".", "We", "present", "an", "efficient", "learning", "algorithm", "to", "extract", "such", "fault", "signatures", "from", "noisy", "historical", "event", "data", ",", "and", "with", "the", "help", "of", "novel", "space-time", "indexing", "structures", ",", "we", "show", "how", "to", "perform", "efficient", ",", "online", "signature", "matching", ".", "We", "provide", "results", "from", "extensive", "experimental", "studies", "to", "explore", "the", "efficacy", "of", "our", "approach", "and", "point", "out", "potential", "applications", "of", "such", "signatures", "for", "many", "different", "types", "of", "networks", "including", "social", "and", "information", "networks", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": [], "abstractive_keyphrases": ["fault signature", "network topology", "online diagnosis"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "580786", "document": ["SVM", "selective", "sampling", "for", "ranking", "with", "application", "to", "data", "retrieval", "Learning", "ranking", "(", "or", "preference", ")", "functions", "has", "been", "a", "major", "issue", "in", "the", "machine", "learning", "community", "and", "has", "produced", "many", "applications", "in", "information", "retrieval", ".", "SVMs", "(", "Support", "Vector", "Machines", ")", "-", "a", "classification", "and", "regression", "methodology", "-", "have", "also", "shown", "excellent", "performance", "in", "learning", "ranking", "functions", ".", "They", "effectively", "learn", "ranking", "functions", "of", "high", "generalization", "based", "on", "the", "``", "large-margin", "''", "principle", "and", "also", "systematically", "support", "nonlinear", "ranking", "by", "the", "``", "kernel", "trick", "''", ".", "In", "this", "paper", ",", "we", "propose", "an", "SVM", "selective", "sampling", "technique", "for", "learning", "ranking", "functions", ".", "SVM", "selective", "sampling", "(", "or", "active", "learning", "with", "SVM", ")", "has", "been", "studied", "in", "the", "context", "of", "classification", ".", "Such", "techniques", "reduce", "the", "labeling", "effort", "in", "learning", "classification", "functions", "by", "selecting", "only", "the", "most", "informative", "samples", "to", "be", "labeled", ".", "However", ",", "they", "are", "not", "extendable", "to", "learning", "ranking", "functions", ",", "as", "the", "labeled", "data", "in", "ranking", "is", "relative", "ordering", ",", "or", "partial", "orders", "of", "data", ".", "Our", "proposed", "sampling", "technique", "effectively", "learns", "an", "accurate", "SVM", "ranking", "function", "with", "fewer", "partial", "orders", ".", "We", "apply", "our", "sampling", "technique", "to", "the", "data", "retrieval", "application", ",", "which", "enables", "fuzzy", "search", "on", "relational", "databases", "by", "interacting", "with", "users", "for", "learning", "their", "preferences", ".", "Experimental", "results", "show", "a", "significant", "reduction", "of", "the", "labeling", "effort", "in", "inducing", "accurate", "ranking", "functions", "."], "doc_bio_tags": ["O", "B", "I", "O", "B", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "B", "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", "B", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O"], "extractive_keyphrases": ["active learning", "ranking", "selective sampling"], "abstractive_keyphrases": ["miscellaneous", "support vector machine"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "10008070", "document": ["Consensus", "group", "stable", "feature", "selection", "Stability", "is", "an", "important", "yet", "under-addressed", "issue", "in", "feature", "selection", "from", "high-dimensional", "and", "small", "sample", "data", ".", "In", "this", "paper", ",", "we", "show", "that", "stability", "of", "feature", "selection", "has", "a", "strong", "dependency", "on", "sample", "size", ".", "We", "propose", "a", "novel", "framework", "for", "stable", "feature", "selection", "which", "first", "identifies", "consensus", "feature", "groups", "from", "subsampling", "of", "training", "samples", ",", "and", "then", "performs", "feature", "selection", "by", "treating", "each", "consensus", "feature", "group", "as", "a", "single", "entity", ".", "Experiments", "on", "both", "synthetic", "and", "real-world", "data", "sets", "show", "that", "an", "algorithm", "developed", "under", "this", "framework", "is", "effective", "at", "alleviating", "the", "problem", "of", "small", "sample", "size", "and", "leads", "to", "more", "stable", "feature", "selection", "results", "and", "comparable", "or", "better", "generalization", "performance", "than", "state-of-the-art", "feature", "selection", "algorithms", ".", "Synthetic", "data", "sets", "and", "algorithm", "source", "code", "are", "available", "at", "http:\\/\\/www.cs.binghamton.edu\\/~lyu\\/KDD09\\/", "."], "doc_bio_tags": ["O", "O", "O", "B", "I", "B", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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", "B", "I", "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"], "extractive_keyphrases": ["feature selection", "small sample", "stability"], "abstractive_keyphrases": ["ensemble", "high-dimensional data"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "902409", "document": ["Clinical", "and", "financial", "outcomes", "analysis", "with", "existing", "hospital", "patient", "records", "Existing", "patient", "records", "are", "a", "valuable", "resource", "for", "automated", "outcomes", "analysis", "and", "knowledge", "discovery", ".", "However", ",", "key", "clinical", "data", "in", "these", "records", "is", "typically", "recorded", "in", "unstructured", "form", "as", "free", "text", "and", "images", ",", "and", "most", "structured", "clinical", "information", "is", "poorly", "organized", ".", "Time-consuming", "interpretation", "and", "analysis", "is", "required", "to", "convert", "these", "records", "into", "structured", "clinical", "data", ".", "Thus", ",", "only", "a", "tiny", "fraction", "of", "this", "resource", "is", "utilized", ".", "We", "present", "REMIND", ",", "a", "Bayesian", "Framework", "for", "Reliable", "Extraction", "and", "Meaningful", "Inference", "from", "Nonstructured", "Data", ".", "REMIND", "integrates", "and", "blends", "the", "structured", "and", "unstructured", "clinical", "data", "in", "patient", "records", "to", "automatically", "created", "high-quality", "structured", "clinical", "data", ".", "This", "structuring", "allows", "existing", "patient", "records", "to", "be", "mined", "for", "quality", "assurance", ",", "regulatory", "compliance", ",", "and", "to", "relate", "financial", "and", "clinical", "factors", ".", "We", "demonstrate", "REMIND", "on", "two", "medical", "applications", ":", "(", "a", ")", "Extract", "``", "recurrence", "''", ",", "the", "key", "outcome", "for", "measuring", "treatment", "effectiveness", ",", "for", "colon", "cancer", "patients", "(", "ii", ")", "Extract", "key", "diagnoses", "and", "complications", "for", "acute", "myocardial", "infarction", "(", "heart", "attack", ")", "patients", ",", "and", "demonstrate", "the", "impact", "of", "these", "clinical", "factors", "on", "financial", "outcomes", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": [], "abstractive_keyphrases": ["bayes nets", "data mining", "database applications", "hmms", "temporal reasoning"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "9647883", "document": ["Query", "result", "clustering", "for", "object-level", "search", "Query", "result", "clustering", "has", "recently", "attracted", "a", "lot", "of", "attention", "to", "provide", "users", "with", "a", "succinct", "overview", "of", "relevant", "results", ".", "However", ",", "little", "work", "has", "been", "done", "on", "organizing", "the", "query", "results", "for", "object-level", "search", ".", "Object-level", "search", "result", "clustering", "is", "challenging", "because", "we", "need", "to", "support", "diverse", "similarity", "notions", "over", "object-specific", "features", "(", "such", "as", "the", "price", "and", "weight", "of", "a", "product", ")", "of", "heterogeneous", "domains", ".", "To", "address", "this", "challenge", ",", "we", "propose", "a", "hybrid", "subspace", "clustering", "algorithm", "called", "Hydra", ".", "Algorithm", "Hydra", "captures", "the", "user", "perception", "of", "diverse", "similarity", "notions", "from", "millions", "of", "Web", "pages", "and", "disambiguates", "different", "senses", "using", "feature-based", "subspace", "locality", "measures", ".", "Our", "proposed", "solution", ",", "by", "combining", "wisdom", "of", "crowds", "and", "wisdom", "of", "data", ",", "achieves", "robustness", "and", "efficiency", "over", "existing", "approaches", ".", "We", "extensively", "evaluate", "our", "proposed", "framework", "and", "demonstrate", "how", "to", "enrich", "user", "experiences", "in", "object-level", "search", "using", "a", "real-world", "product", "search", "scenarios", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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"], "extractive_keyphrases": ["subspace clustering"], "abstractive_keyphrases": ["object-level search", "performance evaluation"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "1092205", "document": ["Model", "compression", "Often", "the", "best", "performing", "supervised", "learning", "models", "are", "ensembles", "of", "hundreds", "or", "thousands", "of", "base-level", "classifiers", ".", "Unfortunately", ",", "the", "space", "required", "to", "store", "this", "many", "classifiers", ",", "and", "the", "time", "required", "to", "execute", "them", "at", "run-time", ",", "prohibits", "their", "use", "in", "applications", "where", "test", "sets", "are", "large", "(", "e.g.", "Google", ")", ",", "where", "storage", "space", "is", "at", "a", "premium", "(", "e.g.", "PDAs", ")", ",", "and", "where", "computational", "power", "is", "limited", "(", "e.g.", "hea-ring", "aids", ")", ".", "We", "present", "a", "method", "for", "``", "compressing", "''", "large", ",", "complex", "ensembles", "into", "smaller", ",", "faster", "models", ",", "usually", "without", "significant", "loss", "in", "performance", "."], "doc_bio_tags": ["B", "I", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["model compression", "supervised learning"], "abstractive_keyphrases": [], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "1523191", "document": ["Mining", "viewpoint", "patterns", "in", "image", "databases", "The", "increasing", "number", "of", "image", "repositories", "has", "made", "image", "mining", "an", "important", "task", "because", "of", "its", "potential", "in", "discovering", "useful", "image", "patterns", "from", "a", "large", "set", "of", "images", ".", "In", "this", "paper", ",", "we", "introduce", "the", "notion", "of", "viewpoint", "patterns", "for", "image", "databases", ".", "Viewpoint", "patterns", "refer", "to", "patterns", "that", "capture", "the", "invariant", "relationships", "of", "one", "object", "from", "the", "point", "of", "view", "of", "another", "object", ".", "These", "patterns", "are", "unique", "and", "significant", "in", "images", "because", "the", "absolute", "positional", "information", "of", "objects", "for", "most", "images", "is", "not", "important", ",", "but", "rather", ",", "it", "is", "the", "relative", "distance", "and", "orientation", "of", "the", "objects", "from", "each", "other", "that", "is", "meaningful", ".", "We", "design", "a", "scalable", "and", "efficient", "algorithm", "to", "discover", "such", "viewpoint", "patterns", ".", "Experiments", "results", "on", "various", "image", "sets", "demonstrate", "that", "viewpoint", "patterns", "are", "meaningful", "and", "interesting", "to", "human", "users", "."], "doc_bio_tags": ["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"], "extractive_keyphrases": ["image mining"], "abstractive_keyphrases": ["database applications", "image database", "spatial relationship"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "574597", "document": ["IMMC", ":", "incremental", "maximum", "margin", "criterion", "Subspace", "learning", "approaches", "have", "attracted", "much", "attention", "in", "academia", "recently", ".", "However", ",", "the", "classical", "batch", "algorithms", "no", "longer", "satisfy", "the", "applications", "on", "streaming", "data", "or", "large-scale", "data", ".", "To", "meet", "this", "desirability", ",", "Incremental", "Principal", "Component", "Analysis", "(", "IPCA", ")", "algorithm", "has", "been", "well", "established", ",", "but", "it", "is", "an", "unsupervised", "subspace", "learning", "approach", "and", "is", "not", "optimal", "for", "general", "classification", "tasks", ",", "such", "as", "face", "recognition", "and", "Web", "document", "categorization", ".", "In", "this", "paper", ",", "we", "propose", "an", "incremental", "supervised", "subspace", "learning", "algorithm", ",", "called", "Incremental", "Maximum", "Margin", "Criterion", "(", "IMMC", ")", ",", "to", "infer", "an", "adaptive", "subspace", "by", "optimizing", "the", "Maximum", "Margin", "Criterion", ".", "We", "also", "present", "the", "proof", "for", "convergence", "of", "the", "proposed", "algorithm", ".", "Experimental", "results", "on", "both", "synthetic", "dataset", "and", "real", "world", "datasets", "show", "that", "IMMC", "converges", "to", "the", "similar", "subspace", "as", "that", "of", "batch", "approach", "."], "doc_bio_tags": ["O", "O", "O", "B", "I", "I", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "B", "I", "I", "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"], "extractive_keyphrases": ["learning", "maximum margin criterion", "principal component analysis"], "abstractive_keyphrases": ["linear discriminant analysis", "optimization"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "9524696", "document": ["Microscopic", "evolution", "of", "social", "networks", "We", "present", "a", "detailed", "study", "of", "network", "evolution", "by", "analyzing", "four", "large", "online", "social", "networks", "with", "full", "temporal", "information", "about", "node", "and", "edge", "arrivals", ".", "For", "the", "first", "time", "at", "such", "a", "large", "scale", ",", "we", "study", "individual", "node", "arrival", "and", "edge", "creation", "processes", "that", "collectively", "lead", "to", "macroscopic", "properties", "of", "networks", ".", "Using", "a", "methodology", "based", "on", "the", "maximum-likelihood", "principle", ",", "we", "investigate", "a", "wide", "variety", "of", "network", "formation", "strategies", ",", "and", "show", "that", "edge", "locality", "plays", "a", "critical", "role", "in", "evolution", "of", "networks", ".", "Our", "findings", "supplement", "earlier", "network", "models", "based", "on", "the", "inherently", "non-local", "preferential", "attachment", ".", "Based", "on", "our", "observations", ",", "we", "develop", "a", "complete", "model", "of", "network", "evolution", ",", "where", "nodes", "arrive", "at", "a", "prespecified", "rate", "and", "select", "their", "lifetimes", ".", "Each", "node", "then", "independently", "initiates", "edges", "according", "to", "a", "``", "gap", "''", "process", ",", "selecting", "a", "destination", "for", "each", "edge", "according", "to", "a", "simple", "triangle-closing", "model", "free", "of", "any", "parameters", ".", "We", "show", "analytically", "that", "the", "combination", "of", "the", "gap", "distribution", "with", "the", "node", "lifetime", "leads", "to", "a", "power", "law", "out-degree", "distribution", "that", "accurately", "reflects", "the", "true", "network", "in", "all", "four", "cases", ".", "Finally", ",", "we", "give", "model", "parameter", "settings", "that", "allow", "automatic", "evolution", "and", "generation", "of", "realistic", "synthetic", "networks", "of", "arbitrary", "scale", "."], "doc_bio_tags": ["O", "O", "O", "B", "I", "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", "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"], "extractive_keyphrases": ["network evolution", "social networks"], "abstractive_keyphrases": ["graph generators", "maximum likelihood", "transitivity", "triadic closure"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "14244046", "document": ["Model", "order", "selection", "for", "boolean", "matrix", "factorization", "Matrix", "factorizations", "--", "where", "a", "given", "data", "matrix", "is", "approximated", "by", "a", "product", "of", "two", "or", "more", "factor", "matrices", "--", "are", "powerful", "data", "mining", "tools", ".", "Among", "other", "tasks", ",", "matrix", "factorizations", "are", "often", "used", "to", "separate", "global", "structure", "from", "noise", ".", "This", ",", "however", ",", "requires", "solving", "the", "`", "model", "order", "selection", "problem", "'", "of", "determining", "where", "fine-grained", "structure", "stops", ",", "and", "noise", "starts", ",", "i.e.", ",", "what", "is", "the", "proper", "size", "of", "the", "factor", "matrices", ".", "Boolean", "matrix", "factorization", "(", "BMF", ")", "--", "where", "data", ",", "factors", ",", "and", "matrix", "product", "are", "Boolean", "--", "has", "received", "increased", "attention", "from", "the", "data", "mining", "community", "in", "recent", "years", ".", "The", "technique", "has", "desirable", "properties", ",", "such", "as", "high", "interpretability", "and", "natural", "sparsity", ".", "But", "so", "far", "no", "method", "for", "selecting", "the", "correct", "model", "order", "for", "BMF", "has", "been", "available", ".", "In", "this", "paper", "we", "propose", "to", "use", "the", "Minimum", "Description", "Length", "(", "MDL", ")", "principle", "for", "this", "task", ".", "Besides", "solving", "the", "problem", ",", "this", "well-founded", "approach", "has", "numerous", "benefits", ",", "e.g.", ",", "it", "is", "automatic", ",", "does", "not", "require", "a", "likelihood", "function", ",", "is", "fast", ",", "and", ",", "as", "experiments", "show", ",", "is", "highly", "accurate", ".", "We", "formulate", "the", "description", "length", "function", "for", "BMF", "in", "general", "--", "making", "it", "applicable", "for", "any", "BMF", "algorithm", ".", "We", "extend", "an", "existing", "algorithm", "for", "BMF", "to", "use", "MDL", "to", "identify", "the", "best", "Boolean", "matrix", "factorization", ",", "analyze", "the", "complexity", "of", "the", "problem", ",", "and", "perform", "an", "extensive", "experimental", "evaluation", "to", "study", "its", "behavior", "."], "doc_bio_tags": ["B", "I", "I", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["matrix factorizations", "model order selection"], "abstractive_keyphrases": ["boolean matrix factorizations", "matrix decompositions", "minimum description length principle", "model selection"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "13808584", "document": ["Friendship", "and", "mobility", ":", "user", "movement", "in", "location-based", "social", "networks", "Even", "though", "human", "movement", "and", "mobility", "patterns", "have", "a", "high", "degree", "of", "freedom", "and", "variation", ",", "they", "also", "exhibit", "structural", "patterns", "due", "to", "geographic", "and", "social", "constraints", ".", "Using", "cell", "phone", "location", "data", ",", "as", "well", "as", "data", "from", "two", "online", "location-based", "social", "networks", ",", "we", "aim", "to", "understand", "what", "basic", "laws", "govern", "human", "motion", "and", "dynamics", ".", "We", "find", "that", "humans", "experience", "a", "combination", "of", "periodic", "movement", "that", "is", "geographically", "limited", "and", "seemingly", "random", "jumps", "correlated", "with", "their", "social", "networks", ".", "Short-ranged", "travel", "is", "periodic", "both", "spatially", "and", "temporally", "and", "not", "effected", "by", "the", "social", "network", "structure", ",", "while", "long-distance", "travel", "is", "more", "influenced", "by", "social", "network", "ties", ".", "We", "show", "that", "social", "relationships", "can", "explain", "about", "10", "%", "to", "30", "%", "of", "all", "human", "movement", ",", "while", "periodic", "behavior", "explains", "50", "%", "to", "70", "%", ".", "Based", "on", "our", "findings", ",", "we", "develop", "a", "model", "of", "human", "mobility", "that", "combines", "periodic", "short", "range", "movements", "with", "travel", "due", "to", "the", "social", "network", "structure", ".", "We", "show", "that", "our", "model", "reliably", "predicts", "the", "locations", "and", "dynamics", "of", "future", "human", "movement", "and", "gives", "an", "order", "of", "magnitude", "better", "performance", "than", "present", "models", "of", "human", "mobility", "."], "doc_bio_tags": ["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", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O"], "extractive_keyphrases": ["human mobility", "social networks"], "abstractive_keyphrases": ["communication networks"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "11842174", "document": ["Entity", "categorization", "over", "large", "document", "collections", "Extracting", "entities", "(", "such", "as", "people", ",", "movies", ")", "from", "documents", "and", "identifying", "the", "categories", "(", "such", "as", "painter", ",", "writer", ")", "they", "belong", "to", "enable", "structured", "querying", "and", "data", "analysis", "over", "unstructured", "document", "collections", ".", "In", "this", "paper", ",", "we", "focus", "on", "the", "problem", "of", "categorizing", "extracted", "entities", ".", "Most", "prior", "approaches", "developed", "for", "this", "task", "only", "analyzed", "the", "local", "document", "context", "within", "which", "entities", "occur", ".", "In", "this", "paper", ",", "we", "significantly", "improve", "the", "accuracy", "of", "entity", "categorization", "by", "(", "i", ")", "considering", "an", "entity", "'s", "context", "across", "multiple", "documents", "containing", "it", ",", "and", "(", "ii", ")", "exploiting", "existing", "large", "lists", "of", "related", "entities", "(", "e.g.", ",", "lists", "of", "actors", ",", "directors", ",", "books", ")", ".", "These", "approaches", "introduce", "computational", "challenges", "because", "(", "a", ")", "the", "context", "of", "entities", "has", "to", "be", "aggregated", "across", "several", "documents", "and", "(", "b", ")", "the", "lists", "of", "related", "entities", "may", "be", "very", "large", ".", "We", "develop", "techniques", "to", "address", "these", "challenges", ".", "We", "present", "a", "thorough", "experimental", "study", "on", "real", "data", "sets", "that", "demonstrates", "the", "increase", "in", "accuracy", "and", "the", "scalability", "of", "our", "approaches", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": [], "abstractive_keyphrases": ["information extraction"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "1209092", "document": ["Combining", "partitions", "by", "probabilistic", "label", "aggregation", "Data", "clustering", "represents", "an", "important", "tool", "in", "exploratory", "data", "analysis", ".", "The", "lack", "of", "objective", "criteria", "render", "model", "selection", "as", "well", "as", "the", "identification", "of", "robust", "solutions", "particularly", "difficult", ".", "The", "use", "of", "a", "stability", "assessment", "and", "the", "combination", "of", "multiple", "clustering", "solutions", "represents", "an", "important", "ingredient", "to", "achieve", "the", "goal", "of", "finding", "useful", "partitions", ".", "In", "this", "work", ",", "we", "propose", "a", "novel", "way", "of", "combining", "multiple", "clustering", "solutions", "for", "both", ",", "hard", "and", "soft", "partitions", ":", "the", "approach", "is", "based", "on", "modeling", "the", "probability", "that", "two", "objects", "are", "grouped", "together", ".", "An", "efficient", "EM", "optimization", "strategy", "is", "employed", "in", "order", "to", "estimate", "the", "model", "parameters", ".", "Our", "proposal", "can", "also", "be", "extended", "in", "order", "to", "emphasize", "the", "signal", "more", "strongly", "by", "weighting", "individual", "base", "clustering", "solutions", "according", "to", "their", "consistency", "with", "the", "prediction", "for", "previously", "unseen", "objects", ".", "In", "addition", "to", "that", ",", "the", "probabilistic", "model", "supports", "an", "out-of-sample", "extension", "that", "(", "i", ")", "makes", "it", "possible", "to", "assign", "previously", "unseen", "objects", "to", "classes", "of", "the", "combined", "solution", "and", "(", "ii", ")", "renders", "the", "efficient", "aggregation", "of", "solutions", "possible", ".", "In", "this", "work", ",", "we", "also", "shed", "some", "light", "on", "the", "usefulness", "of", "such", "combination", "approaches", ".", "In", "the", "experimental", "result", "section", ",", "we", "demonstrate", "the", "competitive", "performance", "of", "our", "proposal", "in", "comparison", "with", "other", "recently", "proposed", "methods", "for", "combining", "multiple", "classifications", "of", "a", "finite", "data", "set", "."], "doc_bio_tags": ["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", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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"], "extractive_keyphrases": ["clustering"], "abstractive_keyphrases": ["consensus partition", "learning", "re-sampling"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "1217647", "document": ["Group", "formation", "in", "large", "social", "networks", ":", "membership", ",", "growth", ",", "and", "evolution", "The", "processes", "by", "which", "communities", "come", "together", ",", "attract", "new", "members", ",", "and", "develop", "over", "time", "is", "a", "central", "research", "issue", "in", "the", "social", "sciences", "-", "political", "movements", ",", "professional", "organizations", ",", "and", "religious", "denominations", "all", "provide", "fundamental", "examples", "of", "such", "communities", ".", "In", "the", "digital", "domain", ",", "on-line", "groups", "are", "becoming", "increasingly", "prominent", "due", "to", "the", "growth", "of", "community", "and", "social", "networking", "sites", "such", "as", "MySpace", "and", "LiveJournal", ".", "However", ",", "the", "challenge", "of", "collecting", "and", "analyzing", "large-scale", "time-resolved", "data", "on", "social", "groups", "and", "communities", "has", "left", "most", "basic", "questions", "about", "the", "evolution", "of", "such", "groups", "largely", "unresolved", ":", "what", "are", "the", "structural", "features", "that", "influence", "whether", "individuals", "will", "join", "communities", ",", "which", "communities", "will", "grow", "rapidly", ",", "and", "how", "do", "the", "overlaps", "among", "pairs", "of", "communities", "change", "over", "time", ".", "Here", "we", "address", "these", "questions", "using", "two", "large", "sources", "of", "data", ":", "friendship", "links", "and", "community", "membership", "on", "LiveJournal", ",", "and", "co-authorship", "and", "conference", "publications", "in", "DBLP", ".", "Both", "of", "these", "datasets", "provide", "explicit", "user-defined", "communities", ",", "where", "conferences", "serve", "as", "proxies", "for", "communities", "in", "DBLP", ".", "We", "study", "how", "the", "evolution", "of", "these", "communities", "relates", "to", "properties", "such", "as", "the", "structure", "of", "the", "underlying", "social", "networks", ".", "We", "find", "that", "the", "propensity", "of", "individuals", "to", "join", "communities", ",", "and", "of", "communities", "to", "grow", "rapidly", ",", "depends", "in", "subtle", "ways", "on", "the", "underlying", "network", "structure", ".", "For", "example", ",", "the", "tendency", "of", "an", "individual", "to", "join", "a", "community", "is", "influenced", "not", "just", "by", "the", "number", "of", "friends", "he", "or", "she", "has", "within", "the", "community", ",", "but", "also", "crucially", "by", "how", "those", "friends", "are", "connected", "to", "one", "another", ".", "We", "use", "decision-tree", "techniques", "to", "identify", "the", "most", "significant", "structural", "determinants", "of", "these", "properties", ".", "We", "also", "develop", "a", "novel", "methodology", "for", "measuring", "movement", "of", "individuals", "between", "communities", ",", "and", "show", "how", "such", "movements", "are", "closely", "aligned", "with", "changes", "in", "the", "topics", "of", "interest", "within", "the", "communities", "."], "doc_bio_tags": ["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", "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"], "extractive_keyphrases": ["social networks"], "abstractive_keyphrases": ["diffusion of innovations", "on-line communities"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "10224533", "document": ["Discrimination-aware", "data", "mining", "In", "the", "context", "of", "civil", "rights", "law", ",", "discrimination", "refers", "to", "unfair", "or", "unequal", "treatment", "of", "people", "based", "on", "membership", "to", "a", "category", "or", "a", "minority", ",", "without", "regard", "to", "individual", "merit", ".", "Rules", "extracted", "from", "databases", "by", "data", "mining", "techniques", ",", "such", "as", "classification", "or", "association", "rules", ",", "when", "used", "for", "decision", "tasks", "such", "as", "benefit", "or", "credit", "approval", ",", "can", "be", "discriminatory", "in", "the", "above", "sense", ".", "In", "this", "paper", ",", "the", "notion", "of", "discriminatory", "classification", "rules", "is", "introduced", "and", "studied", ".", "Providing", "a", "guarantee", "of", "non-discrimination", "is", "shown", "to", "be", "a", "non", "trivial", "task", ".", "A", "naive", "approach", ",", "like", "taking", "away", "all", "discriminatory", "attributes", ",", "is", "shown", "to", "be", "not", "enough", "when", "other", "background", "knowledge", "is", "available", ".", "Our", "approach", "leads", "to", "a", "precise", "formulation", "of", "the", "redlining", "problem", "along", "with", "a", "formal", "result", "relating", "discriminatory", "rules", "with", "apparently", "safe", "ones", "by", "means", "of", "background", "knowledge", ".", "An", "empirical", "assessment", "of", "the", "results", "on", "the", "German", "credit", "dataset", "is", "also", "provided", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["classification rules", "discrimination"], "abstractive_keyphrases": [], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "13824712", "document": ["Clustering", "with", "relative", "constraints", "Recent", "studies", "have", "suggested", "using", "relative", "distance", "comparisons", "as", "constraints", "to", "represent", "domain", "knowledge", ".", "A", "natural", "extension", "to", "relative", "comparisons", "is", "the", "combination", "of", "two", "comparisons", "defined", "on", "the", "same", "set", "of", "three", "instances", ".", "Constraints", "in", "this", "form", ",", "termed", "Relative", "Constraints", ",", "provide", "a", "unified", "knowledge", "representation", "for", "both", "partitional", "and", "hierarchical", "clusterings", ".", "But", "many", "key", "properties", "of", "relative", "constraints", "remain", "unknown", ".", "In", "this", "paper", ",", "we", "answer", "the", "following", "important", "questions", "that", "enable", "the", "broader", "application", "of", "relative", "constraints", "in", "general", "clustering", "problems", ":", "''", "Feasibility", ":", "Does", "there", "exist", "a", "clustering", "that", "satisfies", "a", "given", "set", "of", "relative", "constraints", "?", "(", "consistency", "of", "constraints", ")", "``", "Completeness", ":", "Given", "a", "set", "of", "consistent", "relative", "constraints", ",", "how", "can", "one", "derive", "a", "complete", "clustering", "without", "running", "into", "dead-ends", "?", "''", "Informativeness", ":", "How", "can", "one", "extract", "the", "most", "informative", "relative", "constraints", "from", "given", "knowledge", "sources", "?", "We", "show", "that", "any", "hierarchical", "domain", "knowledge", "can", "be", "easily", "represented", "by", "relative", "constraints", ".", "We", "further", "present", "a", "hierarchical", "algorithm", "that", "finds", "a", "clustering", "satisfying", "all", "given", "constraints", "in", "polynomial", "time", ".", "Experiments", "showed", "that", "our", "algorithm", "achieves", "significantly", "higher", "accuracy", "than", "the", "existing", "metric", "learning", "approach", "based", "on", "relative", "comparisons", "."], "doc_bio_tags": ["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", "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", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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", "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"], "extractive_keyphrases": ["relative constraints"], "abstractive_keyphrases": ["constrained clustering", "hierarchical clustering"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "1014501", "document": ["Customer", "lifetime", "value", "modeling", "and", "its", "use", "for", "customer", "retention", "planning", "We", "present", "and", "discuss", "the", "important", "business", "problem", "of", "estimating", "the", "effect", "of", "retention", "efforts", "on", "the", "Lifetime", "Value", "of", "a", "customer", "in", "the", "Telecommunications", "industry", ".", "We", "discuss", "the", "components", "of", "this", "problem", ",", "in", "particular", "customer", "value", "and", "length", "of", "service", "(", "or", "tenure", ")", "modeling", ",", "and", "present", "a", "novel", "segment-based", "approach", ",", "motivated", "by", "the", "segment-level", "view", "marketing", "analysts", "usually", "employ", ".", "We", "then", "describe", "how", "we", "build", "on", "this", "approach", "to", "estimate", "the", "effects", "of", "retention", "on", "Lifetime", "Value", ".", "Our", "solution", "has", "been", "successfully", "implemented", "in", "Amdocs", "'", "Business", "Insight", "(", "BI", ")", "platform", ",", "and", "we", "illustrate", "its", "usefulness", "in", "real-world", "scenarios", "."], "doc_bio_tags": ["O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["length of service", "lifetime value"], "abstractive_keyphrases": ["churn modeling", "incentive allocation", "number-theoretic computations", "retention campaign"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "10905790", "document": ["Social", "action", "tracking", "via", "noise", "tolerant", "time-varying", "factor", "graphs", "It", "is", "well", "known", "that", "users", "'", "behaviors", "(", "actions", ")", "in", "a", "social", "network", "are", "influenced", "by", "various", "factors", "such", "as", "personal", "interests", ",", "social", "influence", ",", "and", "global", "trends", ".", "However", ",", "few", "publications", "systematically", "study", "how", "social", "actions", "evolve", "in", "a", "dynamic", "social", "network", "and", "to", "what", "extent", "different", "factors", "affect", "the", "user", "actions", ".", "In", "this", "paper", ",", "we", "propose", "a", "Noise", "Tolerant", "Time-varying", "Factor", "Graph", "Model", "(", "NTT-FGM", ")", "for", "modeling", "and", "predicting", "social", "actions", ".", "NTT-FGM", "simultaneously", "models", "social", "network", "structure", ",", "user", "attributes", "and", "user", "action", "history", "for", "better", "prediction", "of", "the", "users", "'", "future", "actions", ".", "More", "specifically", ",", "a", "user", "'s", "action", "at", "time", "t", "is", "generated", "by", "her", "latent", "state", "at", "t", ",", "which", "is", "influenced", "by", "her", "attributes", ",", "her", "own", "latent", "state", "at", "time", "t-1", "and", "her", "neighbors", "'", "states", "at", "time", "t", "and", "t-1", ".", "Based", "on", "this", "intuition", ",", "we", "formalize", "the", "social", "action", "tracking", "problem", "using", "the", "NTT-FGM", "model", ";", "then", "present", "an", "efficient", "algorithm", "to", "learn", "the", "model", ",", "by", "combining", "the", "ideas", "from", "both", "continuous", "linear", "system", "and", "Markov", "random", "field", ".", "Finally", ",", "we", "present", "a", "case", "study", "of", "our", "model", "on", "predicting", "future", "social", "actions", ".", "We", "validate", "the", "model", "on", "three", "different", "types", "of", "real-world", "data", "sets", ".", "Qualitatively", ",", "our", "model", "can", "uncover", "some", "interesting", "patterns", "of", "the", "social", "dynamics", ".", "Quantitatively", ",", "experimental", "results", "show", "that", "the", "proposed", "method", "outperforms", "several", "baseline", "methods", "for", "action", "prediction", "."], "doc_bio_tags": ["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", "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"], "extractive_keyphrases": ["social action tracking"], "abstractive_keyphrases": ["social influence analysis", "time-varying factor graphs"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "565513", "document": ["Identifying", "prospective", "customers"], "doc_bio_tags": ["O", "O", "O"], "extractive_keyphrases": [], "abstractive_keyphrases": ["customer prospecting"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "4901952", "document": ["Expertise", "modeling", "for", "matching", "papers", "with", "reviewers", "An", "essential", "part", "of", "an", "expert-finding", "task", ",", "such", "as", "matching", "reviewers", "to", "submitted", "papers", ",", "is", "the", "ability", "to", "model", "the", "expertise", "of", "a", "person", "based", "on", "documents", ".", "We", "evaluate", "several", "measures", "of", "the", "association", "between", "an", "author", "in", "an", "existing", "collection", "of", "research", "papers", "and", "a", "previously", "unseen", "document", ".", "We", "compare", "two", "language", "model", "based", "approaches", "with", "a", "novel", "topic", "model", ",", "Author-Persona-Topic", "(", "APT", ")", ".", "In", "this", "model", ",", "each", "author", "can", "write", "under", "one", "or", "more", "``", "personas", ",", "''", "which", "are", "represented", "as", "independent", "distributions", "over", "hidden", "topics", ".", "Examples", "of", "previous", "papers", "written", "by", "prospective", "reviewers", "are", "gathered", "from", "the", "Rexa", "database", ",", "which", "extracts", "and", "disambiguates", "author", "mentions", "from", "documents", "gathered", "from", "the", "web", ".", "We", "evaluate", "the", "models", "using", "a", "reviewer", "matching", "task", "based", "on", "human", "relevance", "judgments", "determining", "how", "well", "the", "expertise", "of", "proposed", "reviewers", "matches", "a", "submission", ".", "We", "find", "that", "the", "APT", "topic", "model", "outperforms", "the", "other", "models", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": [], "abstractive_keyphrases": ["reviewer finding", "topic models"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "1942011", "document": ["Segmentation-based", "modeling", "for", "advanced", "targeted", "marketing", "Fingerhut", "Business", "Intelligence", "(", "BI", ")", "has", "a", "long", "and", "successful", "history", "of", "building", "statistical", "models", "to", "predict", "consumer", "behavior", ".", "The", "models", "constructed", "are", "typically", "segmentation-based", "models", "in", "which", "the", "target", "audience", "is", "split", "into", "subpopulations", "(", "i.e.", ",", "customer", "segments", ")", "and", "individually", "tailored", "statistical", "models", "are", "then", "developed", "for", "each", "segment", ".", "Such", "models", "are", "commonly", "employed", "in", "the", "direct-mail", "industry", ";", "however", ",", "segmentation", "is", "often", "performed", "on", "an", "ad-hoc", "basis", "without", "directly", "considering", "how", "segmentation", "affects", "the", "accuracy", "of", "the", "resulting", "segment", "models", ".", "Fingerhut", "BI", "approached", "IBM", "Research", "with", "the", "problem", "of", "how", "to", "build", "segmentation-based", "models", "more", "effectively", "so", "as", "to", "maximize", "predictive", "accuracy", ".", "The", "IBM", "Advanced", "Targeted", "Marketing-Single", "EventsTM", "(", "IBM", "ATM-SETM", ")", "solution", "is", "the", "result", "of", "IBM", "Research", "and", "Fingerhut", "BI", "directing", "their", "efforts", "jointly", "towards", "solving", "this", "problem", ".", "This", "paper", "presents", "an", "evaluation", "of", "ATM-SE", "'s", "modeling", "capabilities", "using", "data", "from", "Fingerhut", "'s", "catalog", "mailings", "."], "doc_bio_tags": ["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"], "extractive_keyphrases": ["targeted marketing"], "abstractive_keyphrases": ["database applications", "decision trees", "feature selection", "linear regression", "logistic regression", "segmentation-based models"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "211492", "document": ["Towards", "an", "effective", "cooperation", "of", "the", "user", "and", "the", "computer", "for", "classification"], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": [], "abstractive_keyphrases": ["decision support"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "4738341", "document": ["Pragmatic", "text", "mining", ":", "minimizing", "human", "effort", "to", "quantify", "many", "issues", "in", "call", "logs", "We", "discuss", "our", "experiences", "in", "analyzing", "customer-support", "issues", "from", "the", "unstructured", "free-text", "fields", "of", "technical-support", "call", "logs", ".", "The", "identification", "of", "frequent", "issues", "and", "their", "accurate", "quantification", "is", "essential", "in", "order", "to", "track", "aggregate", "costs", "broken", "down", "by", "issue", "type", ",", "to", "appropriately", "target", "engineering", "resources", ",", "and", "to", "provide", "the", "best", "diagnosis", ",", "support", "and", "documentation", "for", "most", "common", "issues", ".", "We", "present", "a", "new", "set", "of", "techniques", "for", "doing", "this", "efficiently", "on", "an", "industrial", "scale", ",", "without", "requiring", "manual", "coding", "of", "calls", "in", "the", "call", "center", ".", "Our", "approach", "involves", "(", "1", ")", "a", "new", "text", "clustering", "method", "to", "identify", "common", "and", "emerging", "issues", ";", "(", "2", ")", "a", "method", "to", "rapidly", "train", "large", "numbers", "of", "categorizers", "in", "a", "practical", ",", "interactive", "manner", ";", "and", "(", "3", ")", "a", "method", "to", "accurately", "quantify", "categories", ",", "even", "in", "the", "face", "of", "inaccurate", "classifications", "and", "training", "sets", "that", "necessarily", "can", "not", "match", "the", "class", "distribution", "of", "each", "new", "month", "'s", "data", ".", "We", "present", "our", "methodology", "and", "a", "tool", "we", "developed", "and", "deployed", "that", "uses", "these", "methods", "for", "tracking", "ongoing", "support", "issues", "and", "discovering", "emerging", "issues", "at", "HP", "."], "doc_bio_tags": ["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", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["quantification", "text mining"], "abstractive_keyphrases": ["applications", "decision support", "log processing", "supervised machine learning", "text classification"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "105378", "document": ["Depth", "first", "generation", "of", "long", "patterns"], "doc_bio_tags": ["O", "O", "O", "O", "O", "O"], "extractive_keyphrases": [], "abstractive_keyphrases": ["association rules"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "4069727", "document": ["Fast", "discovery", "of", "unexpected", "patterns", "in", "data", ",", "relative", "to", "a", "Bayesian", "network", "We", "consider", "a", "model", "in", "which", "background", "knowledge", "on", "a", "given", "domain", "of", "interest", "is", "available", "in", "terms", "of", "a", "Bayesian", "network", ",", "in", "addition", "to", "a", "large", "database", ".", "The", "mining", "problem", "is", "to", "discover", "unexpected", "patterns", ":", "our", "goal", "is", "to", "find", "the", "strongest", "discrepancies", "between", "network", "and", "database", ".", "This", "problem", "is", "intrinsically", "difficult", "because", "it", "requires", "inference", "in", "a", "Bayesian", "network", "and", "processing", "the", "entire", ",", "potentially", "very", "large", ",", "database", ".", "A", "sampling-based", "method", "that", "we", "introduce", "is", "efficient", "and", "yet", "provably", "finds", "the", "approximately", "most", "interesting", "unexpected", "patterns", ".", "We", "give", "a", "rigorous", "proof", "of", "the", "method", "'s", "correctness", ".", "Experiments", "shed", "light", "on", "its", "efficiency", "and", "practicality", "for", "large-scale", "Bayesian", "networks", "and", "databases", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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"], "extractive_keyphrases": ["bayesian networks"], "abstractive_keyphrases": ["association rules", "sampling"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "251373", "document": ["Statistical", "modeling", "of", "large-scale", "simulation", "data", "With", "the", "advent", "of", "fast", "computer", "systems", ",", "scientists", "are", "now", "able", "to", "generate", "terabytes", "of", "simulation", "data", ".", "Unfortunately", ",", "the", "sheer", "size", "of", "these", "data", "sets", "has", "made", "efficient", "exploration", "of", "them", "impossible", ".", "To", "aid", "scientists", "in", "gleaning", "insight", "from", "their", "simulation", "data", ",", "we", "have", "developed", "an", "ad-hoc", "query", "infrastructure", ".", "Our", "system", ",", "called", "AQSim", "(", "short", "for", "Ad-hoc", "Queries", "for", "Simulation", ")", "reduces", "the", "data", "storage", "requirements", "and", "query", "access", "times", "in", "two", "stages", ".", "First", ",", "it", "creates", "and", "stores", "mathematical", "and", "statistical", "models", "of", "the", "data", "at", "multiple", "resolutions", ".", "Second", ",", "it", "evaluates", "queries", "on", "the", "models", "of", "the", "data", "instead", "of", "on", "the", "entire", "data", "set", ".", "In", "this", "paper", ",", "we", "present", "two", "simple", "but", "effective", "statistical", "modeling", "techniques", "for", "simulation", "data", ".", "Our", "first", "modeling", "technique", "computes", "the", "``", "true", "''", "(", "unbiased", ")", "mean", "of", "systematic", "partitions", "of", "the", "data", ".", "It", "makes", "no", "assumptions", "about", "the", "distribution", "of", "the", "data", "and", "uses", "a", "variant", "of", "the", "root", "mean", "square", "error", "to", "evaluate", "a", "model", ".", "Our", "second", "statistical", "modeling", "technique", "uses", "the", "Andersen-Darling", "goodness-of-fit", "method", "on", "systematic", "partitions", "of", "the", "data", ".", "This", "method", "evaluates", "a", "model", "by", "how", "well", "it", "passes", "the", "normality", "test", "on", "the", "data", ".", "Both", "of", "our", "statistical", "models", "effectively", "answer", "range", "queries", ".", "At", "each", "resolution", "of", "the", "data", ",", "we", "compute", "the", "precision", "of", "our", "answer", "to", "the", "user", "'s", "query", "by", "scaling", "the", "one-sided", "Chebyshev", "Inequalities", "with", "the", "original", "mesh", "'s", "topology", ".", "We", "combine", "precisions", "at", "different", "resolutions", "by", "calculating", "their", "weighted", "average", ".", "Our", "experimental", "evaluations", "on", "two", "scientific", "simulation", "data", "sets", "illustrate", "the", "value", "of", "using", "these", "statistical", "modeling", "techniques", "on", "multiple", "resolutions", "of", "large", "simulation", "data", "sets", "."], "doc_bio_tags": ["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", "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", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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"], "extractive_keyphrases": ["statistical modeling"], "abstractive_keyphrases": ["approximate ad-hoc queries", "large-scale scientific data sets"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "10837037", "document": ["Learning", "patterns", "in", "the", "dynamics", "of", "biological", "networks", "Our", "dynamic", "graph-based", "relational", "mining", "approach", "has", "been", "developed", "to", "learn", "structural", "patterns", "in", "biological", "networks", "as", "they", "change", "over", "time", ".", "The", "analysis", "of", "dynamic", "networks", "is", "important", "not", "only", "to", "understand", "life", "at", "the", "system-level", ",", "but", "also", "to", "discover", "novel", "patterns", "in", "other", "structural", "data", ".", "Most", "current", "graph-based", "data", "mining", "approaches", "overlook", "dynamic", "features", "of", "biological", "networks", ",", "because", "they", "are", "focused", "on", "only", "static", "graphs", ".", "Our", "approach", "analyzes", "a", "sequence", "of", "graphs", "and", "discovers", "rules", "that", "capture", "the", "changes", "that", "occur", "between", "pairs", "of", "graphs", "in", "the", "sequence", ".", "These", "rules", "represent", "the", "graph", "rewrite", "rules", "that", "the", "first", "graph", "must", "go", "through", "to", "be", "isomorphic", "to", "the", "second", "graph", ".", "Then", ",", "our", "approach", "feeds", "the", "graph", "rewrite", "rules", "into", "a", "machine", "learning", "system", "that", "learns", "general", "transformation", "rules", "describing", "the", "types", "of", "changes", "that", "occur", "for", "a", "class", "of", "dynamic", "biological", "networks", ".", "The", "discovered", "graph-rewriting", "rules", "show", "how", "biological", "networks", "change", "over", "time", ",", "and", "the", "transformation", "rules", "show", "the", "repeated", "patterns", "in", "the", "structural", "changes", ".", "In", "this", "paper", ",", "we", "apply", "our", "approach", "to", "biological", "networks", "to", "evaluate", "our", "approach", "and", "to", "understand", "how", "the", "biosystems", "change", "over", "time", ".", "We", "evaluate", "our", "results", "using", "coverage", "and", "prediction", "metrics", ",", "and", "compare", "to", "biological", "literature", "."], "doc_bio_tags": ["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", "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"], "extractive_keyphrases": ["learning"], "abstractive_keyphrases": ["biological network", "dynamic network analysis", "graph mining", "graph rewriting rule"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "1238162", "document": ["Mining", "scale-free", "networks", "using", "geodesic", "clustering", "Many", "real-world", "graphs", "have", "been", "shown", "to", "be", "scale-free", "--", "vertex", "degrees", "follow", "power", "law", "distributions", ",", "vertices", "tend", "to", "cluster", ",", "and", "the", "average", "length", "of", "all", "shortest", "paths", "is", "small", ".", "We", "present", "a", "new", "model", "for", "understanding", "scale-free", "networks", "based", "on", "multilevel", "geodesic", "approximation", ",", "using", "a", "new", "data", "structure", "called", "a", "multilevel", "mesh", ".", "Using", "this", "multilevel", "framework", ",", "we", "propose", "a", "new", "kind", "of", "graph", "clustering", "for", "data", "reduction", "of", "very", "large", "graph", "systems", "such", "as", "social", ",", "biological", ",", "or", "electronic", "networks", ".", "Finally", ",", "we", "apply", "our", "algorithms", "to", "real-world", "social", "networks", "and", "protein", "interaction", "graphs", "to", "show", "that", "they", "can", "reveal", "knowledge", "embedded", "in", "underlying", "graph", "structures", ".", "We", "also", "demonstrate", "how", "our", "data", "structures", "can", "be", "used", "to", "quickly", "answer", "approximate", "distance", "and", "shortest", "path", "queries", "on", "scale-free", "networks", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "B", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "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"], "extractive_keyphrases": ["clustering", "graphs", "social networks"], "abstractive_keyphrases": ["scale-free networks"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "10837032", "document": ["Pervasive", "parallelism", "in", "data", "mining", ":", "dataflow", "solution", "to", "co-clustering", "large", "and", "sparse", "Netflix", "data", "All", "Netflix", "Prize", "algorithms", "proposed", "so", "far", "are", "prohibitively", "costly", "for", "large-scale", "production", "systems", ".", "In", "this", "paper", ",", "we", "describe", "an", "efficient", "dataflow", "implementation", "of", "a", "collaborative", "filtering", "(", "CF", ")", "solution", "to", "the", "Netflix", "Prize", "problem", "(", "1", ")", "based", "on", "weighted", "coclustering", "(", "5", ")", ".", "The", "dataflow", "library", "we", "use", "facilitates", "the", "development", "of", "sophisticated", "parallel", "programs", "designed", "to", "fully", "utilize", "commodity", "multicore", "hardware", ",", "while", "hiding", "traditional", "difficulties", "such", "as", "queuing", ",", "threading", ",", "memory", "management", ",", "and", "deadlocks", ".", "The", "dataflow", "CF", "implementation", "first", "compresses", "the", "large", ",", "sparse", "training", "dataset", "into", "co-clusters", ".", "Then", "it", "generates", "recommendations", "by", "combining", "the", "average", "ratings", "of", "the", "co-clusters", "with", "the", "biases", "of", "the", "users", "and", "movies", ".", "When", "configured", "to", "identify", "20x20", "co-clusters", "in", "the", "Netflix", "training", "dataset", ",", "the", "implementation", "predicted", "over", "100", "million", "ratings", "in", "16.31", "minutes", "and", "achieved", "an", "RMSE", "of", "0.88846", "without", "any", "fine-tuning", "or", "domain", "knowledge", ".", "This", "is", "an", "effective", "real-time", "prediction", "runtime", "of", "9.7", "us", "per", "rating", "which", "is", "far", "superior", "to", "previously", "reported", "results", ".", "Moreover", ",", "the", "implemented", "co-clustering", "framework", "supports", "a", "wide", "variety", "of", "other", "large-scale", "data", "mining", "applications", "and", "forms", "the", "basis", "for", "predictive", "modeling", "on", "large", ",", "dyadic", "datasets", "(", "4", ",", "7", ")", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["dataflow", "predictive modeling"], "abstractive_keyphrases": ["co-clustering", "scalability"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "3920459", "document": ["Clustering", "pair-wise", "dissimilarity", "data", "into", "partially", "ordered", "sets", "Ontologies", "represent", "data", "relationships", "as", "hierarchies", "of", "possibly", "overlapping", "classes", ".", "Ontologies", "are", "closely", "related", "to", "clustering", "hierarchies", ",", "and", "in", "this", "article", "we", "explore", "this", "relationship", "in", "depth", ".", "In", "particular", ",", "we", "examine", "the", "space", "of", "ontologies", "that", "can", "be", "generated", "by", "pairwise", "dissimilarity", "matrices", ".", "We", "demonstrate", "that", "classical", "clustering", "algorithms", ",", "which", "take", "dissimilarity", "matrices", "as", "inputs", ",", "do", "not", "incorporate", "all", "available", "information", ".", "In", "fact", ",", "only", "special", "types", "of", "dissimilarity", "matrices", "can", "be", "exactly", "preserved", "by", "previous", "clustering", "methods", ".", "We", "model", "ontologies", "as", "a", "partially", "ordered", "set", "(", "poset", ")", "over", "the", "subset", "relation", ".", "In", "this", "paper", ",", "we", "propose", "a", "new", "clustering", "algorithm", ",", "that", "generates", "a", "partially", "ordered", "set", "of", "clusters", "from", "a", "dissimilarity", "matrix", "."], "doc_bio_tags": ["B", "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", "B", "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", "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", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O"], "extractive_keyphrases": ["clustering", "dissimilarity", "poset"], "abstractive_keyphrases": ["pocluster"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "281930", "document": ["Mining", "distance-based", "outliers", "in", "near", "linear", "time", "with", "randomization", "and", "a", "simple", "pruning", "rule", "Defining", "outliers", "by", "their", "distance", "to", "neighboring", "examples", "is", "a", "popular", "approach", "to", "finding", "unusual", "examples", "in", "a", "data", "set", ".", "Recently", ",", "much", "work", "has", "been", "conducted", "with", "the", "goal", "of", "finding", "fast", "algorithms", "for", "this", "task", ".", "We", "show", "that", "a", "simple", "nested", "loop", "algorithm", "that", "in", "the", "worst", "case", "is", "quadratic", "can", "give", "near", "linear", "time", "performance", "when", "the", "data", "is", "in", "random", "order", "and", "a", "simple", "pruning", "rule", "is", "used", ".", "We", "test", "our", "algorithm", "on", "real", "high-dimensional", "data", "sets", "with", "millions", "of", "examples", "and", "show", "that", "the", "near", "linear", "scaling", "holds", "over", "several", "orders", "of", "magnitude", ".", "Our", "average", "case", "analysis", "suggests", "that", "much", "of", "the", "efficiency", "is", "because", "the", "time", "to", "process", "non-outliers", ",", "which", "are", "the", "majority", "of", "examples", ",", "does", "not", "depend", "on", "the", "size", "of", "the", "data", "set", "."], "doc_bio_tags": ["O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["outliers"], "abstractive_keyphrases": ["anomaly detection", "diskbased algorithms", "distance-based operations"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "444298", "document": ["Dense", "itemsets", "Frequent", "itemset", "mining", "has", "been", "the", "subject", "of", "a", "lot", "of", "work", "in", "data", "mining", "research", "ever", "since", "association", "rules", "were", "introduced", ".", "In", "this", "paper", "we", "address", "a", "problem", "with", "frequent", "itemsets", ":", "that", "they", "only", "count", "rows", "where", "all", "their", "attributes", "are", "present", ",", "and", "do", "not", "allow", "for", "any", "noise", ".", "We", "show", "that", "generalizing", "the", "concept", "of", "frequency", "while", "preserving", "the", "performance", "of", "mining", "algorithms", "is", "nontrivial", ",", "and", "introduce", "a", "generalization", "of", "frequent", "itemsets", ",", "dense", "itemsets", ".", "Dense", "itemsets", "do", "not", "require", "all", "attributes", "to", "be", "present", "at", "the", "same", "time", ";", "instead", ",", "the", "itemset", "needs", "to", "define", "a", "sufficiently", "large", "submatrix", "that", "exceeds", "a", "given", "density", "threshold", "of", "attributes", "present", ".", "We", "consider", "the", "problem", "of", "computing", "all", "dense", "itemsets", "in", "a", "database", ".", "We", "give", "a", "levelwise", "algorithm", "for", "this", "problem", ",", "and", "also", "study", "the", "top", "-", "$", "k", "$", "variations", ",", "i.e.", ",", "finding", "the", "k", "densest", "sets", "with", "a", "given", "support", ",", "or", "the", "k", "best-supported", "sets", "with", "a", "given", "density", ".", "These", "algorithms", "select", "the", "other", "parameter", "automatically", ",", "which", "simplifies", "mining", "dense", "itemsets", "in", "an", "explorative", "way", ".", "We", "show", "that", "the", "concept", "captures", "natural", "facets", "of", "data", "sets", ",", "and", "give", "extensive", "empirical", "results", "on", "the", "performance", "of", "the", "algorithms", ".", "Combining", "the", "concept", "of", "dense", "itemsets", "with", "set", "cover", "ideas", ",", "we", "also", "show", "that", "dense", "itemsets", "can", "be", "used", "to", "obtain", "succinct", "descriptions", "of", "large", "datasets", ".", "We", "also", "discuss", "some", "variations", "of", "dense", "itemsets", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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", "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"], "extractive_keyphrases": ["frequent itemsets"], "abstractive_keyphrases": ["error tolerance"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "7833553", "document": ["Fast", "direction-aware", "proximity", "for", "graph", "mining", "In", "this", "paper", "we", "study", "asymmetric", "proximity", "measures", "on", "directed", "graphs", ",", "which", "quantify", "the", "relationships", "between", "two", "nodes", "or", "two", "groups", "of", "nodes", ".", "The", "measures", "are", "useful", "in", "several", "graph", "mining", "tasks", ",", "including", "clustering", ",", "link", "prediction", "and", "connection", "subgraph", "discovery", ".", "Our", "proximity", "measure", "is", "based", "on", "the", "conceptof", "escape", "probability", ".", "This", "way", ",", "we", "strive", "to", "summarize", "the", "multiple", "facets", "of", "nodes-proximity", ",", "while", "avoiding", "some", "of", "the", "pitfalls", "to", "which", "alternative", "proximity", "measures", "are", "susceptible", ".", "A", "unique", "feature", "of", "the", "measures", "is", "accounting", "for", "the", "underlying", "directional", "information", ".", "We", "put", "a", "special", "emphasis", "on", "computational", "efficiency", ",", "and", "develop", "fast", "solutions", "that", "are", "applicable", "in", "several", "settings", ".", "Our", "experimental", "study", "shows", "the", "usefulness", "of", "our", "proposed", "direction-aware", "proximity", "method", "for", "several", "applications", ",", "and", "that", "our", "algorithms", "achieve", "a", "significant", "speedup", "(", "up", "to", "50,000", "x", ")", "over", "straight", "forward", "implementations", "."], "doc_bio_tags": ["O", "O", "B", "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", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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"], "extractive_keyphrases": ["graph mining", "proximity"], "abstractive_keyphrases": ["miscellaneous", "random walk"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "340719", "document": ["A", "framework", "for", "specifying", "explicit", "bias", "for", "revision", "of", "approximate", "information", "extraction", "rules"], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O"], "extractive_keyphrases": ["information extraction"], "abstractive_keyphrases": ["text mining", "theory revision", "user guided revision"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "782673", "document": ["Translation-invariant", "mixture", "models", "for", "curve", "clustering", "In", "this", "paper", "we", "present", "a", "family", "of", "algorithms", "that", "can", "simultaneously", "align", "and", "cluster", "sets", "of", "multidimensional", "curves", "defined", "on", "a", "discrete", "time", "grid", ".", "Our", "approach", "uses", "the", "Expectation-Maximization", "(", "EM", ")", "algorithm", "to", "recover", "both", "the", "mean", "curve", "shapes", "for", "each", "cluster", ",", "and", "the", "most", "likely", "shifts", ",", "offsets", ",", "and", "cluster", "memberships", "for", "each", "curve", ".", "We", "demonstrate", "how", "Bayesian", "estimation", "methods", "can", "improve", "the", "results", "for", "small", "sample", "sizes", "by", "enforcing", "smoothness", "in", "the", "cluster", "mean", "curves", ".", "We", "evaluate", "the", "methodology", "on", "two", "real-world", "data", "sets", ",", "time-course", "gene", "expression", "data", "and", "storm", "trajectory", "data", ".", "Experimental", "results", "show", "that", "models", "that", "incorporate", "curve", "alignment", "systematically", "provide", "improvements", "in", "predictive", "power", "and", "within-cluster", "variance", "on", "test", "data", "sets", ".", "The", "proposed", "approach", "provides", "a", "non-parametric", ",", "computationally", "efficient", ",", "and", "robust", "methodology", "for", "clustering", "broad", "classes", "of", "curve", "data", "."], "doc_bio_tags": ["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", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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"], "extractive_keyphrases": ["alignment", "curve clustering", "em"], "abstractive_keyphrases": ["learning", "mixture model", "transformation invariance"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "9135542", "document": ["Mobile", "call", "graphs", ":", "beyond", "power-law", "and", "lognormal", "distributions", "We", "analyze", "a", "massive", "social", "network", ",", "gathered", "from", "the", "records", "of", "a", "large", "mobile", "phone", "operator", ",", "with", "more", "than", "a", "million", "users", "and", "tens", "of", "millions", "of", "calls", ".", "We", "examine", "the", "distributions", "of", "the", "number", "of", "phone", "calls", "per", "customer", ";", "the", "total", "talk", "minutes", "per", "customer", ";", "and", "the", "distinct", "number", "of", "calling", "partners", "per", "customer", ".", "We", "find", "that", "these", "distributions", "are", "skewed", ",", "and", "that", "they", "significantly", "deviate", "from", "what", "would", "be", "expected", "by", "power-law", "and", "lognormal", "distributions", ".", "To", "analyze", "our", "observed", "distributions", "(", "of", "number", "of", "calls", ",", "distinct", "call", "partners", ",", "and", "total", "talk", "time", ")", ",", "we", "propose", "PowerTrack", ",", "a", "method", "which", "fits", "a", "lesser", "known", "but", "more", "suitable", "distribution", ",", "namely", "the", "Double", "Pareto", "LogNormal", "(", "DPLN", ")", "distribution", ",", "to", "our", "data", "and", "track", "its", "parameters", "over", "time", ".", "Using", "PowerTrack", ",", "we", "find", "that", "our", "graph", "changes", "over", "time", "in", "a", "way", "consistent", "with", "a", "generative", "process", "that", "naturally", "results", "in", "the", "DPLN", "distributions", "we", "observe", ".", "Furthermore", ",", "we", "show", "that", "this", "generative", "process", "lends", "itself", "to", "a", "natural", "and", "appealing", "social", "wealth", "interpretation", "in", "the", "context", "of", "social", "networks", "such", "as", "ours", ".", "We", "discuss", "the", "application", "of", "those", "results", "to", "our", "model", "and", "to", "forecasting", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "B", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "B", "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"], "extractive_keyphrases": ["distribution", "dpln", "generative process"], "abstractive_keyphrases": ["power laws"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "1063961", "document": ["A", "cross-collection", "mixture", "model", "for", "comparative", "text", "mining", "In", "this", "paper", ",", "we", "define", "and", "study", "a", "novel", "text", "mining", "problem", ",", "which", "we", "refer", "to", "as", "Comparative", "Text", "Mining", "(", "CTM", ")", ".", "Given", "a", "set", "of", "comparable", "text", "collections", ",", "the", "task", "of", "comparative", "text", "mining", "is", "to", "discover", "any", "latent", "common", "themes", "across", "all", "collections", "as", "well", "as", "summarize", "the", "similarity", "and", "differences", "of", "these", "collections", "along", "each", "common", "theme", ".", "This", "general", "problem", "subsumes", "many", "interesting", "applications", ",", "including", "business", "intelligence", "and", "opinion", "summarization", ".", "We", "propose", "a", "generative", "probabilistic", "mixture", "model", "for", "comparative", "text", "mining", ".", "The", "model", "simultaneously", "performs", "cross-collection", "clustering", "and", "within-collection", "clustering", ",", "and", "can", "be", "applied", "to", "an", "arbitrary", "set", "of", "comparable", "text", "collections", ".", "The", "model", "can", "be", "estimated", "efficiently", "using", "the", "Expectation-Maximization", "(", "EM", ")", "algorithm", ".", "We", "evaluate", "the", "model", "on", "two", "different", "text", "data", "sets", "(", "i.e.", ",", "a", "news", "article", "data", "set", "and", "a", "laptop", "review", "data", "set", ")", ",", "and", "compare", "it", "with", "a", "baseline", "clustering", "method", "also", "based", "on", "a", "mixture", "model", ".", "Experiment", "results", "show", "that", "the", "model", "is", "quite", "effective", "in", "discovering", "the", "latent", "common", "themes", "across", "collections", "and", "performs", "significantly", "better", "than", "our", "baseline", "mixture", "model", "."], "doc_bio_tags": ["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", "B", "I", "I", "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", "I", "O", "O", "O", "O", "O", "O", "B", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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"], "extractive_keyphrases": ["clustering", "comparative text mining"], "abstractive_keyphrases": ["information search and retrieval", "mixture models"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "7036412", "document": ["Anonymity-preserving", "data", "collection", "Protection", "of", "privacy", "has", "become", "an", "important", "problem", "in", "data", "mining", ".", "In", "particular", ",", "individuals", "have", "become", "increasingly", "unwilling", "to", "share", "their", "data", ",", "frequently", "resulting", "in", "individuals", "either", "refusing", "to", "share", "their", "data", "or", "providing", "incorrect", "data", ".", "In", "turn", ",", "such", "problems", "in", "data", "collection", "can", "affect", "the", "success", "of", "data", "mining", ",", "which", "relies", "on", "sufficient", "amounts", "of", "accurate", "data", "in", "order", "to", "produce", "meaningful", "results", ".", "Random", "perturbation", "and", "randomized", "response", "techniques", "can", "provide", "some", "level", "of", "privacy", "in", "data", "collection", ",", "but", "they", "have", "an", "associated", "cost", "in", "accuracy", ".", "Cryptographic", "privacy-preserving", "data", "mining", "methods", "provide", "good", "privacy", "and", "accuracy", "properties", ".", "However", ",", "in", "order", "to", "be", "efficient", ",", "those", "solutions", "must", "be", "tailored", "to", "specific", "mining", "tasks", ",", "thereby", "losing", "generality", ".", "In", "this", "paper", ",", "we", "propose", "efficient", "cryptographic", "techniques", "for", "online", "data", "collection", "in", "which", "data", "from", "a", "large", "number", "of", "respondents", "is", "collected", "anonymously", ",", "without", "the", "help", "of", "a", "trusted", "third", "party", ".", "That", "is", ",", "our", "solution", "allows", "the", "miner", "to", "collect", "the", "original", "data", "from", "each", "respondent", ",", "but", "in", "such", "a", "way", "that", "the", "miner", "can", "not", "link", "a", "respondent", "'s", "data", "to", "the", "respondent", ".", "An", "advantage", "of", "such", "a", "solution", "is", "that", ",", "because", "it", "does", "not", "change", "the", "actual", "data", ",", "its", "success", "does", "not", "depend", "on", "the", "underlying", "data", "mining", "problem", ".", "We", "provide", "proofs", "of", "the", "correctness", "and", "privacy", "of", "our", "solution", ",", "as", "well", "as", "experimental", "data", "that", "demonstrates", "its", "efficiency", ".", "We", "also", "extend", "our", "solution", "to", "tolerate", "certain", "kinds", "of", "malicious", "behavior", "of", "the", "participants", "."], "doc_bio_tags": ["O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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", "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", "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", "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"], "extractive_keyphrases": ["data collection", "data mining"], "abstractive_keyphrases": ["anonymity", "data encryption"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "959140", "document": ["Mining", "statistically", "important", "equivalence", "classes", "and", "delta-discriminative", "emerging", "patterns", "The", "support-confidence", "framework", "is", "the", "most", "common", "measure", "used", "in", "itemset", "mining", "algorithms", ",", "for", "its", "antimonotonicity", "that", "effectively", "simplifies", "the", "search", "lattice", ".", "This", "computational", "convenience", "brings", "both", "quality", "and", "statistical", "flaws", "to", "the", "results", "as", "observed", "by", "many", "previous", "studies", ".", "In", "this", "paper", ",", "we", "introduce", "a", "novel", "algorithm", "that", "produces", "itemsets", "with", "ranked", "statistical", "merits", "under", "sophisticated", "test", "statistics", "such", "as", "chi-square", ",", "risk", "ratio", ",", "odds", "ratio", ",", "etc.", ".", "Our", "algorithm", "is", "based", "on", "the", "concept", "of", "equivalence", "classes", ".", "An", "equivalence", "class", "is", "a", "set", "of", "frequent", "itemsets", "that", "always", "occur", "together", "in", "the", "same", "set", "of", "transactions", ".", "Therefore", ",", "itemsets", "within", "an", "equivalence", "class", "all", "share", "the", "same", "level", "of", "statistical", "significance", "regardless", "of", "the", "variety", "of", "test", "statistics", ".", "As", "an", "equivalence", "class", "can", "be", "uniquely", "determined", "and", "concisely", "represented", "by", "a", "closed", "pattern", "and", "a", "set", "of", "generators", ",", "we", "just", "mine", "closed", "patterns", "and", "generators", ",", "taking", "a", "simultaneous", "depth-first", "search", "scheme", ".", "This", "parallel", "approach", "has", "not", "been", "exploited", "by", "any", "prior", "work", ".", "We", "evaluate", "our", "algorithm", "on", "two", "aspects", ".", "In", "general", ",", "we", "compare", "to", "LCM", "and", "FPclose", "which", "are", "the", "best", "algorithms", "tailored", "for", "mining", "only", "closed", "patterns", ".", "In", "particular", ",", "we", "compare", "to", "epMiner", "which", "is", "the", "most", "recent", "algorithm", "for", "mining", "a", "type", "of", "relative", "risk", "patterns", ",", "known", "as", "minimal", "emerging", "patterns", ".", "Experimental", "results", "show", "that", "our", "algorithm", "is", "faster", "than", "all", "of", "them", ",", "sometimes", "even", "multiple", "orders", "of", "magnitude", "faster", ".", "These", "statistically", "ranked", "patterns", "and", "the", "efficiency", "have", "a", "high", "potential", "for", "real-life", "applications", ",", "especially", "in", "biomedical", "and", "financial", "fields", "where", "classical", "test", "statistics", "are", "of", "dominant", "interest", "."], "doc_bio_tags": ["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", "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"], "extractive_keyphrases": ["equivalence classes"], "abstractive_keyphrases": ["itemsets with ranked statistical merit"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "9621454", "document": ["Structured", "correspondence", "topic", "models", "for", "mining", "captioned", "figures", "in", "biological", "literature", "A", "major", "source", "of", "information", "(", "often", "the", "most", "crucial", "and", "informative", "part", ")", "in", "scholarly", "articles", "from", "scientific", "journals", ",", "proceedings", "and", "books", "are", "the", "figures", "that", "directly", "provide", "images", "and", "other", "graphical", "illustrations", "of", "key", "experimental", "results", "and", "other", "scientific", "contents", ".", "In", "biological", "articles", ",", "a", "typical", "figure", "often", "comprises", "multiple", "panels", ",", "accompanied", "by", "either", "scoped", "or", "global", "captioned", "text", ".", "Moreover", ",", "the", "text", "in", "the", "caption", "contains", "important", "semantic", "entities", "such", "as", "protein", "names", ",", "gene", "ontology", ",", "tissues", "labels", ",", "etc.", ",", "relevant", "to", "the", "images", "in", "the", "figure", ".", "Due", "to", "the", "avalanche", "of", "biological", "literature", "in", "recent", "years", ",", "and", "increasing", "popularity", "of", "various", "bio-imaging", "techniques", ",", "automatic", "retrieval", "and", "summarization", "of", "biological", "information", "from", "literature", "figures", "has", "emerged", "as", "a", "major", "unsolved", "challenge", "in", "computational", "knowledge", "extraction", "and", "management", "in", "the", "life", "science", ".", "We", "present", "a", "new", "structured", "probabilistic", "topic", "model", "built", "on", "a", "realistic", "figure", "generation", "scheme", "to", "model", "the", "structurally", "annotated", "biological", "figures", ",", "and", "we", "derive", "an", "efficient", "inference", "algorithm", "based", "on", "collapsed", "Gibbs", "sampling", "for", "information", "retrieval", "and", "visualization", ".", "The", "resulting", "program", "constitutes", "one", "of", "the", "key", "IR", "engines", "in", "our", "SLIF", "system", "that", "has", "recently", "entered", "the", "final", "round", "(", "4", "out", "70", "competing", "systems", ")", "of", "the", "Elsevier", "Grand", "Challenge", "on", "Knowledge", "Enhancement", "in", "the", "Life", "Science", ".", "Here", "we", "present", "various", "evaluations", "on", "a", "number", "of", "data", "mining", "tasks", "to", "illustrate", "our", "method", "."], "doc_bio_tags": ["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", "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"], "extractive_keyphrases": ["gibbs sampling", "information retrieval", "topic models"], "abstractive_keyphrases": ["bioinformatics", "learning", "multimodal data"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "9151050", "document": ["Mining", "adaptively", "frequent", "closed", "unlabeled", "rooted", "trees", "in", "data", "streams", "Closed", "patterns", "are", "powerful", "representatives", "of", "frequent", "patterns", ",", "since", "they", "eliminate", "redundant", "information", ".", "We", "propose", "a", "new", "approach", "for", "mining", "closed", "unlabeled", "rooted", "trees", "adaptively", "from", "data", "streams", "that", "change", "over", "time", ".", "Our", "approach", "is", "based", "on", "an", "efficient", "representation", "of", "trees", "and", "a", "low", "complexity", "notion", "of", "relaxed", "closed", "trees", ",", "and", "leads", "to", "an", "on-line", "strategy", "and", "an", "adaptive", "sliding", "window", "technique", "for", "dealing", "with", "changes", "over", "time", ".", "More", "precisely", ",", "we", "first", "present", "a", "general", "methodology", "to", "identify", "closed", "patterns", "in", "a", "data", "stream", ",", "using", "Galois", "Lattice", "Theory", ".", "Using", "this", "methodology", ",", "we", "then", "develop", "three", "closed", "tree", "mining", "algorithms", ":", "an", "incremental", "one", "IncTreeNat", ",", "a", "sliding-window", "based", "one", ",", "WinTreeNat", ",", "and", "finally", "one", "that", "mines", "closed", "trees", "adaptively", "from", "data", "streams", ",", "AdaTreeNat", ".", "To", "the", "best", "of", "our", "knowledge", "this", "is", "the", "first", "work", "on", "mining", "frequent", "closed", "trees", "in", "streaming", "data", "varying", "with", "time", ".", "We", "give", "a", "first", "experimental", "evaluation", "of", "the", "proposed", "algorithms", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "B", "O", "B", "I", "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", "B", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["data streams", "patterns", "trees"], "abstractive_keyphrases": ["closed mining", "concept drift"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "4339648", "document": ["Empirical", "comparisons", "of", "various", "voting", "methods", "in", "bagging", "Finding", "effective", "methods", "for", "developing", "an", "ensemble", "of", "models", "has", "been", "an", "active", "research", "area", "of", "large-scale", "data", "mining", "in", "recent", "years", ".", "Models", "learned", "from", "data", "are", "often", "subject", "to", "some", "degree", "of", "uncertainty", ",", "for", "a", "variety", "of", "resoans", ".", "In", "classification", ",", "ensembles", "of", "models", "provide", "a", "useful", "means", "of", "averaging", "out", "error", "introduced", "by", "individual", "classifiers", ",", "hence", "reducing", "the", "generalization", "error", "of", "prediction", ".", "The", "plurality", "voting", "method", "is", "often", "chosen", "for", "bagging", ",", "because", "of", "its", "simplicity", "of", "implementation", ".", "However", ",", "the", "plurality", "approach", "to", "model", "reconciliation", "is", "ad-hoc", ".", "There", "are", "many", "other", "voting", "methods", "to", "choose", "from", ",", "including", "the", "anti-plurality", "method", ",", "the", "plurality", "method", "with", "elimination", ",", "the", "Borda", "count", "method", ",", "and", "Condorcet", "'s", "method", "of", "pairwise", "comparisons", ".", "Any", "of", "these", "could", "lead", "to", "a", "better", "method", "for", "reconciliation", ".", "In", "this", "paper", ",", "we", "analyze", "the", "use", "of", "these", "voting", "methods", "in", "model", "reconciliation", ".", "We", "present", "empirical", "results", "comparing", "performance", "of", "these", "voting", "methods", "when", "applied", "in", "bagging", ".", "These", "results", "include", "some", "surprises", ",", "and", "among", "other", "things", "suggest", "that", "(", "1", ")", "plurality", "is", "not", "always", "the", "best", "voting", "method", ";", "(", "2", ")", "the", "number", "of", "classes", "can", "affect", "the", "performance", "of", "voting", "methods", ";", "and", "(", "3", ")", "the", "degree", "of", "dataset", "noise", "can", "affect", "the", "performance", "of", "voting", "methods", ".", "While", "it", "is", "premature", "to", "make", "final", "judgments", "about", "specific", "voting", "methods", ",", "the", "results", "of", "this", "work", "raise", "interesting", "questions", ",", "and", "they", "open", "the", "door", "to", "the", "application", "of", "voting", "theory", "in", "classification", "theory", "."], "doc_bio_tags": ["O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "B", "I", "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", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["model reconciliation", "voting"], "abstractive_keyphrases": ["ensemble classification", "learning"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "11109637", "document": ["An", "efficient", "algorithm", "for", "a", "class", "of", "fused", "lasso", "problems", "The", "fused", "Lasso", "penalty", "enforces", "sparsity", "in", "both", "the", "coefficients", "and", "their", "successive", "differences", ",", "which", "is", "desirable", "for", "applications", "with", "features", "ordered", "in", "some", "meaningful", "way", ".", "The", "resulting", "problem", "is", ",", "however", ",", "challenging", "to", "solve", ",", "as", "the", "fused", "Lasso", "penalty", "is", "both", "non-smooth", "and", "non-separable", ".", "Existing", "algorithms", "have", "high", "computational", "complexity", "and", "do", "not", "scale", "to", "large-size", "problems", ".", "In", "this", "paper", ",", "we", "propose", "an", "Efficient", "Fused", "Lasso", "Algorithm", "(", "EFLA", ")", "for", "optimizing", "this", "class", "of", "problems", ".", "One", "key", "building", "block", "in", "the", "proposed", "EFLA", "is", "the", "Fused", "Lasso", "Signal", "Approximator", "(", "FLSA", ")", ".", "To", "efficiently", "solve", "FLSA", ",", "we", "propose", "to", "reformulate", "it", "as", "the", "problem", "of", "finding", "an", "``", "appropriate", "''", "subgradient", "of", "the", "fused", "penalty", "at", "the", "minimizer", ",", "and", "develop", "a", "Subgradient", "Finding", "Algorithm", "(", "SFA", ")", ".", "We", "further", "design", "a", "restart", "technique", "to", "accelerate", "the", "convergence", "of", "SFA", ",", "by", "exploiting", "the", "special", "``", "structures", "''", "of", "both", "the", "original", "and", "the", "reformulated", "FLSA", "problems", ".", "Our", "empirical", "evaluations", "show", "that", ",", "both", "SFA", "and", "EFLA", "significantly", "outperform", "existing", "solvers", ".", "We", "also", "demonstrate", "several", "applications", "of", "the", "fused", "Lasso", "."], "doc_bio_tags": ["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", "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", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O"], "extractive_keyphrases": ["fused lasso", "restart", "subgradient"], "abstractive_keyphrases": ["l1 regularization"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "3748056", "document": ["Cryptographically", "private", "support", "vector", "machines", "We", "propose", "private", "protocols", "implementing", "the", "Kernel", "Adatron", "and", "Kernel", "Perceptron", "learning", "algorithms", ",", "give", "private", "classification", "protocols", "and", "private", "polynomial", "kernel", "computation", "protocols", ".", "The", "new", "protocols", "return", "their", "outputs", "-", "either", "the", "kernel", "value", ",", "the", "classifier", "or", "the", "classifications", "-", "in", "encrypted", "form", "so", "that", "they", "can", "be", "decrypted", "only", "by", "a", "common", "agreement", "by", "the", "protocol", "participants", ".", "We", "show", "how", "to", "use", "the", "encrypted", "classifications", "to", "privately", "estimate", "many", "properties", "of", "the", "data", "and", "the", "classifier", ".", "The", "new", "SVM", "classifiers", "are", "the", "first", "to", "be", "proven", "private", "according", "to", "the", "standard", "cryptographic", "definitions", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": [], "abstractive_keyphrases": ["kernel methods", "privacy preserving data mining"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "3962376", "document": ["Integration", "of", "profile", "hidden", "Markov", "model", "output", "into", "association", "rule", "mining", "Scientific", "models", "typically", "depend", "on", "parameters", ".", "Preserving", "the", "parameter", "dependence", "of", "models", "in", "the", "pattern", "mining", "context", "opens", "up", "several", "applications", ".", "Within", "association", "rule", "mining", "(", "ARM", ")", ",", "the", "choice", "of", "parameters", "can", "be", "studied", "with", "more", "flexibly", "then", "in", "traditional", "model", "building", ".", "Studying", "support", ",", "confidence", ",", "and", "other", "rule", "metrics", "as", "a", "function", "of", "model", "parameters", "allows", "conclusions", "on", "assumptions", "underlying", "the", "models", ".", "We", "present", "efficient", "techniques", "to", "handle", "multiple", "model", "output", "data", "sets", "at", "little", "more", "than", "the", "cost", "of", "one", ".", "We", "integrate", "output", "from", "hidden", "Markov", "models", "into", "the", "association", "rule", "mining", "framework", ",", "demonstrating", "the", "potential", "for", "frequent", "pattern", "mining", "in", "the", "field", "of", "scientific", "modeling", "and", "experimentation", "."], "doc_bio_tags": ["O", "O", "B", "I", "I", "I", "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", "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", "B", "I", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["association rule mining", "profile hidden markov model"], "abstractive_keyphrases": ["model mining"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "762867", "document": ["Query-time", "entity", "resolution", "The", "goal", "of", "entity", "resolution", "is", "to", "reconcile", "database", "references", "corresponding", "to", "the", "same", "real-world", "entities", ".", "Given", "the", "abundance", "of", "publicly", "available", "databases", "where", "entities", "are", "not", "resolved", ",", "we", "motivate", "the", "problem", "of", "quickly", "processing", "queries", "that", "require", "resolved", "entities", "from", "such", "`", "unclean", "'", "databases", ".", "We", "propose", "a", "two-stage", "collective", "resolution", "strategy", "for", "processing", "queries", ".", "We", "then", "show", "how", "it", "can", "be", "performed", "on-the-fly", "by", "adaptively", "extracting", "and", "resolving", "those", "database", "references", "that", "are", "the", "most", "helpful", "for", "resolving", "the", "query", ".", "We", "validate", "our", "approach", "on", "two", "large", "real-world", "publication", "databases", "where", "we", "show", "the", "usefulness", "of", "collective", "resolution", "and", "at", "the", "same", "time", "demonstrate", "the", "need", "for", "adaptive", "strategies", "for", "query", "processing", ".", "We", "then", "show", "how", "the", "same", "queries", "can", "be", "answered", "in", "real", "time", "using", "our", "adaptive", "approach", "while", "preserving", "the", "gains", "of", "collective", "resolution", "."], "doc_bio_tags": ["O", "B", "I", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["adaptive", "entity resolution", "query"], "abstractive_keyphrases": ["relations"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "1656820", "document": ["Learning", "to", "predict", "train", "wheel", "failures", "This", "paper", "describes", "a", "successful", "but", "challenging", "application", "of", "data", "mining", "in", "the", "railway", "industry", ".", "The", "objective", "is", "to", "optimize", "maintenance", "and", "operation", "of", "trains", "through", "prognostics", "of", "wheel", "failures", ".", "In", "addition", "to", "reducing", "maintenance", "costs", ",", "the", "proposed", "technology", "will", "help", "improve", "railway", "safety", "and", "augment", "throughput", ".", "Building", "on", "established", "techniques", "from", "data", "mining", "and", "machine", "learning", ",", "we", "present", "a", "methodology", "to", "learn", "models", "to", "predict", "train", "wheel", "failures", "from", "readily", "available", "operational", "and", "maintenance", "data", ".", "This", "methodology", "addresses", "various", "data", "mining", "tasks", "such", "as", "automatic", "labeling", ",", "feature", "extraction", ",", "model", "building", ",", "model", "fusion", ",", "and", "evaluation", ".", "After", "a", "detailed", "description", "of", "the", "methodology", ",", "we", "report", "results", "from", "large-scale", "experiments", ".", "These", "results", "clearly", "show", "the", "great", "potential", "of", "this", "innovative", "application", "of", "data", "mining", "in", "the", "railway", "industry", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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", "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", "I", "O", "B", "I", "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"], "extractive_keyphrases": ["machine learning", "methodology", "model building", "model fusion"], "abstractive_keyphrases": ["decision support", "model evaluation", "wheel failure prediction"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "865529", "document": ["Estimating", "the", "global", "pagerank", "of", "web", "communities", "Localized", "search", "engines", "are", "small-scale", "systems", "that", "index", "a", "particular", "community", "on", "the", "web", ".", "They", "offer", "several", "benefits", "over", "their", "large-scale", "counterparts", "in", "that", "they", "are", "relatively", "inexpensive", "to", "build", ",", "and", "can", "provide", "more", "precise", "and", "complete", "search", "capability", "over", "their", "relevant", "domains", ".", "One", "disadvantage", "such", "systems", "have", "over", "large-scale", "search", "engines", "is", "the", "lack", "of", "global", "PageRank", "values", ".", "Such", "information", "is", "needed", "to", "assess", "the", "value", "of", "pages", "in", "the", "localized", "search", "domain", "within", "the", "context", "of", "the", "web", "as", "a", "whole", ".", "In", "this", "paper", ",", "we", "present", "well-motivated", "algorithms", "to", "estimate", "the", "global", "PageRank", "values", "of", "a", "local", "domain", ".", "The", "algorithms", "are", "all", "highly", "scalable", "in", "that", ",", "given", "a", "local", "domain", "of", "size", "n", ",", "they", "use", "O", "(", "n", ")", "resources", "that", "include", "computation", "time", ",", "bandwidth", ",", "and", "storage", ".", "We", "test", "our", "methods", "across", "a", "variety", "of", "localized", "domains", ",", "including", "site-specific", "domains", "and", "topic-specific", "domains", ".", "We", "demonstrate", "that", "by", "crawling", "as", "few", "as", "n", "or", "2n", "additional", "pages", ",", "our", "methods", "can", "give", "excellent", "global", "PageRank", "estimates", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": [], "abstractive_keyphrases": ["information search and retrieval", "markov chain", "numerical linear algebra", "page rank", "stochastic complementation"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "49927", "document": ["Compressed", "data", "cubes", "for", "OLAP", "aggregate", "query", "approximation", "on", "continuous", "dimensions"], "doc_bio_tags": ["O", "B", "I", "O", "B", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["data cubes", "olap"], "abstractive_keyphrases": ["approximate query answering", "decision support", "density estimation"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "4739043", "document": ["Predicting", "prostate", "cancer", "recurrence", "via", "maximizing", "the", "concordance", "index", "In", "order", "to", "effectively", "use", "machine", "learning", "algorithms", ",", "e.g.", ",", "neural", "networks", ",", "for", "the", "analysis", "of", "survival", "data", ",", "the", "correct", "treatment", "of", "censored", "data", "is", "crucial", ".", "The", "concordance", "index", "(", "CI", ")", "is", "a", "typical", "metric", "for", "quantifying", "the", "predictive", "ability", "of", "a", "survival", "model", ".", "We", "propose", "a", "new", "algorithm", "that", "directly", "uses", "the", "CI", "as", "the", "objective", "function", "to", "train", "a", "model", ",", "which", "predicts", "whether", "an", "event", "will", "eventually", "occur", "or", "not", ".", "Directly", "optimizing", "the", "CI", "allows", "the", "model", "to", "make", "complete", "use", "of", "the", "information", "from", "both", "censored", "and", "non-censored", "observations", ".", "In", "particular", ",", "we", "approximate", "the", "CI", "via", "a", "differentiable", "function", "so", "that", "gradient-based", "methods", "can", "be", "used", "to", "train", "the", "model", ".", "We", "applied", "the", "new", "algorithm", "to", "predict", "the", "eventual", "recurrence", "of", "prostate", "cancer", "following", "radical", "prostatectomy", ".", "Compared", "with", "the", "traditional", "Cox", "proportional", "hazards", "model", "and", "several", "other", "algorithms", "based", "on", "neural", "networks", "and", "support", "vector", "machines", ",", "our", "algorithm", "achieves", "a", "significant", "improvement", "in", "being", "able", "to", "identify", "high-risk", "and", "low-risk", "groups", "of", "patients", "."], "doc_bio_tags": ["O", "B", "I", "I", "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", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["concordance index", "neural networks", "prostate cancer recurrence"], "abstractive_keyphrases": ["nomogram", "survival analysis"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "3761551", "document": ["Recovering", "latent", "time-series", "from", "their", "observed", "sums", ":", "network", "tomography", "with", "particle", "filters", ".", "Hidden", "variables", ",", "evolving", "over", "time", ",", "appear", "in", "multiple", "settings", ",", "where", "it", "is", "valuable", "to", "recover", "them", ",", "typically", "from", "observed", "sums", ".", "Our", "driving", "application", "is", "`", "network", "tomography", "'", ",", "where", "we", "need", "to", "estimate", "the", "origin-destination", "(", "OD", ")", "traffic", "flows", "to", "determine", ",", "e.g.", ",", "who", "is", "communicating", "with", "whom", "in", "a", "local", "area", "network", ".", "This", "information", "allows", "network", "engineers", "and", "managers", "to", "solve", "problems", "in", "design", ",", "routing", ",", "configuration", "debugging", ",", "monitoring", "and", "pricing", ".", "Unfortunately", "the", "direct", "measurement", "of", "the", "OD", "traffic", "is", "usually", "difficult", ",", "or", "even", "impossible", ";", "instead", ",", "we", "can", "easily", "measure", "the", "loads", "on", "every", "link", ",", "that", "is", ",", "sums", "of", "desirable", "OD", "flows", ".", "In", "this", "paper", "we", "propose", "i-FILTER", ",", "a", "method", "to", "solve", "this", "problem", ",", "which", "improves", "the", "state-of-the-art", "by", "(", "a", ")", "introducing", "explicit", "time", "dependence", ",", "and", "by", "(", "b", ")", "using", "realistic", ",", "non-Gaussian", "marginals", "in", "the", "statistical", "models", "for", "the", "traffic", "flows", ",", "as", "never", "attempted", "before", ".", "We", "give", "experiments", "on", "real", "data", ",", "where", "i-FILTER", "scales", "linearly", "with", "new", "observations", "and", "out-performs", "the", "best", "existing", "solutions", ",", "in", "a", "wide", "variety", "of", "settings", ".", "Specifically", ",", "on", "real", "network", "traffic", "measured", "at", "CMU", ",", "and", "at", "AT&T", ",", "i-FILTER", "reduced", "the", "estimation", "errors", "between", "15", "%", "and", "46", "%", "in", "all", "cases", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": [], "abstractive_keyphrases": ["empirical bayes", "informative priors", "learning", "link loads", "mcmc", "origin-destination traffic flows", "particle filter", "self-organizing bayesian dynamical system"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "347", "document": ["Generating", "non-redundant", "association", "rules"], "doc_bio_tags": ["O", "O", "O", "O"], "extractive_keyphrases": [], "abstractive_keyphrases": ["learning"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "35009", "document": ["Generalizing", "the", "notion", "of", "support", "The", "goal", "of", "this", "paper", "is", "to", "show", "that", "generalizing", "the", "notion", "of", "support", "can", "be", "useful", "in", "extending", "association", "analysis", "to", "non-traditional", "types", "of", "patterns", "and", "non-binary", "data", ".", "To", "that", "end", ",", "we", "describe", "a", "framework", "for", "generalizing", "support", "that", "is", "based", "on", "the", "simple", ",", "but", "useful", "observation", "that", "support", "can", "be", "viewed", "as", "the", "composition", "of", "two", "functions", ":", "a", "function", "that", "evaluates", "the", "strength", "or", "presence", "of", "a", "pattern", "in", "each", "object", "(", "transaction", ")", "and", "a", "function", "that", "summarizes", "these", "evaluations", "with", "a", "single", "number", ".", "A", "key", "goal", "of", "any", "framework", "is", "to", "allow", "people", "to", "more", "easily", "express", ",", "explore", ",", "and", "communicate", "ideas", ",", "and", "hence", ",", "we", "illustrate", "how", "our", "support", "framework", "can", "be", "used", "to", "describe", "support", "for", "a", "variety", "of", "commonly", "used", "association", "patterns", ",", "such", "as", "frequent", "itemsets", ",", "general", "Boolean", "patterns", ",", "and", "error-tolerant", "itemsets", ".", "We", "also", "present", "two", "examples", "of", "the", "practical", "usefulness", "of", "generalized", "support", ".", "One", "example", "shows", "the", "usefulness", "of", "support", "functions", "for", "continuous", "data", ".", "Another", "example", "shows", "how", "the", "hyperclique", "pattern", "--", "an", "association", "pattern", "originally", "defined", "for", "binary", "data", "--", "can", "be", "extended", "to", "continuous", "data", "by", "generalizing", "a", "support", "function", "."], "doc_bio_tags": ["O", "O", "O", "O", "B", "O", "O", "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", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O"], "extractive_keyphrases": ["association analysis", "hyperclique", "support"], "abstractive_keyphrases": [], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "5291733", "document": ["Failure", "detection", "and", "localization", "in", "component", "based", "systems", "by", "online", "tracking", "The", "increasing", "complexity", "of", "today", "'s", "systems", "makes", "fast", "and", "accurate", "failure", "detection", "essential", "for", "their", "use", "in", "mission-critical", "applications", ".", "Various", "monitoring", "methods", "provide", "a", "large", "amount", "of", "data", "about", "system", "'s", "behavior", ".", "Analyzing", "this", "data", "with", "advanced", "statistical", "methods", "holds", "the", "promise", "of", "not", "only", "detecting", "the", "errors", "faster", ",", "but", "also", "detecting", "errors", "which", "are", "difficult", "to", "catch", "with", "current", "monitoring", "tools", ".", "Two", "challenges", "to", "building", "such", "detection", "tools", "are", ":", "the", "high", "dimensionality", "of", "observation", "data", ",", "which", "makes", "the", "models", "expensive", "to", "apply", ",", "and", "frequent", "system", "changes", ",", "which", "make", "the", "models", "expensive", "to", "update", ".", "In", "this", "paper", ",", "we", "present", "algorithms", "to", "reduce", "the", "dimensionality", "of", "data", "in", "a", "way", "that", "makes", "it", "easy", "to", "adapt", "to", "system", "changes", ".", "We", "decompose", "the", "observation", "data", "into", "signal", "and", "noise", "subspaces", ".", "Two", "statistics", ",", "the", "Hotelling", "T2", "score", "and", "squared", "prediction", "error", "(", "SPE", ")", "are", "calculated", "to", "represent", "the", "data", "characteristics", "in", "signal", "and", "noise", "subspaces", "respectively", ".", "Instead", "of", "tracking", "the", "original", "data", ",", "we", "use", "a", "sequentially", "discounting", "expectation", "maximization", "(", "SDEM", ")", "algorithm", "to", "learn", "the", "distribution", "of", "the", "two", "extracted", "statistics", ".", "A", "failure", "event", "can", "then", "be", "detected", "based", "on", "the", "abnormal", "change", "of", "the", "distribution", ".", "Applying", "our", "technique", "to", "component", "interaction", "data", "in", "a", "simple", "e-commerce", "application", "shows", "better", "accuracy", "than", "building", "independent", "profiles", "for", "each", "component", ".", "Additionally", ",", "experiments", "on", "synthetic", "data", "show", "that", "the", "detection", "accuracy", "is", "high", "even", "for", "changing", "systems", "."], "doc_bio_tags": ["B", "I", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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", "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"], "extractive_keyphrases": ["failure detection", "online tracking", "statistics"], "abstractive_keyphrases": ["distributed computing", "internet services", "learning", "subspace decomposition", "system management"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "10269043", "document": ["User", "grouping", "behavior", "in", "online", "forums", "Online", "forums", "represent", "one", "type", "of", "social", "media", "that", "is", "particularly", "rich", "for", "studying", "human", "behavior", "in", "information", "seeking", "and", "diffusing", ".", "The", "way", "users", "join", "communities", "is", "a", "reflection", "of", "the", "changing", "and", "expanding", "of", "their", "interests", "toward", "information", ".", "In", "this", "paper", ",", "we", "study", "the", "patterns", "of", "user", "participation", "behavior", ",", "and", "the", "feature", "factors", "that", "influence", "such", "behavior", "on", "different", "forum", "datasets", ".", "We", "find", "that", ",", "despite", "the", "relative", "randomness", "and", "lesser", "commitment", "of", "structural", "relationships", "in", "online", "forums", ",", "users", "'", "community", "joining", "behaviors", "display", "some", "strong", "regularities", ".", "One", "particularly", "interesting", "observation", "is", "that", "the", "very", "weak", "relationships", "between", "users", "defined", "by", "online", "replies", "have", "similar", "diffusion", "curves", "as", "those", "of", "real", "friendships", "or", "co-authorships", ".", "We", "build", "social", "selection", "models", ",", "Bipartite", "Markov", "Random", "Field", "(", "BiMRF", ")", ",", "to", "quantitatively", "evaluate", "the", "prediction", "performance", "of", "those", "feature", "factors", "and", "their", "relationships", ".", "Using", "these", "models", ",", "we", "show", "that", "some", "features", "carry", "supplementary", "information", ",", "and", "the", "effectiveness", "of", "different", "features", "vary", "in", "different", "types", "of", "forums", ".", "Moreover", ",", "the", "results", "of", "BiMRF", "with", "two-star", "configurations", "suggest", "that", "the", "feature", "of", "user", "similarity", "defined", "by", "frequency", "of", "communication", "or", "number", "of", "common", "friends", "is", "inadequate", "to", "predict", "grouping", "behavior", ",", "but", "adding", "node-level", "features", "can", "improve", "the", "fit", "of", "the", "model", "."], "doc_bio_tags": ["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", "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"], "extractive_keyphrases": ["online forums"], "abstractive_keyphrases": ["information diffusion", "social networks", "social selection model"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "3929140", "document": ["Formulating", "distance", "functions", "via", "the", "kernel", "trick", "Tasks", "of", "data", "mining", "and", "information", "retrieval", "depend", "on", "a", "good", "distance", "function", "for", "measuring", "similarity", "between", "data", "instances", ".", "The", "most", "effective", "distance", "function", "must", "be", "formulated", "in", "a", "context-dependent", "(", "also", "application", "-", ",", "data", "-", ",", "and", "user-dependent", ")", "way", ".", "In", "this", "paper", ",", "we", "propose", "to", "learn", "a", "distance", "function", "by", "capturing", "the", "nonlinear", "relationships", "among", "contextual", "information", "provided", "by", "the", "application", ",", "data", ",", "or", "user", ".", "We", "show", "that", "through", "a", "process", "called", "the", "``", "kernel", "trick", ",", "''", "such", "nonlinear", "relationships", "can", "be", "learned", "efficiently", "in", "a", "projected", "space", ".", "Theoretically", ",", "we", "substantiate", "that", "our", "method", "is", "both", "sound", "and", "optimal", ".", "Empirically", ",", "using", "several", "datasets", "and", "applications", ",", "we", "demonstrate", "that", "our", "method", "is", "effective", "and", "useful", "."], "doc_bio_tags": ["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", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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"], "extractive_keyphrases": ["distance function", "kernel trick"], "abstractive_keyphrases": ["information storage and retrieval"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "9942032", "document": ["Efficient", "influence", "maximization", "in", "social", "networks", "Influence", "maximization", "is", "the", "problem", "of", "finding", "a", "small", "subset", "of", "nodes", "(", "seed", "nodes", ")", "in", "a", "social", "network", "that", "could", "maximize", "the", "spread", "of", "influence", ".", "In", "this", "paper", ",", "we", "study", "the", "efficient", "influence", "maximization", "from", "two", "complementary", "directions", ".", "One", "is", "to", "improve", "the", "original", "greedy", "algorithm", "of", "(", "5", ")", "and", "its", "improvement", "(", "7", ")", "to", "further", "reduce", "its", "running", "time", ",", "and", "the", "second", "is", "to", "propose", "new", "degree", "discount", "heuristics", "that", "improves", "influence", "spread", ".", "We", "evaluate", "our", "algorithms", "by", "experiments", "on", "two", "large", "academic", "collaboration", "graphs", "obtained", "from", "the", "online", "archival", "database", "arXiv.org", ".", "Our", "experimental", "results", "show", "that", "(", "a", ")", "our", "improved", "greedy", "algorithm", "achieves", "better", "running", "time", "comparing", "with", "the", "improvement", "of", "(", "7", ")", "with", "matching", "influence", "spread", ",", "(", "b", ")", "our", "degree", "discount", "heuristics", "achieve", "much", "better", "influence", "spread", "than", "classic", "degree", "and", "centrality-based", "heuristics", ",", "and", "when", "tuned", "for", "a", "specific", "influence", "cascade", "model", ",", "it", "achieves", "almost", "matching", "influence", "thread", "with", "the", "greedy", "algorithm", ",", "and", "more", "importantly", "(", "c", ")", "the", "degree", "discount", "heuristics", "run", "only", "in", "milliseconds", "while", "even", "the", "improved", "greedy", "algorithms", "run", "in", "hours", "in", "our", "experiment", "graphs", "with", "a", "few", "tens", "of", "thousands", "of", "nodes", ".", "Based", "on", "our", "results", ",", "we", "believe", "that", "fine-tuned", "heuristics", "may", "provide", "truly", "scalable", "solutions", "to", "the", "influence", "maximization", "problem", "with", "satisfying", "influence", "spread", "and", "blazingly", "fast", "running", "time", ".", "Therefore", ",", "contrary", "to", "what", "implied", "by", "the", "conclusion", "of", "(", "5", ")", "that", "traditional", "heuristics", "are", "outperformed", "by", "the", "greedy", "approximation", "algorithm", ",", "our", "results", "shed", "new", "lights", "on", "the", "research", "of", "heuristic", "algorithms", "."], "doc_bio_tags": ["O", "B", "I", "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", "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", "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", "B", "I", "O"], "extractive_keyphrases": ["heuristic algorithms", "influence maximization", "social networks"], "abstractive_keyphrases": ["nonnumerical algorithms and problems"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "6731452", "document": ["Regularized", "discriminant", "analysis", "for", "high", "dimensional", ",", "low", "sample", "size", "data", "Linear", "and", "Quadratic", "Discriminant", "Analysis", "have", "been", "used", "widely", "in", "many", "areas", "of", "data", "mining", ",", "machine", "learning", ",", "and", "bioinformatics", ".", "Friedman", "proposed", "a", "compromise", "between", "Linear", "and", "Quadratic", "Discriminant", "Analysis", ",", "called", "Regularized", "Discriminant", "Analysis", "(", "RDA", ")", ",", "which", "has", "been", "shown", "to", "be", "more", "flexible", "in", "dealing", "with", "various", "class", "distributions", ".", "RDA", "applies", "the", "regularization", "techniques", "by", "employing", "two", "regularization", "parameters", ",", "which", "are", "chosen", "to", "jointly", "maximize", "the", "classification", "performance", ".", "The", "optimal", "pair", "of", "parameters", "is", "commonly", "estimated", "via", "cross-validation", "from", "a", "set", "of", "candidate", "pairs", ".", "It", "is", "computationally", "prohibitive", "for", "high", "dimensional", "data", ",", "especially", "when", "the", "candidate", "set", "is", "large", ",", "which", "limits", "the", "applications", "of", "RDA", "to", "low", "dimensional", "data", ".", "In", "this", "paper", ",", "a", "novel", "algorithm", "for", "RDA", "is", "presented", "for", "high", "dimensional", "data", ".", "It", "can", "estimate", "the", "optimal", "regularization", "parameters", "from", "a", "large", "set", "of", "parameter", "candidates", "efficiently", ".", "Experiments", "on", "a", "variety", "of", "datasets", "confirm", "the", "claimed", "theoretical", "estimate", "of", "the", "efficiency", ",", "and", "also", "show", "that", ",", "for", "a", "properly", "chosen", "pair", "of", "regularization", "parameters", ",", "RDA", "performs", "favorably", "in", "classification", ",", "in", "comparison", "with", "other", "existing", "classification", "methods", "."], "doc_bio_tags": ["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", "B", "I", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "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", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["quadratic discriminant analysis", "regularization"], "abstractive_keyphrases": ["cross-validation", "dimensionality reduction"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "13801985", "document": ["Compression", "of", "weighted", "graphs", "We", "propose", "to", "compress", "weighted", "graphs", "(", "networks", ")", ",", "motivated", "by", "the", "observation", "that", "large", "networks", "of", "social", ",", "biological", ",", "or", "other", "relations", "can", "be", "complex", "to", "handle", "and", "visualize", ".", "In", "the", "process", "also", "known", "as", "graph", "simplification", ",", "nodes", "and", "(", "unweighted", ")", "edges", "are", "grouped", "to", "supernodes", "and", "superedges", ",", "respectively", ",", "to", "obtain", "a", "smaller", "graph", ".", "We", "propose", "models", "and", "algorithms", "for", "weighted", "graphs", ".", "The", "interpretation", "(", "i.e.", "decompression", ")", "of", "a", "compressed", ",", "weighted", "graph", "is", "that", "a", "pair", "of", "original", "nodes", "is", "connected", "by", "an", "edge", "if", "their", "supernodes", "are", "connected", "by", "one", ",", "and", "that", "the", "weight", "of", "an", "edge", "is", "approximated", "to", "be", "the", "weight", "of", "the", "superedge", ".", "The", "compression", "problem", "now", "consists", "of", "choosing", "supernodes", ",", "superedges", ",", "and", "superedge", "weights", "so", "that", "the", "approximation", "error", "is", "minimized", "while", "the", "amount", "of", "compression", "is", "maximized", ".", "In", "this", "paper", ",", "we", "formulate", "this", "task", "as", "the", "`", "simple", "weighted", "graph", "compression", "problem", "'", ".", "We", "then", "propose", "a", "much", "wider", "class", "of", "tasks", "under", "the", "name", "of", "`", "generalized", "weighted", "graph", "compression", "problem", "'", ".", "The", "generalized", "task", "extends", "the", "optimization", "to", "preserve", "longer-range", "connectivities", "between", "nodes", ",", "not", "just", "individual", "edge", "weights", ".", "We", "study", "the", "properties", "of", "these", "problems", "and", "propose", "a", "range", "of", "algorithms", "to", "solve", "them", ",", "with", "different", "balances", "between", "complexity", "and", "quality", "of", "the", "result", ".", "We", "evaluate", "the", "problems", "and", "algorithms", "experimentally", "on", "real", "networks", ".", "The", "results", "indicate", "that", "weighted", "graphs", "can", "be", "compressed", "efficiently", "with", "relatively", "little", "compression", "error", "."], "doc_bio_tags": ["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", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "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", "I", "B", "O", "O", "O", "O", "O", "O", "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", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O"], "extractive_keyphrases": ["compression", "weighted graph"], "abstractive_keyphrases": ["graph mining", "network"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "1370349", "document": ["Mining", "a", "stream", "of", "transactions", "for", "customer", "patterns", "Transaction", "data", "can", "arrive", "at", "a", "ferocious", "rate", "in", "the", "order", "that", "transactions", "are", "completed", ".", "The", "data", "contain", "an", "enormous", "amount", "of", "information", "about", "customers", ",", "not", "just", "transactions", ",", "but", "extracting", "up-to-date", "customer", "information", "from", "an", "ever", "changing", "stream", "of", "data", "and", "mining", "it", "in", "real-time", "is", "a", "challenge", ".", "This", "paper", "describes", "a", "statistically", "principled", "approach", "to", "designing", "short", ",", "accurate", "summaries", "or", "signatures", "of", "high", "dimensional", "customer", "behavior", "that", "can", "be", "kept", "current", "with", "a", "stream", "of", "transactions", ".", "A", "signature", "database", "can", "then", "be", "used", "for", "data", "mining", "and", "to", "provide", "approximate", "answers", "to", "many", "kinds", "of", "queries", "about", "current", "customers", "quickly", "and", "accurately", ",", "as", "an", "empirical", "study", "of", "the", "calling", "patterns", "of", "96,000", "wireless", "customers", "who", "made", "about", "18", "million", "wireless", "calls", "over", "a", "three", "month", "period", "shows", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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"], "extractive_keyphrases": ["signatures"], "abstractive_keyphrases": ["approximate queries", "customer profiles", "dynamic database", "histograms", "incremental updates", "massive data"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "147177", "document": ["Learning", "to", "match", "and", "cluster", "large", "high-dimensional", "data", "sets", "for", "data", "integration", "Part", "of", "the", "process", "of", "data", "integration", "is", "determining", "which", "sets", "of", "identifiers", "refer", "to", "the", "same", "real-world", "entities", ".", "In", "integrating", "databases", "found", "on", "the", "Web", "or", "obtained", "by", "using", "information", "extraction", "methods", ",", "it", "is", "often", "possible", "to", "solve", "this", "problem", "by", "exploiting", "similarities", "in", "the", "textual", "names", "used", "for", "objects", "in", "different", "databases", ".", "In", "this", "paper", "we", "describe", "techniques", "for", "clustering", "and", "matching", "identifier", "names", "that", "are", "both", "scalable", "and", "adaptive", ",", "in", "the", "sense", "that", "they", "can", "be", "trained", "to", "obtain", "better", "performance", "in", "a", "particular", "domain", ".", "An", "experimental", "evaluation", "on", "a", "number", "of", "sample", "datasets", "shows", "that", "the", "adaptive", "method", "sometimes", "performs", "much", "better", "than", "either", "of", "two", "non-adaptive", "baseline", "systems", ",", "and", "is", "nearly", "always", "competitive", "with", "the", "best", "baseline", "system", "."], "doc_bio_tags": ["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"], "extractive_keyphrases": ["learning"], "abstractive_keyphrases": ["large datasets", "text mining"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "646294", "document": ["On", "mining", "cross-graph", "quasi-cliques", "Joint", "mining", "of", "multiple", "data", "sets", "can", "often", "discover", "interesting", ",", "novel", ",", "and", "reliable", "patterns", "which", "can", "not", "be", "obtained", "solely", "from", "any", "single", "source", ".", "For", "example", ",", "in", "cross-market", "customer", "segmentation", ",", "a", "group", "of", "customers", "who", "behave", "similarly", "in", "multiple", "markets", "should", "be", "considered", "as", "a", "more", "coherent", "and", "more", "reliable", "cluster", "than", "clusters", "found", "in", "a", "single", "market", ".", "As", "another", "example", ",", "in", "bioinformatics", ",", "by", "joint", "mining", "of", "gene", "expression", "data", "and", "protein", "interaction", "data", ",", "we", "can", "find", "clusters", "of", "genes", "which", "show", "coherent", "expression", "patterns", "and", "also", "produce", "interacting", "proteins", ".", "Such", "clusters", "may", "be", "potential", "pathways", ".", "In", "this", "paper", ",", "we", "investigate", "a", "novel", "data", "mining", "problem", ",", "mining", "cross-graph", "quasi-cliques", ",", "which", "is", "generalized", "from", "several", "interesting", "applications", "such", "as", "cross-market", "customer", "segmentation", "and", "joint", "mining", "of", "gene", "expression", "data", "and", "protein", "interaction", "data", ".", "We", "build", "a", "general", "model", "for", "mining", "cross-graph", "quasi-cliques", ",", "show", "why", "the", "complete", "set", "of", "cross-graph", "quasi-cliques", "can", "not", "be", "found", "by", "previous", "data", "mining", "methods", ",", "and", "study", "the", "complexity", "of", "the", "problem", ".", "While", "the", "problem", "is", "difficult", ",", "we", "develop", "an", "efficient", "algorithm", ",", "Crochet", ",", "which", "exploits", "several", "interesting", "and", "effective", "techniques", "and", "heuristics", "to", "efficaciously", "mine", "cross-graph", "quasi-cliques", ".", "A", "systematic", "performance", "study", "is", "reported", "on", "both", "synthetic", "and", "real", "data", "sets", ".", "We", "demonstrate", "some", "interesting", "and", "meaningful", "cross-graph", "quasi-cliques", "in", "bioinformatics", ".", "The", "experimental", "results", "also", "show", "that", "algorithm", "Crochet", "is", "efficient", "and", "scalable", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["bioinformatics", "patterns"], "abstractive_keyphrases": ["graph mining"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "9418685", "document": ["Training", "structural", "svms", "with", "kernels", "using", "sampled", "cuts", "Discriminative", "training", "for", "structured", "outputs", "has", "found", "increasing", "applications", "in", "areas", "such", "as", "natural", "language", "processing", ",", "bioinformatics", ",", "information", "retrieval", ",", "and", "computer", "vision", ".", "Focusing", "on", "large-margin", "methods", ",", "the", "most", "general", "(", "in", "terms", "of", "loss", "function", "and", "model", "structure", ")", "training", "algorithms", "known", "to", "date", "are", "based", "on", "cutting-plane", "approaches", ".", "While", "these", "algorithms", "are", "very", "efficient", "for", "linear", "models", ",", "their", "training", "complexity", "becomes", "quadratic", "in", "the", "number", "of", "examples", "when", "kernels", "are", "used", ".", "To", "overcome", "this", "bottleneck", ",", "we", "propose", "new", "training", "algorithms", "that", "use", "approximate", "cutting", "planes", "and", "random", "sampling", "to", "enable", "efficient", "training", "with", "kernels", ".", "We", "prove", "that", "these", "algorithms", "have", "improved", "time", "complexity", "while", "providing", "approximation", "guarantees", ".", "In", "empirical", "evaluations", ",", "our", "algorithms", "produced", "solutions", "with", "training", "and", "test", "error", "rates", "close", "to", "those", "of", "exact", "solvers", ".", "Even", "on", "binary", "classification", "problems", "where", "highly", "optimized", "conventional", "training", "methods", "exist", "(", "e.g.", "SVM-light", ")", ",", "our", "methods", "are", "about", "an", "order", "of", "magnitude", "faster", "than", "conventional", "training", "methods", "on", "large", "datasets", ",", "while", "remaining", "competitive", "in", "speed", "on", "datasets", "of", "medium", "size", "."], "doc_bio_tags": ["O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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"], "extractive_keyphrases": ["kernels"], "abstractive_keyphrases": ["large-scale problems", "learning", "support vector machines"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "8393015", "document": ["Generalized", "clustering", ",", "supervised", "learning", ",", "and", "data", "assignment", "Clustering", "algorithms", "have", "become", "increasingly", "important", "in", "handling", "and", "analyzing", "data", ".", "Considerable", "work", "has", "been", "done", "in", "devising", "effective", "but", "increasingly", "specific", "clustering", "algorithms", ".", "In", "contrast", ",", "we", "have", "developed", "a", "generalized", "framework", "that", "accommodates", "diverse", "clustering", "algorithms", "in", "a", "systematic", "way", ".", "This", "framework", "views", "clustering", "as", "a", "general", "process", "of", "iterative", "optimization", "that", "includes", "modules", "for", "supervised", "learning", "and", "instance", "assignment", ".", "The", "framework", "has", "also", "suggested", "several", "novel", "clustering", "methods", ".", "In", "this", "paper", ",", "we", "investigate", "experimentally", "the", "efficacy", "of", "these", "algorithms", "and", "test", "some", "hypotheses", "about", "the", "relation", "between", "such", "unsupervised", "techniques", "and", "the", "supervised", "methods", "embedded", "in", "them", "."], "doc_bio_tags": ["O", "B", "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", "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", "B", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["clustering", "iterative optimization", "learning"], "abstractive_keyphrases": ["supervised learning"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "11981864", "document": ["Optimizing", "web", "traffic", "via", "the", "media", "scheduling", "problem", "Website", "traffic", "varies", "through", "time", "in", "consistent", "and", "predictable", "ways", ",", "with", "highest", "traffic", "in", "the", "middle", "of", "the", "day", ".", "When", "providing", "media", "content", "to", "visitors", ",", "it", "is", "important", "to", "present", "repeat", "visitors", "with", "new", "content", "so", "that", "they", "keep", "coming", "back", ".", "In", "this", "paper", "we", "present", "an", "algorithm", "to", "balance", "the", "need", "to", "keep", "a", "website", "fresh", "with", "new", "content", "with", "the", "desire", "to", "present", "the", "best", "content", "to", "the", "most", "visitors", "at", "times", "of", "peak", "traffic", ".", "We", "formulate", "this", "as", "the", "media", "scheduling", "problem", ",", "where", "we", "attempt", "to", "maximize", "total", "clicks", ",", "given", "the", "overall", "traffic", "pattern", "and", "the", "time", "varying", "clickthrough", "rates", "of", "available", "media", "content", ".", "We", "present", "an", "efficient", "algorithm", "to", "perform", "this", "scheduling", "under", "certain", "conditions", "and", "apply", "this", "algorithm", "to", "real", "data", "obtained", "from", "server", "logs", ",", "showing", "evidence", "of", "significant", "improvements", "in", "traffic", "from", "our", "algorithmic", "schedules", ".", "Finally", ",", "we", "analyze", "the", "click", "data", ",", "presenting", "models", "for", "why", "and", "how", "the", "clickthrough", "rate", "for", "new", "content", "declines", "as", "it", "ages", "."], "doc_bio_tags": ["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", "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"], "extractive_keyphrases": ["media scheduling"], "abstractive_keyphrases": ["human response", "user interaction"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "748573", "document": ["On", "privacy", "preservation", "against", "adversarial", "data", "mining", "Privacy", "preserving", "data", "processing", "has", "become", "an", "important", "topic", "recently", "because", "of", "advances", "in", "hardware", "technology", "which", "have", "lead", "to", "widespread", "proliferation", "of", "demographic", "and", "sensitive", "data", ".", "A", "rudimentary", "way", "to", "preserve", "privacy", "is", "to", "simply", "hide", "the", "information", "in", "some", "of", "the", "sensitive", "fields", "picked", "by", "a", "user", ".", "However", ",", "such", "a", "method", "is", "far", "from", "satisfactory", "in", "its", "ability", "to", "prevent", "adversarial", "data", "mining", ".", "Real", "data", "records", "are", "not", "randomly", "distributed", ".", "As", "a", "result", ",", "some", "fields", "in", "the", "records", "may", "be", "correlated", "with", "one", "another", ".", "If", "the", "correlation", "is", "sufficiently", "high", ",", "it", "may", "be", "possible", "for", "an", "adversary", "to", "predict", "some", "of", "the", "sensitive", "fields", "using", "other", "fields", ".", "In", "this", "paper", ",", "we", "study", "the", "problem", "of", "privacy", "preservation", "against", "adversarial", "data", "mining", ",", "which", "is", "to", "hide", "a", "minimal", "set", "of", "entries", "so", "that", "the", "privacy", "of", "the", "sensitive", "fields", "are", "satisfactorily", "preserved", ".", "In", "other", "words", ",", "even", "by", "data", "mining", ",", "an", "adversary", "still", "can", "not", "accurately", "recover", "the", "hidden", "data", "entries", ".", "We", "model", "the", "problem", "concisely", "and", "develop", "an", "efficient", "heuristic", "algorithm", "which", "can", "find", "good", "solutions", "in", "practice", ".", "An", "extensive", "performance", "study", "is", "conducted", "on", "both", "synthetic", "and", "real", "data", "sets", "to", "examine", "the", "effectiveness", "of", "our", "approach", "."], "doc_bio_tags": ["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", "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"], "extractive_keyphrases": ["privacy preservation"], "abstractive_keyphrases": ["association rules"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "980627", "document": ["Probabilistic", "workflow", "mining", "In", "several", "organizations", ",", "it", "has", "become", "increasingly", "popular", "to", "document", "and", "log", "the", "steps", "that", "makeup", "a", "typical", "business", "process", ".", "In", "some", "situations", ",", "a", "normative", "workflow", "model", "of", "such", "processes", "is", "developed", ",", "and", "it", "becomes", "important", "to", "know", "if", "such", "a", "model", "is", "actually", "being", "followed", "by", "analyzing", "the", "available", "activity", "logs", ".", "In", "other", "scenarios", ",", "no", "model", "is", "available", "and", ",", "with", "the", "purpose", "of", "evaluating", "cases", "or", "creating", "new", "production", "policies", ",", "one", "is", "interested", "in", "learning", "a", "workflow", "representation", "of", "such", "activities", ".", "In", "either", "case", ",", "machine", "learning", "tools", "that", "can", "mine", "workflow", "models", "are", "of", "great", "interest", "and", "still", "relatively", "unexplored", ".", "We", "present", "here", "a", "probabilistic", "workflow", "model", "and", "a", "corresponding", "learning", "algorithm", "that", "runs", "in", "polynomial", "time", ".", "We", "illustrate", "the", "algorithm", "on", "example", "data", "derived", "from", "a", "real", "world", "workflow", "."], "doc_bio_tags": ["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"], "extractive_keyphrases": ["workflow mining"], "abstractive_keyphrases": ["causal models", "graphical models", "probability and statistics"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "431266", "document": ["A", "framework", "for", "analysis", "of", "dynamic", "social", "networks", "Finding", "patterns", "of", "social", "interaction", "within", "a", "population", "has", "wide-ranging", "applications", "including", ":", "disease", "modeling", ",", "cultural", "and", "information", "transmission", ",", "and", "behavioral", "ecology", ".", "Social", "interactions", "are", "often", "modeled", "with", "networks", ".", "A", "key", "characteristic", "of", "social", "interactions", "is", "their", "continual", "change", ".", "However", ",", "most", "past", "analyses", "of", "social", "networks", "are", "essentially", "static", "in", "that", "all", "information", "about", "the", "time", "that", "social", "interactions", "take", "place", "is", "discarded", ".", "In", "this", "paper", ",", "we", "propose", "a", "new", "mathematical", "and", "computational", "framework", "that", "enables", "analysis", "of", "dynamic", "social", "networks", "and", "that", "explicitly", "makes", "use", "of", "information", "about", "when", "social", "interactions", "occur", "."], "doc_bio_tags": ["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", "B", "I", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["dynamic social networks"], "abstractive_keyphrases": ["disease spread", "model development"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "1225233", "document": ["Nomograms", "for", "visualizing", "support", "vector", "machines", "We", "propose", "a", "simple", "yet", "potentially", "very", "effective", "way", "of", "visualizing", "trained", "support", "vector", "machines", ".", "Nomograms", "are", "an", "established", "model", "visualization", "technique", "that", "can", "graphically", "encode", "the", "complete", "model", "on", "a", "single", "page", ".", "The", "dimensionality", "of", "the", "visualization", "does", "not", "depend", "on", "the", "number", "of", "attributes", ",", "but", "merely", "on", "the", "properties", "of", "the", "kernel", ".", "To", "represent", "the", "effect", "of", "each", "predictive", "feature", "on", "the", "log", "odds", "ratio", "scale", "as", "required", "for", "the", "nomograms", ",", "we", "employ", "logistic", "regression", "to", "convert", "the", "distance", "from", "the", "separating", "hyperplane", "into", "a", "probability", ".", "Case", "studies", "on", "selected", "data", "sets", "show", "that", "for", "a", "technique", "thought", "to", "be", "a", "black-box", ",", "nomograms", "can", "clearly", "expose", "its", "internal", "structure", ".", "By", "providing", "an", "easy-to-interpret", "visualization", "the", "analysts", "can", "gain", "insight", "and", "study", "the", "effects", "of", "predictive", "factors", "."], "doc_bio_tags": ["O", "O", "O", "B", "I", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "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", "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", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["support vector machines", "visualization"], "abstractive_keyphrases": ["machine learning", "nomogram"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "720943", "document": ["Aggregation-based", "feature", "invention", "and", "relational", "concept", "classes", "Model", "induction", "from", "relational", "data", "requires", "aggregation", "of", "the", "values", "of", "attributes", "of", "related", "entities", ".", "This", "paper", "makes", "three", "contributions", "to", "the", "study", "of", "relational", "learning", ".", "(", "1", ")", "It", "presents", "a", "hierarchy", "of", "relational", "concepts", "of", "increasing", "complexity", ",", "using", "relational", "schema", "characteristics", "such", "as", "cardinality", ",", "and", "derives", "classes", "of", "aggregation", "operators", "that", "are", "needed", "to", "learn", "these", "concepts", ".", "(", "2", ")", "Expanding", "one", "level", "of", "the", "hierarchy", ",", "it", "introduces", "new", "aggregation", "operators", "that", "model", "the", "distributions", "of", "the", "values", "to", "be", "aggregated", "and", "(", "for", "classification", "problems", ")", "the", "differences", "in", "these", "distributions", "by", "class", ".", "(", "3", ")", "It", "demonstrates", "empirically", "on", "a", "noisy", "business", "domain", "that", "more-complex", "aggregation", "methods", "can", "increase", "generalization", "performance", ".", "Constructing", "features", "using", "target-dependent", "aggregations", "can", "transform", "relational", "prediction", "tasks", "so", "that", "well-understood", "feature-vector-based", "modeling", "algorithms", "can", "be", "applied", "successfully", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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"], "extractive_keyphrases": ["aggregation", "learning"], "abstractive_keyphrases": ["constructive induction", "feature construction", "propositionalization", "relational learning"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "1405248", "document": ["Making", "every", "bit", "count", ":", "fast", "nonlinear", "axis", "scaling", "Existing", "axis", "scaling", "and", "dimensionality", "methods", "focus", "on", "preserving", "structure", ",", "usually", "determined", "via", "the", "Euclidean", "distance", ".", "In", "other", "words", ",", "they", "inherently", "assume", "that", "the", "Euclidean", "distance", "is", "already", "correct", ".", "We", "instead", "propose", "a", "novel", "nonlinear", "approach", "driven", "by", "an", "information-theoretic", "viewpoint", ",", "which", "we", "show", "is", "also", "strongly", "linked", "to", "intrinsic", "dimensionality", ",", "or", "degrees", "of", "freedom", ";", "and", "uniformity", ".", "Nonlinear", "transformations", "based", "on", "common", "probability", "distributions", ",", "combined", "with", "information-driven", "selection", ",", "simultaneously", "reduce", "the", "number", "of", "dimensions", "required", "and", "increase", "the", "value", "of", "those", "we", "retain", ".", "Experiments", "on", "real", "data", "confirm", "that", "this", "approach", "reveals", "correlations", ",", "finds", "novel", "attributes", ",", "and", "scales", "well", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": [], "abstractive_keyphrases": ["computation of transforms"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "48523", "document": ["Exploiting", "unlabeled", "data", "in", "ensemble", "methods", "An", "adaptive", "semi-supervised", "ensemble", "method", ",", "ASSEMBLE", ",", "is", "proposed", "that", "constructs", "classification", "ensembles", "based", "on", "both", "labeled", "and", "unlabeled", "data", ".", "ASSEMBLE", "alternates", "between", "assigning", "``", "pseudo-classes", "''", "to", "the", "unlabeled", "data", "using", "the", "existing", "ensemble", "and", "constructing", "the", "next", "base", "classifier", "using", "both", "the", "labeled", "and", "pseudolabeled", "data", ".", "Mathematically", ",", "this", "intuitive", "algorithm", "corresponds", "to", "maximizing", "the", "classification", "margin", "in", "hypothesis", "space", "as", "measured", "on", "both", "the", "labeled", "and", "unlabeled", "of", "data", ".", "Unlike", "alternative", "approaches", ",", "ASSEMBLE", "does", "not", "require", "a", "semi-supervised", "learning", "method", "for", "the", "base", "classifier", ".", "ASSEMBLE", "can", "be", "used", "in", "conjunction", "with", "any", "cost-sensitive", "classification", "algorithm", "for", "both", "two-class", "and", "multi-class", "problems", ".", "ASSEMBLE", "using", "decision", "trees", "won", "the", "NIPS", "2001", "Unlabeled", "Data", "Competition", ".", "In", "addition", ",", "strong", "results", "on", "several", "benchmark", "datasets", "using", "both", "decision", "trees", "and", "neural", "networks", "support", "the", "proposed", "method", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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"], "extractive_keyphrases": ["classification"], "abstractive_keyphrases": ["boosting", "ensemble learning", "self-modifying machines", "semi-supervised learning"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "11470541", "document": ["A", "probabilistic", "model", "for", "personalized", "tag", "prediction", "Social", "tagging", "systems", "have", "become", "increasingly", "popular", "for", "sharing", "and", "organizing", "web", "resources", ".", "Tag", "prediction", "is", "a", "common", "feature", "of", "social", "tagging", "systems", ".", "Social", "tagging", "by", "nature", "is", "an", "incremental", "process", ",", "meaning", "that", "once", "a", "user", "has", "saved", "a", "web", "page", "with", "tags", ",", "the", "tagging", "system", "can", "provide", "more", "accurate", "predictions", "for", "the", "user", ",", "based", "on", "user", "'s", "incremental", "behaviors", ".", "However", ",", "existing", "tag", "prediction", "methods", "do", "not", "consider", "this", "important", "factor", ",", "in", "which", "their", "training", "and", "test", "datasets", "are", "either", "split", "by", "a", "fixed", "time", "stamp", "or", "randomly", "sampled", "from", "a", "larger", "corpus", ".", "In", "our", "temporal", "experiments", ",", "we", "perform", "a", "time-sensitive", "sampling", "on", "an", "existing", "public", "dataset", ",", "resulting", "in", "a", "new", "scenario", "which", "is", "much", "closer", "to", "``", "real-world", "''", ".", "In", "this", "paper", ",", "we", "address", "the", "problem", "of", "tag", "prediction", "by", "proposing", "a", "probabilistic", "model", "for", "personalized", "tag", "prediction", ".", "The", "model", "is", "a", "Bayesian", "approach", ",", "and", "integrates", "three", "factors", "-", "ego-centric", "effect", ",", "environmental", "effects", "and", "web", "page", "content", ".", "Two", "methods", "-", "both", "intuitive", "calculation", "and", "learning", "optimization", "-", "are", "provided", "for", "parameter", "estimation", ".", "Pure", "graphbased", "methods", "which", "may", "have", "significant", "constraints", "(", "such", "as", "every", "user", ",", "every", "item", "and", "every", "tag", "has", "to", "occur", "in", "at", "least", "p", "posts", ")", ",", "can", "not", "make", "a", "prediction", "in", "most", "of", "``", "real", "world", "''", "cases", "while", "our", "model", "improves", "the", "F-measure", "by", "over", "30", "%", "compared", "to", "a", "leading", "algorithm", ",", "in", "our", "``", "real-world", "''", "use", "case", "."], "doc_bio_tags": ["O", "O", "O", "O", "B", "I", "I", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "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", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "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"], "extractive_keyphrases": ["personalized tag prediction", "social tagging", "tag prediction"], "abstractive_keyphrases": ["information search and retrieval"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "9632155", "document": ["BBM", ":", "bayesian", "browsing", "model", "from", "petabyte-scale", "data", "Given", "a", "quarter", "of", "petabyte", "click", "log", "data", ",", "how", "can", "we", "estimate", "the", "relevance", "of", "each", "URL", "for", "a", "given", "query", "?", "In", "this", "paper", ",", "we", "propose", "the", "Bayesian", "Browsing", "Model", "(", "BBM", ")", ",", "a", "new", "modeling", "technique", "with", "following", "advantages", ":", "(", "a", ")", "it", "does", "exact", "inference", ";", "(", "b", ")", "it", "is", "single-pass", "and", "parallelizable", ";", "(", "c", ")", "it", "is", "effective", ".", "We", "present", "two", "sets", "of", "experiments", "to", "test", "model", "effectiveness", "and", "efficiency", ".", "On", "the", "first", "set", "of", "over", "50", "million", "search", "instances", "of", "1.1", "million", "distinct", "queries", ",", "BBM", "out-performs", "the", "state-of-the-art", "competitor", "by", "29.2", "%", "in", "log-likelihood", "while", "being", "57", "times", "faster", ".", "On", "the", "second", "click-log", "set", ",", "spanning", "a", "quarter", "of", "petabyte", "data", ",", "we", "showcase", "the", "scalability", "of", "BBM", ":", "we", "implemented", "it", "on", "a", "commercial", "MapReduce", "cluster", ",", "and", "it", "took", "only", "3", "hours", "to", "compute", "the", "relevance", "for", "1.15", "billion", "distinct", "query-URL", "pairs", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": [], "abstractive_keyphrases": ["bayesian models", "click log analysis", "web search"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "4398213", "document": ["Assessing", "data", "mining", "results", "via", "swap", "randomization", "The", "problem", "of", "assessing", "the", "significance", "of", "data", "mining", "results", "on", "high-dimensional", "0-1", "data", "sets", "has", "been", "studied", "extensively", "in", "the", "literature", ".", "For", "problems", "such", "as", "mining", "frequent", "sets", "and", "finding", "correlations", ",", "significance", "testing", "can", "be", "done", "by", ",", "e.g.", ",", "chi-square", "tests", ",", "or", "many", "other", "methods", ".", "However", ",", "the", "results", "of", "such", "tests", "depend", "only", "on", "the", "specific", "attributes", "and", "not", "on", "the", "dataset", "as", "a", "whole", ".", "Moreover", ",", "the", "tests", "are", "more", "difficult", "to", "apply", "to", "sets", "of", "patterns", "or", "other", "complex", "results", "of", "data", "mining", ".", "In", "this", "paper", ",", "we", "consider", "a", "simple", "randomization", "technique", "that", "deals", "with", "this", "shortcoming", ".", "The", "approach", "consists", "of", "producing", "random", "datasets", "that", "have", "the", "same", "row", "and", "column", "margins", "with", "the", "given", "dataset", ",", "computing", "the", "results", "of", "interest", "on", "the", "randomized", "instances", ",", "and", "comparing", "them", "against", "the", "results", "on", "the", "actual", "data", ".", "This", "randomization", "technique", "can", "be", "used", "to", "assess", "the", "results", "of", "many", "different", "types", "of", "data", "mining", "algorithms", ",", "such", "as", "frequent", "sets", ",", "clustering", ",", "and", "rankings", ".", "To", "generate", "random", "datasets", "with", "given", "margins", ",", "we", "use", "variations", "of", "a", "Markov", "chain", "approach", ",", "which", "is", "based", "on", "a", "simple", "swap", "operation", ".", "We", "give", "theoretical", "results", "on", "the", "efficiency", "of", "different", "randomization", "methods", ",", "and", "apply", "the", "swap", "randomization", "method", "to", "several", "well-known", "datasets", ".", "Our", "results", "indicate", "that", "for", "some", "datasets", "the", "structure", "discovered", "by", "the", "data", "mining", "algorithms", "is", "a", "random", "artifact", ",", "while", "for", "other", "datasets", "the", "discovered", "structure", "conveys", "meaningful", "information", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["significance testing"], "abstractive_keyphrases": ["0-1 data", "randomization tests", "swaps"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "938622", "document": ["To", "buy", "or", "not", "to", "buy", ":", "mining", "airfare", "data", "to", "minimize", "ticket", "purchase", "price", "As", "product", "prices", "become", "increasingly", "available", "on", "the", "World", "Wide", "Web", ",", "consumers", "attempt", "to", "understand", "how", "corporations", "vary", "these", "prices", "over", "time", ".", "However", ",", "corporations", "change", "prices", "based", "on", "proprietary", "algorithms", "and", "hidden", "variables", "(", "e.g.", ",", "the", "number", "of", "unsold", "seats", "on", "a", "flight", ")", ".", "Is", "it", "possible", "to", "develop", "data", "mining", "techniques", "that", "will", "enable", "consumers", "to", "predict", "price", "changes", "under", "these", "conditions", "?", "This", "paper", "reports", "on", "a", "pilot", "study", "in", "the", "domain", "of", "airline", "ticket", "prices", "where", "we", "recorded", "over", "12,000", "price", "observations", "over", "a", "41", "day", "period", ".", "When", "trained", "on", "this", "data", ",", "Hamlet", "--", "our", "multi-strategy", "data", "mining", "algorithm", "--", "generated", "a", "predictive", "model", "that", "saved", "341", "simulated", "passengers", "$", "198,074", "by", "advising", "them", "when", "to", "buy", "and", "when", "to", "postpone", "ticket", "purchases", ".", "Remarkably", ",", "a", "clairvoyant", "algorithm", "with", "complete", "knowledge", "of", "future", "prices", "could", "save", "at", "most", "$", "320,572", "in", "our", "simulation", ",", "thus", "HAMLET", "'s", "savings", "were", "61.8", "%", "of", "optimal", ".", "The", "algorithm", "'s", "savings", "of", "$", "198,074", "represents", "an", "average", "savings", "of", "23.8", "%", "for", "the", "341", "passengers", "for", "whom", "savings", "are", "possible", ".", "Overall", ",", "HAMLET", "saved", "4.4", "%", "of", "the", "ticket", "price", "averaged", "over", "the", "entire", "set", "of", "4,488", "simulated", "passengers", ".", "Our", "pilot", "study", "suggests", "that", "mining", "of", "price", "data", "available", "over", "the", "web", "has", "the", "potential", "to", "save", "consumers", "substantial", "sums", "of", "money", "per", "annum", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": [], "abstractive_keyphrases": ["airline price prediction", "internet", "learning", "price mining", "web mining"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "10508839", "document": ["Maximum", "profit", "mining", "and", "its", "application", "in", "software", "development", "While", "most", "software", "defects", "(", "i.e.", ",", "bugs", ")", "are", "corrected", "and", "tested", "as", "part", "of", "the", "lengthy", "software", "development", "cycle", ",", "enterprise", "software", "vendors", "often", "have", "to", "release", "software", "products", "before", "all", "reported", "defects", "are", "corrected", ",", "due", "to", "deadlines", "and", "limited", "resources", ".", "A", "small", "number", "of", "these", "defects", "will", "be", "escalated", "by", "customers", "and", "they", "must", "be", "resolved", "immediately", "by", "the", "software", "vendors", "at", "a", "very", "high", "cost", ".", "In", "this", "paper", ",", "we", "develop", "an", "Escalation", "Prediction", "(", "EP", ")", "system", "that", "mines", "historic", "defect", "report", "data", "and", "predict", "the", "escalation", "risk", "of", "the", "defects", "for", "maximum", "net", "profit", ".", "More", "specifically", ",", "we", "first", "describe", "a", "simple", "and", "general", "framework", "to", "convert", "the", "maximum", "net", "profit", "problem", "to", "cost-sensitive", "learning", ".", "We", "then", "apply", "and", "compare", "several", "well-known", "cost-sensitive", "learning", "approaches", "for", "EP", ".", "Our", "experiments", "suggest", "that", "the", "cost-sensitive", "decision", "tree", "is", "the", "best", "method", "for", "producing", "the", "highest", "positive", "net", "profit", "and", "comprehensible", "results", ".", "The", "EP", "system", "has", "been", "deployed", "successfully", "in", "the", "product", "group", "of", "an", "enterprise", "software", "vendor", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "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"], "extractive_keyphrases": ["escalation prediction", "learning"], "abstractive_keyphrases": ["cost-sensitive learning", "data mining"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "9403280", "document": ["Spotting", "out", "emerging", "artists", "using", "geo-aware", "analysis", "of", "P2P", "query", "strings", "Record", "label", "companies", "would", "like", "to", "identify", "potential", "artists", "as", "early", "as", "possible", "in", "their", "careers", ",", "before", "other", "companies", "approach", "the", "artists", "with", "competing", "contracts", ".", "The", "vast", "number", "of", "candidates", "makes", "the", "process", "of", "identifying", "the", "ones", "with", "high", "success", "potential", "time", "consuming", "and", "laborious", ".", "This", "paper", "demonstrates", "how", "datamining", "of", "P2P", "query", "strings", "can", "be", "used", "in", "order", "to", "mechanize", "most", "of", "this", "detection", "process", ".", "Using", "a", "unique", "intercepting", "system", "over", "the", "Gnutella", "network", ",", "we", "were", "able", "to", "capture", "an", "unprecedented", "amount", "of", "geographically", "identified", "(", "geo-aware", ")", "queries", ",", "allowing", "us", "to", "investigate", "the", "diffusion", "of", "music", "related", "queries", "in", "time", "and", "space", ".", "Our", "solution", "is", "based", "on", "the", "observation", "that", "emerging", "artists", ",", "especially", "rappers", ",", "have", "a", "discernible", "stronghold", "of", "fans", "in", "their", "hometown", "area", ",", "where", "they", "are", "able", "to", "perform", "and", "market", "their", "music", ".", "In", "a", "file", "sharing", "network", ",", "this", "is", "reflected", "as", "a", "delta", "function", "spatial", "distribution", "of", "content", "queries", ".", "Using", "this", "observation", ",", "we", "devised", "a", "detection", "algorithm", "for", "emerging", "artists", ",", "that", "looks", "for", "performers", "with", "sharp", "increase", "in", "popularity", "in", "a", "small", "geographic", "region", "though", "still", "unnoticable", "nation", "wide", ".", "The", "algorithm", "can", "suggest", "a", "short", "list", "of", "artists", "with", "breakthrough", "potential", ",", "from", "which", "we", "showed", "that", "about", "30", "%", "translate", "the", "potential", "to", "national", "success", "."], "doc_bio_tags": ["O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["emerging artists"], "abstractive_keyphrases": ["model development", "p2p queries"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "419557", "document": ["Exploiting", "dictionaries", "in", "named", "entity", "extraction", ":", "combining", "semi-Markov", "extraction", "processes", "and", "data", "integration", "methods", "We", "consider", "the", "problem", "of", "improving", "named", "entity", "recognition", "(", "NER", ")", "systems", "by", "using", "external", "dictionaries", "--", "more", "specifically", ",", "the", "problem", "of", "extending", "state-of-the-art", "NER", "systems", "by", "incorporating", "information", "about", "the", "similarity", "of", "extracted", "entities", "to", "entities", "in", "an", "external", "dictionary", ".", "This", "is", "difficult", "because", "most", "high-performance", "named", "entity", "recognition", "systems", "operate", "by", "sequentially", "classifying", "words", "as", "to", "whether", "or", "not", "they", "participate", "in", "an", "entity", "name", ";", "however", ",", "the", "most", "useful", "similarity", "measures", "score", "entire", "candidate", "names", ".", "To", "correct", "this", "mismatch", "we", "formalize", "a", "semi-Markov", "extraction", "process", ",", "which", "is", "based", "on", "sequentially", "classifying", "segments", "of", "several", "adjacent", "words", ",", "rather", "than", "single", "words", ".", "In", "addition", "to", "allowing", "a", "natural", "way", "of", "coupling", "high-performance", "NER", "methods", "and", "high-performance", "similarity", "functions", ",", "this", "formalism", "also", "allows", "the", "direct", "use", "of", "other", "useful", "entity-level", "features", ",", "and", "provides", "a", "more", "natural", "formulation", "of", "the", "NER", "problem", "than", "sequential", "word", "classification", ".", "Experiments", "in", "multiple", "domains", "show", "that", "the", "new", "model", "can", "substantially", "improve", "extraction", "performance", "over", "previous", "methods", "for", "using", "external", "dictionaries", "in", "NER", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "B", "I", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["data integration", "named entity recognition"], "abstractive_keyphrases": ["information extraction", "learning", "sequential learning"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "13755742", "document": ["On", "community", "outliers", "and", "their", "efficient", "detection", "in", "information", "networks", "Linked", "or", "networked", "data", "are", "ubiquitous", "in", "many", "applications", ".", "Examples", "include", "web", "data", "or", "hypertext", "documents", "connected", "via", "hyperlinks", ",", "social", "networks", "or", "user", "profiles", "connected", "via", "friend", "links", ",", "co-authorship", "and", "citation", "information", ",", "blog", "data", ",", "movie", "reviews", "and", "so", "on", ".", "In", "these", "datasets", "(", "called", "``", "information", "networks", "''", ")", ",", "closely", "related", "objects", "that", "share", "the", "same", "properties", "or", "interests", "form", "a", "community", ".", "For", "example", ",", "a", "community", "in", "blogsphere", "could", "be", "users", "mostly", "interested", "in", "cell", "phone", "reviews", "and", "news", ".", "Outlier", "detection", "in", "information", "networks", "can", "reveal", "important", "anomalous", "and", "interesting", "behaviors", "that", "are", "not", "obvious", "if", "community", "information", "is", "ignored", ".", "An", "example", "could", "be", "a", "low-income", "person", "being", "friends", "with", "many", "rich", "people", "even", "though", "his", "income", "is", "not", "anomalously", "low", "when", "considered", "over", "the", "entire", "population", ".", "This", "paper", "first", "introduces", "the", "concept", "of", "community", "outliers", "(", "interesting", "points", "or", "rising", "stars", "for", "a", "more", "positive", "sense", ")", ",", "and", "then", "shows", "that", "well-known", "baseline", "approaches", "without", "considering", "links", "or", "community", "information", "can", "not", "find", "these", "community", "outliers", ".", "We", "propose", "an", "efficient", "solution", "by", "modeling", "networked", "data", "as", "a", "mixture", "model", "composed", "of", "multiple", "normal", "communities", "and", "a", "set", "of", "randomly", "generated", "outliers", ".", "The", "probabilistic", "model", "characterizes", "both", "data", "and", "links", "simultaneously", "by", "defining", "their", "joint", "distribution", "based", "on", "hidden", "Markov", "random", "fields", "(", "HMRF", ")", ".", "Maximizing", "the", "data", "likelihood", "and", "the", "posterior", "of", "the", "model", "gives", "the", "solution", "to", "the", "outlier", "inference", "problem", ".", "We", "apply", "the", "model", "on", "both", "synthetic", "data", "and", "DBLP", "data", "sets", ",", "and", "the", "results", "demonstrate", "importance", "of", "this", "concept", ",", "as", "well", "as", "the", "effectiveness", "and", "efficiency", "of", "the", "proposed", "approach", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["information networks", "outlier detection"], "abstractive_keyphrases": ["community discovery"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "9161791", "document": ["Succinct", "summarization", "of", "transactional", "databases", ":", "an", "overlapped", "hyperrectangle", "scheme", "Transactional", "data", "are", "ubiquitous", ".", "Several", "methods", ",", "including", "frequent", "itemsets", "mining", "and", "co-clustering", ",", "have", "been", "proposed", "to", "analyze", "transactional", "databases", ".", "In", "this", "work", ",", "we", "propose", "a", "new", "research", "problem", "to", "succinctly", "summarize", "transactional", "databases", ".", "Solving", "this", "problem", "requires", "linking", "the", "high", "level", "structure", "of", "the", "database", "to", "a", "potentially", "huge", "number", "of", "frequent", "itemsets", ".", "We", "formulate", "this", "problem", "as", "a", "set", "covering", "problem", "using", "overlapped", "hyperrectangles", ";", "we", "then", "prove", "that", "this", "problem", "and", "its", "several", "variations", "are", "NP-hard", ".", "We", "develop", "an", "approximation", "algorithm", "HYPER", "which", "can", "achieve", "a", "ln", "(", "k", ")", "+", "1", "approximation", "ratio", "in", "polynomial", "time", ".", "We", "propose", "a", "pruning", "strategy", "that", "can", "significantly", "speed", "up", "the", "processing", "of", "our", "algorithm", ".", "Additionally", ",", "we", "propose", "an", "efficient", "algorithm", "to", "further", "summarize", "the", "set", "of", "hyperrectangles", "by", "allowing", "false", "positive", "conditions", ".", "A", "detailed", "study", "using", "both", "real", "and", "synthetic", "datasets", "shows", "the", "effectiveness", "and", "efficiency", "of", "our", "approaches", "in", "summarizing", "transactional", "databases", "."], "doc_bio_tags": ["O", "B", "O", "B", "I", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O"], "extractive_keyphrases": ["hyperrectangle", "summarization", "transactional databases"], "abstractive_keyphrases": ["set cover"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "268214", "document": ["Mining", "data", "records", "in", "Web", "pages", "A", "large", "amount", "of", "information", "on", "the", "Web", "is", "contained", "in", "regularly", "structured", "objects", ",", "which", "we", "call", "data", "records", ".", "Such", "data", "records", "are", "important", "because", "they", "often", "present", "the", "essential", "information", "of", "their", "host", "pages", ",", "e.g.", ",", "lists", "of", "products", "or", "services", ".", "It", "is", "useful", "to", "mine", "such", "data", "records", "in", "order", "to", "extract", "information", "from", "them", "to", "provide", "value-added", "services", ".", "Existing", "automatic", "techniques", "are", "not", "satisfactory", "because", "of", "their", "poor", "accuracies", ".", "In", "this", "paper", ",", "we", "propose", "a", "more", "effective", "technique", "to", "perform", "the", "task", ".", "The", "technique", "is", "based", "on", "two", "observations", "about", "data", "records", "on", "the", "Web", "and", "a", "string", "matching", "algorithm", ".", "The", "proposed", "technique", "is", "able", "to", "mine", "both", "contiguous", "and", "non-contiguous", "data", "records", ".", "Our", "experimental", "results", "show", "that", "the", "proposed", "technique", "outperforms", "existing", "techniques", "substantially", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": [], "abstractive_keyphrases": ["database applications", "web data records", "web information integration", "web mining"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "1862670", "document": ["Frequent-subsequence-based", "prediction", "of", "outer", "membrane", "proteins", "A", "number", "of", "medically", "important", "disease-causing", "bacteria", "(", "collectively", "called", "Gram-negative", "bacteria", ")", "are", "noted", "for", "the", "extra", "``", "outer", "''", "membrane", "that", "surrounds", "their", "cell", ".", "Proteins", "resident", "in", "this", "membrane", "(", "outer", "membrane", "proteins", ",", "or", "OMPs", ")", "are", "of", "primary", "research", "interest", "for", "antibiotic", "and", "vaccine", "drug", "design", "as", "they", "are", "on", "the", "surface", "of", "the", "bacteria", "and", "so", "are", "the", "most", "accessible", "targets", "to", "develop", "new", "drugs", "against", ".", "With", "the", "development", "of", "genome", "sequencing", "technology", "and", "bioinformatics", ",", "biologists", "can", "now", "deduce", "all", "the", "proteins", "that", "are", "likely", "produced", "in", "a", "given", "bacteria", "and", "have", "attempted", "to", "classify", "where", "proteins", "are", "located", "in", "a", "bacterial", "cell", ".", "However", "such", "protein", "localization", "programs", "are", "currently", "least", "accurate", "when", "predicting", "OMPs", ",", "and", "so", "there", "is", "a", "current", "need", "for", "the", "development", "of", "a", "better", "OMP", "classifier", ".", "Data", "mining", "research", "suggests", "that", "the", "use", "of", "frequent", "patterns", "has", "good", "performance", "in", "aiding", "the", "development", "of", "accurate", "and", "efficient", "classification", "algorithms", ".", "In", "this", "paper", ",", "we", "present", "two", "methods", "to", "identify", "OMPs", "based", "on", "frequent", "subsequences", "and", "test", "them", "on", "all", "Gram-negative", "bacterial", "proteins", "whose", "localizations", "have", "been", "determined", "by", "biological", "experiments", ".", "One", "classifier", "follows", "an", "association", "rule", "approach", ",", "while", "the", "other", "is", "based", "on", "support", "vector", "machines", "(", "SVMs", ")", ".", "We", "compare", "the", "proposed", "methods", "with", "the", "state-of-the-art", "methods", "in", "the", "biological", "domain", ".", "The", "results", "demonstrate", "that", "our", "methods", "are", "better", "both", "in", "terms", "of", "accurately", "identifying", "OMPs", "and", "providing", "biological", "insights", "that", "increase", "our", "understanding", "of", "the", "structures", "and", "functions", "of", "these", "important", "proteins", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["association rule", "classification"], "abstractive_keyphrases": ["database applications", "outer membrane protein", "subcellular localization", "support vector machine"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "813130", "document": ["Incremental", "quantile", "estimation", "for", "massive", "tracking"], "doc_bio_tags": ["O", "O", "O", "O", "O", "O"], "extractive_keyphrases": [], "abstractive_keyphrases": ["applications", "customer profiles", "customer relationship management", "dynamic database", "equi-depth histograms", "ewma", "massive data", "model validation and analysis", "percentiles", "sequential estimation", "simulation output analysis", "stochastic approximation", "transaction data"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "10386938", "document": ["Towards", "exploratory", "test", "instance", "specific", "algorithms", "for", "high", "dimensional", "classification", "In", "an", "interactive", "classification", "application", ",", "a", "user", "may", "find", "it", "more", "valuable", "to", "develop", "a", "diagnostic", "decision", "support", "method", "which", "can", "reveal", "significant", "classification", "behavior", "of", "exemplar", "records", ".", "Such", "an", "approach", "has", "the", "additional", "advantage", "of", "being", "able", "to", "optimize", "the", "decision", "process", "for", "the", "individual", "record", "in", "order", "to", "design", "more", "effective", "classification", "methods", ".", "In", "this", "paper", ",", "we", "propose", "the", "Subspace", "Decision", "Path", "method", "which", "provides", "the", "user", "with", "the", "ability", "to", "interactively", "explore", "a", "small", "number", "of", "nodes", "of", "a", "hierarchical", "decision", "process", "so", "that", "the", "most", "significant", "classification", "characteristics", "for", "a", "given", "test", "instance", "are", "revealed", ".", "In", "addition", ",", "the", "SD-Path", "method", "can", "provide", "enormous", "interpretability", "by", "constructing", "views", "of", "the", "data", "in", "which", "the", "different", "classes", "are", "clearly", "separated", "out", ".", "Even", "in", "cases", "where", "the", "classification", "behavior", "of", "the", "test", "instance", "is", "ambiguous", ",", "the", "SD-Path", "method", "provides", "a", "diagnostic", "understanding", "of", "the", "characteristics", "which", "result", "in", "this", "ambiguity", ".", "Therefore", ",", "this", "method", "combines", "the", "abilities", "of", "the", "human", "and", "the", "computer", "in", "creating", "an", "effective", "diagnostic", "tool", "for", "instance-centered", "high", "dimensional", "classification", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O"], "extractive_keyphrases": ["classification"], "abstractive_keyphrases": ["database applications", "visual data mining"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "9497760", "document": ["Mining", "preferences", "from", "superior", "and", "inferior", "examples", "Mining", "user", "preferences", "plays", "a", "critical", "role", "in", "many", "important", "applications", "such", "as", "customer", "relationship", "management", "(", "CRM", ")", ",", "product", "and", "service", "recommendation", ",", "and", "marketing", "campaigns", ".", "In", "this", "paper", ",", "we", "identify", "an", "interesting", "and", "practical", "problem", "of", "mining", "user", "preferences", ":", "in", "a", "multidimensional", "space", "where", "the", "user", "preferences", "on", "some", "categorical", "attributes", "are", "unknown", ",", "from", "some", "superior", "and", "inferior", "examples", "provided", "by", "a", "user", ",", "can", "we", "learn", "about", "the", "user", "'s", "preferences", "on", "those", "categorical", "attributes", "?", "We", "model", "the", "problem", "systematically", "and", "show", "that", "mining", "user", "preferences", "from", "superior", "and", "inferior", "examples", "is", "challenging", ".", "Although", "the", "problem", "has", "great", "potential", "in", "practice", ",", "to", "the", "best", "of", "our", "knowledge", ",", "it", "has", "not", "been", "explored", "systematically", "before", ".", "As", "the", "first", "attempt", "to", "tackle", "the", "problem", ",", "we", "propose", "a", "greedy", "method", "and", "show", "that", "our", "method", "is", "practical", "using", "real", "data", "sets", "and", "synthetic", "data", "sets", "."], "doc_bio_tags": ["O", "B", "O", "O", "O", "B", "I", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["inferior examples", "preferences"], "abstractive_keyphrases": ["skyline", "superior examples"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "794717", "document": ["Algorithms", "for", "storytelling", "We", "formulate", "a", "new", "data", "mining", "problem", "called", "it", "storytelling", "as", "a", "generalization", "of", "redescription", "mining", ".", "In", "traditional", "redescription", "mining", ",", "we", "are", "given", "a", "set", "of", "objects", "and", "a", "collection", "of", "subsets", "defined", "over", "these", "objects", ".", "The", "goal", "is", "to", "view", "the", "set", "system", "as", "a", "vocabulary", "and", "identify", "two", "expressions", "in", "this", "vocabulary", "that", "induce", "the", "same", "set", "of", "objects", ".", "Storytelling", ",", "on", "the", "other", "hand", ",", "aims", "to", "explicitly", "relate", "object", "sets", "that", "are", "disjoint", "(", "and", "hence", ",", "maximally", "dissimilar", ")", "by", "finding", "a", "chain", "of", "(", "approximate", ")", "redescriptions", "between", "the", "sets", ".", "This", "problem", "finds", "applications", "in", "bioinformatics", ",", "for", "instance", ",", "where", "the", "biologist", "is", "trying", "to", "relate", "a", "set", "of", "genes", "expressed", "in", "one", "experiment", "to", "another", "set", ",", "implicated", "in", "a", "different", "pathway", ".", "We", "outline", "an", "efficient", "storytelling", "implementation", "that", "embeds", "the", "CART", "wheels", "redescription", "mining", "algorithm", "in", "an", "A", "\\*", "search", "procedure", ",", "using", "the", "former", "to", "supply", "next", "move", "operators", "on", "search", "branches", "to", "the", "latter", ".", "This", "approach", "is", "practical", "and", "effective", "for", "mining", "large", "datasets", "and", ",", "at", "the", "same", "time", ",", "exploits", "the", "structure", "of", "partitions", "imposed", "by", "the", "given", "vocabulary", ".", "Three", "application", "case", "studies", "are", "presented", ":", "a", "study", "of", "word", "overlaps", "in", "large", "English", "dictionaries", ",", "exploring", "connections", "between", "genesets", "in", "a", "bioinformatics", "dataset", ",", "and", "relating", "publications", "in", "the", "PubMed", "index", "of", "abstracts", "."], "doc_bio_tags": ["O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "B", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["redescription", "storytelling"], "abstractive_keyphrases": ["learning"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "10011554", "document": ["Constructing", "comprehensive", "summaries", "of", "large", "event", "sequences", "Event", "sequences", "capture", "system", "and", "user", "activity", "over", "time", ".", "Prior", "research", "on", "sequence", "mining", "has", "mostly", "focused", "on", "discovering", "local", "patterns", ".", "Though", "interesting", ",", "these", "patterns", "reveal", "local", "associations", "and", "fail", "to", "give", "a", "comprehensive", "summary", "of", "the", "entire", "event", "sequence", ".", "Moreover", ",", "the", "number", "of", "patterns", "discovered", "can", "be", "large", ".", "In", "this", "paper", ",", "we", "take", "an", "alternative", "approach", "and", "build", "short", "summaries", "that", "describe", "the", "entire", "sequence", ",", "while", "revealing", "local", "associations", "among", "events", ".", "We", "formally", "define", "the", "summarization", "problem", "as", "an", "optimization", "problem", "that", "balances", "between", "shortness", "of", "the", "summary", "and", "accuracy", "of", "the", "data", "description", ".", "We", "show", "that", "this", "problem", "can", "be", "solved", "optimally", "in", "polynomial", "time", "by", "using", "a", "combination", "of", "two", "dynamic-programming", "algorithms", ".", "We", "also", "explore", "more", "efficient", "greedy", "alternatives", "and", "demonstrate", "that", "they", "work", "well", "on", "large", "datasets", ".", "Experiments", "on", "both", "synthetic", "and", "real", "datasets", "illustrate", "that", "our", "algorithms", "are", "efficient", "and", "produce", "high-quality", "results", ",", "and", "reveal", "interesting", "local", "structures", "in", "the", "data", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "B", "I", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["event sequences", "summarization"], "abstractive_keyphrases": ["dynamic programming", "log mining", "minimum description length"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "337666", "document": ["Natural", "communities", "in", "large", "linked", "networks", "We", "are", "interested", "in", "finding", "natural", "communities", "in", "large-scale", "linked", "networks", ".", "Our", "ultimate", "goal", "is", "to", "track", "changes", "over", "time", "in", "such", "communities", ".", "For", "such", "temporal", "tracking", ",", "we", "require", "a", "clustering", "algorithm", "that", "is", "relatively", "stable", "under", "small", "perturbations", "of", "the", "input", "data", ".", "We", "have", "developed", "an", "efficient", ",", "scalable", "agglomerative", "strategy", "and", "applied", "it", "to", "the", "citation", "graph", "of", "the", "NEC", "CiteSeer", "database", "(", "250,000", "papers", ";", "4.5", "million", "citations", ")", ".", "Agglomerative", "clustering", "techniques", "are", "known", "to", "be", "unstable", "on", "data", "in", "which", "the", "community", "structure", "is", "not", "strong", ".", "We", "find", "that", "some", "communities", "are", "essentially", "random", "and", "thus", "unstable", "while", "others", "are", "natural", "and", "will", "appear", "in", "most", "clusterings", ".", "These", "natural", "communities", "will", "enable", "us", "to", "track", "the", "evolution", "of", "communities", "over", "time", "."], "doc_bio_tags": ["B", "I", "O", "B", "I", "I", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["large linked networks", "natural communities"], "abstractive_keyphrases": ["hierarchical agglomerative clustering", "information search and retrieval", "stability"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "6755571", "document": ["Experiments", "with", "random", "projections", "for", "machine", "learning", "Dimensionality", "reduction", "via", "Random", "Projections", "has", "attracted", "considerable", "attention", "in", "recent", "years", ".", "The", "approach", "has", "interesting", "theoretical", "underpinnings", "and", "offers", "computational", "advantages", ".", "In", "this", "paper", "we", "report", "a", "number", "of", "experiments", "to", "evaluate", "Random", "Projections", "in", "the", "context", "of", "inductive", "supervised", "learning", ".", "In", "particular", ",", "we", "compare", "Random", "Projections", "and", "PCA", "on", "a", "number", "of", "different", "datasets", "and", "using", "different", "machine", "learning", "methods", ".", "While", "we", "find", "that", "the", "random", "projection", "approach", "predictively", "underperforms", "PCA", ",", "its", "computational", "advantages", "may", "make", "it", "attractive", "for", "certain", "applications", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["dimensionality reduction", "random projection"], "abstractive_keyphrases": ["pattern recognition", "probability and statistics"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "3908215", "document": ["V-Miner", ":", "using", "enhanced", "parallel", "coordinates", "to", "mine", "product", "design", "and", "test", "data", "Analyzing", "data", "to", "find", "trends", ",", "correlations", ",", "and", "stable", "patterns", "is", "an", "important", "task", "in", "many", "industrial", "applications", ".", "This", "paper", "proposes", "a", "new", "technique", "based", "on", "parallel", "coordinate", "visualization", ".", "Previous", "work", "on", "parallel", "coordinate", "methods", "has", "shown", "that", "they", "are", "effective", "only", "when", "variables", "that", "are", "correlated", "and\\/or", "show", "similar", "patterns", "are", "displayed", "adjacently", ".", "Although", "current", "parallel", "coordinate", "tools", "allow", "the", "user", "to", "manually", "rearrange", "the", "order", "of", "variables", ",", "this", "process", "is", "very", "time-consuming", "when", "the", "number", "of", "variables", "is", "large", ".", "Automated", "assistance", "is", "required", ".", "This", "paper", "introduces", "an", "edit-distance", "based", "technique", "to", "rearrange", "variables", "so", "that", "interesting", "change", "patterns", "can", "be", "easily", "detected", "visually", ".", "The", "Visual", "Miner", "(", "V-Miner", ")", "software", "includes", "both", "automated", "methods", "for", "visualizing", "common", "patterns", "and", "a", "query", "tool", "that", "enables", "the", "user", "to", "describe", "specific", "target", "patterns", "to", "be", "mined", "or", "displayed", "by", "the", "system", ".", "In", "addition", ",", "the", "system", "can", "filter", "data", "according", "to", "rules", "sets", "imported", "from", "other", "data", "mining", "tools", ".", "This", "feature", "was", "found", "very", "helpful", "in", "practice", ",", "because", "it", "enables", "decision", "makers", "to", "visually", "identify", "interesting", "rules", "and", "data", "segments", "for", "further", "analysis", "or", "data", "mining", ".", "This", "paper", "begins", "with", "an", "introduction", "to", "the", "proposed", "techniques", "and", "the", "V-Miner", "system", ".", "Next", ",", "a", "case", "study", "illustrates", "how", "V-Miner", "has", "been", "used", "at", "Motorola", "to", "guide", "product", "design", "and", "test", "decisions", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["change patterns", "parallel coordinate visualization", "rules"], "abstractive_keyphrases": [], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "6594120", "document": ["1-dimensional", "splines", "as", "building", "blocks", "for", "improving", "accuracy", "of", "risk", "outcomes", "models", "Transformation", "of", "both", "the", "response", "variable", "and", "the", "predictors", "is", "commonly", "used", "in", "fitting", "regression", "models", ".", "However", ",", "these", "transformation", "methods", "do", "not", "always", "provide", "the", "maximum", "linear", "correlation", "between", "the", "response", "variable", "and", "the", "predictors", ",", "especially", "when", "there", "are", "non-linear", "relationships", "between", "predictors", "and", "the", "response", "such", "as", "the", "medical", "data", "set", "used", "in", "this", "study", ".", "A", "spline", "based", "transformation", "method", "is", "proposed", "that", "is", "second", "order", "smooth", ",", "continuous", ",", "and", "minimizes", "the", "mean", "squared", "error", "between", "the", "response", "and", "each", "predictor", ".", "Since", "the", "computation", "time", "for", "generating", "this", "spline", "is", "O", "(", "n", ")", ",", "the", "processing", "time", "is", "reasonable", "with", "massive", "data", "sets", ".", "In", "contrast", "to", "cubic", "smoothing", "splines", ",", "the", "resulting", "transformation", "equations", "also", "display", "a", "high", "level", "of", "efficiency", "for", "scoring", ".", "Data", "used", "for", "predicting", "health", "outcomes", "contains", "an", "abundance", "of", "non-linear", "relationships", "between", "predictors", "and", "the", "outcomes", "requiring", "an", "algorithm", "for", "modeling", "them", "accurately", ".", "Thus", ",", "a", "transformation", "that", "fits", "an", "adaptive", "cubic", "spline", "to", "each", "of", "a", "set", "of", "variables", "is", "proposed", ".", "These", "curves", "are", "used", "as", "a", "set", "of", "transformation", "functions", "on", "the", "predictors", ".", "A", "case", "study", "of", "how", "the", "transformed", "variables", "can", "be", "fed", "into", "a", "simple", "linear", "regression", "model", "to", "predict", "risk", "outcomes", "is", "presented", ".", "The", "results", "show", "significant", "improvement", "over", "the", "performance", "of", "the", "original", "variables", "in", "both", "linear", "and", "non-linear", "models", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["adaptive", "outcomes", "risk", "spline"], "abstractive_keyphrases": ["data mining", "learning", "linear model", "prediction", "variable transformation"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "839336", "document": ["Distributed", "data", "mining", "in", "a", "chain", "store", "database", "of", "short", "transactions", "In", "this", "paper", ",", "we", "broaden", "the", "horizon", "of", "traditional", "rule", "mining", "by", "introducing", "a", "new", "framework", "of", "causality", "rule", "mining", "in", "a", "distributed", "chain", "store", "database", ".", "Specifically", ",", "the", "causality", "rule", "explored", "in", "this", "paper", "consists", "of", "a", "sequence", "of", "triggering", "events", "and", "a", "set", "of", "consequential", "events", ",", "and", "is", "designed", "with", "the", "capability", "of", "mining", "non-sequential", ",", "inter-transaction", "information", ".", "Hence", ",", "the", "causality", "rule", "mining", "provides", "a", "very", "general", "framework", "for", "rule", "derivation", ".", "Note", ",", "however", ",", "that", "the", "procedure", "of", "causality", "rule", "mining", "is", "very", "costly", "particularly", "in", "the", "presence", "of", "a", "huge", "number", "of", "candidate", "sets", "and", "a", "distributed", "database", ",", "and", "in", "our", "opinion", ",", "can", "not", "be", "dealt", "with", "by", "direct", "extensions", "from", "existing", "rule", "mining", "methods", ".", "Consequently", ",", "we", "devise", "in", "this", "paper", "a", "series", "of", "level", "matching", "algorithms", ",", "including", "Level", "Matching", "(", "abbreviatedly", "as", "LM", ")", ",", "Level", "Matching", "with", "Selective", "Scan", "(", "abbreviatedly", "as", "LMS", ")", ",", "and", "Distributed", "Level", "Matching", "(", "abbreviatedly", "as", "Distibuted", "LM", ")", ",", "to", "minimize", "the", "computing", "cost", "needed", "for", "the", "distributed", "data", "mining", "of", "causality", "rules", ".", "In", "addition", ",", "the", "phenomena", "of", "time", "window", "constraints", "are", "also", "taken", "into", "consideration", "for", "the", "development", "of", "our", "algorithms", ".", "As", "a", "result", "of", "properly", "employing", "the", "technologies", "of", "level", "matching", "and", "selective", "scan", ",", "the", "proposed", "algorithms", "present", "good", "efficiency", "and", "scalability", "in", "the", "mining", "of", "local", "and", "global", "causality", "rules", ".", "Scale-up", "experiments", "show", "that", "the", "proposed", "algorithms", "scale", "well", "with", "the", "number", "of", "sites", "and", "the", "number", "of", "customer", "transactions", ".", "Index", "Terms", ":", "knowledge", "discovery", ",", "distributed", "data", "mining", "causality", "rules", ",", "triggering", "events", ",", "consequential", "events"], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": [], "abstractive_keyphrases": ["deduction", "number-theoretic computations", "representations"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "231724", "document": ["Adversarial", "classification", "Essentially", "all", "data", "mining", "algorithms", "assume", "that", "the", "data-generating", "process", "is", "independent", "of", "the", "data", "miner", "'s", "activities", ".", "However", ",", "in", "many", "domains", ",", "including", "spam", "detection", ",", "intrusion", "detection", ",", "fraud", "detection", ",", "surveillance", "and", "counter-terrorism", ",", "this", "is", "far", "from", "the", "case", ":", "the", "data", "is", "actively", "manipulated", "by", "an", "adversary", "seeking", "to", "make", "the", "classifier", "produce", "false", "negatives", ".", "In", "these", "domains", ",", "the", "performance", "of", "a", "classifier", "can", "degrade", "rapidly", "after", "it", "is", "deployed", ",", "as", "the", "adversary", "learns", "to", "defeat", "it", ".", "Currently", "the", "only", "solution", "to", "this", "is", "repeated", ",", "manual", ",", "ad", "hoc", "reconstruction", "of", "the", "classifier", ".", "In", "this", "paper", "we", "develop", "a", "formal", "framework", "and", "algorithms", "for", "this", "problem", ".", "We", "view", "classification", "as", "a", "game", "between", "the", "classifier", "and", "the", "adversary", ",", "and", "produce", "a", "classifier", "that", "is", "optimal", "given", "the", "adversary", "'s", "optimal", "strategy", ".", "Experiments", "in", "a", "spam", "detection", "domain", "show", "that", "this", "approach", "can", "greatly", "outperform", "a", "classifier", "learned", "in", "the", "standard", "way", ",", "and", "(", "within", "the", "parameters", "of", "the", "problem", ")", "automatically", "adapt", "the", "classifier", "to", "the", "adversary", "'s", "evolving", "manipulations", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["spam detection"], "abstractive_keyphrases": ["cost-sensitive learning", "game theory", "integer linear programming", "naive bayes"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "657734", "document": ["GPCA", ":", "an", "efficient", "dimension", "reduction", "scheme", "for", "image", "compression", "and", "retrieval", "Recent", "years", "have", "witnessed", "a", "dramatic", "increase", "in", "the", "quantity", "of", "image", "data", "collected", ",", "due", "to", "advances", "in", "fields", "such", "as", "medical", "imaging", ",", "reconnaissance", ",", "surveillance", ",", "astronomy", ",", "multimedia", "etc.", ".", "With", "this", "increase", "has", "come", "the", "need", "to", "be", "able", "to", "store", ",", "transmit", ",", "and", "query", "large", "volumes", "of", "image", "data", "efficiently", ".", "A", "common", "operation", "on", "image", "databases", "is", "the", "retrieval", "of", "all", "images", "that", "are", "similar", "to", "a", "query", "image", ".", "For", "this", ",", "the", "images", "in", "the", "database", "are", "often", "represented", "as", "vectors", "in", "a", "high-dimensional", "space", "and", "a", "query", "is", "answered", "by", "retrieving", "all", "image", "vectors", "that", "are", "proximal", "to", "the", "query", "image", "in", "this", "space", ",", "under", "a", "suitable", "similarity", "metric", ".", "To", "overcome", "problems", "associated", "with", "high", "dimensionality", ",", "such", "as", "high", "storage", "and", "retrieval", "times", ",", "a", "dimension", "reduction", "step", "is", "usually", "applied", "to", "the", "vectors", "to", "concentrate", "relevant", "information", "in", "a", "small", "number", "of", "dimensions", ".", "Principal", "Component", "Analysis", "(", "PCA", ")", "is", "a", "well-known", "dimension", "reduction", "scheme", ".", "However", ",", "since", "it", "works", "with", "vectorized", "representations", "of", "images", ",", "PCA", "does", "not", "take", "into", "account", "the", "spatial", "locality", "of", "pixels", "in", "images", ".", "In", "this", "paper", ",", "a", "new", "dimension", "reduction", "scheme", ",", "called", "Generalized", "Principal", "Component", "Analysis", "(", "GPCA", ")", ",", "is", "presented", ".", "This", "scheme", "works", "directly", "with", "images", "in", "their", "native", "state", ",", "as", "two-dimensional", "matrices", ",", "by", "projecting", "the", "images", "to", "a", "vector", "space", "that", "is", "the", "tensor", "product", "of", "two", "lower-dimensional", "vector", "spaces", ".", "Experiments", "on", "databases", "of", "face", "images", "show", "that", ",", "for", "the", "same", "amount", "of", "storage", ",", "GPCA", "is", "superior", "to", "PCA", "in", "terms", "of", "quality", "of", "the", "compressed", "images", ",", "query", "precision", ",", "and", "computational", "cost", "."], "doc_bio_tags": ["O", "O", "O", "O", "B", "I", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "I", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "B", "I", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["dimension reduction", "image compression", "principal component analysis", "tensor product", "vector space"], "abstractive_keyphrases": ["information search and retrieval", "singular value decomposition"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "4056131", "document": ["Improved", "robustness", "of", "signature-based", "near-replica", "detection", "via", "lexicon", "randomization", "Detection", "of", "near", "duplicate", "documents", "is", "an", "important", "problem", "in", "many", "data", "mining", "and", "information", "filtering", "applications", ".", "When", "faced", "with", "massive", "quantities", "of", "data", ",", "traditional", "duplicate", "detection", "techniques", "relying", "on", "direct", "inter-document", "similarity", "computation", "(", "e.g.", ",", "using", "the", "cosine", "measure", ")", "are", "often", "not", "feasible", "given", "the", "time", "and", "memory", "performance", "constraints", ".", "On", "the", "other", "hand", ",", "fingerprint-based", "methods", ",", "such", "as", "I-Match", ",", "are", "very", "attractive", "computationally", "but", "may", "be", "brittle", "with", "respect", "to", "small", "changes", "to", "document", "content", ".", "We", "focus", "on", "approaches", "to", "near-replica", "detection", "that", "are", "based", "upon", "large-collection", "statistics", "and", "present", "a", "general", "technique", "of", "increasing", "their", "robustness", "via", "multiple", "lexicon", "randomization", ".", "In", "experiments", "with", "large", "web-page", "and", "spam-email", "datasets", "the", "proposed", "method", "is", "shown", "to", "consistently", "outperform", "traditional", "I-Match", ",", "with", "the", "relative", "improvement", "in", "duplicate-document", "recall", "reaching", "as", "high", "as", "40-60", "%", ".", "The", "large", "gains", "in", "detection", "accuracy", "are", "offset", "by", "only", "small", "increases", "in", "computational", "requirements", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": [], "abstractive_keyphrases": ["data cleaning", "deduplication", "spam filtering", "web mining"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "1123415", "document": ["Evolutionary", "clustering", "We", "consider", "the", "problem", "of", "clustering", "data", "over", "time", ".", "An", "evolutionary", "clustering", "should", "simultaneously", "optimize", "two", "potentially", "conflicting", "criteria", ":", "first", ",", "the", "clustering", "at", "any", "point", "in", "time", "should", "remain", "faithful", "to", "the", "current", "data", "as", "much", "as", "possible", ";", "and", "second", ",", "the", "clustering", "should", "not", "shift", "dramatically", "from", "one", "timestep", "to", "the", "next", ".", "We", "present", "a", "generic", "framework", "for", "this", "problem", ",", "and", "discuss", "evolutionary", "versions", "of", "two", "widely-used", "clustering", "algorithms", "within", "this", "framework", ":", "k-means", "and", "agglomerative", "hierarchical", "clustering", ".", "We", "extensively", "evaluate", "these", "algorithms", "on", "real", "data", "sets", "and", "show", "that", "our", "algorithms", "can", "simultaneously", "attain", "both", "high", "accuracy", "in", "capturing", "today", "'s", "data", ",", "and", "high", "fidelity", "in", "reflecting", "yesterday", "'s", "clustering", "."], "doc_bio_tags": ["O", "B", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "B", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O"], "extractive_keyphrases": ["agglomerative", "clustering"], "abstractive_keyphrases": ["information search and retrieval", "k-means", "temporal evolution"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "6856142", "document": ["An", "iterative", "method", "for", "multi-class", "cost-sensitive", "learning", "Cost-sensitive", "learning", "addresses", "the", "issue", "of", "classification", "in", "the", "presence", "of", "varying", "costs", "associated", "with", "different", "types", "of", "misclassification", ".", "In", "this", "paper", ",", "we", "present", "a", "method", "for", "solving", "multi-class", "cost-sensitive", "learning", "problems", "using", "any", "binary", "classification", "algorithm", ".", "This", "algorithm", "is", "derived", "using", "hree", "key", "ideas", ":", "1", ")", "iterative", "weighting", ";", "2", ")", "expanding", "data", "space", ";", "and", "3", ")", "gradient", "boosting", "with", "stochastic", "ensembles", ".", "We", "establish", "some", "theoretical", "guarantees", "concerning", "the", "performance", "of", "this", "method", ".", "In", "particular", ",", "we", "show", "that", "a", "certain", "variant", "possesses", "the", "boosting", "property", ",", "given", "a", "form", "of", "weak", "learning", "assumption", "on", "the", "component", "binary", "classifier", ".", "We", "also", "empirically", "evaluate", "the", "performance", "of", "the", "proposed", "method", "using", "benchmark", "data", "sets", "and", "verify", "that", "our", "method", "generally", "achieves", "better", "results", "than", "representative", "methods", "for", "cost-sensitive", "learning", ",", "in", "terms", "of", "predictive", "performance", "(", "cost", "minimization", ")", "and", ",", "in", "many", "cases", ",", "computational", "efficiency", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "B", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["boosting", "learning"], "abstractive_keyphrases": ["cost-sensitive learning", "multi-class classification"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "4178805", "document": ["Dimension", "induced", "clustering", "It", "is", "commonly", "assumed", "that", "high-dimensional", "datasets", "contain", "points", "most", "of", "which", "are", "located", "in", "low-dimensional", "manifolds", ".", "Detection", "of", "low-dimensional", "clusters", "is", "an", "extremely", "useful", "task", "for", "performing", "operations", "such", "as", "clustering", "and", "classification", ",", "however", ",", "it", "is", "a", "challenging", "computational", "problem", ".", "In", "this", "paper", "we", "study", "the", "problem", "of", "finding", "subsets", "of", "points", "with", "low", "intrinsic", "dimensionality", ".", "Our", "main", "contribution", "is", "to", "extend", "the", "definition", "of", "fractal", "correlation", "dimension", ",", "which", "measures", "average", "volume", "growth", "rate", ",", "in", "order", "to", "estimate", "the", "intrinsic", "dimensionality", "of", "the", "data", "in", "local", "neighborhoods", ".", "We", "provide", "a", "careful", "analysis", "of", "several", "key", "examples", "in", "order", "to", "demonstrate", "the", "properties", "of", "our", "measure", ".", "Based", "on", "our", "proposed", "measure", ",", "we", "introduce", "a", "novel", "approach", "to", "discover", "clusters", "with", "low", "dimensionality", ".", "The", "resulting", "algorithms", "extend", "previous", "density", "based", "measures", ",", "which", "have", "been", "successfully", "used", "for", "clustering", ".", "We", "demonstrate", "the", "effectiveness", "of", "our", "algorithms", "for", "discovering", "low-dimensional", "m-flats", "embedded", "in", "high", "dimensional", "spaces", ",", "and", "for", "detecting", "low-rank", "sub-matrices", "."], "doc_bio_tags": ["O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["clustering"], "abstractive_keyphrases": ["fractal dimension", "miscellaneous"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "9621509", "document": ["Efficiently", "learning", "the", "accuracy", "of", "labeling", "sources", "for", "selective", "sampling", "Many", "scalable", "data", "mining", "tasks", "rely", "on", "active", "learning", "to", "provide", "the", "most", "useful", "accurately", "labeled", "instances", ".", "However", ",", "what", "if", "there", "are", "multiple", "labeling", "sources", "(", "`", "oracles", "'", "or", "`", "experts", "'", ")", "with", "different", "but", "unknown", "reliabilities", "?", "With", "the", "recent", "advent", "of", "inexpensive", "and", "scalable", "online", "annotation", "tools", ",", "such", "as", "Amazon", "'s", "Mechanical", "Turk", ",", "the", "labeling", "process", "has", "become", "more", "vulnerable", "to", "noise", "-", "and", "without", "prior", "knowledge", "of", "the", "accuracy", "of", "each", "individual", "labeler", ".", "This", "paper", "addresses", "exactly", "such", "a", "challenge", ":", "how", "to", "jointly", "learn", "the", "accuracy", "of", "labeling", "sources", "and", "obtain", "the", "most", "informative", "labels", "for", "the", "active", "learning", "task", "at", "hand", "minimizing", "total", "labeling", "effort", ".", "More", "specifically", ",", "we", "present", "IEThresh", "(", "Interval", "Estimate", "Threshold", ")", "as", "a", "strategy", "to", "intelligently", "select", "the", "expert", "(", "s", ")", "with", "the", "highest", "estimated", "labeling", "accuracy", ".", "IEThresh", "estimates", "a", "confidence", "interval", "for", "the", "reliability", "of", "each", "expert", "and", "filters", "out", "the", "one", "(", "s", ")", "whose", "estimated", "upper-bound", "confidence", "interval", "is", "below", "a", "threshold", "-", "which", "jointly", "optimizes", "expected", "accuracy", "(", "mean", ")", "and", "need", "to", "better", "estimate", "the", "expert", "'s", "accuracy", "(", "variance", ")", ".", "Our", "framework", "is", "flexible", "enough", "to", "work", "with", "a", "wide", "range", "of", "different", "noise", "levels", "and", "outperforms", "baselines", "such", "as", "asking", "all", "available", "experts", "and", "random", "expert", "selection", ".", "In", "particular", ",", "IEThresh", "achieves", "a", "given", "level", "of", "accuracy", "with", "less", "than", "half", "the", "queries", "issued", "by", "all-experts", "labeling", "and", "less", "than", "a", "third", "the", "queries", "required", "by", "random", "expert", "selection", "on", "datasets", "such", "as", "the", "UCI", "mushroom", "one", ".", "The", "results", "show", "that", "our", "method", "naturally", "balances", "exploration", "and", "exploitation", "as", "it", "gains", "knowledge", "of", "which", "experts", "to", "rely", "upon", ",", "and", "selects", "them", "with", "increasing", "frequency", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["active learning"], "abstractive_keyphrases": ["estimation", "labeler selection", "noisy labelers"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "9060690", "document": ["Anomaly", "pattern", "detection", "in", "categorical", "datasets", "We", "propose", "a", "new", "method", "for", "detecting", "patterns", "of", "anomalies", "in", "categorical", "datasets", ".", "We", "assume", "that", "anomalies", "are", "generated", "by", "some", "underlying", "process", "which", "affects", "only", "a", "particular", "subset", "of", "the", "data", ".", "Our", "method", "consists", "of", "two", "steps", ":", "we", "first", "use", "a", "``", "local", "anomaly", "detector", "''", "to", "identify", "individual", "records", "with", "anomalous", "attribute", "values", ",", "and", "then", "detect", "patterns", "where", "the", "number", "of", "anomalous", "records", "is", "higher", "than", "expected", ".", "Given", "the", "set", "of", "anomalies", "flagged", "by", "the", "local", "anomaly", "detector", ",", "we", "search", "over", "all", "subsets", "of", "the", "data", "defined", "by", "any", "set", "of", "fixed", "values", "of", "a", "subset", "of", "the", "attributes", ",", "in", "order", "to", "detect", "self-similar", "patterns", "of", "anomalies", ".", "We", "wish", "to", "detect", "any", "such", "subset", "of", "the", "test", "data", "which", "displays", "a", "significant", "increase", "in", "anomalous", "activity", "as", "compared", "to", "the", "normal", "behavior", "of", "the", "system", "(", "as", "indicated", "by", "the", "training", "data", ")", ".", "We", "perform", "significance", "testing", "to", "determine", "if", "the", "number", "of", "anomalies", "in", "any", "subset", "of", "the", "test", "data", "is", "significantly", "higher", "than", "expected", ",", "and", "propose", "an", "efficient", "algorithm", "to", "perform", "this", "test", "over", "all", "such", "subsets", "of", "the", "data", ".", "We", "show", "that", "this", "algorithm", "is", "able", "to", "accurately", "detect", "anomalous", "patterns", "in", "real-world", "hospital", ",", "container", "shipping", "and", "network", "intrusion", "data", "."], "doc_bio_tags": ["O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["pattern detection"], "abstractive_keyphrases": ["anomaly detection", "machine learning"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "27107", "document": ["Probabilistic", "modeling", "of", "transaction", "data", "with", "applications", "to", "profiling", ",", "visualization", ",", "and", "prediction", "Transaction", "data", "is", "ubiquitous", "in", "data", "mining", "applications", ".", "Examples", "include", "market", "basket", "data", "in", "retail", "commerce", ",", "telephone", "call", "records", "in", "telecommunications", ",", "and", "Web", "logs", "of", "individual", "page-requests", "at", "Web", "sites", ".", "Profiling", "consists", "of", "using", "historical", "transaction", "data", "on", "individuals", "to", "construct", "a", "model", "of", "each", "individual", "'s", "behavior", ".", "Simple", "profiling", "techniques", "such", "as", "histograms", "do", "not", "generalize", "well", "from", "sparse", "transaction", "data", ".", "In", "this", "paper", "we", "investigate", "the", "application", "of", "probabilistic", "mixture", "models", "to", "automatically", "generate", "profiles", "from", "large", "volumes", "of", "transaction", "data", ".", "In", "effect", ",", "the", "mixture", "model", "represents", "each", "individual", "'s", "behavior", "as", "a", "linear", "combination", "of", "``", "basis", "transactions", ".", "''", "We", "evaluate", "several", "variations", "of", "the", "model", "on", "a", "large", "retail", "transaction", "data", "set", "and", "show", "that", "the", "proposed", "model", "provides", "improved", "predictive", "power", "over", "simpler", "histogram-based", "techniques", ",", "as", "well", "as", "being", "relatively", "scalable", ",", "interpretable", ",", "and", "flexible", ".", "In", "addition", "we", "point", "to", "applications", "in", "outlier", "detection", ",", "customer", "ranking", ",", "interactive", "visualization", ",", "and", "so", "forth", ".", "The", "paper", "concludes", "by", "comparing", "and", "relating", "the", "proposed", "framework", "to", "other", "transaction-data", "modeling", "techniques", "such", "as", "association", "rules", "."], "doc_bio_tags": ["O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "B", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["mixture models", "profiles", "transaction data"], "abstractive_keyphrases": ["electronic commerce", "em algorithm", "types of simulation"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "11546904", "document": ["Mining", "advisor-advisee", "relationships", "from", "research", "publication", "networks", "Information", "network", "contains", "abundant", "knowledge", "about", "relationships", "among", "people", "or", "entities", ".", "Unfortunately", ",", "such", "kind", "of", "knowledge", "is", "often", "hidden", "in", "a", "network", "where", "different", "kinds", "of", "relationships", "are", "not", "explicitly", "categorized", ".", "For", "example", ",", "in", "a", "research", "publication", "network", ",", "the", "advisor-advisee", "relationships", "among", "researchers", "are", "hidden", "in", "the", "coauthor", "network", ".", "Discovery", "of", "those", "relationships", "can", "benefit", "many", "interesting", "applications", "such", "as", "expert", "finding", "and", "research", "community", "analysis", ".", "In", "this", "paper", ",", "we", "take", "a", "computer", "science", "bibliographic", "network", "as", "an", "example", ",", "to", "analyze", "the", "roles", "of", "authors", "and", "to", "discover", "the", "likely", "advisor-advisee", "relationships", ".", "In", "particular", ",", "we", "propose", "a", "time-constrained", "probabilistic", "factor", "graph", "model", "(", "TPFG", ")", ",", "which", "takes", "a", "research", "publication", "network", "as", "input", "and", "models", "the", "advisor-advisee", "relationship", "mining", "problem", "using", "a", "jointly", "likelihood", "objective", "function", ".", "We", "further", "design", "an", "efficient", "learning", "algorithm", "to", "optimize", "the", "objective", "function", ".", "Based", "on", "that", "our", "model", "suggests", "and", "ranks", "probable", "advisors", "for", "every", "author", ".", "Experimental", "results", "show", "that", "the", "proposed", "approach", "infer", "advisor-advisee", "relationships", "efficiently", "and", "achieves", "a", "state-of-the-art", "accuracy", "(", "80-90", "%", ")", ".", "We", "also", "apply", "the", "discovered", "advisor-advisee", "relationships", "to", "bole", "search", ",", "a", "specific", "expert", "finding", "task", "and", "empirical", "study", "shows", "that", "the", "search", "performance", "can", "be", "effectively", "improved", "(", "+4.09", "%", "by", "NDCG@5", ")", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["coauthor network", "relationship mining"], "abstractive_keyphrases": ["advisor-advisee prediction", "time-constrained factor graph"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "76938", "document": ["MARK", ":", "a", "boosting", "algorithm", "for", "heterogeneous", "kernel", "models", "Support", "Vector", "Machines", "and", "other", "kernel", "methods", "have", "proven", "to", "be", "very", "effective", "for", "nonlinear", "inference", ".", "Practical", "issues", "are", "how", "to", "select", "the", "type", "of", "kernel", "including", "any", "parameters", "and", "how", "to", "deal", "with", "the", "computational", "issues", "caused", "by", "the", "fact", "that", "the", "kernel", "matrix", "grows", "quadratically", "with", "the", "data", ".", "Inspired", "by", "ensemble", "and", "boosting", "methods", "like", "MART", ",", "we", "propose", "the", "Multiple", "Additive", "Regression", "Kernels", "(", "MARK", ")", "algorithm", "to", "address", "these", "issues", ".", "MARK", "considers", "a", "large", "(", "potentially", "infinite", ")", "library", "of", "kernel", "matrices", "formed", "by", "different", "kernel", "functions", "and", "parameters", ".", "Using", "gradient", "boosting\\/column", "generation", ",", "MARK", "constructs", "columns", "of", "the", "heterogeneous", "kernel", "matrix", "(", "the", "base", "hypotheses", ")", "on", "the", "fly", "and", "then", "adds", "them", "into", "the", "kernel", "ensemble", ".", "Regularization", "methods", "such", "as", "used", "in", "SVM", ",", "kernel", "ridge", "regression", ",", "and", "MART", ",", "are", "used", "to", "prevent", "overfitting", ".", "We", "investigate", "how", "MARK", "is", "applied", "to", "heterogeneous", "kernel", "ridge", "regression", ".", "The", "resulting", "algorithm", "is", "simple", "to", "implement", "and", "efficient", ".", "Kernel", "parameter", "selection", "is", "handled", "within", "MARK", ".", "Sampling", "and", "``", "weak", "''", "kernels", "are", "used", "to", "further", "enhance", "the", "computational", "efficiency", "of", "the", "resulting", "additive", "algorithm", ".", "The", "user", "can", "incorporate", "and", "potentially", "extract", "domain", "knowledge", "by", "restricting", "the", "kernel", "library", "to", "interpretable", "kernels", ".", "MARK", "compares", "very", "favorably", "with", "SVM", "and", "kernel", "ridge", "regression", "on", "several", "benchmark", "datasets", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": [], "abstractive_keyphrases": ["probabilistic algorithms"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "4186146", "document": ["Scalable", "mining", "of", "large", "disk-based", "graph", "databases", "Mining", "frequent", "structural", "patterns", "from", "graph", "databases", "is", "an", "interesting", "problem", "with", "broad", "applications", ".", "Most", "of", "the", "previous", "studies", "focus", "on", "pruning", "unfruitful", "search", "subspaces", "effectively", ",", "but", "few", "of", "them", "address", "the", "mining", "on", "large", ",", "disk-based", "databases", ".", "As", "many", "graph", "databases", "in", "applications", "can", "not", "be", "held", "into", "main", "memory", ",", "scalable", "mining", "of", "large", ",", "disk-based", "graph", "databases", "remains", "a", "challenging", "problem", ".", "In", "this", "paper", ",", "we", "develop", "an", "effective", "index", "structure", ",", "ADI", "(", "for", "(", "u", ")", "ad", "(", "\\/", "u", ")", "jacency", "(", "u", ")", "i", "(", "\\/", "u", ")", "ndex", ")", ",", "to", "support", "mining", "various", "graph", "patterns", "over", "large", "databases", "that", "can", "not", "be", "held", "into", "main", "memory", ".", "The", "index", "is", "simple", "and", "efficient", "to", "build", ".", "Moreover", ",", "the", "new", "index", "structure", "can", "be", "easily", "adopted", "in", "various", "existing", "graph", "pattern", "mining", "algorithms", ".", "As", "an", "example", ",", "we", "adapt", "the", "well-known", "gSpan", "algorithm", "by", "using", "the", "ADI", "structure", ".", "The", "experimental", "results", "show", "that", "the", "new", "index", "structure", "enables", "the", "scalable", "graph", "pattern", "mining", "over", "large", "databases", ".", "In", "one", "set", "of", "the", "experiments", ",", "the", "new", "disk-based", "method", "can", "mine", "graph", "databases", "with", "one", "million", "graphs", ",", "while", "the", "original", "gSpan", "algorithm", "can", "only", "handle", "databases", "of", "up", "to", "300", "thousand", "graphs", ".", "Moreover", ",", "our", "new", "method", "is", "faster", "than", "gSpan", "when", "both", "can", "run", "in", "main", "memory", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["index"], "abstractive_keyphrases": ["frequent graph pattern", "graph database", "graph mining"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "7176671", "document": ["Information", "extraction", "from", "Wikipedia", ":", "moving", "down", "the", "long", "tail", "Not", "only", "is", "Wikipedia", "a", "comprehensive", "source", "of", "quality", "information", ",", "it", "has", "several", "kinds", "of", "internal", "structure", "(", "e.g.", ",", "relational", "summaries", "known", "as", "infoboxes", ")", ",", "which", "enable", "self-supervised", "information", "extraction", ".", "While", "previous", "efforts", "at", "extraction", "from", "Wikipedia", "achieve", "high", "precision", "and", "recall", "on", "well-populated", "classes", "of", "articles", ",", "they", "fail", "in", "a", "larger", "number", "of", "cases", ",", "largely", "because", "incomplete", "articles", "and", "infrequent", "use", "of", "infoboxes", "lead", "to", "insufficient", "training", "data", ".", "This", "paper", "presents", "three", "novel", "techniques", "for", "increasing", "recall", "from", "Wikipedia", "'s", "long", "tail", "of", "sparse", "classes", ":", "(", "1", ")", "shrinkage", "over", "an", "automatically-learned", "subsumption", "taxonomy", ",", "(", "2", ")", "a", "retraining", "technique", "for", "improving", "the", "training", "data", ",", "and", "(", "3", ")", "supplementing", "results", "by", "extracting", "from", "the", "broader", "Web", ".", "Our", "experiments", "compare", "design", "variations", "and", "show", "that", ",", "used", "in", "concert", ",", "these", "techniques", "increase", "recall", "by", "a", "factor", "of", "1.76", "to", "8.71", "while", "maintaining", "or", "increasing", "precision", "."], "doc_bio_tags": ["B", "I", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["information extraction", "wikipedia"], "abstractive_keyphrases": ["information systems applications", "semantic web"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "532497", "document": ["Consistent", "bipartite", "graph", "co-partitioning", "for", "star-structured", "high-order", "heterogeneous", "data", "co-clustering", "Heterogeneous", "data", "co-clustering", "has", "attracted", "more", "and", "more", "attention", "in", "recent", "years", "due", "to", "its", "high", "impact", "on", "various", "applications", ".", "While", "the", "co-clustering", "algorithms", "for", "two", "types", "of", "heterogeneous", "data", "(", "denoted", "by", "pair-wise", "co-clustering", ")", ",", "such", "as", "documents", "and", "terms", ",", "have", "been", "well", "studied", "in", "the", "literature", ",", "the", "work", "on", "more", "types", "of", "heterogeneous", "data", "(", "denoted", "by", "high-order", "co-clustering", ")", "is", "still", "very", "limited", ".", "As", "an", "attempt", "in", "this", "direction", ",", "in", "this", "paper", ",", "we", "worked", "on", "a", "specific", "case", "of", "high-order", "co-clustering", "in", "which", "there", "is", "a", "central", "type", "of", "objects", "that", "connects", "the", "other", "types", "so", "as", "to", "form", "a", "star", "structure", "of", "the", "inter-relationships", ".", "Actually", ",", "this", "case", "could", "be", "a", "very", "good", "abstract", "for", "many", "real-world", "applications", ",", "such", "as", "the", "co-clustering", "of", "categories", ",", "documents", "and", "terms", "in", "text", "mining", ".", "In", "our", "philosophy", ",", "we", "treated", "such", "kind", "of", "problems", "as", "the", "fusion", "of", "multiple", "pair-wise", "co-clustering", "sub-problems", "with", "the", "constraint", "of", "the", "star", "structure", ".", "Accordingly", ",", "we", "proposed", "the", "concept", "of", "consistent", "bipartite", "graph", "co-partitioning", ",", "and", "developed", "an", "algorithm", "based", "on", "semi-definite", "programming", "(", "SDP", ")", "for", "efficient", "computation", "of", "the", "clustering", "results", ".", "Experiments", "on", "toy", "problems", "and", "real", "data", "both", "verified", "the", "effectiveness", "of", "our", "proposed", "method", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": [], "abstractive_keyphrases": ["co-clustering", "consistency", "high-order heterogeneous data", "spectral graph"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "329505", "document": ["Mining", "quantitative", "correlated", "patterns", "using", "an", "information-theoretic", "approach", "Existing", "research", "on", "mining", "quantitative", "databases", "mainly", "focuses", "on", "mining", "associations", ".", "However", ",", "mining", "associations", "is", "too", "expensive", "to", "be", "practical", "in", "many", "cases", ".", "In", "this", "paper", ",", "we", "study", "mining", "correlations", "from", "quantitative", "databases", "and", "show", "that", "it", "is", "a", "more", "effective", "approach", "than", "mining", "associations", ".", "We", "propose", "a", "new", "notion", "of", "Quantitative", "Correlated", "Patterns", "(", "QCPs", ")", ",", "which", "is", "founded", "on", "two", "formal", "concepts", ",", "mutual", "information", "and", "all-confidence", ".", "We", "first", "devise", "a", "normalization", "on", "mutual", "information", "and", "apply", "it", "to", "QCP", "mining", "to", "capture", "the", "dependency", "between", "the", "attributes", ".", "We", "further", "adopt", "all-confidence", "as", "a", "quality", "measure", "to", "control", ",", "at", "a", "finer", "granularity", ",", "the", "dependency", "between", "the", "attributes", "with", "specific", "quantitative", "intervals", ".", "We", "also", "propose", "a", "supervised", "method", "to", "combine", "the", "consecutive", "intervals", "of", "the", "quantitative", "attributes", "based", "on", "mutual", "information", ",", "such", "that", "the", "interval", "combining", "is", "guided", "by", "the", "dependency", "between", "the", "attributes", ".", "We", "develop", "an", "algorithm", ",", "QCoMine", ",", "to", "efficiently", "mine", "QCPs", "by", "utilizing", "normalized", "mutual", "information", "and", "all-confidence", "to", "perform", "a", "two-level", "pruning", ".", "Our", "experiments", "verify", "the", "efficiency", "of", "QCoMine", "and", "the", "quality", "of", "the", "QCPs", "."], "doc_bio_tags": ["O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["correlated patterns", "mutual information", "quantitative databases"], "abstractive_keyphrases": ["information-theoretic approach"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "280213", "document": ["The", "UCI", "KDD", "archive", "of", "large", "data", "sets", "for", "data", "mining", "research", "and", "experimentation"], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": [], "abstractive_keyphrases": ["data archive"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "9194903", "document": ["Combinational", "collaborative", "filtering", "for", "personalized", "community", "recommendation", "Rapid", "growth", "in", "the", "amount", "of", "data", "available", "on", "social", "networking", "sites", "has", "made", "information", "retrieval", "increasingly", "challenging", "for", "users", ".", "In", "this", "paper", ",", "we", "propose", "a", "collaborative", "filtering", "method", ",", "Combinational", "Collaborative", "Filtering", "(", "CCF", ")", ",", "to", "perform", "personalized", "community", "recommendations", "by", "considering", "multiple", "types", "of", "co-occurrences", "in", "social", "data", "at", "the", "same", "time", ".", "This", "filtering", "method", "fuses", "semantic", "and", "user", "information", ",", "then", "applies", "a", "hybrid", "training", "strategy", "that", "combines", "Gibbs", "sampling", "and", "Expectation-Maximization", "algorithm", ".", "To", "handle", "the", "large-scale", "dataset", ",", "parallel", "computing", "is", "used", "to", "speed", "up", "the", "model", "training", ".", "Through", "an", "empirical", "study", "on", "the", "Orkut", "dataset", ",", "we", "show", "CCF", "to", "be", "both", "effective", "and", "scalable", "."], "doc_bio_tags": ["O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["collaborative filtering"], "abstractive_keyphrases": ["miscellaneous", "personalized recommendation", "probabilistic models"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "10552565", "document": ["Beyond", "heuristics", ":", "learning", "to", "classify", "vulnerabilities", "and", "predict", "exploits", "The", "security", "demands", "on", "modern", "system", "administration", "are", "enormous", "and", "getting", "worse", ".", "Chief", "among", "these", "demands", ",", "administrators", "must", "monitor", "the", "continual", "ongoing", "disclosure", "of", "software", "vulnerabilities", "that", "have", "the", "potential", "to", "compromise", "their", "systems", "in", "some", "way", ".", "Such", "vulnerabilities", "include", "buffer", "overflow", "errors", ",", "improperly", "validated", "inputs", ",", "and", "other", "unanticipated", "attack", "modalities", ".", "In", "2008", ",", "over", "7,400", "new", "vulnerabilities", "were", "disclosed", "--", "well", "over", "100", "per", "week", ".", "While", "no", "enterprise", "is", "affected", "by", "all", "of", "these", "disclosures", ",", "administrators", "commonly", "face", "many", "outstanding", "vulnerabilities", "across", "the", "software", "systems", "they", "manage", ".", "Vulnerabilities", "can", "be", "addressed", "by", "patches", ",", "reconfigurations", ",", "and", "other", "workarounds", ";", "however", ",", "these", "actions", "may", "incur", "down-time", "or", "unforeseen", "side-effects", ".", "Thus", ",", "a", "key", "question", "for", "systems", "administrators", "is", "which", "vulnerabilities", "to", "prioritize", ".", "From", "publicly", "available", "databases", "that", "document", "past", "vulnerabilities", ",", "we", "show", "how", "to", "train", "classifiers", "that", "predict", "whether", "and", "how", "soon", "a", "vulnerability", "is", "likely", "to", "be", "exploited", ".", "As", "input", ",", "our", "classifiers", "operate", "on", "high", "dimensional", "feature", "vectors", "that", "we", "extract", "from", "the", "text", "fields", ",", "time", "stamps", ",", "cross", "references", ",", "and", "other", "entries", "in", "existing", "vulnerability", "disclosure", "reports", ".", "Compared", "to", "current", "industry-standard", "heuristics", "based", "on", "expert", "knowledge", "and", "static", "formulas", ",", "our", "classifiers", "predict", "much", "more", "accurately", "whether", "and", "how", "soon", "individual", "vulnerabilities", "are", "likely", "to", "be", "exploited", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "B", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["exploits", "vulnerabilities"], "abstractive_keyphrases": ["security and protection", "supervised learning", "svm"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "5097759", "document": ["Canonicalization", "of", "database", "records", "using", "adaptive", "similarity", "measures", "It", "is", "becoming", "increasingly", "common", "to", "construct", "databases", "from", "information", "automatically", "culled", "from", "many", "heterogeneous", "sources", ".", "For", "example", ",", "a", "research", "publication", "database", "can", "be", "constructed", "by", "automatically", "extracting", "titles", ",", "authors", ",", "and", "conference", "information", "from", "online", "papers", ".", "A", "common", "difficulty", "in", "consolidating", "data", "from", "multiple", "sources", "is", "that", "records", "are", "referenced", "in", "a", "variety", "of", "ways", "(", "e.g.", "abbreviations", ",", "aliases", ",", "and", "misspellings", ")", ".", "Therefore", ",", "it", "can", "be", "difficult", "to", "construct", "a", "single", ",", "standard", "representation", "to", "present", "to", "the", "user", ".", "We", "refer", "to", "the", "task", "of", "constructing", "this", "representation", "as", "canonicalization", ".", "Despite", "its", "importance", ",", "there", "is", "little", "existing", "work", "on", "canonicalization", ".", "In", "this", "paper", ",", "we", "explore", "the", "use", "of", "edit", "distance", "measures", "to", "construct", "a", "canonical", "representation", "that", "is", "``", "central", "''", "in", "the", "sense", "that", "it", "is", "most", "similar", "to", "each", "of", "the", "disparate", "records", ".", "This", "approach", "reduces", "the", "impact", "of", "noisy", "records", "on", "the", "canonical", "representation", ".", "Furthermore", ",", "because", "the", "user", "may", "prefer", "different", "styles", "of", "canonicalization", ",", "we", "show", "how", "different", "edit", "distance", "costs", "can", "result", "in", "different", "forms", "of", "canonicalization", ".", "For", "example", ",", "reducing", "the", "cost", "of", "character", "deletions", "can", "result", "in", "representations", "that", "favor", "abbreviated", "forms", "over", "expanded", "forms", "(", "e.g.", "KDD", "versus", "Conference", "on", "Knowledge", "Discovery", "and", "Data", "Mining", ")", ".", "We", "describe", "how", "to", "learn", "these", "costs", "from", "a", "small", "amount", "of", "manually", "annotated", "data", "using", "stochastic", "hill-climbing", ".", "Additionally", ",", "we", "investigate", "feature-based", "methods", "to", "learn", "ranking", "preferences", "over", "canonicalizations", ".", "These", "approaches", "can", "incorporate", "arbitrary", "textual", "evidence", "to", "select", "a", "canonical", "record", ".", "We", "evaluate", "our", "approach", "on", "a", "real-world", "publications", "database", "and", "show", "that", "our", "learning", "method", "results", "in", "a", "canonicalization", "solution", "that", "is", "robust", "to", "errors", "and", "easily", "customizable", "to", "user", "preferences", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": [], "abstractive_keyphrases": ["data cleaning", "information extraction"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "13833336", "document": ["On", "the", "privacy", "of", "anonymized", "networks", "The", "proliferation", "of", "online", "social", "networks", ",", "and", "the", "concomitant", "accumulation", "of", "user", "data", ",", "give", "rise", "to", "hotly", "debated", "issues", "of", "privacy", ",", "security", ",", "and", "control", ".", "One", "specific", "challenge", "is", "the", "sharing", "or", "public", "release", "of", "anonymized", "data", "without", "accidentally", "leaking", "personally", "identifiable", "information", "(", "PII", ")", ".", "Unfortunately", ",", "it", "is", "often", "difficult", "to", "ascertain", "that", "sophisticated", "statistical", "techniques", ",", "potentially", "employing", "additional", "external", "data", "sources", ",", "are", "unable", "to", "break", "anonymity", ".", "In", "this", "paper", ",", "we", "consider", "an", "instance", "of", "this", "problem", ",", "where", "the", "object", "of", "interest", "is", "the", "structure", "of", "a", "social", "network", ",", "i.e.", ",", "a", "graph", "describing", "users", "and", "their", "links", ".", "Recent", "work", "demonstrates", "that", "anonymizing", "node", "identities", "may", "not", "be", "sufficient", "to", "keep", "the", "network", "private", ":", "the", "availability", "of", "node", "and", "link", "data", "from", "another", "domain", ",", "which", "is", "correlated", "with", "the", "anonymized", "network", ",", "has", "been", "used", "to", "re-identify", "the", "anonymized", "nodes", ".", "This", "paper", "is", "about", "conditions", "under", "which", "such", "a", "de-anonymization", "process", "is", "possible", ".", "We", "attempt", "to", "shed", "light", "on", "the", "following", "question", ":", "can", "we", "assume", "that", "a", "sufficiently", "sparse", "network", "is", "inherently", "anonymous", ",", "in", "the", "sense", "that", "even", "with", "unlimited", "computational", "power", ",", "de-anonymization", "is", "impossible", "?", "Our", "approach", "is", "to", "introduce", "a", "random", "graph", "model", "for", "a", "version", "of", "the", "de-anonymization", "problem", ",", "which", "is", "parameterized", "by", "the", "expected", "node", "degree", "and", "a", "similarity", "parameter", "that", "controls", "the", "correlation", "between", "two", "graphs", "over", "the", "same", "vertex", "set", ".", "We", "find", "simple", "conditions", "on", "these", "parameters", "delineating", "the", "boundary", "of", "privacy", ",", "and", "show", "that", "the", "mean", "node", "degree", "need", "only", "grow", "slightly", "faster", "than", "log", "n", "with", "network", "size", "n", "for", "nodes", "to", "be", "identifiable", ".", "Our", "results", "have", "policy", "implications", "for", "sharing", "of", "anonymized", "network", "information", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["social networks"], "abstractive_keyphrases": ["de-anonymization", "general", "graph sampling", "network privacy", "random graphs"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "7297300", "document": ["Predicting", "customer", "shopping", "lists", "from", "point-of-sale", "purchase", "data", "This", "paper", "describes", "a", "prototype", "that", "predicts", "the", "shopping", "lists", "for", "customers", "in", "a", "retail", "store", ".", "The", "shopping", "list", "prediction", "is", "one", "aspect", "of", "a", "larger", "system", "we", "have", "developed", "for", "retailers", "to", "provide", "individual", "and", "personalized", "interactions", "with", "customers", "as", "they", "navigate", "through", "the", "retail", "store", ".", "Instead", "of", "using", "traditional", "personalization", "approaches", ",", "such", "as", "clustering", "or", "segmentation", ",", "we", "learn", "separate", "classifiers", "for", "each", "customer", "from", "historical", "transactional", "data", ".", "This", "allows", "us", "to", "make", "very", "fine-grained", "and", "accurate", "predictions", "about", "what", "items", "a", "particular", "individual", "customer", "will", "buy", "on", "a", "given", "shopping", "trip", ".", "We", "formally", "frame", "the", "shopping", "list", "prediction", "as", "a", "classification", "problem", ",", "describe", "the", "algorithms", "and", "methodology", "behind", "our", "system", ",", "its", "impact", "on", "the", "business", "case", "in", "which", "we", "frame", "it", ",", "and", "explore", "some", "of", "the", "properties", "of", "the", "data", "source", "that", "make", "it", "an", "interesting", "testbed", "for", "KDD", "algorithms", ".", "Our", "results", "show", "that", "we", "can", "predict", "a", "shopper", "'s", "shopping", "list", "with", "high", "levels", "of", "accuracy", ",", "precision", ",", "and", "recall", ".", "We", "believe", "that", "this", "work", "impacts", "both", "the", "data", "mining", "and", "the", "retail", "business", "community", ".", "The", "formulation", "of", "shopping", "list", "prediction", "as", "a", "machine", "learning", "problem", "results", "in", "algorithms", "that", "should", "be", "useful", "beyond", "retail", "shopping", "list", "prediction", ".", "For", "retailers", ",", "the", "result", "is", "not", "only", "a", "practical", "system", "that", "increases", "revenues", "by", "up", "to", "11", "%", ",", "but", "also", "enhances", "customer", "experience", "and", "loyalty", "by", "giving", "them", "the", "tools", "to", "individually", "interact", "with", "customers", "and", "anticipate", "their", "needs", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["classification", "machine learning"], "abstractive_keyphrases": ["applications", "pos data"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "6158185", "document": ["Mining", "progressive", "confident", "rules", "Many", "real", "world", "objects", "have", "states", "that", "change", "over", "time", ".", "By", "tracking", "the", "state", "sequences", "of", "these", "objects", ",", "we", "can", "study", "their", "behavior", "and", "take", "preventive", "measures", "before", "they", "reach", "some", "undesirable", "states", ".", "In", "this", "paper", ",", "we", "propose", "a", "new", "kind", "of", "pattern", "called", "progressive", "confident", "rules", "to", "describe", "sequences", "of", "states", "with", "an", "increasing", "confidence", "that", "lead", "to", "a", "particular", "end", "state", ".", "We", "give", "a", "formal", "definition", "of", "progressive", "confident", "rules", "and", "their", "concise", "set", ".", "We", "devise", "pruning", "strategies", "to", "reduce", "the", "enormous", "search", "space", ".", "Experiment", "result", "shows", "that", "the", "proposed", "algorithm", "is", "efficient", "and", "scalable", ".", "We", "also", "demonstrate", "the", "application", "of", "progressive", "confident", "rules", "in", "classification", "."], "doc_bio_tags": ["O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "B", "O"], "extractive_keyphrases": ["classification", "progressive confident"], "abstractive_keyphrases": ["sequence"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "565501", "document": ["Evolutionary", "algorithms", "in", "data", "mining", ":", "multi-objective", "performance", "modeling", "for", "direct", "marketing"], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": [], "abstractive_keyphrases": ["database marketing", "evolutionary computation", "multiple objectives", "pareto-optimal models"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "5629103", "document": ["A", "microeconomic", "data", "mining", "problem", ":", "customer-oriented", "catalog", "segmentation", "The", "microeconomic", "framework", "for", "data", "mining", "(", "7", ")", "assumes", "that", "an", "enterprise", "chooses", "a", "decision", "maximizing", "the", "overall", "utility", "over", "all", "customers", "where", "the", "contribution", "of", "a", "customer", "is", "a", "function", "of", "the", "data", "available", "on", "that", "customer", ".", "In", "Catalog", "Segmentation", ",", "the", "enterprise", "wants", "to", "design", "k", "product", "catalogs", "of", "size", "r", "that", "maximize", "the", "overall", "number", "of", "catalog", "products", "purchased", ".", "However", ",", "there", "are", "many", "applications", "where", "a", "customer", ",", "once", "attracted", "to", "an", "enterprise", ",", "would", "purchase", "more", "products", "beyond", "the", "ones", "contained", "in", "the", "catalog", ".", "Therefore", ",", "in", "this", "paper", ",", "we", "investigate", "an", "alternative", "problem", "formulation", ",", "that", "we", "call", "Customer-Oriented", "Catalog", "Segmentation", ",", "where", "the", "overall", "utility", "is", "measured", "by", "the", "number", "of", "customers", "that", "have", "at", "least", "a", "specified", "minimum", "interest", "t", "in", "the", "catalogs", ".", "We", "formally", "introduce", "the", "Customer-Oriented", "Catalog", "Segmentation", "problem", "and", "discuss", "its", "complexity", ".", "Then", "we", "investigate", "two", "different", "paradigms", "to", "design", "efficient", ",", "approximate", "algorithms", "for", "the", "Customer-Oriented", "Catalog", "Segmentation", "problem", ",", "greedy", "(", "deterministic", ")", "and", "randomized", "algorithms", ".", "Since", "greedy", "algorithms", "may", "be", "trapped", "in", "a", "local", "optimum", "and", "randomized", "algorithms", "crucially", "depend", "on", "a", "reasonable", "initial", "solution", ",", "we", "explore", "a", "combination", "of", "these", "two", "paradigms", ".", "Our", "experimental", "evaluation", "on", "synthetic", "and", "real", "data", "demonstrates", "that", "the", "new", "algorithms", "yield", "catalogs", "of", "significantly", "higher", "utility", "compared", "to", "classical", "Catalog", "Segmentation", "algorithms", "."], "doc_bio_tags": ["O", "B", "I", "I", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O"], "extractive_keyphrases": ["catalog segmentation", "microeconomic data mining"], "abstractive_keyphrases": ["clustering"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "4721679", "document": ["Density-based", "clustering", "for", "real-time", "stream", "data", "Existing", "data-stream", "clustering", "algorithms", "such", "as", "CluStream", "arebased", "on", "k-means", ".", "These", "clustering", "algorithms", "are", "incompetent", "tofind", "clusters", "of", "arbitrary", "shapes", "and", "can", "not", "handle", "outliers", ".", "Further", ",", "they", "require", "the", "knowledge", "of", "k", "and", "user-specified", "time", "window", ".", "To", "address", "these", "issues", ",", "this", "paper", "proposes", "D-Stream", ",", "a", "framework", "for", "clustering", "stream", "data", "using", "adensity-based", "approach", ".", "The", "algorithm", "uses", "an", "online", "component", "which", "maps", "each", "input", "data", "record", "into", "a", "grid", "and", "an", "offline", "component", "which", "computes", "the", "grid", "density", "and", "clusters", "the", "grids", "based", "on", "the", "density", ".", "The", "algorithm", "adopts", "a", "density", "decaying", "technique", "to", "capture", "the", "dynamic", "changes", "of", "a", "data", "stream", ".", "Exploiting", "the", "intricate", "relationships", "between", "the", "decay", "factor", ",", "data", "density", "and", "cluster", "structure", ",", "our", "algorithm", "can", "efficiently", "and", "effectively", "generate", "and", "adjust", "the", "clusters", "in", "real", "time", ".", "Further", ",", "a", "theoretically", "sound", "technique", "is", "developed", "to", "detect", "and", "remove", "sporadic", "grids", "mapped", "to", "by", "outliers", "in", "order", "to", "dramatically", "improve", "the", "space", "and", "time", "efficiency", "of", "the", "system", ".", "The", "technique", "makes", "high-speed", "data", "stream", "clustering", "feasible", "without", "degrading", "the", "clustering", "quality", ".", "The", "experimental", "results", "show", "that", "our", "algorithm", "has", "superior", "quality", "and", "efficiency", ",", "can", "find", "clusters", "of", "arbitrary", "shapes", ",", "and", "can", "accurately", "recognize", "the", "evolving", "behaviors", "of", "real-time", "data", "streams", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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"], "extractive_keyphrases": ["sporadic grids"], "abstractive_keyphrases": ["d-stream", "density-based clustering", "stream data mining"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "676107", "document": ["Data", "selection", "for", "support", "vector", "machine", "classifiers"], "doc_bio_tags": ["B", "I", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["data selection"], "abstractive_keyphrases": ["concave minimization", "data classification", "support vector machines"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "365910", "document": ["Scalable", "robust", "covariance", "and", "correlation", "estimates", "for", "data", "mining", "Covariance", "and", "correlation", "estimates", "have", "important", "applications", "in", "data", "mining", ".", "In", "the", "presence", "of", "outliers", ",", "classical", "estimates", "of", "covariance", "and", "correlation", "matrices", "are", "not", "reliable", ".", "A", "small", "fraction", "of", "outliers", ",", "in", "some", "cases", "even", "a", "single", "outlier", ",", "can", "distort", "the", "classical", "covariance", "and", "correlation", "estimates", "making", "them", "virtually", "useless", ".", "That", "is", ",", "correlations", "for", "the", "vast", "majority", "of", "the", "data", "can", "be", "very", "erroneously", "reported", ";", "principal", "components", "transformations", "can", "be", "misleading", ";", "and", "multidimensional", "outlier", "detection", "via", "Mahalanobis", "distances", "can", "fail", "to", "detect", "outliers", ".", "There", "is", "plenty", "of", "statistical", "literature", "on", "robust", "covariance", "and", "correlation", "matrix", "estimates", "with", "an", "emphasis", "on", "affine-equivariant", "estimators", "that", "possess", "high", "breakdown", "points", "and", "small", "worst", "case", "biases", ".", "All", "such", "estimators", "have", "unacceptable", "exponential", "complexity", "in", "the", "number", "of", "variables", "and", "quadratic", "complexity", "in", "the", "number", "of", "observations", ".", "In", "this", "paper", "we", "focus", "on", "several", "variants", "of", "robust", "covariance", "and", "correlation", "matrix", "estimates", "with", "quadratic", "complexity", "in", "the", "number", "of", "variables", "and", "linear", "complexity", "in", "the", "number", "of", "observations", ".", "These", "estimators", "are", "based", "on", "several", "forms", "of", "pairwise", "robust", "covariance", "and", "correlation", "estimates", ".", "The", "estimators", "studied", "include", "two", "fast", "estimators", "based", "on", "coordinate-wise", "robust", "transformations", "embedded", "in", "an", "overall", "procedure", "recently", "proposed", "by", "(", "14", ")", ".", "We", "show", "that", "the", "estimators", "have", "attractive", "robustness", "properties", ",", "and", "give", "an", "example", "that", "uses", "one", "of", "the", "estimators", "in", "the", "new", "Insightful", "Miner", "data", "mining", "product", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["outliers"], "abstractive_keyphrases": ["robust estimators", "robust statistics", "scalable algorithm"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "10186200", "document": ["A", "family", "of", "dissimilarity", "measures", "between", "nodes", "generalizing", "both", "the", "shortest-path", "and", "the", "commute-time", "distances", "This", "work", "introduces", "a", "new", "family", "of", "link-based", "dissimilarity", "measures", "between", "nodes", "of", "a", "weighted", "directed", "graph", ".", "This", "measure", ",", "called", "the", "randomized", "shortest-path", "(", "RSP", ")", "dissimilarity", ",", "depends", "on", "a", "parameter", "\u03b8", "and", "has", "the", "interesting", "property", "of", "reducing", ",", "on", "one", "end", ",", "to", "the", "standard", "shortest-path", "distance", "when", "\u03b8", "is", "large", "and", ",", "on", "the", "other", "end", ",", "to", "the", "commute-time", "(", "or", "resistance", ")", "distance", "when", "\u03b8", "is", "small", "(", "near", "zero", ")", ".", "Intuitively", ",", "it", "corresponds", "to", "the", "expected", "cost", "incurred", "by", "a", "random", "walker", "in", "order", "to", "reach", "a", "destination", "node", "from", "a", "starting", "node", "while", "maintaining", "a", "constant", "entropy", "(", "related", "to", "\u03b8", ")", "spread", "in", "the", "graph", ".", "The", "parameter", "\u03b8", "is", "therefore", "biasing", "gradually", "the", "simple", "random", "walk", "on", "the", "graph", "towards", "the", "shortest-path", "policy", ".", "By", "adopting", "a", "statistical", "physics", "approach", "and", "computing", "a", "sum", "over", "all", "the", "possible", "paths", "(", "discrete", "path", "integral", ")", ",", "it", "is", "shown", "that", "the", "RSP", "dissimilarity", "from", "every", "node", "to", "a", "particular", "node", "of", "interest", "can", "be", "computed", "efficiently", "by", "solving", "two", "linear", "systems", "of", "n", "equations", ",", "where", "n", "is", "the", "number", "of", "nodes", ".", "On", "the", "other", "hand", ",", "the", "dissimilarity", "between", "every", "couple", "of", "nodes", "is", "obtained", "by", "inverting", "an", "n", "x", "n", "matrix", ".", "The", "proposed", "measure", "can", "be", "used", "for", "various", "graph", "mining", "tasks", "such", "as", "computing", "betweenness", "centrality", ",", "finding", "dense", "communities", ",", "etc", ",", "as", "shown", "in", "the", "experimental", "section", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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"], "extractive_keyphrases": ["graph mining"], "abstractive_keyphrases": ["biased random walk", "commute-time distance", "kernel on a graph", "resistance distance", "shortest path"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "1220729", "document": ["Aggregating", "time", "partitions", "Partitions", "of", "sequential", "data", "exist", "either", "per", "se", "or", "as", "a", "result", "of", "sequence", "segmentation", "algorithms", ".", "It", "is", "often", "the", "case", "that", "the", "same", "timeline", "is", "partitioned", "in", "many", "different", "ways", ".", "For", "example", ",", "different", "segmentation", "algorithms", "produce", "different", "partitions", "of", "the", "same", "underlying", "data", "points", ".", "In", "such", "cases", ",", "we", "are", "interested", "in", "producing", "an", "aggregate", "partition", ",", "i.e.", ",", "a", "segmentation", "that", "agrees", "as", "much", "as", "possible", "with", "the", "input", "segmentations", ".", "Each", "partition", "is", "defined", "as", "a", "set", "of", "continuous", "non-overlapping", "segments", "of", "the", "timeline", ".", "We", "show", "that", "this", "problem", "can", "be", "solved", "optimally", "in", "polynomial", "time", "using", "dynamic", "programming", ".", "We", "also", "propose", "faster", "greedy", "heuristics", "that", "work", "well", "in", "practice", ".", "We", "experiment", "with", "our", "algorithms", "and", "we", "demonstrate", "their", "utility", "in", "clustering", "the", "behavior", "of", "mobile-phone", "users", "and", "combining", "the", "results", "of", "different", "segmentation", "algorithms", "on", "genomic", "sequences", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": [], "abstractive_keyphrases": ["nonnumerical algorithms and problems"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "11804378", "document": ["A", "general", "framework", "for", "accurate", "and", "fast", "regression", "by", "data", "summarization", "in", "random", "decision", "trees", "Predicting", "the", "values", "of", "continuous", "variable", "as", "a", "function", "of", "several", "independent", "variables", "is", "one", "of", "the", "most", "important", "problems", "for", "data", "mining", ".", "A", "very", "large", "number", "of", "regression", "methods", ",", "both", "parametric", "and", "nonparametric", ",", "have", "been", "proposed", "in", "the", "past", ".", "However", ",", "since", "the", "list", "is", "quite", "extensive", "and", "many", "of", "these", "models", "make", "rather", "explicit", ",", "strong", "yet", "different", "assumptions", "about", "the", "type", "of", "applicable", "problems", "and", "involve", "a", "lot", "of", "parameters", "and", "options", ",", "choosing", "the", "appropriate", "regression", "methodology", "and", "then", "specifying", "the", "parameter", "values", "is", "a", "none-trivial", ",", "sometimes", "frustrating", ",", "task", "for", "data", "mining", "practitioners", ".", "Choosing", "the", "inappropriate", "methodology", "can", "have", "rather", "disappointing", "results", ".", "This", "issue", "is", "against", "the", "general", "utility", "of", "data", "mining", "software", ".", "For", "example", ",", "linear", "regression", "methods", "are", "straightforward", "and", "well-understood", ".", "However", ",", "since", "the", "linear", "assumption", "is", "very", "strong", ",", "its", "performance", "is", "compromised", "for", "complicated", "non-linear", "problems", ".", "Kernel-based", "methods", "perform", "quite", "well", "if", "the", "kernel", "functions", "are", "selected", "correctly", ".", "In", "this", "paper", ",", "we", "propose", "a", "straightforward", "approach", "based", "on", "summarizing", "the", "training", "data", "using", "an", "ensemble", "of", "random", "decisions", "trees", ".", "It", "requires", "very", "little", "knowledge", "from", "the", "user", ",", "yet", "is", "applicable", "to", "every", "type", "of", "regression", "problem", "that", "we", "are", "currently", "aware", "of", ".", "We", "have", "experimented", "on", "a", "wide", "range", "of", "problems", "including", "those", "that", "parametric", "methods", "performwell", ",", "a", "large", "selection", "of", "benchmark", "datasets", "for", "nonparametric", "regression", ",", "as", "well", "as", "highly", "non-linear", "stochastic", "problems", ".", "Our", "results", "are", "either", "significantly", "better", "than", "or", "identical", "to", "many", "approaches", "that", "are", "known", "to", "perform", "well", "on", "these", "problems", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "B", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["decision trees", "random", "regression"], "abstractive_keyphrases": [], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "14156740", "document": ["Fast", "coordinate", "descent", "methods", "with", "variable", "selection", "for", "non-negative", "matrix", "factorization", "Nonnegative", "Matrix", "Factorization", "(", "NMF", ")", "is", "an", "effective", "dimension", "reduction", "method", "for", "non-negative", "dyadic", "data", ",", "and", "has", "proven", "to", "be", "useful", "in", "many", "areas", ",", "such", "as", "text", "mining", ",", "bioinformatics", "and", "image", "processing", ".", "NMF", "is", "usually", "formulated", "as", "a", "constrained", "non-convex", "optimization", "problem", ",", "and", "many", "algorithms", "have", "been", "developed", "for", "solving", "it", ".", "Recently", ",", "a", "coordinate", "descent", "method", ",", "called", "FastHals", ",", "has", "been", "proposed", "to", "solve", "least", "squares", "NMF", "and", "is", "regarded", "as", "one", "of", "the", "state-of-the-art", "techniques", "for", "the", "problem", ".", "In", "this", "paper", ",", "we", "first", "show", "that", "FastHals", "has", "an", "inefficiency", "in", "that", "it", "uses", "a", "cyclic", "coordinate", "descent", "scheme", "and", "thus", ",", "performs", "unneeded", "descent", "steps", "on", "unimportant", "variables", ".", "We", "then", "present", "a", "variable", "selection", "scheme", "that", "uses", "the", "gradient", "of", "the", "objective", "function", "to", "arrive", "at", "a", "new", "coordinate", "descent", "method", ".", "Our", "new", "method", "is", "considerably", "faster", "in", "practice", "and", "we", "show", "that", "it", "has", "theoretical", "convergence", "guarantees", ".", "Moreover", "when", "the", "solution", "is", "sparse", ",", "as", "is", "often", "the", "case", "in", "real", "applications", ",", "our", "new", "method", "benefits", "by", "selecting", "important", "variables", "to", "update", "more", "often", ",", "thus", "resulting", "in", "higher", "speed", ".", "As", "an", "example", ",", "on", "a", "text", "dataset", "RCV1", ",", "our", "method", "is", "7", "times", "faster", "than", "FastHals", ",", "and", "more", "than", "15", "times", "faster", "when", "the", "sparsity", "is", "increased", "by", "adding", "an", "L1", "penalty", ".", "We", "also", "develop", "new", "coordinate", "descent", "methods", "when", "error", "in", "NMF", "is", "measured", "by", "KL-divergence", "by", "applying", "the", "Newton", "method", "to", "solve", "the", "one-variable", "sub-problems", ".", "Experiments", "indicate", "that", "our", "algorithm", "for", "minimizing", "the", "KL-divergence", "is", "faster", "than", "the", "Lee", "&", "Seung", "multiplicative", "rule", "by", "a", "factor", "of", "10", "on", "the", "CBCL", "image", "dataset", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["convergence", "coordinate descent method"], "abstractive_keyphrases": ["learning", "non-negative matrix factorization"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "9635494", "document": ["Meme-tracking", "and", "the", "dynamics", "of", "the", "news", "cycle", "Tracking", "new", "topics", ",", "ideas", ",", "and", "``", "memes", "''", "across", "the", "Web", "has", "been", "an", "issue", "of", "considerable", "interest", ".", "Recent", "work", "has", "developed", "methods", "for", "tracking", "topic", "shifts", "over", "long", "time", "scales", ",", "as", "well", "as", "abrupt", "spikes", "in", "the", "appearance", "of", "particular", "named", "entities", ".", "However", ",", "these", "approaches", "are", "less", "well", "suited", "to", "the", "identification", "of", "content", "that", "spreads", "widely", "and", "then", "fades", "over", "time", "scales", "on", "the", "order", "of", "days", "-", "the", "time", "scale", "at", "which", "we", "perceive", "news", "and", "events", ".", "We", "develop", "a", "framework", "for", "tracking", "short", ",", "distinctive", "phrases", "that", "travel", "relatively", "intact", "through", "on-line", "text", ";", "developing", "scalable", "algorithms", "for", "clustering", "textual", "variants", "of", "such", "phrases", ",", "we", "identify", "a", "broad", "class", "of", "memes", "that", "exhibit", "wide", "spread", "and", "rich", "variation", "on", "a", "daily", "basis", ".", "As", "our", "principal", "domain", "of", "study", ",", "we", "show", "how", "such", "a", "meme-tracking", "approach", "can", "provide", "a", "coherent", "representation", "of", "the", "news", "cycle", "-", "the", "daily", "rhythms", "in", "the", "news", "media", "that", "have", "long", "been", "the", "subject", "of", "qualitative", "interpretation", "but", "have", "never", "been", "captured", "accurately", "enough", "to", "permit", "actual", "quantitative", "analysis", ".", "We", "tracked", "1.6", "million", "mainstream", "media", "sites", "and", "blogs", "over", "a", "period", "of", "three", "months", "with", "the", "total", "of", "90", "million", "articles", "and", "we", "find", "a", "set", "of", "novel", "and", "persistent", "temporal", "patterns", "in", "the", "news", "cycle", ".", "In", "particular", ",", "we", "observe", "a", "typical", "lag", "of", "2.5", "hours", "between", "the", "peaks", "of", "attention", "to", "a", "phrase", "in", "the", "news", "media", "and", "in", "blogs", "respectively", ",", "with", "divergent", "behavior", "around", "the", "overall", "peak", "and", "a", "``", "heartbeat", "''", "-", "like", "pattern", "in", "the", "handoff", "between", "news", "and", "blogs", ".", "We", "also", "develop", "and", "analyze", "a", "mathematical", "model", "for", "the", "kinds", "of", "temporal", "variation", "that", "the", "system", "exhibits", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["blogs", "news cycle", "news media"], "abstractive_keyphrases": ["information cascades", "information networks", "meme-tracking", "social networks"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "9421192", "document": ["Joint", "optimization", "of", "wrapper", "generation", "and", "template", "detection", "Many", "websites", "have", "large", "collections", "of", "pages", "generated", "dynamically", "from", "an", "underlying", "structured", "source", "like", "a", "database", ".", "The", "data", "of", "a", "category", "are", "typically", "encoded", "into", "similar", "pages", "by", "a", "common", "script", "or", "template", ".", "In", "recent", "years", ",", "some", "value-added", "services", ",", "such", "as", "comparison", "shopping", "and", "vertical", "search", "in", "a", "specific", "domain", ",", "have", "motivated", "the", "research", "of", "extraction", "technologies", "with", "high", "accuracy", ".", "Almost", "all", "previous", "works", "assume", "that", "input", "pages", "of", "a", "wrapper", "induction", "system", "conform", "to", "a", "common", "template", "and", "they", "can", "be", "easily", "identified", "in", "terms", "of", "a", "common", "schema", "of", "URL", ".", "However", ",", "we", "observed", "that", "it", "is", "hard", "to", "distinguish", "different", "templates", "using", "dynamic", "URLs", "today", ".", "Moreover", ",", "since", "extraction", "accuracy", "heavily", "depends", "on", "how", "consistent", "input", "pages", "are", ",", "we", "argue", "that", "it", "is", "risky", "to", "determine", "whether", "pages", "share", "a", "common", "template", "solely", "based", "on", "URLs", ".", "Instead", ",", "we", "propose", "a", "new", "approach", "that", "utilizes", "similarity", "between", "pages", "to", "detect", "templates", ".", "Our", "approach", "separates", "pages", "with", "notable", "inner", "differences", "and", "then", "generates", "wrappers", ",", "respectively", ".", "Experimental", "results", "show", "that", "our", "proposed", "approach", "is", "feasible", "and", "effective", "for", "improving", "extraction", "accuracy", "."], "doc_bio_tags": ["O", "O", "O", "B", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["template detection", "wrapper"], "abstractive_keyphrases": ["information extraction", "miscellaneous"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "13755977", "document": ["Ranking-based", "classification", "of", "heterogeneous", "information", "networks", "It", "has", "been", "recently", "recognized", "that", "heterogeneous", "information", "networks", "composed", "of", "multiple", "types", "of", "nodes", "and", "links", "are", "prevalent", "in", "the", "real", "world", ".", "Both", "classification", "and", "ranking", "of", "the", "nodes", "(", "or", "data", "objects", ")", "in", "such", "networks", "are", "essential", "for", "network", "analysis", ".", "However", ",", "so", "far", "these", "approaches", "have", "generally", "been", "performed", "separately", ".", "In", "this", "paper", ",", "we", "combine", "ranking", "and", "classification", "in", "order", "to", "perform", "more", "accurate", "analysis", "of", "a", "heterogeneous", "information", "network", ".", "Our", "intuition", "is", "that", "highly", "ranked", "objects", "within", "a", "class", "should", "play", "more", "important", "roles", "in", "classification", ".", "On", "the", "other", "hand", ",", "class", "membership", "information", "is", "important", "for", "determining", "a", "quality", "ranking", "over", "a", "dataset", ".", "We", "believe", "it", "is", "therefore", "beneficial", "to", "integrate", "classification", "and", "ranking", "in", "a", "simultaneous", ",", "mutually", "enhancing", "process", ",", "and", "to", "this", "end", ",", "propose", "a", "novel", "ranking-based", "iterative", "classification", "framework", ",", "called", "RankClass", ".", "Specifically", ",", "we", "build", "a", "graph-based", "ranking", "model", "to", "iteratively", "compute", "the", "ranking", "distribution", "of", "the", "objects", "within", "each", "class", ".", "At", "each", "iteration", ",", "according", "to", "the", "current", "ranking", "results", ",", "the", "graph", "structure", "used", "in", "the", "ranking", "algorithm", "is", "adjusted", "so", "that", "the", "sub-network", "corresponding", "to", "the", "specific", "class", "is", "emphasized", ",", "while", "the", "rest", "of", "the", "network", "is", "weakened", ".", "As", "our", "experiments", "show", ",", "integrating", "ranking", "with", "classification", "not", "only", "generates", "more", "accurate", "classes", "than", "the", "state-of-art", "classification", "methods", "on", "networked", "data", ",", "but", "also", "provides", "meaningful", "ranking", "of", "objects", "within", "each", "class", ",", "serving", "as", "a", "more", "informative", "view", "of", "the", "data", "than", "traditional", "classification", "."], "doc_bio_tags": ["O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O"], "extractive_keyphrases": ["classification", "heterogeneous information network", "ranking"], "abstractive_keyphrases": [], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "9757313", "document": ["On", "compressing", "social", "networks", "Motivated", "by", "structural", "properties", "of", "the", "Web", "graph", "that", "support", "efficient", "data", "structures", "for", "in", "memory", "adjacency", "queries", ",", "we", "study", "the", "extent", "to", "which", "a", "large", "network", "can", "be", "compressed", ".", "Boldi", "and", "Vigna", "(", "WWW", "2004", ")", ",", "showed", "that", "Web", "graphs", "can", "be", "compressed", "down", "to", "three", "bits", "of", "storage", "per", "edge", ";", "we", "study", "the", "compressibility", "of", "social", "networks", "where", "again", "adjacency", "queries", "are", "a", "fundamental", "primitive", ".", "To", "this", "end", ",", "we", "propose", "simple", "combinatorial", "formulations", "that", "encapsulate", "efficient", "compressibility", "of", "graphs", ".", "We", "show", "that", "some", "of", "the", "problems", "are", "NP-hard", "yet", "admit", "effective", "heuristics", ",", "some", "of", "which", "can", "exploit", "properties", "of", "social", "networks", "such", "as", "link", "reciprocity", ".", "Our", "extensive", "experiments", "show", "that", "social", "networks", "and", "the", "Web", "graph", "exhibit", "vastly", "different", "compressibility", "characteristics", "."], "doc_bio_tags": ["O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["reciprocity", "social networks"], "abstractive_keyphrases": ["compression", "linear arrangement"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "5103822", "document": ["Suppressing", "model", "overfitting", "in", "mining", "concept-drifting", "data", "streams", "Mining", "data", "streams", "of", "changing", "class", "distributions", "is", "important", "for", "real-time", "business", "decision", "support", ".", "The", "stream", "classifier", "must", "evolve", "to", "reflect", "the", "current", "class", "distribution", ".", "This", "poses", "a", "serious", "challenge", ".", "On", "the", "one", "hand", ",", "relying", "on", "historical", "data", "may", "increase", "the", "chances", "of", "learning", "obsolete", "models", ".", "On", "the", "other", "hand", ",", "learning", "only", "from", "the", "latest", "data", "may", "lead", "to", "biased", "classifiers", ",", "as", "the", "latest", "data", "is", "often", "an", "unrepresentative", "sample", "of", "the", "current", "class", "distribution", ".", "The", "problem", "is", "particularly", "acute", "in", "classifying", "rare", "events", ",", "when", ",", "for", "example", ",", "instances", "of", "the", "rare", "class", "do", "not", "even", "show", "up", "in", "the", "most", "recent", "training", "data", ".", "In", "this", "paper", ",", "we", "use", "a", "stochastic", "model", "to", "describe", "the", "concept", "shifting", "patterns", "and", "formulate", "this", "problem", "as", "an", "optimization", "one", ":", "from", "the", "historical", "and", "the", "current", "training", "data", "that", "we", "have", "observed", ",", "find", "the", "most-likely", "current", "distribution", ",", "and", "learn", "a", "classifier", "based", "on", "the", "most-likely", "distribution", ".", "We", "derive", "an", "analytic", "solution", "and", "approximate", "this", "solution", "with", "an", "efficient", "algorithm", ",", "which", "calibrates", "the", "influence", "of", "historical", "data", "carefully", "to", "create", "an", "accurate", "classifier", ".", "We", "evaluate", "our", "algorithm", "with", "both", "synthetic", "and", "real-world", "datasets", ".", "Our", "results", "show", "that", "our", "algorithm", "produces", "accurate", "and", "efficient", "classification", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "B", "I", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["classifier", "data streams"], "abstractive_keyphrases": ["classifier ensemble", "concept drift"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "9412373", "document": ["Topical", "query", "decomposition", "We", "introduce", "the", "problem", "of", "query", "decomposition", ",", "where", "we", "are", "given", "a", "query", "and", "a", "document", "retrieval", "system", ",", "and", "we", "want", "to", "produce", "a", "small", "set", "of", "queries", "whose", "union", "of", "resulting", "documents", "corresponds", "approximately", "to", "that", "of", "the", "original", "query", ".", "Ideally", ",", "these", "queries", "should", "represent", "coherent", ",", "conceptually", "well-separated", "topics", ".", "We", "provide", "an", "abstract", "formulation", "of", "the", "query", "decomposition", "problem", ",", "and", "we", "tackle", "it", "from", "two", "different", "perspectives", ".", "We", "first", "show", "how", "the", "problem", "can", "be", "instantiated", "as", "a", "specific", "variant", "of", "a", "set", "cover", "problem", ",", "for", "which", "we", "provide", "an", "efficient", "greedy", "algorithm", ".", "Next", ",", "we", "show", "how", "the", "same", "problem", "can", "be", "seen", "as", "a", "constrained", "clustering", "problem", ",", "with", "a", "very", "particular", "kind", "of", "constraint", ",", "i.e.", ",", "clustering", "with", "predefined", "clusters", ".", "We", "develop", "a", "two-phase", "algorithm", "based", "on", "hierarchical", "agglomerative", "clustering", "followed", "by", "dynamic", "programming", ".", "Our", "experiments", ",", "conducted", "on", "a", "set", "of", "actual", "queries", "in", "a", "Web", "scale", "search", "engine", ",", "confirm", "the", "effectiveness", "of", "the", "proposed", "solutions", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["clustering", "set cover"], "abstractive_keyphrases": ["communications applications", "query recommendation"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "4002392", "document": ["A", "multiple", "tree", "algorithm", "for", "the", "efficient", "association", "of", "asteroid", "observations", "In", "this", "paper", "we", "examine", "the", "problem", "of", "efficiently", "finding", "sets", "of", "observations", "that", "conform", "to", "a", "given", "underlying", "motion", "model", ".", "While", "this", "problem", "is", "often", "phrased", "as", "a", "tracking", "problem", ",", "where", "it", "is", "called", "track", "initiation", ",", "it", "is", "useful", "in", "a", "variety", "of", "tasks", "where", "we", "want", "to", "find", "correspondences", "or", "patterns", "in", "spatial-temporal", "data", ".", "Unfortunately", ",", "this", "problem", "often", "suffers", "from", "a", "combinatorial", "explosion", "in", "the", "number", "of", "potential", "sets", "that", "must", "be", "evaluated", ".", "We", "consider", "the", "problem", "with", "respect", "to", "large-scale", "asteroid", "observation", "data", ",", "where", "the", "goal", "is", "to", "find", "associations", "among", "the", "observations", "that", "correspond", "to", "the", "same", "underlying", "asteroid", ".", "In", "this", "domain", ",", "it", "is", "vital", "that", "we", "can", "efficiently", "extract", "the", "underlying", "associations", ".", "We", "introduce", "a", "new", "methodology", "for", "track", "initiation", "that", "exhaustively", "considers", "all", "possible", "linkages", ".", "We", "then", "introduce", "an", "exact", "tree-based", "algorithm", "for", "tractably", "finding", "all", "compatible", "sets", "of", "points", ".", "Further", ",", "we", "extend", "this", "approach", "to", "use", "multiple", "trees", ",", "exploiting", "structure", "from", "several", "time", "steps", "at", "once", ".", "We", "compare", "this", "approach", "to", "a", "standard", "sequential", "approach", "and", "show", "how", "the", "use", "of", "multiple", "trees", "can", "provide", "a", "significant", "benefit", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["track initiation"], "abstractive_keyphrases": ["multiple tree algorithms"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "10597102", "document": ["Inferring", "networks", "of", "diffusion", "and", "influence", "Information", "diffusion", "and", "virus", "propagation", "are", "fundamental", "processes", "talking", "place", "in", "networks", ".", "While", "it", "is", "often", "possible", "to", "directly", "observe", "when", "nodes", "become", "infected", ",", "observing", "individual", "transmissions", "(", "i.e.", ",", "who", "infects", "whom", "or", "who", "influences", "whom", ")", "is", "typically", "very", "difficult", ".", "Furthermore", ",", "in", "many", "applications", ",", "the", "underlying", "network", "over", "which", "the", "diffusions", "and", "propagations", "spread", "is", "actually", "unobserved", ".", "We", "tackle", "these", "challenges", "by", "developing", "a", "method", "for", "tracing", "paths", "of", "diffusion", "and", "influence", "through", "networks", "and", "inferring", "the", "networks", "over", "which", "contagions", "propagate", ".", "Given", "the", "times", "when", "nodes", "adopt", "pieces", "of", "information", "or", "become", "infected", ",", "we", "identify", "the", "optimal", "network", "that", "best", "explains", "the", "observed", "infection", "times", ".", "Since", "the", "optimization", "problem", "is", "NP-hard", "to", "solve", "exactly", ",", "we", "develop", "an", "efficient", "approximation", "algorithm", "that", "scales", "to", "large", "datasets", "and", "in", "practice", "gives", "provably", "near-optimal", "performance", ".", "We", "demonstrate", "the", "effectiveness", "of", "our", "approach", "by", "tracing", "information", "cascades", "in", "a", "set", "of", "170", "million", "blogs", "and", "news", "articles", "over", "a", "one", "year", "period", "to", "infer", "how", "information", "flows", "through", "the", "online", "media", "space", ".", "We", "find", "that", "the", "diffusion", "network", "of", "news", "tends", "to", "have", "a", "core-periphery", "structure", "with", "a", "small", "set", "of", "core", "media", "sites", "that", "diffuse", "information", "to", "the", "rest", "of", "the", "Web", ".", "These", "sites", "tend", "to", "have", "stable", "circles", "of", "influence", "with", "more", "general", "news", "media", "sites", "acting", "as", "connectors", "between", "them", "."], "doc_bio_tags": ["O", "B", "I", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["blogs", "information cascades", "networks of diffusion", "news media"], "abstractive_keyphrases": ["meme-tracking", "social networks"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "10151654", "document": ["Sustainable", "operation", "and", "management", "of", "data", "center", "chillers", "using", "temporal", "data", "mining", "Motivation", ":", "Data", "centers", "are", "a", "critical", "component", "of", "modern", "IT", "infrastructure", "but", "are", "also", "among", "the", "worst", "environmental", "offenders", "through", "their", "increasing", "energy", "usage", "and", "the", "resulting", "large", "carbon", "footprints", ".", "Efficient", "management", "of", "data", "centers", ",", "including", "power", "management", ",", "networking", ",", "and", "cooling", "infrastructure", ",", "is", "hence", "crucial", "to", "sustainability", ".", "In", "the", "absence", "of", "a", "`", "first-principles", "'", "approach", "to", "manage", "these", "complex", "components", "and", "their", "interactions", ",", "data-driven", "approaches", "have", "become", "attractive", "and", "tenable", ".", "Results", ":", "We", "present", "a", "temporal", "data", "mining", "solution", "to", "model", "and", "optimize", "performance", "of", "data", "center", "chillers", ",", "a", "key", "component", "of", "the", "cooling", "infrastructure", ".", "It", "helps", "bridge", "raw", ",", "numeric", ",", "time-series", "information", "from", "sensor", "streams", "toward", "higher", "level", "characterizations", "of", "chiller", "behavior", ",", "suitable", "for", "a", "data", "center", "engineer", ".", "To", "aid", "in", "this", "transduction", ",", "temporal", "data", "streams", "are", "first", "encoded", "into", "a", "symbolic", "representation", ",", "next", "run-length", "encoded", "segments", "are", "mined", "to", "form", "frequent", "motifs", "in", "time", "series", ",", "and", "finally", "these", "metrics", "are", "evaluated", "by", "their", "contributions", "to", "sustainability", ".", "A", "key", "innovation", "in", "our", "application", "is", "the", "ability", "to", "intersperse", "``", "do", "n't", "care", "''", "transitions", "(", "e.g.", ",", "transients", ")", "in", "continuous-valued", "time", "series", "data", ",", "an", "advantage", "we", "inherit", "by", "the", "application", "of", "frequent", "episode", "mining", "to", "symbolized", "representations", "of", "numeric", "time", "series", ".", "Our", "approach", "provides", "both", "qualitative", "and", "quantitative", "characterizations", "of", "the", "sensor", "streams", "to", "the", "data", "center", "engineer", ",", "to", "aid", "him", "in", "tuning", "chiller", "operating", "characteristics", ".", "This", "system", "is", "currently", "being", "prototyped", "for", "a", "data", "center", "managed", "by", "HP", "and", "experimental", "results", "from", "this", "application", "reveal", "the", "promise", "of", "our", "approach", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["chillers", "data centers", "motifs", "sustainability"], "abstractive_keyphrases": ["clustering", "frequent episodes"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "524908", "document": ["Mining", "distance-based", "outliers", "from", "large", "databases", "in", "any", "metric", "space", "Let", "R", "be", "a", "set", "of", "objects", ".", "An", "object", "o", "\u2208", "R", "is", "an", "outlier", ",", "if", "there", "exist", "less", "than", "k", "objects", "in", "R", "whose", "distances", "to", "o", "are", "at", "most", "r.", "The", "values", "of", "k", ",", "r", ",", "and", "the", "distance", "metric", "are", "provided", "by", "a", "user", "at", "the", "run", "time", ".", "The", "objective", "is", "to", "return", "all", "outliers", "with", "the", "smallest", "I\\/O", "cost", ".", "This", "paper", "considers", "a", "generic", "version", "of", "the", "problem", ",", "where", "no", "information", "is", "available", "for", "outlier", "computation", ",", "except", "for", "objects", "'", "mutual", "distances", ".", "We", "prove", "an", "upper", "bound", "for", "the", "memory", "consumption", "which", "permits", "the", "discovery", "of", "all", "outliers", "by", "scanning", "the", "dataset", "3", "times", ".", "The", "upper", "bound", "turns", "out", "to", "be", "extremely", "low", "in", "practice", ",", "e.g.", ",", "less", "than", "1", "%", "of", "R.", "Since", "the", "actual", "memory", "capacity", "of", "a", "realistic", "DBMS", "is", "typically", "larger", ",", "we", "develop", "a", "novel", "algorithm", ",", "which", "integrates", "our", "theoretical", "findings", "with", "carefully-designed", "heuristics", "that", "leverage", "the", "additional", "memory", "to", "improve", "I\\/O", "efficiency", ".", "Our", "technique", "reports", "all", "outliers", "by", "scanning", "the", "dataset", "at", "most", "twice", "(", "in", "some", "cases", ",", "even", "once", ")", ",", "and", "significantly", "outperforms", "the", "existing", "solutions", "by", "a", "factor", "up", "to", "an", "order", "of", "magnitude", "."], "doc_bio_tags": ["B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["mining", "outlier"], "abstractive_keyphrases": ["information search and retrieval", "metric data"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "14343779", "document": ["Detecting", "adversarial", "advertisements", "in", "the", "wild", "In", "a", "large", "online", "advertising", "system", ",", "adversaries", "may", "attempt", "to", "profit", "from", "the", "creation", "of", "low", "quality", "or", "harmful", "advertisements", ".", "In", "this", "paper", ",", "we", "present", "a", "large", "scale", "data", "mining", "effort", "that", "detects", "and", "blocks", "such", "adversarial", "advertisements", "for", "the", "benefit", "and", "safety", "of", "our", "users", ".", "Because", "both", "false", "positives", "and", "false", "negatives", "have", "high", "cost", ",", "our", "deployed", "system", "uses", "a", "tiered", "strategy", "combining", "automated", "and", "semi-automated", "methods", "to", "ensure", "reliable", "classification", ".", "We", "also", "employ", "strategies", "to", "address", "the", "challenges", "of", "learning", "from", "highly", "skewed", "data", "at", "scale", ",", "allocating", "the", "effort", "of", "human", "experts", ",", "leveraging", "domain", "expert", "knowledge", ",", "and", "independently", "assessing", "the", "effectiveness", "of", "our", "system", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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"], "extractive_keyphrases": ["data mining"], "abstractive_keyphrases": ["adversarial learning", "applications", "online advertisement"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "939453", "document": ["Cluster-based", "concept", "invention", "for", "statistical", "relational", "learning", "We", "use", "clustering", "to", "derive", "new", "relations", "which", "augment", "database", "schema", "used", "in", "automatic", "generation", "of", "predictive", "features", "in", "statistical", "relational", "learning", ".", "Entities", "derived", "from", "clusters", "increase", "the", "expressivity", "of", "feature", "spaces", "by", "creating", "new", "first-class", "concepts", "which", "contribute", "to", "the", "creation", "of", "new", "features", ".", "For", "example", ",", "in", "CiteSeer", ",", "papers", "can", "be", "clustered", "based", "on", "words", "or", "citations", "giving", "``", "topics", "''", ",", "and", "authors", "can", "be", "clustered", "based", "on", "documents", "they", "co-author", "giving", "``", "communities", "''", ".", "Such", "cluster-derived", "concepts", "become", "part", "of", "more", "complex", "feature", "expressions", ".", "Out", "of", "the", "large", "number", "of", "generated", "features", ",", "those", "which", "improve", "predictive", "accuracy", "are", "kept", "in", "the", "model", ",", "as", "decided", "by", "statistical", "feature", "selection", "criteria", ".", "We", "present", "results", "demonstrating", "improved", "accuracy", "on", "two", "tasks", ",", "venue", "prediction", "and", "link", "prediction", ",", "using", "CiteSeer", "data", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "B", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["clustering", "learning"], "abstractive_keyphrases": ["feature generation", "relational learning"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "13059930", "document": ["DivRank", ":", "the", "interplay", "of", "prestige", "and", "diversity", "in", "information", "networks", "Information", "networks", "are", "widely", "used", "to", "characterize", "the", "relationships", "between", "data", "items", "such", "as", "text", "documents", ".", "Many", "important", "retrieval", "and", "mining", "tasks", "rely", "on", "ranking", "the", "data", "items", "based", "on", "their", "centrality", "or", "prestige", "in", "the", "network", ".", "Beyond", "prestige", ",", "diversity", "has", "been", "recognized", "as", "a", "crucial", "objective", "in", "ranking", ",", "aiming", "at", "providing", "a", "non-redundant", "and", "high", "coverage", "piece", "of", "information", "in", "the", "top", "ranked", "results", ".", "Nevertheless", ",", "existing", "network-based", "ranking", "approaches", "either", "disregard", "the", "concern", "of", "diversity", ",", "or", "handle", "it", "with", "non-optimized", "heuristics", ",", "usually", "based", "on", "greedy", "vertex", "selection", ".", "We", "propose", "a", "novel", "ranking", "algorithm", ",", "DivRank", ",", "based", "on", "a", "reinforced", "random", "walk", "in", "an", "information", "network", ".", "This", "model", "automatically", "balances", "the", "prestige", "and", "the", "diversity", "of", "the", "top", "ranked", "vertices", "in", "a", "principled", "way", ".", "DivRank", "not", "only", "has", "a", "clear", "optimization", "explanation", ",", "but", "also", "well", "connects", "to", "classical", "models", "in", "mathematics", "and", "network", "science", ".", "We", "evaluate", "DivRank", "using", "empirical", "experiments", "on", "three", "different", "networks", "as", "well", "as", "a", "text", "summarization", "task", ".", "DivRank", "outperforms", "existing", "network-based", "ranking", "methods", "in", "terms", "of", "enhancing", "diversity", "in", "prestige", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "B", "O", "B", "I", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "B", "I", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "B", "O", "O", "O"], "extractive_keyphrases": ["diversity", "information networks", "ranking", "reinforced random walk"], "abstractive_keyphrases": [], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "10940984", "document": ["Scalable", "influence", "maximization", "for", "prevalent", "viral", "marketing", "in", "large-scale", "social", "networks", "Influence", "maximization", ",", "defined", "by", "Kempe", ",", "Kleinberg", ",", "and", "Tardos", "(", "2003", ")", ",", "is", "the", "problem", "of", "finding", "a", "small", "set", "of", "seed", "nodes", "in", "a", "social", "network", "that", "maximizes", "the", "spread", "of", "influence", "under", "certain", "influence", "cascade", "models", ".", "The", "scalability", "of", "influence", "maximization", "is", "a", "key", "factor", "for", "enabling", "prevalent", "viral", "marketing", "in", "large-scale", "online", "social", "networks", ".", "Prior", "solutions", ",", "such", "as", "the", "greedy", "algorithm", "of", "Kempe", "et", "al.", "(", "2003", ")", "and", "its", "improvements", "are", "slow", "and", "not", "scalable", ",", "while", "other", "heuristic", "algorithms", "do", "not", "provide", "consistently", "good", "performance", "on", "influence", "spreads", ".", "In", "this", "paper", ",", "we", "design", "a", "new", "heuristic", "algorithm", "that", "is", "easily", "scalable", "to", "millions", "of", "nodes", "and", "edges", "in", "our", "experiments", ".", "Our", "algorithm", "has", "a", "simple", "tunable", "parameter", "for", "users", "to", "control", "the", "balance", "between", "the", "running", "time", "and", "the", "influence", "spread", "of", "the", "algorithm", ".", "Our", "results", "from", "extensive", "simulations", "on", "several", "real-world", "and", "synthetic", "networks", "demonstrate", "that", "our", "algorithm", "is", "currently", "the", "best", "scalable", "solution", "to", "the", "influence", "maximization", "problem", ":", "(", "a", ")", "our", "algorithm", "scales", "beyond", "million-sized", "graphs", "where", "the", "greedy", "algorithm", "becomes", "infeasible", ",", "and", "(", "b", ")", "in", "all", "size", "ranges", ",", "our", "algorithm", "performs", "consistently", "well", "in", "influence", "spread", "--", "it", "is", "always", "among", "the", "best", "algorithms", ",", "and", "in", "most", "cases", "it", "significantly", "outperforms", "all", "other", "scalable", "heuristics", "to", "as", "much", "as", "100", "%", "--", "260", "%", "increase", "in", "influence", "spread", "."], "doc_bio_tags": ["O", "B", "I", "O", "O", "B", "I", "O", "O", "B", "I", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["influence maximization", "social networks", "viral marketing"], "abstractive_keyphrases": [], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "7808818", "document": ["The", "mathematics", "of", "causal", "inference", "I", "will", "review", "concepts", ",", "principles", ",", "and", "mathematical", "tools", "that", "were", "found", "useful", "in", "applications", "involving", "causal", "and", "counterfactual", "relationships", ".", "This", "semantical", "framework", ",", "enriched", "with", "a", "few", "ideas", "from", "logic", "and", "graph", "theory", ",", "gives", "rise", "to", "a", "complete", ",", "coherent", ",", "and", "friendly", "calculus", "of", "causation", "that", "unifies", "the", "graphical", "and", "counterfactual", "approaches", "to", "causation", "and", "resolves", "many", "long-standing", "problems", "in", "several", "of", "the", "sciences", ".", "These", "include", "questions", "of", "causal", "effect", "estimation", ",", "policy", "analysis", ",", "and", "the", "integration", "of", "data", "from", "diverse", "studies", ".", "Of", "special", "interest", "to", "KDD", "researchers", "would", "be", "the", "following", "topics", ":", "The", "Mediation", "Formula", ",", "and", "what", "it", "tells", "us", "about", "direct", "and", "indirect", "effects", ".", "What", "mathematics", "can", "tell", "us", "about", "``", "external", "validity", "''", "or", "``", "generalizing", "from", "experiments", "''", "What", "can", "graph", "theory", "tell", "us", "about", "recovering", "from", "sample-selection", "bias", "."], "doc_bio_tags": ["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"], "extractive_keyphrases": ["causal inference"], "abstractive_keyphrases": ["miscellaneous"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "10397978", "document": ["Algorithms", "for", "discovering", "bucket", "orders", "from", "data", "Ordering", "and", "ranking", "items", "of", "different", "types", "are", "important", "tasks", "in", "various", "applications", ",", "such", "as", "query", "processing", "and", "scientific", "data", "mining", ".", "A", "total", "order", "for", "the", "items", "can", "be", "misleading", ",", "since", "there", "are", "groups", "of", "items", "that", "have", "practically", "equal", "ranks", ".", "We", "consider", "bucket", "orders", ",", "i.e.", ",", "total", "orders", "with", "ties", ".", "They", "can", "be", "used", "to", "capture", "the", "essential", "order", "information", "without", "overfitting", "the", "data", ":", "they", "form", "a", "useful", "concept", "class", "between", "total", "orders", "and", "arbitrary", "partial", "orders", ".", "We", "address", "the", "question", "of", "finding", "a", "bucket", "order", "for", "a", "set", "of", "items", ",", "given", "pairwise", "precedence", "information", "between", "the", "items", ".", "We", "also", "discuss", "methods", "for", "computing", "the", "pairwise", "precedence", "data", ".", "We", "describe", "simple", "and", "efficient", "algorithms", "for", "finding", "good", "bucket", "orders", ".", "Several", "of", "the", "algorithms", "have", "a", "provable", "approximation", "guarantee", ",", "and", "they", "scale", "well", "to", "large", "datasets", ".", "We", "provide", "experimental", "results", "on", "artificial", "and", "a", "real", "data", "that", "show", "the", "usefulness", "of", "bucket", "orders", "and", "demonstrate", "the", "accuracy", "and", "efficiency", "of", "the", "algorithms", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "B", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["bucket order", "ordering", "ranking"], "abstractive_keyphrases": ["partial order"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "331246", "document": ["Automatic", "multimedia", "cross-modal", "correlation", "discovery", "Given", "an", "image", "(", "or", "video", "clip", ",", "or", "audio", "song", ")", ",", "how", "do", "we", "automatically", "assign", "keywords", "to", "it", "?", "The", "general", "problem", "is", "to", "find", "correlations", "across", "the", "media", "in", "a", "collection", "of", "multimedia", "objects", "like", "video", "clips", ",", "with", "colors", ",", "and\\/or", "motion", ",", "and\\/or", "audio", ",", "and\\/or", "text", "scripts", ".", "We", "propose", "a", "novel", ",", "graph-based", "approach", ",", "``", "MMG", "''", ",", "to", "discover", "such", "cross-modal", "correlations", ".", "Our", "``", "MMG", "''", "method", "requires", "no", "tuning", ",", "no", "clustering", ",", "no", "user-determined", "constants", ";", "it", "can", "be", "applied", "to", "any", "multimedia", "collection", ",", "as", "long", "as", "we", "have", "a", "similarity", "function", "for", "each", "medium", ";", "and", "it", "scales", "linearly", "with", "the", "database", "size", ".", "We", "report", "auto-captioning", "experiments", "on", "the", "``", "standard", "''", "Corel", "image", "database", "of", "680", "MB", ",", "where", "it", "outperforms", "domain", "specific", ",", "fine-tuned", "methods", "by", "up", "to", "10", "percentage", "points", "in", "captioning", "accuracy", "(", "50", "%", "relative", "improvement", ")", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": [], "abstractive_keyphrases": ["automatic image captioning", "cross-modal correlation", "graph-based model"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "4774319", "document": ["Parallel", "mining", "of", "closed", "sequential", "patterns", "Discovery", "of", "sequential", "patterns", "is", "an", "essential", "data", "mining", "task", "with", "broad", "applications", ".", "Among", "several", "variations", "of", "sequential", "patterns", ",", "closed", "sequential", "pattern", "is", "the", "most", "useful", "one", "since", "it", "retains", "all", "the", "information", "of", "the", "complete", "pattern", "set", "but", "is", "often", "much", "more", "compact", "than", "it", ".", "Unfortunately", ",", "there", "is", "no", "parallel", "closed", "sequential", "pattern", "mining", "method", "proposed", "yet", ".", "In", "this", "paper", "we", "develop", "an", "algorithm", ",", "called", "Par-CSP", "(", "Parallel", "Closed", "Sequential", "Pattern", "mining", ")", ",", "to", "conduct", "parallel", "mining", "of", "closed", "sequential", "patterns", "on", "a", "distributed", "memory", "system", ".", "Par-CSP", "partitions", "the", "work", "among", "the", "processors", "by", "exploiting", "the", "divide-and-conquer", "property", "so", "that", "the", "overhead", "of", "interprocessor", "communication", "is", "minimized", ".", "Par-CSP", "applies", "dynamic", "scheduling", "to", "avoid", "processor", "idling", ".", "Moreover", ",", "it", "employs", "a", "technique", ",", "called", "selective", "sampling", "to", "address", "the", "load", "imbalance", "problem", ".", "We", "implement", "Par-CSP", "using", "MPI", "on", "a", "64-node", "Linux", "cluster", ".", "Our", "experimental", "results", "show", "that", "Par-CSP", "attains", "good", "parallelization", "efficiencies", "on", "various", "input", "datasets", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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"], "extractive_keyphrases": ["sampling"], "abstractive_keyphrases": ["load balancing", "parallel algorithms"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "5329968", "document": ["Nestedness", "and", "segmented", "nestedness", "Consider", "each", "row", "of", "a", "0-1", "dataset", "as", "the", "subset", "of", "the", "columns", "for", "which", "the", "row", "has", "an", "1", ".", "Then", "a", "dataset", "is", "nested", ",", "if", "for", "all", "pairs", "of", "rows", "one", "row", "is", "either", "a", "superset", "or", "subset", "of", "the", "other", ".", "The", "concept", "of", "nestedness", "has", "its", "origins", "in", "ecology", ",", "where", "approximate", "versions", "of", "it", "has", "been", "used", "to", "model", "the", "species", "distribution", "in", "different", "locations", ".", "We", "argue", "that", "nestedness", "and", "its", "extensions", "are", "interesting", "properties", "of", "datasets", ",", "and", "that", "they", "can", "be", "applied", "also", "to", "domains", "other", "than", "ecology", ".", "We", "first", "define", "natural", "measures", "of", "nestedness", "and", "study", "their", "properties", ".", "We", "then", "define", "the", "concept", "of", "k-nestedness", ":", "a", "dataset", "is", "(", "almost", ")", "k-nested", "if", "the", "set", "of", "columns", "can", "be", "partitioned", "to", "k", "parts", "so", "that", "each", "part", "is", "(", "almost", ")", "nested", ".", "We", "consider", "the", "algorithmic", "problems", "of", "computing", "how", "far", "a", "dataset", "is", "from", "being", "k-nested", ",", "and", "for", "finding", "a", "good", "partition", "of", "the", "columns", "into", "k", "parts", ".", "The", "algorithms", "are", "based", "on", "spectral", "partitioning", ",", "and", "scale", "to", "moderately", "large", "datasets", ".", "We", "apply", "the", "methods", "to", "real", "data", "from", "ecology", "and", "from", "other", "applications", ",", "and", "demonstrate", "the", "usefulness", "of", "the", "concept", "."], "doc_bio_tags": ["B", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["nestedness"], "abstractive_keyphrases": ["0-1 matrices", "nonnumerical algorithms and problems", "presence/absence data"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "13519165", "document": ["Enabling", "analysts", "in", "managed", "services", "for", "CRM", "analytics", "Data", "analytics", "tools", "and", "frameworks", "abound", ",", "yet", "rapid", "deployment", "of", "analytics", "solutions", "that", "deliver", "actionable", "insights", "from", "business", "data", "remains", "a", "challenge", ".", "The", "primary", "reason", "is", "that", "on-field", "practitioners", "are", "required", "to", "be", "both", "technically", "proficient", "and", "knowledgeable", "about", "the", "business", ".", "The", "recent", "abundance", "of", "unstructured", "business", "data", "has", "thrown", "up", "new", "opportunities", "for", "analytics", ",", "but", "has", "also", "multiplied", "the", "deployment", "challenge", ",", "since", "interpretation", "of", "concepts", "derived", "from", "textual", "sources", "require", "a", "deep", "understanding", "of", "the", "business", ".", "In", "such", "a", "scenario", ",", "a", "managed", "service", "for", "analytics", "comes", "up", "as", "the", "best", "alternative", ".", "A", "managed", "analytics", "service", "is", "centered", "around", "a", "business", "analyst", "who", "acts", "as", "a", "liaison", "between", "the", "business", "and", "the", "technology", ".", "This", "calls", "for", "new", "tools", "that", "assist", "the", "analyst", "to", "be", "efficient", "in", "the", "tasks", "that", "she", "needs", "to", "execute", ".", "Also", ",", "the", "analytics", "needs", "to", "be", "repeatable", ",", "in", "that", "the", "delivered", "insights", "should", "not", "depend", "heavily", "on", "the", "expertise", "of", "specific", "analysts", ".", "These", "factors", "lead", "us", "to", "identify", "new", "areas", "that", "open", "up", "for", "KDD", "research", "in", "terms", "of", "`", "time-to-insight", "'", "and", "repeatability", "for", "these", "analysts", ".", "We", "present", "our", "analytics", "framework", "in", "the", "form", "of", "a", "managed", "service", "offering", "for", "CRM", "analytics", ".", "We", "describe", "different", "analyst-centric", "tools", "using", "a", "case", "study", "from", "real-life", "engagements", "and", "demonstrate", "their", "effectiveness", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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"], "extractive_keyphrases": ["analytics service"], "abstractive_keyphrases": ["general", "text mining"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "6188803", "document": ["Active", "exploration", "for", "learning", "rankings", "from", "clickthrough", "data", "We", "address", "the", "task", "of", "learning", "rankings", "of", "documents", "from", "search", "enginelogs", "of", "user", "behavior", ".", "Previous", "work", "on", "this", "problem", "has", "relied", "onpassively", "collected", "clickthrough", "data", ".", "In", "contrast", ",", "we", "show", "that", "anactive", "exploration", "strategy", "can", "provide", "data", "that", "leads", "to", "much", "fasterlearning", ".", "Specifically", ",", "we", "develop", "a", "Bayesian", "approach", "for", "selectingrankings", "to", "present", "users", "so", "that", "interactions", "result", "in", "more", "informativetraining", "data", ".", "Our", "results", "using", "the", "TREC-10", "Web", "corpus", ",", "as", "well", "assynthetic", "data", ",", "demonstrate", "that", "a", "directed", "exploration", "strategy", "quicklyleads", "to", "users", "being", "presented", "improved", "rankings", "in", "an", "online", "learningsetting", ".", "We", "find", "that", "active", "exploration", "substantially", "outperformspassive", "observation", "and", "random", "exploration", "."], "doc_bio_tags": ["B", "I", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["active exploration", "clickthrough data"], "abstractive_keyphrases": ["information search and retrieval", "learning to rank", "web search"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "10937824", "document": ["Fast", "query", "execution", "for", "retrieval", "models", "based", "on", "path-constrained", "random", "walks", "Many", "recommendation", "and", "retrieval", "tasks", "can", "be", "represented", "as", "proximity", "queries", "on", "a", "labeled", "directed", "graph", ",", "with", "typed", "nodes", "representing", "documents", ",", "terms", ",", "and", "metadata", ",", "and", "labeled", "edges", "representing", "the", "relationships", "between", "them", ".", "Recent", "work", "has", "shown", "that", "the", "accuracy", "of", "the", "widely-used", "random-walk-based", "proximity", "measures", "can", "be", "improved", "by", "supervised", "learning", "-", "in", "particular", ",", "one", "especially", "effective", "learning", "technique", "is", "based", "on", "Path-Constrained", "Random", "Walks", "(", "PCRW", ")", ",", "in", "which", "similarity", "is", "defined", "by", "a", "learned", "combination", "of", "constrained", "random", "walkers", ",", "each", "constrained", "to", "follow", "only", "a", "particular", "sequence", "of", "edge", "labels", "away", "from", "the", "query", "nodes", ".", "The", "PCRW", "based", "method", "significantly", "outperformed", "unsupervised", "random", "walk", "based", "queries", ",", "and", "models", "with", "learned", "edge", "weights", ".", "Unfortunately", ",", "PCRW", "query", "systems", "are", "expensive", "to", "evaluate", ".", "In", "this", "study", "we", "evaluate", "the", "use", "of", "approximations", "to", "the", "computation", "of", "the", "PCRW", "distributions", ",", "including", "fingerprinting", ",", "particle", "filtering", ",", "and", "truncation", "strategies", ".", "In", "experiments", "on", "several", "recommendation", "and", "retrieval", "problems", "using", "two", "large", "scientific", "publications", "corpora", "we", "show", "speedups", "of", "factors", "of", "2", "to", "100", "with", "little", "loss", "in", "accuracy", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": [], "abstractive_keyphrases": ["filtering and recommending", "information search and retrieval", "learning to rank", "path-constrained random walks", "relational retrieval"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "332961", "document": ["Adaptive", "query", "processing", "for", "time-series", "data"], "doc_bio_tags": ["O", "O", "O", "O", "O", "O"], "extractive_keyphrases": [], "abstractive_keyphrases": ["time-series query processing"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "4609403", "document": ["Finding", "low-entropy", "sets", "and", "trees", "from", "binary", "data", "The", "discovery", "of", "subsets", "with", "special", "properties", "from", "binary", "data", "hasbeen", "one", "of", "the", "key", "themes", "in", "pattern", "discovery", ".", "Pattern", "classes", "suchas", "frequent", "itemsets", "stress", "the", "co-occurrence", "of", "the", "value", "1", "in", "the", "data", ".", "While", "this", "choice", "makes", "sense", "in", "the", "context", "of", "sparse", "binary", "data", ",", "it", "disregards", "potentially", "interesting", "subsets", "of", "attributes", "that", "have", "some", "other", "type", "of", "dependency", "structure", ".", "We", "consider", "the", "problem", "of", "finding", "all", "subsets", "of", "attributes", "that", "have", "low", "complexity", ".", "The", "complexity", "is", "measured", "by", "either", "the", "entropy", "of", "the", "projection", "of", "the", "data", "on", "the", "subset", ",", "or", "the", "entropy", "of", "the", "data", "for", "the", "subset", "when", "modeled", "using", "a", "Bayesian", "tree", ",", "with", "downward", "or", "upward", "pointing", "edges", ".", "We", "show", "that", "the", "entropy", "measure", "on", "sets", "has", "a", "monotonicity", "property", ",", "and", "thus", "a", "levelwise", "approach", "can", "find", "all", "low-entropy", "itemsets", ".", "We", "also", "show", "that", "the", "tree-based", "measures", "are", "bounded", "above", "by", "the", "entropy", "of", "the", "corresponding", "itemset", ",", "allowing", "similar", "algorithms", "to", "be", "used", "for", "finding", "low-entropy", "trees", ".", "We", "describe", "algorithms", "for", "finding", "all", "subsets", "satisfying", "an", "entropy", "condition", ".", "We", "give", "an", "extensive", "empirical", "evaluation", "of", "the", "performance", "of", "the", "methods", "both", "on", "synthetic", "and", "on", "real", "data", ".", "We", "also", "discuss", "the", "search", "for", "high-entropy", "subsets", "and", "the", "computation", "of", "the", "Vapnik-Chervonenkis", "dimension", "of", "the", "data", "."], "doc_bio_tags": ["O", "O", "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"], "extractive_keyphrases": ["pattern discovery"], "abstractive_keyphrases": ["local models"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "652735", "document": ["A", "large-scale", "analysis", "of", "query", "logs", "for", "assessing", "personalization", "opportunities", "Query", "logs", ",", "the", "patterns", "of", "activity", "left", "by", "millions", "of", "users", ",", "contain", "a", "wealth", "of", "information", "that", "can", "be", "mined", "to", "aid", "personalization", ".", "We", "perform", "a", "large-scale", "study", "of", "Yahoo", "!", "search", "engine", "logs", ",", "tracking", "1.35", "million", "browser-cookies", "over", "a", "period", "of", "6", "months", ".", "We", "define", "metrics", "to", "address", "questions", "such", "as", "1", ")", "How", "much", "history", "is", "available", "?", ",", "2", ")", "How", "do", "users", "'", "topical", "interests", "vary", ",", "as", "reflected", "by", "their", "queries", "?", ",", "and", "3", ")", "What", "can", "we", "learn", "from", "user", "clicks", "?", "We", "find", "that", "there", "is", "significantly", "more", "expected", "history", "for", "the", "user", "of", "a", "randomly", "picked", "query", "than", "for", "a", "randomly", "picked", "user", ".", "We", "show", "that", "users", "exhibit", "consistent", "topical", "interests", "that", "vary", "between", "users", ".", "We", "also", "see", "that", "user", "clicks", "indicate", "a", "variety", "of", "special", "interests", ".", "Our", "findings", "shed", "light", "on", "user", "activity", "and", "can", "inform", "future", "personalization", "efforts", "."], "doc_bio_tags": ["O", "O", "O", "O", "B", "I", "O", "O", "B", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O"], "extractive_keyphrases": ["personalization", "query logs"], "abstractive_keyphrases": ["categorization", "clustering", "miscellaneous", "user history", "user interests"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "9640202", "document": ["Drosophila", "gene", "expression", "pattern", "annotation", "using", "sparse", "features", "and", "term-term", "interactions", "The", "Drosophila", "gene", "expression", "pattern", "images", "document", "the", "spatial", "and", "temporal", "dynamics", "of", "gene", "expression", "and", "they", "are", "valuable", "tools", "for", "explicating", "the", "gene", "functions", ",", "interaction", ",", "and", "networks", "during", "Drosophila", "embryogenesis", ".", "To", "provide", "text-based", "pattern", "searching", ",", "the", "images", "in", "the", "Berkeley", "Drosophila", "Genome", "Project", "(", "BDGP", ")", "study", "are", "annotated", "with", "ontology", "terms", "manually", "by", "human", "curators", ".", "We", "present", "a", "systematic", "approach", "for", "automating", "this", "task", ",", "because", "the", "number", "of", "images", "needing", "text", "descriptions", "is", "now", "rapidly", "increasing", ".", "We", "consider", "both", "improved", "feature", "representation", "and", "novel", "learning", "formulation", "to", "boost", "the", "annotation", "performance", ".", "For", "feature", "representation", ",", "we", "adapt", "the", "bag-of-words", "scheme", "commonly", "used", "in", "visual", "recognition", "problems", "so", "that", "the", "image", "group", "information", "in", "the", "BDGP", "study", "is", "retained", ".", "Moreover", ",", "images", "from", "multiple", "views", "can", "be", "integrated", "naturally", "in", "this", "representation", ".", "To", "reduce", "the", "quantization", "error", "caused", "by", "the", "bag-of-words", "representation", ",", "we", "propose", "an", "improved", "feature", "representation", "scheme", "based", "on", "the", "sparse", "learning", "technique", ".", "In", "the", "design", "of", "learning", "formulation", ",", "we", "propose", "a", "local", "regularization", "framework", "that", "can", "incorporate", "the", "correlations", "among", "terms", "explicitly", ".", "We", "further", "show", "that", "the", "resulting", "optimization", "problem", "admits", "an", "analytical", "solution", ".", "Experimental", "results", "show", "that", "the", "representation", "based", "on", "sparse", "learning", "outperforms", "the", "bag-of-words", "representation", "significantly", ".", "Results", "also", "show", "that", "incorporation", "of", "the", "term-term", "correlations", "improves", "the", "annotation", "performance", "consistently", "."], "doc_bio_tags": ["O", "B", "I", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["gene expression pattern", "regularization", "sparse learning"], "abstractive_keyphrases": ["bag-of-words", "image annotation"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "13189609", "document": ["GBASE", ":", "a", "scalable", "and", "general", "graph", "management", "system", "Graphs", "appear", "in", "numerous", "applications", "including", "cyber-security", ",", "the", "Internet", ",", "social", "networks", ",", "protein", "networks", ",", "recommendation", "systems", ",", "and", "many", "more", ".", "Graphs", "with", "millions", "or", "even", "billions", "of", "nodes", "and", "edges", "are", "common-place", ".", "How", "to", "store", "such", "large", "graphs", "efficiently", "?", "What", "are", "the", "core", "operations\\/queries", "on", "those", "graph", "?", "How", "to", "answer", "the", "graph", "queries", "quickly", "?", "We", "propose", "GBASE", ",", "a", "scalable", "and", "general", "graph", "management", "and", "mining", "system", ".", "The", "key", "novelties", "lie", "in", "1", ")", "our", "storage", "and", "compression", "scheme", "for", "a", "parallel", "setting", "and", "2", ")", "the", "carefully", "chosen", "graph", "operations", "and", "their", "efficient", "implementation", ".", "We", "designed", "and", "implemented", "an", "instance", "of", "GBASE", "using", "MapReduce\\/Hadoop", ".", "GBASE", "provides", "a", "parallel", "indexing", "mechanism", "for", "graph", "mining", "operations", "that", "both", "saves", "storage", "space", ",", "as", "well", "as", "accelerates", "queries", ".", "We", "ran", "numerous", "experiments", "on", "real", "graphs", ",", "spanning", "billions", "of", "nodes", "and", "edges", ",", "and", "we", "show", "that", "our", "proposed", "GBASE", "is", "indeed", "fast", ",", "scalable", "and", "nimble", ",", "with", "significant", "savings", "in", "space", "and", "time", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["compression", "graph", "indexing"], "abstractive_keyphrases": ["distributed computing"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "4677655", "document": ["Cleaning", "disguised", "missing", "data", ":", "a", "heuristic", "approach", "In", "some", "applications", "such", "as", "filling", "in", "a", "customer", "information", "form", "on", "the", "web", ",", "some", "missing", "values", "may", "not", "be", "explicitly", "represented", "as", "such", ",", "but", "instead", "appear", "as", "potentially", "valid", "data", "values", ".", "Such", "missing", "values", "are", "known", "as", "disguised", "missing", "data", ",", "which", "may", "impair", "the", "quality", "of", "data", "analysis", "severely", ",", "such", "as", "causing", "significant", "biases", "and", "misleading", "results", "in", "hypothesis", "tests", ",", "correlation", "analysis", "and", "regressions", ".", "The", "very", "limited", "previous", "studies", "on", "cleaning", "disguised", "missing", "data", "use", "outlier", "mining", "and", "distribution", "anomaly", "detection", ".", "They", "highly", "rely", "on", "domain", "background", "knowledge", "in", "specific", "applications", "and", "may", "not", "work", "well", "for", "the", "cases", "where", "the", "disguise", "values", "are", "inliers", ".", "To", "tackle", "the", "problem", "of", "cleaning", "disguised", "missing", "data", ",", "in", "this", "paper", ",", "we", "first", "model", "the", "distribution", "of", "disguised", "missing", "data", ",", "and", "propose", "the", "embedded", "unbiased", "sample", "heuristic", ".", "Then", ",", "we", "develop", "an", "effective", "and", "efficient", "method", "to", "identify", "the", "frequently", "used", "disguise", "values", "which", "capture", "the", "major", "body", "of", "the", "disguised", "missing", "data", ".", "Our", "method", "does", "not", "require", "any", "domain", "background", "knowledge", "to", "find", "the", "suspicious", "disguise", "values", ".", "We", "report", "an", "empirical", "evaluation", "using", "real", "data", "sets", ",", "which", "shows", "that", "our", "method", "is", "effective", "-", "the", "frequently", "used", "disguise", "values", "found", "by", "our", "method", "match", "the", "values", "identified", "by", "the", "domain", "experts", "nicely", ".", "Our", "method", "is", "also", "efficient", "and", "scalable", "for", "processing", "large", "data", "sets", "."], "doc_bio_tags": ["O", "B", "I", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["disguised missing data"], "abstractive_keyphrases": ["data cleaning", "data quality"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "8664081", "document": ["Passenger-based", "predictive", "modeling", "of", "airline", "no-show", "rates", "Airlines", "routinely", "overbook", "flights", "based", "on", "the", "expectation", "that", "some", "fraction", "of", "booked", "passengers", "will", "not", "show", "for", "each", "flight", ".", "Accurate", "forecasts", "of", "the", "expected", "number", "of", "no-shows", "for", "each", "flight", "can", "increase", "airline", "revenue", "by", "reducing", "the", "number", "of", "spoiled", "seats", "(", "empty", "seats", "that", "might", "otherwise", "have", "been", "sold", ")", "and", "the", "number", "of", "involuntary", "denied", "boardings", "at", "the", "departure", "gate", ".", "Conventional", "no-show", "forecasting", "methods", "typically", "average", "the", "no-show", "rates", "of", "historically", "similar", "flights", ",", "without", "the", "use", "of", "passenger-specific", "information", ".", "We", "develop", "two", "classes", "of", "models", "to", "predict", "cabin-level", "no-show", "rates", "using", "specific", "information", "on", "the", "individual", "passengers", "booked", "on", "each", "flight", ".", "The", "first", "of", "these", "models", "computes", "the", "no-show", "probability", "for", "each", "passenger", ",", "using", "both", "the", "cabin-level", "historical", "forecast", "and", "the", "extracted", "passenger", "features", "as", "explanatory", "variables", ".", "This", "passenger-level", "model", "is", "implemented", "using", "three", "different", "predictive", "methods", ":", "a", "C4", ".5", "decision-tree", ",", "a", "segmented", "Naive", "Bayes", "algorithm", ",", "and", "a", "new", "aggregation", "method", "for", "an", "ensemble", "of", "probabilistic", "models", ".", "The", "second", "cabin-level", "model", "is", "formulated", "using", "the", "desired", "cabin-level", "no-show", "rate", "as", "the", "response", "variable", ".", "Inputs", "to", "this", "model", "include", "the", "predicted", "cabin-level", "no-show", "rates", "derived", "from", "the", "various", "passenger-level", "models", ",", "as", "well", "as", "simple", "statistics", "of", "the", "features", "of", "the", "cabin", "passenger", "population", ".", "The", "cabin-level", "model", "is", "implemented", "using", "either", "linear", "regression", ",", "or", "as", "a", "direct", "probability", "model", "with", "explicit", "incorporation", "of", "the", "cabin-level", "no-show", "rates", "derived", "from", "the", "passenger-level", "model", "outputs", ".", "The", "new", "passenger-based", "models", "are", "compared", "to", "a", "conventional", "historical", "model", ",", "using", "train", "and", "evaluation", "data", "sets", "taken", "from", "over", "1", "million", "passenger", "name", "records", ".", "Standard", "metrics", "such", "as", "lift", "curves", "and", "mean-square", "cabin-level", "errors", "establish", "the", "improved", "accuracy", "of", "the", "passenger-based", "models", "over", "the", "historical", "model", ".", "All", "models", "are", "also", "evaluated", "using", "a", "simple", "revenue", "model", ",", "and", "it", "is", "shown", "that", "the", "cabin-level", "passenger-based", "model", "can", "produce", "between", "0.4", "%", "and", "3.2", "%", "revenue", "gain", "over", "the", "conventional", "model", ",", "depending", "on", "the", "revenue-model", "parameters", "."], "doc_bio_tags": ["O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["predictive modeling"], "abstractive_keyphrases": ["airline overbooking", "classification", "model aggregation", "no-show forecasting", "probabilistic estimation"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "1110787", "document": ["A", "maximum", "entropy", "web", "recommendation", "system", ":", "combining", "collaborative", "and", "content", "features", "Web", "users", "display", "their", "preferences", "implicitly", "by", "navigating", "through", "a", "sequence", "of", "pages", "or", "by", "providing", "numeric", "ratings", "to", "some", "items", ".", "Web", "usage", "mining", "techniques", "are", "used", "to", "extract", "useful", "knowledge", "about", "user", "interests", "from", "such", "data", ".", "The", "discovered", "user", "models", "are", "then", "used", "for", "a", "variety", "of", "applications", "such", "as", "personalized", "recommendations", ".", "Web", "site", "content", "or", "semantic", "features", "of", "objects", "provide", "another", "source", "of", "knowledge", "for", "deciphering", "users", "'", "needs", "or", "interests", ".", "We", "propose", "a", "novel", "Web", "recommendation", "system", "in", "which", "collaborative", "features", "such", "as", "navigation", "or", "rating", "data", "as", "well", "as", "the", "content", "features", "accessed", "by", "the", "users", "are", "seamlessly", "integrated", "under", "the", "maximum", "entropy", "principle", ".", "Both", "the", "discovered", "user", "patterns", "and", "the", "semantic", "relationships", "among", "Web", "objects", "are", "represented", "as", "sets", "of", "constraints", "that", "are", "integrated", "to", "fit", "the", "model", ".", "In", "the", "case", "of", "content", "features", ",", "we", "use", "a", "new", "approach", "based", "on", "Latent", "Dirichlet", "Allocation", "(", "LDA", ")", "to", "discover", "the", "hidden", "semantic", "relationships", "among", "items", "and", "derive", "constraints", "used", "in", "the", "model", ".", "Experiments", "on", "real", "Web", "site", "usage", "data", "sets", "show", "that", "this", "approach", "can", "achieve", "better", "recommendation", "accuracy", ",", "when", "compared", "to", "systems", "using", "only", "usage", "information", ".", "The", "integration", "of", "semantic", "information", "also", "allows", "for", "better", "interpretation", "of", "the", "generated", "recommendations", "."], "doc_bio_tags": ["O", "B", "I", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["maximum entropy", "recommendation", "web usage mining"], "abstractive_keyphrases": ["user profiling"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "4409709", "document": ["Using", "relational", "knowledge", "discovery", "to", "prevent", "securities", "fraud", "We", "describe", "an", "application", "of", "relational", "knowledge", "discovery", "to", "a", "key", "regulatory", "mission", "of", "the", "National", "Association", "of", "Securities", "Dealers", "(", "NASD", ")", ".", "NASD", "is", "the", "world", "'s", "largest", "private-sector", "securities", "regulator", ",", "with", "responsibility", "for", "preventing", "and", "discovering", "misconduct", "among", "securities", "brokers", ".", "Our", "goal", "was", "to", "help", "focus", "NASD", "'s", "limited", "regulatory", "resources", "on", "the", "brokers", "who", "are", "most", "likely", "to", "engage", "in", "securities", "violations", ".", "Using", "statistical", "relational", "learning", "algorithms", ",", "we", "developed", "models", "that", "rank", "brokers", "with", "respect", "to", "the", "probability", "that", "they", "would", "commit", "a", "serious", "violation", "of", "securities", "regulations", "in", "the", "near", "future", ".", "Our", "models", "incorporate", "organizational", "relationships", "among", "brokers", "(", "e.g.", ",", "past", "coworker", ")", ",", "which", "domain", "experts", "consider", "important", "but", "have", "not", "been", "easily", "used", "before", "now", ".", "The", "learned", "models", "were", "subjected", "to", "an", "extensive", "evaluation", "using", "more", "than", "18", "months", "of", "data", "unseen", "by", "the", "model", "developers", "and", "comprising", "over", "two", "person", "weeks", "of", "effort", "by", "NASD", "staff", ".", "Model", "predictions", "were", "found", "to", "correlate", "highly", "with", "the", "subjective", "evaluations", "of", "experienced", "NASD", "examiners", ".", "Furthermore", ",", "in", "all", "performance", "measures", ",", "our", "models", "performed", "as", "well", "as", "or", "better", "than", "the", "handcrafted", "rules", "that", "are", "currently", "in", "use", "at", "NASD", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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"], "extractive_keyphrases": ["learning"], "abstractive_keyphrases": ["fraud detection", "relational probability trees", "statistical relational learning"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "1080840", "document": ["Understandable", "models", "Of", "music", "collections", "based", "on", "exhaustive", "feature", "generation", "with", "temporal", "statistics", "Data", "mining", "in", "large", "collections", "of", "polyphonic", "music", "has", "recently", "received", "increasing", "interest", "by", "companies", "along", "with", "the", "advent", "of", "commercial", "online", "distribution", "of", "music", ".", "Important", "applications", "include", "the", "categorization", "of", "songs", "into", "genres", "and", "the", "recommendation", "of", "songs", "according", "to", "musical", "similarity", "and", "the", "customer", "'s", "musical", "preferences", ".", "Modeling", "genre", "or", "timbre", "of", "polyphonic", "music", "is", "at", "the", "core", "of", "these", "tasks", "and", "has", "been", "recognized", "as", "a", "difficult", "problem", ".", "Many", "audio", "features", "have", "been", "proposed", ",", "but", "they", "do", "not", "provide", "easily", "understandable", "descriptions", "of", "music", ".", "They", "do", "not", "explain", "why", "a", "genre", "was", "chosen", "or", "in", "which", "way", "one", "song", "is", "similar", "to", "another", ".", "We", "present", "an", "approach", "that", "combines", "large", "scale", "feature", "generation", "with", "meta", "learning", "techniques", "to", "obtain", "meaningful", "features", "for", "musical", "similarity", ".", "We", "perform", "exhaustive", "feature", "generation", "based", "on", "temporal", "statistics", "and", "train", "regression", "models", "to", "summarize", "a", "subset", "of", "these", "features", "into", "a", "single", "descriptor", "of", "a", "particular", "notion", "of", "music", ".", "Using", "several", "such", "models", "we", "produce", "a", "concise", "semantic", "description", "of", "each", "song", ".", "Genre", "classification", "models", "based", "on", "these", "semantic", "features", "are", "shown", "to", "be", "better", "understandable", "and", "almost", "as", "accurate", "as", "traditional", "methods", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["feature generation", "genre classification", "meta learning"], "abstractive_keyphrases": ["logistic regression", "miscellaneous", "music mining"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "14477329", "document": ["Towards", "bounding", "sequential", "patterns", "Given", "a", "sequence", "database", ",", "can", "we", "have", "a", "non-trivial", "upper", "bound", "on", "the", "number", "of", "sequential", "patterns", "?", "The", "problem", "of", "bounding", "sequential", "patterns", "is", "very", "challenging", "in", "theory", "due", "to", "the", "combinatorial", "complexity", "of", "sequences", ",", "even", "given", "some", "inspiring", "results", "on", "bounding", "itemsets", "in", "frequent", "itemset", "mining", ".", "Moreover", ",", "the", "problem", "is", "highly", "meaningful", "in", "practice", ",", "since", "the", "upper", "bound", "can", "be", "used", "in", "many", "applications", "such", "as", "space", "allocation", "in", "building", "sequence", "data", "warehouses", ".", "In", "this", "paper", ",", "we", "tackle", "the", "problem", "of", "bounding", "sequential", "patterns", "by", "presenting", ",", "for", "the", "first", "time", "in", "the", "field", "of", "sequential", "pattern", "mining", ",", "strong", "combinatorial", "results", "on", "computing", "the", "number", "of", "possible", "sequential", "patterns", "that", "can", "be", "generated", "at", "a", "given", "length", "k.", "We", "introduce", ",", "as", "a", "case", "study", ",", "two", "novel", "techniques", "to", "estimate", "the", "number", "of", "candidate", "sequences", ".", "An", "extensive", "empirical", "study", "on", "both", "real", "data", "and", "synthetic", "data", "verifies", "the", "effectiveness", "of", "our", "methods", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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"], "extractive_keyphrases": ["sequential pattern mining"], "abstractive_keyphrases": ["combinatorics"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "13083411", "document": ["Fast", "nearest-neighbor", "search", "in", "disk-resident", "graphs", "Link", "prediction", ",", "personalized", "graph", "search", ",", "fraud", "detection", ",", "and", "many", "such", "graph", "mining", "problems", "revolve", "around", "the", "computation", "of", "the", "most", "``", "similar", "''", "k", "nodes", "to", "a", "given", "query", "node", ".", "One", "widely", "used", "class", "of", "similarity", "measures", "is", "based", "on", "random", "walks", "on", "graphs", ",", "e.g.", ",", "personalized", "pagerank", ",", "hitting", "and", "commute", "times", ",", "and", "simrank", ".", "There", "are", "two", "fundamental", "problems", "associated", "with", "these", "measures", ".", "First", ",", "existing", "online", "algorithms", "typically", "examine", "the", "local", "neighborhood", "of", "the", "query", "node", "which", "can", "become", "significantly", "slower", "whenever", "high-degree", "nodes", "are", "encountered", "(", "a", "common", "phenomenon", "in", "real-world", "graphs", ")", ".", "We", "prove", "that", "turning", "high", "degree", "nodes", "into", "sinks", "results", "in", "only", "a", "small", "approximation", "error", ",", "while", "greatly", "improving", "running", "times", ".", "The", "second", "problem", "is", "that", "of", "computing", "similarities", "at", "query", "time", "when", "the", "graph", "is", "too", "large", "to", "be", "memory-resident", ".", "The", "obvious", "solution", "is", "to", "split", "the", "graph", "into", "clusters", "of", "nodes", "and", "store", "each", "cluster", "on", "a", "disk", "page", ";", "ideally", "random", "walks", "will", "rarely", "cross", "cluster", "boundaries", "and", "cause", "page-faults", ".", "Our", "contributions", "here", "are", "twofold", ":", "(", "a", ")", "we", "present", "an", "efficient", "deterministic", "algorithm", "to", "find", "the", "k", "closest", "neighbors", "(", "in", "terms", "of", "personalized", "pagerank", ")", "of", "any", "query", "node", "in", "such", "a", "clustered", "graph", ",", "and", "(", "b", ")", "we", "develop", "a", "clustering", "algorithm", "(", "RWDISK", ")", "that", "uses", "only", "sequential", "sweeps", "over", "data", "files", ".", "Empirical", "results", "on", "several", "large", "publicly", "available", "graphs", "like", "DBLP", ",", "Citeseer", "and", "Live-Journal", "(", "~", "90", "M", "edges", ")", "demonstrate", "that", "turning", "high", "degree", "nodes", "into", "sinks", "not", "only", "improves", "running", "time", "of", "RWDISK", "by", "a", "factor", "of", "3", "but", "also", "boosts", "link", "prediction", "accuracy", "by", "a", "factor", "of", "4", "on", "average", ".", "We", "also", "show", "that", "RWDISK", "returns", "more", "desirable", "(", "high", "conductance", "and", "small", "size", ")", "clusters", "than", "the", "popular", "clustering", "algorithm", "METIS", ",", "while", "requiring", "much", "less", "memory", ".", "Finally", "our", "deterministic", "algorithm", "for", "computing", "nearest", "neighbors", "incurs", "far", "fewer", "page-faults", "(", "factor", "of", "5", ")", "than", "actually", "simulating", "random", "walks", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "B", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O"], "extractive_keyphrases": ["graphs", "link prediction", "random walks"], "abstractive_keyphrases": ["external memory"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "10589922", "document": ["Designing", "efficient", "cascaded", "classifiers", ":", "tradeoff", "between", "accuracy", "and", "cost", "We", "propose", "a", "method", "to", "train", "a", "cascade", "of", "classifiers", "by", "simultaneously", "optimizing", "all", "its", "stages", ".", "The", "approach", "relies", "on", "the", "idea", "of", "optimizing", "soft", "cascades", ".", "In", "particular", ",", "instead", "of", "optimizing", "a", "deterministic", "hard", "cascade", ",", "we", "optimize", "a", "stochastic", "soft", "cascade", "where", "each", "stage", "accepts", "or", "rejects", "samples", "according", "to", "a", "probability", "distribution", "induced", "by", "the", "previous", "stage-specific", "classifier", ".", "The", "overall", "system", "accuracy", "is", "maximized", "while", "explicitly", "controlling", "the", "expected", "cost", "for", "feature", "acquisition", ".", "Experimental", "results", "on", "three", "clinically", "relevant", "problems", "show", "the", "effectiveness", "of", "our", "proposed", "approach", "in", "achieving", "the", "desired", "tradeoff", "between", "accuracy", "and", "feature", "acquisition", "cost", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": [], "abstractive_keyphrases": ["accuracy vs cost", "cascade design", "cost sensitive learning"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "5203398", "document": ["A", "new", "multi-view", "regression", "approach", "with", "an", "application", "to", "customer", "wallet", "estimation", "Motivated", "by", "the", "problem", "of", "customer", "wallet", "estimation", ",", "we", "propose", "a", "new", "setting", "for", "multi-view", "regression", ",", "where", "we", "learn", "a", "completely", "unobserved", "target", "(", "in", "our", "case", ",", "customer", "wallet", ")", "by", "modeling", "it", "as", "a", "``", "central", "link", "''", "in", "a", "directed", "graphical", "model", ",", "connecting", "multiple", "sets", "of", "observed", "variables", ".", "The", "resulting", "conditional", "independence", "allows", "us", "to", "reduce", "the", "maximum", "discriminative", "likelihood", "estimation", "problem", "to", "a", "convex", "optimization", "problem", "for", "exponential", "linear", "models", ".", "We", "show", "that", "under", "certain", "modeling", "assumptions", ",", "in", "particular", ",", "when", "there", "exist", "two", "conditionally", "independent", "views", "and", "the", "noise", "is", "Gaussian", ",", "this", "problem", "can", "be", "reduced", "to", "a", "single", "least", "squares", "regression", ".", "Thus", ",", "for", "this", "specific", ",", "but", "widely", "applicable", "setting", ",", "the", "``", "unsupervised", "''", "multi-view", "problem", "can", "be", "solved", "via", "a", "simple", "supervised", "learning", "approach", ".", "This", "reduction", "also", "allows", "us", "to", "test", "the", "statistical", "independence", "assumptions", "underlying", "the", "graphical", "model", "and", "perform", "variable", "selection", ".", "We", "demonstrate", "the", "effectiveness", "of", "our", "approach", "on", "our", "motivating", "problem", "of", "customer", "wallet", "estimation", "and", "on", "simulation", "data", "."], "doc_bio_tags": ["O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["learning", "regression"], "abstractive_keyphrases": ["bayesian networks", "multi-view learning"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "13502551", "document": ["A", "generalized", "Co-HITS", "algorithm", "and", "its", "application", "to", "bipartite", "graphs", "Recently", "many", "data", "types", "arising", "from", "data", "mining", "and", "Web", "search", "applications", "can", "be", "modeled", "as", "bipartite", "graphs", ".", "Examples", "include", "queries", "and", "URLs", "in", "query", "logs", ",", "and", "authors", "and", "papers", "in", "scientific", "literature", ".", "However", ",", "one", "of", "the", "issues", "is", "that", "previous", "algorithms", "only", "consider", "the", "content", "and", "link", "information", "from", "one", "side", "of", "the", "bipartite", "graph", ".", "There", "is", "a", "lack", "of", "constraints", "to", "make", "sure", "the", "final", "relevance", "of", "the", "score", "propagation", "on", "the", "graph", ",", "as", "there", "are", "many", "noisy", "edges", "within", "the", "bipartite", "graph", ".", "In", "this", "paper", ",", "we", "propose", "a", "novel", "and", "general", "Co-HITS", "algorithm", "to", "incorporate", "the", "bipartite", "graph", "with", "the", "content", "information", "from", "both", "sides", "as", "well", "as", "the", "constraints", "of", "relevance", ".", "Moreover", ",", "we", "investigate", "the", "algorithm", "based", "on", "two", "frameworks", ",", "including", "the", "iterative", "and", "the", "regularization", "frameworks", ",", "and", "illustrate", "the", "generalized", "Co-HITS", "algorithm", "from", "different", "views", ".", "For", "the", "iterative", "framework", ",", "it", "contains", "HITS", "and", "personalized", "PageRank", "as", "special", "cases", ".", "In", "the", "regularization", "framework", ",", "we", "successfully", "build", "a", "connection", "with", "HITS", ",", "and", "develop", "a", "new", "cost", "function", "to", "consider", "the", "direct", "relationship", "between", "two", "entity", "sets", ",", "which", "leads", "to", "a", "significant", "improvement", "over", "the", "baseline", "method", ".", "To", "illustrate", "our", "methodology", ",", "we", "apply", "the", "Co-HITS", "algorithm", ",", "with", "many", "different", "settings", ",", "to", "the", "application", "of", "query", "suggestion", "by", "mining", "the", "AOL", "query", "log", "data", ".", "Experimental", "results", "demonstrate", "that", "CoRegu-0", ".5", "(", "i.e.", ",", "a", "model", "of", "the", "regularization", "framework", ")", "achieves", "the", "best", "performance", "with", "consistent", "and", "promising", "improvements", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["bipartite graphs", "regularization", "score propagation"], "abstractive_keyphrases": ["co-hits", "mutual reinforcement"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "4469535", "document": ["Relational", "data", "pre-processing", "techniques", "for", "improved", "securities", "fraud", "detection", "Commercial", "datasets", "are", "often", "large", ",", "relational", ",", "and", "dynamic", ".", "They", "contain", "many", "records", "of", "people", ",", "places", ",", "things", ",", "events", "and", "their", "interactions", "over", "time", ".", "Such", "datasets", "are", "rarely", "structured", "appropriately", "for", "knowledge", "discovery", ",", "and", "they", "often", "contain", "variables", "whose", "meanings", "change", "across", "different", "subsets", "of", "the", "data", ".", "We", "describe", "how", "these", "challenges", "were", "addressed", "in", "a", "collaborative", "analysis", "project", "undertaken", "by", "the", "University", "of", "Massachusetts", "Amherst", "and", "the", "National", "Association", "of", "Securities", "Dealers", "(", "NASD", ")", ".", "We", "describe", "several", "methods", "for", "data", "pre-processing", "that", "we", "applied", "to", "transform", "a", "large", ",", "dynamic", ",", "and", "relational", "dataset", "describing", "nearly", "the", "entirety", "of", "the", "U.S.", "securities", "industry", ",", "and", "we", "show", "how", "these", "methods", "made", "the", "dataset", "suitable", "for", "learning", "statistical", "relational", "models", ".", "To", "better", "utilize", "social", "structure", ",", "we", "first", "applied", "known", "consolidation", "and", "link", "formation", "techniques", "to", "associate", "individuals", "with", "branch", "office", "locations", ".", "In", "addition", ",", "we", "developed", "an", "innovative", "technique", "to", "infer", "professional", "associations", "by", "exploiting", "dynamic", "employment", "histories", ".", "Finally", ",", "we", "applied", "normalization", "techniques", "to", "create", "a", "suitable", "class", "label", "that", "adjusts", "for", "spatial", ",", "temporal", ",", "and", "other", "heterogeneity", "within", "the", "data", ".", "We", "show", "how", "these", "pre-processing", "techniques", "combine", "to", "provide", "the", "necessary", "foundation", "for", "learning", "high-performing", "statistical", "models", "of", "fraudulent", "activity", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["fraud detection", "normalization"], "abstractive_keyphrases": ["data pre-processing", "relational probability trees", "statistical relational learning"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "1167659", "document": ["Weighting", "versus", "pruning", "in", "rule", "validation", "for", "detecting", "network", "and", "host", "anomalies", "For", "intrusion", "detection", ",", "the", "LERAD", "algorithm", "learns", "a", "succinct", "set", "of", "comprehensible", "rules", "for", "detecting", "anomalies", ",", "which", "could", "be", "novel", "attacks", ".", "LERAD", "validates", "the", "learned", "rules", "on", "a", "separate", "held-out", "validation", "set", "and", "removes", "rules", "that", "cause", "false", "alarms", ".", "However", ",", "removing", "rules", "with", "possible", "high", "coverage", "can", "lead", "to", "missed", "detections", ".", "We", "propose", "to", "retain", "these", "rules", "and", "associate", "weights", "to", "them", ".", "We", "present", "three", "weighting", "schemes", "and", "our", "empirical", "results", "indicate", "that", ",", "for", "LERAD", ",", "rule", "weighting", "can", "detect", "more", "attacks", "than", "pruning", "with", "minimal", "computational", "overhead", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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"], "extractive_keyphrases": ["rule weighting"], "abstractive_keyphrases": ["anomaly detection", "invasive software", "machine learning", "rule pruning", "unauthorized access"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "1239715", "document": ["Sequential", "cost-sensitive", "decision", "making", "with", "reinforcement", "learning", "Recently", ",", "there", "has", "been", "increasing", "interest", "in", "the", "issues", "of", "cost-sensitive", "learning", "and", "decision", "making", "in", "a", "variety", "of", "applications", "of", "data", "mining", ".", "A", "number", "of", "approaches", "have", "been", "developed", "that", "are", "effective", "at", "optimizing", "cost-sensitive", "decisions", "when", "each", "decision", "is", "considered", "in", "isolation", ".", "However", ",", "the", "issue", "of", "sequential", "decision", "making", ",", "with", "the", "goal", "of", "maximizing", "total", "benefits", "accrued", "over", "a", "period", "of", "time", "instead", "of", "immediate", "benefits", ",", "has", "rarely", "been", "addressed", ".", "In", "the", "present", "paper", ",", "we", "propose", "a", "novel", "approach", "to", "sequential", "decision", "making", "based", "on", "the", "reinforcement", "learning", "framework", ".", "Our", "approach", "attempts", "to", "learn", "decision", "rules", "that", "optimize", "a", "sequence", "of", "cost-sensitive", "decisions", "so", "as", "to", "maximize", "the", "total", "benefits", "accrued", "over", "time", ".", "We", "use", "the", "domain", "of", "targeted", "'", "marketing", "as", "a", "testbed", "for", "empirical", "evaluation", "of", "the", "proposed", "method", ".", "We", "conducted", "experiments", "using", "approximately", "two", "years", "of", "monthly", "promotion", "data", "derived", "from", "the", "well-known", "KDD", "Cup", "1998", "donation", "data", "set", ".", "The", "experimental", "results", "show", "that", "the", "proposed", "method", "for", "optimizing", "total", "accrued", "benefits", "out", "performs", "the", "usual", "targeted-marketing", "methodology", "of", "optimizing", "each", "promotion", "in", "isolation", ".", "We", "also", "analyze", "the", "behavior", "of", "the", "targeting", "rules", "that", "were", "obtained", "and", "discuss", "their", "appropriateness", "to", "the", "application", "domain", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["learning"], "abstractive_keyphrases": [], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "1167595", "document": ["Eigenspace-based", "anomaly", "detection", "in", "computer", "systems", "We", "report", "on", "an", "automated", "runtime", "anomaly", "detection", "method", "at", "the", "application", "layer", "of", "multi-node", "computer", "systems", ".", "Although", "several", "network", "management", "systems", "are", "available", "in", "the", "market", ",", "none", "of", "them", "have", "sufficient", "capabilities", "to", "detect", "faults", "in", "multi-tier", "Web-based", "systems", "with", "redundancy", ".", "We", "model", "a", "Web-based", "system", "as", "a", "weighted", "graph", ",", "where", "each", "node", "represents", "a", "``", "service", "''", "and", "each", "edge", "represents", "a", "dependency", "between", "services", ".", "Since", "the", "edge", "weights", "vary", "greatly", "over", "time", ",", "the", "problem", "we", "address", "is", "that", "of", "anomaly", "detection", "from", "a", "time", "sequence", "of", "graphs", ".", "In", "our", "method", ",", "we", "first", "extract", "a", "feature", "vector", "from", "the", "adjacency", "matrix", "that", "represents", "the", "activities", "of", "all", "of", "the", "services", ".", "The", "heart", "of", "our", "method", "is", "to", "use", "the", "principal", "eigenvector", "of", "the", "eigenclusters", "of", "the", "graph", ".", "Then", "we", "derive", "a", "probability", "distribution", "for", "an", "anomaly", "measure", "defined", "for", "a", "time-series", "of", "directional", "data", "derived", "from", "the", "graph", "sequence", ".", "Given", "a", "critical", "probability", ",", "the", "threshold", "value", "is", "adaptively", "updated", "using", "a", "novel", "online", "algorithm", ".", "We", "demonstrate", "that", "a", "fault", "in", "a", "Web", "application", "can", "be", "automatically", "detected", "and", "the", "faulty", "services", "are", "identified", "without", "using", "detailed", "knowledge", "of", "the", "behavior", "of", "the", "system", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "I", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["principal eigenvector", "time sequence of graphs"], "abstractive_keyphrases": ["learning", "perron-frobenius theorem", "singular value decomposition", "von mises-fisher distribution"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "998449", "document": ["Combining", "email", "models", "for", "false", "positive", "reduction", "Machine", "learning", "and", "data", "mining", "can", "be", "effectively", "used", "to", "model", ",", "classify", "and", "discover", "interesting", "information", "for", "a", "wide", "variety", "of", "data", "including", "email", ".", "The", "Email", "Mining", "Toolkit", ",", "EMT", ",", "has", "been", "designed", "to", "provide", "a", "wide", "range", "of", "analyses", "for", "arbitrary", "email", "sources", ".", "Depending", "upon", "the", "task", ",", "one", "can", "usually", "achieve", "very", "high", "accuracy", ",", "but", "with", "some", "amount", "of", "false", "positive", "tradeoff", ".", "Generally", "false", "positives", "are", "prohibitively", "expensive", "in", "the", "real", "world", ".", "In", "the", "case", "of", "spam", "detection", ",", "for", "example", ",", "even", "if", "one", "email", "is", "misclassified", ",", "this", "may", "be", "unacceptable", "if", "it", "is", "a", "very", "important", "email", ".", "Much", "work", "has", "been", "done", "to", "improve", "specific", "algorithms", "for", "the", "task", "of", "detecting", "unwanted", "messages", ",", "but", "less", "work", "has", "been", "report", "on", "leveraging", "multiple", "algorithms", "and", "correlating", "models", "in", "this", "particular", "domain", "of", "email", "analysis", ".", "EMT", "has", "been", "updated", "with", "new", "correlation", "functions", "allowing", "the", "analyst", "to", "integrate", "a", "number", "of", "EMT", "'s", "user", "behavior", "models", "available", "in", "the", "core", "technology", ".", "We", "present", "results", "of", "combining", "classifier", "outputs", "for", "improving", "both", "accuracy", "and", "reducing", "false", "positives", "for", "the", "problem", "of", "spam", "detection", ".", "We", "apply", "these", "methods", "to", "a", "very", "large", "email", "data", "set", "and", "show", "results", "of", "different", "combination", "methods", "on", "these", "corpora", ".", "We", "introduce", "a", "new", "method", "to", "compare", "multiple", "and", "combined", "classifiers", ",", "and", "show", "how", "it", "differs", "from", "past", "work", ".", "The", "method", "analyzes", "the", "relative", "gain", "and", "maximum", "possible", "accuracy", "that", "can", "be", "achieved", "for", "certain", "combinations", "of", "classifiers", "to", "automatically", "choose", "the", "best", "combination", "."], "doc_bio_tags": ["O", "O", "O", "O", "B", "I", "I", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["data mining", "email mining", "false positive reduction", "spam"], "abstractive_keyphrases": ["aggregators", "model combination", "multiple classifiers"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "3921987", "document": ["Extracting", "key-substring-group", "features", "for", "text", "classification", "In", "many", "text", "classification", "applications", ",", "it", "is", "appealing", "to", "take", "every", "document", "as", "a", "string", "of", "characters", "rather", "than", "a", "bag", "of", "words", ".", "Previous", "research", "studies", "in", "this", "area", "mostly", "focused", "on", "different", "variants", "of", "generative", "Markov", "chain", "models", ".", "Although", "discriminative", "machine", "learning", "methods", "like", "Support", "Vector", "Machine", "(", "SVM", ")", "have", "been", "quite", "successful", "in", "text", "classification", "with", "word", "features", ",", "it", "is", "neither", "effective", "nor", "efficient", "to", "apply", "them", "straightforwardly", "taking", "all", "substrings", "in", "the", "corpus", "as", "features", ".", "In", "this", "paper", ",", "we", "propose", "to", "partition", "all", "substrings", "into", "statistical", "equivalence", "groups", ",", "and", "then", "pick", "those", "groups", "which", "are", "important", "(", "in", "the", "statistical", "sense", ")", "as", "features", "(", "named", "key-substring-group", "features", ")", "for", "text", "classification", ".", "In", "particular", ",", "we", "propose", "a", "suffix", "tree", "based", "algorithm", "that", "can", "extract", "such", "features", "in", "linear", "time", "(", "with", "respect", "to", "the", "total", "number", "of", "characters", "in", "the", "corpus", ")", ".", "Our", "experiments", "on", "English", ",", "Chinese", "and", "Greek", "datasets", "show", "that", "SVM", "with", "key-substring-group", "features", "can", "achieve", "outstanding", "performance", "for", "various", "text", "classification", "tasks", "."], "doc_bio_tags": ["O", "O", "O", "O", "B", "I", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O"], "extractive_keyphrases": ["machine learning", "suffix tree", "text classification"], "abstractive_keyphrases": ["content analysis and indexing", "feature extraction", "text mining"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "111410", "document": ["Discovering", "informative", "content", "blocks", "from", "Web", "documents", "In", "this", "paper", ",", "we", "propose", "a", "new", "approach", "to", "discover", "informative", "contents", "from", "a", "set", "of", "tabular", "documents", "(", "or", "Web", "pages", ")", "of", "a", "Web", "site", ".", "Our", "system", ",", "InfoDiscoverer", ",", "first", "partitions", "a", "page", "into", "several", "content", "blocks", "according", "to", "HTML", "tag", "(", "TABLE", ")", "in", "a", "Web", "page", ".", "Based", "on", "the", "occurrence", "of", "the", "features", "(", "terms", ")", "in", "the", "set", "of", "pages", ",", "it", "calculates", "entropy", "value", "of", "each", "feature", ".", "According", "to", "the", "entropy", "value", "of", "each", "feature", "in", "a", "content", "block", ",", "the", "entropy", "value", "of", "the", "block", "is", "defined", ".", "By", "analyzing", "the", "information", "measure", ",", "we", "propose", "a", "method", "to", "dynamically", "select", "the", "entropy-threshold", "that", "partitions", "blocks", "into", "either", "informative", "or", "redundant", ".", "Informative", "content", "blocks", "are", "distinguished", "parts", "of", "the", "page", ",", "whereas", "redundant", "content", "blocks", "are", "common", "parts", ".", "Based", "on", "the", "answer", "set", "generated", "from", "13", "manually", "tagged", "news", "Web", "sites", "with", "a", "total", "of", "26,518", "Web", "pages", ",", "experiments", "show", "that", "both", "recall", "and", "precision", "rates", "are", "greater", "than", "0.956", ".", "That", "is", ",", "using", "the", "approach", ",", "informative", "blocks", "(", "news", "articles", ")", "of", "these", "sites", "can", "be", "automatically", "separated", "from", "semantically", "redundant", "contents", "such", "as", "advertisements", ",", "banners", ",", "navigation", "panels", ",", "news", "categories", ",", "etc.", ".", "By", "adopting", "InfoDiscoverer", "as", "the", "preprocessor", "of", "information", "retrieval", "and", "extraction", "applications", ",", "the", "retrieval", "and", "extracting", "precision", "will", "be", "increased", ",", "and", "the", "indexing", "size", "and", "extracting", "complexity", "will", "also", "be", "reduced", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["entropy", "information retrieval"], "abstractive_keyphrases": ["information extraction", "informative content discovery"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "5119222", "document": ["Fast", "nonlinear", "regression", "via", "eigenimages", "applied", "to", "galactic", "morphology", "Astronomy", "increasingly", "faces", "the", "issue", "of", "massive", ",", "unwieldly", "data", "sets", ".", "The", "Sloan", "Digital", "Sky", "Survey", "(", "SDSS", ")", "(", "11", ")", "has", "so", "far", "generated", "tens", "of", "millions", "of", "images", "of", "distant", "galaxies", ",", "of", "which", "only", "a", "tiny", "fraction", "have", "been", "morphologically", "classified", ".", "Morphological", "classification", "in", "this", "context", "is", "achieved", "by", "fitting", "a", "parametric", "model", "of", "galaxy", "shape", "to", "a", "galaxy", "image", ".", "This", "is", "a", "nonlinear", "regression", "problem", ",", "whose", "challenges", "are", "threefold", ",", "1", ")", "blurring", "of", "the", "image", "caused", "by", "atmosphere", "and", "mirror", "imperfections", ",", "2", ")", "large", "numbers", "of", "local", "minima", ",", "and", "3", ")", "massive", "data", "sets", ".", "Our", "strategy", "is", "to", "use", "the", "eigenimages", "of", "the", "parametric", "model", "to", "form", "a", "new", "feature", "space", ",", "and", "then", "to", "map", "both", "target", "image", "and", "the", "model", "parameters", "into", "this", "feature", "space", ".", "In", "this", "low-dimensional", "space", "we", "search", "for", "the", "best", "image-to-parameter", "match", ".", "To", "search", "the", "space", ",", "we", "sample", "it", "by", "creating", "a", "database", "of", "many", "random", "parameter", "vectors", "(", "prototypes", ")", "and", "mapping", "them", "into", "the", "feature", "space", ".", "The", "search", "problem", "then", "becomes", "one", "of", "finding", "the", "best", "prototype", "match", ",", "so", "the", "fitting", "process", "a", "nearest-neighbor", "search", ".", "In", "addition", "to", "the", "savings", "realized", "by", "decomposing", "the", "original", "space", "into", "an", "eigenspace", ",", "we", "can", "use", "the", "fact", "that", "the", "model", "is", "a", "linear", "sum", "of", "functions", "to", "reduce", "the", "prototypes", "further", ":", "the", "only", "prototypes", "stored", "are", "the", "components", "of", "the", "model", "function", ".", "A", "modified", "form", "of", "nearest", "neighbor", "is", "used", "to", "search", "among", "them", ".", "Additional", "complications", "arise", "in", "the", "form", "of", "missing", "data", "and", "heteroscedasticity", ",", "both", "of", "which", "are", "addressed", "with", "weighted", "linear", "regression", ".", "Compared", "to", "existing", "techniques", ",", "speed-ups", "ach-ieved", "are", "between", "2", "and", "3", "orders", "of", "magnitude", ".", "This", "should", "enable", "the", "analysis", "of", "the", "entire", "SDSS", "dataset", "."], "doc_bio_tags": ["O", "O", "B", "O", "O", "O", "O", "O", "B", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["astronomy", "morphology", "nearest neighbor", "regression"], "abstractive_keyphrases": ["implementation", "pincipal component analysis"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "10655059", "document": ["Latent", "aspect", "rating", "analysis", "on", "review", "text", "data", ":", "a", "rating", "regression", "approach", "In", "this", "paper", ",", "we", "define", "and", "study", "a", "new", "opinionated", "text", "data", "analysis", "problem", "called", "Latent", "Aspect", "Rating", "Analysis", "(", "LARA", ")", ",", "which", "aims", "at", "analyzing", "opinions", "expressed", "about", "an", "entity", "in", "an", "online", "review", "at", "the", "level", "of", "topical", "aspects", "to", "discover", "each", "individual", "reviewer", "'s", "latent", "opinion", "on", "each", "aspect", "as", "well", "as", "the", "relative", "emphasis", "on", "different", "aspects", "when", "forming", "the", "overall", "judgment", "of", "the", "entity", ".", "We", "propose", "a", "novel", "probabilistic", "rating", "regression", "model", "to", "solve", "this", "new", "text", "mining", "problem", "in", "a", "general", "way", ".", "Empirical", "experiments", "on", "a", "hotel", "review", "data", "set", "show", "that", "the", "proposed", "latent", "rating", "regression", "model", "can", "effectively", "solve", "the", "problem", "of", "LARA", ",", "and", "that", "the", "detailed", "analysis", "of", "opinions", "at", "the", "level", "of", "topical", "aspects", "enabled", "by", "the", "proposed", "model", "can", "support", "a", "wide", "range", "of", "application", "tasks", ",", "such", "as", "aspect", "opinion", "summarization", ",", "entity", "ranking", "based", "on", "aspect", "ratings", ",", "and", "analysis", "of", "reviewers", "rating", "behavior", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": [], "abstractive_keyphrases": ["information search and retrieval"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "36492", "document": ["Extending", "na\u00efve", "Bayes", "classifiers", "using", "long", "itemsets"], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": [], "abstractive_keyphrases": ["association mining", "bayesian learning", "classification", "lazy learning"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "11786701", "document": ["Simultaneous", "record", "detection", "and", "attribute", "labeling", "in", "web", "data", "extraction", "Recent", "work", "has", "shown", "the", "feasibility", "and", "promise", "of", "template-independent", "Web", "data", "extraction", ".", "However", ",", "existing", "approaches", "use", "decoupled", "strategies", "-", "attempting", "to", "do", "data", "record", "detection", "and", "attribute", "labeling", "in", "two", "separate", "phases", ".", "In", "this", "paper", ",", "we", "show", "that", "separately", "extracting", "data", "records", "and", "attributes", "is", "highly", "ineffective", "and", "propose", "a", "probabilistic", "model", "to", "perform", "these", "two", "tasks", "simultaneously", ".", "In", "our", "approach", ",", "record", "detection", "can", "benefit", "from", "the", "availability", "of", "semantics", "required", "in", "attribute", "labeling", "and", ",", "at", "the", "same", "time", ",", "the", "accuracy", "of", "attribute", "labeling", "can", "be", "improved", "when", "data", "records", "are", "labeled", "in", "a", "collective", "manner", ".", "The", "proposed", "model", "is", "called", "Hierarchical", "Conditional", "Random", "Fields", ".", "It", "can", "efficiently", "integrate", "all", "useful", "features", "by", "learning", "their", "importance", ",", "and", "it", "can", "also", "incorporate", "hierarchical", "interactions", "which", "are", "very", "important", "for", "Web", "data", "extraction", ".", "We", "empirically", "compare", "the", "proposed", "model", "with", "existing", "decoupled", "approaches", "for", "product", "information", "extraction", ",", "and", "the", "results", "show", "significant", "improvements", "in", "both", "record", "detection", "and", "attribute", "labeling", "."], "doc_bio_tags": ["O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "I", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O"], "extractive_keyphrases": ["attribute labeling", "conditional random fields", "data record detection"], "abstractive_keyphrases": ["hierarchical conditional random fields", "web page segmentation"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "683762", "document": ["Deriving", "marketing", "intelligence", "from", "online", "discussion", "Weblogs", "and", "message", "boards", "provide", "online", "forums", "for", "discussion", "that", "record", "the", "voice", "of", "the", "public", ".", "Woven", "into", "this", "mass", "of", "discussion", "is", "a", "wide", "range", "of", "opinion", "and", "commentary", "about", "consumer", "products", ".", "This", "presents", "an", "opportunity", "for", "companies", "to", "understand", "and", "respond", "to", "the", "consumer", "by", "analyzing", "this", "unsolicited", "feedback", ".", "Given", "the", "volume", ",", "format", "and", "content", "of", "the", "data", ",", "the", "appropriate", "approach", "to", "understand", "this", "data", "is", "to", "use", "large-scale", "web", "and", "text", "data", "mining", "technologies", ".", "This", "paper", "argues", "that", "applications", "for", "mining", "large", "volumes", "of", "textual", "data", "for", "marketing", "intelligence", "should", "provide", "two", "key", "elements", ":", "a", "suite", "of", "powerful", "mining", "and", "visualization", "technologies", "and", "an", "interactive", "analysis", "environment", "which", "allows", "for", "rapid", "generation", "and", "testing", "of", "hypotheses", ".", "This", "paper", "presents", "such", "a", "system", "that", "gathers", "and", "annotates", "online", "discussion", "relating", "to", "consumer", "products", "using", "a", "wide", "variety", "of", "state-of-the-art", "techniques", ",", "including", "crawling", ",", "wrapping", ",", "search", ",", "text", "classification", "and", "computational", "linguistics", ".", "Marketing", "intelligence", "is", "derived", "through", "an", "interactive", "analysis", "framework", "uniquely", "configured", "to", "leverage", "the", "connectivity", "and", "content", "of", "annotated", "online", "discussion", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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"], "extractive_keyphrases": ["computational linguistics"], "abstractive_keyphrases": ["content systems", "information retrieval", "information search and retrieval", "machine learning", "text mining"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "5197676", "document": ["Disease", "progression", "modeling", "from", "historical", "clinical", "databases", "This", "paper", "considers", "the", "problem", "of", "modeling", "disease", "progression", "from", "historical", "clinical", "databases", ",", "with", "the", "ultimate", "objective", "of", "stratifying", "patients", "into", "groups", "with", "clearly", "distinguishable", "prognoses", "or", "suitability", "for", "different", "treatment", "strategies", ".", "To", "meet", "this", "objective", ",", "we", "describe", "a", "procedure", "that", "first", "fits", "clinical", "variables", "measured", "over", "time", "to", "a", "disease", "progression", "model", ".", "The", "resulting", "parameter", "estimates", "are", "then", "used", "as", "the", "basis", "for", "a", "stepwise", "clustering", "procedure", "to", "stratify", "patients", "into", "groups", "with", "distinct", "survival", "characteristics", ".", "As", "a", "practical", "illustration", ",", "we", "apply", "this", "procedure", "to", "survival", "prediction", ",", "using", "a", "liver", "transplant", "database", "from", "the", "National", "Institute", "of", "Diabetes", "and", "Digestive", "and", "Kidney", "Diseases", "(", "NIDDK", ")", "."], "doc_bio_tags": ["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"], "extractive_keyphrases": ["disease progression modeling"], "abstractive_keyphrases": ["censoring", "cluster analysis", "logistic model", "model development", "niddk liver transplant database"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "9975051", "document": ["Differentially", "private", "recommender", "systems", ":", "building", "privacy", "into", "the", "net", "We", "consider", "the", "problem", "of", "producing", "recommendations", "from", "collective", "user", "behavior", "while", "simultaneously", "providing", "guarantees", "of", "privacy", "for", "these", "users", ".", "Specifically", ",", "we", "consider", "the", "Netflix", "Prize", "data", "set", ",", "and", "its", "leading", "algorithms", ",", "adapted", "to", "the", "framework", "of", "differential", "privacy", ".", "Unlike", "prior", "privacy", "work", "concerned", "with", "cryptographically", "securing", "the", "computation", "of", "recommendations", ",", "differential", "privacy", "constrains", "a", "computation", "in", "a", "way", "that", "precludes", "any", "inference", "about", "the", "underlying", "records", "from", "its", "output", ".", "Such", "algorithms", "necessarily", "introduce", "uncertainty", "--", "i.e.", ",", "noise", "--", "to", "computations", ",", "trading", "accuracy", "for", "privacy", ".", "We", "find", "that", "several", "of", "the", "leading", "approaches", "in", "the", "Netflix", "Prize", "competition", "can", "be", "adapted", "to", "provide", "differential", "privacy", ",", "without", "significantly", "degrading", "their", "accuracy", ".", "To", "adapt", "these", "algorithms", ",", "we", "explicitly", "factor", "them", "into", "two", "parts", ",", "an", "aggregation\\/learning", "phase", "that", "can", "be", "performed", "with", "differential", "privacy", "guarantees", ",", "and", "an", "individual", "recommendation", "phase", "that", "uses", "the", "learned", "correlations", "and", "an", "individual", "'s", "data", "to", "provide", "personalized", "recommendations", ".", "The", "adaptations", "are", "non-trivial", ",", "and", "involve", "both", "careful", "analysis", "of", "the", "per-record", "sensitivity", "of", "the", "algorithms", "to", "calibrate", "noise", ",", "as", "well", "as", "new", "post-processing", "steps", "to", "mitigate", "the", "impact", "of", "this", "noise", ".", "We", "measure", "the", "empirical", "trade-off", "between", "accuracy", "and", "privacy", "in", "these", "adaptations", ",", "and", "find", "that", "we", "can", "provide", "non-trivial", "formal", "privacy", "guarantees", "while", "still", "outperforming", "the", "Cinematch", "baseline", "Netflix", "provides", "."], "doc_bio_tags": ["O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O"], "extractive_keyphrases": ["differential privacy", "netflix", "recommender systems"], "abstractive_keyphrases": [], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "0", "document": ["Variable", "latent", "semantic", "indexing", "Latent", "Semantic", "Indexing", "is", "a", "classical", "method", "to", "produce", "optimal", "low-rank", "approximations", "of", "a", "term-document", "matrix", ".", "However", ",", "in", "the", "context", "of", "a", "particular", "query", "distribution", ",", "the", "approximation", "thus", "produced", "need", "not", "be", "optimal", ".", "We", "propose", "VLSI", ",", "a", "new", "query-dependent", "(", "or", "``", "variable", "''", ")", "low-rank", "approximation", "that", "minimizes", "approximation", "error", "for", "any", "specified", "query", "distribution", ".", "With", "this", "tool", ",", "it", "is", "possible", "to", "tailor", "the", "LSI", "technique", "to", "particular", "settings", ",", "often", "resulting", "in", "vastly", "improved", "approximations", "at", "much", "lower", "dimensionality", ".", "We", "validate", "this", "method", "via", "a", "series", "of", "experiments", "on", "classical", "corpora", ",", "showing", "that", "VLSI", "typically", "performs", "similarly", "to", "LSI", "with", "an", "order", "of", "magnitude", "fewer", "dimensions", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["lsi", "vlsi"], "abstractive_keyphrases": ["linear algebra", "matrix approximation", "sparse, structured, and very large systems", "svd"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "6529493", "document": ["An", "objective", "evaluation", "criterion", "for", "clustering", "We", "propose", "and", "test", "an", "objective", "criterion", "for", "evaluation", "of", "clustering", "performance", ":", "How", "well", "does", "a", "clustering", "algorithm", "run", "on", "unlabeled", "data", "aid", "a", "classification", "algorithm", "?", "The", "accuracy", "is", "quantified", "using", "the", "PAC-MDL", "bound", "(", "3", ")", "in", "a", "semisupervised", "setting", ".", "Clustering", "algorithms", "which", "naturally", "separate", "the", "data", "according", "to", "(", "hidden", ")", "labels", "with", "a", "small", "number", "of", "clusters", "perform", "well", ".", "A", "simple", "extension", "of", "the", "argument", "leads", "to", "an", "objective", "model", "selection", "method", ".", "Experimental", "results", "on", "text", "analysis", "datasets", "demonstrate", "that", "this", "approach", "empirically", "results", "in", "very", "competitive", "bounds", "on", "test", "set", "performance", "on", "natural", "datasets", "."], "doc_bio_tags": ["O", "O", "B", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "B", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["clustering", "evaluation"], "abstractive_keyphrases": ["mdl", "pac bounds"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "3568707", "document": ["Efficiently", "handling", "feature", "redundancy", "in", "high-dimensional", "data", "High-dimensional", "data", "poses", "a", "severe", "challenge", "for", "data", "mining", ".", "Feature", "selection", "is", "a", "frequently", "used", "technique", "in", "pre-processing", "high-dimensional", "data", "for", "successful", "data", "mining", ".", "Traditionally", ",", "feature", "selection", "is", "focused", "on", "removing", "irrelevant", "features", ".", "However", ",", "for", "high-dimensional", "data", ",", "removing", "redundant", "features", "is", "equally", "critical", ".", "In", "this", "paper", ",", "we", "provide", "a", "study", "of", "feature", "redundancy", "in", "high-dimensional", "data", "and", "propose", "a", "novel", "correlation-based", "approach", "to", "feature", "selection", "within", "the", "filter", "model", ".", "The", "extensive", "empirical", "study", "using", "real-world", "data", "shows", "that", "the", "proposed", "approach", "is", "efficient", "and", "effective", "in", "removing", "redundant", "and", "irrelevant", "features", "."], "doc_bio_tags": ["O", "O", "O", "B", "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", "B", "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"], "extractive_keyphrases": ["feature selection", "redundancy"], "abstractive_keyphrases": ["high-dimensional data"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "239095", "document": ["Proximal", "support", "vector", "machine", "classifiers", "Instead", "of", "a", "standard", "support", "vector", "machine", "(", "SVM", ")", "that", "classifies", "points", "by", "assigning", "them", "to", "one", "of", "two", "disjoint", "half-spaces", ",", "points", "are", "classified", "by", "assigning", "them", "to", "the", "closest", "of", "two", "parallel", "planes", "(", "in", "input", "or", "feature", "space", ")", "that", "are", "pushed", "apart", "as", "far", "as", "possible", ".", "This", "formulation", ",", "which", "can", "also", "be", "interpreted", "as", "regularized", "least", "squares", "and", "considered", "in", "the", "much", "more", "general", "context", "of", "regularized", "networks", "(", "8", ",", "9", ")", ",", "leads", "to", "an", "extremely", "fast", "and", "simple", "algorithm", "for", "generating", "a", "linear", "or", "nonlinear", "classifier", "that", "merely", "requires", "the", "solution", "of", "a", "single", "system", "of", "linear", "equations", ".", "In", "contrast", ",", "standard", "SVMs", "solve", "a", "quadratic", "or", "a", "linear", "program", "that", "require", "considerably", "longer", "computational", "time", ".", "Computational", "results", "on", "publicly", "available", "datasets", "indicate", "that", "the", "proposed", "proximal", "SVM", "classifier", "has", "comparable", "test", "set", "correctness", "to", "that", "of", "standard", "SVM", "classifiers", ",", "but", "with", "considerably", "faster", "computational", "time", "that", "can", "be", "an", "order", "of", "magnitude", "faster", ".", "The", "linear", "proximal", "SVM", "can", "easily", "handle", "large", "datasets", "as", "indicated", "by", "the", "classification", "of", "a", "2", "million", "point", "10-attribute", "set", "in", "20.8", "seconds", ".", "All", "computational", "results", "are", "based", "on", "6", "lines", "of", "MATLAB", "code", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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"], "extractive_keyphrases": ["linear equations"], "abstractive_keyphrases": ["data classification", "support vector machines"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "177405", "document": ["PEBL", ":", "positive", "example", "based", "learning", "for", "Web", "page", "classification", "using", "SVM", "Web", "page", "classification", "is", "one", "of", "the", "essential", "techniques", "for", "Web", "mining", ".", "Specifically", ",", "classifying", "Web", "pages", "of", "a", "user-interesting", "class", "is", "the", "first", "step", "of", "mining", "interesting", "information", "from", "the", "Web", ".", "However", ",", "constructing", "a", "classifier", "for", "an", "interesting", "class", "requires", "laborious", "pre-processing", "such", "as", "collecting", "positive", "and", "negative", "training", "examples", ".", "For", "instance", ",", "in", "order", "to", "construct", "a", "``", "homepage", "''", "classifier", ",", "one", "needs", "to", "collect", "a", "sample", "of", "homepages", "(", "positive", "examples", ")", "and", "a", "sample", "of", "non-homepages", "(", "negative", "examples", ")", ".", "In", "particular", ",", "collecting", "negative", "training", "examples", "requires", "arduous", "work", "and", "special", "caution", "to", "avoid", "biasing", "them", ".", "We", "introduce", "in", "this", "paper", "the", "Positive", "Example", "Based", "Learning", "(", "PEBL", ")", "framework", "for", "Web", "page", "classification", "which", "eliminates", "the", "need", "for", "manually", "collecting", "negative", "training", "examples", "in", "pre-processing", ".", "We", "present", "an", "algorithm", "called", "Mapping-Convergence", "(", "M-C", ")", "that", "achieves", "classification", "accuracy", "(", "with", "positive", "and", "unlabeled", "data", ")", "as", "high", "as", "that", "of", "traditional", "SVM", "(", "with", "positive", "and", "negative", "data", ")", ".", "Our", "experiments", "show", "that", "when", "the", "M-C", "algorithm", "uses", "the", "same", "amount", "of", "positive", "examples", "as", "that", "of", "traditional", "SVM", ",", "the", "M-C", "algorithm", "performs", "as", "well", "as", "traditional", "SVM", "."], "doc_bio_tags": ["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", "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", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O"], "extractive_keyphrases": ["svm", "unlabeled data"], "abstractive_keyphrases": ["labeled data", "mapping-convergence algorithm"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "11117574", "document": ["Transfer", "metric", "learning", "by", "learning", "task", "relationships", "Distance", "metric", "learning", "plays", "a", "very", "crucial", "role", "in", "many", "data", "mining", "algorithms", "because", "the", "performance", "of", "an", "algorithm", "relies", "heavily", "on", "choosing", "a", "good", "metric", ".", "However", ",", "the", "labeled", "data", "available", "in", "many", "applications", "is", "scarce", "and", "hence", "the", "metrics", "learned", "are", "often", "unsatisfactory", ".", "In", "this", "paper", ",", "we", "consider", "a", "transfer", "learning", "setting", "in", "which", "some", "related", "source", "tasks", "with", "labeled", "data", "are", "available", "to", "help", "the", "learning", "of", "the", "target", "task", ".", "We", "first", "propose", "a", "convex", "formulation", "for", "multi-task", "metric", "learning", "by", "modeling", "the", "task", "relationships", "in", "the", "form", "of", "a", "task", "covariance", "matrix", ".", "Then", "we", "regard", "transfer", "learning", "as", "a", "special", "case", "of", "multi-task", "learning", "and", "adapt", "the", "formulation", "of", "multi-task", "metric", "learning", "to", "the", "transfer", "learning", "setting", "for", "our", "method", ",", "called", "transfer", "metric", "learning", "(", "TML", ")", ".", "In", "TML", ",", "we", "learn", "the", "metric", "and", "the", "task", "covariances", "between", "the", "source", "tasks", "and", "the", "target", "task", "under", "a", "unified", "convex", "formulation", ".", "To", "solve", "the", "convex", "optimization", "problem", ",", "we", "use", "an", "alternating", "method", "in", "which", "each", "subproblem", "has", "an", "efficient", "solution", ".", "Experimental", "results", "on", "some", "commonly", "used", "transfer", "learning", "applications", "demonstrate", "the", "effectiveness", "of", "our", "method", "."], "doc_bio_tags": ["O", "O", "B", "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", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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", "B", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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"], "extractive_keyphrases": ["learning"], "abstractive_keyphrases": ["metric learning", "multi-task learning", "transfer learning"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "93110", "document": ["Mining", "frequent", "item", "sets", "by", "opportunistic", "projection", "In", "this", "paper", ",", "we", "present", "a", "novel", "algorithm", "Opportune", "Project", "for", "mining", "complete", "set", "of", "frequent", "item", "sets", "by", "projecting", "databases", "to", "grow", "a", "frequent", "item", "set", "tree", ".", "Our", "algorithm", "is", "fundamentally", "different", "from", "those", "proposed", "in", "the", "past", "in", "that", "it", "opportunistically", "chooses", "between", "two", "different", "structures", ",", "array-based", "or", "tree-based", ",", "to", "represent", "projected", "transaction", "subsets", ",", "and", "heuristically", "decides", "to", "build", "unfiltered", "pseudo", "projection", "or", "to", "make", "a", "filtered", "copy", "according", "to", "features", "of", "the", "subsets", ".", "More", "importantly", ",", "we", "propose", "novel", "methods", "to", "build", "tree-based", "pseudo", "projections", "and", "array-based", "unfiltered", "projections", "for", "projected", "transaction", "subsets", ",", "which", "makes", "our", "algorithm", "both", "CPU", "time", "efficient", "and", "memory", "saving", ".", "Basically", ",", "the", "algorithm", "grows", "the", "frequent", "item", "set", "tree", "by", "depth", "first", "search", ",", "whereas", "breadth", "first", "search", "is", "used", "to", "build", "the", "upper", "portion", "of", "the", "tree", "if", "necessary", ".", "We", "test", "our", "algorithm", "versus", "several", "other", "algorithms", "on", "real", "world", "datasets", ",", "such", "as", "BMS-POS", ",", "and", "on", "IBM", "artificial", "datasets", ".", "The", "empirical", "results", "show", "that", "our", "algorithm", "is", "not", "only", "the", "most", "efficient", "on", "both", "sparse", "and", "dense", "databases", "at", "all", "levels", "of", "support", "threshold", ",", "but", "also", "highly", "scalable", "to", "very", "large", "databases", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": [], "abstractive_keyphrases": ["association rules", "frequent patterns"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "69454", "document": ["Discovering", "complex", "matchings", "across", "web", "query", "interfaces", ":", "a", "correlation", "mining", "approach", "To", "enable", "information", "integration", ",", "schema", "matching", "is", "a", "critical", "step", "for", "discovering", "semantic", "correspondences", "of", "attributes", "across", "heterogeneous", "sources", ".", "While", "complex", "matchings", "are", "common", ",", "because", "of", "their", "far", "more", "complex", "search", "space", ",", "most", "existing", "techniques", "focus", "on", "simple", "1:1", "matchings", ".", "To", "tackle", "this", "challenge", ",", "this", "paper", "takes", "a", "conceptually", "novel", "approach", "by", "viewing", "schema", "matching", "as", "correlation", "mining", ",", "for", "our", "task", "of", "matching", "Web", "query", "interfaces", "to", "integrate", "the", "myriad", "databases", "on", "the", "Internet", ".", "On", "this", "``", "deep", "Web", ",", "''", "query", "interfaces", "generally", "form", "complex", "matchings", "between", "attribute", "groups", "(", "e.g.", ",", "(", "author", ")", "corresponds", "to", "(", "first", "name", ",", "last", "name", ")", "in", "the", "Books", "domain", ")", ".", "We", "observe", "that", "the", "co-occurrences", "patterns", "across", "query", "interfaces", "often", "reveal", "such", "complex", "semantic", "relationships", ":", "grouping", "attributes", "(", "e.g.", ",", "(", "first", "name", ",", "last", "name", ")", ")", "tend", "to", "be", "co-present", "in", "query", "interfaces", "and", "thus", "positively", "correlated", ".", "In", "contrast", ",", "synonym", "attributes", "are", "negatively", "correlated", "because", "they", "rarely", "co-occur", ".", "This", "insight", "enables", "us", "to", "discover", "complex", "matchings", "by", "a", "correlation", "mining", "approach", ".", "In", "particular", ",", "we", "develop", "the", "DCM", "framework", ",", "which", "consists", "of", "data", "preparation", ",", "dual", "mining", "of", "positive", "and", "negative", "correlations", ",", "and", "finally", "matching", "selection", ".", "Unlike", "previous", "correlation", "mining", "algorithms", ",", "which", "mainly", "focus", "on", "finding", "strong", "positive", "correlations", ",", "our", "algorithm", "cares", "both", "positive", "and", "negative", "correlations", ",", "especially", "the", "subtlety", "of", "negative", "correlations", ",", "due", "to", "its", "special", "importance", "in", "schema", "matching", ".", "This", "leads", "to", "the", "introduction", "of", "a", "new", "correlation", "measure", ",", "$", "H$", "-", "measure", ",", "distinct", "from", "those", "proposed", "in", "previous", "work", ".", "We", "evaluate", "our", "approach", "extensively", "and", "the", "results", "show", "good", "accuracy", "for", "discovering", "complex", "matchings", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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", "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", "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", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["correlation measure", "correlation mining", "deep web", "schema matching"], "abstractive_keyphrases": ["data integration", "heterogeneous databases"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "10005232", "document": ["Stable", "feature", "selection", "via", "dense", "feature", "groups", "Many", "feature", "selection", "algorithms", "have", "been", "proposed", "in", "the", "past", "focusing", "on", "improving", "classification", "accuracy", ".", "In", "this", "work", ",", "we", "point", "out", "the", "importance", "of", "stable", "feature", "selection", "for", "knowledge", "discovery", "from", "high-dimensional", "data", ",", "and", "identify", "two", "causes", "of", "instability", "of", "feature", "selection", "algorithms", ":", "selection", "of", "a", "minimum", "subset", "without", "redundant", "features", "and", "small", "sample", "size", ".", "We", "propose", "a", "general", "framework", "for", "stable", "feature", "selection", "which", "emphasizes", "both", "good", "generalization", "and", "stability", "of", "feature", "selection", "results", ".", "The", "framework", "identifies", "dense", "feature", "groups", "based", "on", "kernel", "density", "estimation", "and", "treats", "features", "in", "each", "dense", "group", "as", "a", "coherent", "entity", "for", "feature", "selection", ".", "An", "efficient", "algorithm", "DRAGS", "(", "Dense", "Relevant", "Attribute", "Group", "Selector", ")", "is", "developed", "under", "this", "framework", ".", "We", "also", "introduce", "a", "general", "measure", "for", "assessing", "the", "stability", "of", "feature", "selection", "algorithms", ".", "Our", "empirical", "study", "based", "on", "microarray", "data", "verifies", "that", "dense", "feature", "groups", "remain", "stable", "under", "random", "sample", "hold", "out", ",", "and", "the", "DRAGS", "algorithm", "is", "effective", "in", "identifying", "a", "set", "of", "feature", "groups", "which", "exhibit", "both", "high", "classification", "accuracy", "and", "stability", "."], "doc_bio_tags": ["O", "B", "I", "O", "O", "O", "O", "O", "B", "I", "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", "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", "B", "I", "O", "O", "O", "O", "O", "O", "B", "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", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "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", "O", "O", "B", "O"], "extractive_keyphrases": ["classification", "feature selection", "kernel density estimation", "stability"], "abstractive_keyphrases": ["high-dimensional data", "learning"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "8600422", "document": ["A", "system", "for", "real-time", "competitive", "market", "intelligence", "A", "method", "is", "described", "for", "real-time", "market", "intelligence", "and", "competitive", "analysis", ".", "News", "stories", "are", "collected", "online", "for", "a", "designated", "group", "of", "companies", ".", "The", "goal", "is", "to", "detect", "critical", "differences", "in", "the", "text", "written", "about", "a", "company", "versus", "the", "text", "for", "its", "competitors", ".", "A", "solution", "is", "found", "by", "mapping", "the", "task", "into", "a", "non-stationary", "text", "categorization", "model", ".", "The", "overall", "design", "consists", "of", "the", "following", "components", ":", "(", "a", ")", "a", "real-time", "crawler", "that", "monitors", "newswires", "for", "stories", "about", "the", "competitors", "(", "b", ")", "a", "conditional", "document", "retriever", "that", "selects", "only", "those", "documents", "that", "meet", "the", "indicated", "conditions", "(", "c", ")", "text", "analysis", "techniques", "that", "convert", "the", "documents", "to", "a", "numerical", "format", "(", "d", ")", "rule", "induction", "methods", "for", "finding", "patterns", "in", "data", "(", "e", ")", "presentation", "techniques", "for", "displaying", "results", ".", "The", "method", "is", "extended", "to", "combine", "text", "with", "numerical", "measures", ",", "such", "as", "those", "based", "on", "stock", "prices", "and", "market", "capitalizations", ",", "that", "allow", "for", "more", "objective", "evaluations", "and", "projections", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": [], "abstractive_keyphrases": ["deduction"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "10600830", "document": ["Ensemble", "pruning", "via", "individual", "contribution", "ordering", "An", "ensemble", "is", "a", "set", "of", "learned", "models", "that", "make", "decisions", "collectively", ".", "Although", "an", "ensemble", "is", "usually", "more", "accurate", "than", "a", "single", "learner", ",", "existing", "ensemble", "methods", "often", "tend", "to", "construct", "unnecessarily", "large", "ensembles", ",", "which", "increases", "the", "memory", "consumption", "and", "computational", "cost", ".", "Ensemble", "pruning", "tackles", "this", "problem", "by", "selecting", "a", "subset", "of", "ensemble", "members", "to", "form", "subensembles", "that", "are", "subject", "to", "less", "resource", "consumption", "and", "response", "time", "with", "accuracy", "that", "is", "similar", "to", "or", "better", "than", "the", "original", "ensemble", ".", "In", "this", "paper", ",", "we", "analyze", "the", "accuracy\\/diversity", "trade-off", "and", "prove", "that", "classifiers", "that", "are", "more", "accurate", "and", "make", "more", "predictions", "in", "the", "minority", "group", "are", "more", "important", "for", "subensemble", "construction", ".", "Based", "on", "the", "gained", "insights", ",", "a", "heuristic", "metric", "that", "considers", "both", "accuracy", "and", "diversity", "is", "proposed", "to", "explicitly", "evaluate", "each", "individual", "classifier", "'s", "contribution", "to", "the", "whole", "ensemble", ".", "By", "incorporating", "ensemble", "members", "in", "decreasing", "order", "of", "their", "contributions", ",", "subensembles", "are", "formed", "such", "that", "users", "can", "select", "the", "top", "$", "p", "$", "percent", "of", "ensemble", "members", ",", "depending", "on", "their", "resource", "availability", "and", "tolerable", "waiting", "time", ",", "for", "predictions", ".", "Experimental", "results", "on", "26", "UCI", "data", "sets", "show", "that", "subensembles", "formed", "by", "the", "proposed", "EPIC", "(", "Ensemble", "Pruning", "via", "Individual", "Contribution", "ordering", ")", "algorithm", "outperform", "the", "original", "ensemble", "and", "a", "state-of-the-art", "ensemble", "pruning", "method", ",", "Orientation", "Ordering", "(", "OO", ")", "."], "doc_bio_tags": ["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", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["ensemble pruning"], "abstractive_keyphrases": ["ensemble learning"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "4223793", "document": ["Generalized", "component", "analysis", "for", "text", "with", "heterogeneous", "attributes", "We", "present", "a", "class", "of", "richly", "structured", ",", "undirected", "hidden", "variable", "models", "suitable", "for", "simultaneously", "modeling", "text", "along", "with", "other", "attributes", "encoded", "in", "different", "modalities", ".", "Our", "model", "generalizes", "techniques", "such", "as", "principal", "component", "analysis", "to", "heterogeneous", "data", "types", ".", "In", "contrast", "to", "other", "approaches", ",", "this", "framework", "allows", "modalities", "such", "as", "words", ",", "authors", "and", "timestamps", "to", "be", "captured", "in", "their", "natural", ",", "probabilistic", "encodings", ".", "A", "latent", "space", "representation", "for", "a", "previously", "unseen", "document", "can", "be", "obtained", "through", "a", "fast", "matrix", "multiplication", "using", "our", "method", ".", "We", "demonstrate", "the", "effectiveness", "of", "our", "framework", "on", "the", "task", "of", "author", "prediction", "from", "13", "years", "of", "the", "NIPS", "conference", "proceedings", "and", "for", "a", "recipient", "prediction", "task", "using", "a", "10-month", "academic", "email", "archive", "of", "a", "researcher", ".", "Our", "approach", "should", "be", "more", "broadly", "applicable", "to", "many", "real-world", "applications", "where", "one", "wishes", "to", "efficiently", "make", "predictions", "for", "a", "large", "number", "of", "potential", "outputs", "using", "dimensionality", "reduction", "in", "a", "well", "defined", "probabilistic", "framework", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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", "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"], "extractive_keyphrases": ["author prediction", "recipient prediction"], "abstractive_keyphrases": ["learning", "multimodal heterogeneous data", "text mining", "topic modeling", "undirected graphical models"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "8837037", "document": ["B-EM", ":", "a", "classifier", "incorporating", "bootstrap", "with", "EM", "approach", "for", "data", "mining", "This", "paper", "investigates", "the", "problem", "of", "augmenting", "labeled", "data", "with", "unlabeled", "data", "to", "improve", "classification", "accuracy", ".", "This", "is", "significant", "for", "many", "applications", "such", "as", "image", "classification", "where", "obtaining", "classification", "labels", "is", "expensive", ",", "while", "large", "unlabeled", "examples", "are", "easily", "available", ".", "We", "investigate", "an", "Expectation", "Maximization", "(", "EM", ")", "algorithm", "for", "learning", "from", "labeled", "and", "unlabeled", "data", ".", "The", "reason", "why", "unlabeled", "data", "boosts", "learning", "accuracy", "is", "because", "it", "provides", "the", "information", "about", "the", "joint", "probability", "distribution", ".", "A", "theoretical", "argument", "shows", "that", "the", "more", "unlabeled", "examples", "are", "combined", "in", "learning", ",", "the", "more", "accurate", "the", "result", ".", "We", "then", "introduce", "B-EM", "algorithm", ",", "based", "on", "the", "combination", "of", "EM", "with", "bootstrap", "method", ",", "to", "exploit", "the", "large", "unlabeled", "data", "while", "avoiding", "prohibitive", "I\\/O", "cost", ".", "Experimental", "results", "over", "both", "synthetic", "and", "real", "data", "sets", "that", "the", "proposed", "approach", "has", "a", "satisfactory", "performance", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "B", "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", "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"], "extractive_keyphrases": ["bootstrap method", "classification", "expectation maximization"], "abstractive_keyphrases": ["miscellaneous", "supervised and unsupervised learning"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "4886672", "document": ["Mining", "for", "misconfigured", "machines", "in", "grid", "systems", "Grid", "systems", "are", "proving", "increasingly", "useful", "for", "managing", "the", "batch", "computing", "jobs", "of", "organizations", ".", "One", "well-known", "example", "is", "Intel", ",", "whose", "internally", "developed", "NetBatch", "system", "manages", "tens", "of", "thousands", "of", "machines", ".", "The", "size", ",", "heterogeneity", ",", "and", "complexity", "of", "grid", "systems", "make", "them", "very", "difficult", ",", "however", ",", "to", "configure", ".", "This", "often", "results", "in", "misconfigured", "machines", ",", "which", "may", "adversely", "affect", "the", "entire", "system", ".", "We", "investigate", "a", "distributed", "data", "mining", "approach", "for", "detection", "of", "misconfigured", "machines", ".", "Our", "Grid", "Monitoring", "System", "(", "GMS", ")", "non-intrusively", "collects", "data", "from", "all", "sources", "(", "log", "files", ",", "system", "services", ",", "etc.", ")", "available", "throughout", "the", "grid", "system", ".", "It", "converts", "raw", "data", "to", "semantically", "meaningful", "data", "and", "stores", "this", "data", "on", "the", "machine", "it", "was", "obtained", "from", ",", "limiting", "incurred", "overhead", "and", "allowing", "scalability", ".", "Afterwards", ",", "when", "analysis", "is", "requested", ",", "a", "distributed", "outliers", "detection", "algorithm", "is", "employed", "to", "identify", "misconfigured", "machines", ".", "The", "algorithm", "itself", "is", "implemented", "as", "a", "recursive", "workflow", "of", "grid", "jobs", ".", "It", "is", "especially", "suited", "to", "grid", "systems", ",", "in", "which", "the", "machines", "might", "be", "unavailable", "most", "of", "the", "time", "and", "often", "fail", "altogether", "."], "doc_bio_tags": ["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", "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", "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", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["distributed data mining", "grid systems", "outliers detection"], "abstractive_keyphrases": ["distributed systems", "grid information system", "system monitoring"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "13254437", "document": ["Multiple", "domain", "user", "personalization", "Content", "personalization", "is", "a", "key", "tool", "in", "creating", "attractive", "websites", ".", "Synergies", "can", "be", "obtained", "by", "integrating", "personalization", "between", "several", "Internet", "properties", ".", "In", "this", "paper", "we", "propose", "a", "hierarchical", "Bayesian", "model", "to", "address", "these", "issues", ".", "Our", "model", "allows", "the", "integration", "of", "multiple", "properties", "without", "changing", "the", "overall", "structure", ",", "which", "makes", "it", "easily", "extensible", "across", "large", "Internet", "portals", ".", "It", "relies", "at", "its", "lowest", "level", "on", "Latent", "Dirichlet", "Allocation", ",", "while", "making", "use", "of", "latent", "side", "features", "for", "cross-property", "integration", ".", "We", "demonstrate", "the", "efficiency", "of", "our", "approach", "by", "analyzing", "data", "from", "several", "properties", "of", "a", "major", "Internet", "portal", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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"], "extractive_keyphrases": ["latent dirichlet allocation"], "abstractive_keyphrases": ["domain integration", "learning", "parallel statistical inference", "user profiling"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "7292686", "document": ["Finding", "recent", "frequent", "itemsets", "adaptively", "over", "online", "data", "streams", "A", "data", "stream", "is", "a", "massive", "unbounded", "sequence", "of", "data", "elements", "continuously", "generated", "at", "a", "rapid", "rate", ".", "Consequently", ",", "the", "knowledge", "embedded", "in", "a", "data", "stream", "is", "more", "likely", "to", "be", "changed", "as", "time", "goes", "by", ".", "Identifying", "the", "recent", "change", "of", "a", "data", "stream", ",", "specially", "for", "an", "online", "data", "stream", ",", "can", "provide", "valuable", "information", "for", "the", "analysis", "of", "the", "data", "stream", ".", "In", "addition", ",", "monitoring", "the", "continuous", "variation", "of", "a", "data", "stream", "enables", "to", "find", "the", "gradual", "change", "of", "embedded", "knowledge", ".", "However", ",", "most", "of", "mining", "algorithms", "over", "a", "data", "stream", "do", "not", "differentiate", "the", "information", "of", "recently", "generated", "transactions", "from", "the", "obsolete", "information", "of", "old", "transactions", "which", "may", "be", "no", "longer", "useful", "or", "possibly", "invalid", "at", "present", ".", "This", "paper", "proposes", "a", "data", "mining", "method", "for", "finding", "recent", "frequent", "itemsets", "adaptively", "over", "an", "online", "data", "stream", ".", "The", "effect", "of", "old", "transactions", "on", "the", "mining", "result", "of", "the", "data", "steam", "is", "diminished", "by", "decaying", "the", "old", "occurrences", "of", "each", "itemset", "as", "time", "goes", "by", ".", "Furthermore", ",", "several", "optimization", "techniques", "are", "devised", "to", "minimize", "processing", "time", "as", "well", "as", "main", "memory", "usage", ".", "Finally", ",", "the", "proposed", "method", "is", "analyzed", "by", "a", "series", "of", "experiments", "."], "doc_bio_tags": ["O", "B", "I", "I", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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", "B", "I", "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", "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", "I", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["data stream", "recent frequent itemsets"], "abstractive_keyphrases": ["database applications", "decay mechanism", "delayed-insertion", "pruning of itemsets"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "7540968", "document": ["On", "string", "classification", "in", "data", "streams", "String", "data", "has", "recently", "become", "important", "because", "of", "its", "use", "in", "a", "number", "of", "applications", "such", "as", "computational", "and", "molecular", "biology", ",", "protein", "analysis", ",", "and", "market", "basket", "data", ".", "In", "many", "cases", ",", "these", "strings", "contain", "a", "wide", "variety", "of", "substructures", "which", "may", "have", "physical", "significance", "for", "that", "application", ".", "For", "example", ",", "such", "substructures", "could", "represent", "important", "fragments", "of", "a", "DNA", "string", "or", "an", "interesting", "portion", "of", "a", "fraudulent", "transaction", ".", "In", "such", "a", "case", ",", "it", "is", "desirable", "to", "determine", "the", "identity", ",", "location", ",", "and", "extent", "of", "that", "substructure", "in", "the", "data", ".", "This", "is", "a", "much", "more", "difficult", "generalization", "of", "the", "classification", "problem", ",", "since", "the", "latter", "problem", "labels", "entire", "strings", "rather", "than", "deal", "with", "the", "more", "complex", "task", "of", "determining", "string", "fragments", "with", "a", "particular", "kind", "of", "behavior", ".", "The", "problem", "becomes", "even", "more", "complicated", "when", "different", "kinds", "of", "substrings", "show", "complicated", "nesting", "patterns", ".", "Therefore", ",", "we", "define", "a", "somewhat", "different", "problem", "which", "we", "refer", "to", "as", "the", "generalized", "classification", "problem", ".", "We", "propose", "a", "scalable", "approach", "based", "on", "hidden", "markov", "models", "for", "this", "problem", ".", "We", "show", "how", "to", "implement", "the", "generalized", "string", "classification", "procedure", "for", "very", "large", "data", "bases", "and", "data", "streams", ".", "We", "present", "experimental", "results", "over", "a", "number", "of", "large", "data", "sets", "and", "data", "streams", "."], "doc_bio_tags": ["O", "B", "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", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["classification", "hidden markov models", "string"], "abstractive_keyphrases": [], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "35018", "document": ["Efficient", "discovery", "of", "error-tolerant", "frequent", "itemsets", "in", "high", "dimensions", "We", "present", "a", "generalization", "of", "frequent", "itemsets", "allowing", "for", "the", "notion", "of", "errors", "in", "the", "itemset", "definition", ".", "We", "motivate", "the", "problem", "and", "present", "an", "efficient", "algorithm", "that", "identifies", "error-tolerant", "frequent", "clusters", "of", "items", "in", "transactional", "data", "(", "customer-purchase", "data", ",", "web", "browsing", "data", ",", "text", ",", "etc.", ")", ".", "The", "algorithm", "exploits", "sparseness", "of", "the", "underlying", "data", "to", "find", "large", "groups", "of", "items", "that", "are", "correlated", "over", "database", "records", "(", "rows", ")", ".", "The", "notion", "of", "transaction", "coverage", "allows", "us", "to", "extend", "the", "algorithm", "and", "view", "it", "as", "a", "fast", "clustering", "algorithm", "for", "discovering", "segments", "of", "similar", "transactions", "in", "binary", "sparse", "data", ".", "We", "evaluate", "the", "new", "algorithm", "on", "three", "real-world", "applications", ":", "clustering", "high-dimensional", "data", ",", "query", "selectivity", "estimation", "and", "collaborative", "filtering", ".", "Results", "show", "that", "the", "algorithm", "consistently", "uncovers", "structure", "in", "large", "sparse", "databases", "that", "other", "traditional", "clustering", "algorithms", "fail", "to", "find", "."], "doc_bio_tags": ["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", "B", "I", "I", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["collaborative filtering", "high dimensions", "query selectivity estimation"], "abstractive_keyphrases": ["error-tolerant frequent itemset"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "9633231", "document": ["Constrained", "optimization", "for", "validation-guided", "conditional", "random", "field", "learning", "Conditional", "random", "fields", "(", "CRFs", ")", "are", "a", "class", "of", "undirected", "graphical", "models", "which", "have", "been", "widely", "used", "for", "classifying", "and", "labeling", "sequence", "data", ".", "The", "training", "of", "CRFs", "is", "typically", "formulated", "as", "an", "unconstrained", "optimization", "problem", "that", "maximizes", "the", "conditional", "likelihood", ".", "However", ",", "maximum", "likelihood", "training", "is", "prone", "to", "overfitting", ".", "To", "address", "this", "issue", ",", "we", "propose", "a", "novel", "constrained", "nonlinear", "optimization", "formulation", "in", "which", "the", "prediction", "accuracy", "of", "cross-validation", "sets", "are", "included", "as", "constraints", ".", "Instead", "of", "requiring", "multiple", "passes", "of", "training", ",", "the", "constrained", "formulation", "allows", "the", "cross-validation", "be", "handled", "in", "one", "pass", "of", "constrained", "optimization", ".", "The", "new", "formulation", "is", "discontinuous", ",", "and", "classical", "Lagrangian", "based", "constraint", "handling", "methods", "are", "not", "applicable", ".", "A", "new", "constrained", "optimization", "algorithm", "based", "on", "the", "recently", "proposed", "extended", "saddle", "point", "theory", "is", "developed", "to", "learn", "the", "constrained", "CRF", "model", ".", "Experimental", "results", "on", "gene", "and", "stock-price", "prediction", "tasks", "show", "that", "the", "constrained", "formulation", "is", "able", "to", "significantly", "improve", "the", "generalization", "ability", "of", "CRF", "training", "."], "doc_bio_tags": ["B", "I", "O", "O", "O", "O", "O", "O", "B", "I", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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"], "extractive_keyphrases": ["conditional random fields", "constrained optimization"], "abstractive_keyphrases": ["cross validation", "extended saddle points", "financial"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "9714416", "document": ["The", "cost", "of", "privacy", ":", "destruction", "of", "data-mining", "utility", "in", "anonymized", "data", "publishing", "Re-identification", "is", "a", "major", "privacy", "threat", "to", "public", "datasets", "containing", "individual", "records", ".", "Many", "privacy", "protection", "algorithms", "rely", "on", "generalization", "and", "suppression", "of", "``", "quasi-identifier", "''", "attributes", "such", "as", "ZIP", "code", "and", "birthdate", ".", "Their", "objective", "is", "usually", "syntactic", "sanitization", ":", "for", "example", ",", "k-anonymity", "requires", "that", "each", "``", "quasi-identifier", "''", "tuple", "appear", "in", "at", "least", "k", "records", ",", "while", "l-diversity", "requires", "that", "the", "distribution", "of", "sensitive", "attributes", "for", "each", "quasi-identifier", "have", "high", "entropy", ".", "The", "utility", "of", "sanitized", "data", "is", "also", "measured", "syntactically", ",", "by", "the", "number", "of", "generalization", "steps", "applied", "or", "the", "number", "of", "records", "with", "the", "same", "quasi-identifier", ".", "In", "this", "paper", ",", "we", "ask", "whether", "generalization", "and", "suppression", "of", "quasi-identifiers", "offer", "any", "benefits", "over", "trivial", "sanitization", "which", "simply", "separates", "quasi-identifiers", "from", "sensitive", "attributes", ".", "Previous", "work", "showed", "that", "k-anonymous", "databases", "can", "be", "useful", "for", "data", "mining", ",", "but", "k-anonymization", "does", "not", "guarantee", "any", "privacy", ".", "By", "contrast", ",", "we", "measure", "the", "tradeoff", "between", "privacy", "(", "how", "much", "can", "the", "adversary", "learn", "from", "the", "sanitized", "records", "?", ")", "and", "utility", ",", "measured", "as", "accuracy", "of", "data-mining", "algorithms", "executed", "on", "the", "same", "sanitized", "records", ".", "For", "our", "experimental", "evaluation", ",", "we", "use", "the", "same", "datasets", "from", "the", "UCI", "machine", "learning", "repository", "as", "were", "used", "in", "previous", "research", "on", "generalization", "and", "suppression", ".", "Our", "results", "demonstrate", "that", "even", "modest", "privacy", "gains", "require", "almost", "complete", "destruction", "of", "the", "data-mining", "utility", ".", "In", "most", "cases", ",", "trivial", "sanitization", "provides", "equivalent", "utility", "and", "better", "privacy", "than", "k-anonymity", ",", "l-diversity", ",", "and", "similar", "methods", "based", "on", "generalization", "and", "suppression", "."], "doc_bio_tags": ["O", "O", "O", "B", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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", "B", "O", "O", "O", "O", "O", "O", "O", "O", "B", "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"], "extractive_keyphrases": ["privacy", "utility"], "abstractive_keyphrases": ["anonymity"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "632417", "document": ["Robust", "boosting", "and", "its", "relation", "to", "bagging", "Several", "authors", "have", "suggested", "viewing", "boosting", "as", "a", "gradient", "descent", "search", "for", "a", "good", "fit", "in", "function", "space", ".", "At", "each", "iteration", "observations", "are", "re-weighted", "using", "the", "gradient", "of", "the", "underlying", "loss", "function", ".", "We", "present", "an", "approach", "of", "weight", "decay", "for", "observation", "weights", "which", "is", "equivalent", "to", "``", "robustifying", "''", "the", "underlying", "loss", "function", ".", "At", "the", "extreme", "end", "of", "decay", "this", "approach", "converges", "to", "Bagging", ",", "which", "can", "be", "viewed", "as", "boosting", "with", "a", "linear", "underlying", "loss", "function", ".", "We", "illustrate", "the", "practical", "usefulness", "of", "weight", "decay", "for", "improving", "prediction", "performance", "and", "present", "an", "equivalence", "between", "one", "form", "of", "weight", "decay", "and", "``", "Huberizing", "''", "--", "a", "statistical", "method", "for", "making", "loss", "functions", "more", "robust", "."], "doc_bio_tags": ["O", "B", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["bagging", "boosting"], "abstractive_keyphrases": ["design methodology", "robust fitting"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "180364", "document": ["Indexing", "multi-dimensional", "time-series", "with", "support", "for", "multiple", "distance", "measures", "Although", "most", "time-series", "data", "mining", "research", "has", "concentrated", "on", "providing", "solutions", "for", "a", "single", "distance", "function", ",", "in", "this", "work", "we", "motivate", "the", "need", "for", "a", "single", "index", "structure", "that", "can", "support", "multiple", "distance", "measures", ".", "Our", "specific", "area", "of", "interest", "is", "the", "efficient", "retrieval", "and", "analysis", "of", "trajectory", "similarities", ".", "Trajectory", "datasets", "are", "very", "common", "in", "environmental", "applications", ",", "mobility", "experiments", ",", "video", "surveillance", "and", "are", "especially", "important", "for", "the", "discovery", "of", "certain", "biological", "patterns", ".", "Our", "primary", "similarity", "measure", "is", "based", "on", "the", "Longest", "Common", "Subsequence", "(", "LCSS", ")", "model", ",", "that", "offers", "enhanced", "robustness", ",", "particularly", "for", "noisy", "data", ",", "which", "are", "encountered", "very", "often", "in", "real", "world", "applications", ".", "However", ",", "our", "index", "is", "able", "to", "accommodate", "other", "distance", "measures", "as", "well", ",", "including", "the", "ubiquitous", "Euclidean", "distance", ",", "and", "the", "increasingly", "popular", "Dynamic", "Time", "Warping", "(", "DTW", ")", ".", "While", "other", "researchers", "have", "advocated", "one", "or", "other", "of", "these", "similarity", "measures", ",", "a", "major", "contribution", "of", "our", "work", "is", "the", "ability", "to", "support", "all", "these", "measures", "without", "the", "need", "to", "restructure", "the", "index", ".", "Our", "framework", "guarantees", "no", "false", "dismissals", "and", "can", "also", "be", "tailored", "to", "provide", "much", "faster", "response", "time", "at", "the", "expense", "of", "slightly", "reduced", "precision\\/recall", ".", "The", "experimental", "results", "demonstrate", "that", "our", "index", "can", "help", "speed-up", "the", "computation", "of", "expensive", "similarity", "measures", "such", "as", "the", "LCSS", "and", "the", "DTW", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["dynamic time warping", "longest common subsequence"], "abstractive_keyphrases": ["database applications", "trajectories"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "3858841", "document": ["Data", "filtering", "for", "automatic", "classification", "of", "rocks", "from", "reflectance", "spectra", "The", "ability", "to", "identify", "the", "mineral", "composition", "of", "rocks", "and", "soils", "is", "an", "important", "tool", "for", "the", "exploration", "of", "geological", "sites", ".", "For", "instance", ",", "NASA", "intends", "to", "design", "robots", "that", "are", "sufficiently", "autonomous", "to", "perform", "this", "task", "on", "planetary", "missions", ".", "Spectrometer", "readings", "provide", "one", "important", "source", "of", "data", "for", "identifying", "sites", "with", "minerals", "of", "interest", ".", "Reflectance", "spectrometers", "measure", "intensities", "of", "light", "reflected", "from", "surfaces", "over", "a", "range", "of", "wavelengths", ".", "Spectral", "intensity", "patterns", "may", "in", "some", "cases", "be", "sufficiently", "distinctive", "for", "proper", "identification", "of", "minerals", "or", "classes", "of", "minerals", ".", "For", "some", "mineral", "classes", ",", "carbonates", "for", "example", ",", "specific", "short", "spectral", "intervals", "are", "known", "to", "carry", "a", "distinctive", "signature", ".", "Finding", "similar", "distinctive", "spectral", "ranges", "for", "other", "mineral", "classes", "is", "not", "an", "easy", "problem", ".", "We", "propose", "and", "evaluate", "data-driven", "techniques", "that", "automatically", "search", "for", "spectral", "ranges", "optimized", "for", "specific", "minerals", ".", "In", "one", "set", "of", "studies", ",", "we", "partition", "the", "whole", "interval", "of", "wavelengths", "available", "in", "our", "data", "into", "sub-intervals", ",", "or", "bins", ",", "and", "use", "a", "genetic", "algorithm", "to", "evaluate", "a", "candidate", "selection", "of", "subintervals", ".", "As", "alternatives", "to", "this", "computationally", "expensive", "search", "technique", ",", "we", "present", "an", "entropy-based", "heuristic", "that", "gives", "higher", "scores", "for", "wavelengths", "more", "likely", "to", "distinguish", "between", "classes", ",", "as", "well", "as", "other", "greedy", "search", "procedures", ".", "Results", "are", "presented", "for", "four", "different", "classes", ",", "showing", "reasonable", "improvements", "in", "identifying", "some", ",", "but", "not", "all", ",", "of", "the", "mineral", "classes", "tested", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": [], "abstractive_keyphrases": ["applications", "design methodology"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "4913071", "document": ["Beyond", "classification", "and", "ranking", ":", "constrained", "optimization", "of", "the", "ROI", "Classification", "has", "been", "commonly", "used", "in", "many", "data", "mining", "projects", "in", "the", "financial", "service", "industry", ".", "For", "instance", ",", "to", "predict", "collectability", "of", "accounts", "receivable", ",", "a", "binary", "class", "label", "is", "created", "based", "on", "whether", "a", "payment", "is", "received", "within", "a", "certain", "period", ".", "However", ",", "optimization", "of", "the", "classifier", "does", "not", "necessarily", "lead", "to", "maximization", "of", "return", "on", "investment", "(", "ROI", ")", ",", "since", "maximization", "of", "the", "true", "positive", "rate", "is", "often", "different", "from", "maximization", "of", "the", "collectable", "amount", "which", "determines", "the", "ROI", "under", "a", "fixed", "budget", "constraint", ".", "The", "typical", "cost", "sensitive", "learning", "does", "not", "solve", "this", "problem", "either", "since", "it", "involves", "an", "unknown", "opportunity", "cost", "due", "to", "the", "budget", "constraint", ".", "Learning", "the", "ranks", "of", "collectable", "amount", "would", "ultimately", "solve", "the", "problem", ",", "but", "it", "tries", "to", "tackle", "an", "unnecessarily", "difficult", "problem", "and", "often", "results", "in", "poorer", "results", "for", "our", "specific", "target", ".", "We", "propose", "a", "new", "algorithm", "that", "uses", "gradient", "descent", "to", "directly", "optimize", "the", "related", "monetary", "measure", "under", "the", "budget", "constraint", "and", "thus", "maximizes", "the", "ROI", ".", "By", "comparison", "with", "several", "classification", ",", "regression", ",", "and", "ranking", "algorithms", ",", "we", "demonstrate", "the", "new", "algorithm", "'s", "substantial", "improvement", "of", "the", "financial", "impact", "on", "our", "clients", "in", "the", "financial", "service", "industry", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["constrained optimization", "return on investment"], "abstractive_keyphrases": ["neural networks"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "4916705", "document": ["BoostCluster", ":", "boosting", "clustering", "by", "pairwise", "constraints", "Data", "clustering", "is", "an", "important", "task", "in", "many", "disciplines", ".", "A", "large", "number", "of", "studies", "have", "attempted", "to", "improve", "clustering", "by", "using", "the", "side", "information", "that", "is", "often", "encoded", "as", "pairwise", "constraints", ".", "However", ",", "these", "studies", "focus", "on", "designing", "special", "clustering", "algorithms", "that", "can", "effectively", "exploit", "the", "pairwise", "constraints", ".", "We", "present", "a", "boosting", "framework", "for", "data", "clustering", ",", "termed", "as", "BoostCluster", ",", "that", "is", "able", "to", "iteratively", "improve", "the", "accuracy", "of", "any", "given", "clustering", "algorithm", "by", "exploiting", "the", "pairwise", "constraints", ".", "The", "key", "challenge", "in", "designing", "a", "boosting", "framework", "for", "data", "clustering", "is", "how", "to", "influence", "an", "arbitrary", "clustering", "algorithm", "with", "the", "side", "information", "since", "clustering", "algorithms", "by", "definition", "are", "unsupervised", ".", "The", "proposed", "framework", "addresses", "this", "problem", "by", "dynamically", "generating", "new", "data", "representations", "at", "each", "iteration", "that", "are", ",", "on", "the", "one", "hand", ",", "adapted", "to", "the", "clustering", "results", "at", "previous", "iterations", "by", "the", "given", "algorithm", ",", "and", "on", "the", "other", "hand", "consistent", "with", "the", "given", "side", "information", ".", "Our", "empirical", "study", "shows", "that", "the", "proposed", "boosting", "framework", "is", "effective", "in", "improving", "the", "performance", "of", "a", "number", "of", "popular", "clustering", "algorithms", "(", "K-means", ",", "partitional", "SingleLink", ",", "spectral", "clustering", ")", ",", "and", "its", "performance", "is", "comparable", "to", "the", "state-of-the-art", "algorithms", "for", "data", "clustering", "with", "side", "information", "."], "doc_bio_tags": ["O", "O", "B", "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", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "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", "B", "I", "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", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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"], "extractive_keyphrases": ["boosting", "data clustering", "pairwise constraints"], "abstractive_keyphrases": ["semi-supervised learning"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "10896119", "document": ["A", "scalable", "two-stage", "approach", "for", "a", "class", "of", "dimensionality", "reduction", "techniques", "Dimensionality", "reduction", "plays", "an", "important", "role", "in", "many", "data", "mining", "applications", "involving", "high-dimensional", "data", ".", "Many", "existing", "dimensionality", "reduction", "techniques", "can", "be", "formulated", "as", "a", "generalized", "eigenvalue", "problem", ",", "which", "does", "not", "scale", "to", "large-size", "problems", ".", "Prior", "work", "transforms", "the", "generalized", "eigenvalue", "problem", "into", "an", "equivalent", "least", "squares", "formulation", ",", "which", "can", "then", "be", "solved", "efficiently", ".", "However", ",", "the", "equivalence", "relationship", "only", "holds", "under", "certain", "assumptions", "without", "regularization", ",", "which", "severely", "limits", "their", "applicability", "in", "practice", ".", "In", "this", "paper", ",", "an", "efficient", "two-stage", "approach", "is", "proposed", "to", "solve", "a", "class", "of", "dimensionality", "reduction", "techniques", ",", "including", "Canonical", "Correlation", "Analysis", ",", "Orthonormal", "Partial", "Least", "Squares", ",", "linear", "Discriminant", "Analysis", ",", "and", "Hypergraph", "Spectral", "Learning", ".", "The", "proposed", "two-stage", "approach", "scales", "linearly", "in", "terms", "of", "both", "the", "sample", "size", "and", "data", "dimensionality", ".", "The", "main", "contributions", "of", "this", "paper", "include", "(", "1", ")", "we", "rigorously", "establish", "the", "equivalence", "relationship", "between", "the", "proposed", "two-stage", "approach", "and", "the", "original", "formulation", "without", "any", "assumption", ";", "and", "(", "2", ")", "we", "show", "that", "the", "equivalence", "relationship", "still", "holds", "in", "the", "regularization", "setting", ".", "We", "have", "conducted", "extensive", "experiments", "using", "both", "synthetic", "and", "real-world", "data", "sets", ".", "Our", "experimental", "results", "confirm", "the", "equivalence", "relationship", "established", "in", "this", "paper", ".", "Results", "also", "demonstrate", "the", "scalability", "of", "the", "proposed", "two-stage", "approach", "."], "doc_bio_tags": ["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", "B", "I", "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", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["dimensionality reduction", "generalized eigenvalue problem", "least squares", "regularization", "scalability"], "abstractive_keyphrases": [], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "3588647", "document": ["Efficient", "data", "reduction", "with", "EASE", "A", "variety", "of", "mining", "and", "analysis", "problems", "--", "ranging", "from", "association-rule", "discovery", "to", "contingency", "table", "analysis", "to", "materialization", "of", "certain", "approximate", "datacubes", "--", "involve", "the", "extraction", "of", "knowledge", "from", "a", "set", "of", "categorical", "count", "data", ".", "Such", "data", "can", "be", "viewed", "as", "a", "collection", "of", "``", "transactions", ",", "''", "where", "a", "transaction", "is", "a", "fixed-length", "vector", "of", "counts", ".", "Classical", "algorithms", "for", "solving", "count-data", "problems", "require", "one", "or", "more", "computationally", "intensive", "passes", "over", "the", "entire", "database", "and", "can", "be", "prohibitively", "slow", ".", "One", "effective", "method", "for", "dealing", "with", "this", "ever-worsening", "scalability", "problem", "is", "to", "run", "the", "algorithms", "on", "a", "small", "sample", "of", "the", "data", ".", "We", "present", "a", "new", "data-reduction", "algorithm", ",", "called", "EASE", ",", "for", "producing", "such", "a", "sample", ".", "Like", "the", "FAST", "algorithm", "introduced", "by", "Chen", "et", "al.", ",", "EASE", "is", "especially", "designed", "for", "count", "data", "applications", ".", "Both", "EASE", "and", "FAST", "take", "a", "relatively", "large", "initial", "random", "sample", "and", "then", "deterministically", "produce", "a", "subsample", "whose", "``", "distance", "''", "--", "appropriately", "defined", "--", "from", "the", "complete", "database", "is", "minimal", ".", "Unlike", "FAST", ",", "which", "obtains", "the", "final", "subsample", "by", "quasi-greedy", "descent", ",", "EASE", "uses", "epsilon-approximation", "methods", "to", "obtain", "the", "final", "subsample", "by", "a", "process", "of", "repeated", "halving", ".", "Experiments", "both", "in", "the", "context", "of", "association", "rule", "mining", "and", "classical", "\u03c72", "contingency-table", "analysis", "show", "that", "EASE", "outperforms", "both", "FAST", "and", "simple", "random", "sampling", ",", "sometimes", "dramatically", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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"], "extractive_keyphrases": ["sampling"], "abstractive_keyphrases": ["association rules", "count dataset", "data streams", "database applications", "frequency estimation", "olap"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "5108365", "document": ["The", "predictive", "power", "of", "online", "chatter", "An", "increasing", "fraction", "of", "the", "global", "discourse", "is", "migrating", "online", "in", "the", "form", "of", "blogs", ",", "bulletin", "boards", ",", "web", "pages", ",", "wikis", ",", "editorials", ",", "and", "a", "dizzying", "array", "of", "new", "collaborative", "technologies", ".", "The", "migration", "has", "now", "proceeded", "to", "the", "point", "that", "topics", "reflecting", "certain", "individual", "products", "are", "sufficiently", "popular", "to", "allow", "targeted", "online", "tracking", "of", "the", "ebb", "and", "flow", "of", "chatter", "around", "these", "topics", ".", "Based", "on", "an", "analysis", "of", "around", "half", "a", "million", "sales", "rank", "values", "for", "2,340", "books", "over", "a", "period", "of", "four", "months", ",", "and", "correlating", "postings", "in", "blogs", ",", "media", ",", "and", "web", "pages", ",", "we", "are", "able", "to", "draw", "several", "interesting", "conclusions", ".", "First", ",", "carefully", "hand-crafted", "queries", "produce", "matching", "postings", "whose", "volume", "predicts", "sales", "ranks", ".", "Second", ",", "these", "queries", "can", "be", "automatically", "generated", "in", "many", "cases", ".", "And", "third", ",", "even", "though", "sales", "rank", "motion", "might", "be", "difficult", "to", "predict", "in", "general", ",", "algorithmic", "predictors", "can", "use", "online", "postings", "to", "successfully", "predict", "spikes", "in", "sales", "rank", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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"], "extractive_keyphrases": ["blogs", "sales rank"], "abstractive_keyphrases": ["information search and retrieval", "prediction", "time-series analysis"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "9953918", "document": ["Large-scale", "behavioral", "targeting", "Behavioral", "targeting", "(", "BT", ")", "leverages", "historical", "user", "behavior", "to", "select", "the", "ads", "most", "relevant", "to", "users", "to", "display", ".", "The", "state-of-the-art", "of", "BT", "derives", "a", "linear", "Poisson", "regression", "model", "from", "fine-grained", "user", "behavioral", "data", "and", "predicts", "click-through", "rate", "(", "CTR", ")", "from", "user", "history", ".", "We", "designed", "and", "implemented", "a", "highly", "scalable", "and", "efficient", "solution", "to", "BT", "using", "Hadoop", "MapReduce", "framework", ".", "With", "our", "parallel", "algorithm", "and", "the", "resulting", "system", ",", "we", "can", "build", "above", "450", "BT-category", "models", "from", "the", "entire", "Yahoo", "'s", "user", "base", "within", "one", "day", ",", "the", "scale", "that", "one", "can", "not", "even", "imagine", "with", "prior", "systems", ".", "Moreover", ",", "our", "approach", "has", "yielded", "20", "%", "CTR", "lift", "over", "the", "existing", "production", "system", "by", "leveraging", "the", "well-grounded", "probabilistic", "model", "fitted", "from", "a", "much", "larger", "training", "dataset", ".", "Specifically", ",", "our", "major", "contributions", "include", ":", "(", "1", ")", "A", "MapReduce", "statistical", "learning", "algorithm", "and", "implementation", "that", "achieve", "optimal", "data", "parallelism", ",", "task", "parallelism", ",", "and", "load", "balance", "in", "spite", "of", "the", "typically", "skewed", "distribution", "of", "domain", "data", ".", "(", "2", ")", "An", "in-place", "feature", "vector", "generation", "algorithm", "with", "linear", "time", "complexity", "O", "(", "n", ")", "regardless", "of", "the", "granularity", "of", "sliding", "target", "window", ".", "(", "3", ")", "An", "in-memory", "caching", "scheme", "that", "significantly", "reduces", "the", "number", "of", "disk", "IOs", "to", "make", "large-scale", "learning", "practical", ".", "(", "4", ")", "Highly", "efficient", "data", "structures", "and", "sparse", "representations", "of", "models", "and", "data", "to", "enable", "fast", "model", "updates", ".", "We", "believe", "that", "our", "work", "makes", "significant", "contributions", "to", "solving", "large-scale", "machine", "learning", "problems", "of", "industrial", "relevance", "in", "general", ".", "Finally", ",", "we", "report", "comprehensive", "experimental", "results", ",", "using", "industrial", "proprietary", "codebase", "and", "datasets", "."], "doc_bio_tags": ["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", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["behavioral targeting"], "abstractive_keyphrases": ["design methodology", "grid computing", "large-scale"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "4306370", "document": ["Finding", "tribes", ":", "identifying", "close-knit", "individuals", "from", "employment", "patterns", "We", "present", "a", "family", "of", "algorithms", "to", "uncover", "tribes-groups", "of", "individuals", "who", "share", "unusual", "sequences", "of", "affiliations", ".", "While", "much", "work", "inferring", "community", "structure", "describes", "large-scale", "trends", ",", "we", "instead", "search", "for", "small", "groups", "of", "tightly", "linked", "individuals", "who", "behave", "anomalously", "with", "respect", "to", "those", "trends", ".", "We", "apply", "the", "algorithms", "to", "a", "large", "temporal", "and", "relational", "data", "set", "consisting", "of", "millions", "of", "employment", "records", "from", "the", "National", "Association", "of", "Securities", "Dealers", ".", "The", "resulting", "tribes", "contain", "individuals", "at", "higher", "risk", "for", "fraud", ",", "are", "homogenous", "with", "respect", "to", "risk", "scores", ",", "and", "are", "geographically", "mobile", ",", "all", "at", "significant", "levels", "compared", "to", "random", "or", "to", "other", "sets", "of", "individuals", "who", "share", "affiliations", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": [], "abstractive_keyphrases": ["anomaly detection", "dynamic networks", "social networks"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "6697256", "document": ["Reducing", "the", "human", "overhead", "in", "text", "categorization", "Many", "applications", "in", "text", "processing", "require", "significant", "human", "effort", "for", "either", "labeling", "large", "document", "collections", "(", "when", "learning", "statistical", "models", ")", "or", "extrapolating", "rules", "from", "them", "(", "when", "using", "knowledge", "engineering", ")", ".", "In", "this", "work", ",", "we", "describe", "away", "to", "reduce", "this", "effort", ",", "while", "retaining", "the", "methods", "'", "accuracy", ",", "by", "constructing", "a", "hybrid", "classifier", "that", "utilizes", "human", "reasoning", "over", "automatically", "discovered", "text", "patterns", "to", "complement", "machine", "learning", ".", "Using", "a", "standard", "sentiment-classification", "dataset", "and", "real", "customer", "feedback", "data", ",", "we", "demonstrate", "that", "the", "resulting", "technique", "results", "in", "significant", "reduction", "of", "the", "human", "effort", "required", "to", "obtain", "a", "given", "classification", "accuracy", ".", "Moreover", ",", "the", "hybrid", "text", "classifier", "also", "results", "in", "a", "significant", "boost", "in", "accuracy", "over", "machine-learning", "based", "classifiers", "when", "a", "comparable", "amount", "of", "labeled", "data", "is", "used", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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", "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"], "extractive_keyphrases": ["classification", "machine learning"], "abstractive_keyphrases": ["active learning", "supervised learning", "support vector machines", "text classification", "text mining"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "406323", "document": ["SEWeP", ":", "using", "site", "semantics", "and", "a", "taxonomy", "to", "enhance", "the", "Web", "personalization", "process", "Web", "personalization", "is", "the", "process", "of", "customizing", "a", "Web", "site", "to", "the", "needs", "of", "each", "specific", "user", "or", "set", "of", "users", ",", "taking", "advantage", "of", "the", "knowledge", "acquired", "through", "the", "analysis", "of", "the", "user", "'s", "navigational", "behavior", ".", "Integrating", "usage", "data", "with", "content", ",", "structure", "or", "user", "profile", "data", "enhances", "the", "results", "of", "the", "personalization", "process", ".", "In", "this", "paper", ",", "we", "present", "SEWeP", ",", "a", "system", "that", "makes", "use", "of", "both", "the", "usage", "logs", "and", "the", "semantics", "of", "a", "Web", "site", "'s", "content", "in", "order", "to", "personalize", "it", ".", "Web", "content", "is", "semantically", "annotated", "using", "a", "conceptual", "hierarchy", "(", "taxonomy", ")", ".", "We", "introduce", "C-logs", ",", "an", "extended", "form", "of", "Web", "usage", "logs", "that", "encapsulates", "knowledge", "derived", "from", "the", "link", "semantics", ".", "C-logs", "are", "used", "as", "input", "to", "the", "Web", "usage", "mining", "process", ",", "resulting", "in", "a", "broader", "yet", "semantically", "focused", "set", "of", "recommendations", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["web personalization"], "abstractive_keyphrases": ["concept hierarchies", "database applications", "on-line information services", "semantic annotation of web content", "web mining"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "4341651", "document": ["From", "frequent", "itemsets", "to", "semantically", "meaningful", "visual", "patterns", "Data", "mining", "techniques", "that", "are", "successful", "in", "transaction", "and", "text", "data", "may", "not", "be", "simply", "applied", "to", "image", "data", "that", "contain", "high-dimensional", "features", "and", "have", "spatial", "structures", ".", "It", "is", "not", "a", "trivial", "task", "to", "discover", "meaningful", "visual", "patterns", "in", "image", "databases", ",", "because", "the", "content", "variations", "and", "spatial", "dependency", "in", "the", "visual", "data", "greatly", "challenge", "most", "existing", "methods", ".", "This", "paper", "presents", "a", "novel", "approach", "to", "coping", "with", "these", "difficulties", "for", "mining", "meaningful", "visual", "patterns", ".", "Specifically", ",", "the", "novelty", "of", "this", "work", "lies", "in", "the", "following", "new", "contributions", ":", "(", "1", ")", "a", "principled", "solution", "to", "the", "discovery", "of", "meaningful", "itemsets", "based", "on", "frequent", "itemset", "mining", ";", "(", "2", ")", "a", "self-supervised", "clustering", "scheme", "of", "the", "high-dimensional", "visual", "features", "by", "feeding", "back", "discovered", "patterns", "to", "tune", "the", "similarity", "measure", "through", "metric", "learning", ";", "and", "(", "3", ")", "a", "pattern", "summarization", "method", "that", "deals", "with", "the", "measurement", "noises", "brought", "by", "the", "image", "data", ".", "The", "experimental", "results", "in", "the", "real", "images", "show", "that", "our", "method", "can", "discover", "semantically", "meaningful", "patterns", "efficiently", "and", "effectively", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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"], "extractive_keyphrases": ["pattern summarization"], "abstractive_keyphrases": ["image data mining", "meaningful itemset mining", "self-supervised clustering"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "5245939", "document": ["Practical", "learning", "from", "one-sided", "feedback", "In", "many", "data", "mining", "applications", ",", "online", "labeling", "feedback", "is", "only", "available", "for", "examples", "which", "were", "predicted", "to", "belong", "to", "the", "positive", "class", ".", "Such", "applications", "includespam", "filtering", "in", "the", "case", "where", "users", "never", "checkemails", "marked", "``", "spam", "''", ",", "document", "retrieval", "where", "users", "cannotgive", "relevance", "feedback", "on", "unretrieved", "documents", ",", "and", "online", "advertising", "where", "user", "behavior", "can", "not", "beobserved", "for", "unshown", "advertisements", ".", "One-sided", "feedback", "can", "cripple", "the", "performance", "of", "classical", "mistake-driven", "online", "learners", "such", "as", "Perceptron", ".", "Previous", "work", "under", "the", "Apple", "Tasting", "framework", "showed", "how", "to", "transform", "standard", "online", "learners", "into", "successful", "learners", "from", "one", "sided", "feedback", ".", "However", ",", "we", "find", "in", "practice", "that", "this", "transformation", "may", "request", "more", "labels", "than", "necessary", "to", "achieve", "strong", "performance", ".", "In", "this", "paper", ",", "we", "employ", "two", "active", "learning", "methods", "which", "reduce", "the", "number", "of", "labels", "requested", "in", "practice", ".", "One", "method", "is", "the", "use", "of", "Label", "Efficient", "active", "learning", ".", "The", "other", "method", ",", "somewhat", "surprisingly", ",", "is", "the", "use", "of", "margin-based", "learners", "without", "modification", ",", "which", "we", "show", "combines", "implicit", "active", "learning", "and", "a", "greedy", "strategy", "to", "managing", "the", "exploration", "exploitation", "tradeoff", ".", "Experimental", "results", "show", "that", "these", "methods", "can", "be", "significantly", "more", "effective", "in", "practice", "than", "those", "using", "the", "Apple", "Tasting", "transformation", ",", "even", "on", "minority", "class", "problems", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "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"], "extractive_keyphrases": ["active learning", "apple tasting"], "abstractive_keyphrases": ["general", "online learning", "streaming data"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "5175387", "document": ["A", "probabilistic", "framework", "for", "relational", "clustering", "Relational", "clustering", "has", "attracted", "more", "and", "more", "attention", "due", "to", "its", "phenomenal", "impact", "in", "various", "important", "applications", "which", "involve", "multi-type", "interrelated", "data", "objects", ",", "such", "as", "Web", "mining", ",", "search", "marketing", ",", "bioinformatics", ",", "citation", "analysis", ",", "and", "epidemiology", ".", "In", "this", "paper", ",", "we", "propose", "a", "probabilistic", "model", "for", "relational", "clustering", ",", "which", "also", "provides", "a", "principal", "framework", "to", "unify", "various", "important", "clustering", "tasks", "including", "traditional", "attributes-based", "clustering", ",", "semi-supervised", "clustering", ",", "co-clustering", "and", "graph", "clustering", ".", "The", "proposed", "model", "seeks", "to", "identify", "cluster", "structures", "for", "each", "type", "of", "data", "objects", "and", "interaction", "patterns", "between", "different", "types", "of", "objects", ".", "Under", "this", "model", ",", "we", "propose", "parametric", "hard", "and", "soft", "relational", "clustering", "algorithms", "under", "a", "large", "number", "of", "exponential", "family", "distributions", ".", "The", "algorithms", "are", "applicable", "to", "relational", "data", "of", "various", "structures", "and", "at", "the", "same", "time", "unifies", "a", "number", "of", "stat-of-the-art", "clustering", "algorithms", ":", "co-clustering", "algorithms", ",", "the", "k-partite", "graph", "clustering", ",", "Bregman", "k-means", ",", "and", "semi-supervised", "clustering", "based", "on", "hidden", "Markov", "random", "fields", "."], "doc_bio_tags": ["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", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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"], "extractive_keyphrases": ["relational clustering", "relational data"], "abstractive_keyphrases": [], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "184282", "document": ["Random", "projection", "in", "dimensionality", "reduction", ":", "applications", "to", "image", "and", "text", "data", "Random", "projections", "have", "recently", "emerged", "as", "a", "powerful", "method", "for", "dimensionality", "reduction", ".", "Theoretical", "results", "indicate", "that", "the", "method", "preserves", "distances", "quite", "nicely", ";", "however", ",", "empirical", "results", "are", "sparse", ".", "We", "present", "experimental", "results", "on", "using", "random", "projection", "as", "a", "dimensionality", "reduction", "tool", "in", "a", "number", "of", "cases", ",", "where", "the", "high", "dimensionality", "of", "the", "data", "would", "otherwise", "lead", "to", "burden-some", "computations", ".", "Our", "application", "areas", "are", "the", "processing", "of", "both", "noisy", "and", "noiseless", "images", ",", "and", "information", "retrieval", "in", "text", "documents", ".", "We", "show", "that", "projecting", "the", "data", "onto", "a", "random", "lower-dimensional", "subspace", "yields", "results", "comparable", "to", "conventional", "dimensionality", "reduction", "methods", "such", "as", "principal", "component", "analysis", ":", "the", "similarity", "of", "data", "vectors", "is", "preserved", "well", "under", "random", "projection", ".", "However", ",", "using", "random", "projections", "is", "computationally", "significantly", "less", "expensive", "than", "using", ",", "e.g.", ",", "principal", "component", "analysis", ".", "We", "also", "show", "experimentally", "that", "using", "a", "sparse", "random", "matrix", "gives", "additional", "computational", "savings", "in", "random", "projection", "."], "doc_bio_tags": ["B", "I", "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", "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", "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", "B", "I", "O"], "extractive_keyphrases": ["dimensionality reduction", "random projection"], "abstractive_keyphrases": ["high-dimensional data", "image data", "text document data"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "10489135", "document": ["Constant-factor", "approximation", "algorithms", "for", "identifying", "dynamic", "communities", "We", "propose", "two", "approximation", "algorithms", "for", "identifying", "communities", "in", "dynamic", "social", "networks", ".", "Communities", "are", "intuitively", "characterized", "as", "``", "unusually", "densely", "knit", "''", "subsets", "of", "a", "social", "network", ".", "This", "notion", "becomes", "more", "problematic", "if", "the", "social", "interactions", "change", "over", "time", ".", "Aggregating", "social", "networks", "over", "time", "can", "radically", "misrepresent", "the", "existing", "and", "changing", "community", "structure", ".", "Recently", ",", "we", "have", "proposed", "an", "optimization-based", "framework", "for", "modeling", "dynamic", "community", "structure", ".", "Also", ",", "we", "have", "proposed", "an", "algorithm", "for", "finding", "such", "structure", "based", "on", "maximum", "weight", "bipartite", "matching", ".", "In", "this", "paper", ",", "we", "analyze", "its", "performance", "guarantee", "for", "a", "special", "case", "where", "all", "actors", "can", "be", "observed", "at", "all", "times", ".", "In", "such", "instances", ",", "we", "show", "that", "the", "algorithm", "is", "a", "small", "constant", "factor", "approximation", "of", "the", "optimum", ".", "We", "use", "a", "similar", "idea", "to", "design", "an", "approximation", "algorithm", "for", "the", "general", "case", "where", "some", "individuals", "are", "possibly", "unobserved", "at", "times", ",", "and", "to", "show", "that", "the", "approximation", "factor", "increases", "twofold", "but", "remains", "a", "constant", "regardless", "of", "the", "input", "size", ".", "This", "is", "the", "first", "algorithm", "for", "inferring", "communities", "in", "dynamic", "networks", "with", "a", "provable", "approximation", "guarantee", ".", "We", "demonstrate", "the", "general", "algorithm", "on", "real", "data", "sets", ".", "The", "results", "confirm", "the", "efficiency", "and", "effectiveness", "of", "the", "algorithm", "in", "identifying", "dynamic", "communities", "."], "doc_bio_tags": ["O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "B", "I", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["approximation algorithms", "dynamic social networks", "general"], "abstractive_keyphrases": ["community identification"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "13222301", "document": ["Diversified", "ranking", "on", "large", "graphs", ":", "an", "optimization", "viewpoint", "Diversified", "ranking", "on", "graphs", "is", "a", "fundamental", "mining", "task", "and", "has", "a", "variety", "of", "high-impact", "applications", ".", "There", "are", "two", "important", "open", "questions", "here", ".", "The", "first", "challenge", "is", "the", "measure", "-", "how", "to", "quantify", "the", "goodness", "of", "a", "given", "top-k", "ranking", "list", "that", "captures", "both", "the", "relevance", "and", "the", "diversity", "?", "The", "second", "challenge", "lies", "in", "the", "algorithmic", "aspect", "-", "how", "to", "find", "an", "optimal", ",", "or", "near-optimal", ",", "top-k", "ranking", "list", "that", "maximizes", "the", "measure", "we", "defined", "in", "a", "scalable", "way", "?", "In", "this", "paper", ",", "we", "address", "these", "challenges", "from", "an", "optimization", "point", "of", "view", ".", "Firstly", ",", "we", "propose", "a", "goodness", "measure", "for", "a", "given", "top-k", "ranking", "list", ".", "The", "proposed", "goodness", "measure", "intuitively", "captures", "both", "(", "a", ")", "the", "relevance", "between", "each", "individual", "node", "in", "the", "ranking", "list", "and", "the", "query", ";", "and", "(", "b", ")", "the", "diversity", "among", "different", "nodes", "in", "the", "ranking", "list", ".", "Moreover", ",", "we", "propose", "a", "scalable", "algorithm", "(", "linear", "wrt", "the", "size", "of", "the", "graph", ")", "that", "generates", "a", "provably", "near-optimal", "solution", ".", "The", "experimental", "evaluations", "on", "real", "graphs", "demonstrate", "its", "effectiveness", "and", "efficiency", "."], "doc_bio_tags": ["O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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", "B", "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"], "extractive_keyphrases": ["diversity", "ranking"], "abstractive_keyphrases": ["graph mining", "scalability"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "9611024", "document": ["Structured", "learning", "for", "non-smooth", "ranking", "losses", "Learning", "to", "rank", "from", "relevance", "judgment", "is", "an", "active", "research", "area", ".", "Itemwise", "score", "regression", ",", "pairwise", "preference", "satisfaction", ",", "and", "listwise", "structured", "learning", "are", "the", "major", "techniques", "in", "use", ".", "Listwise", "structured", "learning", "has", "been", "applied", "recently", "to", "optimize", "important", "non-decomposable", "ranking", "criteria", "like", "AUC", "(", "area", "under", "ROC", "curve", ")", "and", "MAP", "(", "mean", "average", "precision", ")", ".", "We", "propose", "new", ",", "almost-linear-time", "algorithms", "to", "optimize", "for", "two", "other", "criteria", "widely", "used", "to", "evaluate", "search", "systems", ":", "MRR", "(", "mean", "reciprocal", "rank", ")", "and", "NDCG", "(", "normalized", "discounted", "cumulative", "gain", ")", "in", "the", "max-margin", "structured", "learning", "framework", ".", "We", "also", "demonstrate", "that", ",", "for", "different", "ranking", "criteria", ",", "one", "may", "need", "to", "use", "different", "feature", "maps", ".", "Search", "applications", "should", "not", "be", "optimized", "in", "favor", "of", "a", "single", "criterion", ",", "because", "they", "need", "to", "cater", "to", "a", "variety", "of", "queries", ".", "E.g.", ",", "MRR", "is", "best", "for", "navigational", "queries", ",", "while", "NDCG", "is", "best", "for", "informational", "queries", ".", "A", "key", "contribution", "of", "this", "paper", "is", "to", "fold", "multiple", "ranking", "loss", "functions", "into", "a", "multi-criteria", "max-margin", "optimization", ".", "The", "result", "is", "a", "single", ",", "robust", "ranking", "model", "that", "is", "close", "to", "the", "best", "accuracy", "of", "learners", "trained", "on", "individual", "criteria", ".", "In", "fact", ",", "experiments", "over", "the", "popular", "LETOR", "and", "TREC", "data", "sets", "show", "that", ",", "contrary", "to", "conventional", "wisdom", ",", "a", "test", "criterion", "is", "often", "not", "best", "served", "by", "training", "with", "the", "same", "individual", "criterion", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": [], "abstractive_keyphrases": ["max-margin structured learning to rank", "non-decomposable loss functions"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "9678724", "document": ["Cut-and-stitch", ":", "efficient", "parallel", "learning", "of", "linear", "dynamical", "systems", "on", "smps", "Multi-core", "processors", "with", "ever", "increasing", "number", "of", "cores", "per", "chip", "are", "becoming", "prevalent", "in", "modern", "parallel", "computing", ".", "Our", "goal", "is", "to", "make", "use", "of", "the", "multi-core", "as", "well", "as", "multi-processor", "architectures", "to", "speed", "up", "data", "mining", "algorithms", ".", "Specifically", ",", "we", "present", "a", "parallel", "algorithm", "for", "approximate", "learning", "of", "Linear", "Dynamical", "Systems", "(", "LDS", ")", ",", "also", "known", "as", "Kalman", "Filters", "(", "KF", ")", ".", "LDSs", "are", "widely", "used", "in", "time", "series", "analysis", "such", "as", "motion", "capture", "modeling", ",", "visual", "tracking", "etc.", ".", "We", "propose", "Cut-And-Stitch", "(", "CAS", ")", ",", "a", "novel", "method", "to", "handle", "the", "data", "dependencies", "from", "the", "chain", "structure", "of", "hidden", "variables", "in", "LDS", ",", "so", "as", "to", "parallelize", "the", "EM-based", "parameter", "learning", "algorithm", ".", "We", "implement", "the", "algorithm", "using", "OpenMP", "on", "both", "a", "supercomputer", "and", "a", "quad-core", "commercial", "desktop", ".", "The", "experimental", "results", "show", "that", "parallel", "algorithms", "using", "Cut-And-Stitch", "achieve", "comparable", "accuracy", "and", "almost", "linear", "speedups", "over", "the", "serial", "version", ".", "In", "addition", ",", "Cut-And-Stitch", "can", "be", "generalized", "to", "other", "models", "with", "similar", "linear", "structures", "such", "as", "Hidden", "Markov", "Models", "(", "HMM", ")", "and", "Switching", "Kalman", "Filters", "(", "SKF", ")", "."], "doc_bio_tags": ["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", "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", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O"], "extractive_keyphrases": ["kalman filters", "linear dynamical systems", "openmp"], "abstractive_keyphrases": ["expectation maximization", "multi-core", "optimization"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "10272741", "document": ["Event", "detection", "from", "evolution", "of", "click-through", "data", "Previous", "efforts", "on", "event", "detection", "from", "the", "web", "have", "focused", "primarily", "on", "web", "content", "and", "structure", "data", "ignoring", "the", "rich", "collection", "of", "web", "log", "data", ".", "In", "this", "paper", ",", "we", "propose", "the", "first", "approach", "to", "detect", "events", "from", "the", "click-through", "data", ",", "which", "is", "the", "log", "data", "of", "web", "search", "engines", ".", "The", "intuition", "behind", "event", "detection", "from", "click-through", "data", "is", "that", "such", "data", "is", "often", "event-driven", "and", "each", "event", "can", "be", "represented", "as", "a", "set", "ofquery-page", "pairs", "that", "are", "not", "only", "semantically", "similar", "but", "also", "have", "similar", "evolution", "pattern", "over", "time", ".", "Given", "the", "click-through", "data", ",", "in", "our", "proposed", "approach", ",", "we", "first", "segment", "it", "into", "a", "sequence", "of", "bipartite", "graphs", "based", "on", "theuser-defined", "time", "granularity", ".", "Next", ",", "the", "sequence", "of", "bipartite", "graphs", "is", "represented", "as", "a", "vector-based", "graph", ",", "which", "records", "the", "semantic", "and", "evolutionary", "relationships", "between", "queries", "and", "pages", ".", "After", "that", ",", "the", "vector-based", "graph", "is", "transformed", "into", "its", "dual", "graph", ",", "where", "each", "node", "is", "a", "query-page", "pair", "that", "will", "be", "used", "to", "represent", "real", "world", "events", ".", "Then", ",", "the", "problem", "of", "event", "detection", "is", "equivalent", "to", "the", "problem", "of", "clustering", "the", "dual", "graph", "of", "the", "vector-based", "graph", ".", "The", "clustering", "process", "is", "based", "on", "a", "two-phase", "graph", "cut", "algorithm", ".", "In", "the", "first", "phase", ",", "query-page", "pairs", "are", "clustered", "based", "on", "thesemantic-based", "similarity", "such", "that", "each", "cluster", "in", "the", "result", "corresponds", "to", "a", "specific", "topic", ".", "In", "the", "second", "phase", ",", "query-page", "pairs", "related", "to", "the", "same", "topic", "are", "further", "clustered", "based", "on", "the", "evolution", "pattern-based", "similarity", "such", "that", "each", "cluster", "is", "expected", "to", "represent", "a", "specific", "event", "under", "the", "specific", "topic", ".", "Experiments", "with", "real", "click-through", "data", "collected", "from", "a", "commercial", "web", "search", "engine", "show", "that", "the", "proposed", "approach", "produces", "high", "quality", "results", "."], "doc_bio_tags": ["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", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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"], "extractive_keyphrases": ["event detection", "evolution pattern"], "abstractive_keyphrases": ["click-through data", "dynamic web"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "3809174", "document": ["Rule", "extraction", "from", "linear", "support", "vector", "machines", "We", "describe", "an", "algorithm", "for", "converting", "linear", "support", "vector", "machines", "and", "any", "other", "arbitrary", "hyperplane-based", "linear", "classifiers", "into", "a", "set", "of", "non-overlapping", "rules", "that", ",", "unlike", "the", "original", "classifier", ",", "can", "be", "easily", "interpreted", "by", "humans", ".", "Each", "iteration", "of", "the", "rule", "extraction", "algorithm", "is", "formulated", "as", "a", "constrained", "optimization", "problem", "that", "is", "computationally", "inexpensive", "to", "solve", ".", "We", "discuss", "various", "properties", "of", "the", "algorithm", "and", "provide", "proof", "of", "convergence", "for", "two", "different", "optimization", "criteria", "We", "demonstrate", "the", "performance", "and", "the", "speed", "of", "the", "algorithm", "on", "linear", "classifiers", "learned", "from", "real-world", "datasets", ",", "including", "a", "medical", "dataset", "on", "detection", "of", "lung", "cancer", "from", "medical", "images", ".", "The", "ability", "to", "convert", "SVM", "'s", "and", "other", "``", "black-box", "''", "classifiers", "into", "a", "set", "of", "human-understandable", "rules", ",", "is", "critical", "not", "only", "for", "physician", "acceptance", ",", "but", "also", "to", "reducing", "the", "regulatory", "barrier", "for", "medical-decision", "support", "systems", "based", "on", "such", "classifiers", "."], "doc_bio_tags": ["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", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["linear classifiers", "rule extraction"], "abstractive_keyphrases": ["mathematical programming", "medical decision-support", "miscellaneous"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "9429173", "document": ["Visually", "mining", "and", "monitoring", "massive", "time", "series", "Moments", "before", "the", "launch", "of", "every", "space", "vehicle", ",", "engineering", "discipline", "specialists", "must", "make", "a", "critical", "go\\/no-go", "decision", ".", "The", "cost", "of", "a", "false", "positive", ",", "allowing", "a", "launch", "in", "spite", "of", "a", "fault", ",", "or", "a", "false", "negative", ",", "stopping", "a", "potentially", "successful", "launch", ",", "can", "be", "measured", "in", "the", "tens", "of", "millions", "of", "dollars", ",", "not", "including", "the", "cost", "in", "morale", "and", "other", "more", "intangible", "detriments", ".", "The", "Aerospace", "Corporation", "is", "responsible", "for", "providing", "engineering", "assessments", "critical", "to", "the", "go\\/no-go", "decision", "for", "every", "Department", "of", "Defense", "space", "vehicle", ".", "These", "assessments", "are", "made", "by", "constantly", "monitoring", "streaming", "telemetry", "data", "in", "the", "hours", "before", "launch", ".", "We", "will", "introduce", "VizTree", ",", "a", "novel", "time-series", "visualization", "tool", "to", "aid", "the", "Aerospace", "analysts", "who", "must", "make", "these", "engineering", "assessments", ".", "VizTree", "was", "developed", "at", "the", "University", "of", "California", ",", "Riverside", "and", "is", "unique", "in", "that", "the", "same", "tool", "is", "used", "for", "mining", "archival", "data", "and", "monitoring", "incoming", "live", "telemetry", ".", "The", "use", "of", "a", "single", "tool", "for", "both", "aspects", "of", "the", "task", "allows", "a", "natural", "and", "intuitive", "transfer", "of", "mined", "knowledge", "to", "the", "monitoring", "task", ".", "Our", "visualization", "approach", "works", "by", "transforming", "the", "time", "series", "into", "a", "symbolic", "representation", ",", "and", "encoding", "the", "data", "in", "a", "modified", "suffix", "tree", "in", "which", "the", "frequency", "and", "other", "properties", "of", "patterns", "are", "mapped", "onto", "colors", "and", "other", "visual", "properties", ".", "We", "demonstrate", "the", "utility", "of", "our", "system", "by", "comparing", "it", "with", "state-of-the-art", "batch", "algorithms", "on", "several", "real", "and", "synthetic", "datasets", "."], "doc_bio_tags": ["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", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "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"], "extractive_keyphrases": ["time series", "visualization"], "abstractive_keyphrases": ["anomaly detection", "motif discovery", "pattern discovery"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "8704242", "document": ["Efficient", "elastic", "burst", "detection", "in", "data", "streams", "Burst", "detection", "is", "the", "activity", "of", "finding", "abnormal", "aggregates", "in", "data", "streams", ".", "Such", "aggregates", "are", "based", "on", "sliding", "windows", "over", "data", "streams", ".", "In", "some", "applications", ",", "we", "want", "to", "monitor", "many", "sliding", "window", "sizes", "simultaneously", "and", "to", "report", "those", "windows", "with", "aggregates", "significantly", "different", "from", "other", "periods", ".", "We", "will", "present", "a", "general", "data", "structure", "for", "detecting", "interesting", "aggregates", "over", "such", "elastic", "windows", "in", "near", "linear", "time", ".", "We", "present", "applications", "of", "the", "algorithm", "for", "detecting", "Gamma", "Ray", "Bursts", "in", "large-scale", "astrophysical", "data", ".", "Detection", "of", "periods", "with", "high", "volumes", "of", "trading", "activities", "and", "high", "stock", "price", "volatility", "is", "also", "demonstrated", "using", "real", "time", "Trade", "and", "Quote", "(", "TAQ", ")", "data", "from", "the", "New", "York", "Stock", "Exchange", "(", "NYSE", ")", ".", "Our", "algorithm", "beats", "the", "direct", "computation", "approach", "by", "several", "orders", "of", "magnitude", "."], "doc_bio_tags": ["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"], "extractive_keyphrases": ["elastic burst"], "abstractive_keyphrases": ["data stream"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "13700598", "document": ["Reasoning", "about", "sets", "using", "redescription", "mining", "Redescription", "mining", "is", "a", "newly", "introduced", "data", "mining", "problem", "that", "seeks", "to", "find", "subsets", "of", "data", "that", "afford", "multiple", "definitions", ".", "It", "can", "be", "viewed", "as", "a", "generalization", "of", "association", "rule", "mining", ",", "from", "finding", "implications", "to", "equivalences", ";", "as", "a", "form", "of", "conceptual", "clustering", ",", "where", "the", "goal", "is", "to", "identify", "clusters", "that", "afford", "dual", "characterizations", ";", "and", "as", "a", "form", "of", "constructive", "induction", ",", "to", "build", "features", "based", "on", "given", "descriptors", "that", "mutually", "reinforce", "each", "other", ".", "In", "this", "paper", ",", "we", "present", "the", "use", "of", "redescription", "mining", "as", "an", "important", "tool", "to", "reason", "about", "a", "collection", "of", "sets", ",", "especially", "their", "overlaps", ",", "similarities", ",", "and", "differences", ".", "We", "outline", "algorithms", "to", "mine", "all", "minimal", "(", "non-redundant", ")", "redescriptions", "underlying", "a", "dataset", "using", "notions", "of", "minimal", "generators", "of", "closed", "itemsets", ".", "We", "also", "show", "the", "use", "of", "these", "algorithms", "in", "an", "interactive", "context", ",", "supporting", "constraint-based", "exploration", "and", "querying", ".", "Specifically", ",", "we", "showcase", "a", "bioinformatics", "application", "that", "empowers", "the", "biologist", "to", "define", "a", "vocabulary", "of", "sets", "underlying", "a", "domain", "of", "genes", "and", "to", "reason", "about", "these", "sets", ",", "yielding", "significant", "biological", "insight", "."], "doc_bio_tags": ["O", "O", "O", "O", "B", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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", "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"], "extractive_keyphrases": ["closed itemsets", "minimal generators", "redescription"], "abstractive_keyphrases": ["learning"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "13947277", "document": ["Predictive", "client-side", "profiles", "for", "personalized", "advertising", "Personalization", "is", "ubiquitous", "in", "modern", "online", "applications", "as", "it", "provides", "significant", "improvements", "in", "user", "experience", "by", "adapting", "it", "to", "inferred", "user", "preferences", ".", "However", ",", "there", "are", "increasing", "concerns", "related", "to", "issues", "of", "privacy", "and", "control", "of", "the", "user", "data", "that", "is", "aggregated", "by", "online", "systems", "to", "power", "personalized", "experiences", ".", "These", "concerns", "are", "particularly", "significant", "for", "user", "profile", "aggregation", "in", "online", "advertising", ".", "This", "paper", "describes", "a", "practical", ",", "learning-driven", "client-side", "personalization", "approach", "for", "keyword", "advertising", "platforms", ",", "an", "emerging", "application", "previously", "not", "addressed", "in", "literature", ".", "Our", "approach", "relies", "on", "storing", "user-specific", "information", "entirely", "within", "the", "user", "'s", "control", "(", "in", "a", "browser", "cookie", "or", "browser", "local", "storage", ")", ",", "thus", "allowing", "the", "user", "to", "view", ",", "edit", "or", "purge", "it", "at", "any", "time", "(", "e.g.", ",", "via", "a", "dedicated", "webpage", ")", ".", "We", "develop", "a", "principled", ",", "utility-based", "formulation", "for", "the", "problem", "of", "iteratively", "updating", "user", "profiles", "stored", "client-side", ",", "which", "relies", "on", "calibrated", "prediction", "of", "future", "user", "activity", ".", "While", "optimal", "profile", "construction", "is", "NP-hard", "for", "pay-per-click", "advertising", "with", "bid", "increments", ",", "it", "can", "be", "efficiently", "solved", "via", "a", "greedy", "approximation", "algorithm", "guaranteed", "to", "provide", "a", "near-optimal", "solution", "due", "to", "the", "fact", "that", "keyword", "profile", "utility", "is", "submodular", ":", "it", "exhibits", "the", "property", "of", "diminishing", "returns", "with", "increasing", "profile", "size", ".", "We", "empirically", "evaluate", "client-side", "keyword", "profiles", "for", "keyword", "advertising", "on", "a", "large-scale", "dataset", "from", "a", "major", "search", "engine", ".", "Experiments", "demonstrate", "that", "predictive", "client-side", "personalization", "allows", "ad", "platforms", "to", "retain", "almost", "all", "of", "the", "revenue", "gains", "from", "personalization", "even", "if", "they", "give", "users", "the", "freedom", "to", "opt", "out", "of", "behavior", "tracking", "backed", "by", "server-side", "storage", ".", "Additionally", ",", "we", "show", "that", "advertisers", "can", "potentially", "increase", "their", "return", "on", "investment", "significantly", "by", "utilizing", "bid", "increments", "for", "keyword", "profiles", "in", "their", "ad", "campaigns", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["online advertising"], "abstractive_keyphrases": ["client-side personalization"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "652736", "document": ["PVA", ":", "a", "self-adaptive", "personal", "view", "agent", "system", "In", "this", "paper", ",", "we", "present", "PVA", ",", "an", "adaptive", "personal", "view", "information", "agent", "system", "to", "track", ",", "learn", "and", "manage", ",", "user", "'s", "interests", "in", "Internet", "documents", ".", "When", "user", "'s", "interests", "change", ",", "PVA", ",", "in", "not", "only", "the", "contents", ",", "but", "also", "in", "the", "structure", "of", "user", "profile", ",", "is", "modified", "to", "adapt", "to", "the", "changes", ".", "Experimental", "results", "show", "that", "modulating", "the", "structure", "of", "user", "profile", "does", "increase", "the", "accuracy", "of", "personalization", "systems", "."], "doc_bio_tags": ["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", "B", "O", "O"], "extractive_keyphrases": ["personal view", "personalization"], "abstractive_keyphrases": ["machine learning", "systems and software", "user interfaces", "www"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "3950072", "document": ["Efficient", "mining", "of", "iterative", "patterns", "for", "software", "specification", "discovery", "Studies", "have", "shown", "that", "program", "comprehension", "takes", "up", "to", "45", "%", "of", "software", "development", "costs", ".", "Such", "high", "costs", "are", "caused", "by", "the", "lack-of", "documented", "specification", "and", "further", "aggravated", "by", "the", "phenomenon", "of", "software", "evolution", ".", "There", "is", "a", "need", "for", "automated", "tools", "to", "extract", "specifications", "to", "aid", "program", "comprehension", ".", "In", "this", "paper", ",", "a", "novel", "technique", "to", "efficiently", "mine", "common", "software", "temporal", "patterns", "from", "traces", "is", "proposed", ".", "These", "patterns", "shed", "light", "on", "program", "behaviors", ",", "and", "are", "termed", "iterative", "patterns", ".", "They", "capture", "unique", "characteristic", "of", "software", "traces", ",", "typically", "not", "found", "in", "arbitrary", "sequences", ".", "Specifically", ",", "due", "to", "loops", ",", "interesting", "iterative", "patterns", "can", "occur", "multiple", "times", "within", "a", "trace", ".", "Furthermore", ",", "an", "occurrence", "of", "an", "iterative", "pattern", "in", "a", "trace", "can", "extend", "across", "a", "sequence", "of", "indefinite", "length", ".", "Since", "a", "program", "behavior", "can", "be", "manifested", "in", "numerous", "ways", ",", "analyzing", "a", "single", "trace", "will", "not", "be", "sufficient", ".", "Iterative", "pattern", "mining", "extends", "sequential", "pattern", "and", "episode", "minings", "to", "discover", "frequent", "iterative", "patterns", "which", "occur", "repetitively", "both", "within", "a", "program", "trace", "and", "across", "multiple", "traces", ".", "In", "this", "paper", ",", "we", "present", "CLIPER", "(", "CLosed", "Iterative", "Pattern", "minER", ")", "to", "efficiently", "mine", "a", "closed", "set", "of", "iterative", "patterns", ".", "A", "performance", "study", "on", "several", "simulated", "and", "real", "datasets", "shows", "the", "efficiency", "of", "our", "mining", "algorithm", "and", "effectiveness", "of", "our", "pruning", "strategy", ".", "Our", "case", "study", "on", "JBoss", "Application", "Server", "confirms", "the", "usefulness", "of", "mined", "patterns", "in", "discovering", "interesting", "software", "behavioral", "specification", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "B", "I", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["software specification discovery"], "abstractive_keyphrases": ["closed iterative patterns"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "783980", "document": ["Support", "envelopes", ":", "a", "technique", "for", "exploring", "the", "structure", "of", "association", "patterns", "This", "paper", "introduces", "support", "envelopes", "--", "a", "new", "tool", "for", "analyzing", "association", "patterns", "--", "and", "illustrates", "some", "of", "their", "properties", ",", "applications", ",", "and", "possible", "extensions", ".", "Specifically", ",", "the", "support", "envelope", "for", "a", "transaction", "data", "set", "and", "a", "specified", "pair", "of", "positive", "integers", "(", "m", ",", "n", ")", "consists", "of", "the", "items", "and", "transactions", "that", "need", "to", "be", "searched", "to", "find", "any", "association", "pattern", "involving", "m", "or", "more", "transactions", "and", "n", "or", "more", "items", ".", "For", "any", "transaction", "data", "set", "with", "M", "transactions", "and", "N", "items", ",", "there", "is", "a", "unique", "lattice", "of", "at", "most", "M", "\\*", "N", "support", "envelopes", "that", "captures", "the", "structure", "of", "the", "association", "patterns", "in", "that", "data", "set", ".", "Because", "support", "envelopes", "are", "not", "encumbered", "by", "a", "support", "threshold", ",", "this", "support", "lattice", "provides", "a", "complete", "view", "of", "the", "association", "structure", "of", "the", "data", "set", ",", "including", "association", "patterns", "that", "have", "low", "support", ".", "Furthermore", ",", "the", "boundary", "of", "the", "support", "lattice", "--", "the", "support", "boundary", "--", "has", "at", "most", "min", "(", "M", ",", "N", ")", "envelopes", "and", "is", "especially", "interesting", "since", "it", "bounds", "the", "maximum", "sizes", "of", "potential", "association", "patterns", "--", "not", "only", "for", "frequent", ",", "closed", ",", "and", "maximal", "itemsets", ",", "but", "also", "for", "patterns", ",", "such", "as", "error-tolerant", "itemsets", ",", "that", "are", "more", "general", ".", "The", "association", "structure", "can", "be", "represented", "graphically", "as", "a", "two-dimensional", "scatter", "plot", "of", "the", "(", "m", ",", "n", ")", "values", "associated", "with", "the", "support", "envelopes", "of", "the", "data", "set", ",", "a", "feature", "that", "is", "useful", "in", "the", "exploratory", "analysis", "of", "association", "patterns", ".", "Finally", ",", "the", "algorithm", "to", "compute", "support", "envelopes", "is", "simple", "and", "computationally", "efficient", ",", "and", "it", "is", "straightforward", "to", "parallelize", "the", "process", "of", "finding", "all", "the", "support", "envelopes", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["support envelope"], "abstractive_keyphrases": ["association analysis", "error-tolerant itemsets", "formal concept analysis"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "9920189", "document": ["Tracking", "multiple", "topics", "for", "finding", "interesting", "articles", "We", "introduce", "multiple", "topic", "tracking", "(", "MTT", ")", "for", "iScore", "to", "better", "recommend", "news", "articles", "for", "users", "with", "multiple", "interests", "and", "to", "address", "changes", "in", "user", "interests", "over", "time", ".", "As", "an", "extension", "of", "the", "basic", "Rocchio", "algorithm", ",", "traditional", "topic", "detection", "and", "tracking", ",", "and", "single-pass", "clustering", ",", "MTT", "maintains", "multiple", "interest", "profiles", "to", "identify", "interesting", "articles", "for", "a", "specific", "user", "given", "user-feedback", ".", "Focusing", "on", "only", "interesting", "topics", "enables", "iScore", "to", "discard", "useless", "profiles", "to", "address", "changes", "in", "user", "interests", "and", "to", "achieve", "a", "balance", "between", "resource", "consumption", "and", "classification", "accuracy", ".", "Also", "by", "relating", "a", "topic", "'s", "interestingness", "to", "an", "article", ".", "s", "interestingness", ",", "iScore", "is", "able", "to", "achieve", "higher", "quality", "results", "than", "traditional", "methods", "such", "as", "the", "Rocchio", "algorithm", ".", "We", "identify", "several", "operating", "parameters", "that", "work", "well", "for", "MTT", ".", "Using", "the", "same", "parameters", ",", "we", "show", "that", "MTT", "alone", "yields", "high", "quality", "results", "for", "recommending", "interesting", "articles", "from", "several", "corpora", ".", "The", "inclusion", "of", "MTT", "improves", "iScore", "'s", "performance", "by", "9", "%", "in", "recommending", "news", "articles", "from", "the", "Yahoo", "!", "News", "RSS", "feeds", "and", "the", "TREC11", "adaptive", "filter", "article", "collection", ".", "And", "through", "a", "small", "user", "study", ",", "we", "show", "that", "iScore", "can", "still", "perform", "well", "when", "only", "provided", "with", "little", "user", "feedback", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": [], "abstractive_keyphrases": ["content analysis and indexing", "news filtering", "news recommendation", "personalization"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "1030913", "document": ["A", "theoretical", "framework", "for", "learning", "from", "a", "pool", "of", "disparate", "data", "sources", "Many", "enterprises", "incorporate", "information", "gathered", "from", "a", "variety", "of", "data", "sources", "into", "an", "integrated", "input", "for", "some", "learning", "task", ".", "For", "example", ",", "aiming", "towards", "the", "design", "of", "an", "automated", "diagnostic", "tool", "for", "some", "disease", ",", "one", "may", "wish", "to", "integrate", "data", "gathered", "in", "many", "different", "hospitals", ".", "A", "major", "obstacle", "to", "such", "endeavors", "is", "that", "different", "data", "sources", "may", "vary", "considerably", "in", "the", "way", "they", "choose", "to", "represent", "related", "data", ".", "In", "practice", ",", "the", "problem", "is", "usually", "solved", "by", "a", "manual", "construction", "of", "semantic", "mappings", "and", "translations", "between", "the", "different", "sources", ".", "Recently", "there", "have", "been", "attempts", "to", "introduce", "automated", "algorithms", "based", "on", "machine", "learning", "tools", "for", "the", "construction", "of", "such", "translations", ".", "In", "this", "work", "we", "propose", "a", "theoretical", "framework", "for", "making", "classification", "predictions", "from", "a", "collection", "of", "different", "data", "sources", ",", "without", "creating", "explicit", "translations", "between", "them", ".", "Our", "framework", "allows", "a", "precise", "mathematical", "analysis", "of", "the", "complexity", "of", "such", "tasks", ",", "and", "it", "provides", "a", "tool", "for", "the", "development", "and", "comparison", "of", "different", "learning", "algorithms", ".", "Our", "main", "objective", ",", "at", "this", "stage", ",", "is", "to", "demonstrate", "the", "usefulness", "of", "computational", "learning", "theory", "to", "this", "practically", "important", "area", "and", "to", "stimulate", "further", "theoretical", "and", "experimental", "research", "of", "questions", "related", "to", "this", "framework", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": [], "abstractive_keyphrases": ["probabilistic algorithms"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "14186437", "document": ["Latent", "aspect", "rating", "analysis", "without", "aspect", "keyword", "supervision", "Mining", "detailed", "opinions", "buried", "in", "the", "vast", "amount", "of", "review", "text", "data", "is", "an", "important", ",", "yet", "quite", "challenging", "task", "with", "widespread", "applications", "in", "multiple", "domains", ".", "Latent", "Aspect", "Rating", "Analysis", "(", "LARA", ")", "refers", "to", "the", "task", "of", "inferring", "both", "opinion", "ratings", "on", "topical", "aspects", "(", "e.g.", ",", "location", ",", "service", "of", "a", "hotel", ")", "and", "the", "relative", "weights", "reviewers", "have", "placed", "on", "each", "aspect", "based", "on", "review", "content", "and", "the", "associated", "overall", "ratings", ".", "A", "major", "limitation", "of", "previous", "work", "on", "LARA", "is", "the", "assumption", "of", "pre-specified", "aspects", "by", "keywords", ".", "However", ",", "the", "aspect", "information", "is", "not", "always", "available", ",", "and", "it", "may", "be", "difficult", "to", "pre-define", "appropriate", "aspects", "without", "a", "good", "knowledge", "about", "what", "aspects", "are", "actually", "commented", "on", "in", "the", "reviews", ".", "In", "this", "paper", ",", "we", "propose", "a", "unified", "generative", "model", "for", "LARA", ",", "which", "does", "not", "need", "pre-specified", "aspect", "keywords", "and", "simultaneously", "mines", "1", ")", "latent", "topical", "aspects", ",", "2", ")", "ratings", "on", "each", "identified", "aspect", ",", "and", "3", ")", "weights", "placed", "on", "different", "aspects", "by", "a", "reviewer", ".", "Experiment", "results", "on", "two", "different", "review", "data", "sets", "demonstrate", "that", "the", "proposed", "model", "can", "effectively", "perform", "the", "Latent", "Aspect", "Rating", "Analysis", "task", "without", "the", "supervision", "of", "aspect", "keywords", ".", "Because", "of", "its", "generality", ",", "the", "proposed", "model", "can", "be", "applied", "to", "explore", "all", "kinds", "of", "opinionated", "text", "data", "containing", "overall", "sentiment", "judgments", "and", "support", "a", "wide", "range", "of", "interesting", "application", "tasks", ",", "such", "as", "aspect-based", "opinion", "summarization", ",", "personalized", "entity", "ranking", "and", "recommendation", ",", "and", "reviewer", "behavior", "analysis", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": [], "abstractive_keyphrases": ["aspect identification", "information search and retrieval", "latent rating analysis", "review mining"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "565512", "document": ["Evaluation", "of", "prediction", "models", "for", "marketing", "campaigns", "We", "consider", "prediction-model", "evaluation", "in", "the", "context", "of", "marketing-campaign", "planning", ".", "In", "order", "to", "evaluate", "and", "compare", "models", "with", "specific", "campaign", "objectives", "in", "mind", ",", "we", "need", "to", "concentrate", "our", "attention", "on", "the", "appropriate", "evaluation-criteria", ".", "These", "should", "portray", "the", "model", "'s", "ability", "to", "score", "accurately", "and", "to", "identify", "the", "relevant", "target", "population", ".", "In", "this", "paper", "we", "discuss", "some", "applicable", "model-evaluation", "and", "selection", "criteria", ",", "their", "relevance", "for", "campaign", "planning", ",", "their", "robustness", "under", "changing", "population", "distributions", ",", "and", "their", "employment", "when", "constructing", "confidence", "intervals", ".", "We", "illustrate", "our", "results", "with", "a", "case", "study", "based", "on", "our", "experience", "from", "several", "projects", "."], "doc_bio_tags": ["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", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["confidence intervals", "marketing campaigns"], "abstractive_keyphrases": ["model evaluation", "performance measures"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "13840249", "document": ["Mining", "top-k", "frequent", "items", "in", "a", "data", "stream", "with", "flexible", "sliding", "windows", "We", "study", "the", "problem", "of", "finding", "the", "k", "most", "frequent", "items", "in", "a", "stream", "of", "items", "for", "the", "recently", "proposed", "max-frequency", "measure", ".", "Based", "on", "the", "properties", "of", "an", "item", ",", "the", "max-frequency", "of", "an", "item", "is", "counted", "over", "a", "sliding", "window", "of", "which", "the", "length", "changes", "dynamically", ".", "Besides", "being", "parameterless", ",", "this", "way", "of", "measuring", "the", "support", "of", "items", "was", "shown", "to", "have", "the", "advantage", "of", "a", "faster", "detection", "of", "bursts", "in", "a", "stream", ",", "especially", "if", "the", "set", "of", "items", "is", "heterogeneous", ".", "The", "algorithm", "that", "was", "proposed", "for", "maintaining", "all", "frequent", "items", ",", "however", ",", "scales", "poorly", "when", "the", "number", "of", "items", "becomes", "large", ".", "Therefore", ",", "in", "this", "paper", "we", "propose", ",", "instead", "of", "reporting", "all", "frequent", "items", ",", "to", "only", "mine", "the", "top-k", "most", "frequent", "ones", ".", "First", "we", "prove", "that", "in", "order", "to", "solve", "this", "problem", "exactly", ",", "we", "still", "need", "a", "prohibitive", "amount", "of", "memory", "(", "at", "least", "linear", "in", "the", "number", "of", "items", ")", ".", "Yet", ",", "under", "some", "reasonable", "conditions", ",", "we", "show", "both", "theoretically", "and", "empirically", "that", "a", "memory-efficient", "algorithm", "exists", ".", "A", "prototype", "of", "this", "algorithm", "is", "implemented", "and", "we", "present", "its", "performance", "w.r.t.", "memory-efficiency", "on", "real-life", "data", "and", "in", "controlled", "experiments", "with", "synthetic", "data", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": [], "abstractive_keyphrases": ["data stream mining", "top-k frequent items"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "13997787", "document": ["Improving", "predictions", "using", "aggregate", "information", "In", "domains", "such", "as", "consumer", "products", "or", "manufacturing", "amongst", "others", ",", "we", "have", "problems", "that", "warrant", "the", "prediction", "of", "a", "continuous", "target", ".", "Besides", "the", "usual", "set", "of", "explanatory", "attributes", "we", "may", "also", "have", "exact", "(", "or", "approximate", ")", "estimates", "of", "aggregated", "targets", ",", "which", "are", "the", "sums", "of", "disjoint", "sets", "of", "individual", "targets", "that", "we", "are", "trying", "to", "predict", ".", "Hence", ",", "the", "question", "now", "becomes", "can", "we", "use", "these", "aggregated", "targets", ",", "which", "are", "a", "coarser", "piece", "of", "information", ",", "to", "improve", "the", "quality", "of", "predictions", "of", "the", "individual", "targets", "?", "In", "this", "paper", ",", "we", "provide", "a", "simple", "yet", "provable", "way", "of", "accomplishing", "this", ".", "In", "particular", ",", "given", "predictions", "from", "any", "regression", "model", "of", "the", "target", "on", "the", "test", "data", ",", "we", "elucidate", "a", "provable", "method", "for", "improving", "these", "predictions", "in", "terms", "of", "mean", "squared", "error", ",", "given", "exact", "(", "or", "accurate", "enough", ")", "information", "of", "the", "aggregated", "targets", ".", "These", "estimates", "of", "the", "aggregated", "targets", "may", "be", "readily", "available", "or", "obtained", "--", "through", "multilevel", "regression", "--", "at", "different", "levels", "of", "granularity", ".", "Based", "on", "the", "proof", "of", "our", "method", "we", "suggest", "a", "criterion", "for", "choosing", "the", "appropriate", "level", ".", "Moreover", ",", "in", "addition", "to", "estimates", "of", "the", "aggregated", "targets", ",", "if", "we", "have", "exact", "(", "or", "approximate", ")", "estimates", "of", "the", "mean", "and", "variance", "of", "the", "target", "distribution", ",", "then", "based", "on", "our", "general", "strategy", "we", "provide", "an", "optimal", "way", "of", "incorporating", "this", "information", "so", "as", "to", "further", "improve", "the", "quality", "of", "predictions", "of", "the", "individual", "targets", ".", "We", "then", "validate", "the", "results", "and", "our", "claims", "by", "conducting", "experiments", "on", "synthetic", "and", "real", "industrial", "data", "obtained", "from", "diverse", "domains", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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"], "extractive_keyphrases": ["general", "regression"], "abstractive_keyphrases": ["coarse to fine", "hierarchical"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "11482753", "document": ["Extracting", "discriminative", "concepts", "for", "domain", "adaptation", "in", "text", "mining", "One", "common", "predictive", "modeling", "challenge", "occurs", "in", "text", "mining", "problems", "is", "that", "the", "training", "data", "and", "the", "operational", "(", "testing", ")", "data", "are", "drawn", "from", "different", "underlying", "distributions", ".", "This", "poses", "a", "great", "difficulty", "for", "many", "statistical", "learning", "methods", ".", "However", ",", "when", "the", "distribution", "in", "the", "source", "domain", "and", "the", "target", "domain", "are", "not", "identical", "but", "related", ",", "there", "may", "exist", "a", "shared", "concept", "space", "to", "preserve", "the", "relation", ".", "Consequently", "a", "good", "feature", "representation", "can", "encode", "this", "concept", "space", "and", "minimize", "the", "distribution", "gap", ".", "To", "formalize", "this", "intuition", ",", "we", "propose", "a", "domain", "adaptation", "method", "that", "parameterizes", "this", "concept", "space", "by", "linear", "transformation", "under", "which", "we", "explicitly", "minimize", "the", "distribution", "difference", "between", "the", "source", "domain", "with", "sufficient", "labeled", "data", "and", "target", "domains", "with", "only", "unlabeled", "data", ",", "while", "at", "the", "same", "time", "minimizing", "the", "empirical", "loss", "on", "the", "labeled", "data", "in", "the", "source", "domain", ".", "Another", "characteristic", "of", "our", "method", "is", "its", "capability", "for", "considering", "multiple", "classes", "and", "their", "interactions", "simultaneously", ".", "We", "have", "conducted", "extensive", "experiments", "on", "two", "common", "text", "mining", "problems", ",", "namely", ",", "information", "extraction", "and", "document", "classification", "to", "demonstrate", "the", "effectiveness", "of", "our", "proposed", "method", "."], "doc_bio_tags": ["O", "O", "O", "O", "B", "I", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["domain adaptation", "text mining"], "abstractive_keyphrases": ["feature extraction", "miscellaneous"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "1477795", "document": ["Understanding", "captions", "in", "biomedical", "publications", "From", "the", "standpoint", "of", "the", "automated", "extraction", "of", "scientific", "knowledge", ",", "an", "important", "but", "little-studied", "part", "of", "scientific", "publications", "are", "the", "figures", "and", "accompanying", "captions", ".", "Captions", "are", "dense", "in", "information", ",", "but", "also", "contain", "many", "extra-grammatical", "constructs", ",", "making", "them", "awkward", "to", "process", "with", "standard", "information", "extraction", "methods", ".", "We", "propose", "a", "scheme", "for", "``", "understanding", "''", "captions", "in", "biomedical", "publications", "by", "extracting", "and", "classifying", "``", "image", "pointers", "''", "(", "references", "to", "the", "accompanying", "image", ")", ".", "We", "evaluate", "a", "number", "of", "automated", "methods", "for", "this", "task", ",", "including", "hand-coded", "methods", ",", "methods", "based", "on", "existing", "learning", "techniques", ",", "and", "methods", "based", "on", "novel", "learning", "techniques", ".", "The", "best", "of", "these", "methods", "leads", "to", "a", "usefully", "accurate", "tool", "for", "caption-understanding", ",", "with", "both", "recall", "and", "precision", "in", "excess", "of", "94", "%", "on", "the", "most", "important", "single", "class", "in", "a", "combined", "extraction\\/classification", "task", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "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"], "extractive_keyphrases": ["information extraction", "learning"], "abstractive_keyphrases": ["bioinformatics", "boosting", "information search and retrieval"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "4304753", "document": ["Mining", "correlated", "bursty", "topic", "patterns", "from", "coordinated", "text", "streams", "Previous", "work", "on", "text", "mining", "has", "almost", "exclusively", "focused", "on", "a", "single", "stream", ".", "However", ",", "we", "often", "have", "available", "multiple", "text", "streams", "indexed", "by", "the", "same", "set", "of", "time", "points", "(", "called", "coordinated", "text", "streams", ")", ",", "which", "offer", "new", "opportunities", "for", "text", "mining", ".", "For", "example", ",", "when", "a", "major", "event", "happens", ",", "all", "the", "news", "articles", "published", "by", "different", "agencies", "in", "different", "languages", "tend", "to", "cover", "the", "same", "event", "for", "a", "certain", "period", ",", "exhibiting", "a", "correlated", "bursty", "topic", "pattern", "in", "all", "the", "news", "article", "streams", ".", "In", "general", ",", "mining", "correlated", "bursty", "topic", "patterns", "from", "coordinated", "text", "streams", "can", "reveal", "interesting", "latent", "associations", "or", "events", "behind", "these", "streams", ".", "In", "this", "paper", ",", "we", "define", "and", "study", "this", "novel", "text", "mining", "problem", ".", "We", "propose", "a", "general", "probabilistic", "algorithm", "which", "can", "effectively", "discover", "correlated", "bursty", "patterns", "and", "their", "bursty", "periods", "across", "text", "streams", "even", "if", "the", "streams", "have", "completely", "different", "vocabularies", "(", "e.g.", ",", "English", "vs", "Chinese", ")", ".", "Evaluation", "of", "the", "proposed", "method", "on", "a", "news", "data", "set", "and", "a", "literature", "data", "set", "shows", "that", "it", "can", "effectively", "discover", "quite", "meaningful", "topic", "patterns", "from", "both", "data", "sets", ":", "the", "patterns", "discovered", "from", "the", "news", "data", "set", "accurately", "reveal", "the", "major", "common", "events", "covered", "in", "the", "two", "streams", "of", "news", "articles", "(", "in", "English", "and", "Chinese", ",", "respectively", ")", ",", "while", "the", "patterns", "discovered", "from", "two", "database", "publication", "streams", "match", "well", "with", "the", "major", "research", "paradigm", "shifts", "in", "database", "research", ".", "Since", "the", "proposed", "method", "is", "general", "and", "does", "not", "require", "the", "streams", "to", "share", "vocabulary", ",", "it", "can", "be", "applied", "to", "any", "coordinated", "text", "streams", "to", "discover", "correlated", "topic", "patterns", "that", "burst", "in", "multiple", "streams", "in", "the", "same", "period", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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"], "extractive_keyphrases": ["correlated bursty patterns"], "abstractive_keyphrases": ["coordinated streams", "reinforcement"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "13886565", "document": ["Online", "allocation", "of", "display", "ads", "with", "smooth", "delivery", "Display", "ads", "on", "the", "Internet", "are", "often", "sold", "in", "bundles", "of", "thousands", "or", "millions", "of", "impressions", "over", "a", "particular", "time", "period", ",", "typically", "weeks", "or", "months", ".", "Ad", "serving", "systems", "that", "assign", "ads", "to", "pages", "on", "behalf", "of", "publishers", "must", "satisfy", "these", "contracts", ",", "but", "at", "the", "same", "time", "try", "to", "maximize", "overall", "quality", "of", "placement", ".", "This", "is", "usually", "modeled", "in", "the", "literature", "as", "an", "online", "allocation", "problem", ",", "where", "contracts", "are", "represented", "by", "overall", "delivery", "constraints", "over", "a", "finite", "time", "horizon", ".", "However", "this", "model", "misses", "an", "important", "aspect", "of", "ad", "delivery", ":", "time", "homogeneity", ".", "Advertisers", "who", "buy", "these", "packages", "expect", "their", "ad", "to", "be", "shown", "smoothly", "throughout", "the", "purchased", "time", "period", ",", "in", "order", "to", "reach", "a", "wider", "audience", ",", "to", "have", "a", "sustained", "impact", ",", "and", "to", "support", "the", "ads", "they", "are", "running", "on", "other", "media", "(", "e.g.", ",", "television", ")", ".", "In", "this", "paper", "we", "formalize", "this", "problem", "using", "several", "nested", "packing", "constraints", ",", "and", "develop", "a", "tight", "(", "1-1", "\\/", "e", ")", "-", "competitive", "online", "algorithm", "for", "this", "problem", ".", "Our", "algorithms", "and", "analysis", "require", "novel", "techniques", "as", "they", "involve", "online", "computation", "of", "multiple", "dual", "variables", "per", "ad", ".", "We", "then", "show", "the", "effectiveness", "of", "our", "algorithms", "through", "exhaustive", "simulation", "studies", "on", "real", "data", "sets", "."], "doc_bio_tags": ["O", "O", "O", "B", "I", "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", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["display ads", "smooth delivery"], "abstractive_keyphrases": ["ad allocation", "general", "nonnumerical algorithms and problems", "online matching"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "86539", "document": ["Screening", "and", "interpreting", "multi-item", "associations", "based", "on", "log-linear", "modeling", "Association", "rules", "have", "received", "a", "lot", "of", "attention", "in", "the", "data", "mining", "community", "since", "their", "introduction", ".", "The", "classical", "approach", "to", "find", "rules", "whose", "items", "enjoy", "high", "support", "(", "appear", "in", "a", "lot", "of", "the", "transactions", "in", "the", "data", "set", ")", "is", ",", "however", ",", "filled", "with", "shortcomings", ".", "It", "has", "been", "shown", "that", "support", "can", "be", "misleading", "as", "an", "indicator", "of", "how", "interesting", "the", "rule", "is", ".", "Alternative", "measures", ",", "such", "as", "lift", ",", "have", "been", "proposed", ".", "More", "recently", ",", "a", "paper", "by", "DuMouchel", "et", "al.", "proposed", "the", "use", "of", "all-two-factor", "loglinear", "models", "to", "discover", "sets", "of", "items", "that", "can", "not", "be", "explained", "by", "pairwise", "associations", "between", "the", "items", "involved", ".", "This", "approach", ",", "however", ",", "has", "its", "limitations", ",", "since", "it", "stops", "short", "of", "considering", "higher", "order", "interactions", "(", "other", "than", "pairwise", ")", "among", "the", "items", ".", "In", "this", "paper", ",", "we", "propose", "a", "method", "that", "examines", "the", "parameters", "of", "the", "fitted", "loglinear", "models", "to", "find", "all", "the", "significant", "association", "patterns", "among", "the", "items", ".", "Since", "fitting", "loglinear", "models", "for", "large", "data", "sets", "can", "be", "computationally", "prohibitive", ",", "we", "apply", "graph-theoretical", "results", "to", "divide", "the", "original", "set", "of", "items", "into", "components", "(", "sets", "of", "items", ")", "that", "are", "statistically", "independent", "from", "each", "other", ".", "We", "then", "apply", "loglinear", "modeling", "to", "each", "of", "the", "components", "and", "find", "the", "interesting", "associations", "among", "items", "in", "them", ".", "The", "technique", "is", "experimentally", "evaluated", "with", "a", "real", "data", "set", "(", "insurance", "data", ")", "and", "a", "series", "of", "synthetic", "data", "sets", ".", "The", "results", "show", "that", "the", "technique", "is", "effective", "in", "finding", "interesting", "associations", "among", "the", "items", "involved", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": [], "abstractive_keyphrases": ["association rule", "database applications", "graphical model", "log-linear model"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "7833205", "document": ["Detecting", "privacy", "leaks", "using", "corpus-based", "association", "rules", "Detecting", "inferences", "in", "documents", "is", "critical", "for", "ensuring", "privacy", "when", "sharing", "information", ".", "In", "this", "paper", ",", "we", "propose", "a", "refined", "and", "practical", "model", "of", "inference", "detection", "using", "a", "reference", "corpus", ".", "Our", "model", "is", "inspired", "by", "association", "rule", "mining", ":", "inferences", "are", "based", "on", "word", "co-occurrences", ".", "Using", "the", "model", "and", "taking", "the", "Web", "as", "the", "reference", "corpus", ",", "we", "can", "find", "inferences", "and", "measure", "their", "strength", "through", "web-mining", "algorithms", "that", "leverage", "search", "engines", "such", "as", "Google", "or", "Yahoo", "!", ".", "Our", "model", "also", "includes", "the", "important", "case", "of", "private", "corpora", ",", "to", "model", "inference", "detection", "in", "enterprise", "settings", "in", "which", "there", "is", "a", "large", "private", "document", "repository", ".", "We", "find", "inferences", "in", "private", "corpora", "by", "using", "analogs", "of", "our", "Web-mining", "algorithms", ",", "relying", "on", "an", "index", "for", "the", "corpus", "rather", "than", "a", "Web", "search", "engine", ".", "We", "present", "results", "from", "two", "experiments", ".", "The", "first", "experiment", "demonstrates", "the", "performance", "of", "our", "techniques", "in", "identifying", "all", "the", "keywords", "that", "allow", "for", "inference", "of", "a", "particular", "topic", "(", "e.g.", "``", "HIV", "''", ")", "with", "confidence", "above", "a", "certain", "threshold", ".", "The", "second", "experiment", "uses", "the", "public", "Enron", "e-mail", "dataset", ".", "We", "postulate", "a", "sensitive", "topic", "and", "use", "the", "Enron", "corpus", "and", "the", "Web", "together", "to", "find", "inferences", "for", "the", "topic", ".", "These", "experiments", "demonstrate", "that", "our", "techniques", "are", "practical", ",", "and", "that", "our", "model", "of", "inference", "based", "on", "word", "co-occurrence", "is", "well-suited", "to", "efficient", "inference", "detection", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "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", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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"], "extractive_keyphrases": ["association rule mining", "inference detection", "search engine"], "abstractive_keyphrases": ["inference control", "web mining"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "13755613", "document": ["PET", ":", "a", "statistical", "model", "for", "popular", "events", "tracking", "in", "social", "communities", "User", "generated", "information", "in", "online", "communities", "has", "been", "characterized", "with", "the", "mixture", "of", "a", "text", "stream", "and", "a", "network", "structure", "both", "changing", "over", "time", ".", "A", "good", "example", "is", "a", "web-blogging", "community", "with", "the", "daily", "blog", "posts", "and", "a", "social", "network", "of", "bloggers", ".", "An", "important", "task", "of", "analyzing", "an", "online", "community", "is", "to", "observe", "and", "track", "the", "popular", "events", ",", "or", "topics", "that", "evolve", "over", "time", "in", "the", "community", ".", "Existing", "approaches", "usually", "focus", "on", "either", "the", "burstiness", "of", "topics", "or", "the", "evolution", "of", "networks", ",", "but", "ignoring", "the", "interplay", "between", "textual", "topics", "and", "network", "structures", ".", "In", "this", "paper", ",", "we", "formally", "define", "the", "problem", "of", "popular", "event", "tracking", "in", "online", "communities", "(", "PET", ")", ",", "focusing", "on", "the", "interplay", "between", "texts", "and", "networks", ".", "We", "propose", "a", "novel", "statistical", "method", "that", "models", "the", "the", "popularity", "of", "events", "over", "time", ",", "taking", "into", "consideration", "the", "burstiness", "of", "user", "interest", ",", "information", "diffusion", "on", "the", "network", "structure", ",", "and", "the", "evolution", "of", "textual", "topics", ".", "Specifically", ",", "a", "Gibbs", "Random", "Field", "is", "defined", "to", "model", "the", "influence", "of", "historic", "status", "and", "the", "dependency", "relationships", "in", "the", "graph", ";", "thereafter", "a", "topic", "model", "generates", "the", "words", "in", "text", "content", "of", "the", "event", ",", "regularized", "by", "the", "Gibbs", "Random", "Field", ".", "We", "prove", "that", "two", "classic", "models", "in", "information", "diffusion", "and", "text", "burstiness", "are", "special", "cases", "of", "our", "model", "under", "certain", "situations", ".", "Empirical", "experiments", "with", "two", "different", "communities", "and", "datasets", "(", "i.e.", ",", "Twitter", "and", "DBLP", ")", "show", "that", "our", "approach", "is", "effective", "and", "outperforms", "existing", "approaches", "."], "doc_bio_tags": ["B", "O", "O", "O", "O", "O", "B", "I", "I", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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"], "extractive_keyphrases": ["pet", "popular events tracking", "social communities"], "abstractive_keyphrases": ["topic modeling"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "3680878", "document": ["Selection", ",", "combination", ",", "and", "evaluation", "of", "effective", "software", "sensors", "for", "detecting", "abnormal", "computer", "usage", "We", "present", "and", "empirically", "analyze", "a", "machine-learning", "approach", "for", "detecting", "intrusions", "on", "individual", "computers", ".", "Our", "Winnow-based", "algorithm", "continually", "monitors", "user", "and", "system", "behavior", ",", "recording", "such", "properties", "as", "the", "number", "of", "bytes", "transferred", "over", "the", "last", "10", "seconds", ",", "the", "programs", "that", "currently", "are", "running", ",", "and", "the", "load", "on", "the", "CPU", ".", "In", "all", ",", "hundreds", "of", "measurements", "are", "made", "and", "analyzed", "each", "second", ".", "Using", "this", "data", ",", "our", "algorithm", "creates", "a", "model", "that", "represents", "each", "particular", "computer", "'s", "range", "of", "normal", "behavior", ".", "Parameters", "that", "determine", "when", "an", "alarm", "should", "be", "raised", ",", "due", "to", "abnormal", "activity", ",", "are", "set", "on", "a", "per-computer", "basis", ",", "based", "on", "an", "analysis", "of", "training", "data", ".", "A", "major", "issue", "in", "intrusion-detection", "systems", "is", "the", "need", "for", "very", "low", "false-alarm", "rates", ".", "Our", "empirical", "results", "suggest", "that", "it", "is", "possible", "to", "obtain", "high", "intrusion-detection", "rates", "(", "95", "%", ")", "and", "low", "false-alarm", "rates", "(", "less", "than", "one", "per", "day", "per", "computer", ")", ",", "without", "``", "stealing", "''", "too", "many", "CPU", "cycles", "(", "less", "than", "1", "%", ")", ".", "We", "also", "report", "which", "system", "measurements", "are", "the", "most", "valuable", "in", "terms", "of", "detecting", "intrusions", ".", "A", "surprisingly", "large", "number", "of", "different", "measurements", "prove", "significantly", "useful", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": [], "abstractive_keyphrases": ["anomaly detection", "feature selection", "intrusion detection", "learning", "machine learning", "security and protection", "user modeling", "windows 2000", "winnow algorithm"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "4271654", "document": ["Global", "distance-based", "segmentation", "of", "trajectories", "This", "work", "introduces", "distance-based", "criteria", "for", "segmentation", "of", "object", "trajectories", ".", "Segmentation", "leads", "to", "simplification", "of", "the", "original", "objects", "into", "smaller", ",", "less", "complex", "primitives", "that", "are", "better", "suited", "for", "storage", "and", "retrieval", "purposes", ".", "Previous", "work", "on", "trajectory", "segmentation", "attacked", "the", "problem", "locally", ",", "segmenting", "separately", "each", "trajectory", "of", "the", "database", ".", "Therefore", ",", "they", "did", "not", "directly", "optimize", "the", "inter-object", "separability", ",", "which", "is", "necessary", "for", "mining", "operations", "such", "as", "searching", ",", "clustering", ",", "and", "classification", "on", "large", "databases", ".", "In", "this", "paper", "we", "analyze", "the", "trajectory", "segmentation", "problem", "from", "a", "global", "perspective", ",", "utilizing", "data", "aware", "distance-based", "optimization", "techniques", ",", "which", "optimize", "pairwise", "distance", "estimates", "hence", "leading", "to", "more", "efficient", "object", "pruning", ".", "We", "first", "derive", "exact", "solutions", "of", "the", "distance-based", "formulation", ".", "Due", "to", "the", "intractable", "complexity", "of", "the", "exact", "solution", ",", "we", "present", "anapproximate", ",", "greedy", "solution", "that", "exploits", "forward", "searching", "of", "locally", "optimal", "solutions", ".", "Since", "the", "greedy", "solution", "also", "imposes", "a", "prohibitive", "computational", "cost", ",", "we", "also", "put", "forward", "more", "light", "weight", "variance-based", "segmentation", "techniques", ",", "which", "intelligently", "``", "relax", "''", "the", "pairwise", "distance", "only", "in", "the", "areas", "that", "affect", "the", "least", "the", "mining", "operation", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": [], "abstractive_keyphrases": ["data simplification", "dna visualization"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "10038011", "document": ["Augmenting", "the", "generalized", "hough", "transform", "to", "enable", "the", "mining", "of", "petroglyphs", "Rock", "art", "is", "an", "archaeological", "term", "for", "human-made", "markings", "on", "stone", ".", "It", "is", "believed", "that", "there", "are", "millions", "of", "petroglyphs", "in", "North", "America", "alone", ",", "and", "the", "study", "of", "this", "valued", "cultural", "resource", "has", "implications", "even", "beyond", "anthropology", "and", "history", ".", "Surprisingly", ",", "although", "image", "processing", ",", "information", "retrieval", "and", "data", "mining", "have", "had", "large", "impacts", "on", "many", "human", "endeavors", ",", "they", "have", "had", "essentially", "zero", "impact", "on", "the", "study", "of", "rock", "art", ".", "In", "this", "work", "we", "identify", "the", "reasons", "for", "this", ",", "and", "introduce", "a", "novel", "distance", "measure", "and", "algorithms", "which", "allow", "efficient", "and", "effective", "data", "mining", "of", "large", "collections", "of", "rock", "art", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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"], "extractive_keyphrases": ["image processing"], "abstractive_keyphrases": ["cultural artifacts", "similarity search"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "750159", "document": ["Next", "frontier", "This", "talk", "is", "about", "the", "next", "frontier", "in", "knowledge", "discovery", "and", "data", "mining", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": [], "abstractive_keyphrases": ["information search and retrieval", "knowledge representation formalisms and methods"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "10236111", "document": ["Fastanova", ":", "an", "efficient", "algorithm", "for", "genome-wide", "association", "study", "Studying", "the", "association", "between", "quantitative", "phenotype", "(", "such", "as", "height", "or", "weight", ")", "and", "single", "nucleotide", "polymorphisms", "(", "SNPs", ")", "is", "an", "important", "problem", "in", "biology", ".", "To", "understand", "underlying", "mechanisms", "of", "complex", "phenotypes", ",", "it", "is", "often", "necessary", "to", "consider", "joint", "genetic", "effects", "across", "multiple", "SNPs", ".", "ANOVA", "(", "analysis", "of", "variance", ")", "test", "is", "routinely", "used", "in", "association", "study", ".", "Important", "findings", "from", "studying", "gene-gene", "(", "SNP-pair", ")", "interactions", "are", "appearing", "in", "the", "literature", ".", "However", ",", "the", "number", "of", "SNPs", "can", "be", "up", "to", "millions", ".", "Evaluating", "joint", "effects", "of", "SNPs", "is", "a", "challenging", "task", "even", "for", "SNP-pairs", ".", "Moreover", ",", "with", "large", "number", "of", "SNPs", "correlated", ",", "permutation", "procedure", "is", "preferred", "over", "simple", "Bonferroni", "correction", "for", "properly", "controlling", "family-wise", "error", "rate", "and", "retaining", "mapping", "power", ",", "which", "dramatically", "increases", "the", "computational", "cost", "of", "association", "study", ".", "In", "this", "paper", ",", "we", "study", "the", "problem", "of", "finding", "SNP-pairs", "that", "have", "significant", "associations", "with", "a", "given", "quantitative", "phenotype", ".", "We", "propose", "an", "efficient", "algorithm", ",", "FastANOVA", ",", "for", "performing", "ANOVA", "tests", "on", "SNP-pairs", "in", "a", "batch", "mode", ",", "which", "also", "supports", "large", "permutation", "test", ".", "We", "derive", "an", "upper", "bound", "of", "SNP-pair", "ANOVA", "test", ",", "which", "can", "be", "expressed", "as", "the", "sum", "of", "two", "terms", ".", "The", "first", "term", "is", "based", "on", "single-SNP", "ANOVA", "test", ".", "The", "second", "term", "is", "based", "on", "the", "SNPs", "and", "independent", "of", "any", "phenotype", "permutation", ".", "Furthermore", ",", "SNP-pairs", "can", "be", "organized", "into", "groups", ",", "each", "of", "which", "shares", "a", "common", "upper", "bound", ".", "This", "allows", "for", "maximum", "reuse", "of", "intermediate", "computation", ",", "efficient", "upper", "bound", "estimation", ",", "and", "effective", "SNP-pair", "pruning", ".", "Consequently", ",", "FastANOVA", "only", "needs", "to", "perform", "the", "ANOVA", "test", "on", "a", "small", "number", "of", "candidate", "SNP-pairs", "without", "the", "risk", "of", "missing", "any", "significant", "ones", ".", "Extensive", "experiments", "demonstrate", "that", "FastANOVA", "is", "orders", "of", "magnitude", "faster", "than", "the", "brute-force", "implementation", "of", "ANOVA", "tests", "on", "all", "SNP", "pairs", "."], "doc_bio_tags": ["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", "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", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["anova test", "association study"], "abstractive_keyphrases": [], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "11470328", "document": ["Cold", "start", "link", "prediction", "In", "the", "traditional", "link", "prediction", "problem", ",", "a", "snapshot", "of", "a", "social", "network", "is", "used", "as", "a", "starting", "point", "to", "predict", ",", "by", "means", "of", "graph-theoretic", "measures", ",", "the", "links", "that", "are", "likely", "to", "appear", "in", "the", "future", ".", "In", "this", "paper", ",", "we", "introduce", "cold", "start", "link", "prediction", "as", "the", "problem", "of", "predicting", "the", "structure", "of", "a", "social", "network", "when", "the", "network", "itself", "is", "totally", "missing", "while", "some", "other", "information", "regarding", "the", "nodes", "is", "available", ".", "We", "propose", "a", "two-phase", "method", "based", "on", "the", "bootstrap", "probabilistic", "graph", ".", "The", "first", "phase", "generates", "an", "implicit", "social", "network", "under", "the", "form", "of", "a", "probabilistic", "graph", ".", "The", "second", "phase", "applies", "probabilistic", "graph-based", "measures", "to", "produce", "the", "final", "prediction", ".", "We", "assess", "our", "method", "empirically", "over", "a", "large", "data", "collection", "obtained", "from", "Flickr", ",", "using", "interest", "groups", "as", "the", "initial", "information", ".", "The", "experiments", "confirm", "the", "effectiveness", "of", "our", "approach", "."], "doc_bio_tags": ["O", "O", "B", "I", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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"], "extractive_keyphrases": ["link prediction", "probabilistic graph"], "abstractive_keyphrases": ["social networks"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "1167574", "document": ["An", "approach", "to", "spacecraft", "anomaly", "detection", "problem", "using", "kernel", "feature", "space", "Development", "of", "advanced", "anomaly", "detection", "and", "failure", "diagnosis", "technologies", "for", "spacecraft", "is", "a", "quite", "significant", "issue", "in", "the", "space", "industry", ",", "because", "the", "space", "environment", "is", "harsh", ",", "distant", "and", "uncertain", ".", "While", "several", "modern", "approaches", "based", "on", "qualitative", "reasoning", ",", "expert", "systems", ",", "and", "probabilistic", "reasoning", "have", "been", "developed", "recently", "for", "this", "purpose", ",", "any", "of", "them", "has", "a", "common", "difficulty", "in", "obtaining", "accurate", "and", "complete", "a", "priori", "knowledge", "on", "the", "space", "systems", "from", "human", "experts", ".", "A", "reasonable", "alternative", "to", "this", "conventional", "anomaly", "detection", "method", "is", "to", "reuse", "a", "vast", "amount", "of", "telemetry", "data", "which", "is", "multi-dimensional", "time-series", "continuously", "produced", "from", "a", "number", "of", "system", "components", "in", "the", "spacecraft", ".", "This", "paper", "proposes", "a", "novel", "``", "knowledge-free", "''", "anomaly", "detection", "method", "for", "spacecraft", "based", "on", "Kernel", "Feature", "Space", "and", "directional", "distribution", ",", "which", "constructs", "a", "system", "behavior", "model", "from", "the", "past", "normal", "telemetry", "data", "from", "a", "set", "of", "telemetry", "data", "in", "normal", "operation", "and", "monitors", "the", "current", "system", "status", "by", "checking", "incoming", "data", "with", "the", "model", ".", "In", "this", "method", ",", "we", "regard", "anomaly", "phenomena", "as", "unexpected", "changes", "of", "causal", "associations", "in", "the", "spacecraft", "system", ",", "and", "hypothesize", "that", "the", "significant", "causal", "associations", "inside", "the", "system", "will", "appear", "in", "the", "form", "of", "principal", "component", "directions", "in", "a", "high-dimensional", "non-linear", "feature", "space", "which", "is", "constructed", "by", "a", "kernel", "function", "and", "a", "set", "of", "data", ".", "We", "have", "confirmed", "the", "effectiveness", "of", "the", "proposed", "anomaly", "detection", "method", "by", "applying", "it", "to", "the", "telemetry", "data", "obtained", "from", "a", "simulator", "of", "an", "orbital", "transfer", "vehicle", "designed", "to", "make", "a", "rendezvous", "maneuver", "with", "the", "International", "Space", "Station", "."], "doc_bio_tags": ["O", "O", "O", "B", "B", "I", "O", "O", "B", "I", "I", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "B", "O", "O", "B", "I", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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"], "extractive_keyphrases": ["anomaly detection", "kernel feature space", "spacecraft"], "abstractive_keyphrases": ["learning", "principal component analysis", "time series data", "von mises fisher distribution"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "959150", "document": ["On", "detecting", "differences", "between", "groups", "Understanding", "the", "differences", "between", "contrasting", "groups", "is", "a", "fundamental", "task", "in", "data", "analysis", ".", "This", "realization", "has", "led", "to", "the", "development", "of", "a", "new", "special", "purpose", "data", "mining", "technique", ",", "contrast-set", "mining", ".", "We", "undertook", "a", "study", "with", "a", "retail", "collaborator", "to", "compare", "contrast-set", "mining", "with", "existing", "rule-discovery", "techniques", ".", "To", "our", "surprise", "we", "observed", "that", "straightforward", "application", "of", "an", "existing", "commercial", "rule-discovery", "system", ",", "Magnum", "Opus", ",", "could", "successfully", "perform", "the", "contrast-set-mining", "task", ".", "This", "led", "to", "the", "realization", "that", "contrast-set", "mining", "is", "a", "special", "case", "of", "the", "more", "general", "rule-discovery", "task", ".", "We", "present", "the", "results", "of", "our", "study", "together", "with", "a", "proof", "of", "this", "conclusion", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": [], "abstractive_keyphrases": ["contrast-set discovery", "information search and retrieval", "learning", "retailing", "rule discovery"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "1195189", "document": ["Coherent", "closed", "quasi-clique", "discovery", "from", "large", "dense", "graph", "databases", "Frequent", "coherent", "subgraphs", "can", "provide", "valuable", "knowledge", "about", "the", "underlying", "internal", "structure", "of", "a", "graph", "database", ",", "and", "mining", "frequently", "occurring", "coherent", "subgraphs", "from", "large", "dense", "graph", "databases", "has", "been", "witnessed", "several", "applications", "and", "received", "considerable", "attention", "in", "the", "graph", "mining", "community", "recently", ".", "In", "this", "paper", ",", "we", "study", "how", "to", "efficiently", "mine", "the", "complete", "set", "of", "coherent", "closed", "quasi-cliques", "from", "large", "dense", "graph", "databases", ",", "which", "is", "an", "especially", "challenging", "task", "due", "to", "the", "downward-closure", "property", "no", "longer", "holds", ".", "By", "fully", "exploring", "some", "properties", "of", "quasi-cliques", ",", "we", "propose", "several", "novel", "optimization", "techniques", ",", "which", "can", "prune", "the", "unpromising", "and", "redundant", "sub-search", "spaces", "effectively", ".", "Meanwhile", ",", "we", "devise", "an", "efficient", "closure", "checking", "scheme", "to", "facilitate", "the", "discovery", "of", "only", "closed", "quasi-cliques", ".", "We", "also", "develop", "a", "coherent", "closed", "quasi-clique", "mining", "algorithm", ",", "(", "B", ")", "Cocain", "(", "\\/", "B", ")", "1", "Thorough", "performance", "study", "shows", "that", "Cocain", "is", "very", "efficient", "and", "scalable", "for", "large", "dense", "graph", "databases", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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"], "extractive_keyphrases": ["graph mining"], "abstractive_keyphrases": ["coherent subgraph", "quasi-clique"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "4209115", "document": ["Cancer", "genomics", "Throughout", "life", ",", "the", "cells", "in", "every", "individual", "accumulate", "many", "changes", "in", "the", "DNA", "inherited", "from", "his", "or", "her", "parents", ".", "Certain", "combinations", "of", "changes", "lead", "to", "cancer", ".", "During", "the", "last", "decade", ",", "the", "cost", "of", "DNA", "sequencing", "has", "been", "dropping", "by", "a", "factor", "of", "10", "every", "two", "years", ",", "making", "it", "now", "possible", "to", "read", "most", "of", "the", "three", "billion", "base", "genome", "from", "a", "patient", "'s", "cancer", "tumor", ",", "and", "to", "try", "to", "determine", "all", "of", "the", "thousands", "of", "DNA", "changes", "in", "it", ".", "Under", "the", "auspices", "of", "NCI", "'s", "Cancer", "Genome", "Atlas", "Project", ",", "10,000", "tumors", "will", "be", "sequenced", "in", "this", "manner", "in", "the", "next", "few", "years", ".", "Soon", "cancer", "genome", "sequencing", "will", "be", "a", "widespread", "clinical", "practice", ",", "and", "millions", "of", "tumors", "will", "be", "sequenced", ".", "A", "massive", "computational", "problem", "looms", "in", "interpreting", "these", "data", ".", "First", ",", "because", "we", "can", "only", "read", "short", "pieces", "of", "DNA", ",", "we", "have", "the", "enormous", "problem", "of", "assembling", "a", "coherent", "and", "reliable", "representation", "of", "the", "tumor", "genome", "from", "massive", "amounts", "of", "incomplete", "and", "error-prone", "evidence", ".", "This", "is", "the", "first", "challenge", ".", "Second", ",", "every", "human", "genome", "is", "unique", "from", "birth", ",", "and", "every", "tumor", "a", "unique", "variant", ".", "There", "is", "no", "single", "route", "to", "cancer", ".", "We", "must", "learn", "to", "read", "the", "varied", "signatures", "of", "cancer", "within", "the", "tumor", "genome", "and", "associate", "these", "with", "optimal", "treatments", ".", "Already", "there", "are", "hundreds", "of", "molecularly", "targeted", "treatments", "for", "cancer", "available", ",", "each", "known", "to", "be", "more", "or", "less", "effective", "depending", "on", "specific", "genetic", "variants", ".", "However", ",", "targeting", "a", "single", "gene", "with", "one", "treatment", "rarely", "works", ".", "The", "second", "challenge", "is", "to", "tackle", "the", "combinatorics", "of", "personalized", ",", "targeted", ",", "combination", "therapy", "in", "cancer", "."], "doc_bio_tags": ["B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "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", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O"], "extractive_keyphrases": ["cancer"], "abstractive_keyphrases": [], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "1223280", "document": ["Programming", "the", "K-means", "clustering", "algorithm", "in", "SQL", "Using", "SQL", "has", "not", "been", "considered", "an", "efficient", "and", "feasible", "way", "to", "implement", "data", "mining", "algorithms", ".", "Although", "this", "is", "true", "for", "many", "data", "mining", ",", "machine", "learning", "and", "statistical", "algorithms", ",", "this", "work", "shows", "it", "is", "feasible", "to", "get", "an", "efficient", "SQL", "implementation", "of", "the", "well-known", "K-means", "clustering", "algorithm", "that", "can", "work", "on", "top", "of", "a", "relational", "DBMS", ".", "The", "article", "emphasizes", "both", "correctness", "and", "performance", ".", "From", "a", "correctness", "point", "of", "view", "the", "article", "explains", "how", "to", "compute", "Euclidean", "distance", ",", "nearest-cluster", "queries", "and", "updating", "clustering", "results", "in", "SQL", ".", "From", "a", "performance", "point", "of", "view", "it", "is", "explained", "how", "to", "cluster", "large", "data", "sets", "defining", "and", "indexing", "tables", "to", "store", "and", "retrieve", "intermediate", "and", "final", "results", ",", "optimizing", "and", "avoiding", "joins", ",", "optimizing", "and", "simplifying", "clustering", "aggregations", ",", "and", "taking", "advantage", "of", "sufficient", "statistics", ".", "Experiments", "evaluate", "scalability", "with", "synthetic", "data", "sets", "varying", "size", "and", "dimensionality", ".", "The", "proposed", "K-means", "implementation", "can", "cluster", "large", "data", "sets", "and", "exhibits", "linear", "scalability", "."], "doc_bio_tags": ["O", "O", "O", "B", "O", "O", "B", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "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", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["clustering", "sql"], "abstractive_keyphrases": ["k-means"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "14214144", "document": ["Personal", "privacy", "vs", "population", "privacy", ":", "learning", "to", "attack", "anonymization", "Over", "the", "last", "decade", "great", "strides", "have", "been", "made", "in", "developing", "techniques", "to", "compute", "functions", "privately", ".", "In", "particular", ",", "Differential", "Privacy", "gives", "strong", "promises", "about", "conclusions", "that", "can", "be", "drawn", "about", "an", "individual", ".", "In", "contrast", ",", "various", "syntactic", "methods", "for", "providing", "privacy", "(", "criteria", "such", "as", "k-anonymity", "and", "l-diversity", ")", "have", "been", "criticized", "for", "still", "allowing", "private", "information", "of", "an", "individual", "to", "be", "inferred", ".", "In", "this", "paper", ",", "we", "consider", "the", "ability", "of", "an", "attacker", "to", "use", "data", "meeting", "privacy", "definitions", "to", "build", "an", "accurate", "classifier", ".", "We", "demonstrate", "that", "even", "under", "Differential", "Privacy", ",", "such", "classifiers", "can", "be", "used", "to", "infer", "``", "private", "''", "attributes", "accurately", "in", "realistic", "data", ".", "We", "compare", "this", "to", "similar", "approaches", "for", "inference-based", "attacks", "on", "other", "forms", "of", "anonymized", "data", ".", "We", "show", "how", "the", "efficacy", "of", "all", "these", "attacks", "can", "be", "measured", "on", "the", "same", "scale", ",", "based", "on", "the", "probability", "of", "successfully", "inferring", "a", "private", "attribute", ".", "We", "observe", "that", "the", "accuracy", "of", "inference", "of", "private", "attributes", "for", "differentially", "private", "data", "and", "$", "l", "$", "-", "diverse", "data", "can", "be", "quite", "similar", "."], "doc_bio_tags": ["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", "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", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["anonymization", "differential privacy"], "abstractive_keyphrases": ["miscellaneous"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "9965882", "document": ["Issues", "in", "evaluation", "of", "stream", "learning", "algorithms", "Learning", "from", "data", "streams", "is", "a", "research", "area", "of", "increasing", "importance", ".", "Nowadays", ",", "several", "stream", "learning", "algorithms", "have", "been", "developed", ".", "Most", "of", "them", "learn", "decision", "models", "that", "continuously", "evolve", "over", "time", ",", "run", "in", "resource-aware", "environments", ",", "detect", "and", "react", "to", "changes", "in", "the", "environment", "generating", "data", ".", "One", "important", "issue", ",", "not", "yet", "conveniently", "addressed", ",", "is", "the", "design", "of", "experimental", "work", "to", "evaluate", "and", "compare", "decision", "models", "that", "evolve", "over", "time", ".", "There", "are", "no", "golden", "standards", "for", "assessing", "performance", "in", "non-stationary", "environments", ".", "This", "paper", "proposes", "a", "general", "framework", "for", "assessing", "predictive", "stream", "learning", "algorithms", ".", "We", "defend", "the", "use", "of", "Predictive", "Sequential", "methods", "for", "error", "estimate", "-", "the", "prequential", "error", ".", "The", "prequential", "error", "allows", "us", "to", "monitor", "the", "evolution", "of", "the", "performance", "of", "models", "that", "evolve", "over", "time", ".", "Nevertheless", ",", "it", "is", "known", "to", "be", "a", "pessimistic", "estimator", "in", "comparison", "to", "holdout", "estimates", ".", "To", "obtain", "more", "reliable", "estimators", "we", "need", "some", "forgetting", "mechanism", ".", "Two", "viable", "alternatives", "are", ":", "sliding", "windows", "and", "fading", "factors", ".", "We", "observe", "that", "the", "prequential", "error", "converges", "to", "an", "holdout", "estimator", "when", "estimated", "over", "a", "sliding", "window", "or", "using", "fading", "factors", ".", "We", "present", "illustrative", "examples", "of", "the", "use", "of", "prequential", "error", "estimators", ",", "using", "fading", "factors", ",", "for", "the", "tasks", "of", ":", "i", ")", "assessing", "performance", "of", "a", "learning", "algorithm", ";", "ii", ")", "comparing", "learning", "algorithms", ";", "iii", ")", "hypothesis", "testing", "using", "McNemar", "test", ";", "and", "iv", ")", "change", "detection", "using", "Page-Hinkley", "test", ".", "In", "these", "tasks", ",", "the", "prequential", "error", "estimated", "using", "fading", "factors", "provide", "reliable", "estimators", ".", "In", "comparison", "to", "sliding", "windows", ",", "fading", "factors", "are", "faster", "and", "memory-less", ",", "a", "requirement", "for", "streaming", "applications", ".", "This", "paper", "is", "a", "contribution", "to", "a", "discussion", "in", "the", "good-practices", "on", "performance", "assessment", "when", "learning", "dynamic", "models", "that", "evolve", "over", "time", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["data streams"], "abstractive_keyphrases": ["evaluation design"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "9962233", "document": ["Turning", "down", "the", "noise", "in", "the", "blogosphere", "In", "recent", "years", ",", "the", "blogosphere", "has", "experienced", "a", "substantial", "increase", "in", "the", "number", "of", "posts", "published", "daily", ",", "forcing", "users", "to", "cope", "with", "information", "overload", ".", "The", "task", "of", "guiding", "users", "through", "this", "flood", "of", "information", "has", "thus", "become", "critical", ".", "To", "address", "this", "issue", ",", "we", "present", "a", "principled", "approach", "for", "picking", "a", "set", "of", "posts", "that", "best", "covers", "the", "important", "stories", "in", "the", "blogosphere", ".", "We", "define", "a", "simple", "and", "elegant", "notion", "of", "coverage", "and", "formalize", "it", "as", "a", "submodular", "optimization", "problem", ",", "for", "which", "we", "can", "efficiently", "compute", "a", "near-optimal", "solution", ".", "In", "addition", ",", "since", "people", "have", "varied", "interests", ",", "the", "ideal", "coverage", "algorithm", "should", "incorporate", "user", "preferences", "in", "order", "to", "tailor", "the", "selected", "posts", "to", "individual", "tastes", ".", "We", "define", "the", "problem", "of", "learning", "a", "personalized", "coverage", "function", "by", "providing", "an", "appropriate", "user-interaction", "model", "and", "formalizing", "an", "online", "learning", "framework", "for", "this", "task", ".", "We", "then", "provide", "a", "no-regret", "algorithm", "which", "can", "quickly", "learn", "a", "user", "'s", "preferences", "from", "limited", "feedback", ".", "We", "evaluate", "our", "coverage", "and", "personalization", "algorithms", "extensively", "over", "real", "blog", "data", ".", "Results", "from", "a", "user", "study", "show", "that", "our", "simple", "coverage", "algorithm", "does", "as", "well", "as", "most", "popular", "blog", "aggregation", "sites", ",", "including", "Google", "Blog", "Search", ",", "Yahoo", "!", "Buzz", ",", "and", "Digg", ".", "Furthermore", ",", "we", "demonstrate", "empirically", "that", "our", "algorithm", "can", "successfully", "adapt", "to", "user", "preferences", ".", "We", "believe", "that", "our", "technique", ",", "especially", "with", "personalization", ",", "can", "dramatically", "reduce", "information", "overload", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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"], "extractive_keyphrases": ["learning", "personalization"], "abstractive_keyphrases": ["blogs"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "9337148", "document": ["Community", "evolution", "in", "dynamic", "multi-mode", "networks", "A", "multi-mode", "network", "typically", "consists", "of", "multiple", "heterogeneous", "social", "actors", "among", "which", "various", "types", "of", "interactions", "could", "occur", ".", "Identifying", "communities", "in", "a", "multi-mode", "network", "can", "help", "understand", "the", "structural", "properties", "of", "the", "network", ",", "address", "the", "data", "shortage", "and", "unbalanced", "problems", ",", "and", "assist", "tasks", "like", "targeted", "marketing", "and", "finding", "influential", "actors", "within", "or", "between", "groups", ".", "In", "general", ",", "a", "network", "and", "the", "membership", "of", "groups", "often", "evolve", "gradually", ".", "In", "a", "dynamic", "multi-mode", "network", ",", "both", "actor", "membership", "and", "interactions", "can", "evolve", ",", "which", "poses", "a", "challenging", "problem", "of", "identifying", "community", "evolution", ".", "In", "this", "work", ",", "we", "try", "to", "address", "this", "issue", "by", "employing", "the", "temporal", "information", "to", "analyze", "a", "multi-mode", "network", ".", "A", "spectral", "framework", "and", "its", "scalability", "issue", "are", "carefully", "studied", ".", "Experiments", "on", "both", "synthetic", "data", "and", "real-world", "large", "scale", "networks", "demonstrate", "the", "efficacy", "of", "our", "algorithm", "and", "suggest", "its", "generality", "in", "solving", "problems", "with", "complex", "relationships", "."], "doc_bio_tags": ["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", "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"], "extractive_keyphrases": ["community evolution"], "abstractive_keyphrases": ["dynamic heterogeneous network", "dynamic network analysis", "evolution", "multi-mode networks"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "939073", "document": ["Growing", "decision", "trees", "on", "support-less", "association", "rules"], "doc_bio_tags": ["O", "O", "O", "O", "O", "B", "I"], "extractive_keyphrases": ["association rules"], "abstractive_keyphrases": ["database applications", "decision support", "decision tree"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "9336615", "document": ["Extracting", "shared", "subspace", "for", "multi-label", "classification", "Multi-label", "problems", "arise", "in", "various", "domains", "such", "as", "multi-topic", "document", "categorization", "and", "protein", "function", "prediction", ".", "One", "natural", "way", "to", "deal", "with", "such", "problems", "is", "to", "construct", "a", "binary", "classifier", "for", "each", "label", ",", "resulting", "in", "a", "set", "of", "independent", "binary", "classification", "problems", ".", "Since", "the", "multiple", "labels", "share", "the", "same", "input", "space", ",", "and", "the", "semantics", "conveyed", "by", "different", "labels", "are", "usually", "correlated", ",", "it", "is", "essential", "to", "exploit", "the", "correlation", "information", "contained", "in", "different", "labels", ".", "In", "this", "paper", ",", "we", "consider", "a", "general", "framework", "for", "extracting", "shared", "structures", "in", "multi-label", "classification", ".", "In", "this", "framework", ",", "a", "common", "subspace", "is", "assumed", "to", "be", "shared", "among", "multiple", "labels", ".", "We", "show", "that", "the", "optimal", "solution", "to", "the", "proposed", "formulation", "can", "be", "obtained", "by", "solving", "a", "generalized", "eigenvalue", "problem", ",", "though", "the", "problem", "is", "non-convex", ".", "For", "high-dimensional", "problems", ",", "direct", "computation", "of", "the", "solution", "is", "expensive", ",", "and", "we", "develop", "an", "efficient", "algorithm", "for", "this", "case", ".", "One", "appealing", "feature", "of", "the", "proposed", "framework", "is", "that", "it", "includes", "several", "well-known", "algorithms", "as", "special", "cases", ",", "thus", "elucidating", "their", "intrinsic", "relationships", ".", "We", "have", "conducted", "extensive", "experiments", "on", "eleven", "multi-topic", "web", "page", "categorization", "tasks", ",", "and", "results", "demonstrate", "the", "effectiveness", "of", "the", "proposed", "formulation", "in", "comparison", "with", "several", "representative", "algorithms", "."], "doc_bio_tags": ["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"], "extractive_keyphrases": ["shared subspace"], "abstractive_keyphrases": ["least squares", "multi-label classification"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "8957852", "document": ["Similarity", "analysis", "on", "government", "regulations", "Government", "regulations", "are", "semi-structured", "text", "documents", "that", "are", "often", "voluminous", ",", "heavily", "cross-referenced", "between", "provisions", "and", "even", "ambiguous", ".", "Multiple", "sources", "of", "regulations", "lead", "to", "difficulties", "in", "both", "understanding", "and", "complying", "with", "all", "applicable", "codes", ".", "In", "this", "work", ",", "we", "propose", "a", "framework", "for", "regulation", "management", "and", "similarity", "analysis", ".", "An", "online", "repository", "for", "legal", "documents", "is", "created", "with", "the", "help", "of", "text", "mining", "tool", ",", "and", "users", "can", "access", "regulatory", "documents", "either", "through", "the", "natural", "hierarchy", "of", "provisions", "or", "from", "a", "taxonomy", "generated", "by", "knowledge", "engineers", "based", "on", "concepts", ".", "Our", "similarity", "analysis", "core", "identifies", "relevant", "provisions", "and", "brings", "them", "to", "the", "user", "'s", "attention", ",", "and", "this", "is", "performed", "by", "utilizing", "both", "the", "hierarchical", "and", "referential", "structures", "of", "regulations", "to", "provide", "a", "better", "comparison", "between", "provisions", ".", "Preliminary", "results", "show", "that", "our", "system", "reveals", "hidden", "similarities", "that", "are", "not", "apparent", "between", "provisions", "based", "on", "node", "content", "comparisons", "."], "doc_bio_tags": ["B", "I", "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", "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", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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", "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"], "extractive_keyphrases": ["regulations", "similarity analysis", "text mining"], "abstractive_keyphrases": ["legal informatics"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "4738342", "document": ["Quantifying", "trends", "accurately", "despite", "classifier", "error", "and", "class", "imbalance", "This", "paper", "promotes", "a", "new", "task", "for", "supervised", "machine", "learning", "research", ":", "quantification", "-", "the", "pursuit", "of", "learning", "methods", "for", "accurately", "estimating", "the", "class", "distribution", "of", "a", "test", "set", ",", "with", "no", "concern", "for", "predictions", "on", "individual", "cases", ".", "A", "variant", "for", "cost", "quantification", "addresses", "the", "need", "to", "total", "up", "costs", "according", "to", "categories", "predicted", "by", "imperfect", "classifiers", ".", "These", "tasks", "cover", "a", "large", "and", "important", "family", "of", "applications", "that", "measure", "trends", "over", "time", ".", "The", "paper", "establishes", "a", "research", "methodology", ",", "and", "uses", "it", "to", "evaluate", "several", "proposed", "methods", "that", "involve", "selecting", "the", "classification", "threshold", "in", "a", "way", "that", "would", "spoil", "the", "accuracy", "of", "individual", "classifications", ".", "In", "empirical", "tests", ",", "Median", "Sweep", "methods", "show", "outstanding", "ability", "to", "estimate", "the", "class", "distribution", ",", "despite", "wide", "disparity", "in", "testing", "and", "training", "conditions", ".", "The", "paper", "addresses", "shifting", "class", "priors", "and", "costs", ",", "but", "not", "concept", "drift", "in", "general", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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"], "extractive_keyphrases": ["classification", "cost quantification", "quantification"], "abstractive_keyphrases": ["decision support", "text mining"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "9617212", "document": ["Fast", "collapsed", "gibbs", "sampling", "for", "latent", "dirichlet", "allocation", "In", "this", "paper", "we", "introduce", "a", "novel", "collapsed", "Gibbs", "sampling", "method", "for", "the", "widely", "used", "latent", "Dirichlet", "allocation", "(", "LDA", ")", "model", ".", "Our", "new", "method", "results", "in", "significant", "speedups", "on", "real", "world", "text", "corpora", ".", "Conventional", "Gibbs", "sampling", "schemes", "for", "LDA", "require", "O", "(", "K", ")", "operations", "per", "sample", "where", "K", "is", "the", "number", "of", "topics", "in", "the", "model", ".", "Our", "proposed", "method", "draws", "equivalent", "samples", "but", "requires", "on", "average", "significantly", "less", "then", "K", "operations", "per", "sample", ".", "On", "real-word", "corpora", "FastLDA", "can", "be", "as", "much", "as", "8", "times", "faster", "than", "the", "standard", "collapsed", "Gibbs", "sampler", "for", "LDA", ".", "No", "approximations", "are", "necessary", ",", "and", "we", "show", "that", "our", "fast", "sampling", "scheme", "produces", "exactly", "the", "same", "results", "as", "the", "standard", "(", "but", "slower", ")", "sampling", "scheme", ".", "Experiments", "on", "four", "real", "world", "data", "sets", "demonstrate", "speedups", "for", "a", "wide", "range", "of", "collection", "sizes", ".", "For", "the", "PubMed", "collection", "of", "over", "8", "million", "documents", "with", "a", "required", "computation", "time", "of", "6", "CPU", "months", "for", "LDA", ",", "our", "speedup", "of", "5.7", "can", "save", "5", "CPU", "months", "of", "computation", "."], "doc_bio_tags": ["O", "O", "O", "B", "O", "B", "I", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "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", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["latent dirichlet allocation", "sampling"], "abstractive_keyphrases": ["probabilistic algorithms"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "4401640", "document": ["Learning", "sparse", "metrics", "via", "linear", "programming", "Calculation", "of", "object", "similarity", ",", "for", "example", "through", "a", "distance", "function", ",", "is", "a", "common", "part", "of", "data", "mining", "and", "machine", "learning", "algorithms", ".", "This", "calculation", "is", "crucial", "for", "efficiency", "since", "distances", "are", "usually", "evaluated", "a", "large", "number", "of", "times", ",", "the", "classical", "example", "being", "query-by-example", "(", "find", "objects", "that", "are", "similar", "to", "a", "given", "query", "object", ")", ".", "Moreover", ",", "the", "performance", "of", "these", "algorithms", "depends", "critically", "on", "choosing", "a", "good", "distance", "function", ".", "However", ",", "it", "is", "often", "the", "case", "that", "(", "1", ")", "the", "correct", "distance", "is", "unknown", "or", "chosen", "by", "hand", ",", "and", "(", "2", ")", "its", "calculation", "is", "computationally", "expensive", "(", "e.g.", ",", "such", "as", "for", "large", "dimensional", "objects", ")", ".", "In", "this", "paper", ",", "we", "propose", "a", "method", "for", "constructing", "relative-distance", "preserving", "low-dimensional", "mapping", "(", "sparse", "mappings", ")", ".", "This", "method", "allows", "learning", "unknown", "distance", "functions", "(", "or", "approximating", "known", "functions", ")", "with", "the", "additional", "property", "of", "reducing", "distance", "computation", "time", ".", "We", "present", "an", "algorithm", "that", "given", "examples", "of", "proximity", "comparisons", "among", "triples", "of", "objects", "(", "object", "i", "is", "more", "like", "object", "j", "than", "object", "k", ")", ",", "learns", "a", "distance", "function", ",", "in", "as", "few", "dimensions", "as", "possible", ",", "that", "preserves", "these", "distance", "relationships", ".", "The", "formulation", "is", "based", "on", "solving", "a", "linear", "programming", "optimization", "problem", "that", "finds", "an", "optimal", "mapping", "for", "the", "given", "dataset", "and", "distance", "relationships", ".", "Unlike", "other", "popular", "embedding", "algorithms", ",", "this", "method", "can", "easily", "generalize", "to", "new", "points", ",", "does", "not", "have", "local", "minima", ",", "and", "explicitly", "models", "computational", "efficiency", "by", "finding", "a", "mapping", "that", "is", "sparse", ",", "i.e.", "one", "that", "depends", "on", "a", "small", "subset", "of", "features", "or", "dimensions", ".", "Experimental", "evaluation", "shows", "that", "the", "proposed", "formulation", "compares", "favorably", "with", "a", "state-of-the", "art", "method", "in", "several", "publicly", "available", "datasets", "."], "doc_bio_tags": ["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", "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"], "extractive_keyphrases": ["linear programming"], "abstractive_keyphrases": ["convex optimization", "dimensionality reduction", "information search and retrieval", "linear projections", "metric learning", "miscellaneous", "relative distance constraints"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "10561862", "document": ["Diagnosing", "memory", "leaks", "using", "graph", "mining", "on", "heap", "dumps", "Memory", "leaks", "are", "caused", "by", "software", "programs", "that", "prevent", "the", "reclamation", "of", "memory", "that", "is", "no", "longer", "in", "use", ".", "They", "can", "cause", "significant", "slowdowns", ",", "exhaustion", "of", "available", "storage", "space", "and", ",", "eventually", ",", "application", "crashes", ".", "Detecting", "memory", "leaks", "is", "challenging", "because", "real-world", "applications", "are", "built", "on", "multiple", "layers", "of", "software", "frameworks", ",", "making", "it", "difficult", "for", "a", "developer", "to", "know", "whether", "observed", "references", "to", "objects", "are", "legitimate", "or", "the", "cause", "of", "a", "leak", ".", "We", "present", "a", "graph", "mining", "solution", "to", "this", "problem", "wherein", "we", "analyze", "heap", "dumps", "to", "automatically", "identify", "subgraphs", "which", "could", "represent", "potential", "memory", "leak", "sources", ".", "Although", "heap", "dumps", "are", "commonly", "analyzed", "in", "existing", "heap", "profiling", "tools", ",", "our", "work", "is", "the", "first", "to", "apply", "a", "graph", "grammar", "mining", "solution", "to", "this", "problem", ".", "Unlike", "classical", "graph", "mining", "work", ",", "we", "show", "that", "it", "suffices", "to", "mine", "the", "dominator", "tree", "of", "the", "heap", "dump", ",", "which", "is", "significantly", "smaller", "than", "the", "underlying", "graph", ".", "Our", "approach", "identifies", "not", "just", "leaking", "candidates", "and", "their", "structure", ",", "but", "also", "provides", "aggregate", "information", "about", "the", "access", "path", "to", "the", "leaks", ".", "We", "demonstrate", "several", "synthetic", "as", "well", "as", "real-world", "examples", "of", "heap", "dumps", "for", "which", "our", "approach", "provides", "more", "insight", "into", "the", "problem", "than", "state-of-the-art", "tools", "such", "as", "Eclipse", "'s", "MAT", "."], "doc_bio_tags": ["O", "B", "I", "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", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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"], "extractive_keyphrases": ["dominator tree", "graph mining", "heap profiling", "memory leaks"], "abstractive_keyphrases": ["graph grammars"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "4882592", "document": ["Cross", "channel", "optimized", "marketing", "by", "reinforcement", "learning", "The", "issues", "of", "cross", "channel", "integration", "and", "customer", "life", "time", "value", "modeling", "are", "two", "of", "the", "most", "important", "topics", "surrounding", "customer", "relationship", "management", "(", "CRM", ")", "today", ".", "In", "the", "present", "paper", ",", "we", "describe", "and", "evaluate", "a", "novel", "solution", "that", "treats", "these", "two", "important", "issues", "in", "a", "unified", "framework", "of", "Markov", "Decision", "Processes", "(", "MDP", ")", ".", "In", "particular", ",", "we", "report", "on", "the", "results", "of", "a", "joint", "project", "between", "IBM", "Research", "and", "Saks", "Fifth", "Avenue", "to", "investigate", "the", "applicability", "of", "this", "technology", "to", "real", "world", "problems", ".", "The", "business", "problem", "we", "use", "as", "a", "testbed", "for", "our", "evaluation", "is", "that", "of", "optimizing", "direct", "mail", "campaign", "mailings", "for", "maximization", "of", "profits", "in", "the", "store", "channel", ".", "We", "identify", "a", "problem", "common", "to", "cross-channel", "CRM", ",", "which", "we", "call", "the", "Cross-Channel", "Challenge", ",", "due", "to", "the", "lack", "of", "explicit", "linking", "between", "the", "marketing", "actions", "taken", "in", "one", "channel", "and", "the", "customer", "responses", "obtained", "in", "another", ".", "We", "provide", "a", "solution", "for", "this", "problem", "based", "on", "old", "and", "new", "techniques", "in", "reinforcement", "learning", ".", "Our", "in-laboratory", "experimental", "evaluation", "using", "actual", "customer", "interaction", "data", "show", "that", "as", "much", "as", "7", "to", "8", "per", "cent", "increase", "in", "the", "store", "profits", "can", "be", "expected", ",", "by", "employing", "a", "mailing", "policy", "automatically", "generated", "by", "our", "methodology", ".", "These", "results", "confirm", "that", "our", "approach", "is", "valid", "in", "dealing", "with", "the", "cross", "channel", "CRM", "scenarios", "in", "the", "real", "world", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "B", "I", "I", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["crm", "customer life time value", "learning"], "abstractive_keyphrases": ["cost sensitive learning", "reinforcement learning", "targeted marketing"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "1428788", "document": ["Query", ",", "analysis", ",", "and", "visualization", "of", "hierarchically", "structured", "data", "using", "Polaris", "In", "the", "last", "several", "years", ",", "large", "OLAP", "databases", "have", "become", "common", "in", "a", "variety", "of", "applications", "such", "as", "corporate", "data", "warehouses", "and", "scientific", "computing", ".", "To", "support", "interactive", "analysis", ",", "many", "of", "these", "databases", "are", "augmented", "with", "hierarchical", "structures", "that", "provide", "meaningful", "levels", "of", "abstraction", "that", "can", "be", "leveraged", "by", "both", "the", "computer", "and", "analyst", ".", "This", "hierarchical", "structure", "generates", "many", "challenges", "and", "opportunities", "in", "the", "design", "of", "systems", "for", "the", "query", ",", "analysis", ",", "and", "visualization", "of", "these", "databases", ".", "In", "this", "paper", ",", "we", "present", "an", "interactive", "visual", "exploration", "tool", "that", "facilitates", "exploratory", "analysis", "of", "data", "warehouses", "with", "rich", "hierarchical", "structure", ",", "such", "as", "might", "be", "stored", "in", "data", "cubes", ".", "We", "base", "this", "tool", "on", "Polaris", ",", "a", "system", "for", "rapidly", "constructing", "table-based", "graphical", "displays", "of", "multidimensional", "databases", ".", "Polaris", "builds", "visualizations", "using", "an", "algebraic", "formalism", "derived", "from", "the", "interface", "and", "interpreted", "as", "a", "set", "of", "queries", "to", "a", "database", ".", "We", "extend", "the", "user", "interface", ",", "algebraic", "formalism", ",", "and", "generation", "of", "data", "queries", "in", "Polaris", "to", "expose", "and", "take", "advantage", "of", "hierarchical", "structure", ".", "In", "the", "resulting", "system", ",", "analysts", "can", "navigate", "through", "the", "hierarchical", "projections", "of", "a", "database", ",", "rapidly", "and", "incrementally", "generating", "visualizations", "for", "each", "projection", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": [], "abstractive_keyphrases": ["graphical user interfaces"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "3906628", "document": ["Deriving", "quantitative", "models", "for", "correlation", "clusters", "Correlation", "clustering", "aims", "at", "grouping", "the", "data", "set", "into", "correlation", "clusters", "such", "that", "the", "objects", "in", "the", "same", "cluster", "exhibit", "a", "certain", "density", "and", "are", "all", "associated", "to", "a", "common", "arbitrarily", "oriented", "hyperplane", "of", "arbitrary", "dimensionality", ".", "Several", "algorithms", "for", "this", "task", "have", "been", "proposed", "recently", ".", "However", ",", "all", "algorithms", "only", "compute", "the", "partitioning", "of", "the", "data", "into", "clusters", ".", "This", "is", "only", "a", "first", "step", "in", "the", "pipeline", "of", "advanced", "data", "analysis", "and", "system", "modelling", ".", "The", "second", "(", "post-clustering", ")", "step", "of", "deriving", "a", "quantitative", "model", "for", "each", "correlation", "cluster", "has", "not", "been", "addressed", "so", "far", ".", "In", "this", "paper", ",", "we", "describe", "an", "original", "approach", "to", "handle", "this", "second", "step", ".", "We", "introduce", "a", "general", "method", "that", "can", "extract", "quantitative", "information", "on", "the", "linear", "dependencies", "within", "a", "correlation", "clustering", ".", "Our", "concepts", "are", "independent", "of", "the", "clustering", "model", "and", "can", "thus", "be", "applied", "as", "a", "post-processing", "step", "to", "any", "correlation", "clustering", "algorithm", ".", "Furthermore", ",", "we", "show", "how", "these", "quantitative", "models", "can", "be", "used", "to", "predict", "the", "probability", "distribution", "that", "an", "object", "is", "created", "by", "these", "models", ".", "Our", "broad", "experimental", "evaluation", "demonstrates", "the", "beneficial", "impact", "of", "our", "method", "on", "several", "applications", "of", "significant", "practical", "importance", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["clustering"], "abstractive_keyphrases": ["cluster description", "cluster model", "correlation clustering", "data mining"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "1049322", "document": ["PaintingClass", ":", "interactive", "construction", ",", "visualization", "and", "exploration", "of", "decision", "trees", "Decision", "trees", "are", "commonly", "used", "for", "classification", ".", "We", "propose", "to", "use", "decision", "trees", "not", "just", "for", "classification", "but", "also", "for", "the", "wider", "purpose", "of", "knowledge", "discovery", ",", "because", "visualizing", "the", "decision", "tree", "can", "reveal", "much", "valuable", "information", "in", "the", "data", ".", "We", "introduce", "PaintingClass", ",", "a", "system", "for", "interactive", "construction", ",", "visualization", "and", "exploration", "of", "decision", "trees", ".", "PaintingClass", "provides", "an", "intuitive", "layout", "and", "convenient", "navigation", "of", "the", "decision", "tree", ".", "PaintingClass", "also", "provides", "the", "user", "the", "means", "to", "interactively", "construct", "the", "decision", "tree", ".", "Each", "node", "in", "the", "decision", "tree", "is", "displayed", "as", "a", "visual", "projection", "of", "the", "data", ".", "Through", "actual", "examples", "and", "comparison", "with", "other", "classification", "methods", ",", "we", "show", "that", "the", "user", "can", "effectively", "use", "PaintingClass", "to", "construct", "a", "decision", "tree", "and", "explore", "the", "decision", "tree", "to", "gain", "additional", "knowledge", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "B", "I", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["classification", "decision trees"], "abstractive_keyphrases": ["information visualization", "interactive visualization", "visual data mining"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "5070260", "document": ["Exploiting", "duality", "in", "summarization", "with", "deterministic", "guarantees", "Summarization", "is", "an", "important", "task", "in", "data", "mining", ".", "A", "major", "challenge", "over", "the", "past", "years", "has", "been", "the", "efficient", "construction", "of", "fixed-space", "synopses", "that", "provide", "a", "deterministic", "quality", "guarantee", ",", "often", "expressed", "in", "terms", "of", "a", "maximum-error", "metric", ".", "Histograms", "and", "several", "hierarchical", "techniques", "have", "been", "proposed", "for", "this", "problem", ".", "However", ",", "their", "time", "and\\/or", "space", "complexities", "remain", "impractically", "high", "and", "depend", "not", "only", "on", "the", "data", "set", "size", "n", ",", "but", "also", "on", "the", "space", "budget", "B.", "These", "handicaps", "stem", "from", "a", "requirement", "to", "tabulate", "all", "allocations", "of", "synopsis", "space", "to", "different", "regions", "of", "the", "data", ".", "In", "this", "paper", "we", "develop", "an", "alternative", "methodology", "that", "dispels", "these", "deficiencies", ",", "thanks", "to", "a", "fruitful", "application", "of", "the", "solution", "to", "the", "dual", "problem", ":", "given", "a", "maximum", "allowed", "error", ",", "determine", "the", "minimum-space", "synopsis", "that", "achieves", "it", ".", "Compared", "to", "the", "state-of-the-art", ",", "our", "histogram", "construction", "algorithm", "reduces", "time", "complexity", "by", "(", "at", "least", ")", "a", "Blog2n", "over", "log\u03b5", "\\*", "factor", "and", "our", "hierarchical", "synopsis", "algorithm", "reduces", "the", "complexity", "by", "(", "at", "least", ")", "a", "factor", "of", "log2B", "over", "log\u03b5", "\\*", "+", "logn", "in", "time", "and", "B", "(", "1-log", "B", "over", "log", "n", ")", "in", "space", ",", "where", "\u03b5", "\\*", "is", "the", "optimal", "error", ".", "These", "complexity", "advantages", "offer", "both", "a", "space-efficiency", "and", "a", "scalability", "that", "previous", "approaches", "lacked", ".", "We", "verify", "the", "benefits", "of", "our", "approach", "in", "practice", "by", "experimentation", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["histograms", "synopses"], "abstractive_keyphrases": ["efficiency", "miscellaneous", "wavelets"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "3951829", "document": ["Fast", "window", "correlations", "over", "uncooperative", "time", "series", "Data", "arriving", "in", "time", "order", "(", "a", "data", "stream", ")", "arises", "in", "fields", "including", "physics", ",", "finance", ",", "medicine", ",", "and", "music", ",", "to", "name", "a", "few", ".", "Often", "the", "data", "comes", "from", "sensors", "(", "in", "physics", "and", "medicine", "for", "example", ")", "whose", "data", "rates", "continue", "to", "improve", "dramatically", "as", "sensor", "technology", "improves", ".", "Further", ",", "the", "number", "of", "sensors", "is", "increasing", ",", "so", "correlating", "data", "between", "sensors", "becomes", "ever", "more", "critical", "in", "order", "to", "distill", "knowlege", "from", "the", "data", ".", "In", "many", "applications", "such", "as", "finance", ",", "recent", "correlations", "are", "of", "far", "more", "interest", "than", "long-term", "correlation", ",", "so", "correlation", "over", "sliding", "windows", "(", "windowed", "correlation", ")", "is", "the", "desired", "operation", ".", "Fast", "response", "is", "desirable", "in", "many", "applications", "(", "e.g.", ",", "to", "aim", "a", "telescope", "at", "an", "activity", "of", "interest", "or", "to", "perform", "a", "stock", "trade", ")", ".", "These", "three", "factors", "--", "data", "size", ",", "windowed", "correlation", ",", "and", "fast", "response", "--", "motivate", "this", "work", ".", "Previous", "work", "(", "10", ",", "14", ")", "showed", "how", "to", "compute", "Pearson", "correlation", "using", "Fast", "Fourier", "Transforms", "and", "Wavelet", "transforms", ",", "but", "such", "techniques", "do", "n't", "work", "for", "time", "series", "in", "which", "the", "energy", "is", "spread", "over", "many", "frequency", "components", ",", "thus", "resembling", "white", "noise", ".", "For", "such", "``", "uncooperative", "''", "time", "series", ",", "this", "paper", "shows", "how", "to", "combine", "several", "simple", "techniques", "--", "sketches", "(", "random", "projections", ")", ",", "convolution", ",", "structured", "random", "vectors", ",", "grid", "structures", ",", "and", "combinatorial", "design", "--", "to", "achieve", "high", "performance", "windowed", "Pearson", "correlation", "over", "a", "variety", "of", "data", "sets", "."], "doc_bio_tags": ["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", "B", "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", "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", "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", "B", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["correlation", "time series"], "abstractive_keyphrases": ["data structures", "randomized algorithms"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "14303200", "document": ["Towards", "parameter-free", "data", "mining", "Most", "data", "mining", "algorithms", "require", "the", "setting", "of", "many", "input", "parameters", ".", "Two", "main", "dangers", "of", "working", "with", "parameter-laden", "algorithms", "are", "the", "following", ".", "First", ",", "incorrect", "settings", "may", "cause", "an", "algorithm", "to", "fail", "in", "finding", "the", "true", "patterns", ".", "Second", ",", "a", "perhaps", "more", "insidious", "problem", "is", "that", "the", "algorithm", "may", "report", "spurious", "patterns", "that", "do", "not", "really", "exist", ",", "or", "greatly", "overestimate", "the", "significance", "of", "the", "reported", "patterns", ".", "This", "is", "especially", "likely", "when", "the", "user", "fails", "to", "understand", "the", "role", "of", "parameters", "in", "the", "data", "mining", "process", ".", "Data", "mining", "algorithms", "should", "have", "as", "few", "parameters", "as", "possible", ",", "ideally", "none", ".", "A", "parameter-free", "algorithm", "would", "limit", "our", "ability", "to", "impose", "our", "prejudices", ",", "expectations", ",", "and", "presumptions", "on", "the", "problem", "at", "hand", ",", "and", "would", "let", "the", "data", "itself", "speak", "to", "us", ".", "In", "this", "work", ",", "we", "show", "that", "recent", "results", "in", "bioinformatics", "and", "computational", "theory", "hold", "great", "promise", "for", "a", "parameter-free", "data-mining", "paradigm", ".", "The", "results", "are", "motivated", "by", "observations", "in", "Kolmogorov", "complexity", "theory", ".", "However", ",", "as", "a", "practical", "matter", ",", "they", "can", "be", "implemented", "using", "any", "off-the-shelf", "compression", "algorithm", "with", "the", "addition", "of", "just", "a", "dozen", "or", "so", "lines", "of", "code", ".", "We", "will", "show", "that", "this", "approach", "is", "competitive", "or", "superior", "to", "the", "state-of-the-art", "approaches", "in", "anomaly\\/interestingness", "detection", ",", "classification", ",", "and", "clustering", "with", "empirical", "tests", "on", "time", "series\\/DNA\\/text", "\\/", "video", "datasets", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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"], "extractive_keyphrases": ["clustering"], "abstractive_keyphrases": ["anomaly detection", "parameter-free data mining"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "1335900", "document": ["Single-shot", "detection", "of", "multiple", "categories", "of", "text", "using", "parametric", "mixture", "models", "In", "this", "paper", ",", "we", "address", "the", "problem", "of", "detecting", "multiple", "topics", "or", "categories", "of", "text", "where", "each", "text", "is", "not", "assumed", "to", "belong", "to", "one", "of", "a", "number", "of", "mutually", "exclusive", "categories", ".", "Conventionally", ",", "the", "binary", "classification", "approach", "has", "been", "employed", ",", "in", "which", "whether", "or", "not", "text", "belongs", "to", "a", "category", "is", "judged", "by", "the", "binary", "classifier", "for", "every", "category", ".", "In", "this", "paper", ",", "we", "propose", "a", "more", "sophisticated", "approach", "to", "simultaneously", "detect", "multiple", "categories", "of", "text", "using", "parametric", "mixture", "models", "(", "PMMs", ")", ",", "newly", "presented", "in", "this", "paper", ".", "PMMs", "are", "probabilistic", "generative", "models", "for", "text", "that", "has", "multiple", "categories", ".", "Our", "PMMs", "are", "essentially", "different", "from", "the", "conventional", "mixture", "of", "multinomial", "distributions", "in", "the", "sense", "that", "in", "the", "former", "several", "basis", "multinomial", "parameters", "are", "mixed", "in", "the", "parameter", "space", ",", "while", "in", "the", "latter", "several", "multinomial", "components", "are", "mixed", ".", "We", "derive", "efficient", "learning", "algorithms", "for", "PMMs", "within", "the", "framework", "of", "the", "maximum", "a", "posteriori", "estimate", ".", "We", "also", "empirically", "show", "that", "our", "method", "can", "outperform", "the", "conventional", "binary", "approach", "when", "applied", "to", "multitopic", "detection", "of", "World", "Wide", "Web", "pages", ",", "focusing", "on", "those", "from", "the", "``", "yahoo.com", "''", "domain", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": [], "abstractive_keyphrases": ["probabilistic algorithms"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "6847800", "document": ["A", "framework", "for", "community", "identification", "in", "dynamic", "social", "networks", "We", "propose", "frameworks", "and", "algorithms", "for", "identifying", "communities", "in", "social", "networks", "that", "change", "over", "time", ".", "Communities", "are", "intuitively", "characterized", "as", "``", "unusually", "densely", "knit", "''", "subsets", "of", "a", "social", "network", ".", "This", "notion", "becomes", "more", "problematic", "if", "the", "social", "interactions", "change", "over", "time", ".", "Aggregating", "social", "networks", "over", "time", "can", "radically", "misrepresent", "the", "existing", "and", "changing", "community", "structure", ".", "Instead", ",", "we", "propose", "an", "optimization-based", "approach", "for", "modeling", "dynamic", "community", "structure", ".", "We", "prove", "that", "finding", "the", "most", "explanatory", "community", "structure", "is", "NP-hard", "and", "APX-hard", ",", "and", "propose", "algorithms", "based", "on", "dynamic", "programming", ",", "exhaustive", "search", ",", "maximum", "matching", ",", "and", "greedy", "heuristics", ".", "We", "demonstrate", "empirically", "that", "the", "heuristics", "trace", "developments", "of", "community", "structure", "accurately", "for", "several", "synthetic", "and", "real-world", "examples", "."], "doc_bio_tags": ["O", "O", "O", "B", "I", "O", "B", "I", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["community identification", "dynamic social networks"], "abstractive_keyphrases": ["model development"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "11790102", "document": ["Document", "preprocessing", "for", "naive", "Bayes", "classification", "and", "clustering", "with", "mixture", "of", "multinomials", "Naive", "Bayes", "classifier", "has", "long", "been", "used", "for", "text", "categorization", "tasks", ".", "Its", "sibling", "from", "the", "unsupervised", "world", ",", "the", "probabilistic", "mixture", "of", "multinomial", "models", ",", "has", "likewise", "been", "successfully", "applied", "to", "text", "clustering", "problems", ".", "Despite", "the", "strong", "independence", "assumptions", "that", "these", "models", "make", ",", "their", "attractiveness", "come", "from", "low", "computational", "cost", ",", "relatively", "low", "memory", "consumption", ",", "ability", "to", "handle", "heterogeneous", "features", "and", "multiple", "classes", ",", "and", "often", "competitiveness", "with", "the", "top", "of", "the", "line", "models", ".", "Recently", ",", "there", "has", "been", "several", "attempts", "to", "alleviate", "the", "problems", "of", "Naive", "Bayes", "by", "performing", "heuristic", "feature", "transformations", ",", "such", "as", "IDF", ",", "normalization", "by", "the", "length", "of", "the", "documents", "and", "taking", "the", "logarithms", "of", "the", "counts", ".", "We", "justify", "the", "use", "of", "these", "techniques", "and", "apply", "them", "to", "two", "problems", ":", "classification", "of", "products", "in", "Yahoo", "!", "Shopping", "and", "clustering", "the", "vectors", "of", "collocated", "terms", "in", "user", "queries", "to", "Yahoo", "!", "Search", ".", "The", "experimental", "evaluation", "allows", "us", "to", "draw", "conclusions", "about", "the", "promise", "that", "these", "transformations", "carry", "with", "regard", "to", "alleviating", "the", "strong", "assumptions", "of", "the", "multinomial", "model", "."], "doc_bio_tags": ["O", "O", "O", "B", "I", "B", "O", "B", "O", "B", "I", "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", "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", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["classification", "clustering", "mixture of multinomials", "naive bayes"], "abstractive_keyphrases": ["data transformations", "learning"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "10193735", "document": ["Cross", "domain", "distribution", "adaptation", "via", "kernel", "mapping", "When", "labeled", "examples", "are", "limited", "and", "difficult", "to", "obtain", ",", "transfer", "learning", "employs", "knowledge", "from", "a", "source", "domain", "to", "improve", "learning", "accuracy", "in", "the", "target", "domain", ".", "However", ",", "the", "assumption", "made", "by", "existing", "approaches", ",", "that", "the", "marginal", "and", "conditional", "probabilities", "are", "directly", "related", "between", "source", "and", "target", "domains", ",", "has", "limited", "applicability", "in", "either", "the", "original", "space", "or", "its", "linear", "transformations", ".", "To", "solve", "this", "problem", ",", "we", "propose", "an", "adaptive", "kernel", "approach", "that", "maps", "the", "marginal", "distribution", "of", "target-domain", "and", "source-domain", "data", "into", "a", "common", "kernel", "space", ",", "and", "utilize", "a", "sample", "selection", "strategy", "to", "draw", "conditional", "probabilities", "between", "the", "two", "domains", "closer", ".", "We", "formally", "show", "that", "under", "the", "kernel-mapping", "space", ",", "the", "difference", "in", "distributions", "between", "the", "two", "domains", "is", "bounded", ";", "and", "the", "prediction", "error", "of", "the", "proposed", "approach", "can", "also", "be", "bounded", ".", "Experimental", "results", "demonstrate", "that", "the", "proposed", "method", "outperforms", "both", "traditional", "inductive", "classifiers", "and", "the", "state-of-the-art", "boosting-based", "transfer", "algorithms", "on", "most", "domains", ",", "including", "text", "categorization", "and", "web", "page", "ratings", ".", "In", "particular", ",", "it", "can", "achieve", "around", "10", "%", "higher", "accuracy", "than", "other", "approaches", "for", "the", "text", "categorization", "problem", ".", "The", "source", "code", "and", "datasets", "are", "available", "from", "the", "authors", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "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"], "extractive_keyphrases": ["kernel"], "abstractive_keyphrases": ["domain transfer", "ensemble", "generalization bound"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "3918474", "document": ["Computer", "aided", "detection", "via", "asymmetric", "cascade", "of", "sparse", "hyperplane", "classifiers", "This", "paper", "describes", "a", "novel", "classification", "method", "for", "computer", "aided", "detection", "(", "CAD", ")", "that", "identifies", "structures", "of", "interest", "from", "medical", "images", ".", "CAD", "problems", "are", "challenging", "largely", "due", "to", "the", "following", "three", "characteristics", ".", "Typical", "CAD", "training", "data", "sets", "are", "large", "and", "extremely", "unbalanced", "between", "positive", "and", "negative", "classes", ".", "When", "searching", "for", "descriptive", "features", ",", "researchers", "often", "deploy", "a", "large", "set", "of", "experimental", "features", ",", "which", "consequently", "introduces", "irrelevant", "and", "redundant", "features", ".", "Finally", ",", "a", "CAD", "system", "has", "to", "satisfy", "stringent", "real-time", "requirements", ".", "This", "work", "is", "distinguished", "by", "three", "key", "contributions", ".", "The", "first", "is", "a", "cascade", "classification", "approach", "which", "is", "able", "to", "tackle", "all", "the", "above", "difficulties", "in", "a", "unified", "framework", "by", "employing", "an", "asymmetric", "cascade", "of", "sparse", "classifiers", "each", "trained", "to", "achieve", "high", "detection", "sensitivity", "and", "satisfactory", "false", "positive", "rates", ".", "The", "second", "is", "the", "incorporation", "of", "feature", "computational", "costs", "in", "a", "linear", "program", "formulation", "that", "allows", "the", "feature", "selection", "process", "to", "take", "into", "account", "different", "evaluation", "costs", "of", "various", "features", ".", "The", "third", "is", "a", "boosting", "algorithm", "derived", "from", "column", "generation", "optimization", "to", "effectively", "solve", "the", "proposed", "cascade", "linear", "programs", ".", "We", "apply", "the", "proposed", "approach", "to", "the", "problem", "of", "detecting", "lung", "nodules", "from", "helical", "multi-slice", "CT", "images", ".", "Our", "approach", "demonstrates", "superior", "performance", "in", "comparison", "against", "support", "vector", "machines", ",", "linear", "discriminant", "analysis", "and", "cascade", "AdaBoost", ".", "Especially", ",", "the", "resulting", "detection", "system", "is", "significantly", "sped", "up", "with", "our", "approach", "."], "doc_bio_tags": ["B", "I", "I", "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", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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"], "extractive_keyphrases": ["computer aided detection", "support vector machines"], "abstractive_keyphrases": ["cascading classification", "mathematical programming", "miscellaneous", "sparse solutions"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "1832411", "document": ["Inverted", "matrix", ":", "efficient", "discovery", "of", "frequent", "items", "in", "large", "datasets", "in", "the", "context", "of", "interactive", "mining", "Existing", "association", "rule", "mining", "algorithms", "suffer", "from", "many", "problems", "when", "mining", "massive", "transactional", "datasets", ".", "One", "major", "problem", "is", "the", "high", "memory", "dependency", ":", "either", "the", "gigantic", "data", "structure", "built", "is", "assumed", "to", "fit", "in", "main", "memory", ",", "or", "the", "recursive", "mining", "process", "is", "too", "voracious", "in", "memory", "resources", ".", "Another", "major", "impediment", "is", "the", "repetitive", "and", "interactive", "nature", "of", "any", "knowledge", "discovery", "process", ".", "To", "tune", "parameters", ",", "many", "runs", "of", "the", "same", "algorithms", "are", "necessary", "leading", "to", "the", "building", "of", "these", "huge", "data", "structures", "time", "and", "again", ".", "This", "paper", "proposes", "a", "new", "disk-based", "association", "rule", "mining", "algorithm", "called", "Inverted", "Matrix", ",", "which", "achieves", "its", "efficiency", "by", "applying", "three", "new", "ideas", ".", "First", ",", "transactional", "data", "is", "converted", "into", "a", "new", "database", "layout", "called", "Inverted", "Matrix", "that", "prevents", "multiple", "scanning", "of", "the", "database", "during", "the", "mining", "phase", ",", "in", "which", "finding", "frequent", "patterns", "could", "be", "achieved", "in", "less", "than", "a", "full", "scan", "with", "random", "access", ".", "Second", ",", "for", "each", "frequent", "item", ",", "a", "relatively", "small", "independent", "tree", "is", "built", "summarizing", "co-occurrences", ".", "Finally", ",", "a", "simple", "and", "non-recursive", "mining", "process", "reduces", "the", "memory", "requirements", "as", "minimum", "candidacy", "generation", "and", "counting", "is", "needed", ".", "Experimental", "studies", "reveal", "that", "our", "Inverted", "Matrix", "approach", "outperform", "FP-Tree", "especially", "in", "mining", "very", "large", "transactional", "databases", "with", "a", "very", "large", "number", "of", "unique", "items", ".", "Our", "random", "access", "disk-based", "approach", "is", "particularly", "advantageous", "in", "a", "repetitive", "and", "interactive", "setting", "."], "doc_bio_tags": ["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", "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", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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"], "extractive_keyphrases": ["inverted matrix"], "abstractive_keyphrases": ["association rules", "cofi-tree", "database applications", "frequent patterns mining"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "4046", "document": ["Transforming", "classifier", "scores", "into", "accurate", "multiclass", "probability", "estimates", "Class", "membership", "probability", "estimates", "are", "important", "for", "many", "applications", "of", "data", "mining", "in", "which", "classification", "outputs", "are", "combined", "with", "other", "sources", "of", "information", "for", "decision-making", ",", "such", "as", "example-dependent", "misclassification", "costs", ",", "the", "outputs", "of", "other", "classifiers", ",", "or", "domain", "knowledge", ".", "Previous", "calibration", "methods", "apply", "only", "to", "two-class", "problems", ".", "Here", ",", "we", "show", "how", "to", "obtain", "accurate", "probability", "estimates", "for", "multiclass", "problems", "by", "combining", "calibrated", "binary", "probability", "estimates", ".", "We", "also", "propose", "a", "new", "method", "for", "obtaining", "calibrated", "two-class", "probability", "estimates", "that", "can", "be", "applied", "to", "any", "classifier", "that", "produces", "a", "ranking", "of", "examples", ".", "Using", "naive", "Bayes", "and", "support", "vector", "machine", "classifiers", ",", "we", "give", "experimental", "results", "from", "a", "variety", "of", "two-class", "and", "multiclass", "domains", ",", "including", "direct", "marketing", ",", "text", "categorization", "and", "digit", "recognition", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": [], "abstractive_keyphrases": ["probabilistic algorithms"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "6926539", "document": ["Learning", "and", "making", "decisions", "when", "costs", "and", "probabilities", "are", "both", "unknown", "In", "many", "data", "mining", "domains", ",", "misclassification", "costs", "are", "different", "for", "different", "examples", ",", "in", "the", "same", "way", "that", "class", "membership", "probabilities", "are", "example-dependent", ".", "In", "these", "domains", ",", "both", "costs", "and", "probabilities", "are", "unknown", "for", "test", "examples", ",", "so", "both", "cost", "estimators", "and", "probability", "estimators", "must", "be", "learned", ".", "After", "discussing", "how", "to", "make", "optimal", "decisions", "given", "cost", "and", "probability", "estimates", ",", "we", "present", "decision", "tree", "and", "naive", "Bayesian", "learning", "methods", "for", "obtaining", "well-calibrated", "probability", "estimates", ".", "We", "then", "explain", "how", "to", "obtain", "unbiased", "estimators", "for", "example-dependent", "costs", ",", "taking", "into", "account", "the", "difficulty", "that", "in", "general", ",", "probabilities", "and", "costs", "are", "not", "independent", "random", "variables", ",", "and", "the", "training", "examples", "for", "which", "costs", "are", "known", "are", "not", "representative", "of", "all", "examples", ".", "The", "latter", "problem", "is", "called", "sample", "selection", "bias", "in", "econometrics", ".", "Our", "solution", "to", "it", "is", "based", "on", "Nobel", "prize-winning", "work", "due", "to", "the", "economist", "James", "Heckman", ".", "We", "show", "that", "the", "methods", "we", "propose", "perform", "better", "than", "MetaCost", "and", "all", "other", "known", "methods", ",", "in", "a", "comprehensive", "experimental", "comparison", "that", "uses", "the", "well-known", ",", "large", ",", "and", "challenging", "dataset", "from", "the", "KDD", "'98", "data", "mining", "contest", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": [], "abstractive_keyphrases": ["probabilistic algorithms"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "5255575", "document": ["CFI-Stream", ":", "mining", "closed", "frequent", "itemsets", "in", "data", "streams", "Mining", "frequent", "closed", "itemsets", "provides", "complete", "and", "condensed", "information", "for", "non-redundant", "association", "rules", "generation", ".", "Extensive", "studies", "have", "been", "done", "on", "mining", "frequent", "closed", "itemsets", ",", "but", "they", "are", "mainly", "intended", "for", "traditional", "transaction", "databases", "and", "thus", "do", "not", "take", "data", "stream", "characteristics", "into", "consideration", ".", "In", "this", "paper", ",", "we", "propose", "a", "novel", "approach", "for", "mining", "closed", "frequent", "itemsets", "over", "data", "streams", ".", "It", "computes", "and", "maintains", "closed", "itemsets", "online", "and", "incrementally", ",", "and", "can", "output", "the", "current", "closed", "frequent", "itemsets", "in", "real", "time", "based", "on", "users", "'", "specified", "thresholds", ".", "Experimental", "results", "show", "that", "our", "proposed", "method", "is", "both", "time", "and", "space", "efficient", ",", "has", "good", "scalability", "as", "the", "number", "of", "transactions", "processed", "increases", "and", "adapts", "very", "rapidly", "to", "the", "change", "in", "data", "streams", "."], "doc_bio_tags": ["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", "B", "I", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["association rules", "data stream", "frequent closed itemsets"], "abstractive_keyphrases": [], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "980270", "document": ["A", "parallel", "learning", "algorithm", "for", "text", "classification", "Text", "classification", "is", "the", "process", "of", "classifying", "documents", "into", "predefined", "categories", "based", "on", "their", "content", ".", "Existing", "supervised", "learning", "algorithms", "to", "automatically", "classify", "text", "need", "sufficient", "labeled", "documents", "to", "learn", "accurately", ".", "Applying", "the", "Expectation-Maximization", "(", "EM", ")", "algorithm", "to", "this", "problem", "is", "an", "alternative", "approach", "that", "utilizes", "a", "large", "pool", "of", "unlabeled", "documents", "to", "augment", "the", "available", "labeled", "documents", ".", "Unfortunately", ",", "the", "time", "needed", "to", "learn", "with", "these", "large", "unlabeled", "documents", "is", "too", "high", ".", "This", "paper", "introduces", "a", "novel", "parallel", "learning", "algorithm", "for", "text", "classification", "task", ".", "The", "parallel", "algorithm", "is", "based", "on", "the", "combination", "of", "the", "EM", "algorithm", "and", "the", "naive", "Bayes", "classifier", ".", "Our", "goal", "is", "to", "improve", "the", "computational", "time", "in", "learning", "and", "classifying", "process", ".", "We", "studied", "the", "performance", "of", "our", "parallel", "algorithm", "on", "a", "large", "Linux", "PC", "cluster", "called", "PIRUN", "Cluster", ".", "We", "report", "both", "timing", "and", "accuracy", "results", ".", "These", "results", "indicate", "that", "the", "proposed", "parallel", "algorithm", "is", "capable", "of", "handling", "large", "document", "collections", "."], "doc_bio_tags": ["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", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["naive bayes", "text classification"], "abstractive_keyphrases": ["cluster computing", "parallel expectation-maximization algorithm"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "8912400", "document": ["Approximating", "a", "collection", "of", "frequent", "sets", "One", "of", "the", "most", "well-studied", "problems", "in", "data", "mining", "is", "computing", "the", "collection", "of", "frequent", "item", "sets", "in", "large", "transactional", "databases", ".", "One", "obstacle", "for", "the", "applicability", "of", "frequent-set", "mining", "is", "that", "the", "size", "of", "the", "output", "collection", "can", "be", "far", "too", "large", "to", "be", "carefully", "examined", "and", "understood", "by", "the", "users", ".", "Even", "restricting", "the", "output", "to", "the", "border", "of", "the", "frequent", "item-set", "collection", "does", "not", "help", "much", "in", "alleviating", "the", "problem", ".", "In", "this", "paper", "we", "address", "the", "issue", "of", "overwhelmingly", "large", "output", "size", "by", "introducing", "and", "studying", "the", "following", "problem", ":", "What", "are", "the", "k", "sets", "that", "best", "approximate", "a", "collection", "of", "frequent", "item", "sets", "?", "Our", "measure", "of", "approximating", "a", "collection", "of", "sets", "by", "k", "sets", "is", "defined", "to", "be", "the", "size", "of", "the", "collection", "covered", "by", "the", "the", "k", "sets", ",", "i.e.", ",", "the", "part", "of", "the", "collection", "that", "is", "included", "in", "one", "of", "the", "k", "sets", ".", "We", "also", "specify", "a", "bound", "on", "the", "number", "of", "extra", "sets", "that", "are", "allowed", "to", "be", "covered", ".", "We", "examine", "different", "problem", "variants", "for", "which", "we", "demonstrate", "the", "hardness", "of", "the", "corresponding", "problems", "and", "we", "provide", "simple", "polynomial-time", "approximation", "algorithms", ".", "We", "give", "empirical", "evidence", "showing", "that", "the", "approximation", "methods", "work", "well", "in", "practice", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": [], "abstractive_keyphrases": ["foundations of data mining", "mining frequent itemsets", "nonnumerical algorithms and problems"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "4978533", "document": ["LungCAD", ":", "a", "clinically", "approved", ",", "machine", "learning", "system", "for", "lung", "cancer", "detection", "We", "present", "LungCAD", ",", "a", "computer", "aided", "diagnosis", "(", "CAD", ")", "system", "that", "employs", "a", "classification", "algorithm", "for", "detecting", "solid", "pulmonary", "nodules", "from", "CT", "thorax", "studies", ".", "We", "briefly", "describe", "some", "of", "the", "machine", "learning", "techniques", "developed", "to", "overcome", "the", "real", "world", "challenges", "in", "this", "medical", "domain", ".", "The", "most", "significant", "hurdle", "in", "transitioning", "from", "a", "machine", "learning", "research", "prototype", "that", "performs", "well", "on", "an", "in-house", "dataset", "into", "a", "clinically", "deployable", "system", ",", "is", "the", "requirement", "that", "the", "CAD", "system", "be", "tested", "in", "a", "clinical", "trial", ".", "We", "describe", "the", "clinical", "trial", "in", "which", "LungCAD", "was", "tested", ":", "a", "large", "scale", "multi-reader", ",", "multi-case", "(", "MRMC", ")", "retrospective", "observational", "study", "to", "evaluate", "the", "effect", "of", "CAD", "in", "clinical", "practice", "for", "detecting", "solid", "pulmonary", "nodules", "from", "CT", "thorax", "studies", ".", "The", "clinical", "trial", "demonstrates", "that", "every", "radiologist", "that", "participated", "in", "the", "trial", "had", "a", "significantly", "greater", "accuracy", "with", "LungCAD", ",", "both", "for", "detecting", "nodules", "and", "identifying", "potentially", "actionable", "nodules", ";", "this", ",", "along", "with", "other", "findings", "from", "the", "trial", ",", "has", "resulted", "in", "FDA", "approval", "for", "LungCAD", "in", "late", "2006", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["classification", "clinical trial"], "abstractive_keyphrases": ["computer aided detection", "lung cancer prognosis", "miscellaneous"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "5005014", "document": ["Empirical", "Bayesian", "data", "mining", "for", "discovering", "patterns", "in", "post-marketing", "drug", "safety", "Because", "of", "practical", "limits", "in", "characterizing", "the", "safety", "profiles", "of", "therapeutic", "products", "prior", "to", "marketing", ",", "manufacturers", "and", "regulatory", "agencies", "perform", "post-marketing", "surveillance", "based", "on", "the", "collection", "of", "adverse", "reaction", "reports", "(", "``", "pharmacovigilance", "''", ")", ".", "The", "resulting", "databases", ",", "while", "rich", "in", "real-world", "information", ",", "are", "notoriously", "difficult", "to", "analyze", "using", "traditional", "techniques", ".", "Each", "report", "may", "involve", "multiple", "medicines", ",", "symptoms", ",", "and", "demographic", "factors", ",", "and", "there", "is", "no", "easily", "linked", "information", "on", "drug", "exposure", "in", "the", "reporting", "population", ".", "KDD", "techniques", ",", "such", "as", "association", "finding", ",", "are", "well-matched", "to", "the", "problem", ",", "but", "are", "difficult", "for", "medical", "staff", "to", "apply", "and", "interpret", ".", "To", "deploy", "KDD", "effectively", "for", "pharmacovigilance", ",", "Lincoln", "Technologies", "and", "GlaxoSmithKline", "collaborated", "to", "create", "a", "webbased", "safety", "data", "mining", "web", "environment", ".", "The", "analytical", "core", "is", "a", "high-performance", "implementation", "of", "the", "MGPS", "(", "Multi-Item", "Gamma", "Poisson", "Shrinker", ")", "algorithm", "described", "previously", "by", "DuMouchel", "and", "Pregibon", ",", "with", "several", "significant", "extensions", "and", "enhancements", ".", "The", "environment", "offers", "an", "interface", "for", "specifying", "data", "mining", "runs", ",", "a", "batch", "execution", "facility", ",", "tabular", "and", "graphical", "methods", "for", "exploring", "associations", ",", "and", "drilldown", "to", "case", "details", ".", "Substantial", "work", "was", "involved", "in", "preparing", "the", "raw", "adverse", "event", "data", "for", "mining", ",", "including", "harmonization", "of", "drug", "names", "and", "removal", "of", "duplicate", "reports", ".", "The", "environment", "can", "be", "used", "to", "explore", "both", "drug-event", "and", "multi-way", "associations", "(", "interactions", ",", "syndromes", ")", ".", "It", "has", "been", "used", "to", "study", "age\\/gender", "effects", ",", "to", "predict", "the", "safety", "profiles", "of", "proposed", "combination", "drugs", ",", "and", "to", "separate", "contributions", "of", "individual", "drugs", "to", "safety", "problems", "in", "polytherapy", "situations", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["pharmacovigilance"], "abstractive_keyphrases": ["association rules", "empirical bayes methods", "post-marketing surveillance"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "704684", "document": ["BLOSOM", ":", "a", "framework", "for", "mining", "arbitrary", "boolean", "expressions", "We", "introduce", "a", "novel", "framework", ",", "called", "BLOSOM", ",", "for", "mining", "(", "frequent", ")", "boolean", "expressions", "over", "binary-valued", "datasets", ".", "We", "organize", "the", "space", "of", "boolean", "expressions", "into", "four", "categories", ":", "pure", "conjunctions", ",", "pure", "disjunctions", ",", "conjunction", "of", "disjunctions", ",", "and", "disjunction", "of", "conjunctions", ".", "We", "focus", "on", "mining", "the", "simplest", "expressions", "the", "minimal", "generators", "for", "each", "class", ".", "We", "also", "propose", "a", "closure", "operator", "for", "each", "class", "that", "yields", "closed", "boolean", "expressions", ".", "BLOSOM", "efficiently", "mines", "frequent", "boolean", "expressions", "by", "utilizing", "a", "number", "of", "methodical", "pruning", "techniques", ".", "Experiments", "showcase", "the", "behavior", "of", "BLOSOM", ",", "and", "an", "application", "study", "on", "a", "real", "dataset", "is", "also", "given", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": [], "abstractive_keyphrases": ["boolean expression", "closed itemsets", "minimal generator"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "7101956", "document": ["Modeling", "relationships", "at", "multiple", "scales", "to", "improve", "accuracy", "of", "large", "recommender", "systems", "The", "collaborative", "filtering", "approach", "to", "recommender", "systems", "predicts", "user", "preferences", "for", "products", "or", "services", "by", "learning", "past", "user-item", "relationships", ".", "In", "this", "work", ",", "we", "propose", "novel", "algorithms", "for", "predicting", "user", "ratings", "of", "items", "by", "integrating", "complementary", "models", "that", "focus", "on", "patterns", "at", "different", "scales", ".", "At", "a", "local", "scale", ",", "we", "use", "a", "neighborhood-based", "technique", "that", "infers", "ratings", "from", "observed", "ratings", "by", "similar", "users", "or", "of", "similar", "items", ".", "Unlike", "previous", "local", "approaches", ",", "our", "method", "is", "based", "on", "a", "formal", "model", "that", "accounts", "for", "interactions", "within", "the", "neighborhood", ",", "leading", "to", "improved", "estimation", "quality", ".", "At", "a", "higher", ",", "regional", ",", "scale", ",", "we", "use", "SVD-like", "matrix", "factorization", "for", "recovering", "the", "major", "structural", "patterns", "in", "the", "user-item", "rating", "matrix", ".", "Unlike", "previous", "approaches", "that", "require", "imputations", "in", "order", "to", "fill", "in", "the", "unknown", "matrix", "entries", ",", "our", "new", "iterative", "algorithm", "avoids", "imputation", ".", "Because", "the", "models", "involve", "estimation", "of", "millions", ",", "or", "even", "billions", ",", "of", "parameters", ",", "shrinkage", "of", "estimated", "values", "to", "account", "for", "sampling", "variability", "proves", "crucial", "to", "prevent", "overfitting", ".", "Both", "the", "local", "and", "the", "regional", "approaches", ",", "and", "in", "particular", "their", "combination", "through", "a", "unifying", "model", ",", "compare", "favorably", "with", "other", "approaches", "and", "deliver", "substantially", "better", "results", "than", "the", "commercial", "Netflix", "Cinematch", "recommender", "system", "on", "a", "large", "publicly", "available", "data", "set", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "B", "I", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["collaborative filtering", "recommender systems"], "abstractive_keyphrases": ["netflix prize"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "9109385", "document": ["Anonymizing", "transaction", "databases", "for", "publication", "This", "paper", "considers", "the", "problem", "of", "publishing", "``", "transaction", "data", "''", "for", "research", "purposes", ".", "Each", "transaction", "is", "an", "arbitrary", "set", "of", "items", "chosen", "from", "a", "large", "universe", ".", "Detailed", "transaction", "data", "provides", "an", "electronic", "image", "of", "one", "'s", "life", ".", "This", "has", "two", "implications", ".", "One", ",", "transaction", "data", "are", "excellent", "candidates", "for", "data", "mining", "research", ".", "Two", ",", "use", "of", "transaction", "data", "would", "raise", "serious", "concerns", "over", "individual", "privacy", ".", "Therefore", ",", "before", "transaction", "data", "is", "released", "for", "data", "mining", ",", "it", "must", "be", "made", "anonymous", "so", "that", "data", "subjects", "can", "not", "be", "re-identified", ".", "The", "challenge", "is", "that", "transaction", "data", "has", "no", "structure", "and", "can", "be", "extremely", "high", "dimensional", ".", "Traditional", "anonymization", "methods", "lose", "too", "much", "information", "on", "such", "data", ".", "To", "date", ",", "there", "has", "been", "no", "satisfactory", "privacy", "notion", "and", "solution", "proposed", "for", "anonymizing", "transaction", "data", ".", "This", "paper", "proposes", "one", "way", "to", "address", "this", "issue", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": [], "abstractive_keyphrases": ["anonymity", "data publishing", "transaction database"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "379299", "document": ["A", "framework", "for", "ontology-driven", "subspace", "clustering", "Traditional", "clustering", "is", "a", "descriptive", "task", "that", "seeks", "to", "identify", "homogeneous", "groups", "of", "objects", "based", "on", "the", "values", "of", "their", "attributes", ".", "While", "domain", "knowledge", "is", "always", "the", "best", "way", "to", "justify", "clustering", ",", "few", "clustering", "algorithms", "have", "ever", "take", "domain", "knowledge", "into", "consideration", ".", "In", "this", "paper", ",", "the", "domain", "knowledge", "is", "represented", "by", "hierarchical", "ontology", ".", "We", "develop", "a", "framework", "by", "directly", "incorporating", "domain", "knowledge", "into", "clustering", "process", ",", "yielding", "a", "set", "of", "clusters", "with", "strong", "ontology", "implication", ".", "During", "the", "clustering", "process", ",", "ontology", "information", "is", "utilized", "to", "efficiently", "prune", "the", "exponential", "search", "space", "of", "the", "subspace", "clustering", "algorithms", ".", "Meanwhile", ",", "the", "algorithm", "generates", "automatical", "interpretation", "of", "the", "clustering", "result", "by", "mapping", "the", "natural", "hierarchical", "organized", "subspace", "clusters", "with", "significant", "categorical", "enrichment", "onto", "the", "ontology", "hierarchy", ".", "Our", "experiments", "on", "a", "set", "of", "gene", "expression", "data", "using", "gene", "ontology", "demonstrate", "that", "our", "pruning", "technique", "driven", "by", "ontology", "significantly", "improve", "the", "clustering", "performance", "with", "minimal", "degradation", "of", "the", "cluster", "quality", ".", "Meanwhile", ",", "many", "hierarchical", "organizations", "of", "gene", "clusters", "corresponding", "to", "a", "sub-hierarchies", "in", "gene", "ontology", "were", "also", "successfully", "captured", "."], "doc_bio_tags": ["O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["ontology", "subspace clustering"], "abstractive_keyphrases": ["tendency preserving"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "9645630", "document": ["DynaMMo", ":", "mining", "and", "summarization", "of", "coevolving", "sequences", "with", "missing", "values", "Given", "multiple", "time", "sequences", "with", "missing", "values", ",", "we", "propose", "DynaMMo", "which", "summarizes", ",", "compresses", ",", "and", "finds", "latent", "variables", ".", "The", "idea", "is", "to", "discover", "hidden", "variables", "and", "learn", "their", "dynamics", ",", "making", "our", "algorithm", "able", "to", "function", "even", "when", "there", "are", "missing", "values", ".", "We", "performed", "experiments", "on", "both", "real", "and", "synthetic", "datasets", "spanning", "several", "megabytes", ",", "including", "motion", "capture", "sequences", "and", "chlorine", "levels", "in", "drinking", "water", ".", "We", "show", "that", "our", "proposed", "DynaMMo", "method", "(", "a", ")", "can", "successfully", "learn", "the", "latent", "variables", "and", "their", "evolution", ";", "(", "b", ")", "can", "provide", "high", "compression", "for", "little", "loss", "of", "reconstruction", "accuracy", ";", "(", "c", ")", "can", "extract", "compact", "but", "powerful", "features", "for", "segmentation", ",", "interpretation", ",", "and", "forecasting", ";", "(", "d", ")", "has", "complexity", "linear", "on", "the", "duration", "of", "sequences", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": [], "abstractive_keyphrases": ["bayesian network", "expectation maximization", "missing value", "time series"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "10930051", "document": ["Streaming", "feature", "selection", "using", "alpha-investing", "In", "Streaming", "Feature", "Selection", "(", "SFS", ")", ",", "new", "features", "are", "sequentially", "considered", "for", "addition", "to", "a", "predictive", "model", ".", "When", "the", "space", "of", "potential", "features", "is", "large", ",", "SFS", "offers", "many", "advantages", "over", "traditional", "feature", "selection", "methods", ",", "which", "assume", "that", "all", "features", "are", "known", "in", "advance", ".", "Features", "can", "be", "generated", "dynamically", ",", "focusing", "the", "search", "for", "new", "features", "on", "promising", "subspaces", ",", "and", "overfitting", "can", "be", "controlled", "by", "dynamically", "adjusting", "the", "threshold", "for", "adding", "features", "to", "the", "model", ".", "We", "describe", "\u03b1-investing", ",", "an", "adaptive", "complexity", "penalty", "method", "for", "SFS", "which", "dynamically", "adjusts", "the", "threshold", "on", "the", "error", "reduction", "required", "for", "adding", "a", "new", "feature", ".", "\u03b1-investing", "gives", "false", "discovery", "rate-style", "guarantees", "against", "overfitting", ".", "It", "differs", "from", "standard", "penalty", "methods", "such", "as", "AIC", ",", "BIC", "or", "RIC", ",", "which", "always", "drastically", "over", "-", "or", "under-fit", "in", "the", "limit", "of", "infinite", "numbers", "of", "non-predictive", "features", ".", "Empirical", "results", "show", "that", "SFS", "is", "competitive", "with", "much", "more", "compute-intensive", "feature", "selection", "methods", "such", "as", "stepwise", "regression", ",", "and", "allows", "feature", "selection", "on", "problems", "with", "over", "a", "million", "potential", "features", "."], "doc_bio_tags": ["O", "B", "I", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["feature selection"], "abstractive_keyphrases": ["classification", "false discovery rate", "multiple regression"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "1369352", "document": ["Mining", "heterogeneous", "gene", "expression", "data", "with", "time", "lagged", "recurrent", "neural", "networks", "Heterogeneous", "types", "of", "gene", "expressions", "may", "provide", "a", "better", "insight", "into", "the", "biological", "role", "of", "gene", "interaction", "with", "the", "environment", ",", "disease", "development", "and", "drug", "effect", "at", "the", "molecular", "level", ".", "In", "this", "paper", "for", "both", "exploring", "and", "prediction", "purposes", "a", "Time", "Lagged", "Recurrent", "Neural", "Network", "with", "trajectory", "learning", "is", "proposed", "for", "identifying", "and", "classifying", "the", "gene", "functional", "patterns", "from", "the", "heterogeneous", "nonlinear", "time", "series", "microarray", "experiments", ".", "The", "proposed", "procedures", "identify", "gene", "functional", "patterns", "from", "the", "dynamics", "of", "a", "state-trajectory", "learned", "in", "the", "heterogeneous", "time", "series", "and", "the", "gradient", "information", "over", "time", ".", "Also", ",", "the", "trajectory", "learning", "with", "Back-propagation", "through", "time", "algorithm", "can", "recognize", "gene", "expression", "patterns", "vary", "over", "time", ".", "This", "may", "reveal", "much", "more", "information", "about", "the", "regulatory", "network", "underlying", "gene", "expressions", ".", "The", "analyzed", "data", "were", "extracted", "from", "spotted", "DNA", "microarrays", "in", "the", "budding", "yeast", "expression", "measurements", ",", "produced", "by", "Eisen", "et", "al.", ".", "The", "gene", "matrix", "contained", "79", "experiments", "over", "a", "variety", "of", "heterogeneous", "experiment", "conditions", ".", "The", "number", "of", "recognized", "gene", "patterns", "in", "our", "study", "ranged", "from", "two", "to", "ten", "and", "were", "divided", "into", "three", "cases", ".", "Optimal", "network", "architectures", "with", "different", "memory", "structures", "were", "selected", "based", "on", "Akaike", "and", "Bayesian", "information", "statistical", "criteria", "using", "two-way", "factorial", "design", ".", "The", "optimal", "model", "performance", "was", "compared", "to", "other", "popular", "gene", "classification", "algorithms", "such", "as", "Nearest", "Neighbor", ",", "Support", "Vector", "Machine", ",", "and", "Self-Organized", "Map", ".", "The", "reliability", "of", "the", "performance", "was", "verified", "with", "multiple", "iterated", "runs", "."], "doc_bio_tags": ["O", "B", "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", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "B", "I", "I", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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"], "extractive_keyphrases": ["backpropagation through time", "gene expression", "heterogeneous", "trajectory learning"], "abstractive_keyphrases": ["probabilistic algorithms", "self-modifying machines", "time lagged neural network"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "6823262", "document": ["A", "general", "model", "for", "clustering", "binary", "data", "Clustering", "is", "the", "problem", "of", "identifying", "the", "distribution", "of", "patterns", "and", "intrinsic", "correlations", "in", "large", "data", "sets", "by", "partitioning", "the", "data", "points", "into", "similarity", "classes", ".", "This", "paper", "studies", "the", "problem", "of", "clustering", "binary", "data", ".", "This", "is", "the", "case", "for", "market", "basket", "datasets", "where", "the", "transactions", "contain", "items", "and", "for", "document", "datasets", "where", "the", "documents", "contain", "``", "bag", "of", "words", "''", ".", "The", "contribution", "of", "the", "paper", "is", "three-fold", ".", "First", "a", "general", "binary", "data", "clustering", "model", "is", "presented", ".", "The", "model", "treats", "the", "data", "and", "features", "equally", ",", "based", "on", "their", "symmetric", "association", "relations", ",", "and", "explicitly", "describes", "the", "data", "assignments", "as", "well", "as", "feature", "assignments", ".", "We", "characterize", "several", "variations", "with", "different", "optimization", "procedures", "for", "the", "general", "model", ".", "Second", ",", "we", "also", "establish", "the", "connections", "between", "our", "clustering", "model", "with", "other", "existing", "clustering", "methods", ".", "Third", ",", "we", "also", "discuss", "the", "problem", "for", "determining", "the", "number", "of", "clusters", "for", "binary", "clustering", ".", "Experimental", "results", "show", "the", "effectiveness", "of", "the", "proposed", "clustering", "model", "."], "doc_bio_tags": ["O", "B", "I", "O", "B", "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", "B", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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", "B", "I", "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", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O"], "extractive_keyphrases": ["binary data", "clustering", "general model"], "abstractive_keyphrases": ["matrix approximation"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "10164574", "document": ["Structured", "entity", "identification", "and", "document", "categorization", ":", "two", "tasks", "with", "one", "joint", "model", "Traditionally", ",", "research", "in", "identifying", "structured", "entities", "in", "documents", "has", "proceeded", "independently", "of", "document", "categorization", "research", ".", "In", "this", "paper", ",", "we", "observe", "that", "these", "two", "tasks", "have", "much", "to", "gain", "from", "each", "other", ".", "Apart", "from", "direct", "references", "to", "entities", "in", "a", "database", ",", "such", "as", "names", "of", "person", "entities", ",", "documents", "often", "also", "contain", "words", "that", "are", "correlated", "with", "discriminative", "entity", "attributes", ",", "such", "age-group", "and", "income-level", "of", "persons", ".", "This", "happens", "naturally", "in", "many", "enterprise", "domains", "such", "as", "CRM", ",", "Banking", ",", "etc.", ".", "Then", ",", "entity", "identification", ",", "which", "is", "typically", "vulnerable", "against", "noise", "and", "incompleteness", "in", "direct", "references", "to", "entities", "in", "documents", ",", "can", "benefit", "from", "document", "categorization", "with", "respect", "to", "such", "attributes", ".", "In", "return", ",", "entity", "identification", "enables", "documents", "to", "be", "categorized", "according", "to", "different", "label-sets", "arising", "from", "entity", "attributes", "without", "requiring", "any", "supervision", ".", "In", "this", "paper", ",", "we", "propose", "a", "probabilistic", "generative", "model", "for", "joint", "entity", "identification", "and", "document", "categorization", ".", "We", "show", "how", "the", "parameters", "of", "the", "model", "can", "be", "estimated", "using", "an", "EM", "algorithm", "in", "an", "unsupervised", "fashion", ".", "Using", "extensive", "experiments", "over", "real", "and", "semi-synthetic", "data", ",", "we", "demonstrate", "that", "the", "two", "tasks", "can", "benefit", "immensely", "from", "each", "other", "when", "performed", "jointly", "using", "the", "proposed", "model", "."], "doc_bio_tags": ["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", "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", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "I", "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"], "extractive_keyphrases": ["document categorization", "entity identification", "probabilistic generative model"], "abstractive_keyphrases": [], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "4051385", "document": ["Mining", "rank-correlated", "sets", "of", "numerical", "attributes", "We", "study", "the", "mining", "of", "interesting", "patterns", "in", "the", "presence", "of", "numerical", "attributes", ".", "Instead", "of", "the", "usual", "discretization", "methods", ",", "we", "propose", "the", "use", "of", "rank", "based", "measures", "to", "score", "the", "similarity", "of", "sets", "of", "numerical", "attributes", ".", "New", "support", "measures", "for", "numerical", "data", "are", "introduced", ",", "based", "on", "extensions", "of", "Kendall", "'s", "tau", ",", "and", "Spearman", "'s", "Footrule", "and", "rho", ".", "We", "show", "how", "these", "support", "measures", "are", "related", ".", "Furthermore", ",", "we", "introduce", "a", "novel", "type", "of", "pattern", "combining", "numerical", "and", "categorical", "attributes", ".", "We", "give", "efficient", "algorithms", "to", "find", "all", "frequent", "patterns", "for", "the", "proposed", "support", "measures", ",", "and", "evaluate", "their", "performance", "on", "real-life", "datasets", "."], "doc_bio_tags": ["O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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"], "extractive_keyphrases": ["numerical"], "abstractive_keyphrases": ["data mining", "rank correlation", "systems"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "54521", "document": ["Probabilistic", "query", "models", "for", "transaction", "data", "We", "investigate", "the", "application", "of", "Bayesian", "networks", ",", "Markov", "random", "fields", ",", "and", "mixture", "models", "to", "the", "problem", "of", "query", "answering", "for", "transaction", "data", "sets", ".", "We", "formulate", "two", "versions", "of", "the", "querying", "problem", ":", "the", "query", "selectivity", "estimation", "(", "i.e.", ",", "finding", "exact", "counts", "for", "tuples", "in", "a", "data", "set", ")", "and", "the", "query", "generalization", "problem", "(", "i.e.", ",", "computing", "the", "probability", "that", "a", "tuple", "will", "occur", "in", "new", "data", ")", ".", "We", "show", "that", "frequent", "itemsets", "are", "useful", "for", "reducing", "the", "original", "data", "to", "a", "compressed", "representation", "and", "introduce", "a", "method", "to", "store", "them", "using", "an", "ADTree", "data", "structure", ".", "In", "an", "extension", "of", "our", "earlier", "work", "on", "this", "topic", "we", "propose", "several", "new", "schemes", "for", "query", "answering", "based", "on", "the", "compressed", "representation", "that", "avoid", "direct", "scans", "of", "the", "data", "at", "query", "time", ".", "Experimental", "results", "on", "real-world", "transaction", "data", "sets", "provide", "insights", "into", "various", "tradeoffs", "involving", "the", "offline", "time", "for", "model-building", ",", "the", "online", "time", "for", "query-answering", ",", "the", "memory", "footprint", "of", "the", "compressed", "data", ",", "and", "the", "accuracy", "of", "the", "estimate", "provided", "to", "the", "query", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": [], "abstractive_keyphrases": ["probabilistic algorithms"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "947506", "document": ["Integrating", "feature", "and", "instance", "selection", "for", "text", "classification", "Instance", "selection", "and", "feature", "selection", "are", "two", "orthogonal", "methods", "for", "reducing", "the", "amount", "and", "complexity", "of", "data", ".", "Feature", "selection", "aims", "at", "the", "reduction", "of", "redundant", "features", "in", "a", "dataset", "whereas", "instance", "selection", "aims", "at", "the", "reduction", "of", "the", "number", "of", "instances", ".", "So", "far", ",", "these", "two", "methods", "have", "mostly", "been", "considered", "in", "isolation", ".", "In", "this", "paper", ",", "we", "present", "a", "new", "algorithm", ",", "which", "we", "call", "FIS", "(", "Feature", "and", "Instance", "Selection", ")", "that", "targets", "both", "problems", "simultaneously", "in", "the", "context", "of", "text", "classificationOur", "experiments", "on", "the", "Reuters", "and", "20-Newsgroups", "datasets", "show", "that", "FIS", "considerably", "reduces", "both", "the", "number", "of", "features", "and", "the", "number", "of", "instances", ".", "The", "accuracy", "of", "a", "range", "of", "classifiers", "including", "Na\u00efve", "Bayes", ",", "TAN", "and", "LB", "considerably", "improves", "when", "using", "the", "FIS", "preprocessed", "datasets", ",", "matching", "and", "exceeding", "that", "of", "Support", "Vector", "Machines", ",", "which", "is", "currently", "considered", "to", "be", "one", "of", "the", "best", "text", "classification", "methods", ".", "In", "all", "cases", "the", "results", "are", "much", "better", "compared", "to", "Mutual", "Information", "based", "feature", "selection", ".", "The", "training", "and", "classification", "speed", "of", "all", "classifiers", "is", "also", "greatly", "improved", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": [], "abstractive_keyphrases": ["applications", "design methodology"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "9668553", "document": ["Information", "theoretic", "regularization", "for", "semi-supervised", "boosting", "We", "present", "novel", "semi-supervised", "boosting", "algorithms", "that", "incrementally", "build", "linear", "combinations", "of", "weak", "classifiers", "through", "generic", "functional", "gradient", "descent", "using", "both", "labeled", "and", "unlabeled", "training", "data", ".", "Our", "approach", "is", "based", "on", "extending", "information", "regularization", "framework", "to", "boosting", ",", "bearing", "loss", "functions", "that", "combine", "log", "loss", "on", "labeled", "data", "with", "the", "information-theoretic", "measures", "to", "encode", "unlabeled", "data", ".", "Even", "though", "the", "information-theoretic", "regularization", "terms", "make", "the", "optimization", "non-convex", ",", "we", "propose", "simple", "sequential", "gradient", "descent", "optimization", "algorithms", ",", "and", "obtain", "impressively", "improved", "results", "on", "synthetic", ",", "benchmark", "and", "real", "world", "tasks", "over", "supervised", "boosting", "algorithms", "which", "use", "the", "labeled", "data", "alone", "and", "a", "state-of-the-art", "semi-supervised", "boosting", "algorithm", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": [], "abstractive_keyphrases": ["ensemble", "learning", "semi-supervised learning"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "9606991", "document": ["Probabilistic", "latent", "semantic", "visualization", ":", "topic", "model", "for", "visualizing", "documents", "We", "propose", "a", "visualization", "method", "based", "on", "a", "topic", "model", "for", "discrete", "data", "such", "as", "documents", ".", "Unlike", "conventional", "visualization", "methods", "based", "on", "pairwise", "distances", "such", "as", "multi-dimensional", "scaling", ",", "we", "consider", "a", "mapping", "from", "the", "visualization", "space", "into", "the", "space", "of", "documents", "as", "a", "generative", "process", "of", "documents", ".", "In", "the", "model", ",", "both", "documents", "and", "topics", "are", "assumed", "to", "have", "latent", "coordinates", "in", "a", "two", "-", "or", "three-dimensional", "Euclidean", "space", ",", "or", "visualization", "space", ".", "The", "topic", "proportions", "of", "a", "document", "are", "determined", "by", "the", "distances", "between", "the", "document", "and", "the", "topics", "in", "the", "visualization", "space", ",", "and", "each", "word", "is", "drawn", "from", "one", "of", "the", "topics", "according", "to", "its", "topic", "proportions", ".", "A", "visualization", ",", "i.e.", "latent", "coordinates", "of", "documents", ",", "can", "be", "obtained", "by", "fitting", "the", "model", "to", "a", "given", "set", "of", "documents", "using", "the", "EM", "algorithm", ",", "resulting", "in", "documents", "with", "similar", "topics", "being", "embedded", "close", "together", ".", "We", "demonstrate", "the", "effectiveness", "of", "the", "proposed", "model", "by", "visualizing", "document", "and", "movie", "data", "sets", ",", "and", "quantitatively", "compare", "it", "with", "conventional", "visualization", "methods", "."], "doc_bio_tags": ["O", "O", "O", "B", "O", "B", "I", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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", "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", "B", "O", "O"], "extractive_keyphrases": ["topic model", "visualization"], "abstractive_keyphrases": ["probabilistic latent semantic analysis"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "9942600", "document": ["Connections", "between", "the", "lines", ":", "augmenting", "social", "networks", "with", "text", "Network", "data", "is", "ubiquitous", ",", "encoding", "collections", "of", "relationships", "between", "entities", "such", "as", "people", ",", "places", ",", "genes", ",", "or", "corporations", ".", "While", "many", "resources", "for", "networks", "of", "interesting", "entities", "are", "emerging", ",", "most", "of", "these", "can", "only", "annotate", "connections", "in", "a", "limited", "fashion", ".", "Although", "relationships", "between", "entities", "are", "rich", ",", "it", "is", "impractical", "to", "manually", "devise", "complete", "characterizations", "of", "these", "relationships", "for", "every", "pair", "of", "entities", "on", "large", ",", "real-world", "corpora", ".", "In", "this", "paper", "we", "present", "a", "novel", "probabilistic", "topic", "model", "to", "analyze", "text", "corpora", "and", "infer", "descriptions", "of", "its", "entities", "and", "of", "relationships", "between", "those", "entities", ".", "We", "develop", "variational", "methods", "for", "performing", "approximate", "inference", "on", "our", "model", "and", "demonstrate", "that", "our", "model", "can", "be", "practically", "deployed", "on", "large", "corpora", "such", "as", "Wikipedia", ".", "We", "show", "qualitatively", "and", "quantitatively", "that", "our", "model", "can", "construct", "and", "annotate", "graphs", "of", "relationships", "and", "make", "useful", "predictions", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": [], "abstractive_keyphrases": ["graphical models", "social network learning", "statistical topic models"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "5014927", "document": ["Learning", "the", "kernel", "matrix", "in", "discriminant", "analysis", "via", "quadratically", "constrained", "quadratic", "programming", "The", "kernel", "function", "plays", "a", "central", "role", "in", "kernel", "methods", ".", "In", "this", "paper", ",", "we", "consider", "the", "automated", "learning", "of", "the", "kernel", "matrix", "over", "a", "convex", "combination", "of", "pre-specified", "kernel", "matrices", "in", "Regularized", "Kernel", "Discriminant", "Analysis", "(", "RKDA", ")", ",", "which", "performs", "lineardiscriminant", "analysis", "in", "the", "feature", "space", "via", "the", "kernel", "trick", ".", "Previous", "studies", "have", "shown", "that", "this", "kernel", "learning", "problem", "can", "be", "formulated", "as", "a", "semidefinite", "program", "(", "SDP", ")", ",", "which", "is", "however", "computationally", "expensive", ",", "even", "with", "the", "recent", "advances", "in", "interior", "point", "methods", ".", "Based", "on", "the", "equivalence", "relationship", "between", "RKDA", "and", "least", "square", "problems", "in", "the", "binary-class", "case", ",", "we", "propose", "a", "Quadratically", "Constrained", "Quadratic", "Programming", "(", "QCQP", ")", "formulation", "for", "the", "kernel", "learning", "problem", ",", "which", "can", "be", "solved", "more", "efficiently", "than", "SDP", ".", "While", "most", "existing", "work", "on", "kernel", "learning", "deal", "with", "binary-class", "problems", "only", ",", "we", "show", "that", "our", "QCQP", "formulation", "can", "be", "extended", "naturally", "to", "the", "multi-class", "case", ".", "Experimental", "results", "on", "both", "binary-class", "and", "multi-class", "benchmarkdata", "sets", "show", "the", "efficacy", "of", "the", "proposed", "QCQP", "formulations", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "I", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "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", "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", "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"], "extractive_keyphrases": ["kernel discriminant analysis", "kernel learning", "quadratically constrained quadratic programming"], "abstractive_keyphrases": ["convex optimization", "model selection"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "545316", "document": ["Data", "mining", "in", "metric", "space", ":", "an", "empirical", "analysis", "of", "supervised", "learning", "performance", "criteria", "Many", "criteria", "can", "be", "used", "to", "evaluate", "the", "performance", "of", "supervised", "learning", ".", "Different", "criteria", "are", "appropriate", "in", "different", "settings", ",", "and", "it", "is", "not", "always", "clear", "which", "criteria", "to", "use", ".", "A", "further", "complication", "is", "that", "learning", "methods", "that", "perform", "well", "on", "one", "criterion", "may", "not", "perform", "well", "on", "other", "criteria", ".", "For", "example", ",", "SVMs", "and", "boosting", "are", "designed", "to", "optimize", "accuracy", ",", "whereas", "neural", "nets", "typically", "optimize", "squared", "error", "or", "cross", "entropy", ".", "We", "conducted", "an", "empirical", "study", "using", "a", "variety", "of", "learning", "methods", "(", "SVMs", ",", "neural", "nets", ",", "k-nearest", "neighbor", ",", "bagged", "and", "boosted", "trees", ",", "and", "boosted", "stumps", ")", "to", "compare", "nine", "boolean", "classification", "performance", "metrics", ":", "Accuracy", ",", "Lift", ",", "F-Score", ",", "Area", "under", "the", "ROC", "Curve", ",", "Average", "Precision", ",", "Precision\\/Recall", "Break-Even", "Point", ",", "Squared", "Error", ",", "Cross", "Entropy", ",", "and", "Probability", "Calibration", ".", "Multidimensional", "scaling", "(", "MDS", ")", "shows", "that", "these", "metrics", "span", "a", "low", "dimensional", "manifold", ".", "The", "three", "metrics", "that", "are", "appropriate", "when", "predictions", "are", "interpreted", "as", "probabilities", ":", "squared", "error", ",", "cross", "entropy", ",", "and", "calibration", ",", "lay", "in", "one", "part", "of", "metric", "space", "far", "away", "from", "metrics", "that", "depend", "on", "the", "relative", "order", "of", "the", "predicted", "values", ":", "ROC", "area", ",", "average", "precision", ",", "break-even", "point", ",", "and", "lift", ".", "In", "between", "them", "fall", "two", "metrics", "that", "depend", "on", "comparing", "predictions", "to", "a", "threshold", ":", "accuracy", "and", "F-score", ".", "As", "expected", ",", "maximum", "margin", "methods", "such", "as", "SVMs", "and", "boosted", "trees", "have", "excellent", "performance", "on", "metrics", "like", "accuracy", ",", "but", "perform", "poorly", "on", "probability", "metrics", "such", "as", "squared", "error", ".", "What", "was", "not", "expected", "was", "that", "the", "margin", "methods", "have", "excellent", "performance", "on", "ordering", "metrics", "such", "as", "ROC", "area", "and", "average", "precision", ".", "We", "introduce", "a", "new", "metric", ",", "SAR", ",", "that", "combines", "squared", "error", ",", "accuracy", ",", "and", "ROC", "area", "into", "one", "metric", ".", "MDS", "and", "correlation", "analysis", "shows", "that", "SAR", "is", "centrally", "located", "and", "correlates", "well", "with", "other", "metrics", ",", "suggesting", "that", "it", "is", "a", "good", "general", "purpose", "metric", "to", "use", "when", "more", "specific", "criteria", "are", "not", "known", "."], "doc_bio_tags": ["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", "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", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "B", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "B", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["cross entropy", "lift", "metrics", "precision", "roc", "supervised learning"], "abstractive_keyphrases": ["performance evaluation", "recall"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "3769919", "document": ["Center-piece", "subgraphs", ":", "problem", "definition", "and", "fast", "solutions", "Given", "Q", "nodes", "in", "a", "social", "network", "(", "say", ",", "authorship", "network", ")", ",", "how", "can", "we", "find", "the", "node\\/author", "that", "is", "the", "center-piece", ",", "and", "has", "direct", "or", "indirect", "connections", "to", "all", ",", "or", "most", "of", "them", "?", "For", "example", ",", "this", "node", "could", "be", "the", "common", "advisor", ",", "or", "someone", "who", "started", "the", "research", "area", "that", "the", "Q", "nodes", "belong", "to", ".", "Isomorphic", "scenarios", "appear", "in", "law", "enforcement", "(", "find", "the", "master-mind", "criminal", ",", "connected", "to", "all", "current", "suspects", ")", ",", "gene", "regulatory", "networks", "(", "find", "the", "protein", "that", "participates", "in", "pathways", "with", "all", "or", "most", "of", "the", "given", "Q", "proteins", ")", ",", "viral", "marketing", "and", "many", "more", ".", "Connection", "subgraphs", "is", "an", "important", "first", "step", ",", "handling", "the", "case", "of", "Q", "=", "2", "query", "nodes", ".", "Then", ",", "the", "connection", "subgraph", "algorithm", "finds", "the", "b", "intermediate", "nodes", ",", "that", "provide", "a", "good", "connection", "between", "the", "two", "original", "query", "nodes", ".", "Here", "we", "generalize", "the", "challenge", "in", "multiple", "dimensions", ":", "First", ",", "we", "allow", "more", "than", "two", "query", "nodes", ".", "Second", ",", "we", "allow", "a", "whole", "family", "of", "queries", ",", "ranging", "from", "`", "OR", "'", "to", "`", "AND", "'", ",", "with", "`", "softAND", "'", "in-between", ".", "Finally", ",", "we", "design", "and", "compare", "a", "fast", "approximation", ",", "and", "study", "the", "quality\\/speed", "trade-off", ".", "We", "also", "present", "experiments", "on", "the", "DBLP", "dataset", ".", "The", "experiments", "confirm", "that", "our", "proposed", "method", "naturally", "deals", "with", "multi-source", "queries", "and", "that", "the", "resulting", "subgraphs", "agree", "with", "our", "intuition", ".", "Wall-clock", "timing", "results", "on", "the", "DBLP", "dataset", "show", "that", "our", "proposed", "approximation", "achieve", "good", "accuracy", "for", "about", "6:1", "speedup", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": [], "abstractive_keyphrases": ["center-piece subgraph", "goodness score", "kand"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "552094", "document": ["Attack", "detection", "in", "time", "series", "for", "recommender", "systems", "Recent", "research", "has", "identified", "significant", "vulnerabilities", "in", "recommender", "systems", ".", "Shilling", "attacks", ",", "in", "which", "attackers", "introduce", "biased", "ratings", "in", "order", "to", "influence", "future", "recommendations", ",", "have", "been", "shown", "to", "be", "effective", "against", "collaborative", "filtering", "algorithms", ".", "We", "postulate", "that", "the", "distribution", "of", "item", "ratings", "in", "time", "can", "reveal", "the", "presence", "of", "a", "wide", "range", "of", "shilling", "attacks", "given", "reasonable", "assumptions", "about", "their", "duration", ".", "To", "construct", "a", "time", "series", "of", "ratings", "for", "an", "item", ",", "we", "use", "a", "window", "size", "of", "k", "to", "group", "consecutive", "ratings", "for", "the", "item", "into", "disjoint", "windows", "and", "compute", "the", "sample", "average", "and", "sample", "entropy", "in", "each", "window", ".", "We", "derive", "a", "theoretically", "optimal", "window", "size", "to", "best", "detect", "an", "attack", "event", "if", "the", "number", "of", "attack", "profiles", "is", "known", ".", "For", "practical", "applications", "where", "this", "number", "is", "unknown", ",", "we", "propose", "a", "heuristic", "algorithm", "that", "adaptively", "changes", "the", "window", "size", ".", "Our", "experimental", "results", "demonstrate", "that", "monitoring", "rating", "distributions", "in", "time", "series", "is", "an", "effective", "approach", "for", "detecting", "shilling", "attacks", "."], "doc_bio_tags": ["O", "O", "O", "B", "I", "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", "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", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "B", "I", "O"], "extractive_keyphrases": ["recommender systems", "shilling attacks", "time series"], "abstractive_keyphrases": ["anomaly detection"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "56709", "document": ["IDR\\/QR", ":", "an", "incremental", "dimension", "reduction", "algorithm", "via", "QR", "decomposition", "Dimension", "reduction", "is", "critical", "for", "many", "database", "and", "data", "mining", "applications", ",", "such", "as", "efficient", "storage", "and", "retrieval", "of", "high-dimensional", "data", ".", "In", "the", "literature", ",", "a", "well-known", "dimension", "reduction", "scheme", "is", "Linear", "Discriminant", "Analysis", "(", "LDA", ")", ".", "The", "common", "aspect", "of", "previously", "proposed", "LDA", "based", "algorithms", "is", "the", "use", "of", "Singular", "Value", "Decomposition", "(", "SVD", ")", ".", "Due", "to", "the", "difficulty", "of", "designing", "an", "incremental", "solution", "for", "the", "eigenvalue", "problem", "on", "the", "product", "of", "scatter", "matrices", "in", "LDA", ",", "there", "is", "little", "work", "on", "designing", "incremental", "LDA", "algorithms", ".", "In", "this", "paper", ",", "we", "propose", "an", "LDA", "based", "incremental", "dimension", "reduction", "algorithm", ",", "called", "IDR\\/QR", ",", "which", "applies", "QR", "Decomposition", "rather", "than", "SVD", ".", "Unlike", "other", "LDA", "based", "algorithms", ",", "this", "algorithm", "does", "not", "require", "the", "whole", "data", "matrix", "in", "main", "memory", ".", "This", "is", "desirable", "for", "large", "data", "sets", ".", "More", "importantly", ",", "with", "the", "insertion", "of", "new", "data", "items", ",", "the", "IDR\\/QR", "algorithm", "can", "constrain", "the", "computational", "cost", "by", "applying", "efficient", "QR-updating", "techniques", ".", "Finally", ",", "we", "evaluate", "the", "effectiveness", "of", "the", "IDR\\/QR", "algorithm", "in", "terms", "of", "classification", "accuracy", "on", "the", "reduced", "dimensional", "space", ".", "Our", "experiments", "on", "several", "real-world", "data", "sets", "reveal", "that", "the", "accuracy", "achieved", "by", "the", "IDR\\/QR", "algorithm", "is", "very", "close", "to", "the", "best", "possible", "accuracy", "achieved", "by", "other", "LDA", "based", "algorithms", ".", "However", ",", "the", "IDR\\/QR", "algorithm", "has", "much", "less", "computational", "cost", ",", "especially", "when", "new", "data", "items", "are", "dynamically", "inserted", "."], "doc_bio_tags": ["O", "O", "O", "O", "B", "I", "O", "O", "B", "I", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "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", "B", "I", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["dimension reduction", "linear discriminant analysis", "qr decomposition"], "abstractive_keyphrases": ["incremental learning"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "4657809", "document": ["Playing", "hide-and-seek", "with", "correlations", "We", "present", "a", "method", "for", "very", "high-dimensional", "correlation", "analysis", ".", "The", "method", "relies", "equally", "on", "rigorous", "search", "strategies", "and", "on", "human", "interaction", ".", "At", "each", "step", ",", "the", "method", "conservatively", "``", "shaves", "off", "''", "a", "fraction", "of", "the", "database", "tuples", "and", "attributes", ",", "so", "that", "most", "of", "the", "correlations", "present", "in", "the", "data", "are", "not", "affected", "by", "the", "decomposition", ".", "Instead", ",", "the", "correlations", "become", "more", "obvious", "to", "the", "user", ",", "because", "they", "are", "hidden", "in", "a", "much", "smaller", "portion", "of", "the", "database", ".", "This", "process", "can", "be", "repeated", "iteratively", "and", "interactively", ",", "until", "only", "the", "most", "important", "correlations", "remain", ".", "The", "main", "technical", "difficulty", "of", "the", "approach", "is", "figuring", "out", "how", "to", "``", "shave", "off", "''", "part", "of", "the", "database", "so", "as", "to", "preserve", "most", "correlations", ".", "We", "develop", "an", "algorithm", "for", "this", "problem", "that", "has", "a", "polynomial", "running", "time", "and", "guarantees", "result", "quality", "."], "doc_bio_tags": ["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", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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"], "extractive_keyphrases": ["correlations"], "abstractive_keyphrases": ["association rules", "data mining", "database applications", "minimum cut"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "5570538", "document": ["Simple", "and", "effective", "visual", "models", "for", "gene", "expression", "cancer", "diagnostics", "In", "the", "paper", "we", "show", "that", "diagnostic", "classes", "in", "cancer", "gene", "expression", "data", "sets", ",", "which", "most", "often", "include", "thousands", "of", "features", "(", "genes", ")", ",", "may", "be", "effectively", "separated", "with", "simple", "two-dimensional", "plots", "such", "as", "scatterplot", "and", "radviz", "graph", ".", "The", "principal", "innovation", "proposed", "in", "the", "paper", "is", "a", "method", "called", "VizRank", ",", "which", "is", "able", "to", "score", "and", "identify", "the", "best", "among", "possibly", "millions", "of", "candidate", "projections", "for", "visualizations", ".", "Compared", "to", "recently", "much", "applied", "techniques", "in", "the", "field", "of", "cancer", "genomics", "that", "include", "neural", "networks", ",", "support", "vector", "machines", "and", "various", "ensemble-based", "approaches", ",", "VizRank", "is", "fast", "and", "finds", "visualization", "models", "that", "can", "be", "easily", "examined", "and", "interpreted", "by", "domain", "experts", ".", "Our", "experiments", "on", "a", "number", "of", "gene", "expression", "data", "sets", "show", "that", "VizRank", "was", "always", "able", "to", "find", "data", "visualizations", "with", "a", "small", "number", "of", "(", "two", "to", "seven", ")", "genes", "and", "excellent", "class", "separation", ".", "In", "addition", "to", "providing", "grounds", "for", "gene", "expression", "cancer", "diagnosis", ",", "VizRank", "and", "its", "visualizations", "also", "identify", "small", "sets", "of", "relevant", "genes", ",", "uncover", "interesting", "gene", "interactions", "and", "point", "to", "outliers", "and", "potential", "misclassifications", "in", "cancer", "data", "sets", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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"], "extractive_keyphrases": ["cancer diagnosis"], "abstractive_keyphrases": ["data mining", "data visualization", "gene expression analysis", "machine learning"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "10557122", "document": ["Extracting", "temporal", "signatures", "for", "comprehending", "systems", "biology", "models", "Systems", "biology", "has", "made", "massive", "strides", "in", "recent", "years", ",", "with", "capabilities", "to", "model", "complex", "systems", "including", "cell", "division", ",", "stress", "response", ",", "energy", "metabolism", ",", "and", "signaling", "pathways", ".", "Concomitant", "with", "their", "improved", "modeling", "capabilities", ",", "however", ",", "such", "biochemical", "network", "models", "have", "also", "become", "notoriously", "complex", "for", "humans", "to", "comprehend", ".", "We", "propose", "network", "comprehension", "as", "a", "key", "problem", "for", "the", "KDD", "community", ",", "where", "the", "goal", "is", "to", "create", "explainable", "representations", "of", "complex", "biological", "networks", ".", "We", "formulate", "this", "problem", "as", "one", "of", "extracting", "temporal", "signatures", "from", "multi-variate", "time", "series", "data", ",", "where", "the", "signatures", "are", "composed", "of", "ordinal", "comparisons", "between", "time", "series", "components", ".", "We", "show", "how", "such", "signatures", "can", "be", "inferred", "by", "formulating", "the", "data", "mining", "problem", "as", "one", "of", "feature", "selection", "in", "rank-order", "space", ".", "We", "propose", "five", "new", "feature", "selection", "strategies", "for", "rank-order", "space", "and", "assess", "their", "selective", "superiorities", ".", "Experimental", "results", "on", "budding", "yeast", "cell", "cycle", "models", "demonstrate", "compelling", "results", "comparable", "to", "human", "interpretations", "of", "the", "cell", "cycle", "."], "doc_bio_tags": ["O", "B", "I", "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", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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"], "extractive_keyphrases": ["biological networks", "feature selection", "systems biology", "temporal signatures"], "abstractive_keyphrases": ["rank-order spaces"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "9312060", "document": ["Identifying", "biologically", "relevant", "genes", "via", "multiple", "heterogeneous", "data", "sources", "Selection", "of", "genes", "that", "are", "differentially", "expressed", "and", "critical", "to", "a", "particular", "biological", "process", "has", "been", "a", "major", "challenge", "in", "post-array", "analysis", ".", "Recent", "development", "in", "bioinformatics", "has", "made", "various", "data", "sources", "available", "such", "as", "mRNA", "and", "miRNA", "expression", "profiles", ",", "biological", "pathway", "and", "gene", "annotation", ",", "etc.", ".", "Efficient", "and", "effective", "integration", "of", "multiple", "data", "sources", "helps", "enrich", "our", "knowledge", "about", "the", "involved", "samples", "and", "genes", "for", "selecting", "genes", "bearing", "significant", "biological", "relevance", ".", "In", "this", "work", ",", "we", "studied", "a", "novel", "problem", "of", "multi-source", "gene", "selection", ":", "given", "multiple", "heterogeneous", "data", "sources", "(", "or", "data", "sets", ")", ",", "select", "genes", "from", "expression", "profiles", "by", "integrating", "information", "from", "various", "data", "sources", ".", "We", "investigated", "how", "to", "effectively", "employ", "information", "contained", "in", "multiple", "data", "sources", "to", "extract", "an", "intrinsic", "global", "geometric", "pattern", "and", "use", "it", "in", "covariance", "analysis", "for", "gene", "selection", ".", "We", "designed", "and", "conducted", "experiments", "to", "systematically", "compare", "the", "proposed", "approach", "with", "representative", "methods", "in", "terms", "of", "statistical", "and", "biological", "significance", ",", "and", "showed", "the", "efficacy", "and", "potential", "of", "the", "proposed", "approach", "with", "promising", "findings", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["bioinformatics", "gene selection"], "abstractive_keyphrases": ["information integration"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "13631835", "document": ["Partial", "example", "acquisition", "in", "cost-sensitive", "learning", "It", "is", "often", "expensive", "to", "acquire", "data", "in", "real-world", "data", "mining", "applications", ".", "Most", "previous", "data", "mining", "and", "machine", "learning", "research", ",", "however", ",", "assumes", "that", "a", "fixed", "set", "of", "training", "examples", "is", "given", ".", "In", "this", "paper", ",", "we", "propose", "an", "online", "cost-sensitive", "framework", "that", "allows", "a", "learner", "to", "dynamically", "acquire", "examples", "as", "it", "learns", ",", "and", "to", "decide", "the", "ideal", "number", "of", "examples", "needed", "to", "minimize", "the", "total", "cost", ".", "We", "also", "propose", "a", "new", "strategy", "for", "Partial", "Example", "Acquisition", "(", "PAS", ")", ",", "in", "which", "the", "learner", "can", "acquire", "examples", "with", "a", "subset", "of", "attribute", "values", "to", "reduce", "the", "data", "acquisition", "cost", ".", "Experiments", "on", "UCI", "datasets", "show", "that", "the", "new", "PAS", "strategy", "is", "an", "effective", "method", "in", "reducing", "the", "total", "cost", "for", "data", "acquisition", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "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", "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"], "extractive_keyphrases": ["data acquisition", "data mining", "machine learning"], "abstractive_keyphrases": ["active cost-sensitive learning", "active learning", "cost-sensitive learning", "interactive and online data mining"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "14009852", "document": ["Prominent", "streak", "discovery", "in", "sequence", "data", "This", "paper", "studies", "the", "problem", "of", "prominent", "streak", "discovery", "in", "sequence", "data", ".", "Given", "a", "sequence", "of", "values", ",", "a", "prominent", "streak", "is", "a", "long", "consecutive", "subsequence", "consisting", "of", "only", "large", "(", "small", ")", "values", ".", "For", "finding", "prominent", "streaks", ",", "we", "make", "the", "observation", "that", "prominent", "streaks", "are", "skyline", "points", "in", "two", "dimensions", "-", "streak", "interval", "length", "and", "minimum", "value", "in", "the", "interval", ".", "Our", "solution", "thus", "hinges", "upon", "the", "idea", "to", "separate", "the", "two", "steps", "in", "prominent", "streak", "discovery", "'", "candidate", "streak", "generation", "and", "skyline", "operation", "over", "candidate", "streaks", ".", "For", "candidate", "generation", ",", "we", "propose", "the", "concept", "of", "local", "prominent", "streak", "(", "LPS", ")", ".", "We", "prove", "that", "prominent", "streaks", "are", "a", "subset", "of", "LPSs", "and", "the", "number", "of", "LPSs", "is", "less", "than", "the", "length", "of", "a", "data", "sequence", ",", "in", "comparison", "with", "the", "quadratic", "number", "of", "candidates", "produced", "by", "a", "brute-force", "baseline", "method", ".", "We", "develop", "efficient", "algorithms", "based", "on", "the", "concept", "of", "LPS", ".", "The", "non-linear", "LPS-based", "method", "(", "NLPS", ")", "considers", "a", "superset", "of", "LPSs", "as", "candidates", ",", "and", "the", "linear", "LPS-based", "method", "(", "LLPS", ")", "further", "guarantees", "to", "consider", "only", "LPSs", ".", "The", "results", "of", "experiments", "using", "multiple", "real", "datasets", "verified", "the", "effectiveness", "of", "the", "proposed", "methods", "and", "showed", "orders", "of", "magnitude", "performance", "improvement", "against", "the", "baseline", "method", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": [], "abstractive_keyphrases": ["sequence database", "skyline query", "time-series database"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "14076694", "document": ["Mining", "sequential", "patterns", "from", "probabilistic", "databases", "We", "consider", "sequential", "pattern", "mining", "in", "situations", "where", "there", "is", "uncertainty", "about", "which", "source", "an", "event", "is", "associated", "with", ".", "We", "model", "this", "in", "the", "probabilistic", "database", "framework", "and", "consider", "the", "problem", "of", "enumerating", "all", "sequences", "whose", "expected", "support", "is", "sufficiently", "large", ".", "Unlike", "frequent", "itemset", "mining", "in", "probabilistic", "databases", "(", "C.", "Aggarwal", "et", "al.", ".", "KDD", "'", "09", ";", "Chui", "et", "al.", ",", "PAKDD", "'", "07", ";", "Chui", "and", "Kao", ",", "PAKDD", "'", "08", ")", ",", "we", "use", "dynamic", "programming", "(", "DP", ")", "to", "compute", "the", "probability", "that", "a", "source", "supports", "a", "sequence", ",", "and", "show", "that", "this", "suffices", "to", "compute", "the", "expected", "support", "of", "a", "sequential", "pattern", ".", "Next", ",", "we", "embed", "this", "DP", "algorithm", "into", "candidate", "generate-and-test", "approaches", ",", "and", "explore", "the", "pattern", "lattice", "both", "in", "a", "breadth-first", "(", "similar", "to", "GSP", ")", "and", "a", "depth-first", "(", "similar", "to", "SPAM", ")", "manner", ".", "We", "propose", "optimizations", "for", "efficiently", "computing", "the", "frequent", "1-sequences", ",", "for", "re-using", "previously-computed", "results", "through", "incremental", "support", "computation", ",", "and", "for", "elmiminating", "candidate", "sequences", "without", "computing", "their", "support", "via", "probabilistic", "pruning", ".", "Preliminary", "experiments", "show", "that", "our", "optimizations", "are", "effective", "in", "improving", "the", "CPU", "cost", "."], "doc_bio_tags": ["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", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["probabilistic databases"], "abstractive_keyphrases": ["mining complex sequential data", "mining uncertain data", "novel models and algorithms"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "35521", "document": ["Cross-training", ":", "learning", "probabilistic", "mappings", "between", "topics", "Classification", "is", "a", "well-established", "operation", "in", "text", "mining", ".", "Given", "a", "set", "of", "labels", "A", "and", "a", "set", "DA", "of", "training", "documents", "tagged", "with", "these", "labels", ",", "a", "classifier", "learns", "to", "assign", "labels", "to", "unlabeled", "test", "documents", ".", "Suppose", "we", "also", "had", "available", "a", "different", "set", "of", "labels", "B", ",", "together", "with", "a", "set", "of", "documents", "DB", "marked", "with", "labels", "from", "B.", "If", "A", "and", "B", "have", "some", "semantic", "overlap", ",", "can", "the", "availability", "of", "DB", "help", "us", "build", "a", "better", "classifier", "for", "A", ",", "and", "vice", "versa", "?", "We", "answer", "this", "question", "in", "the", "affirmative", "by", "proposing", "cross-training", ":", "a", "new", "approach", "to", "semi-supervised", "learning", "in", "presence", "of", "multiple", "label", "sets", ".", "We", "give", "distributional", "and", "discriminative", "algorithms", "for", "cross-training", "and", "show", ",", "through", "extensive", "experiments", ",", "that", "cross-training", "can", "discover", "and", "exploit", "probabilistic", "relations", "between", "two", "taxonomies", "for", "more", "accurate", "classification", "."], "doc_bio_tags": ["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", "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"], "extractive_keyphrases": ["learning"], "abstractive_keyphrases": ["design methodology", "document classification", "em", "semi-supervised multi-task learning", "support vector machines"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "878023", "document": ["Mining", "GPS", "data", "to", "augment", "road", "models"], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": [], "abstractive_keyphrases": ["background knowledge", "case studies", "evaluating knowledge and potential discoveries", "implementation and use of kdd systems", "incremental algorithms", "noisy data"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "4481807", "document": ["Evaluating", "similarity", "measures", ":", "a", "large-scale", "study", "in", "the", "orkut", "social", "network", "Online", "information", "services", "have", "grown", "too", "large", "for", "users", "to", "navigate", "without", "the", "help", "of", "automated", "tools", "such", "as", "collaborative", "filtering", ",", "which", "makes", "recommendations", "to", "users", "based", "on", "their", "collective", "past", "behavior", ".", "While", "many", "similarity", "measures", "have", "been", "proposed", "and", "individually", "evaluated", ",", "they", "have", "not", "been", "evaluated", "relative", "to", "each", "other", "in", "a", "large", "real-world", "environment", ".", "We", "present", "an", "extensive", "empirical", "comparison", "of", "six", "distinct", "measures", "of", "similarity", "for", "recommending", "online", "communities", "to", "members", "of", "the", "Orkut", "social", "network", ".", "We", "determine", "the", "usefulness", "of", "the", "different", "recommendations", "by", "actually", "measuring", "users", "'", "propensity", "to", "visit", "and", "join", "recommended", "communities", ".", "We", "also", "examine", "how", "the", "ordering", "of", "recommendations", "influenced", "user", "selection", ",", "as", "well", "as", "interesting", "social", "issues", "that", "arise", "in", "recommending", "communities", "within", "a", "real", "social", "network", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "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", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["collaborative filtering", "online communities"], "abstractive_keyphrases": ["on-line information services", "recommender system", "similarity measure", "social networks"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "9978676", "document": ["Clustering", "event", "logs", "using", "iterative", "partitioning", "The", "importance", "of", "event", "logs", ",", "as", "a", "source", "of", "information", "in", "systems", "and", "network", "management", "can", "not", "be", "overemphasized", ".", "With", "the", "ever", "increasing", "size", "and", "complexity", "of", "today", "'s", "event", "logs", ",", "the", "task", "of", "analyzing", "event", "logs", "has", "become", "cumbersome", "to", "carry", "out", "manually", ".", "For", "this", "reason", "recent", "research", "has", "focused", "on", "the", "automatic", "analysis", "of", "these", "log", "files", ".", "In", "this", "paper", "we", "present", "IPLoM", "(", "Iterative", "Partitioning", "Log", "Mining", ")", ",", "a", "novel", "algorithm", "for", "the", "mining", "of", "clusters", "from", "event", "logs", ".", "Through", "a", "3-Step", "hierarchical", "partitioning", "process", "IPLoM", "partitions", "log", "data", "into", "its", "respective", "clusters", ".", "In", "its", "4th", "and", "final", "stage", "IPLoM", "produces", "cluster", "descriptions", "or", "line", "formats", "for", "each", "of", "the", "clusters", "produced", ".", "Unlike", "other", "similar", "algorithms", "IPLoM", "is", "not", "based", "on", "the", "Apriori", "algorithm", "and", "it", "is", "able", "to", "find", "clusters", "in", "data", "whether", "or", "not", "its", "instances", "appear", "frequently", ".", "Evaluations", "show", "that", "IPLoM", "outperforms", "the", "other", "algorithms", "statistically", "significantly", ",", "and", "it", "is", "also", "able", "to", "achieve", "an", "average", "F-Measure", "performance", "78", "%", "when", "the", "closest", "other", "algorithm", "achieves", "an", "F-Measure", "performance", "of", "10", "%", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": [], "abstractive_keyphrases": ["event log mining", "fault management", "telecommunications"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "8357167", "document": ["Data", "mining", "solves", "tough", "semiconductor", "manufacturing", "problems"], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": [], "abstractive_keyphrases": ["machine learning", "manufacturing optimization", "neural networks", "pattern recognition", "rule induction", "self organizing maps", "semiconductor yield enhancement"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "154043", "document": ["Visualizing", "changes", "in", "the", "structure", "of", "data", "for", "exploratory", "feature", "selection", "Using", "visualization", "techniques", "to", "explore", "and", "understand", "high-dimensional", "data", "is", "an", "efficient", "way", "to", "combine", "human", "intelligence", "with", "the", "immense", "brute", "force", "computation", "power", "available", "nowadays", ".", "Several", "visualization", "techniques", "have", "been", "developed", "to", "study", "the", "cluster", "structure", "of", "data", ",", "i.e.", ",", "the", "existence", "of", "distinctive", "groups", "in", "the", "data", "and", "how", "these", "clusters", "are", "related", "to", "each", "other", ".", "However", ",", "only", "few", "of", "these", "techniques", "lend", "themselves", "to", "studying", "how", "this", "structure", "changes", "if", "the", "features", "describing", "the", "data", "are", "changed", ".", "Understanding", "this", "relationship", "between", "the", "features", "and", "the", "cluster", "structure", "means", "understanding", "the", "features", "themselves", "and", "is", "thus", "a", "useful", "tool", "in", "the", "feature", "extraction", "phase", ".", "In", "this", "paper", "we", "present", "a", "novel", "approach", "to", "visualizing", "how", "modification", "of", "the", "features", "with", "respect", "to", "weighting", "or", "normalization", "changes", "the", "cluster", "structure", ".", "We", "demonstrate", "the", "application", "of", "our", "approach", "in", "two", "music", "related", "data", "mining", "projects", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": [], "abstractive_keyphrases": ["high-dimensional data", "interactive data mining"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "9485675", "document": ["Knowledge", "transfer", "via", "multiple", "model", "local", "structure", "mapping", "The", "effectiveness", "of", "knowledge", "transfer", "using", "classification", "algorithms", "depends", "on", "the", "difference", "between", "the", "distribution", "that", "generates", "the", "training", "examples", "and", "the", "one", "from", "which", "test", "examples", "are", "to", "be", "drawn", ".", "The", "task", "can", "be", "especially", "difficult", "when", "the", "training", "examples", "are", "from", "one", "or", "several", "domains", "different", "from", "the", "test", "domain", ".", "In", "this", "paper", ",", "we", "propose", "a", "locally", "weighted", "ensemble", "framework", "to", "combine", "multiple", "models", "for", "transfer", "learning", ",", "where", "the", "weights", "are", "dynamically", "assigned", "according", "to", "a", "model", "'s", "predictive", "power", "on", "each", "test", "example", ".", "It", "can", "integrate", "the", "advantages", "of", "various", "learning", "algorithms", "and", "the", "labeled", "information", "from", "multiple", "training", "domains", "into", "one", "unified", "classification", "model", ",", "which", "can", "then", "be", "applied", "on", "a", "different", "domain", ".", "Importantly", ",", "different", "from", "many", "previously", "proposed", "methods", ",", "none", "of", "the", "base", "learning", "method", "is", "required", "to", "be", "specifically", "designed", "for", "transfer", "learning", ".", "We", "show", "the", "optimality", "of", "a", "locally", "weighted", "ensemble", "framework", "as", "a", "general", "approach", "to", "combine", "multiple", "models", "for", "domain", "transfer", ".", "We", "then", "propose", "an", "implementation", "of", "the", "local", "weight", "assignments", "by", "mapping", "the", "structures", "of", "a", "model", "onto", "the", "structures", "of", "the", "test", "domain", ",", "and", "then", "weighting", "each", "model", "locally", "according", "to", "its", "consistency", "with", "the", "neighborhood", "structure", "around", "the", "test", "example", ".", "Experimental", "results", "on", "text", "classification", ",", "spam", "filtering", "and", "intrusion", "detection", "data", "sets", "demonstrate", "significant", "improvements", "in", "classification", "accuracy", "gained", "by", "the", "framework", ".", "On", "a", "transfer", "learning", "task", "of", "newsgroup", "message", "categorization", ",", "the", "proposed", "locally", "weighted", "ensemble", "framework", "achieves", "97", "%", "accuracy", "when", "the", "best", "single", "model", "predicts", "correctly", "only", "on", "73", "%", "of", "the", "test", "examples", ".", "In", "summary", ",", "the", "improvement", "in", "accuracy", "is", "over", "10", "%", "and", "up", "to", "30", "%", "across", "different", "problems", "."], "doc_bio_tags": ["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", "B", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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", "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", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "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"], "extractive_keyphrases": ["classification", "ensemble", "transfer learning"], "abstractive_keyphrases": ["semi-supervised learning"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "8627363", "document": ["CVS", ":", "a", "Correlation-Verification", "based", "Smoothing", "technique", "on", "information", "retrieval", "and", "term", "clustering", "As", "information", "volume", "in", "enterprise", "systems", "and", "in", "the", "Web", "grows", "rapidly", ",", "how", "to", "accurately", "retrieve", "information", "is", "an", "important", "research", "area", ".", "Several", "corpus", "based", "smoothing", "techniques", "have", "been", "proposed", "to", "address", "the", "data", "sparsity", "and", "synonym", "problems", "faced", "by", "information", "retrieval", "systems", ".", "Such", "smoothing", "techniques", "are", "often", "unable", "to", "discover", "and", "utilize", "the", "correlations", "among", "terms", ".", "We", "propose", "CVS", ",", "a", "Correlation-Verification", "based", "Smoothing", "method", ",", "that", "considers", "co-occurrence", "information", "in", "smoothing", ".", "Strongly", "correlated", "terms", "in", "a", "document", "are", "identified", "by", "their", "co-occurrence", "frequencies", "in", "the", "document", ".", "To", "avoid", "missing", "correlated", "terms", "with", "low", "co-occurrence", "frequencies", "but", "specific", "to", "the", "theme", "of", "the", "document", ",", "the", "joint", "distributions", "of", "terms", "in", "the", "document", "are", "compared", "with", "those", "in", "the", "corpus", "for", "statistical", "significance", ".", "A", "common", "approach", "to", "apply", "corpus", "based", "smoothing", "techniques", "to", "information", "retrieval", "is", "by", "refining", "the", "vector", "representations", "of", "documents", ".", "This", "paper", "investigates", "the", "effects", "of", "corpus", "based", "smoothing", "on", "information", "retrieval", "by", "query", "expansion", "using", "term", "clusters", "generated", "from", "a", "term", "clustering", "process", ".", "The", "results", "can", "also", "be", "viewed", "in", "light", "of", "the", "effects", "of", "smoothing", "on", "clustering", ".", "Empirical", "studies", "show", "that", "our", "approach", "outperforms", "previous", "corpus", "based", "smoothing", "techniques", ".", "It", "improves", "retrieval", "effectiveness", "by", "14.6", "%", ".", "The", "results", "demonstrate", "that", "corpus", "based", "smoothing", "can", "be", "used", "for", "query", "expansion", "by", "term", "clustering", "."], "doc_bio_tags": ["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", "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", "B", "I", "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", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "B", "I", "O"], "extractive_keyphrases": ["information retrieval", "query expansion", "term clustering"], "abstractive_keyphrases": ["content analysis and indexing", "text mining"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "10514814", "document": ["Land", "cover", "change", "detection", ":", "a", "case", "study", "The", "study", "of", "land", "cover", "change", "is", "an", "important", "problem", "in", "the", "Earth", "Science", "domain", "because", "of", "its", "impacts", "on", "local", "climate", ",", "radiation", "balance", ",", "biogeochemistry", ",", "hydrology", ",", "and", "the", "diversity", "and", "abundance", "of", "terrestrial", "species", ".", "Most", "well-known", "change", "detection", "techniques", "from", "statistics", ",", "signal", "processing", "and", "control", "theory", "are", "not", "well-suited", "for", "the", "massive", "high-dimensional", "spatio-temporal", "data", "sets", "from", "Earth", "Science", "due", "to", "limitations", "such", "as", "high", "computational", "complexity", "and", "the", "inability", "to", "take", "advantage", "of", "seasonality", "and", "spatio-temporal", "autocorrelation", "inherent", "in", "Earth", "Science", "data", ".", "In", "our", "work", ",", "we", "seek", "to", "address", "these", "challenges", "with", "new", "change", "detection", "techniques", "that", "are", "based", "on", "data", "mining", "approaches", ".", "Specifically", ",", "in", "this", "paper", "we", "have", "performed", "a", "case", "study", "for", "a", "new", "change", "detection", "technique", "for", "the", "land", "cover", "change", "detection", "problem", ".", "We", "study", "land", "cover", "change", "in", "the", "state", "of", "California", ",", "focusing", "on", "the", "San", "Francisco", "Bay", "Area", "and", "perform", "an", "extended", "study", "on", "the", "entire", "state", ".", "We", "also", "perform", "a", "comparative", "evaluation", "on", "forests", "in", "the", "entire", "state", ".", "These", "results", "demonstrate", "the", "utility", "of", "data", "mining", "techniques", "for", "the", "land", "cover", "change", "detection", "problem", "."], "doc_bio_tags": ["B", "I", "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", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "B", "I", "B", "I", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "B", "I", "O", "O"], "extractive_keyphrases": ["change detection", "land cover"], "abstractive_keyphrases": ["land use", "time series"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "5228328", "document": ["Extracting", "relevant", "named", "entities", "for", "automated", "expense", "reimbursement", "Expense", "reimbursement", "is", "a", "time-consuming", "and", "labor-intensive", "process", "across", "organizations", ".", "In", "this", "paper", ",", "we", "present", "a", "prototype", "expense", "reimbursement", "system", "that", "dramatically", "reduces", "the", "elapsed", "time", "and", "costs", "involved", ",", "by", "eliminating", "paper", "from", "the", "process", "life", "cycle", ".", "Our", "complete", "solution", "involves", "(", "1", ")", "an", "electronic", "submission", "infrastructure", "that", "provides", "multi", "-", "channel", "image", "capture", ",", "secure", "transport", "and", "centralized", "storage", "of", "paper", "documents", ";", "(", "2", ")", "an", "unconstrained", "data", "mining", "approach", "to", "extracting", "relevant", "named", "entities", "from", "un-structured", "document", "images", ";", "(", "3", ")", "automation", "of", "auditing", "procedures", "that", "enables", "automatic", "expense", "validation", "with", "minimum", "human", "interaction", ".", "Extracting", "relevant", "named", "entities", "robustly", "from", "document", "images", "with", "unconstrained", "layouts", "and", "diverse", "formatting", "is", "a", "fundamental", "technical", "challenge", "to", "image-based", "data", "mining", ",", "question", "answering", ",", "and", "other", "information", "retrieval", "tasks", ".", "In", "many", "applications", "that", "require", "such", "capability", ",", "applying", "traditional", "language", "modeling", "techniques", "to", "the", "stream", "of", "OCR", "text", "does", "not", "give", "satisfactory", "result", "due", "to", "the", "absence", "of", "linguistic", "context", ".", "We", "present", "an", "approach", "for", "extracting", "relevant", "named", "entities", "from", "document", "images", "by", "combining", "rich", "page", "layout", "features", "in", "the", "image", "space", "with", "language", "content", "in", "the", "OCR", "text", "using", "a", "discriminative", "conditional", "random", "field", "(", "CRF", ")", "framework", ".", "We", "integrate", "this", "named", "entity", "extraction", "engine", "into", "our", "expense", "reimbursement", "solution", "and", "evaluate", "the", "system", "performance", "on", "large", "collections", "of", "real-world", "receipt", "images", "provided", "by", "IBM", "World", "Wide", "Reimbursement", "Center", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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"], "extractive_keyphrases": ["named entity extraction"], "abstractive_keyphrases": ["conditional random fields", "document layout analysis", "general", "learning", "optical character recognition"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "9624095", "document": ["Mining", "broad", "latent", "query", "aspects", "from", "search", "sessions", "Search", "queries", "are", "typically", "very", "short", ",", "which", "means", "they", "are", "often", "underspecified", "or", "have", "senses", "that", "the", "user", "did", "not", "think", "of", ".", "A", "broad", "latent", "query", "aspect", "is", "a", "set", "of", "keywords", "that", "succinctly", "represents", "one", "particular", "sense", ",", "or", "one", "particular", "information", "need", ",", "that", "can", "aid", "users", "in", "reformulating", "such", "queries", ".", "We", "extract", "such", "broad", "latent", "aspects", "from", "query", "reformulations", "found", "in", "historical", "search", "session", "logs", ".", "We", "propose", "a", "framework", "under", "which", "the", "problem", "of", "extracting", "such", "broad", "latent", "aspects", "reduces", "to", "that", "of", "optimizing", "a", "formal", "objective", "function", "under", "constraints", "on", "the", "total", "number", "of", "aspects", "the", "system", "can", "store", ",", "and", "the", "number", "of", "aspects", "that", "can", "be", "shown", "in", "response", "to", "any", "given", "query", ".", "We", "present", "algorithms", "to", "find", "a", "good", "set", "of", "aspects", ",", "and", "also", "to", "pick", "the", "best", "k", "aspects", "matching", "any", "query", ".", "Empirical", "results", "on", "real-world", "search", "engine", "logs", "show", "significant", "gains", "over", "a", "strong", "baseline", "that", "uses", "single-keyword", "reformulations", ":", "a", "gain", "of", "14", "%", "and", "23", "%", "in", "terms", "of", "human-judged", "accuracy", "and", "click-through", "data", "respectively", ",", "and", "around", "20", "%", "in", "terms", "of", "consistency", "among", "aspects", "predicted", "for", "``", "similar", "''", "queries", ".", "This", "demonstrates", "both", "the", "importance", "of", "broad", "query", "aspects", ",", "and", "the", "efficacy", "of", "our", "algorithms", "for", "extracting", "them", "."], "doc_bio_tags": ["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", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["query aspects", "search sessions"], "abstractive_keyphrases": ["latent user intent"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "7734521", "document": ["Combining", "proactive", "and", "reactive", "predictions", "for", "data", "streams", "Mining", "data", "streams", "is", "important", "in", "both", "science", "and", "commerce", ".", "Two", "major", "challenges", "are", "(", "1", ")", "the", "data", "may", "grow", "without", "limit", "so", "that", "it", "is", "difficult", "to", "retain", "a", "long", "history", ";", "and", "(", "2", ")", "the", "underlying", "concept", "of", "the", "data", "may", "change", "over", "time", ".", "Different", "from", "common", "practice", "that", "keeps", "recent", "raw", "data", ",", "this", "paper", "uses", "a", "measure", "of", "conceptual", "equivalence", "to", "organize", "the", "data", "history", "into", "a", "history", "of", "concepts", ".", "Along", "the", "journey", "of", "concept", "change", ",", "it", "identifies", "new", "concepts", "as", "well", "as", "re-appearing", "ones", ",", "and", "learns", "transition", "patterns", "among", "concepts", "to", "help", "prediction", ".", "Different", "from", "conventional", "methodology", "that", "passively", "waits", "until", "the", "concept", "changes", ",", "this", "paper", "incorporates", "proactive", "and", "reactive", "predictions", ".", "In", "a", "proactive", "mode", ",", "it", "anticipates", "what", "the", "new", "concept", "will", "be", "if", "a", "future", "concept", "change", "takes", "place", ",", "and", "prepares", "prediction", "strategies", "in", "advance", ".", "If", "the", "anticipation", "turns", "out", "to", "be", "correct", ",", "a", "proper", "prediction", "model", "can", "be", "launched", "instantly", "upon", "the", "concept", "change", ".", "If", "not", ",", "it", "promptly", "resorts", "to", "a", "reactive", "mode", ":", "adapting", "a", "prediction", "model", "to", "the", "new", "data", ".", "A", "system", "RePro", "is", "proposed", "to", "implement", "these", "new", "ideas", ".", "Experiments", "compare", "the", "system", "with", "representative", "existing", "prediction", "methods", "on", "various", "benchmark", "data", "sets", "that", "represent", "diversified", "scenarios", "of", "concept", "change", ".", "Empirical", "evidence", "demonstrates", "that", "the", "proposed", "methodology", "is", "an", "effective", "and", "efficient", "solution", "to", "prediction", "for", "data", "streams", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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"], "extractive_keyphrases": ["conceptual equivalence"], "abstractive_keyphrases": ["data stream", "proactive learning"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "366857", "document": ["Constraint-driven", "clustering", "Clustering", "methods", "can", "be", "either", "data-driven", "or", "need-driven", ".", "Data-driven", "methods", "intend", "to", "discover", "the", "true", "structure", "of", "the", "underlying", "data", "while", "need-driven", "methods", "aims", "at", "organizing", "the", "true", "structure", "to", "meet", "certain", "application", "requirements", ".", "Thus", ",", "need-driven", "(", "e.g.", "constrained", ")", "clustering", "is", "able", "to", "find", "more", "useful", "and", "actionable", "clusters", "in", "applications", "such", "as", "energy", "aware", "sensor", "networks", ",", "privacy", "preservation", ",", "and", "market", "segmentation", ".", "However", ",", "the", "existing", "methods", "of", "constrained", "clustering", "require", "users", "to", "provide", "the", "number", "of", "clusters", ",", "which", "is", "often", "unknown", "in", "advance", ",", "but", "has", "a", "crucial", "impact", "on", "the", "clustering", "result", ".", "In", "this", "paper", ",", "we", "argue", "that", "a", "more", "natural", "way", "to", "generate", "actionable", "clusters", "is", "to", "let", "the", "application-specific", "constraints", "decide", "the", "number", "of", "clusters", ".", "For", "this", "purpose", ",", "we", "introduce", "a", "novel", "cluster", "model", ",", "Constraint-Driven", "Clustering", "(", "CDC", ")", ",", "which", "finds", "an", "a", "priori", "unspecified", "number", "of", "compact", "clusters", "that", "satisfy", "all", "user-provided", "constraints", ".", "Two", "general", "types", "of", "constraints", "are", "considered", ",", "i.e.", "minimum", "significance", "constraints", "and", "minimum", "variance", "constraints", ",", "as", "well", "as", "combinations", "of", "these", "two", "types", ".", "We", "prove", "the", "NP-hardness", "of", "the", "CDC", "problem", "with", "different", "constraints", ".", "We", "propose", "a", "novel", "dynamic", "data", "structure", ",", "the", "CD-Tree", ",", "which", "organizes", "data", "points", "in", "leaf", "nodes", "such", "that", "each", "leaf", "node", "approximately", "satisfies", "the", "CDC", "constraints", "and", "minimizes", "the", "objective", "function", ".", "Based", "on", "CD-Trees", ",", "we", "develop", "an", "efficient", "algorithm", "to", "solve", "the", "new", "clustering", "problem", ".", "Our", "experimental", "evaluation", "on", "synthetic", "and", "real", "datasets", "demonstrates", "the", "quality", "of", "the", "generated", "clusters", "and", "the", "scalability", "of", "the", "algorithm", "."], "doc_bio_tags": ["O", "B", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["clustering", "constraints"], "abstractive_keyphrases": ["np-hardness"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "1302645", "document": ["Clustering", "spatial", "data", "using", "random", "walks", "Discovering", "significant", "patterns", "that", "exist", "implicitly", "in", "huge", "spatial", "databases", "is", "an", "important", "computational", "task", ".", "A", "common", "approach", "to", "this", "problem", "is", "to", "use", "cluster", "analysis", ".", "We", "propose", "a", "novel", "approach", "to", "clustering", ",", "based", "on", "the", "deterministic", "analysis", "of", "random", "walks", "on", "a", "weighted", "graph", "generated", "from", "the", "data", ".", "Our", "approach", "can", "decompose", "the", "data", "into", "arbitrarily", "shaped", "clusters", "of", "different", "sizes", "and", "densities", ",", "overcoming", "noise", "and", "outliers", "that", "may", "blur", "the", "natural", "decomposition", "of", "the", "data", ".", "The", "method", "requires", "only", "O", "(", "n", "log", "n", ")", "time", ",", "and", "one", "of", "its", "variants", "needs", "only", "constant", "space", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": [], "abstractive_keyphrases": ["probabilistic algorithms"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "10843921", "document": ["Improving", "classification", "accuracy", "using", "automatically", "extracted", "training", "data", "Classification", "is", "a", "core", "task", "in", "knowledge", "discovery", "and", "data", "mining", ",", "and", "there", "has", "been", "substantial", "research", "effort", "in", "developing", "sophisticated", "classification", "models", ".", "In", "a", "parallel", "thread", ",", "recent", "work", "from", "the", "NLP", "community", "suggests", "that", "for", "tasks", "such", "as", "natural", "language", "disambiguation", "even", "a", "simple", "algorithm", "can", "outperform", "a", "sophisticated", "one", ",", "if", "it", "is", "provided", "with", "large", "quantities", "of", "high", "quality", "training", "data", ".", "In", "those", "applications", ",", "training", "data", "occurs", "naturally", "in", "text", "corpora", ",", "and", "high", "quality", "training", "data", "sets", "running", "into", "billions", "of", "words", "have", "been", "reportedly", "used", ".", "We", "explore", "how", "we", "can", "apply", "the", "lessons", "from", "the", "NLP", "community", "to", "KDD", "tasks", ".", "Specifically", ",", "we", "investigate", "how", "to", "identify", "data", "sources", "that", "can", "yield", "training", "data", "at", "low", "cost", "and", "study", "whether", "the", "quantity", "of", "the", "automatically", "extracted", "training", "data", "can", "compensate", "for", "its", "lower", "quality", ".", "We", "carry", "out", "this", "investigation", "for", "the", "specific", "task", "of", "inferring", "whether", "a", "search", "query", "has", "commercial", "intent", ".", "We", "mine", "toolbar", "and", "click", "logs", "to", "extract", "queries", "from", "sites", "that", "are", "predominantly", "commercial", "(", "e.g.", ",", "Amazon", ")", "and", "non-commercial", "(", "e.g.", ",", "Wikipedia", ")", ".", "We", "compare", "the", "accuracy", "obtained", "using", "such", "training", "data", "against", "manually", "labeled", "training", "data", ".", "Our", "results", "show", "that", "we", "can", "have", "large", "accuracy", "gains", "using", "automatically", "extracted", "training", "data", "at", "much", "lower", "cost", "."], "doc_bio_tags": ["O", "B", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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"], "extractive_keyphrases": ["classification"], "abstractive_keyphrases": ["automatically labeled data", "query intent"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "13901808", "document": ["Applying", "data", "mining", "techniques", "to", "address", "disaster", "information", "management", "challenges", "on", "mobile", "devices", "The", "improvement", "of", "Crisis", "Management", "and", "Disaster", "Recovery", "techniques", "are", "national", "priorities", "in", "the", "wake", "of", "man-made", "and", "nature", "inflicted", "calamities", "of", "the", "last", "decade", ".", "Our", "prior", "work", "has", "demonstrated", "that", "the", "efficiency", "of", "sharing", "and", "managing", "information", "plays", "an", "important", "role", "in", "business", "recovery", "efforts", "after", "disaster", "event", ".", "With", "the", "proliferation", "of", "smart", "phones", "and", "wireless", "tablets", ",", "professionals", "who", "have", "an", "operational", "responsibility", "in", "disaster", "situations", "are", "relying", "on", "such", "devices", "to", "maintain", "communication", ".", "Further", ",", "with", "the", "rise", "of", "social", "media", ",", "technology", "savvy", "consumers", "are", "also", "using", "these", "devices", "extensively", "for", "situational", "updates", ".", "In", "this", "paper", ",", "we", "address", "several", "critical", "tasks", "which", "can", "facilitate", "information", "sharing", "and", "collaboration", "between", "both", "private", "and", "public", "sector", "participants", "for", "major", "disaster", "recovery", "planning", "and", "management", ".", "We", "design", "and", "implement", "an", "All-Hazard", "Disaster", "Situation", "Browser", "(", "ADSB", ")", "system", "that", "runs", "on", "Apple", "'s", "mobile", "operating", "system", "(", "iOS", ")", "and", "iPhone", "and", "iPad", "mobile", "devices", ".", "Our", "proposed", "techniques", "create", "a", "collaborative", "solution", "on", "a", "mobile", "platform", "using", "advanced", "data", "mining", "and", "information", "retrieval", "techniques", "for", "disaster", "preparedness", "and", "recovery", "that", "helps", "impacted", "communities", "better", "understand", "the", "current", "disaster", "situation", "and", "how", "the", "community", "is", "recovering", ".", "Specifically", ",", "hierarchical", "summarization", "techniques", "are", "used", "to", "generate", "brief", "reviews", "from", "a", "large", "collection", "of", "reports", "at", "different", "granularities", ";", "probabilistic", "models", "are", "proposed", "to", "dynamically", "generate", "query", "forms", "based", "on", "user", "'s", "feedback", ";", "and", "recommendation", "techniques", "are", "adapted", "to", "help", "users", "identify", "potential", "contacts", "for", "report", "sharing", "and", "community", "organization", ".", "Furthermore", ",", "the", "developed", "techniques", "are", "designed", "to", "be", "all-hazard", "capable", "so", "that", "they", "can", "be", "used", "in", "earthquake", ",", "terrorism", ",", "or", "other", "unanticipated", "disaster", "situations", "."], "doc_bio_tags": ["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", "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"], "extractive_keyphrases": ["disaster information management", "hierarchical summarization"], "abstractive_keyphrases": ["dynamic query form", "user recommendation"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "63351", "document": ["Adversarial", "learning", "Many", "classification", "tasks", ",", "such", "as", "spam", "filtering", ",", "intrusion", "detection", ",", "and", "terrorism", "detection", ",", "are", "complicated", "by", "an", "adversary", "who", "wishes", "to", "avoid", "detection", ".", "Previous", "work", "on", "adversarial", "classification", "has", "made", "the", "unrealistic", "assumption", "that", "the", "attacker", "has", "perfect", "knowledge", "of", "the", "classifier", "(", "2", ")", ".", "In", "this", "paper", ",", "we", "introduce", "the", "adversarial", "classifier", "reverse", "engineering", "(", "ACRE", ")", "learning", "problem", ",", "the", "task", "of", "learning", "sufficient", "information", "about", "a", "classifier", "to", "construct", "adversarial", "attacks", ".", "We", "present", "efficient", "algorithms", "for", "reverse", "engineering", "linear", "classifiers", "with", "either", "continuous", "or", "Boolean", "features", "and", "demonstrate", "their", "effectiveness", "using", "real", "data", "from", "the", "domain", "of", "spam", "filtering", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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", "B", "O", "O"], "extractive_keyphrases": ["adversarial classification", "linear classifiers", "spam"], "abstractive_keyphrases": ["miscellaneous"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "13845985", "document": ["Smoothing", "techniques", "for", "adaptive", "online", "language", "models", ":", "topic", "tracking", "in", "tweet", "streams", "We", "are", "interested", "in", "the", "problem", "of", "tracking", "broad", "topics", "such", "as", "``", "baseball", "''", "and", "``", "fashion", "''", "in", "continuous", "streams", "of", "short", "texts", ",", "exemplified", "by", "tweets", "from", "the", "microblogging", "service", "Twitter", ".", "The", "task", "is", "conceived", "as", "a", "language", "modeling", "problem", "where", "per-topic", "models", "are", "trained", "using", "hashtags", "in", "the", "tweet", "stream", ",", "which", "serve", "as", "proxies", "for", "topic", "labels", ".", "Simple", "perplexity-based", "classifiers", "are", "then", "applied", "to", "filter", "the", "tweet", "stream", "for", "topics", "of", "interest", ".", "Within", "this", "framework", ",", "we", "evaluate", ",", "both", "intrinsically", "and", "extrinsically", ",", "smoothing", "techniques", "for", "integrating", "``", "foreground", "''", "models", "(", "to", "capture", "recency", ")", "and", "``", "background", "''", "models", "(", "to", "combat", "sparsity", ")", ",", "as", "well", "as", "different", "techniques", "for", "retaining", "history", ".", "Experiments", "show", "that", "unigram", "language", "models", "smoothed", "using", "a", "normalized", "extension", "of", "stupid", "backoff", "and", "a", "simple", "queue", "for", "history", "retention", "performs", "well", "on", "the", "task", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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"], "extractive_keyphrases": ["twitter"], "abstractive_keyphrases": ["general", "stream processing", "tdt"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "3744272", "document": ["A", "multinomial", "clustering", "model", "for", "fast", "simulation", "of", "computer", "architecture", "designs", "Computer", "architects", "utilize", "simulation", "tools", "to", "evaluate", "the", "merits", "of", "a", "new", "design", "feature", ".", "The", "time", "needed", "to", "adequately", "evaluate", "the", "tradeoffs", "associated", "with", "adding", "any", "new", "feature", "has", "become", "a", "critical", "issue", ".", "Recent", "work", "has", "found", "that", "by", "identifying", "execution", "phases", "present", "in", "common", "workloads", "used", "in", "simulation", "studies", ",", "we", "can", "apply", "clustering", "algorithms", "to", "significantly", "reduce", "the", "amount", "of", "time", "needed", "to", "complete", "the", "simulation", ".", "Our", "goal", "in", "this", "paper", "is", "to", "demonstrate", "the", "value", "of", "this", "approach", "when", "applied", "to", "the", "set", "of", "industry-standard", "benchmarks", "most", "commonly", "used", "in", "computer", "architecture", "studies", ".", "We", "also", "look", "to", "improve", "upon", "prior", "work", "by", "applying", "more", "appropriate", "clustering", "algorithms", "to", "identify", "phases", ",", "and", "to", "further", "reduce", "simulation", "time", ".", "We", "find", "that", "the", "phase", "clustering", "in", "computer", "architecture", "simulation", "has", "many", "similarities", "to", "text", "clustering", ".", "In", "prior", "work", "on", "clustering", "techniques", "to", "reduce", "simulation", "time", ",", "K-means", "clustering", "was", "used", "to", "identify", "representative", "program", "phases", ".", "In", "this", "paper", "we", "apply", "a", "mixture", "of", "multinomials", "to", "the", "clustering", "problem", "and", "show", "its", "advantages", "over", "using", "K-means", "on", "simulation", "data", ".", "We", "have", "implemented", "these", "two", "clustering", "algorithms", "and", "evaluate", "how", "well", "they", "can", "characterize", "program", "behavior", ".", "By", "adopting", "a", "mixture", "of", "multinomials", "model", ",", "we", "find", "that", "we", "can", "maintain", "simulation", "result", "fidelity", ",", "while", "greatly", "reducing", "overall", "simulation", "time", ".", "We", "report", "results", "for", "a", "range", "of", "applications", "taken", "from", "the", "SPEC2000", "benchmark", "suite", "."], "doc_bio_tags": ["O", "O", "B", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "B", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "B", "O", "O", "O", "B", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "I", "O", "O", "B", "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", "I", "I", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["clustering", "mixture of multinomials", "simulation"], "abstractive_keyphrases": ["em", "k-means", "program phase", "single data stream architectures"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "4700797", "document": ["Outlier", "detection", "by", "sampling", "with", "accuracy", "guarantees", "An", "effective", "approach", "to", "detecting", "anomalous", "points", "in", "a", "data", "set", "is", "distance-based", "outlier", "detection", ".", "This", "paper", "describes", "a", "simple", "sampling", "algorithm", "to", "effciently", "detect", "distance-based", "outliers", "in", "domains", "where", "each", "and", "every", "distance", "computation", "is", "very", "expensive", ".", "Unlike", "any", "existing", "algorithms", ",", "the", "sampling", "algorithm", "requires", "a", "xed", "number", "of", "distance", "computations", "and", "can", "return", "good", "results", "with", "accuracy", "guarantees", ".", "The", "most", "computationally", "expensive", "aspect", "of", "estimating", "the", "accuracy", "of", "the", "result", "is", "sorting", "all", "of", "the", "distances", "computed", "by", "the", "sampling", "algorithm", ".", "The", "experimental", "study", "on", "two", "expensive", "domains", "as", "well", "as", "ten", "additional", "real-life", "datasets", "demonstrates", "both", "the", "effciency", "and", "effectiveness", "of", "the", "sampling", "algorithm", "in", "comparison", "with", "the", "state-of-the-art", "algorithm", "and", "there", "liability", "of", "the", "accuracy", "guarantees", "."], "doc_bio_tags": ["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", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["outlier detection"], "abstractive_keyphrases": ["active learning", "ensemble method"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "4454481", "document": ["Automatic", "labeling", "of", "multinomial", "topic", "models", "Multinomial", "distributions", "over", "words", "are", "frequently", "used", "to", "model", "topics", "in", "text", "collections", ".", "A", "common", ",", "major", "challenge", "in", "applying", "all", "such", "topic", "models", "to", "any", "text", "mining", "problem", "is", "to", "label", "a", "multinomial", "topic", "model", "accurately", "so", "that", "a", "user", "can", "interpret", "the", "discovered", "topic", ".", "So", "far", ",", "such", "labels", "have", "been", "generated", "manually", "in", "a", "subjective", "way", ".", "In", "this", "paper", ",", "we", "propose", "probabilistic", "approaches", "to", "automatically", "labeling", "multinomial", "topic", "models", "in", "an", "objective", "way", ".", "We", "cast", "this", "labeling", "problem", "as", "an", "optimization", "problem", "involving", "minimizing", "Kullback-Leibler", "divergence", "between", "word", "distributions", "and", "maximizing", "mutual", "information", "between", "a", "label", "and", "a", "topic", "model", ".", "Experiments", "with", "user", "study", "have", "been", "done", "on", "two", "text", "data", "sets", "with", "different", "genres", ".", "The", "results", "show", "that", "the", "proposed", "labeling", "methods", "are", "quite", "effective", "to", "generate", "labels", "that", "are", "meaningful", "and", "useful", "for", "interpreting", "the", "discovered", "topic", "models", ".", "Our", "methods", "are", "general", "and", "can", "be", "applied", "to", "labeling", "topics", "learned", "through", "all", "kinds", "of", "topic", "models", "such", "as", "PLSA", ",", "LDA", ",", "and", "their", "variations", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": [], "abstractive_keyphrases": ["information search and retrieval", "multinomial distribution", "statistical topic models", "topic model labeling"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "8749", "document": ["Activity", "monitoring", ":", "noticing", "interesting", "changes", "in", "behavior"], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": [], "abstractive_keyphrases": ["database administration", "database applications", "security and protection"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "9251891", "document": ["Privacy-preserving", "cox", "regression", "for", "survival", "analysis", "Privacy-preserving", "data", "mining", "(", "PPDM", ")", "is", "an", "emergent", "research", "area", "that", "addresses", "the", "incorporation", "of", "privacy", "preserving", "concerns", "to", "data", "mining", "techniques", ".", "In", "this", "paper", "we", "propose", "a", "privacy-preserving", "(", "PP", ")", "Cox", "model", "for", "survival", "analysis", ",", "and", "consider", "a", "real", "clinical", "setting", "where", "the", "data", "is", "horizontally", "distributed", "among", "different", "institutions", ".", "The", "proposed", "model", "is", "based", "on", "linearly", "projecting", "the", "data", "to", "a", "lower", "dimensional", "space", "through", "an", "optimal", "mapping", "obtained", "by", "solving", "a", "linear", "programming", "problem", ".", "Our", "approach", "differs", "from", "the", "commonly", "used", "random", "projection", "approach", "since", "it", "instead", "finds", "a", "projection", "that", "is", "optimal", "at", "preserving", "the", "properties", "of", "the", "data", "that", "are", "important", "for", "the", "specific", "problem", "at", "hand", ".", "Since", "our", "proposed", "approach", "produces", "an", "sparse", "mapping", ",", "it", "also", "generates", "a", "PP", "mapping", "that", "not", "only", "projects", "the", "data", "to", "a", "lower", "dimensional", "space", "but", "it", "also", "depends", "on", "a", "smaller", "subset", "of", "the", "original", "features", "(", "it", "provides", "explicit", "feature", "selection", ")", ".", "Real", "data", "from", "several", "European", "healthcare", "institutions", "are", "used", "to", "test", "our", "model", "for", "survival", "prediction", "of", "non-small-cell", "lung", "cancer", "patients", ".", "These", "results", "are", "also", "confirmed", "using", "publicly", "available", "benchmark", "datasets", ".", "Our", "experimental", "results", "show", "that", "we", "are", "able", "to", "achieve", "a", "near-optimal", "performance", "without", "directly", "sharing", "the", "data", "across", "different", "data", "sources", ".", "This", "model", "makes", "it", "possible", "to", "conduct", "large-scale", "multi-centric", "survival", "analysis", "without", "violating", "privacy-preserving", "requirements", "."], "doc_bio_tags": ["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", "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", "B", "I", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["cox regression", "survival analysis"], "abstractive_keyphrases": ["miscellaneous", "privacy-preserving data mining"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "13194551", "document": ["Interpretable", "nonnegative", "matrix", "decompositions", "A", "matrix", "decomposition", "expresses", "a", "matrix", "as", "a", "product", "of", "at", "least", "two", "factor", "matrices", ".", "Equivalently", ",", "it", "expresses", "each", "column", "of", "the", "input", "matrix", "as", "a", "linear", "combination", "of", "the", "columns", "in", "the", "first", "factor", "matrix", ".", "The", "interpretability", "of", "the", "decompositions", "is", "a", "key", "issue", "in", "many", "data-analysis", "tasks", ".", "We", "propose", "two", "new", "matrix-decomposition", "problems", ":", "the", "nonnegative", "CX", "and", "nonnegative", "CUR", "problems", ",", "that", "give", "naturally", "interpretable", "factors", ".", "They", "extend", "the", "recently-proposed", "column", "and", "column-row", "based", "decompositions", ",", "and", "are", "aimed", "to", "be", "used", "with", "nonnegative", "matrices", ".", "Our", "decompositions", "represent", "the", "input", "matrix", "as", "a", "nonnegative", "linear", "combination", "of", "a", "subset", "of", "its", "columns", "(", "or", "columns", "and", "rows", ")", ".", "We", "present", "two", "algorithms", "to", "solve", "these", "problems", "and", "provide", "an", "extensive", "experimental", "evaluation", "where", "we", "assess", "the", "quality", "of", "our", "algorithms", "'", "results", "as", "well", "as", "the", "intuitiveness", "of", "nonnegative", "CX", "and", "CUR", "decompositions", ".", "We", "show", "that", "our", "algorithms", "return", "intuitive", "answers", "with", "smaller", "reconstruction", "errors", "than", "the", "previously-proposed", "methods", "for", "column", "and", "column-row", "decompositions", "."], "doc_bio_tags": ["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"], "extractive_keyphrases": ["matrix decompositions"], "abstractive_keyphrases": ["alternating least squares", "column-row decompositions", "local search"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "8813474", "document": ["On", "demand", "classification", "of", "data", "streams", "Current", "models", "of", "the", "classification", "problem", "do", "not", "effectively", "handle", "bursts", "of", "particular", "classes", "coming", "in", "at", "different", "times", ".", "In", "fact", ",", "the", "current", "model", "of", "the", "classification", "problem", "simply", "concentrates", "on", "methods", "for", "one-pass", "classification", "modeling", "of", "very", "large", "data", "sets", ".", "Our", "model", "for", "data", "stream", "classification", "views", "the", "data", "stream", "classification", "problem", "from", "the", "point", "of", "view", "of", "a", "dynamic", "approach", "in", "which", "simultaneous", "training", "and", "testing", "streams", "are", "used", "for", "dynamic", "classification", "of", "data", "sets", ".", "This", "model", "reflects", "real", "life", "situations", "effectively", ",", "since", "it", "is", "desirable", "to", "classify", "test", "streams", "in", "real", "time", "over", "an", "evolving", "training", "and", "test", "stream", ".", "The", "aim", "here", "is", "to", "create", "a", "classification", "system", "in", "which", "the", "training", "model", "can", "adapt", "quickly", "to", "the", "changes", "of", "the", "underlying", "data", "stream", ".", "In", "order", "to", "achieve", "this", "goal", ",", "we", "propose", "an", "on-demand", "classification", "process", "which", "can", "dynamically", "select", "the", "appropriate", "window", "of", "past", "training", "data", "to", "build", "the", "classifier", ".", "The", "empirical", "results", "indicate", "that", "the", "system", "maintains", "a", "high", "classification", "accuracy", "in", "an", "evolving", "data", "stream", ",", "while", "providing", "an", "efficient", "solution", "to", "the", "classification", "task", "."], "doc_bio_tags": ["O", "O", "B", "O", "B", "I", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "B", "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", "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", "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", "B", "O", "O"], "extractive_keyphrases": ["classification", "data streams"], "abstractive_keyphrases": [], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "353415", "document": ["Mining", "e-commerce", "data", ":", "the", "good", ",", "the", "bad", ",", "and", "the", "ugly", "Organizations", "conducting", "Electronic", "Commerce", "(", "e-commerce", ")", "can", "greatly", "benefit", "from", "the", "insight", "that", "data", "mining", "of", "transactional", "and", "clickstream", "data", "provides", ".", "Such", "insight", "helps", "not", "only", "to", "improve", "the", "electronic", "channel", "(", "e.g.", ",", "a", "web", "site", ")", ",", "but", "it", "is", "also", "a", "learning", "vehicle", "for", "the", "bigger", "organization", "conducting", "business", "at", "brick-and-mortar", "stores", ".", "The", "e-commerce", "site", "serves", "as", "an", "early", "alert", "system", "for", "emerging", "patterns", "and", "a", "laboratory", "for", "experimentation", ".", "For", "successful", "data", "mining", ",", "several", "ingredients", "are", "needed", "and", "e-commerce", "provides", "all", "the", "right", "ones", "(", "the", "Good", ")", ".", "Web", "server", "logs", ",", "which", "are", "commonly", "used", "as", "the", "source", "of", "data", "for", "mining", "e-commerce", "data", ",", "were", "designed", "to", "debug", "web", "servers", ",", "and", "the", "data", "they", "provide", "is", "insufficient", ",", "requiring", "the", "use", "of", "heuristics", "to", "reconstruct", "events", ".", "Moreover", ",", "many", "events", "are", "never", "logged", "in", "web", "server", "logs", ",", "limiting", "the", "source", "of", "data", "for", "mining", "(", "the", "Bad", ")", ".", "Many", "of", "the", "problems", "of", "dealing", "with", "web", "server", "log", "data", "can", "be", "resolved", "by", "properly", "architecting", "the", "e-commerce", "sites", "to", "generate", "data", "needed", "for", "mining", ".", "Even", "with", "a", "good", "architecture", ",", "however", ",", "there", "are", "challenging", "problems", "that", "remain", "hard", "to", "solve", "(", "the", "Ugly", ")", ".", "Lessons", "and", "metrics", "based", "on", "mining", "real", "e-commerce", "data", "are", "presented", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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", "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", "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"], "extractive_keyphrases": ["learning", "web server"], "abstractive_keyphrases": ["application server", "e-commerce", "web site architecture"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "997055", "document": ["Summarizing", "itemset", "patterns", ":", "a", "profile-based", "approach", "Frequent-pattern", "mining", "has", "been", "studied", "extensively", "on", "scalable", "methods", "for", "mining", "various", "kinds", "of", "patterns", "including", "itemsets", ",", "sequences", ",", "and", "graphs", ".", "However", ",", "the", "bottleneck", "of", "frequent-pattern", "mining", "is", "not", "at", "the", "efficiency", "but", "at", "the", "interpretability", ",", "due", "to", "the", "huge", "number", "of", "patterns", "generated", "by", "the", "mining", "process", ".", "In", "this", "paper", ",", "we", "examine", "how", "to", "summarize", "a", "collection", "of", "itemset", "patterns", "using", "only", "K", "representatives", ",", "a", "small", "number", "of", "patterns", "that", "a", "user", "can", "handle", "easily", ".", "The", "K", "representatives", "should", "not", "only", "cover", "most", "of", "the", "frequent", "patterns", "but", "also", "approximate", "their", "supports", ".", "A", "generative", "model", "is", "built", "to", "extract", "and", "profile", "these", "representatives", ",", "under", "which", "the", "supports", "of", "the", "patterns", "can", "be", "easily", "recovered", "without", "consulting", "the", "original", "dataset", ".", "Based", "on", "the", "restoration", "error", ",", "we", "propose", "a", "quality", "measure", "function", "to", "determine", "the", "optimal", "value", "of", "parameter", "K.", "Polynomial", "time", "algorithms", "are", "developed", "together", "with", "several", "optimization", "heuristics", "for", "efficiency", "improvement", ".", "Empirical", "studies", "indicate", "that", "we", "can", "obtain", "compact", "summarization", "in", "real", "datasets", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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"], "extractive_keyphrases": ["summarization"], "abstractive_keyphrases": ["frequent pattern", "probabilistic model"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "9058723", "document": ["Efficient", "and", "effective", "explanation", "of", "change", "in", "hierarchical", "summaries", "Dimension", "attributes", "in", "data", "warehouses", "are", "typically", "hierarchical", "(", "e.g.", ",", "geographic", "locations", "in", "sales", "data", ",", "URLs", "in", "Web", "traffic", "logs", ")", ".", "OLAP", "tools", "are", "used", "to", "summarize", "the", "measure", "attributes", "(", "e.g.", ",", "total", "sales", ")", "along", "a", "dimension", "hierarchy", ",", "and", "to", "characterize", "changes", "(", "e.g.", ",", "trends", "and", "anomalies", ")", "in", "a", "hierarchical", "summary", "over", "time", ".", "When", "thenumber", "of", "changes", "identified", "is", "large", "(", "e.g.", ",", "total", "sales", "in", "many", "stores", "differed", "from", "their", "expected", "values", ")", ",", "a", "parsimonious", "explanation", "of", "the", "most", "significant", "changes", "is", "desirable", ".", "In", "this", "paper", ",", "we", "propose", "a", "natural", "model", "of", "parsimonious", "explanation", ",", "as", "a", "composition", "of", "node", "weights", "along", "the", "root-to-leaf", "paths", "in", "a", "dimension", "hierarchy", ",", "which", "permits", "changes", "to", "be", "aggregated", "with", "maximal", "generalization", "along", "the", "dimension", "hierarchy", ".", "We", "formalize", "this", "model", "of", "explaining", "changes", "in", "hierarchical", "summaries", "and", "investigate", "the", "problem", "of", "identifying", "optimally", "parsimonious", "explanations", "on", "arbitrary", "rooted", "one", "dimensional", "tree", "hierarchies", ".", "We", "show", "that", "such", "explanations", "can", "be", "computed", "efficiently", "in", "time", "essentially", "proportional", "to", "the", "number", "of", "leaves", "and", "the", "depth", "of", "the", "hierarchy", ".", "Further", ",", "our", "method", "can", "produce", "parsimonious", "explanations", "from", "the", "output", "of", "any", "statistical", "model", "that", "provides", "predictions", "and", "confidence", "intervals", ",", "making", "it", "widely", "applicable", ".", "Our", "experiments", "use", "real", "data", "sets", "to", "demonstrate", "the", "utility", "and", "robustness", "of", "our", "proposed", "model", "for", "explaining", "significant", "changes", ",", "as", "well", "as", "its", "superior", "parsimony", "compared", "to", "alternatives", "."], "doc_bio_tags": ["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", "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", "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", "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"], "extractive_keyphrases": ["change", "hierarchical summary", "olap", "parsimonious explanations", "statistical model"], "abstractive_keyphrases": [], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "405114", "document": ["Mining", "reference", "tables", "for", "automatic", "text", "segmentation", "Automatically", "segmenting", "unstructured", "text", "strings", "into", "structured", "records", "is", "necessary", "for", "importing", "the", "information", "contained", "in", "legacy", "sources", "and", "text", "collections", "into", "a", "data", "warehouse", "for", "subsequent", "querying", ",", "analysis", ",", "mining", "and", "integration", ".", "In", "this", "paper", ",", "we", "mine", "tables", "present", "in", "data", "warehouses", "and", "relational", "databases", "to", "develop", "an", "automatic", "segmentation", "system", ".", "Thus", ",", "we", "overcome", "limitations", "of", "existing", "supervised", "text", "segmentation", "approaches", ",", "which", "require", "comprehensive", "manually", "labeled", "training", "data", ".", "Our", "segmentation", "system", "is", "robust", ",", "accurate", ",", "and", "efficient", ",", "and", "requires", "no", "additional", "manual", "effort", ".", "Thorough", "evaluation", "on", "real", "datasets", "demonstrates", "the", "robustness", "and", "accuracy", "of", "our", "system", ",", "with", "segmentation", "accuracy", "exceeding", "state", "of", "the", "art", "supervised", "approaches", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["text segmentation"], "abstractive_keyphrases": ["data cleaning", "information extraction", "learning", "machine learning", "text management"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "11134936", "document": ["Growing", "a", "tree", "in", "the", "forest", ":", "constructing", "folksonomies", "by", "integrating", "structured", "metadata", "Many", "social", "Web", "sites", "allow", "users", "to", "annotate", "the", "content", "with", "descriptive", "metadata", ",", "such", "as", "tags", ",", "and", "more", "recently", "to", "organize", "content", "hierarchically", ".", "These", "types", "of", "structured", "metadata", "provide", "valuable", "evidence", "for", "learning", "how", "a", "community", "organizes", "knowledge", ".", "For", "instance", ",", "we", "can", "aggregate", "many", "personal", "hierarchies", "into", "a", "common", "taxonomy", ",", "also", "known", "as", "a", "folksonomy", ",", "that", "will", "aid", "users", "in", "visualizing", "and", "browsing", "social", "content", ",", "and", "also", "to", "help", "them", "in", "organizing", "their", "own", "content", ".", "However", ",", "learning", "from", "social", "metadata", "presents", "several", "challenges", ",", "since", "it", "is", "sparse", ",", "shallow", ",", "ambiguous", ",", "noisy", ",", "and", "inconsistent", ".", "We", "describe", "an", "approach", "to", "folksonomy", "learning", "based", "on", "relational", "clustering", ",", "which", "exploits", "structured", "metadata", "contained", "in", "personal", "hierarchies", ".", "Our", "approach", "clusters", "similar", "hierarchies", "using", "their", "structure", "and", "tag", "statistics", ",", "then", "incrementally", "weaves", "them", "into", "a", "deeper", ",", "bushier", "tree", ".", "We", "study", "folksonomy", "learning", "using", "social", "metadata", "extracted", "from", "the", "photo-sharing", "site", "Flickr", ",", "and", "demonstrate", "that", "the", "proposed", "approach", "addresses", "the", "challenges", ".", "Moreover", ",", "comparing", "to", "previous", "work", ",", "the", "approach", "produces", "larger", ",", "more", "accurate", "folksonomies", ",", "and", "in", "addition", ",", "scales", "better", "."], "doc_bio_tags": ["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", "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", "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", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["folksonomies", "relational clustering", "social metadata"], "abstractive_keyphrases": ["collective knowledge", "social information processing", "taxonomies"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "13964421", "document": ["Serendipitous", "learning", ":", "learning", "beyond", "the", "predefined", "label", "space", "Most", "traditional", "supervised", "learning", "methods", "are", "developed", "to", "learn", "a", "model", "from", "labeled", "examples", "and", "use", "this", "model", "to", "classify", "the", "unlabeled", "ones", "into", "the", "same", "label", "space", "predefined", "by", "the", "models", ".", "However", ",", "in", "many", "real", "world", "applications", ",", "the", "label", "spaces", "for", "both", "the", "labeled\\/training", "and", "unlabeled\\/testing", "examples", "can", "be", "different", ".", "To", "solve", "this", "problem", ",", "this", "paper", "proposes", "a", "novel", "notion", "of", "Serendipitous", "Learning", "(", "SL", ")", ",", "which", "is", "defined", "to", "address", "the", "learning", "scenarios", "in", "which", "the", "label", "space", "can", "be", "enlarged", "during", "the", "testing", "phase", ".", "In", "particular", ",", "a", "large", "margin", "approach", "is", "proposed", "to", "solve", "SL", ".", "The", "basic", "idea", "is", "to", "leverage", "the", "knowledge", "in", "the", "labeled", "examples", "to", "help", "identify", "novel\\/unknown", "classes", ",", "and", "the", "large", "margin", "formulation", "is", "proposed", "to", "incorporate", "both", "the", "classification", "loss", "on", "the", "examples", "within", "the", "known", "categories", ",", "as", "well", "as", "the", "clustering", "loss", "on", "the", "examples", "in", "unknown", "categories", ".", "An", "efficient", "optimization", "algorithm", "based", "on", "CCCP", "and", "the", "bundle", "method", "is", "proposed", "to", "solve", "the", "optimization", "problem", "of", "the", "large", "margin", "formulation", "of", "SL", ".", "Moreover", ",", "an", "efficient", "online", "learning", "method", "is", "proposed", "to", "address", "the", "issue", "of", "large", "scale", "data", "in", "online", "learning", "scenario", ",", "which", "has", "been", "shown", "to", "have", "a", "guaranteed", "learning", "regret", ".", "An", "extensive", "set", "of", "experimental", "results", "on", "two", "synthetic", "datasets", "and", "two", "datasets", "from", "real", "world", "applications", "demonstrate", "the", "advantages", "of", "the", "proposed", "method", "over", "several", "other", "baseline", "algorithms", ".", "One", "limitation", "of", "the", "proposed", "method", "is", "that", "the", "number", "of", "unknown", "classes", "is", "given", "in", "advance", ".", "It", "may", "be", "possible", "to", "remove", "this", "constraint", "if", "we", "model", "it", "by", "using", "a", "non-parametric", "way", ".", "We", "also", "plan", "to", "do", "experiments", "on", "more", "real", "world", "applications", "in", "the", "future", "."], "doc_bio_tags": ["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", "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", "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"], "extractive_keyphrases": ["label space", "serendipitous learning"], "abstractive_keyphrases": ["maximum margin classification"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "4394712", "document": ["Making", "holistic", "schema", "matching", "robust", ":", "an", "ensemble", "approach", "The", "Web", "has", "been", "rapidly", "``", "deepened", "''", "by", "myriad", "searchable", "databases", "online", ",", "where", "data", "are", "hidden", "behind", "query", "interfaces", ".", "As", "an", "essential", "task", "toward", "integrating", "these", "massive", "``", "deep", "Web", "''", "sources", ",", "large", "scale", "schema", "matching", "(", "i.e.", ",", "discovering", "semantic", "correspondences", "of", "attributes", "across", "many", "query", "interfaces", ")", "has", "been", "actively", "studied", "recently", ".", "In", "particular", ",", "many", "works", "have", "emerged", "to", "address", "this", "problem", "by", "``", "holistically", "''", "matching", "many", "schemas", "at", "the", "same", "time", "and", "thus", "pursuing", "``", "mining", "''", "approaches", "in", "nature", ".", "However", ",", "while", "holistic", "schema", "matching", "has", "built", "its", "promise", "upon", "the", "large", "quantity", "of", "input", "schemas", ",", "it", "also", "suffers", "the", "robustness", "problem", "caused", "by", "noisy", "data", "quality", ".", "Such", "noises", "often", "inevitably", "arise", "in", "the", "automatic", "extraction", "of", "schema", "data", ",", "which", "is", "mandatory", "in", "large", "scale", "integration", ".", "For", "holistic", "matching", "to", "be", "viable", ",", "it", "is", "thus", "essential", "to", "make", "it", "robust", "against", "noisy", "schemas", ".", "To", "tackle", "this", "challenge", ",", "we", "propose", "a", "data-ensemble", "framework", "with", "sampling", "and", "voting", "techniques", ",", "which", "is", "inspired", "by", "bagging", "predictors", ".", "Specifically", ",", "our", "approach", "creates", "an", "ensemble", "of", "matchers", ",", "by", "randomizing", "input", "schema", "data", "into", "many", "independently", "downsampled", "trials", ",", "executing", "the", "same", "matcher", "on", "each", "trial", "and", "then", "aggregating", "their", "ranked", "results", "by", "taking", "majority", "voting", ".", "As", "a", "principled", "basis", ",", "we", "provide", "analytic", "justification", "of", "the", "effectiveness", "of", "this", "data-ensemble", "framework", ".", "Further", ",", "empirically", ",", "our", "experiments", "on", "real", "Web", "data", "show", "that", "the", "``", "ensemblization", "''", "indeed", "significantly", "boosts", "the", "matching", "accuracy", "under", "noisy", "schema", "input", ",", "and", "thus", "maintains", "the", "desired", "robustness", "of", "a", "holistic", "matcher", "."], "doc_bio_tags": ["O", "O", "B", "I", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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", "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", "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"], "extractive_keyphrases": ["bagging predictors", "deep web", "ensemble", "schema matching"], "abstractive_keyphrases": ["data integration", "heterogeneous databases"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "682495", "document": ["IncSpan", ":", "incremental", "mining", "of", "sequential", "patterns", "in", "large", "database", "Many", "real", "life", "sequence", "databases", "grow", "incrementally", ".", "It", "is", "undesirable", "to", "mine", "sequential", "patterns", "from", "scratch", "each", "time", "when", "a", "small", "set", "of", "sequences", "grow", ",", "or", "when", "some", "new", "sequences", "are", "added", "into", "the", "database", ".", "Incremental", "algorithm", "should", "be", "developed", "for", "sequential", "pattern", "mining", "so", "that", "mining", "can", "be", "adapted", "to", "incremental", "database", "updates", ".", "However", ",", "it", "is", "nontrivial", "to", "mine", "sequential", "patterns", "incrementally", ",", "especially", "when", "the", "existing", "sequences", "grow", "incrementally", "because", "such", "growth", "may", "lead", "to", "the", "generation", "of", "many", "new", "patterns", "due", "to", "the", "interactions", "of", "the", "growing", "subsequences", "with", "the", "original", "ones", ".", "In", "this", "study", ",", "we", "develop", "an", "efficient", "algorithm", ",", "IncSpan", ",", "for", "incremental", "mining", "of", "sequential", "patterns", ",", "by", "exploring", "some", "interesting", "properties", ".", "Our", "performance", "study", "shows", "that", "IncSpan", "outperforms", "some", "previously", "proposed", "incremental", "algorithms", "as", "well", "as", "a", "non-incremental", "one", "with", "a", "wide", "margin", "."], "doc_bio_tags": ["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", "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"], "extractive_keyphrases": ["incremental mining"], "abstractive_keyphrases": ["buffering pattern", "reverse pattern matching", "shared projection"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "3859887", "document": ["Generating", "semantic", "annotations", "for", "frequent", "patterns", "with", "context", "analysis", "As", "a", "fundamental", "data", "mining", "task", ",", "frequent", "pattern", "mining", "has", "widespread", "applications", "in", "many", "different", "domains", ".", "Research", "in", "frequent", "pattern", "mining", "has", "so", "far", "mostly", "focused", "on", "developing", "efficient", "algorithms", "to", "discover", "various", "kinds", "of", "frequent", "patterns", ",", "but", "little", "attention", "has", "been", "paid", "to", "the", "important", "nextstep", "-", "interpreting", "the", "discovered", "frequent", "patterns", ".", "Although", "some", "recent", "work", "has", "studied", "the", "compression", "and", "summarization", "of", "frequent", "patterns", ",", "the", "proposed", "techniques", "can", "only", "annotate", "a", "frequent", "pattern", "with", "non-semantical", "information", "(", "e.g.", "support", ")", ",", "which", "provides", "only", "limited", "help", "for", "a", "user", "to", "understand", "the", "patterns", ".", "In", "this", "paper", ",", "we", "propose", "the", "novel", "problem", "of", "generating", "semantic", "annotations", "for", "frequent", "patterns", ".", "The", "goal", "is", "to", "annotate", "a", "frequent", "pattern", "with", "in-depth", ",", "concise", ",", "and", "structured", "information", "that", "can", "better", "indicate", "the", "hidden", "meanings", "of", "the", "pattern", ".", "We", "propose", "a", "general", "approach", "to", "generate", "such", "anannotation", "for", "a", "frequent", "pattern", "by", "constructing", "its", "context", "model", ",", "selecting", "informative", "context", "indicators", ",", "and", "extracting", "representative", "transactions", "and", "semantically", "similar", "patterns", ".", "This", "general", "approach", "has", "potentially", "many", "applications", "such", "as", "generating", "a", "dictionary-like", "description", "for", "a", "pattern", ",", "finding", "synonym", "patterns", ",", "discovering", "semantic", "relations", ",", "and", "summarizing", "semantic", "classes", "of", "a", "set", "of", "frequent", "patterns", ".", "Experiments", "on", "different", "datasets", "show", "that", "our", "approach", "is", "effective", "in", "generating", "semantic", "pattern", "annotations", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["frequent pattern"], "abstractive_keyphrases": ["pattern annotation", "pattern context", "pattern semantic analysis"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "95906", "document": ["Empirical", "bayes", "screening", "for", "multi-item", "associations", "This", "paper", "considers", "the", "framework", "of", "the", "so-called", "``", "market", "basket", "problem", "''", ",", "in", "which", "a", "database", "of", "transactions", "is", "mined", "for", "the", "occurrence", "of", "unusually", "frequent", "item", "sets", ".", "In", "our", "case", ",", "``", "unusually", "frequent", "''", "involves", "estimates", "of", "the", "frequency", "of", "each", "item", "set", "divided", "by", "a", "baseline", "frequency", "computed", "as", "if", "items", "occurred", "independently", ".", "The", "focus", "is", "on", "obtaining", "reliable", "estimates", "of", "this", "measure", "of", "interestingness", "for", "all", "item", "sets", ",", "even", "item", "sets", "with", "relatively", "low", "frequencies", ".", "For", "example", ",", "in", "a", "medical", "database", "of", "patient", "histories", ",", "unusual", "item", "sets", "including", "the", "item", "``", "patient", "death", "''", "(", "or", "other", "serious", "adverse", "event", ")", "might", "hopefully", "be", "flagged", "with", "as", "few", "as", "5", "or", "10", "occurrences", "of", "the", "item", "set", ",", "it", "being", "unacceptable", "to", "require", "that", "item", "sets", "occur", "in", "as", "many", "as", "0.1", "%", "of", "millions", "of", "patient", "reports", "before", "the", "data", "mining", "algorithm", "detects", "a", "signal", ".", "Similar", "considerations", "apply", "in", "fraud", "detection", "applications", ".", "Thus", "we", "abandon", "the", "requirement", "that", "interesting", "item", "sets", "must", "contain", "a", "relatively", "large", "fixed", "minimal", "support", ",", "and", "adopt", "a", "criterion", "based", "on", "the", "results", "of", "fitting", "an", "empirical", "Bayes", "model", "to", "the", "item", "set", "counts", ".", "The", "model", "allows", "us", "to", "define", "a", "95", "%", "Bayesian", "lower", "confidence", "limit", "for", "the", "``", "interestingness", "''", "measure", "of", "every", "item", "set", ",", "whereupon", "the", "item", "sets", "can", "be", "ranked", "according", "to", "their", "empirical", "Bayes", "confidence", "limits", ".", "For", "item", "sets", "of", "size", "J", ")", "2", ",", "we", "also", "distinguish", "between", "multi-item", "associations", "that", "can", "be", "explained", "by", "the", "observed", "J", "(", "J-1", ")", "\\/", "2", "pairwise", "associations", ",", "and", "item", "sets", "that", "are", "significantly", "more", "frequent", "than", "their", "pairwise", "associations", "would", "suggest", ".", "Such", "item", "sets", "can", "uncover", "complex", "or", "synergistic", "mechanisms", "generating", "multi-item", "associations", ".", "This", "methodology", "has", "been", "applied", "within", "the", "U.S.", "Food", "and", "Drug", "Administration", "(", "FDA", ")", "to", "databases", "of", "adverse", "drug", "reaction", "reports", "and", "within", "AT&T", "to", "customer", "international", "calling", "histories", ".", "We", "also", "present", "graphical", "techniques", "for", "exploring", "and", "understanding", "the", "modeling", "results", "."], "doc_bio_tags": ["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", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["market basket problem"], "abstractive_keyphrases": ["association rules", "empirical bayes methods", "gamma-poisson model", "knowledge discovery", "shrinkage estimation", "statistical models"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "676998", "document": ["Efficient", "search", "for", "association", "rules"], "doc_bio_tags": ["O", "B", "O", "O", "O"], "extractive_keyphrases": ["search"], "abstractive_keyphrases": ["association rule", "information search and retrieval", "learning", "miscellaneous"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "3785570", "document": ["Mining", "phenotypes", "and", "informative", "genes", "from", "gene", "expression", "data", "Mining", "microarray", "gene", "expression", "data", "is", "an", "important", "research", "topic", "in", "bioinformatics", "with", "broad", "applications", ".", "While", "most", "of", "the", "previous", "studies", "focus", "on", "clustering", "either", "genes", "or", "samples", ",", "it", "is", "interesting", "to", "ask", "whether", "we", "can", "partition", "the", "complete", "set", "of", "samples", "into", "exclusive", "groups", "(", "called", "phenotypes", ")", "and", "find", "a", "set", "of", "informative", "genes", "that", "can", "manifest", "the", "phenotype", "structure", ".", "In", "this", "paper", ",", "we", "propose", "a", "new", "problem", "of", "simultaneously", "mining", "phenotypes", "and", "informative", "genes", "from", "gene", "expression", "data", ".", "Some", "statistics-based", "metrics", "are", "proposed", "to", "measure", "the", "quality", "of", "the", "mining", "results", ".", "Two", "interesting", "algorithms", "are", "developed", ":", "the", "heuristic", "search", "and", "the", "mutual", "reinforcing", "adjustment", "method", ".", "We", "present", "an", "extensive", "performance", "study", "on", "both", "real-world", "data", "sets", "and", "synthetic", "data", "sets", ".", "The", "mining", "results", "from", "the", "two", "proposed", "methods", "are", "clearly", "better", "than", "those", "from", "the", "previous", "methods", ".", "They", "are", "ready", "for", "the", "real-world", "applications", ".", "Between", "the", "two", "methods", ",", "the", "mutual", "reinforcing", "adjustment", "method", "is", "in", "general", "more", "scalable", ",", "more", "effective", "and", "with", "better", "quality", "of", "the", "mining", "results", "."], "doc_bio_tags": ["O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["bioinformatics", "informative genes", "phenotype"], "abstractive_keyphrases": ["array data"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "8764217", "document": ["Mining", "unexpected", "rules", "by", "pushing", "user", "dynamics", "Unexpected", "rules", "are", "interesting", "because", "they", "are", "either", "previously", "unknown", "or", "deviate", "from", "what", "prior", "user", "knowledge", "would", "suggest", ".", "In", "this", "paper", ",", "we", "study", "three", "important", "issues", "that", "have", "been", "previously", "ignored", "in", "mining", "unexpected", "rules", ".", "First", ",", "the", "unexpectedness", "of", "a", "rule", "depends", "on", "how", "the", "user", "prefers", "to", "apply", "the", "prior", "knowledge", "to", "a", "given", "scenario", ",", "in", "addition", "to", "the", "knowledge", "itself", ".", "Second", ",", "the", "prior", "knowledge", "should", "be", "considered", "right", "from", "the", "start", "to", "focus", "the", "search", "on", "unexpected", "rules", ".", "Third", ",", "the", "unexpectedness", "of", "a", "rule", "depends", "on", "what", "other", "rules", "the", "user", "has", "seen", "so", "far", ".", "Thus", ",", "only", "rules", "that", "remain", "unexpected", "given", "what", "the", "user", "has", "seen", "should", "be", "considered", "interesting", ".", "We", "develop", "an", "approach", "that", "addresses", "all", "three", "problems", "above", "and", "evaluate", "it", "by", "means", "of", "experiments", "focusing", "on", "finding", "interesting", "rules", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": [], "abstractive_keyphrases": ["association rule", "subjective interestingness", "unexpected rule"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "7463889", "document": ["Customer", "targeting", "models", "using", "actively-selected", "web", "content", "We", "consider", "the", "problem", "of", "predicting", "the", "likelihood", "that", "a", "company", "will", "purchase", "a", "new", "product", "from", "a", "seller", ".", "The", "statistical", "models", "we", "have", "developed", "at", "IBM", "for", "this", "purpose", "rely", "on", "historical", "transaction", "data", "coupled", "with", "structured", "firmographic", "information", "like", "the", "company", "revenue", ",", "number", "of", "employees", "and", "so", "on", ".", "In", "this", "paper", ",", "we", "extend", "this", "methodology", "to", "include", "additional", "text-based", "features", "based", "on", "analysis", "of", "the", "content", "on", "each", "company", "'s", "website", ".", "Empirical", "results", "demonstrate", "that", "incorporating", "such", "web", "content", "can", "significantly", "improve", "customer", "targeting", ".", "Furthermore", ",", "we", "present", "methods", "to", "actively", "select", "only", "the", "web", "content", "that", "is", "likely", "to", "improve", "our", "models", ",", "while", "reducing", "the", "costs", "of", "acquisition", "and", "processing", "."], "doc_bio_tags": ["O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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"], "extractive_keyphrases": ["models"], "abstractive_keyphrases": ["active feature-value acquisition", "active learning", "learning", "text categorization", "web mining"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "10078748", "document": ["Social", "influence", "analysis", "in", "large-scale", "networks", "In", "large", "social", "networks", ",", "nodes", "(", "users", ",", "entities", ")", "are", "influenced", "by", "others", "for", "various", "reasons", ".", "For", "example", ",", "the", "colleagues", "have", "strong", "influence", "on", "one", "'s", "work", ",", "while", "the", "friends", "have", "strong", "influence", "on", "one", "'s", "daily", "life", ".", "How", "to", "differentiate", "the", "social", "influences", "from", "different", "angles", "(", "topics", ")", "?", "How", "to", "quantify", "the", "strength", "of", "those", "social", "influences", "?", "How", "to", "estimate", "the", "model", "on", "real", "large", "networks", "?", "To", "address", "these", "fundamental", "questions", ",", "we", "propose", "Topical", "Affinity", "Propagation", "(", "TAP", ")", "to", "model", "the", "topic-level", "social", "influence", "on", "large", "networks", ".", "In", "particular", ",", "TAP", "can", "take", "results", "of", "any", "topic", "modeling", "and", "the", "existing", "network", "structure", "to", "perform", "topic-level", "influence", "propagation", ".", "With", "the", "help", "of", "the", "influence", "analysis", ",", "we", "present", "several", "important", "applications", "on", "real", "data", "sets", "such", "as", "1", ")", "what", "are", "the", "representative", "nodes", "on", "a", "given", "topic", "?", "2", ")", "how", "to", "identify", "the", "social", "influences", "of", "neighboring", "nodes", "on", "a", "particular", "node", "?", "To", "scale", "to", "real", "large", "networks", ",", "TAP", "is", "designed", "with", "efficient", "distributed", "learning", "algorithms", "that", "is", "implemented", "and", "tested", "under", "the", "Map-Reduce", "framework", ".", "We", "further", "present", "the", "common", "characteristics", "of", "distributed", "learning", "algorithms", "for", "Map-Reduce", ".", "Finally", ",", "we", "demonstrate", "the", "effectiveness", "and", "efficiency", "of", "TAP", "on", "real", "large", "data", "sets", "."], "doc_bio_tags": ["B", "I", "I", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["social influence analysis", "social networks"], "abstractive_keyphrases": ["database applications", "information search and retrieval", "large-scale network", "topical analysis propagation"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "867054", "document": ["Pattern", "discovery", "in", "sequences", "under", "a", "Markov", "assumption", "In", "this", "paper", "we", "investigate", "the", "general", "problem", "of", "discovering", "recurrent", "patterns", "that", "are", "embedded", "in", "categorical", "sequences", ".", "An", "important", "real-world", "problem", "of", "this", "nature", "is", "motif", "discovery", "in", "DNA", "sequences", ".", "We", "investigate", "the", "fundamental", "aspects", "of", "this", "data", "mining", "problem", "that", "can", "make", "discovery", "``", "easy", "''", "or", "``", "hard", ".", "''", "We", "present", "a", "general", "framework", "for", "characterizing", "learning", "in", "this", "context", "by", "deriving", "the", "Bayes", "error", "rate", "for", "this", "problem", "under", "a", "Markov", "assumption", ".", "The", "Bayes", "error", "framework", "demonstrates", "why", "certain", "patterns", "are", "much", "harder", "to", "discover", "than", "others", ".", "It", "also", "explains", "the", "role", "of", "different", "parameters", "such", "as", "pattern", "length", "and", "pattern", "frequency", "in", "sequential", "discovery", ".", "We", "demonstrate", "how", "the", "Bayes", "error", "can", "be", "used", "to", "calibrate", "existing", "discovery", "algorithms", ",", "providing", "a", "lower", "bound", "on", "achievable", "performance", ".", "We", "discuss", "a", "number", "of", "fundamental", "issues", "that", "characterize", "sequential", "pattern", "discovery", "in", "this", "context", ",", "present", "a", "variety", "of", "empirical", "results", "to", "complement", "and", "verify", "the", "theoretical", "analysis", ",", "and", "apply", "our", "methodology", "to", "real-world", "motif-discovery", "problems", "in", "computational", "biology", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": [], "abstractive_keyphrases": ["probabilistic algorithms"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "10257235", "document": ["On", "the", "tradeoff", "between", "privacy", "and", "utility", "in", "data", "publishing", "In", "data", "publishing", ",", "anonymization", "techniques", "such", "as", "generalization", "and", "bucketization", "have", "been", "designed", "to", "provide", "privacy", "protection", ".", "In", "the", "meanwhile", ",", "they", "reduce", "the", "utility", "of", "the", "data", ".", "It", "is", "important", "to", "consider", "the", "tradeoff", "between", "privacy", "and", "utility", ".", "In", "a", "paper", "that", "appeared", "in", "KDD", "2008", ",", "Brickell", "and", "Shmatikov", "proposed", "an", "evaluation", "methodology", "by", "comparing", "privacy", "gain", "with", "utility", "gain", "resulted", "from", "anonymizing", "the", "data", ",", "and", "concluded", "that", "``", "even", "modest", "privacy", "gains", "require", "almost", "complete", "destruction", "of", "the", "data-mining", "utility", "''", ".", "This", "conclusion", "seems", "to", "undermine", "existing", "work", "on", "data", "anonymization", ".", "In", "this", "paper", ",", "we", "analyze", "the", "fundamental", "characteristics", "of", "privacy", "and", "utility", ",", "and", "show", "that", "it", "is", "inappropriate", "to", "directly", "compare", "privacy", "with", "utility", ".", "We", "then", "observe", "that", "the", "privacy-utility", "tradeoff", "in", "data", "publishing", "is", "similar", "to", "the", "risk-return", "tradeoff", "in", "financial", "investment", ",", "and", "propose", "an", "integrated", "framework", "for", "considering", "privacy-utility", "tradeoff", ",", "borrowing", "concepts", "from", "the", "Modern", "Portfolio", "Theory", "for", "financial", "investment", ".", "Finally", ",", "we", "evaluate", "our", "methodology", "on", "the", "Adult", "dataset", "from", "the", "UCI", "machine", "learning", "repository", ".", "Our", "results", "clarify", "several", "common", "misconceptions", "about", "data", "utility", "and", "provide", "data", "publishers", "useful", "guidelines", "on", "choosing", "the", "right", "tradeoff", "between", "privacy", "and", "utility", "."], "doc_bio_tags": ["O", "O", "O", "O", "B", "O", "O", "O", "B", "I", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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"], "extractive_keyphrases": ["data publishing", "privacy"], "abstractive_keyphrases": ["anonymity"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "9050920", "document": ["Training", "linear", "SVMs", "in", "linear", "time", "Linear", "Support", "Vector", "Machines", "(", "SVMs", ")", "have", "become", "one", "of", "the", "most", "prominent", "machine", "learning", "techniques", "for", "high-dimensional", "sparse", "data", "commonly", "encountered", "in", "applications", "like", "text", "classification", ",", "word-sense", "disambiguation", ",", "and", "drug", "design", ".", "These", "applications", "involve", "a", "large", "number", "of", "examples", "n", "as", "well", "as", "a", "large", "number", "of", "features", "N", ",", "while", "each", "example", "has", "only", "s", "(", "(", "N", "non-zero", "features", ".", "This", "paper", "presents", "a", "Cutting", "Plane", "Algorithm", "for", "training", "linear", "SVMs", "that", "provably", "has", "training", "time", "0", "(", "s", ",", "n", ")", "for", "classification", "problems", "and", "o", "(", "sn", "log", "(", "n", ")", ")", "for", "ordinal", "regression", "problems", ".", "The", "algorithm", "is", "based", "on", "an", "alternative", ",", "but", "equivalent", "formulation", "of", "the", "SVM", "optimization", "problem", ".", "Empirically", ",", "the", "Cutting-Plane", "Algorithm", "is", "several", "orders", "of", "magnitude", "faster", "than", "decomposition", "methods", "like", "svm", "light", "for", "large", "datasets", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "B", "I", "I", "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", "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"], "extractive_keyphrases": ["learning", "ordinal regression", "support vector machines"], "abstractive_keyphrases": ["large-scale problems", "roc-area", "training algorithms"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "9101741", "document": ["Learning", "classifiers", "from", "only", "positive", "and", "unlabeled", "data", "The", "input", "to", "an", "algorithm", "that", "learns", "a", "binary", "classifier", "normally", "consists", "of", "two", "sets", "of", "examples", ",", "where", "one", "set", "consists", "of", "positive", "examples", "of", "the", "concept", "to", "be", "learned", ",", "and", "the", "other", "set", "consists", "of", "negative", "examples", ".", "However", ",", "it", "is", "often", "the", "case", "that", "the", "available", "training", "data", "are", "an", "incomplete", "set", "of", "positive", "examples", ",", "and", "a", "set", "of", "unlabeled", "examples", ",", "some", "of", "which", "are", "positive", "and", "some", "of", "which", "are", "negative", ".", "The", "problem", "solved", "in", "this", "paper", "is", "how", "to", "learn", "a", "standard", "binary", "classifier", "given", "a", "nontraditional", "training", "set", "of", "this", "nature", ".", "Under", "the", "assumption", "that", "the", "labeled", "examples", "are", "selected", "randomly", "from", "the", "positive", "examples", ",", "we", "show", "that", "a", "classifier", "trained", "on", "positive", "and", "unlabeled", "examples", "predicts", "probabilities", "that", "differ", "by", "only", "a", "constant", "factor", "from", "the", "true", "conditional", "probabilities", "of", "being", "positive", ".", "We", "show", "how", "to", "use", "this", "result", "in", "two", "different", "ways", "to", "learn", "a", "classifier", "from", "a", "nontraditional", "training", "set", ".", "We", "then", "apply", "these", "two", "new", "methods", "to", "solve", "a", "real-world", "problem", ":", "identifying", "protein", "records", "that", "should", "be", "included", "in", "an", "incomplete", "specialized", "molecular", "biology", "database", ".", "Our", "experiments", "in", "this", "domain", "show", "that", "models", "trained", "using", "the", "new", "methods", "perform", "better", "than", "the", "current", "state-of-the-art", "biased", "SVM", "method", "for", "learning", "from", "positive", "and", "unlabeled", "examples", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O"], "extractive_keyphrases": ["unlabeled examples"], "abstractive_keyphrases": ["bioinformatics", "supervised learning", "text mining"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "120497", "document": ["Generative", "model-based", "clustering", "of", "directional", "data", "High", "dimensional", "directional", "data", "is", "becoming", "increasingly", "important", "in", "contemporary", "applications", "such", "as", "analysis", "of", "text", "and", "gene-expression", "data", ".", "A", "natural", "model", "for", "multi-variate", "directional", "data", "is", "provided", "by", "the", "von", "Mises-Fisher", "(", "vMF", ")", "distribution", "on", "the", "unit", "hypersphere", "that", "is", "analogous", "to", "the", "multi-variate", "Gaussian", "distribution", "in", "Rd.", ".", "In", "this", "paper", ",", "we", "propose", "modeling", "complex", "directional", "data", "as", "a", "mixture", "of", "vMF", "distributions", ".", "We", "derive", "and", "analyze", "two", "variants", "of", "the", "Expectation", "Maximization", "(", "EM", ")", "framework", "for", "estimating", "the", "parameters", "of", "this", "mixture", ".", "We", "also", "propose", "two", "clustering", "algorithms", "corresponding", "to", "these", "variants", ".", "An", "interesting", "aspect", "of", "our", "methodology", "is", "that", "the", "spherical", "kmeans", "algorithm", "(", "kmeans", "with", "cosine", "similarity", ")", "can", "be", "shown", "to", "be", "a", "special", "case", "of", "both", "our", "algorithms", ".", "Thus", ",", "modeling", "text", "data", "by", "vMF", "distributions", "lends", "theoretical", "validity", "to", "the", "use", "of", "cosine", "similarity", "which", "has", "been", "widely", "used", "by", "the", "information", "retrieval", "community", ".", "As", "part", "of", "experimental", "validation", ",", "we", "present", "results", "on", "modeling", "high-dimensional", "text", "and", "gene-expression", "data", "as", "a", "mixture", "of", "vMF", "distributions", ".", "The", "results", "indicate", "that", "our", "approach", "yields", "superior", "clusterings", "especially", "for", "difficult", "clustering", "tasks", "in", "high-dimensional", "spaces", "."], "doc_bio_tags": ["O", "O", "B", "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", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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", "B", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["clustering", "directional data", "em"], "abstractive_keyphrases": ["information search and retrieval", "mixtures", "von mises-fisher"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "3789006", "document": ["Topics", "over", "time", ":", "a", "non-Markov", "continuous-time", "model", "of", "topical", "trends", "This", "paper", "presents", "an", "LDA-style", "topic", "model", "that", "captures", "not", "only", "the", "low-dimensional", "structure", "of", "data", ",", "but", "also", "how", "the", "structure", "changes", "over", "time", ".", "Unlike", "other", "recent", "work", "that", "relies", "on", "Markov", "assumptions", "or", "discretization", "of", "time", ",", "here", "each", "topic", "is", "associated", "with", "a", "continuous", "distribution", "over", "timestamps", ",", "and", "for", "each", "generated", "document", ",", "the", "mixture", "distribution", "over", "topics", "is", "influenced", "by", "both", "word", "co-occurrences", "and", "the", "document", "'s", "timestamp", ".", "Thus", ",", "the", "meaning", "of", "a", "particular", "topic", "can", "be", "relied", "upon", "as", "constant", ",", "but", "the", "topics", "'", "occurrence", "and", "correlations", "change", "significantly", "over", "time", ".", "We", "present", "results", "on", "nine", "months", "of", "personal", "email", ",", "17", "years", "of", "NIPS", "research", "papers", "and", "over", "200", "years", "of", "presidential", "state-of-the-union", "addresses", ",", "showing", "improved", "topics", ",", "better", "timestamp", "prediction", ",", "and", "interpretable", "trends", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": [], "abstractive_keyphrases": ["graphical models", "learning", "temporal analysis", "topic modeling"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "13756289", "document": ["Probabilistic", "topic", "models", "with", "biased", "propagation", "on", "heterogeneous", "information", "networks", "With", "the", "development", "of", "Web", "applications", ",", "textual", "documents", "are", "not", "only", "getting", "richer", ",", "but", "also", "ubiquitously", "interconnected", "with", "users", "and", "other", "objects", "in", "various", "ways", ",", "which", "brings", "about", "text-rich", "heterogeneous", "information", "networks", ".", "Topic", "models", "have", "been", "proposed", "and", "shown", "to", "be", "useful", "for", "document", "analysis", ",", "and", "the", "interactions", "among", "multi-typed", "objects", "play", "a", "key", "role", "at", "disclosing", "the", "rich", "semantics", "of", "the", "network", ".", "However", ",", "most", "of", "topic", "models", "only", "consider", "the", "textual", "information", "while", "ignore", "the", "network", "structures", "or", "can", "merely", "integrate", "with", "homogeneous", "networks", ".", "None", "of", "them", "can", "handle", "heterogeneous", "information", "network", "well", ".", "In", "this", "paper", ",", "we", "propose", "a", "novel", "topic", "model", "with", "biased", "propagation", "(", "TMBP", ")", "algorithm", "to", "directly", "incorporate", "heterogeneous", "information", "network", "with", "topic", "modeling", "in", "a", "unified", "way", ".", "The", "underlying", "intuition", "is", "that", "multi-typed", "objects", "should", "be", "treated", "differently", "along", "with", "their", "inherent", "textual", "information", "and", "the", "rich", "semantics", "of", "the", "heterogeneous", "information", "network", ".", "A", "simple", "and", "unbiased", "topic", "propagation", "across", "such", "a", "heterogeneous", "network", "does", "not", "make", "much", "sense", ".", "Consequently", ",", "we", "investigate", "and", "develop", "two", "biased", "propagation", "frameworks", ",", "the", "biased", "random", "walk", "framework", "and", "the", "biased", "regularization", "framework", ",", "for", "the", "TMBP", "algorithm", "from", "different", "perspectives", ",", "which", "can", "discover", "latent", "topics", "and", "identify", "clusters", "of", "multi-typed", "objects", "simultaneously", ".", "We", "extensively", "evaluate", "the", "proposed", "approach", "and", "compare", "to", "the", "state-of-the-art", "techniques", "on", "several", "datasets", ".", "Experimental", "results", "demonstrate", "that", "the", "improvement", "in", "our", "proposed", "approach", "is", "consistent", "and", "promising", "."], "doc_bio_tags": ["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", "B", "I", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "B", "I", "I", "O", "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", "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"], "extractive_keyphrases": ["biased propagation", "heterogeneous information network", "topic modeling"], "abstractive_keyphrases": [], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "8579874", "document": ["The", "``", "DGX", "''", "distribution", "for", "mining", "massive", ",", "skewed", "data", "Skewed", "distributions", "appear", "very", "often", "in", "practice", ".", "Unfortunately", ",", "the", "traditional", "Zipf", "distribution", "often", "fails", "to", "model", "them", "well", ".", "In", "this", "paper", ",", "we", "propose", "a", "new", "probability", "distribution", ",", "the", "Discrete", "Gaussian", "Exponential", "(", "DGX", ")", ",", "to", "achieve", "excellent", "fits", "in", "a", "wide", "variety", "of", "settings", ";", "our", "new", "distribution", "includes", "the", "Zipf", "distribution", "as", "a", "special", "case", ".", "We", "present", "a", "statistically", "sound", "method", "for", "estimating", "the", "DGX", "parameters", "based", "on", "maximum", "likelihood", "estimation", "(", "MLE", ")", ".", "We", "applied", "DGX", "to", "a", "wide", "variety", "of", "real", "world", "data", "sets", ",", "such", "as", "sales", "data", "from", "a", "large", "retailer", "chain", ",", "us-age", "data", "from", "AT&T", ",", "and", "Internet", "clickstream", "data", ";", "in", "all", "cases", ",", "DGX", "fits", "these", "distributions", "very", "well", ",", "with", "almost", "a", "99", "%", "correlation", "coefficient", "in", "quantile-quantile", "plots", ".", "Our", "algorithm", "also", "scales", "very", "well", "because", "it", "requires", "only", "a", "single", "pass", "over", "the", "data", ".", "Finally", ",", "we", "illustrate", "the", "power", "of", "DGX", "as", "a", "new", "tool", "for", "data", "mining", "tasks", ",", "such", "as", "outlier", "detection", "."], "doc_bio_tags": ["O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "B", "I", "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", "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", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O"], "extractive_keyphrases": ["dgx", "maximum likelihood estimation", "outlier detection"], "abstractive_keyphrases": ["frequency-count plot", "lognormal distribution", "rank-frequency plot", "zipf's law"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "1473866", "document": ["Adaptive", "duplicate", "detection", "using", "learnable", "string", "similarity", "measures", "The", "problem", "of", "identifying", "approximately", "duplicate", "records", "in", "databases", "is", "an", "essential", "step", "for", "data", "cleaning", "and", "data", "integration", "processes", ".", "Most", "existing", "approaches", "have", "relied", "on", "generic", "or", "manually", "tuned", "distance", "metrics", "for", "estimating", "the", "similarity", "of", "potential", "duplicates", ".", "In", "this", "paper", ",", "we", "present", "a", "framework", "for", "improving", "duplicate", "detection", "using", "trainable", "measures", "of", "textual", "similarity", ".", "We", "propose", "to", "employ", "learnable", "text", "distance", "functions", "for", "each", "database", "field", ",", "and", "show", "that", "such", "measures", "are", "capable", "of", "adapting", "to", "the", "specific", "notion", "of", "similarity", "that", "is", "appropriate", "for", "the", "field", "'s", "domain", ".", "We", "present", "two", "learnable", "text", "similarity", "measures", "suitable", "for", "this", "task", ":", "an", "extended", "variant", "of", "learnable", "string", "edit", "distance", ",", "and", "a", "novel", "vector-space", "based", "measure", "that", "employs", "a", "Support", "Vector", "Machine", "(", "SVM", ")", "for", "training", ".", "Experimental", "results", "on", "a", "range", "of", "datasets", "show", "that", "our", "framework", "can", "improve", "duplicate", "detection", "accuracy", "over", "traditional", "techniques", "."], "doc_bio_tags": ["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", "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"], "extractive_keyphrases": ["data cleaning", "string edit distance"], "abstractive_keyphrases": ["database applications", "distance metric learning", "learning", "record linkage", "svm applications", "trained similarity measures"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "89079", "document": ["Probabilistic", "discovery", "of", "time", "series", "motifs", "Several", "important", "time", "series", "data", "mining", "problems", "reduce", "to", "the", "core", "task", "of", "finding", "approximately", "repeated", "subsequences", "in", "a", "longer", "time", "series", ".", "In", "an", "earlier", "work", ",", "we", "formalized", "the", "idea", "of", "approximately", "repeated", "subsequences", "by", "introducing", "the", "notion", "of", "time", "series", "motifs", ".", "Two", "limitations", "of", "this", "work", "were", "the", "poor", "scalability", "of", "the", "motif", "discovery", "algorithm", ",", "and", "the", "inability", "to", "discover", "motifs", "in", "the", "presence", "of", "noise", ".", "Here", "we", "address", "these", "limitations", "by", "introducing", "a", "novel", "algorithm", "inspired", "by", "recent", "advances", "in", "the", "problem", "of", "pattern", "discovery", "in", "biosequences", ".", "Our", "algorithm", "is", "probabilistic", "in", "nature", ",", "but", "as", "we", "show", "empirically", "and", "theoretically", ",", "it", "can", "find", "time", "series", "motifs", "with", "very", "high", "probability", "even", "in", "the", "presence", "of", "noise", "or", "``", "do", "n't", "care", "''", "symbols", ".", "Not", "only", "is", "the", "algorithm", "fast", ",", "but", "it", "is", "an", "anytime", "algorithm", ",", "producing", "likely", "candidate", "motifs", "almost", "immediately", ",", "and", "gradually", "improving", "the", "quality", "of", "results", "over", "time", "."], "doc_bio_tags": ["O", "O", "O", "B", "I", "B", "O", "O", "B", "I", "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", "B", "I", "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", "B", "I", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["data mining", "motifs", "time series"], "abstractive_keyphrases": ["database applications", "randomized algorithms"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "11657462", "document": ["Discovering", "frequent", "patterns", "in", "sensitive", "data", "Discovering", "frequent", "patterns", "from", "data", "is", "a", "popular", "exploratory", "technique", "in", "datamining", ".", "However", ",", "if", "the", "data", "are", "sensitive", "(", "e.g.", ",", "patient", "health", "records", ",", "user", "behavior", "records", ")", "releasing", "information", "about", "significant", "patterns", "or", "trends", "carries", "significant", "risk", "to", "privacy", ".", "This", "paper", "shows", "how", "one", "can", "accurately", "discover", "and", "release", "the", "most", "significant", "patterns", "along", "with", "their", "frequencies", "in", "a", "data", "set", "containing", "sensitive", "information", ",", "while", "providing", "rigorous", "guarantees", "of", "privacy", "for", "the", "individuals", "whose", "information", "is", "stored", "there", ".", "We", "present", "two", "efficient", "algorithms", "for", "discovering", "the", "k", "most", "frequent", "patterns", "in", "a", "data", "set", "of", "sensitive", "records", ".", "Our", "algorithms", "satisfy", "differential", "privacy", ",", "a", "recently", "introduced", "definition", "that", "provides", "meaningful", "privacy", "guarantees", "in", "the", "presence", "of", "arbitrary", "external", "information", ".", "Differentially", "private", "algorithms", "require", "a", "degree", "of", "uncertainty", "in", "their", "output", "to", "preserve", "privacy", ".", "Our", "algorithms", "handle", "this", "by", "returning", "`", "noisy", "'", "lists", "of", "patterns", "that", "are", "close", "to", "the", "actual", "list", "of", "k", "most", "frequent", "patterns", "in", "the", "data", ".", "We", "define", "a", "new", "notion", "of", "utility", "that", "quantifies", "the", "output", "accuracy", "of", "private", "top-k", "pattern", "mining", "algorithms", ".", "In", "typical", "data", "sets", ",", "our", "utility", "criterion", "implies", "low", "false", "positive", "and", "false", "negative", "rates", "in", "the", "reported", "lists", ".", "We", "prove", "that", "our", "methods", "meet", "the", "new", "utility", "criterion", ";", "we", "also", "demonstrate", "the", "performance", "of", "our", "algorithms", "through", "extensive", "experiments", "on", "the", "transaction", "data", "sets", "from", "the", "FIMI", "repository", ".", "While", "the", "paper", "focuses", "on", "frequent", "pattern", "mining", ",", "the", "techniques", "developed", "here", "are", "relevant", "whenever", "the", "data", "mining", "output", "is", "a", "list", "of", "elements", "ordered", "according", "to", "an", "appropriately", "`", "robust", "'", "measure", "of", "interest", "."], "doc_bio_tags": ["O", "B", "I", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "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"], "extractive_keyphrases": ["differential privacy", "frequent patterns", "privacy"], "abstractive_keyphrases": ["exponential mechanism", "frequent itemsets", "general"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "10181044", "document": ["BGP-lens", ":", "patterns", "and", "anomalies", "in", "internet", "routing", "updates", "The", "Border", "Gateway", "Protocol", "(", "BGP", ")", "is", "one", "of", "the", "fundamental", "computer", "communication", "protocols", ".", "Monitoring", "and", "mining", "BGP", "update", "messages", "can", "directly", "reveal", "the", "health", "and", "stability", "of", "Internet", "routing", ".", "Here", "we", "make", "two", "contributions", ":", "firstly", "we", "find", "patterns", "in", "BGP", "updates", ",", "like", "self-similarity", ",", "power-law", "and", "lognormal", "marginals", ";", "secondly", "using", "these", "patterns", ",", "we", "find", "anomalies", ".", "Specifically", ",", "we", "develop", "BGP-lens", ",", "an", "automated", "BGP", "updates", "analysis", "tool", ",", "that", "has", "three", "desirable", "properties", ":", "(", "a", ")", "It", "is", "effective", ",", "able", "to", "identify", "phenomena", "that", "would", "otherwise", "go", "unnoticed", ",", "such", "as", "a", "peculiar", "`", "clothesline", "'", "behavior", "or", "prolonged", "`", "spikes", "'", "that", "last", "as", "long", "as", "8", "hours", ";", "(", "b", ")", "It", "is", "scalable", ",", "using", "algorithms", "are", "all", "linear", "on", "the", "number", "of", "time-ticks", ";", "and", "(", "c", ")", "It", "is", "admin-friendly", ",", "giving", "useful", "leads", "for", "phenomenon", "of", "interest", ".", "We", "showcase", "the", "capabilities", "of", "BGP-lens", "by", "identifying", "surprising", "phenomena", "verified", "by", "syadmins", ",", "over", "a", "massive", "trace", "of", "BGP", "updates", "spanning", "2", "years", ",", "from", "the", "publicly", "available", "site", "datapository.net", "."], "doc_bio_tags": ["O", "O", "B", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["anomalies", "patterns"], "abstractive_keyphrases": ["bgp monitoring", "self-similarity"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "402053", "document": ["Online", "novelty", "detection", "on", "temporal", "sequences", "In", "this", "paper", ",", "we", "present", "a", "new", "framework", "for", "online", "novelty", "detection", "on", "temporal", "sequences", ".", "This", "framework", "include", "a", "mechanism", "for", "associating", "each", "detection", "result", "with", "a", "confidence", "value", ".", "Based", "on", "this", "framework", ",", "we", "develop", "a", "concrete", "online", "detection", "algorithm", ",", "by", "modeling", "the", "temporal", "sequence", "using", "an", "online", "support", "vector", "regression", "algorithm", ".", "Experiments", "on", "both", "synthetic", "and", "real", "world", "data", "are", "performed", "to", "demonstrate", "the", "promising", "performance", "of", "our", "proposed", "detection", "algorithm", "."], "doc_bio_tags": ["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", "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"], "extractive_keyphrases": ["novelty detection", "support vector regression"], "abstractive_keyphrases": ["anomaly detection", "design methodology", "online algorithm"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "609510", "document": ["Mining", "complex", "models", "from", "arbitrarily", "large", "databases", "in", "constant", "time", "In", "this", "paper", "we", "propose", "a", "scaling-up", "method", "that", "is", "applicable", "to", "essentially", "any", "induction", "algorithm", "based", "on", "discrete", "search", ".", "The", "result", "of", "applying", "the", "method", "to", "an", "algorithm", "is", "that", "its", "running", "time", "becomes", "independent", "of", "the", "size", "of", "the", "database", ",", "while", "the", "decisions", "made", "are", "essentially", "identical", "to", "those", "that", "would", "be", "made", "given", "infinite", "data", ".", "The", "method", "works", "within", "pre-specified", "memory", "limits", "and", ",", "as", "long", "as", "the", "data", "is", "iid", ",", "only", "requires", "accessing", "it", "sequentially", ".", "It", "gives", "anytime", "results", ",", "and", "can", "be", "used", "to", "produce", "batch", ",", "stream", ",", "time-changing", "and", "active-learning", "versions", "of", "an", "algorithm", ".", "We", "apply", "the", "method", "to", "learning", "Bayesian", "networks", ",", "developing", "an", "algorithm", "that", "is", "faster", "than", "previous", "ones", "by", "orders", "of", "magnitude", ",", "while", "achieving", "essentially", "the", "same", "predictive", "performance", ".", "We", "observe", "these", "gains", "on", "a", "series", "of", "large", "databases", "``", "generated", "from", "benchmark", "networks", ",", "on", "the", "KDD", "Cup", "2000", "e-commerce", "data", ",", "and", "on", "a", "Web", "log", "containing", "100", "million", "requests", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "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", "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"], "extractive_keyphrases": ["bayesian networks", "discrete search"], "abstractive_keyphrases": ["hoeffding bounds", "scalable learning algorithms", "subsampling"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "1239494", "document": ["The", "distributed", "boosting", "algorithm", "In", "this", "paper", ",", "we", "propose", "a", "general", "framework", "for", "distributed", "boosting", "intended", "for", "efficient", "integrating", "specialized", "classifiers", "learned", "over", "very", "large", "and", "distributed", "homogeneous", "databases", "that", "can", "not", "be", "merged", "at", "a", "single", "location", ".", "Our", "distributed", "boosting", "algorithm", "can", "also", "be", "used", "as", "a", "parallel", "classification", "technique", ",", "where", "a", "massive", "database", "that", "can", "not", "fit", "into", "main", "computer", "memory", "is", "partitioned", "into", "disjoint", "subsets", "for", "a", "more", "efficient", "analysis", ".", "In", "the", "proposed", "method", ",", "at", "each", "boosting", "round", "the", "classifiers", "are", "first", "learned", "from", "disjoint", "datasets", "and", "then", "exchanged", "amongst", "the", "sites", ".", "Finally", "the", "classifiers", "are", "combined", "into", "a", "weighted", "voting", "ensemble", "on", "each", "disjoint", "data", "set", ".", "The", "ensemble", "that", "is", "applied", "to", "an", "unseen", "test", "set", "represents", "an", "ensemble", "of", "ensembles", "built", "on", "all", "distributed", "sites", ".", "In", "experiments", "performed", "on", "four", "large", "data", "sets", "the", "proposed", "distributed", "boosting", "method", "achieved", "classification", "accuracy", "comparable", "or", "even", "slightly", "better", "than", "the", "standard", "boosting", "algorithm", "while", "requiring", "less", "memory", "and", "less", "computational", "time", ".", "In", "addition", ",", "the", "communication", "overhead", "of", "the", "distributed", "boosting", "algorithm", "is", "very", "small", "making", "it", "a", "viable", "alternative", "to", "the", "standard", "boosting", "for", "large-scale", "databases", "."], "doc_bio_tags": ["O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O"], "extractive_keyphrases": ["boosting"], "abstractive_keyphrases": ["classifier ensembles", "distributed learning"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "82229", "document": ["On", "the", "need", "for", "time", "series", "data", "mining", "benchmarks", ":", "a", "survey", "and", "empirical", "demonstration", "In", "the", "last", "decade", "there", "has", "been", "an", "explosion", "of", "interest", "in", "mining", "time", "series", "data", ".", "Literally", "hundreds", "of", "papers", "have", "introduced", "new", "algorithms", "to", "index", ",", "classify", ",", "cluster", "and", "segment", "time", "series", ".", "In", "this", "work", "we", "make", "the", "following", "claim", ".", "Much", "of", "this", "work", "has", "very", "little", "utility", "because", "the", "contribution", "made", "(", "speed", "in", "the", "case", "of", "indexing", ",", "accuracy", "in", "the", "case", "of", "classification", "and", "clustering", ",", "model", "accuracy", "in", "the", "case", "of", "segmentation", ")", "offer", "an", "amount", "of", "``", "improvement", "''", "that", "would", "have", "been", "completely", "dwarfed", "by", "the", "variance", "that", "would", "have", "been", "observed", "by", "testing", "on", "many", "real", "world", "datasets", ",", "or", "the", "variance", "that", "would", "have", "been", "observed", "by", "changing", "minor", "(", "unstated", ")", "implementation", "details", ".", "To", "illustrate", "our", "point", ",", "we", "have", "undertaken", "the", "most", "exhaustive", "set", "of", "time", "series", "experiments", "ever", "attempted", ",", "re-implementing", "the", "contribution", "of", "more", "than", "two", "dozen", "papers", ",", "and", "testing", "them", "on", "50", "real", "world", ",", "highly", "diverse", "datasets", ".", "Our", "empirical", "results", "strongly", "support", "our", "assertion", ",", "and", "suggest", "the", "need", "for", "a", "set", "of", "time", "series", "benchmarks", "and", "more", "careful", "empirical", "evaluation", "in", "the", "data", "mining", "community", "."], "doc_bio_tags": ["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", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["time series"], "abstractive_keyphrases": ["experimental evaluation"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "5169771", "document": ["Detecting", "time", "series", "motifs", "under", "uniform", "scaling", "Time", "series", "motifs", "are", "approximately", "repeated", "patterns", "foundwithin", "the", "data", ".", "Such", "motifs", "have", "utility", "for", "many", "data", "mining", "algorithms", ",", "including", "rule-discovery", ",", "novelty-detection", ",", "summarization", "and", "clustering", ".", "Since", "the", "formalization", "of", "the", "problem", "and", "the", "introduction", "of", "efficient", "linear", "time", "algorithms", ",", "motif", "discovery", "has", "been", "successfully", "applied", "tomany", "domains", ",", "including", "medicine", ",", "motion", "capture", ",", "robotics", "and", "meteorology", ".", "In", "this", "work", "we", "show", "that", "most", "previous", "applications", "of", "time", "series", "motifs", "have", "been", "severely", "limited", "by", "the", "definition", "'s", "brittleness", "to", "even", "slight", "changes", "of", "uniform", "scaling", ",", "the", "speed", "at", "which", "the", "patterns", "develop", ".", "We", "introduce", "a", "new", "algorithm", "that", "allows", "discovery", "of", "time", "series", "motifs", "with", "invariance", "to", "uniform", "scaling", ",", "and", "show", "that", "it", "produces", "objectively", "superior", "results", "in", "several", "important", "domains", ".", "Apart", "from", "being", "more", "general", "than", "all", "other", "motifdiscovery", "algorithms", ",", "a", "further", "contribution", "of", "our", "work", "isthat", "it", "is", "simpler", "than", "previous", "approaches", ",", "in", "particular", "we", "have", "drastically", "reduced", "the", "number", "of", "parameters", "that", "need", "to", "be", "specified", "."], "doc_bio_tags": ["O", "B", "I", "B", "O", "B", "I", "B", "I", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "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"], "extractive_keyphrases": ["motifs", "time series", "uniform scaling"], "abstractive_keyphrases": ["random projection"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "9759716", "document": ["Modeling", "and", "predicting", "user", "behavior", "in", "sponsored", "search", "Implicit", "user", "feedback", ",", "including", "click-through", "and", "subsequent", "browsing", "behavior", ",", "is", "crucial", "for", "evaluating", "and", "improving", "the", "quality", "of", "results", "returned", "by", "search", "engines", ".", "Several", "recent", "studies", "(", "1", ",", "2", ",", "3", ",", "13", ",", "25", ")", "have", "used", "post-result", "browsing", "behavior", "including", "the", "sites", "visited", ",", "the", "number", "of", "clicks", ",", "and", "the", "dwell", "time", "on", "site", "in", "order", "to", "improve", "the", "ranking", "of", "search", "results", ".", "In", "this", "paper", ",", "we", "first", "study", "user", "behavior", "on", "sponsored", "search", "results", "(", "i.e.", ",", "the", "advertisements", "displayed", "by", "search", "engines", "next", "to", "the", "organic", "results", ")", ",", "and", "compare", "this", "behavior", "to", "that", "of", "organic", "results", ".", "Second", ",", "to", "exploit", "post-result", "user", "behavior", "for", "better", "ranking", "of", "sponsored", "results", ",", "we", "focus", "on", "identifying", "patterns", "in", "user", "behavior", "and", "predict", "expected", "on-site", "actions", "in", "future", "instances", ".", "In", "particular", ",", "we", "show", "how", "post-result", "behavior", "depends", "on", "various", "properties", "of", "the", "queries", ",", "advertisement", ",", "sites", ",", "and", "users", ",", "and", "build", "a", "classifier", "using", "properties", "such", "as", "these", "to", "predict", "certain", "aspects", "of", "the", "user", "behavior", ".", "Additionally", ",", "we", "develop", "a", "generative", "model", "to", "mimic", "trends", "in", "observed", "user", "activity", "using", "a", "mixture", "of", "pareto", "distributions", ".", "We", "conduct", "experiments", "based", "on", "billions", "of", "real", "navigation", "trails", "collected", "by", "a", "major", "search", "engine", "'s", "browser", "toolbar", "."], "doc_bio_tags": ["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", "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", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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"], "extractive_keyphrases": ["sponsored search", "user behavior"], "abstractive_keyphrases": ["general", "implicit feedback"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "1075103", "document": ["Learning", "to", "rank", "networked", "entities", "Several", "algorithms", "have", "been", "proposed", "to", "learn", "to", "rank", "entities", "modeled", "as", "feature", "vectors", ",", "based", "on", "relevance", "feedback", ".", "However", ",", "these", "algorithms", "do", "not", "model", "network", "connections", "or", "relations", "between", "entities", ".", "Meanwhile", ",", "Pagerank", "and", "variants", "find", "the", "stationary", "distribution", "of", "a", "reasonable", "but", "arbitrary", "Markov", "walk", "over", "a", "network", ",", "but", "do", "not", "learn", "from", "relevance", "feedback", ".", "We", "present", "a", "framework", "for", "ranking", "networked", "entities", "based", "on", "Markov", "walks", "with", "parameterized", "conductance", "values", "associated", "with", "the", "network", "edges", ".", "We", "propose", "two", "flavors", "of", "conductance", "learning", "problems", "in", "our", "framework", ".", "In", "the", "first", "setting", ",", "relevance", "feedback", "comparing", "node-pairs", "hints", "that", "the", "user", "has", "one", "or", "more", "hidden", "preferred", "communities", "with", "large", "edge", "conductance", ",", "and", "the", "algorithm", "must", "discover", "these", "communities", ".", "We", "present", "a", "constrained", "maximum", "entropy", "network", "flow", "formulation", "whose", "dual", "can", "be", "solved", "efficiently", "using", "a", "cutting-plane", "approach", "and", "a", "quasi-Newton", "optimizer", ".", "In", "the", "second", "setting", ",", "edges", "have", "types", ",", "and", "relevance", "feedback", "hints", "that", "each", "edge", "type", "has", "a", "potentially", "different", "conductance", ",", "but", "this", "is", "fixed", "across", "the", "whole", "network", ".", "Our", "algorithm", "learns", "the", "conductances", "using", "an", "approximate", "Newton", "method", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "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"], "extractive_keyphrases": ["maximum entropy", "network flow", "pagerank"], "abstractive_keyphrases": ["conductance matrix"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "9729483", "document": ["Ranking-based", "clustering", "of", "heterogeneous", "information", "networks", "with", "star", "network", "schema", "A", "heterogeneous", "information", "network", "is", "an", "information", "network", "composed", "of", "multiple", "types", "of", "objects", ".", "Clustering", "on", "such", "a", "network", "may", "lead", "to", "better", "understanding", "of", "both", "hidden", "structures", "of", "the", "network", "and", "the", "individual", "role", "played", "by", "every", "object", "in", "each", "cluster", ".", "However", ",", "although", "clustering", "on", "homogeneous", "networks", "has", "been", "studied", "over", "decades", ",", "clustering", "on", "heterogeneous", "networks", "has", "not", "been", "addressed", "until", "recently", ".", "A", "recent", "study", "proposed", "a", "new", "algorithm", ",", "RankClus", ",", "for", "clustering", "on", "bi-typed", "heterogeneous", "networks", ".", "However", ",", "a", "real-world", "network", "may", "consist", "of", "more", "than", "two", "types", ",", "and", "the", "interactions", "among", "multi-typed", "objects", "play", "a", "key", "role", "at", "disclosing", "the", "rich", "semantics", "that", "a", "network", "carries", ".", "In", "this", "paper", ",", "we", "study", "clustering", "of", "multi-typed", "heterogeneous", "networks", "with", "a", "star", "network", "schema", "and", "propose", "a", "novel", "algorithm", ",", "NetClus", ",", "that", "utilizes", "links", "across", "multityped", "objects", "to", "generate", "high-quality", "net-clusters", ".", "An", "iterative", "enhancement", "method", "is", "developed", "that", "leads", "to", "effective", "ranking-based", "clustering", "in", "such", "heterogeneous", "networks", ".", "Our", "experiments", "on", "DBLP", "data", "show", "that", "NetClus", "generates", "more", "accurate", "clustering", "results", "than", "the", "baseline", "topic", "model", "algorithm", "PLSA", "and", "the", "recently", "proposed", "algorithm", ",", "RankClus", ".", "Further", ",", "NetClus", "generates", "informative", "clusters", ",", "presenting", "good", "ranking", "and", "cluster", "membership", "information", "for", "each", "attribute", "object", "in", "each", "net-cluster", "."], "doc_bio_tags": ["O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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", "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", "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"], "extractive_keyphrases": ["clustering", "heterogeneous information network"], "abstractive_keyphrases": [], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "11626792", "document": ["Online", "discovery", "and", "maintenance", "of", "time", "series", "motifs", "The", "detection", "of", "repeated", "subsequences", ",", "time", "series", "motifs", ",", "is", "a", "problem", "which", "has", "been", "shown", "to", "have", "great", "utility", "for", "several", "higher-level", "data", "mining", "algorithms", ",", "including", "classification", ",", "clustering", ",", "segmentation", ",", "forecasting", ",", "and", "rule", "discovery", ".", "In", "recent", "years", "there", "has", "been", "significant", "research", "effort", "spent", "on", "efficiently", "discovering", "these", "motifs", "in", "static", "offline", "databases", ".", "However", ",", "for", "many", "domains", ",", "the", "inherent", "streaming", "nature", "of", "time", "series", "demands", "online", "discovery", "and", "maintenance", "of", "time", "series", "motifs", ".", "In", "this", "paper", ",", "we", "develop", "the", "first", "online", "motif", "discovery", "algorithm", "which", "monitors", "and", "maintains", "motifs", "exactly", "in", "real", "time", "over", "the", "most", "recent", "history", "of", "a", "stream", ".", "Our", "algorithm", "has", "a", "worst-case", "update", "time", "which", "is", "linear", "to", "the", "window", "size", "and", "is", "extendible", "to", "maintain", "more", "complex", "pattern", "structures", ".", "In", "contrast", ",", "the", "current", "offline", "algorithms", "either", "need", "significant", "update", "time", "or", "require", "very", "costly", "pre-processing", "steps", "which", "online", "algorithms", "simply", "can", "not", "afford", ".", "Our", "core", "ideas", "allow", "useful", "extensions", "of", "our", "algorithm", "to", "deal", "with", "arbitrary", "data", "rates", "and", "discovering", "multidimensional", "motifs", ".", "We", "demonstrate", "the", "utility", "of", "our", "algorithms", "with", "a", "variety", "of", "case", "studies", "in", "the", "domains", "of", "robotics", ",", "acoustic", "monitoring", "and", "online", "compression", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "B", "I", "B", "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", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "B", "I", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["motifs", "online algorithms", "time series"], "abstractive_keyphrases": ["information search and retrieval"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "3961369", "document": ["Utility-based", "anonymization", "using", "local", "recoding", "Privacy", "becomes", "a", "more", "and", "more", "serious", "concern", "in", "applications", "involving", "microdata", ".", "Recently", ",", "efficient", "anonymization", "has", "attracted", "much", "research", "work", ".", "Most", "of", "the", "previous", "methods", "use", "global", "recoding", ",", "which", "maps", "the", "domains", "of", "the", "quasi-identifier", "attributes", "to", "generalized", "or", "changed", "values", ".", "However", ",", "global", "recoding", "may", "not", "always", "achieve", "effective", "anonymization", "in", "terms", "of", "discernability", "and", "query", "answering", "accuracy", "using", "the", "anonymized", "data", ".", "Moreover", ",", "anonymized", "data", "is", "often", "for", "analysis", ".", "As", "well", "accepted", "in", "many", "analytical", "applications", ",", "different", "attributes", "in", "a", "data", "set", "may", "have", "different", "utility", "in", "the", "analysis", ".", "The", "utility", "of", "attributes", "has", "not", "been", "considered", "in", "the", "previous", "methods", ".", "In", "this", "paper", ",", "we", "study", "the", "problem", "of", "utility-based", "anonymization", ".", "First", ",", "we", "propose", "a", "simple", "framework", "to", "specify", "utility", "of", "attributes", ".", "The", "framework", "covers", "both", "numeric", "and", "categorical", "data", ".", "Second", ",", "we", "develop", "two", "simple", "yet", "efficient", "heuristic", "local", "recoding", "methods", "for", "utility-based", "anonymization", ".", "Our", "extensive", "performance", "study", "using", "both", "real", "data", "sets", "and", "synthetic", "data", "sets", "shows", "that", "our", "methods", "outperform", "the", "state-of-the-art", "multidimensional", "global", "recoding", "methods", "in", "both", "discernability", "and", "query", "answering", "accuracy", ".", "Furthermore", ",", "our", "utility-based", "method", "can", "boost", "the", "quality", "of", "analysis", "using", "the", "anonymized", "data", "."], "doc_bio_tags": ["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", "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", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["local recoding", "utility"], "abstractive_keyphrases": ["k-anonymity", "privacy preservation"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "565368", "document": ["Nantonac", "collaborative", "filtering", ":", "recommendation", "based", "on", "order", "responses", "A", "recommender", "system", "suggests", "the", "items", "expected", "to", "be", "preferred", "by", "the", "users", ".", "Recommender", "systems", "use", "collaborative", "filtering", "to", "recommend", "items", "by", "summarizing", "the", "preferences", "of", "people", "who", "have", "tendencies", "similar", "to", "the", "user", "preference", ".", "Traditionally", ",", "the", "degree", "of", "preference", "is", "represented", "by", "a", "scale", ",", "for", "example", ",", "one", "that", "ranges", "from", "one", "to", "five", ".", "This", "type", "of", "measuring", "technique", "is", "called", "the", "semantic", "differential", "(", "SD", ")", "method", ".", "Web", "adopted", "the", "ranking", "method", ",", "however", ",", "rather", "than", "the", "SD", "method", ",", "since", "the", "SD", "method", "is", "intrinsically", "not", "suited", "for", "representing", "individual", "preferences", ".", "In", "the", "ranking", "method", ",", "the", "preferences", "are", "represented", "by", "orders", ",", "which", "are", "sorted", "item", "sequences", "according", "to", "the", "users", "'", "preferences", ".", "We", "here", "propose", "some", "methods", "to", "recommed", "items", "based", "on", "these", "order", "responses", ",", "and", "carry", "out", "the", "comparison", "experiments", "of", "these", "methods", "."], "doc_bio_tags": ["O", "B", "I", "O", "O", "O", "O", "B", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["collaborative filtering", "order", "recommender system"], "abstractive_keyphrases": [], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "4270261", "document": ["Enhanced", "max", "margin", "learning", "on", "multimodal", "data", "mining", "in", "a", "multimedia", "database", "The", "problem", "of", "multimodal", "data", "mining", "in", "a", "multimedia", "database", "can", "be", "addressed", "as", "a", "structured", "prediction", "problem", "where", "we", "learn", "the", "mapping", "from", "an", "input", "to", "the", "structured", "and", "interdependent", "output", "variables", ".", "In", "this", "paper", ",", "built", "upon", "the", "existing", "literature", "on", "the", "max", "margin", "based", "learning", ",", "we", "develop", "a", "new", "max", "margin", "learning", "approach", "called", "Enhanced", "Max", "Margin", "Learning", "(", "EMML", ")", "framework", ".", "In", "addition", ",", "we", "apply", "EMML", "framework", "to", "developing", "an", "effective", "and", "efficient", "solution", "to", "the", "multimodal", "data", "mining", "problem", "in", "a", "multimedia", "database", ".", "The", "main", "contributions", "include", ":", "(", "1", ")", "we", "have", "developed", "a", "new", "max", "margin", "learning", "approach", "-", "the", "enhanced", "max", "margin", "learning", "framework", "that", "is", "much", "more", "efficient", "in", "learning", "with", "a", "much", "faster", "convergence", "rate", ",", "which", "is", "verified", "in", "empirical", "evaluations", ";", "(", "2", ")", "we", "have", "applied", "this", "EMML", "approach", "to", "developing", "an", "effective", "and", "efficient", "solution", "to", "the", "multimodal", "data", "mining", "problem", "that", "is", "highly", "scalable", "in", "the", "sense", "that", "the", "query", "response", "time", "is", "independent", "of", "the", "database", "scale", ",", "allowing", "facilitating", "a", "multimodal", "data", "mining", "querying", "to", "a", "very", "large", "scale", "multimedia", "database", ",", "and", "excelling", "many", "existing", "multimodal", "data", "mining", "methods", "in", "the", "literature", "that", "do", "not", "scale", "up", "at", "all", ";", "this", "advantage", "is", "also", "supported", "through", "the", "complexity", "analysis", "as", "well", "as", "empirical", "evaluations", "against", "a", "state-of-the-art", "multimodal", "data", "mining", "method", "from", "the", "literature", ".", "While", "EMML", "is", "a", "general", "framework", ",", "for", "the", "evaluation", "purpose", ",", "we", "apply", "it", "to", "the", "Berkeley", "Drosophila", "embryo", "image", "database", ",", "and", "report", "the", "performance", "comparison", "with", "a", "state-of-the-art", "multimodal", "data", "mining", "method", "."], "doc_bio_tags": ["O", "B", "I", "O", "O", "B", "I", "I", "O", "O", "O", "O", "O", "O", "O", "B", "I", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "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", "I", "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", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "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", "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", "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", "B", "I", "I", "O", "O"], "extractive_keyphrases": ["max margin", "multimodal data mining"], "abstractive_keyphrases": ["image annotation", "image retrieval"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "286972", "document": ["Using", "the", "fractal", "dimension", "to", "cluster", "datasets"], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": [], "abstractive_keyphrases": ["fractals"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "13537024", "document": ["Toward", "autonomic", "grids", ":", "analyzing", "the", "job", "flow", "with", "affinity", "streaming", "The", "Affinity", "Propagation", "(", "AP", ")", "clustering", "algorithm", "proposed", "by", "Frey", "and", "Dueck", "(", "2007", ")", "provides", "an", "understandable", ",", "nearly", "optimal", "summary", "of", "a", "dataset", ",", "albeit", "with", "quadratic", "computational", "complexity", ".", "This", "paper", ",", "motivated", "by", "Autonomic", "Computing", ",", "extends", "AP", "to", "the", "data", "streaming", "framework", ".", "Firstly", "a", "hierarchical", "strategy", "is", "used", "to", "reduce", "the", "complexity", "to", "O", "(", "N1", "+", "\u03b5", ")", ";", "the", "distortion", "loss", "incurred", "is", "analyzed", "in", "relation", "with", "the", "dimension", "of", "the", "data", "items", ".", "Secondly", ",", "a", "coupling", "with", "a", "change", "detection", "test", "is", "used", "to", "cope", "with", "non-stationary", "data", "distribution", ",", "and", "rebuild", "the", "model", "as", "needed", ".", "The", "presented", "approach", "StrAP", "is", "applied", "to", "the", "stream", "of", "jobs", "submitted", "to", "the", "EGEE", "Grid", ",", "providing", "an", "understandable", "description", "of", "the", "job", "flow", "and", "enabling", "the", "system", "administrator", "to", "spot", "online", "some", "sources", "of", "failures", "."], "doc_bio_tags": ["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", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["affinity propagation", "autonomic computing"], "abstractive_keyphrases": ["online clustering"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "9010759", "document": ["Sampling", "from", "large", "graphs", "Given", "a", "huge", "real", "graph", ",", "how", "can", "we", "derive", "a", "representative", "sample", "?", "There", "are", "many", "known", "algorithms", "to", "compute", "interesting", "measures", "(", "shortest", "paths", ",", "centrality", ",", "betweenness", ",", "etc.", ")", ",", "but", "several", "of", "them", "become", "impractical", "for", "large", "graphs", ".", "Thus", "graph", "sampling", "is", "essential", ".", "The", "natural", "questions", "to", "ask", "are", "(", "a", ")", "which", "sampling", "method", "to", "use", ",", "(", "b", ")", "how", "small", "can", "the", "sample", "size", "be", ",", "and", "(", "c", ")", "how", "to", "scale", "up", "the", "measurements", "of", "the", "sample", "(", "e.g.", ",", "the", "diameter", ")", ",", "to", "get", "estimates", "for", "the", "large", "graph", ".", "The", "deeper", ",", "underlying", "question", "is", "subtle", ":", "how", "do", "we", "measure", "success", "?", ".", "We", "answer", "the", "above", "questions", ",", "and", "test", "our", "answers", "by", "thorough", "experiments", "on", "several", ",", "diverse", "datasets", ",", "spanning", "thousands", "nodes", "and", "edges", ".", "We", "consider", "several", "sampling", "methods", ",", "propose", "novel", "methods", "to", "check", "the", "goodness", "of", "sampling", ",", "and", "develop", "a", "set", "of", "scaling", "laws", "that", "describe", "relations", "between", "the", "properties", "of", "the", "original", "and", "the", "sample", ".", "In", "addition", "to", "the", "theoretical", "contributions", ",", "the", "practical", "conclusions", "from", "our", "work", "are", ":", "Sampling", "strategies", "based", "on", "edge", "selection", "do", "not", "perform", "well", ";", "simple", "uniform", "random", "node", "selection", "performs", "surprisingly", "well", ".", "Overall", ",", "best", "performing", "methods", "are", "the", "ones", "based", "on", "random-walks", "and", "``", "forest", "fire", "''", ";", "they", "match", "very", "accurately", "both", "static", "as", "well", "as", "evolutionary", "graph", "patterns", ",", "with", "sample", "sizes", "down", "to", "about", "15", "%", "of", "the", "original", "graph", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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", "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"], "extractive_keyphrases": ["graph sampling", "scaling laws"], "abstractive_keyphrases": ["graph mining"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "112222", "document": ["Cross-sell", ":", "a", "fast", "promotion-tunable", "customer-item", "recommendation", "method", "based", "on", "conditionally", "independent", "probabilities"], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["recommendation"], "abstractive_keyphrases": ["collaborative filtering", "cross-sell", "electronic commerce", "imputation"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "331245", "document": ["A", "quickstart", "in", "frequent", "structure", "mining", "can", "make", "a", "difference", "Given", "a", "database", ",", "structure", "mining", "algorithms", "search", "for", "substructures", "that", "satisfy", "constraints", "such", "as", "minimum", "frequency", ",", "minimum", "confidence", ",", "minimum", "interest", "and", "maximum", "frequency", ".", "Examples", "of", "substructures", "include", "graphs", ",", "trees", "and", "paths", ".", "For", "these", "substructures", "many", "mining", "algorithms", "have", "been", "proposed", ".", "In", "order", "to", "make", "graph", "mining", "more", "efficient", ",", "we", "investigate", "the", "use", "of", "the", "``", "quickstart", "principle", "''", ",", "which", "is", "based", "on", "the", "fact", "that", "these", "classes", "of", "structures", "are", "contained", "in", "each", "other", ",", "thus", "allowing", "for", "the", "development", "of", "structure", "mining", "algorithms", "that", "split", "the", "search", "into", "steps", "of", "increasing", "complexity", ".", "We", "introduce", "the", "GrAph\\/Sequence\\/Tree", "extractiON", "(", "Gaston", ")", "algorithm", "that", "implements", "this", "idea", "by", "searching", "first", "for", "frequent", "paths", ",", "then", "frequent", "free", "trees", "and", "finally", "cyclic", "graphs", ".", "We", "investigate", "two", "alternatives", "for", "computing", "the", "frequency", "of", "structures", "and", "present", "experimental", "results", "to", "relate", "these", "alternatives", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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", "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", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["graphs", "structures"], "abstractive_keyphrases": ["frequent item sets", "semi-structures"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "275061", "document": ["Mining", "knowledge-sharing", "sites", "for", "viral", "marketing", "Viral", "marketing", "takes", "advantage", "of", "networks", "of", "influence", "among", "customers", "to", "inexpensively", "achieve", "large", "changes", "in", "behavior", ".", "Our", "research", "seeks", "to", "put", "it", "on", "a", "firmer", "footing", "by", "mining", "these", "networks", "from", "data", ",", "building", "probabilistic", "models", "of", "them", ",", "and", "using", "these", "models", "to", "choose", "the", "best", "viral", "marketing", "plan", ".", "Knowledge-sharing", "sites", ",", "where", "customers", "review", "products", "and", "advise", "each", "other", ",", "are", "a", "fertile", "source", "for", "this", "type", "of", "data", "mining", ".", "In", "this", "paper", "we", "extend", "our", "previous", "techniques", ",", "achieving", "a", "large", "reduction", "in", "computational", "cost", ",", "and", "apply", "them", "to", "data", "from", "a", "knowledge-sharing", "site", ".", "We", "optimize", "the", "amount", "of", "marketing", "funds", "spent", "on", "each", "customer", ",", "rather", "than", "just", "making", "a", "binary", "decision", "on", "whether", "to", "market", "to", "him", ".", "We", "take", "into", "account", "the", "fact", "that", "knowledge", "of", "the", "network", "is", "partial", ",", "and", "that", "gathering", "that", "knowledge", "can", "itself", "have", "a", "cost", ".", "Our", "results", "show", "the", "robustness", "and", "utility", "of", "our", "approach", "."], "doc_bio_tags": ["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", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["probabilistic models", "viral marketing"], "abstractive_keyphrases": ["direct marketing", "knowledge sharing", "linear models", "social networks"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "1186368", "document": ["GPLAG", ":", "detection", "of", "software", "plagiarism", "by", "program", "dependence", "graph", "analysis", "Along", "with", "the", "blossom", "of", "open", "source", "projects", "comes", "the", "convenience", "for", "software", "plagiarism", ".", "A", "company", ",", "if", "less", "self-disciplined", ",", "may", "be", "tempted", "to", "plagiarize", "some", "open", "source", "projects", "for", "its", "own", "products", ".", "Although", "current", "plagiarism", "detection", "tools", "appear", "sufficient", "for", "academic", "use", ",", "they", "are", "nevertheless", "short", "for", "fighting", "against", "serious", "plagiarists", ".", "For", "example", ",", "disguises", "like", "statement", "reordering", "and", "code", "insertion", "can", "effectively", "confuse", "these", "tools", ".", "In", "this", "paper", ",", "we", "develop", "a", "new", "plagiarism", "detection", "tool", ",", "called", "GPLAG", ",", "which", "detects", "plagiarism", "by", "mining", "program", "dependence", "graphs", "(", "PDGs", ")", ".", "A", "PDG", "is", "a", "graphic", "representation", "of", "the", "data", "and", "control", "dependencies", "within", "a", "procedure", ".", "Because", "PDGs", "are", "nearly", "invariant", "during", "plagiarism", ",", "GPLAG", "is", "more", "effective", "than", "state-of-the-art", "tools", "for", "plagiarism", "detection", ".", "In", "order", "to", "make", "GPLAG", "scalable", "to", "large", "programs", ",", "a", "statistical", "lossy", "filter", "is", "proposed", "to", "prune", "the", "plagiarism", "search", "space", ".", "Experiment", "study", "shows", "that", "GPLAG", "is", "both", "effective", "and", "efficient", ":", "It", "detects", "plagiarism", "that", "easily", "slips", "over", "existing", "tools", ",", "and", "it", "usually", "takes", "a", "few", "seconds", "to", "find", "(", "simulated", ")", "plagiarism", "in", "programs", "having", "thousands", "of", "lines", "of", "code", "."], "doc_bio_tags": ["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"], "extractive_keyphrases": ["program dependence graph"], "abstractive_keyphrases": ["graph mining", "software plagiarism detection"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "4762612", "document": ["Mining", "relational", "data", "through", "correlation-based", "multiple", "view", "validation", "Commercial", "relational", "databases", "currently", "store", "vast", "amounts", "of", "real-world", "data", ".", "The", "data", "within", "these", "relational", "repositories", "are", "represented", "by", "multiple", "relations", ",", "which", "are", "inter-connected", "by", "means", "of", "foreign", "key", "joins", ".", "The", "mining", "of", "such", "interrelated", "data", "poses", "a", "major", "challenge", "to", "the", "data", "mining", "community", ".", "Unfortunately", ",", "traditional", "data", "mining", "algorithms", "usually", "only", "explore", "one", "relation", ",", "the", "so-called", "target", "relation", ",", "thus", "excluding", "crucial", "knowledge", "embedded", "in", "the", "related", "so-called", "background", "relations", ".", "In", "this", "paper", ",", "we", "propose", "a", "novel", "approach", "for", "classifying", "relational", "such", "domains", ".", "This", "strategy", "employs", "multiple", "views", "to", "capture", "crucial", "information", "not", "only", "from", "the", "target", "relation", ",", "but", "also", "from", "related", "relations", ".", "This", "information", "is", "integrated", "into", "the", "relational", "mining", "process", ".", "The", "framework", "presented", "here", ",", "firstly", ",", "explore", "the", "relational", "domain", "to", "partition", "its", "features", "space", "into", "multiple", "subsets", ".", "Subsequently", ",", "these", "subsets", "are", "used", "to", "construct", "multiple", "uncorrelated", "views", ",", "based", "on", "a", "novel", "correlation-based", "view", "validation", "method", ",", "against", "the", "target", "concept", ".", "Finally", ",", "the", "knowledge", "possessed", "by", "multiple", "views", "are", "incorporated", "into", "a", "meta-learning", "mechanism", "to", "augment", "one", "another", ".", "Based", "on", "this", "framework", ",", "a", "wide", "range", "of", "conventional", "data", "mining", "methods", "can", "be", "applied", "to", "mine", "relational", "databases", ".", "Our", "experiments", "on", "benchmark", "real-world", "data", "sets", "show", "that", "the", "proposed", "method", "achieves", "promising", "results", "both", "in", "terms", "of", "overall", "accuracy", "obtained", "and", "run", "time", ",", "when", "compared", "with", "two", "other", "relational", "data", "mining", "approaches", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": [], "abstractive_keyphrases": ["classification", "multi-relational data mining", "multi-view learning", "relational database"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "6259100", "document": ["Summarizing", "itemset", "patterns", "using", "probabilistic", "models", "In", "this", "paper", ",", "we", "propose", "a", "novel", "probabilistic", "approach", "to", "summarize", "frequent", "itemset", "patterns", ".", "Such", "techniques", "are", "useful", "for", "summarization", ",", "post-processing", ",", "and", "end-user", "interpretation", ",", "particularly", "for", "problems", "where", "the", "resulting", "set", "of", "patterns", "are", "huge", ".", "In", "our", "approach", "items", "in", "the", "dataset", "are", "modeled", "as", "random", "variables", ".", "We", "then", "construct", "a", "Markov", "Random", "Fields", "(", "MRF", ")", "on", "these", "variables", "based", "on", "frequent", "itemsets", "and", "their", "occurrence", "statistics", ".", "The", "summarization", "proceeds", "in", "a", "level-wise", "iterative", "fashion", ".", "Occurrence", "statistics", "of", "itemsets", "at", "the", "lowest", "level", "are", "used", "to", "construct", "an", "initial", "MRF", ".", "Statistics", "of", "itemsets", "at", "the", "next", "level", "can", "then", "be", "inferred", "from", "the", "model", ".", "We", "use", "those", "patterns", "whose", "occurrence", "can", "not", "be", "accurately", "inferred", "from", "the", "model", "to", "augment", "the", "model", "in", "an", "iterative", "manner", ",", "repeating", "the", "procedure", "until", "all", "frequent", "itemsets", "can", "be", "modeled", ".", "The", "resulting", "MRF", "model", "affords", "a", "concise", "and", "useful", "representation", "of", "the", "original", "collection", "of", "itemsets", ".", "Extensive", "empirical", "study", "on", "real", "datasets", "show", "that", "the", "new", "approach", "can", "effectively", "summarize", "a", "large", "number", "of", "itemsets", "and", "typically", "significantly", "outperforms", "extant", "approaches", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": [], "abstractive_keyphrases": ["itemset pattern summarization", "markov random field", "probabilistic graphical model"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "75941", "document": ["Selecting", "the", "right", "interestingness", "measure", "for", "association", "patterns", "Many", "techniques", "for", "association", "rule", "mining", "and", "feature", "selection", "require", "a", "suitable", "metric", "to", "capture", "the", "dependencies", "among", "variables", "in", "a", "data", "set", ".", "For", "example", ",", "metrics", "such", "as", "support", ",", "confidence", ",", "lift", ",", "correlation", ",", "and", "collective", "strength", "are", "often", "used", "to", "determine", "the", "interestingness", "of", "association", "patterns", ".", "However", ",", "many", "such", "measures", "provide", "conflicting", "information", "about", "the", "interestingness", "of", "a", "pattern", ",", "and", "the", "best", "metric", "to", "use", "for", "a", "given", "application", "domain", "is", "rarely", "known", ".", "In", "this", "paper", ",", "we", "present", "an", "overview", "of", "various", "measures", "proposed", "in", "the", "statistics", ",", "machine", "learning", "and", "data", "mining", "literature", ".", "We", "describe", "several", "key", "properties", "one", "should", "examine", "in", "order", "to", "select", "the", "right", "measure", "for", "a", "given", "application", "domain", ".", "A", "comparative", "study", "of", "these", "properties", "is", "made", "using", "twenty", "one", "of", "the", "existing", "measures", ".", "We", "show", "that", "each", "measure", "has", "different", "properties", "which", "make", "them", "useful", "for", "some", "application", "domains", ",", "but", "not", "for", "others", ".", "We", "also", "present", "two", "scenarios", "in", "which", "most", "of", "the", "existing", "measures", "agree", "with", "each", "other", ",", "namely", ",", "support-based", "pruning", "and", "table", "standardization", ".", "Finally", ",", "we", "present", "an", "algorithm", "to", "select", "a", "small", "set", "of", "tables", "such", "that", "an", "expert", "can", "select", "a", "desirable", "measure", "by", "looking", "at", "just", "this", "small", "set", "of", "tables", "."], "doc_bio_tags": ["O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["interestingness measure"], "abstractive_keyphrases": ["associations", "contingency tables"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "14043768", "document": ["Mining", "closed", "episodes", "with", "simultaneous", "events", "Sequential", "pattern", "discovery", "is", "a", "well-studied", "field", "in", "data", "mining", ".", "Episodes", "are", "sequential", "patterns", "describing", "events", "that", "often", "occur", "in", "the", "vicinity", "of", "each", "other", ".", "Episodes", "can", "impose", "restrictions", "to", "the", "order", "of", "the", "events", ",", "which", "makes", "them", "a", "versatile", "technique", "for", "describing", "complex", "patterns", "in", "the", "sequence", ".", "Most", "of", "the", "research", "on", "episodes", "deals", "with", "special", "cases", "such", "as", "serial", ",", "parallel", ",", "and", "injective", "episodes", ",", "while", "discovering", "general", "episodes", "is", "understudied", ".", "In", "this", "paper", "we", "extend", "the", "definition", "of", "an", "episode", "in", "order", "to", "be", "able", "to", "represent", "cases", "where", "events", "often", "occur", "simultaneously", ".", "We", "present", "an", "efficient", "and", "novel", "miner", "for", "discovering", "frequent", "and", "closed", "general", "episodes", ".", "Such", "a", "task", "presents", "unique", "challenges", ".", "Firstly", ",", "we", "can", "not", "define", "closure", "based", "on", "frequency", ".", "We", "solve", "this", "by", "computing", "a", "more", "conservative", "closure", "that", "we", "use", "to", "reduce", "the", "search", "space", "and", "discover", "the", "closed", "episodes", "as", "a", "postprocessing", "step", ".", "Secondly", ",", "episodes", "are", "traditionally", "presented", "as", "directed", "acyclic", "graphs", ".", "We", "argue", "that", "this", "representation", "has", "drawbacks", "leading", "to", "redundancy", "in", "the", "output", ".", "We", "solve", "these", "drawbacks", "by", "defining", "a", "subset", "relationship", "in", "such", "a", "way", "that", "allows", "us", "to", "remove", "the", "redundant", "episodes", ".", "We", "demonstrate", "the", "efficiency", "of", "our", "algorithm", "and", "the", "need", "for", "using", "closed", "episodes", "empirically", "on", "synthetic", "and", "real-world", "datasets", "."], "doc_bio_tags": ["O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["closed episodes"], "abstractive_keyphrases": ["depth-first search", "frequent episodes"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "100442", "document": ["Learning", "nonstationary", "models", "of", "normal", "network", "traffic", "for", "detecting", "novel", "attacks", "Traditional", "intrusion", "detection", "systems", "(", "IDS", ")", "detect", "attacks", "by", "comparing", "current", "behavior", "to", "signatures", "of", "known", "attacks", ".", "One", "main", "drawback", "is", "the", "inability", "of", "detecting", "new", "attacks", "which", "do", "not", "have", "known", "signatures", ".", "In", "this", "paper", "we", "propose", "a", "learning", "algorithm", "that", "constructs", "models", "of", "normal", "behavior", "from", "attack-free", "network", "traffic", ".", "Behavior", "that", "deviates", "from", "the", "learned", "normal", "model", "signals", "possible", "novel", "attacks", ".", "Our", "IDS", "is", "unique", "in", "two", "respects", ".", "First", ",", "it", "is", "nonstationary", ",", "modeling", "probabilities", "based", "on", "the", "time", "since", "the", "last", "event", "rather", "than", "on", "average", "rate", ".", "This", "prevents", "alarm", "floods", ".", "Second", ",", "the", "IDS", "learns", "protocol", "vocabularies", "(", "at", "the", "data", "link", "through", "application", "layers", ")", "in", "order", "to", "detect", "unknown", "attacks", "that", "attempt", "to", "exploit", "implementation", "errors", "in", "poorly", "tested", "features", "of", "the", "target", "software", ".", "On", "the", "1999", "DARPA", "IDS", "evaluation", "data", "set", "(", "9", ")", ",", "we", "detect", "70", "of", "180", "attacks", "(", "with", "100", "false", "alarms", ")", ",", "about", "evenly", "divided", "between", "user", "behavioral", "anomalies", "(", "IP", "addresses", "and", "ports", ",", "as", "modeled", "by", "most", "other", "systems", ")", "and", "protocol", "anomalies", ".", "Because", "our", "methods", "are", "unconventional", "there", "is", "a", "significant", "non-overlap", "of", "our", "IDS", "with", "the", "original", "DARPA", "participants", ",", "which", "implies", "that", "they", "could", "be", "combined", "to", "increase", "coverage", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": [], "abstractive_keyphrases": ["security and protection", "unauthorized access"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "5200152", "document": ["Detection", "of", "emerging", "space-time", "clusters", "We", "propose", "a", "new", "class", "of", "spatio-temporal", "cluster", "detection", "methods", "designed", "for", "the", "rapid", "detection", "of", "emerging", "space-time", "clusters", ".", "We", "focus", "on", "the", "motivating", "application", "of", "prospective", "disease", "surveillance", ":", "detecting", "space-time", "clusters", "of", "disease", "cases", "resulting", "from", "an", "emerging", "disease", "outbreak", ".", "Automatic", ",", "real-time", "detection", "of", "outbreaks", "can", "enable", "rapid", "epidemiological", "response", ",", "potentially", "reducing", "rates", "of", "morbidity", "and", "mortality", ".", "Building", "on", "the", "prior", "work", "on", "spatial", "and", "space-time", "scan", "statistics", ",", "our", "methods", "combine", "time", "series", "analysis", "(", "to", "determine", "how", "many", "cases", "we", "expect", "to", "observe", "for", "a", "given", "spatial", "region", "in", "a", "given", "time", "interval", ")", "with", "new", "``", "emerging", "cluster", "''", "space-time", "scan", "statistics", "(", "to", "decide", "whether", "an", "observed", "increase", "in", "cases", "in", "a", "region", "is", "significant", ")", ",", "enabling", "fast", "and", "accurate", "detection", "of", "emerging", "outbreaks", ".", "We", "evaluate", "these", "methods", "on", "two", "types", "of", "simulated", "outbreaks", ":", "aerosol", "release", "of", "inhalational", "anthrax", "(", "e.g.", "from", "a", "bioterrorist", "attack", ")", "and", "FLOO", "(", "``", "Fictional", "Linear", "Onset", "Outbreak", "''", ")", ",", "injected", "into", "actual", "baseline", "data", "(", "Emergency", "Department", "records", "and", "over-the-counter", "drug", "sales", "data", "from", "Allegheny", "County", ")", ".", "We", "demonstrate", "that", "our", "methods", "are", "successful", "in", "rapidly", "detecting", "both", "outbreak", "types", "while", "keeping", "the", "number", "of", "false", "positives", "low", ",", "and", "show", "that", "our", "new", "``", "emerging", "cluster", "''", "scan", "statistics", "consistently", "outperform", "the", "standard", "``", "persistent", "cluster", "''", "scan", "statistics", "approach", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["cluster detection"], "abstractive_keyphrases": ["biosurveillance", "space-time scan statistics"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "1360368", "document": ["Construct", "robust", "rule", "sets", "for", "classification", "We", "study", "the", "problem", "of", "computing", "classification", "rule", "sets", "from", "relational", "databases", "so", "that", "accurate", "predictions", "can", "be", "made", "on", "test", "data", "with", "missing", "attribute", "values", ".", "Traditional", "classifiers", "perform", "badly", "when", "test", "data", "are", "not", "as", "complete", "as", "the", "training", "data", "because", "they", "tailor", "a", "training", "database", "too", "much", ".", "We", "introduce", "the", "concept", "of", "one", "rule", "set", "being", "more", "robust", "than", "another", ",", "that", "is", ",", "able", "to", "make", "more", "accurate", "predictions", "on", "test", "data", "with", "missing", "attribute", "values", ".", "We", "show", "that", "the", "optimal", "class", "association", "rule", "set", "is", "as", "robust", "as", "the", "complete", "class", "association", "rule", "set", ".", "We", "then", "introduce", "the", "k-optimal", "rule", "set", ",", "which", "provides", "predictions", "exactly", "the", "same", "as", "the", "optimal", "class", "association", "rule", "set", "on", "test", "data", "with", "up", "to", "k", "missing", "attribute", "values", ".", "This", "leads", "to", "a", "hierarchy", "of", "k-optimal", "rule", "sets", "in", "which", "decreasing", "size", "corresponds", "to", "decreasing", "robustness", ",", "and", "they", "all", "more", "robust", "than", "a", "traditional", "classification", "rule", "set", ".", "We", "introduce", "two", "methods", "to", "find", "k-optimal", "rule", "sets", ",", "i.e.", "an", "optimal", "association", "rule", "mining", "approach", "and", "a", "heuristic", "approximate", "approach", ".", "We", "show", "experimentally", "that", "a", "k-optimal", "rule", "set", "generated", "by", "the", "optimal", "association", "rule", "mining", "approach", "performs", "better", "than", "that", "by", "the", "heuristic", "approximate", "approach", "and", "both", "rule", "sets", "perform", "significantly", "better", "than", "a", "typical", "classification", "rule", "set", "(", "C4", ".5", "Rules", ")", "on", "incomplete", "test", "data", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["association rule", "classification rule"], "abstractive_keyphrases": ["deduction"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "15380", "document": ["Web", "usage", "mining", "based", "on", "probabilistic", "latent", "semantic", "analysis", "The", "primary", "goal", "of", "Web", "usage", "mining", "is", "the", "discovery", "of", "patterns", "in", "the", "navigational", "behavior", "of", "Web", "users", ".", "Standard", "approaches", ",", "such", "as", "clustering", "of", "user", "sessions", "and", "discovering", "association", "rules", "or", "frequent", "navigational", "paths", ",", "do", "not", "generally", "provide", "the", "ability", "to", "automatically", "characterize", "or", "quantify", "the", "unobservable", "factors", "that", "lead", "to", "common", "navigational", "patterns", ".", "It", "is", ",", "therefore", ",", "necessary", "to", "develop", "techniques", "that", "can", "automatically", "discover", "hidden", "semantic", "relationships", "among", "users", "as", "well", "as", "between", "users", "and", "Web", "objects", ".", "Probabilistic", "Latent", "Semantic", "Analysis", "(", "PLSA", ")", "is", "particularly", "useful", "in", "this", "context", ",", "since", "it", "can", "uncover", "latent", "semantic", "associations", "among", "users", "and", "pages", "based", "on", "the", "co-occurrence", "patterns", "of", "these", "pages", "in", "user", "sessions", ".", "In", "this", "paper", ",", "we", "develop", "a", "unified", "framework", "for", "the", "discovery", "and", "analysis", "of", "Web", "navigational", "patterns", "based", "on", "PLSA", ".", "We", "show", "the", "flexibility", "of", "this", "framework", "in", "characterizing", "various", "relationships", "among", "users", "and", "Web", "objects", ".", "Since", "these", "relationships", "are", "measured", "in", "terms", "of", "probabilities", ",", "we", "are", "able", "to", "use", "probabilistic", "inference", "to", "perform", "a", "variety", "of", "analysis", "tasks", "such", "as", "user", "segmentation", ",", "page", "classification", ",", "as", "well", "as", "predictive", "tasks", "such", "as", "collaborative", "recommendations", ".", "We", "demonstrate", "the", "effectiveness", "of", "our", "approach", "through", "experiments", "performed", "on", "real-world", "data", "sets", "."], "doc_bio_tags": ["B", "I", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["plsa", "web usage mining"], "abstractive_keyphrases": ["user profiling"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "959147", "document": ["Fast", "mining", "of", "high", "dimensional", "expressive", "contrast", "patterns", "using", "zero-suppressed", "binary", "decision", "diagrams", "Patterns", "of", "contrast", "are", "a", "very", "important", "way", "of", "comparing", "multi-dimensional", "datasets", ".", "Such", "patterns", "are", "able", "to", "capture", "regions", "of", "high", "difference", "between", "two", "classes", "of", "data", ",", "and", "are", "useful", "for", "human", "experts", "and", "the", "construction", "of", "classifiers", ".", "However", ",", "mining", "such", "patterns", "is", "particularly", "challenging", "when", "the", "number", "of", "dimensions", "is", "large", ".", "This", "paper", "describes", "a", "new", "technique", "for", "mining", "several", "varieties", "of", "contrast", "pattern", ",", "based", "on", "the", "use", "of", "Zero-Suppressed", "Binary", "Decision", "Diagrams", "(", "ZBDDs", ")", ",", "a", "powerful", "data", "structure", "for", "manipulating", "sparse", "data", ".", "We", "study", "the", "mining", "of", "both", "simple", "contrast", "patterns", ",", "such", "as", "emerging", "patterns", ",", "and", "more", "novel", "and", "complex", "contrasts", ",", "which", "we", "call", "disjunctive", "emerging", "patterns", ".", "A", "performance", "study", "demonstrates", "our", "ZBDD", "technique", "is", "highly", "scalable", ",", "substantially", "improves", "on", "state", "of", "the", "art", "mining", "for", "emerging", "patterns", "and", "can", "be", "effective", "for", "discovering", "complex", "contrasts", "from", "datasets", "with", "thousands", "of", "attributes", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["contrast patterns", "disjunctive emerging patterns"], "abstractive_keyphrases": ["zero-suppressed binary decision diagrams"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "13222049", "document": ["Apolo", ":", "interactive", "large", "graph", "sensemaking", "by", "combining", "machine", "learning", "and", "visualization", "We", "present", "APOLO", ",", "a", "system", "that", "uses", "a", "mixed-initiative", "approach", "to", "help", "people", "interactively", "explore", "and", "make", "sense", "of", "large", "network", "datasets", ".", "It", "combines", "visualization", ",", "rich", "user", "interaction", "and", "machine", "learning", "to", "engage", "the", "user", "in", "bottom-up", "sensemaking", "to", "gradually", "build", "up", "an", "understanding", "over", "time", "by", "starting", "small", ",", "rather", "than", "starting", "big", "and", "drilling", "down", ".", "APOLO", "helps", "users", "find", "relevant", "information", "by", "specifying", "exemplars", ",", "and", "then", "using", "a", "machine", "learning", "method", "called", "Belief", "Propagation", "to", "infer", "which", "other", "nodes", "may", "be", "of", "interest", ".", "We", "demonstrate", "APOLO", "'s", "usage", "and", "benefits", "using", "a", "Google", "Scholar", "citation", "graph", ",", "consisting", "of", "83,000", "articles", "(", "nodes", ")", "and", "150,000", "citations", "relationships", ".", "A", "demo", "video", "of", "APOLO", "is", "available", "at", "http:\\/\\/www.cs.cmu.edu\\/~dchau\\/apolo\\/apolo.mp4", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["belief propagation", "large network", "sensemaking"], "abstractive_keyphrases": ["user interfaces"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "4504437", "document": ["Finding", "similar", "files", "in", "large", "document", "repositories", "Hewlett-Packard", "has", "many", "millions", "of", "technical", "support", "documents", "in", "a", "variety", "of", "collections", ".", "As", "part", "of", "content", "management", ",", "such", "collections", "are", "periodically", "merged", "and", "groomed", ".", "In", "the", "process", ",", "it", "becomes", "important", "to", "identify", "and", "weed", "out", "support", "documents", "that", "are", "largely", "duplicates", "of", "newer", "versions", ".", "Doing", "so", "improves", "the", "quality", "of", "the", "collection", ",", "eliminates", "chaff", "from", "search", "results", ",", "and", "improves", "customer", "satisfaction", ".", "The", "technical", "challenge", "is", "that", "through", "workflow", "and", "human", "processes", ",", "the", "knowledge", "of", "which", "documents", "are", "related", "is", "often", "lost", ".", "We", "required", "a", "method", "that", "could", "identify", "similar", "documents", "based", "on", "their", "content", "alone", ",", "without", "relying", "on", "metadata", ",", "which", "may", "be", "corrupt", "or", "missing", ".", "We", "present", "an", "approach", "for", "finding", "similar", "files", "that", "scales", "up", "to", "large", "document", "repositories", ".", "It", "is", "based", "on", "chunking", "the", "byte", "stream", "to", "find", "unique", "signatures", "that", "may", "be", "shared", "in", "multiple", "files", ".", "An", "analysis", "of", "the", "file-chunk", "graph", "yields", "clusters", "of", "related", "files", ".", "An", "optional", "bipartite", "graph", "partitioning", "algorithm", "can", "be", "applied", "to", "greatly", "increase", "scalability", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O"], "extractive_keyphrases": ["content management", "scalability"], "abstractive_keyphrases": ["content analysis and indexing", "document management", "near duplicate detection", "similarity"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "4842627", "document": ["Structure", "and", "evolution", "of", "online", "social", "networks", "In", "this", "paper", ",", "we", "consider", "the", "evolution", "of", "structure", "within", "large", "online", "social", "networks", ".", "We", "present", "a", "series", "of", "measurements", "of", "two", "such", "networks", ",", "together", "comprising", "in", "excess", "of", "five", "million", "people", "and", "ten", "million", "friendship", "links", ",", "annotated", "with", "metadata", "capturing", "the", "time", "of", "every", "event", "in", "the", "life", "of", "the", "network", ".", "Our", "measurements", "expose", "a", "surprising", "segmentation", "of", "these", "networks", "into", "three", "regions", ":", "singletons", "who", "do", "not", "participate", "in", "the", "network", ";", "isolated", "communities", "which", "overwhelmingly", "display", "star", "structure", ";", "and", "a", "giant", "component", "anchored", "by", "a", "well-connected", "core", "region", "which", "persists", "even", "in", "the", "absence", "of", "stars", ".", "We", "present", "a", "simple", "model", "of", "network", "growth", "which", "captures", "these", "aspects", "of", "component", "structure", ".", "The", "model", "follows", "our", "experimental", "results", ",", "characterizing", "users", "as", "either", "passive", "members", "of", "the", "network", ";", "inviters", "who", "encourage", "offline", "friends", "and", "acquaintances", "to", "migrate", "online", ";", "and", "linkers", "who", "fully", "participate", "in", "the", "social", "evolution", "of", "the", "network", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["social networks", "stars"], "abstractive_keyphrases": ["graph evolution", "graph mining", "small-world phenomenon"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "3715814", "document": ["Automatic", "mining", "of", "fruit", "fly", "embryo", "images", "We", "present", "FEMine", ",", "an", "automatic", "system", "for", "image-based", "gene", "expression", "analysis", ".", "We", "perform", "experiments", "on", "the", "largest", "publicly", "available", "collection", "of", "Drosophila", "ISH", "(", "in", "situ", "hybridization", ")", "images", ",", "showing", "that", "our", "FEMine", "system", "achieves", "excellent", "performance", "in", "classification", ",", "clustering", ",", "and", "content-based", "image", "retrieval", ".", "The", "major", "innovation", "of", "FEMine", "is", "the", "use", "of", "automatically", "discovered", "latent", "spatial", "``", "themes", "''", "of", "gene", "expressions", ",", "LGEs", ",", "in", "the", "whole-embryo", "context", ",", "as", "opposed", "to", "patterns", "in", "nearly", "disjoint", "portions", "of", "an", "embryo", "proposed", "in", "previous", "methods", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["drosophila", "gene expression"], "abstractive_keyphrases": ["embryonic image analysis", "independent component analysis"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "13928451", "document": ["Mining", "uncertain", "data", "with", "probabilistic", "guarantees", "Data", "uncertainty", "is", "inherent", "in", "applications", "such", "as", "sensor", "monitoring", "systems", ",", "location-based", "services", ",", "and", "biological", "databases", ".", "To", "manage", "this", "vast", "amount", "of", "imprecise", "information", ",", "probabilistic", "databases", "have", "been", "recently", "developed", ".", "In", "this", "paper", ",", "we", "study", "the", "discovery", "of", "frequent", "patterns", "and", "association", "rules", "from", "probabilistic", "data", "under", "the", "Possible", "World", "Semantics", ".", "This", "is", "technically", "challenging", ",", "since", "a", "probabilistic", "database", "can", "have", "an", "exponential", "number", "of", "possible", "worlds", ".", "We", "propose", "two", "effcient", "algorithms", ",", "which", "discover", "frequent", "patterns", "in", "bottom-up", "and", "top-down", "manners", ".", "Both", "algorithms", "can", "be", "easily", "extended", "to", "discover", "maximal", "frequent", "patterns", ".", "We", "also", "explain", "how", "to", "use", "these", "patterns", "to", "generate", "association", "rules", ".", "Extensive", "experiments", ",", "using", "real", "and", "synthetic", "datasets", ",", "were", "conducted", "to", "validate", "the", "performance", "of", "our", "methods", "."], "doc_bio_tags": ["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"], "extractive_keyphrases": ["uncertain data"], "abstractive_keyphrases": ["association rule", "frequent pattern"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "3816158", "document": ["A", "scalable", "modular", "convex", "solver", "for", "regularized", "risk", "minimization", "A", "wide", "variety", "of", "machine", "learning", "problems", "can", "be", "described", "as", "minimizing", "a", "regularized", "risk", "functional", ",", "with", "different", "algorithms", "using", "different", "notions", "of", "risk", "and", "different", "regularizers", ".", "Examples", "include", "linear", "Support", "Vector", "Machines", "(", "SVMs", ")", ",", "Logistic", "Regression", ",", "Conditional", "Random", "Fields", "(", "CRFs", ")", ",", "and", "Lasso", "amongst", "others", ".", "This", "paper", "describes", "the", "theory", "and", "implementation", "of", "a", "highly", "scalable", "and", "modular", "convex", "solver", "which", "solves", "all", "these", "estimation", "problems", ".", "It", "can", "be", "parallelized", "on", "a", "cluster", "of", "workstations", ",", "allows", "for", "data-locality", ",", "and", "can", "deal", "with", "regularizers", "such", "as", "l1", "and", "l2", "penalties", ".", "At", "present", ",", "our", "solver", "implements", "20", "different", "estimation", "problems", ",", "can", "be", "easily", "extended", ",", "scales", "to", "millions", "of", "observations", ",", "and", "is", "up", "to", "10", "times", "faster", "than", "specialized", "solvers", "for", "many", "applications", ".", "The", "open", "source", "code", "is", "freely", "available", "as", "part", "of", "the", "ELEFANT", "toolbox", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": [], "abstractive_keyphrases": ["convexity", "optimization"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "14344924", "document": ["Real-time", "bidding", "algorithms", "for", "performance-based", "display", "ad", "allocation", "We", "describe", "a", "real-time", "bidding", "algorithm", "for", "performance-based", "display", "ad", "allocation", ".", "A", "central", "issue", "in", "performance", "display", "advertising", "is", "matching", "campaigns", "to", "ad", "impressions", ",", "which", "can", "be", "formulated", "as", "a", "constrained", "optimization", "problem", "that", "maximizes", "revenue", "subject", "to", "constraints", "such", "as", "budget", "limits", "and", "inventory", "availability", ".", "The", "current", "practice", "is", "to", "solve", "the", "optimization", "problem", "offline", "at", "a", "tractable", "level", "of", "impression", "granularity", "(", "e.g.", ",", "the", "page", "level", ")", ",", "and", "to", "serve", "ads", "online", "based", "on", "the", "precomputed", "static", "delivery", "scheme", ".", "Although", "this", "offline", "approach", "takes", "a", "global", "view", "to", "achieve", "optimality", ",", "it", "fails", "to", "scale", "to", "ad", "allocation", "at", "the", "individual", "impression", "level", ".", "Therefore", ",", "we", "propose", "a", "real-time", "bidding", "algorithm", "that", "enables", "fine-grained", "impression", "valuation", "(", "e.g.", ",", "targeting", "users", "with", "real-time", "conversion", "data", ")", ",", "and", "adjusts", "value-based", "bids", "according", "to", "real-time", "constraint", "snapshots", "(", "e.g.", ",", "budget", "consumption", "levels", ")", ".", "Theoretically", ",", "we", "show", "that", "under", "a", "linear", "programming", "(", "LP", ")", "primal-dual", "formulation", ",", "the", "simple", "real-time", "bidding", "algorithm", "is", "indeed", "an", "online", "solver", "to", "the", "original", "primal", "problem", "by", "taking", "the", "optimal", "solution", "to", "the", "dual", "problem", "as", "input", ".", "In", "other", "words", ",", "the", "online", "algorithm", "guarantees", "the", "offline", "optimality", "given", "the", "same", "level", "of", "knowledge", "an", "offline", "optimization", "would", "have", ".", "Empirically", ",", "we", "develop", "and", "experiment", "with", "two", "real-time", "bid", "adjustment", "approaches", "to", "adapting", "to", "the", "non-stationary", "nature", "of", "the", "marketplace", ":", "one", "adjusts", "bids", "against", "real-time", "constraint", "satisfaction", "levels", "using", "control-theoretic", "methods", ",", "and", "the", "other", "adjusts", "bids", "also", "based", "on", "the", "statistically", "modeled", "historical", "bidding", "landscape", ".", "Finally", ",", "we", "show", "experimental", "results", "with", "real-world", "ad", "delivery", "data", "that", "support", "our", "theoretical", "conclusions", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["linear programming", "performance display"], "abstractive_keyphrases": ["ad exchange", "combinatorial optimization", "real-time bidding"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "8604501", "document": ["Tumor", "cell", "identification", "using", "features", "rules", "Advances", "in", "imaging", "techniques", "have", "led", "to", "large", "repositories", "of", "images", ".", "There", "is", "an", "increasing", "demand", "for", "automated", "systems", "that", "can", "analyze", "complex", "medical", "images", "and", "extract", "meaningful", "information", "for", "mining", "patterns", ".", "Here", ",", "we", "describe", "a", "real-life", "image", "mining", "application", "to", "the", "problem", "of", "tumor", "cell", "counting", ".", "The", "quantitative", "analysis", "of", "tumor", "cells", "is", "fundamental", "to", "characterizing", "the", "activity", "of", "tumor", "cells", ".", "Existing", "approaches", "are", "mostly", "manual", ",", "time-consuming", "and", "subjective", ".", "Efforts", "to", "automate", "the", "process", "of", "cell", "counting", "have", "largely", "focused", "on", "using", "image", "processing", "techniques", "only", ".", "Our", "studies", "indicate", "that", "image", "processing", "alone", "is", "unable", "to", "give", "accurate", "results", ".", "In", "this", "paper", ",", "we", "examine", "the", "use", "of", "extracted", "features", "rules", "to", "aid", "in", "the", "process", "of", "tumor", "cell", "counting", ".", "We", "propose", "a", "robust", "local", "adaptive", "thresholding", "and", "dynamic", "water", "immersion", "algorithms", "to", "segment", "regions", "of", "interesting", "from", "background", ".", "Meaningful", "features", "are", "then", "extracted", "from", "the", "segmented", "regions", ".", "A", "number", "of", "base", "classifiers", "are", "built", "to", "generate", "features", "rules", "to", "help", "identify", "the", "tumor", "cell", ".", "Two", "voting", "strategies", "are", "implemented", "to", "combine", "the", "base", "classifiers", "into", "a", "meta-classifier", ".", "Experiment", "results", "indicate", "that", "this", "process", "of", "using", "extracted", "features", "rules", "to", "help", "identify", "tumor", "cell", "leads", "to", "better", "accuracy", "than", "pure", "image", "processing", "techniques", "alone", "."], "doc_bio_tags": ["O", "O", "B", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "I", "O", "B", "I", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["dynamic water immersion", "features rules", "identification", "local adaptive thresholding"], "abstractive_keyphrases": ["majority vote", "meta classifier", "weighted vote"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "7801205", "document": ["Regression", "error", "characteristic", "surfaces", "This", "paper", "presents", "a", "generalization", "of", "Regression", "Error", "Characteristic", "(", "REC", ")", "curves", ".", "REC", "curves", "describe", "the", "cumulative", "distribution", "function", "of", "the", "prediction", "error", "of", "models", "and", "can", "be", "seen", "as", "a", "generalization", "of", "ROC", "curves", "to", "regression", "problems", ".", "REC", "curves", "provide", "useful", "information", "for", "analyzing", "the", "performance", "of", "models", ",", "particularly", "when", "compared", "to", "error", "statistics", "like", "for", "instance", "the", "Mean", "Squared", "Error", ".", "In", "this", "paper", "we", "present", "Regression", "Error", "Characteristic", "(", "REC", ")", "surfaces", "that", "introduce", "a", "further", "degree", "of", "detail", "by", "plotting", "the", "cumulative", "distribution", "function", "of", "the", "errors", "across", "the", "distribution", "of", "the", "target", "variable", ",", "i.e.", "the", "joint", "cumulative", "distribution", "function", "of", "the", "errors", "and", "the", "target", "variable", ".", "This", "provides", "a", "more", "detailed", "analysis", "of", "the", "performance", "of", "models", "when", "compared", "to", "REC", "curves", ".", "This", "extra", "detail", "is", "particularly", "relevant", "in", "applications", "with", "non-uniform", "error", "costs", ",", "where", "it", "is", "important", "to", "study", "the", "performance", "of", "models", "for", "specific", "ranges", "of", "the", "target", "variable", ".", "In", "this", "paper", "we", "present", "the", "notion", "of", "REC", "surfaces", ",", "describe", "how", "to", "use", "them", "to", "compare", "the", "performance", "of", "models", ",", "and", "illustrate", "their", "use", "with", "an", "important", "practical", "class", "of", "applications", ":", "the", "prediction", "of", "rare", "extreme", "values", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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"], "extractive_keyphrases": ["regression problems"], "abstractive_keyphrases": ["evaluation metrics", "model comparisons"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "784343", "document": ["A", "fast", "kernel-based", "multilevel", "algorithm", "for", "graph", "clustering", "Graph", "clustering", "(", "also", "called", "graph", "partitioning", ")", "--", "clustering", "the", "nodes", "of", "a", "graph", "--", "is", "an", "important", "problem", "in", "diverse", "data", "mining", "applications", ".", "Traditional", "approaches", "involve", "optimization", "of", "graph", "clustering", "objectives", "such", "as", "normalized", "cut", "or", "ratio", "association", ";", "spectral", "methods", "are", "widely", "used", "for", "these", "objectives", ",", "but", "they", "require", "eigenvector", "computation", "which", "can", "be", "slow", ".", "Recently", ",", "graph", "clustering", "with", "a", "general", "cut", "objective", "has", "been", "shown", "to", "be", "mathematically", "equivalent", "to", "an", "appropriate", "weighted", "kernel", "k-means", "objective", "function", ".", "In", "this", "paper", ",", "we", "exploit", "this", "equivalence", "to", "develop", "a", "very", "fast", "multilevel", "algorithm", "for", "graph", "clustering", ".", "Multilevel", "approaches", "involve", "coarsening", ",", "initial", "partitioning", "and", "refinement", "phases", ",", "all", "of", "which", "may", "be", "specialized", "to", "different", "graph", "clustering", "objectives", ".", "Unlike", "existing", "multilevel", "clustering", "approaches", ",", "such", "as", "METIS", ",", "our", "algorithm", "does", "not", "constrain", "the", "cluster", "sizes", "to", "be", "nearly", "equal", ".", "Our", "approach", "gives", "a", "theoretical", "guarantee", "that", "the", "refinement", "step", "decreases", "the", "graph", "cut", "objective", "under", "consideration", ".", "Experiments", "show", "that", "we", "achieve", "better", "final", "objective", "function", "values", "as", "compared", "to", "a", "state-of-the-art", "spectral", "clustering", "algorithm", ":", "on", "a", "series", "of", "benchmark", "test", "graphs", "with", "up", "to", "thirty", "thousand", "nodes", "and", "one", "million", "edges", ",", "our", "algorithm", "achieves", "lower", "normalized", "cut", "values", "in", "67", "%", "of", "our", "experiments", "and", "higher", "ratio", "association", "values", "in", "100", "%", "of", "our", "experiments", ".", "Furthermore", ",", "on", "large", "graphs", ",", "our", "algorithm", "is", "significantly", "faster", "than", "spectral", "methods", ".", "Finally", ",", "our", "algorithm", "requires", "far", "less", "memory", "than", "spectral", "methods", ";", "we", "cluster", "a", "1.2", "million", "node", "movie", "network", "into", "5000", "clusters", ",", "which", "due", "to", "memory", "requirements", "can", "not", "be", "done", "directly", "with", "spectral", "methods", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "B", "I", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["graph clustering", "spectral clustering"], "abstractive_keyphrases": ["kernel methods", "multilevel methods"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "1364456", "document": ["On", "effective", "classification", "of", "strings", "with", "wavelets", "In", "recent", "years", ",", "the", "technological", "advances", "in", "mapping", "genes", "have", "made", "it", "increasingly", "easy", "to", "store", "and", "use", "a", "wide", "variety", "of", "biological", "data", ".", "Such", "data", "are", "usually", "in", "the", "form", "of", "very", "long", "strings", "for", "which", "it", "is", "difficult", "to", "determine", "the", "most", "relevant", "features", "for", "a", "classification", "task", ".", "For", "example", ",", "a", "typical", "DNA", "string", "may", "be", "millions", "of", "characters", "long", ",", "and", "there", "may", "be", "thousands", "of", "such", "strings", "in", "a", "database", ".", "In", "many", "cases", ",", "the", "classification", "behavior", "of", "the", "data", "may", "be", "hidden", "in", "the", "compositional", "behavior", "of", "certain", "segments", "of", "the", "string", "which", "can", "not", "be", "easily", "determined", "apriori", ".", "Another", "problem", "which", "complicates", "the", "classification", "task", "is", "that", "in", "some", "cases", "the", "classification", "behavior", "is", "reflected", "in", "global", "behavior", "of", "the", "string", ",", "whereas", "in", "others", "it", "is", "reflected", "in", "local", "patterns", ".", "Given", "the", "enormous", "variation", "in", "the", "behavior", "of", "the", "strings", "over", "different", "data", "sets", ",", "it", "is", "useful", "to", "develop", "an", "approach", "which", "is", "sensitive", "to", "both", "the", "global", "and", "local", "behavior", "of", "the", "strings", "for", "the", "purpose", "of", "classification", ".", "For", "this", "purpose", ",", "we", "will", "exploit", "the", "multi-resolution", "property", "of", "wavelet", "decomposition", "in", "order", "to", "create", "a", "scheme", "which", "can", "mine", "classification", "characteristics", "at", "different", "levels", "of", "granularity", ".", "The", "resulting", "scheme", "turns", "out", "to", "be", "very", "effective", "in", "practice", "on", "a", "wide", "range", "of", "problems", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": [], "abstractive_keyphrases": ["deduction", "representations"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "8964447", "document": ["Locating", "secret", "messages", "in", "images", "Steganography", "involves", "hiding", "messages", "in", "innocuous", "media", "such", "as", "images", ",", "while", "steganalysis", "is", "the", "field", "of", "detecting", "these", "secret", "messages", ".", "The", "ultimate", "goal", "of", "steganalysis", "is", "two-fold", ":", "making", "a", "binary", "classification", "of", "a", "file", "as", "stego-bearing", "or", "innocent", ",", "and", "secondly", ",", "locating", "the", "hidden", "message", "with", "an", "aim", "to", "extracting", ",", "sterilizing", "or", "manipulating", "it", ".", "Almost", "all", "steganalysis", "approaches", "(", "known", "as", "attacks", ")", "focus", "on", "the", "first", "of", "these", "two", "issues", ".", "In", "this", "paper", ",", "we", "explore", "the", "difficult", "related", "problem", ":", "given", "that", "we", "know", "an", "image", "file", "contains", "steganography", ",", "locate", "which", "pixels", "contain", "the", "message", ".", "We", "treat", "the", "hidden", "message", "location", "problem", "as", "outlier", "detection", "using", "probability\\/energy", "measures", "of", "images", "motivated", "by", "the", "image", "restoration", "community", ".", "Pixels", "contributing", "the", "most", "to", "the", "energy", "calculations", "of", "an", "image", "are", "deemed", "outliers", ".", "Typically", ",", "of", "the", "top", "third", "of", "one", "percent", "of", "most", "energized", "pixels", "(", "outliers", ")", ",", "we", "find", "that", "87", "%", "are", "stego-bearing", "in", "color", "images", "and", "61", "%", "in", "grayscale", "images", ".", "In", "all", "image", "types", "only", "1", "%", "of", "all", "pixels", "are", "stego-bearing", "indicating", "our", "techniques", "provides", "a", "substantial", "lift", "over", "random", "guessing", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["outlier detection", "steganalysis", "steganography"], "abstractive_keyphrases": [], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "329510", "document": ["Discovering", "associations", "with", "numeric", "variables", "This", "paper", "further", "develops", "Aumann", "and", "Lindell", "'s", "(", "3", ")", "proposal", "for", "a", "variant", "of", "association", "rules", "for", "which", "the", "consequent", "is", "a", "numeric", "variable", ".", "It", "is", "argued", "that", "these", "rules", "can", "discover", "useful", "interactions", "with", "numeric", "data", "that", "can", "not", "be", "discovered", "directly", "using", "traditional", "association", "rules", "with", "discretization", ".", "Alternative", "measures", "for", "identifying", "interesting", "rules", "are", "proposed", ".", "Efficient", "algorithms", "are", "presented", "that", "enable", "these", "rules", "to", "be", "discovered", "for", "dense", "data", "sets", "for", "which", "application", "of", "Auman", "and", "Lindell", "'s", "algorithm", "is", "infeasible", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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"], "extractive_keyphrases": ["numeric data"], "abstractive_keyphrases": ["association rule", "impact rule", "information search and retrieval", "learning", "search"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "9521135", "document": ["Fast", "approximate", "spectral", "clustering", "Spectral", "clustering", "refers", "to", "a", "flexible", "class", "of", "clustering", "procedures", "that", "can", "produce", "high-quality", "clusterings", "on", "small", "data", "sets", "but", "which", "has", "limited", "applicability", "to", "large-scale", "problems", "due", "to", "its", "computational", "complexity", "of", "O", "(", "n3", ")", "in", "general", ",", "with", "n", "the", "number", "of", "data", "points", ".", "We", "extend", "the", "range", "of", "spectral", "clustering", "by", "developing", "a", "general", "framework", "for", "fast", "approximate", "spectral", "clustering", "in", "which", "a", "distortion-minimizing", "local", "transformation", "is", "first", "applied", "to", "the", "data", ".", "This", "framework", "is", "based", "on", "a", "theoretical", "analysis", "that", "provides", "a", "statistical", "characterization", "of", "the", "effect", "of", "local", "distortion", "on", "the", "mis-clustering", "rate", ".", "We", "develop", "two", "concrete", "instances", "of", "our", "general", "framework", ",", "one", "based", "on", "local", "k-means", "clustering", "(", "KASP", ")", "and", "one", "based", "on", "random", "projection", "trees", "(", "RASP", ")", ".", "Extensive", "experiments", "show", "that", "these", "algorithms", "can", "achieve", "significant", "speedups", "with", "little", "degradation", "in", "clustering", "accuracy", ".", "Specifically", ",", "our", "algorithms", "outperform", "k-means", "by", "a", "large", "margin", "in", "terms", "of", "accuracy", ",", "and", "run", "several", "times", "faster", "than", "approximate", "spectral", "clustering", "based", "on", "the", "Nystrom", "method", ",", "with", "comparable", "accuracy", "and", "significantly", "smaller", "memory", "footprint", ".", "Remarkably", ",", "our", "algorithms", "make", "it", "possible", "for", "a", "single", "machine", "to", "spectral", "cluster", "data", "sets", "with", "a", "million", "observations", "within", "several", "minutes", "."], "doc_bio_tags": ["O", "O", "B", "I", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["spectral clustering"], "abstractive_keyphrases": ["data quantization", "learning", "unsupervised learning"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "10843923", "document": ["Exploring", "social", "tagging", "graph", "for", "web", "object", "classification", "This", "paper", "studies", "web", "object", "classification", "problem", "with", "the", "novel", "exploration", "of", "social", "tags", ".", "Automatically", "classifying", "web", "objects", "into", "manageable", "semantic", "categories", "has", "long", "been", "a", "fundamental", "preprocess", "for", "indexing", ",", "browsing", ",", "searching", ",", "and", "mining", "these", "objects", ".", "The", "explosive", "growth", "of", "heterogeneous", "web", "objects", ",", "especially", "non-textual", "objects", "such", "as", "products", ",", "pictures", ",", "and", "videos", ",", "has", "made", "the", "problem", "of", "web", "classification", "increasingly", "challenging", ".", "Such", "objects", "often", "suffer", "from", "a", "lack", "of", "easy-extractable", "features", "with", "semantic", "information", ",", "interconnections", "between", "each", "other", ",", "as", "well", "as", "training", "examples", "with", "category", "labels", ".", "In", "this", "paper", ",", "we", "explore", "the", "social", "tagging", "data", "to", "bridge", "this", "gap", ".", "We", "cast", "web", "object", "classification", "problem", "as", "an", "optimization", "problem", "on", "a", "graph", "of", "objects", "and", "tags", ".", "We", "then", "propose", "an", "efficient", "algorithm", "which", "not", "only", "utilizes", "social", "tags", "as", "enriched", "semantic", "features", "for", "the", "objects", ",", "but", "also", "infers", "the", "categories", "of", "unlabeled", "objects", "from", "both", "homogeneous", "and", "heterogeneous", "labeled", "objects", ",", "through", "the", "implicit", "connection", "of", "social", "tags", ".", "Experiment", "results", "show", "that", "the", "exploration", "of", "social", "tags", "effectively", "boosts", "web", "object", "classification", ".", "Our", "algorithm", "significantly", "outperforms", "the", "state-of-the-art", "of", "general", "classification", "methods", "."], "doc_bio_tags": ["O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O"], "extractive_keyphrases": ["general", "optimization", "social tagging", "web classification"], "abstractive_keyphrases": [], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "423858", "document": ["Trajectory", "pattern", "mining", "The", "increasing", "pervasiveness", "of", "location-acquisition", "technologies", "(", "GPS", ",", "GSM", "networks", ",", "etc.", ")", "is", "leading", "to", "the", "collection", "of", "large", "spatio-temporal", "datasets", "and", "to", "the", "opportunity", "of", "discovering", "usable", "knowledge", "about", "movement", "behavior", ",", "which", "fosters", "novel", "applications", "and", "services", ".", "In", "this", "paper", ",", "we", "move", "towards", "this", "direction", "and", "develop", "an", "extension", "of", "the", "sequential", "pattern", "mining", "paradigm", "that", "analyzes", "the", "trajectories", "of", "moving", "objects", ".", "We", "introduce", "trajectory", "patterns", "as", "concise", "descriptions", "of", "frequent", "behaviors", ",", "in", "terms", "of", "both", "space", "(", "i.e.", ",", "the", "regions", "of", "space", "visited", "during", "movements", ")", "and", "time", "(", "i.e.", ",", "the", "duration", "of", "movements", ")", ".", "In", "this", "setting", ",", "we", "provide", "a", "general", "formal", "statement", "of", "the", "novel", "mining", "problem", "and", "then", "study", "several", "different", "instantiations", "of", "different", "complexity", ".", "The", "various", "approaches", "are", "then", "empirically", "evaluated", "over", "real", "data", "and", "synthetic", "benchmarks", ",", "comparing", "their", "strengths", "and", "weaknesses", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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"], "extractive_keyphrases": ["trajectory patterns"], "abstractive_keyphrases": ["spatio-temporal data mining"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "6461568", "document": ["A", "general", "approach", "to", "incorporate", "data", "quality", "matrices", "into", "data", "mining", "algorithms", "Data", "quality", "is", "a", "central", "issue", "for", "many", "information-oriented", "organizations", ".", "Recent", "advances", "in", "the", "data", "quality", "field", "reflect", "the", "view", "that", "a", "database", "is", "the", "product", "of", "a", "manufacturing", "process", ".", "While", "routine", "errors", ",", "such", "as", "non-existent", "zip", "codes", ",", "can", "be", "detected", "and", "corrected", "using", "traditional", "data", "cleansing", "tools", ",", "many", "errors", "systemic", "to", "the", "manufacturing", "process", "can", "not", "be", "addressed", ".", "Therefore", ",", "the", "product", "of", "the", "data", "manufacturing", "process", "is", "an", "imprecise", "recording", "of", "information", "about", "the", "entities", "of", "interest", "(", "i.e.", "customers", ",", "transactions", "or", "assets", ")", ".", "In", "this", "way", ",", "the", "database", "is", "only", "one", "(", "flawed", ")", "version", "of", "the", "entities", "it", "is", "supposed", "to", "represent", ".", "Quality", "assurance", "systems", "such", "as", "Motorola", "'s", "Six-Sigma", "and", "other", "continuous", "improvement", "methods", "document", "the", "data", "manufacturing", "process", "'s", "shortcomings", ".", "A", "widespread", "method", "of", "documentation", "is", "quality", "matrices", ".", "In", "this", "paper", ",", "we", "explore", "the", "use", "of", "the", "readily", "available", "data", "quality", "matrices", "for", "the", "data", "mining", "classification", "task", ".", "We", "first", "illustrate", "that", "if", "we", "do", "not", "factor", "in", "these", "quality", "matrices", ",", "then", "our", "results", "for", "prediction", "are", "sub-optimal", ".", "We", "then", "suggest", "a", "general-purpose", "ensemble", "approach", "that", "perturbs", "the", "data", "according", "to", "these", "quality", "matrices", "to", "improve", "the", "predictive", "accuracy", "and", "show", "the", "improvement", "is", "due", "to", "a", "reduction", "in", "variance", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["classification", "data quality"], "abstractive_keyphrases": ["decision trees", "ensemble approaches", "six-sigma"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "4711482", "document": ["Generation", "of", "synthetic", "data", "sets", "for", "evaluating", "the", "accuracy", "of", "knowledge", "discovery", "systems", "Information", "Discovery", "and", "Analysis", "Systems", "(", "IDAS", ")", "are", "designed", "to", "correlate", "multiple", "sources", "of", "data", "and", "use", "data", "mining", "techniques", "to", "identify", "potential", "significant", "events", ".", "Application", "domains", "for", "IDAS", "are", "numerous", "and", "include", "the", "emerging", "area", "of", "homeland", "security", ".", "Developing", "test", "cases", "for", "an", "IDAS", "requires", "background", "data", "sets", "into", "which", "hypothetical", "future", "scenarios", "can", "be", "overlaid", ".", "The", "IDAS", "can", "then", "be", "measured", "in", "terms", "of", "false", "positive", "and", "false", "negative", "error", "rates", ".", "Obtaining", "the", "test", "data", "sets", "can", "be", "an", "obstacle", "due", "to", "both", "privacy", "issues", "and", "also", "the", "time", "and", "cost", "associated", "with", "collecting", "a", "diverse", "set", "of", "data", "sources", ".", "In", "this", "paper", ",", "we", "give", "an", "overview", "of", "the", "design", "and", "architecture", "of", "an", "IDAS", "Data", "Set", "Generator", "(", "IDSG", ")", "that", "enables", "a", "fast", "and", "comprehensive", "test", "of", "an", "IDAS", ".", "The", "IDSG", "generates", "data", "using", "statistical", "and", "rule-based", "algorithms", "and", "also", "semantic", "graphs", "that", "represent", "interdependencies", "between", "attributes", ".", "A", "credit", "card", "transaction", "application", "is", "used", "to", "illustrate", "the", "approach", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["data mining", "information discovery"], "abstractive_keyphrases": ["data generation", "testing tools"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "8634591", "document": ["PROXIMUS", ":", "a", "framework", "for", "analyzing", "very", "high", "dimensional", "discrete-attributed", "datasets", "This", "paper", "presents", "an", "efficient", "framework", "for", "error-bounded", "compression", "of", "high-dimensional", "discrete", "attributed", "datasets", ".", "Such", "datasets", ",", "which", "frequently", "arise", "in", "a", "wide", "variety", "of", "applications", ",", "pose", "some", "of", "the", "most", "significant", "challenges", "in", "data", "analysis", ".", "Subsampling", "and", "compression", "are", "two", "key", "technologies", "for", "analyzing", "these", "datasets", ".", "PROXIMUS", "provides", "a", "technique", "for", "reducing", "large", "datasets", "into", "a", "much", "smaller", "set", "of", "representative", "patterns", ",", "on", "which", "traditional", "(", "expensive", ")", "analysis", "algorithms", "can", "be", "applied", "with", "minimal", "loss", "of", "accuracy", ".", "We", "show", "desirable", "properties", "of", "PROXIMUS", "in", "terms", "of", "runtime", ",", "scalability", "to", "large", "datasets", ",", "and", "performance", "in", "terms", "of", "capability", "to", "represent", "data", "in", "a", "compact", "form", ".", "We", "also", "demonstrate", "applications", "of", "PROXIMUS", "in", "association", "rule", "mining", ".", "In", "doing", "so", ",", "we", "establish", "PROXIMUS", "as", "a", "tool", "for", "preprocessing", "data", "before", "applying", "computationally", "expensive", "algorithms", "or", "as", "a", "tool", "for", "directly", "extracting", "correlated", "patterns", ".", "Our", "experimental", "results", "show", "that", "use", "of", "the", "compressed", "data", "for", "association", "rule", "mining", "provides", "excellent", "precision", "and", "recall", "values", "(", "near", "100", "%", ")", "across", "a", "range", "of", "support", "thresholds", "while", "reducing", "the", "time", "required", "for", "association", "rule", "mining", "drastically", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": [], "abstractive_keyphrases": ["clustering", "compressing discrete-valued vectors", "non-orthogonal matrix decompositions", "semi-discrete decomposition"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "524910", "document": ["Feature", "bagging", "for", "outlier", "detection", "Outlier", "detection", "has", "recently", "become", "an", "important", "problem", "in", "many", "industrial", "and", "financial", "applications", ".", "In", "this", "paper", ",", "a", "novel", "feature", "bagging", "approach", "for", "detecting", "outliers", "in", "very", "large", ",", "high", "dimensional", "and", "noisy", "databases", "is", "proposed", ".", "It", "combines", "results", "from", "multiple", "outlier", "detection", "algorithms", "that", "are", "applied", "using", "different", "set", "of", "features", ".", "Every", "outlier", "detection", "algorithm", "uses", "a", "small", "subset", "of", "features", "that", "are", "randomly", "selected", "from", "the", "original", "feature", "set", ".", "As", "a", "result", ",", "each", "outlier", "detector", "identifies", "different", "outliers", ",", "and", "thus", "assigns", "to", "all", "data", "records", "outlier", "scores", "that", "correspond", "to", "their", "probability", "of", "being", "outliers", ".", "The", "outlier", "scores", "computed", "by", "the", "individual", "outlier", "detection", "algorithms", "are", "then", "combined", "in", "order", "to", "find", "the", "better", "quality", "outliers", ".", "Experiments", "performed", "on", "several", "synthetic", "and", "real", "life", "data", "sets", "show", "that", "the", "proposed", "methods", "for", "combining", "outputs", "from", "multiple", "outlier", "detection", "algorithms", "provide", "non-trivial", "improvements", "over", "the", "base", "algorithm", "."], "doc_bio_tags": ["O", "B", "O", "B", "I", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["bagging", "outlier detection"], "abstractive_keyphrases": ["detection rate", "false alarm", "feature subsets", "integration"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "5133167", "document": ["Bias", "and", "controversy", ":", "beyond", "the", "statistical", "deviation", "In", "this", "paper", ",", "we", "investigate", "how", "deviation", "in", "evaluation", "activities", "may", "reveal", "bias", "on", "the", "part", "of", "reviewers", "and", "controversy", "on", "the", "part", "of", "evaluated", "objects", ".", "We", "focus", "on", "a", "`", "data-centric", "approach", "'", "where", "the", "evaluation", "data", "is", "assumed", "to", "represent", "the", "`", "ground", "truth", "'", ".", "The", "standard", "statistical", "approaches", "take", "evaluation", "and", "deviation", "at", "face", "value", ".", "We", "argue", "that", "attention", "should", "be", "paid", "to", "the", "subjectivity", "of", "evaluation", ",", "judging", "the", "evaluation", "score", "not", "just", "on", "`", "what", "is", "being", "said", "'", "(", "deviation", ")", ",", "but", "also", "on", "`", "who", "says", "it", "'", "(", "reviewer", ")", "as", "well", "as", "on", "`", "whom", "it", "is", "said", "about", "'", "(", "object", ")", ".", "Furthermore", ",", "we", "observe", "that", "bias", "and", "controversy", "are", "mutually", "dependent", ",", "as", "there", "is", "more", "bias", "if", "there", "is", "higher", "deviation", "on", "a", "less", "controversial", "object", ".", "To", "address", "this", "mutual", "dependency", ",", "we", "propose", "a", "reinforcement", "model", "to", "identify", "bias", "and", "controversy", ".", "We", "test", "our", "model", "on", "real-life", "data", "to", "verify", "its", "applicability", "."], "doc_bio_tags": ["B", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["bias", "controversy", "evaluation"], "abstractive_keyphrases": ["information systems applications", "social and behavioral sciences", "social network"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "13952526", "document": ["High-precision", "phrase-based", "document", "classification", "on", "a", "modern", "scale", "We", "present", "a", "document", "classification", "system", "that", "employs", "lazy", "learning", "from", "labeled", "phrases", ",", "and", "argue", "that", "the", "system", "can", "be", "highly", "effective", "whenever", "the", "following", "property", "holds", ":", "most", "of", "information", "on", "document", "labels", "is", "captured", "in", "phrases", ".", "We", "call", "this", "property", "near", "sufficiency", ".", "Our", "research", "contribution", "is", "twofold", ":", "(", "a", ")", "we", "quantify", "the", "near", "sufficiency", "property", "using", "the", "Information", "Bottleneck", "principle", "and", "show", "that", "it", "is", "easy", "to", "check", "on", "a", "given", "dataset", ";", "(", "b", ")", "we", "reveal", "that", "in", "all", "practical", "cases", "--", "from", "small-scale", "to", "very", "large-scale", "--", "manual", "labeling", "of", "phrases", "is", "feasible", ":", "the", "natural", "language", "constrains", "the", "number", "of", "common", "phrases", "composed", "of", "a", "vocabulary", "to", "grow", "linearly", "with", "the", "size", "of", "the", "vocabulary", ".", "Both", "these", "contributions", "provide", "firm", "foundation", "to", "applicability", "of", "the", "phrase-based", "classification", "(", "PBC", ")", "framework", "to", "a", "variety", "of", "large-scale", "tasks", ".", "We", "deployed", "the", "PBC", "system", "on", "the", "task", "of", "job", "title", "classification", ",", "as", "a", "part", "of", "LinkedIn", "'s", "data", "standardization", "effort", ".", "The", "system", "significantly", "outperforms", "its", "predecessor", "both", "in", "terms", "of", "precision", "and", "coverage", ".", "It", "is", "currently", "being", "used", "in", "LinkedIn", "'s", "ad", "targeting", "product", ",", "and", "more", "applications", "are", "being", "developed", ".", "We", "argue", "that", "PBC", "excels", "in", "high", "explainability", "of", "the", "classification", "results", ",", "as", "well", "as", "in", "low", "development", "and", "low", "maintenance", "costs", ".", "We", "benchmark", "PBC", "against", "existing", "high-precision", "document", "classification", "algorithms", "and", "conclude", "that", "it", "is", "most", "useful", "in", "multilabel", "classification", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": [], "abstractive_keyphrases": ["high-precision classification", "large-scale classification", "multilabel text classification"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "10285045", "document": ["Incorporating", "site-level", "knowledge", "for", "incremental", "crawling", "of", "web", "forums", ":", "a", "list-wise", "strategy", "We", "study", "in", "this", "paper", "the", "problem", "of", "incremental", "crawling", "of", "web", "forums", ",", "which", "is", "a", "very", "fundamental", "yet", "challenging", "step", "in", "many", "web", "applications", ".", "Traditional", "approaches", "mainly", "focus", "on", "scheduling", "the", "revisiting", "strategy", "of", "each", "individual", "page", ".", "However", ",", "simply", "assigning", "different", "weights", "for", "different", "individual", "pages", "is", "usually", "inefficient", "in", "crawling", "forum", "sites", "because", "of", "the", "different", "characteristics", "between", "forum", "sites", "and", "general", "websites", ".", "Instead", "of", "treating", "each", "individual", "page", "independently", ",", "we", "propose", "a", "list-wise", "strategy", "by", "taking", "into", "account", "the", "site-level", "knowledge", ".", "Such", "site-level", "knowledge", "is", "mined", "through", "reconstructing", "the", "linking", "structure", ",", "called", "sitemap", ",", "for", "a", "given", "forum", "site", ".", "With", "the", "sitemap", ",", "posts", "from", "the", "same", "thread", "but", "distributed", "on", "various", "pages", "can", "be", "concatenated", "according", "to", "their", "timestamps", ".", "After", "that", ",", "for", "each", "thread", ",", "we", "employ", "a", "regression", "model", "to", "predict", "the", "time", "when", "the", "next", "post", "arrives", ".", "Based", "on", "this", "model", ",", "we", "develop", "an", "efficient", "crawler", "which", "is", "260", "%", "faster", "than", "some", "state-of-the-art", "methods", "in", "terms", "of", "fetching", "new", "generated", "content", ";", "and", "meanwhile", "our", "crawler", "also", "ensure", "a", "high", "coverage", "ratio", ".", "Experimental", "results", "show", "promising", "performance", "of", "Coverage", ",", "Bandwidth", "utilization", ",", "and", "Timeliness", "of", "our", "crawler", "on", "18", "various", "forums", "."], "doc_bio_tags": ["O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["incremental crawling", "sitemap"], "abstractive_keyphrases": ["web forum"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "2916145", "document": ["Rapid", "detection", "of", "significant", "spatial", "clusters", "Given", "an", "N", "x", "N", "grid", "of", "squares", ",", "where", "each", "square", "has", "a", "count", "cij", "and", "an", "underlying", "population", "pij", ",", "our", "goal", "is", "to", "find", "the", "rectangular", "region", "with", "the", "highest", "density", ",", "and", "to", "calculate", "its", "significance", "by", "randomization", ".", "An", "arbitrary", "density", "function", "D", ",", "dependent", "on", "a", "region", "'s", "total", "count", "C", "and", "total", "population", "P", ",", "can", "be", "used", ".", "For", "example", ",", "if", "each", "count", "represents", "the", "number", "of", "disease", "cases", "occurring", "in", "that", "square", ",", "we", "can", "use", "Kulldorff", "'s", "spatial", "scan", "statistic", "DK", "to", "find", "the", "most", "significant", "spatial", "disease", "cluster", ".", "A", "naive", "approach", "to", "finding", "the", "maximum", "density", "region", "requires", "O", "(", "N4", ")", "time", ",", "and", "is", "generally", "computationally", "infeasible", ".", "We", "present", "a", "multiresolution", "algorithm", "which", "partitions", "the", "grid", "into", "overlapping", "regions", "using", "a", "novel", "overlap-kd", "tree", "data", "structure", ",", "bounds", "the", "maximum", "score", "of", "subregions", "contained", "in", "each", "region", ",", "and", "prunes", "regions", "which", "can", "not", "contain", "the", "maximum", "density", "region", ".", "For", "sufficiently", "dense", "regions", ",", "this", "method", "finds", "the", "maximum", "density", "region", "in", "O", "(", "(", "N", "log", "N", ")", "2", ")", "time", ",", "in", "practice", "resulting", "in", "significant", "(", "20-2000x", ")", "speedups", "on", "both", "real", "and", "simulated", "datasets", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": [], "abstractive_keyphrases": ["biosurveillance", "cluster detection", "spatial data mining algorithms", "spatial scan statistics"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "10126598", "document": ["Efficient", "anomaly", "monitoring", "over", "moving", "object", "trajectory", "streams", "Lately", "there", "exist", "increasing", "demands", "for", "online", "abnormality", "monitoring", "over", "trajectory", "streams", ",", "which", "are", "obtained", "from", "moving", "object", "tracking", "devices", ".", "This", "problem", "is", "challenging", "due", "to", "the", "requirement", "of", "high", "speed", "data", "processing", "within", "limited", "space", "cost", ".", "In", "this", "paper", ",", "we", "present", "a", "novel", "framework", "for", "monitoring", "anomalies", "over", "continuous", "trajectory", "streams", ".", "First", ",", "we", "illustrate", "the", "importance", "of", "distance-based", "anomaly", "monitoring", "over", "moving", "object", "trajectories", ".", "Then", ",", "we", "utilize", "the", "local", "continuity", "characteristics", "of", "trajectories", "to", "build", "local", "clusters", "upon", "trajectory", "streams", "and", "monitor", "anomalies", "via", "efficient", "pruning", "strategies", ".", "Finally", ",", "we", "propose", "a", "piecewise", "metric", "index", "structure", "to", "reschedule", "the", "joining", "order", "of", "local", "clusters", "to", "further", "reduce", "the", "time", "cost", ".", "Our", "extensive", "experiments", "demonstrate", "the", "effectiveness", "and", "efficiency", "of", "our", "methods", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": [], "abstractive_keyphrases": ["outlier detection", "similarity search", "temporal data"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "207697", "document": ["Using", "association", "rules", "for", "product", "assortment", "decisions", ":", "a", "case", "study"], "doc_bio_tags": ["O", "B", "I", "O", "B", "I", "I", "O", "O", "O", "O"], "extractive_keyphrases": ["association rules", "product assortment decisions"], "abstractive_keyphrases": ["decision support", "frequent itemset"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "1504181", "document": ["Improving", "spatial", "locality", "of", "programs", "via", "data", "mining", "In", "most", "computer", "systems", ",", "page", "fault", "rate", "is", "currently", "minimized", "by", "generic", "page", "replacement", "algorithms", "which", "try", "to", "model", "the", "temporal", "locality", "inherent", "in", "programs", ".", "In", "this", "paper", ",", "we", "propose", "two", "algorithms", ",", "one", "greedy", "and", "the", "other", "stochastic", ",", "designed", "for", "program", "specific", "code", "restructuring", "as", "a", "means", "of", "increasing", "spatial", "locality", "within", "a", "program", ".", "Both", "algorithms", "effectively", "decrease", "average", "working", "set", "size", "and", "hence", "the", "page", "fault", "rate", ".", "Our", "methods", "are", "more", "effective", "than", "traditional", "approaches", "due", "to", "use", "of", "domain", "information", ".", "We", "illustrate", "the", "efficacy", "of", "our", "algorithms", "on", "actual", "data", "mining", "algorithms", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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"], "extractive_keyphrases": ["code restructuring"], "abstractive_keyphrases": ["database applications", "page clustering", "program locality"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "10095848", "document": ["Effective", "label", "acquisition", "for", "collective", "classification", "Information", "diffusion", ",", "viral", "marketing", ",", "and", "collective", "classification", "all", "attempt", "to", "model", "and", "exploit", "the", "relationships", "in", "a", "network", "to", "make", "inferences", "about", "the", "labels", "of", "nodes", ".", "A", "variety", "of", "techniques", "have", "been", "introduced", "and", "methods", "that", "combine", "attribute", "information", "and", "neighboring", "label", "information", "have", "been", "shown", "to", "be", "effective", "for", "collective", "labeling", "of", "the", "nodes", "in", "a", "network", ".", "However", ",", "in", "part", "because", "of", "the", "correlation", "between", "node", "labels", "that", "the", "techniques", "exploit", ",", "it", "is", "easy", "to", "find", "cases", "in", "which", ",", "once", "a", "misclassification", "is", "made", ",", "incorrect", "information", "propagates", "throughout", "the", "network", ".", "This", "problem", "can", "be", "mitigated", "if", "the", "system", "is", "allowed", "to", "judiciously", "acquire", "the", "labels", "for", "a", "small", "number", "of", "nodes", ".", "Unfortunately", ",", "under", "relatively", "general", "assumptions", ",", "determining", "the", "optimal", "set", "of", "labels", "to", "acquire", "is", "intractable", ".", "Here", "we", "propose", "an", "acquisition", "method", "that", "learns", "the", "cases", "when", "a", "given", "collective", "classification", "algorithm", "makes", "mistakes", ",", "and", "suggests", "acquisitions", "to", "correct", "those", "mistakes", ".", "We", "empirically", "show", "on", "both", "real", "and", "synthetic", "datasets", "that", "this", "method", "significantly", "outperforms", "a", "greedy", "approximate", "inference", "approach", ",", "a", "viral", "marketing", "approach", ",", "and", "approaches", "based", "on", "network", "structural", "measures", "such", "as", "node", "degree", "and", "network", "clustering", ".", "In", "addition", "to", "significantly", "improving", "accuracy", "with", "just", "a", "small", "amount", "of", "labeled", "data", ",", "our", "method", "is", "tractable", "on", "large", "networks", "."], "doc_bio_tags": ["O", "B", "I", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["collective classification", "label acquisition"], "abstractive_keyphrases": ["active inference"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "10757352", "document": ["Data", "mining", "to", "predict", "and", "prevent", "errors", "in", "health", "insurance", "claims", "processing", "Health", "insurance", "costs", "across", "the", "world", "have", "increased", "alarmingly", "in", "recent", "years", ".", "A", "major", "cause", "of", "this", "increase", "are", "payment", "errors", "made", "by", "the", "insurance", "companies", "while", "processing", "claims", ".", "These", "errors", "often", "result", "in", "extra", "administrative", "effort", "to", "re-process", "(", "or", "rework", ")", "the", "claim", "which", "accounts", "for", "up", "to", "30", "%", "of", "the", "administrative", "staff", "in", "a", "typical", "health", "insurer", ".", "We", "describe", "a", "system", "that", "helps", "reduce", "these", "errors", "using", "machine", "learning", "techniques", "by", "predicting", "claims", "that", "will", "need", "to", "be", "reworked", ",", "generating", "explanations", "to", "help", "the", "auditors", "correct", "these", "claims", ",", "and", "experiment", "with", "feature", "selection", ",", "concept", "drift", ",", "and", "active", "learning", "to", "collect", "feedback", "from", "the", "auditors", "to", "improve", "over", "time", ".", "We", "describe", "our", "framework", ",", "problem", "formulation", ",", "evaluation", "metrics", ",", "and", "experimental", "results", "on", "claims", "data", "from", "a", "large", "US", "health", "insurer", ".", "We", "show", "that", "our", "system", "results", "in", "an", "order", "of", "magnitude", "better", "precision", "(", "hit", "rate", ")", "over", "existing", "approaches", "which", "is", "accurate", "enough", "to", "potentially", "result", "in", "over", "$", "15-25", "million", "in", "savings", "for", "a", "typical", "insurer", ".", "We", "also", "describe", "interesting", "research", "problems", "in", "this", "domain", "as", "well", "as", "design", "choices", "made", "to", "make", "the", "system", "easily", "deployable", "across", "health", "insurance", "companies", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["health insurance claims", "machine learning"], "abstractive_keyphrases": ["claim rework identification", "decision support"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "239098", "document": ["Shrinkage", "estimator", "generalizations", "of", "Proximal", "Support", "Vector", "Machines", "We", "give", "a", "statistical", "interpretation", "of", "Proximal", "Support", "Vector", "Machines", "(", "PSVM", ")", "proposed", "at", "KDD2001", "as", "linear", "approximaters", "to", "(", "nonlinear", ")", "Support", "Vector", "Machines", "(", "SVM", ")", ".", "We", "prove", "that", "PSVM", "using", "a", "linear", "kernel", "is", "identical", "to", "ridge", "regression", ",", "a", "biased-regression", "method", "known", "in", "the", "statistical", "community", "for", "more", "than", "thirty", "years", ".", "Techniques", "from", "the", "statistical", "literature", "to", "estimate", "the", "tuning", "constant", "that", "appears", "in", "the", "SVM", "and", "PSVM", "framework", "are", "discussed", ".", "Better", "shrinkage", "strategies", "that", "incorporate", "more", "than", "one", "tuning", "constant", "are", "suggested", ".", "For", "nonlinear", "kernels", ",", "the", "minimization", "problem", "posed", "in", "the", "PSVM", "framework", "is", "equivalent", "to", "finding", "the", "posterior", "mode", "of", "a", "Bayesian", "model", "defined", "through", "a", "Gaussian", "process", "on", "the", "predictor", "space", ".", "Apart", "from", "providing", "new", "insights", ",", "these", "interpretations", "help", "us", "attach", "an", "estimate", "of", "uncertainty", "to", "our", "predictions", "and", "enable", "us", "to", "build", "richer", "classes", "of", "models", ".", "In", "particular", ",", "we", "propose", "a", "new", "algorithm", "called", "PSVMMIX", "which", "is", "a", "combination", "of", "ridge", "regression", "and", "a", "Gaussian", "process", "model", ".", "Extension", "to", "the", "case", "of", "continuous", "response", "is", "straightforward", "and", "illustrated", "with", "example", "datasets", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["kernel", "regression"], "abstractive_keyphrases": ["bayesian models", "bias-variance tradeoff", "classification", "correlation", "probability and statistics"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "4511305", "document": ["A", "Web", "page", "prediction", "model", "based", "on", "click-stream", "tree", "representation", "of", "user", "behavior", "Predicting", "the", "next", "request", "of", "a", "user", "as", "she", "visits", "Web", "pages", "has", "gained", "importance", "as", "Web-based", "activity", "increases", ".", "Markov", "models", "and", "their", "variations", ",", "or", "models", "based", "on", "sequence", "mining", "have", "been", "found", "well", "suited", "for", "this", "problem", ".", "However", ",", "higher", "order", "Markov", "models", "are", "extremely", "complicated", "due", "to", "their", "large", "number", "of", "states", "whereas", "lower", "order", "Markov", "models", "do", "not", "capture", "the", "entire", "behavior", "of", "a", "user", "in", "a", "session", ".", "The", "models", "that", "are", "based", "on", "sequential", "pattern", "mining", "only", "consider", "the", "frequent", "sequences", "in", "the", "data", "set", ",", "making", "it", "difficult", "to", "predict", "the", "next", "request", "following", "a", "page", "that", "is", "not", "in", "the", "sequential", "pattern", ".", "Furthermore", ",", "it", "is", "hard", "to", "find", "models", "for", "mining", "two", "different", "kinds", "of", "information", "of", "a", "user", "session", ".", "We", "propose", "a", "new", "model", "that", "considers", "both", "the", "order", "information", "of", "pages", "in", "a", "session", "and", "the", "time", "spent", "on", "them", ".", "We", "cluster", "user", "sessions", "based", "on", "their", "pair-wise", "similarity", "and", "represent", "the", "resulting", "clusters", "by", "a", "click-stream", "tree", ".", "The", "new", "user", "session", "is", "then", "assigned", "to", "a", "cluster", "based", "on", "a", "similarity", "measure", ".", "The", "click-stream", "tree", "of", "that", "cluster", "is", "used", "to", "generate", "the", "recommendation", "set", ".", "The", "model", "can", "be", "used", "as", "part", "of", "a", "cache", "prefetching", "system", "as", "well", "as", "a", "recommendation", "model", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": [], "abstractive_keyphrases": ["design methodology", "graph based clustering", "two dimensional sequential model", "web usage mining"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "11270958", "document": ["Exploiting", "Wikipedia", "as", "external", "knowledge", "for", "document", "clustering", "In", "traditional", "text", "clustering", "methods", ",", "documents", "are", "represented", "as", "``", "bags", "of", "words", "''", "without", "considering", "the", "semantic", "information", "of", "each", "document", ".", "For", "instance", ",", "if", "two", "documents", "use", "different", "collections", "of", "core", "words", "to", "represent", "the", "same", "topic", ",", "they", "may", "be", "falsely", "assigned", "to", "different", "clusters", "due", "to", "the", "lack", "of", "shared", "core", "words", ",", "although", "the", "core", "words", "they", "use", "are", "probably", "synonyms", "or", "semantically", "associated", "in", "other", "forms", ".", "The", "most", "common", "way", "to", "solve", "this", "problem", "is", "to", "enrich", "document", "representation", "with", "the", "background", "knowledge", "in", "an", "ontology", ".", "There", "are", "two", "major", "issues", "for", "this", "approach", ":", "(", "1", ")", "the", "coverage", "of", "the", "ontology", "is", "limited", ",", "even", "for", "WordNet", "or", "Mesh", ",", "(", "2", ")", "using", "ontology", "terms", "as", "replacement", "or", "additional", "features", "may", "cause", "information", "loss", ",", "or", "introduce", "noise", ".", "In", "this", "paper", ",", "we", "present", "a", "novel", "text", "clustering", "method", "to", "address", "these", "two", "issues", "by", "enriching", "document", "representation", "with", "Wikipedia", "concept", "and", "category", "information", ".", "We", "develop", "two", "approaches", ",", "exact", "match", "and", "relatedness-match", ",", "to", "map", "text", "documents", "to", "Wikipedia", "concepts", ",", "and", "further", "to", "Wikipedia", "categories", ".", "Then", "the", "text", "documents", "are", "clustered", "based", "on", "a", "similarity", "metric", "which", "combines", "document", "content", "information", ",", "concept", "information", "as", "well", "as", "category", "information", ".", "The", "experimental", "results", "using", "the", "proposed", "clustering", "framework", "on", "three", "datasets", "(", "20-newsgroup", ",", "TDT2", ",", "and", "LA", "Times", ")", "show", "that", "clustering", "performance", "improves", "significantly", "by", "enriching", "document", "representation", "with", "Wikipedia", "concepts", "and", "categories", "."], "doc_bio_tags": ["O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "B", "O", "O", "O", "O"], "extractive_keyphrases": ["document representation", "text clustering", "wikipedia"], "abstractive_keyphrases": [], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "989744", "document": ["On", "the", "potential", "of", "domain", "literature", "for", "clustering", "and", "Bayesian", "network", "learning", "Thanks", "to", "its", "increasing", "availability", ",", "electronic", "literature", "can", "now", "be", "a", "major", "source", "of", "information", "when", "developing", "complex", "statistical", "models", "where", "data", "is", "scarce", "or", "contains", "much", "noise", ".", "This", "raises", "the", "question", "of", "how", "to", "integrate", "information", "from", "domain", "literature", "with", "statistical", "data", ".", "Because", "quantifying", "similarities", "or", "dependencies", "between", "variables", "is", "a", "basic", "building", "block", "in", "knowledge", "discovery", ",", "we", "consider", "here", "the", "following", "question", ".", "Which", "vector", "representations", "of", "text", "and", "which", "statistical", "scores", "of", "similarity", "or", "dependency", "support", "best", "the", "use", "of", "literature", "in", "statistical", "models", "?", "For", "the", "text", "source", ",", "we", "assume", "to", "have", "annotations", "for", "the", "domain", "variables", "as", "short", "free-text", "descriptions", "and", "optionally", "to", "have", "a", "large", "literature", "repository", "from", "which", "we", "can", "further", "expand", "the", "annotations", ".", "For", "evaluation", ",", "we", "contrast", "the", "variables", "similarities", "or", "dependencies", "obtained", "from", "text", "using", "different", "annotation", "sources", "and", "vector", "representations", "with", "those", "obtained", "from", "measurement", "data", "or", "expert", "assessments", ".", "Specifically", ",", "we", "consider", "two", "learning", "problems", ":", "clustering", "and", "Bayesian", "network", "learning", ".", "Firstly", ",", "we", "report", "performance", "(", "against", "an", "expert", "reference", ")", "for", "clustering", "yeast", "genes", "from", "textual", "annotations", ".", "Secondly", ",", "we", "assess", "the", "agreement", "between", "text-based", "and", "data-based", "scores", "of", "variable", "dependencies", "when", "learning", "Bayesian", "network", "substructures", "for", "the", "task", "of", "modeling", "the", "joint", "distribution", "of", "clinical", "measurements", "of", "ovarian", "tumors", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["clustering"], "abstractive_keyphrases": ["bayesian networks", "data mining", "text mining"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "3771308", "document": ["Single-pass", "online", "learning", ":", "performance", ",", "voting", "schemes", "and", "online", "feature", "selection", "To", "learn", "concepts", "over", "massive", "data", "streams", ",", "it", "is", "essential", "to", "design", "inference", "and", "learning", "methods", "that", "operate", "in", "real", "time", "with", "limited", "memory", ".", "Online", "learning", "methods", "such", "as", "perceptron", "or", "Winnow", "are", "naturally", "suited", "to", "stream", "processing", ";", "however", ",", "in", "practice", "multiple", "passes", "over", "the", "same", "training", "data", "are", "required", "to", "achieve", "accuracy", "comparable", "to", "state-of-the-art", "batch", "learners", ".", "In", "the", "current", "work", "we", "address", "the", "problem", "of", "training", "an", "on-line", "learner", "with", "a", "single", "passover", "the", "data", ".", "We", "evaluate", "several", "existing", "methods", ",", "and", "also", "propose", "a", "new", "modification", "of", "Margin", "Balanced", "Winnow", ",", "which", "has", "performance", "comparable", "to", "linear", "SVM", ".", "We", "also", "explore", "the", "effect", "of", "averaging", ",", "a.k.a.", "voting", ",", "on", "online", "learning", ".", "Finally", ",", "we", "describe", "how", "the", "new", "Modified", "Margin", "Balanced", "Winnow", "algorithm", "can", "be", "naturally", "adapted", "to", "perform", "feature", "selection", ".", "This", "scheme", "performs", "comparably", "to", "widely-used", "batch", "feature", "selection", "methods", "like", "information", "gain", "or", "Chi-square", ",", "with", "the", "advantage", "of", "being", "able", "to", "select", "features", "on-the-fly", ".", "Taken", "together", ",", "these", "techniques", "allow", "single-pass", "online", "learning", "to", "be", "competitive", "with", "batch", "techniques", ",", "and", "still", "maintain", "the", "advantages", "of", "on-line", "learning", "."], "doc_bio_tags": ["O", "O", "B", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "B", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O"], "extractive_keyphrases": ["averaging", "learning", "voting", "winnow"], "abstractive_keyphrases": ["models", "online learning"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "1028607", "document": ["Towards", "scalable", "support", "vector", "machines", "using", "squashing"], "doc_bio_tags": ["O", "O", "B", "I", "I", "O", "B"], "extractive_keyphrases": ["squashing", "support vector machines"], "abstractive_keyphrases": ["boosting", "database applications", "scalability"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "11244062", "document": ["Frequent", "regular", "itemset", "mining", "Concise", "representations", "of", "frequent", "itemsets", "sacrifice", "readability", "and", "direct", "interpretability", "by", "a", "data", "analyst", "of", "the", "concise", "patterns", "extracted", ".", "In", "this", "paper", ",", "we", "introduce", "an", "extension", "of", "itemsets", ",", "called", "regular", ",", "with", "an", "immediate", "semantics", "and", "interpretability", ",", "and", "a", "conciseness", "comparable", "to", "closed", "itemsets", ".", "Regular", "itemsets", "allow", "for", "specifying", "that", "an", "item", "may", "or", "may", "not", "be", "present", ";", "that", "any", "subset", "of", "an", "itemset", "may", "be", "present", ";", "and", "that", "any", "non-empty", "subset", "of", "an", "itemset", "may", "be", "present", ".", "We", "devise", "a", "procedure", ",", "called", "RegularMine", ",", "for", "mining", "a", "set", "of", "regular", "itemsets", "that", "is", "a", "concise", "representation", "of", "frequent", "itemsets", ".", "The", "procedure", "computes", "a", "covering", ",", "in", "terms", "of", "regular", "itemsets", ",", "of", "the", "frequent", "itemsets", "in", "the", "class", "of", "equivalence", "of", "a", "closed", "one", ".", "We", "report", "experimental", "results", "on", "several", "standard", "dense", "and", "sparse", "datasets", "that", "validate", "the", "proposed", "approach", "."], "doc_bio_tags": ["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"], "extractive_keyphrases": ["concise representations"], "abstractive_keyphrases": ["closed and free itemsets"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "4253674", "document": ["Cost-effective", "outbreak", "detection", "in", "networks", "Given", "a", "water", "distribution", "network", ",", "where", "should", "we", "place", "sensors", "toquickly", "detect", "contaminants", "?", "Or", ",", "which", "blogs", "should", "we", "read", "to", "avoid", "missing", "important", "stories", "?", ".", "These", "seemingly", "different", "problems", "share", "common", "structure", ":", "Outbreak", "detection", "can", "be", "modeled", "as", "selecting", "nodes", "(", "sensor", "locations", ",", "blogs", ")", "in", "a", "network", ",", "in", "order", "to", "detect", "the", "spreading", "of", "a", "virus", "or", "information", "asquickly", "as", "possible", ".", "We", "present", "a", "general", "methodology", "for", "near", "optimal", "sensor", "placement", "in", "these", "and", "related", "problems", ".", "We", "demonstrate", "that", "many", "realistic", "outbreak", "detection", "objectives", "(", "e.g.", ",", "detection", "likelihood", ",", "population", "affected", ")", "exhibit", "the", "property", "of", "``", "submodularity", "''", ".", "We", "exploit", "submodularity", "to", "develop", "an", "efficient", "algorithm", "that", "scales", "to", "large", "problems", ",", "achieving", "near", "optimal", "placements", ",", "while", "being", "700", "times", "faster", "than", "a", "simple", "greedy", "algorithm", ".", "We", "also", "derive", "online", "bounds", "on", "the", "quality", "of", "the", "placements", "obtained", "by", "any", "algorithm", ".", "Our", "algorithms", "and", "bounds", "also", "handle", "cases", "where", "nodes", "(", "sensor", "locations", ",", "blogs", ")", "have", "different", "costs", ".", "We", "evaluate", "our", "approach", "on", "several", "large", "real-world", "problems", ",", "including", "a", "model", "of", "a", "water", "distribution", "network", "from", "the", "EPA", ",", "andreal", "blog", "data", ".", "The", "obtained", "sensor", "placements", "are", "provably", "near", "optimal", ",", "providing", "a", "constant", "fraction", "of", "the", "optimal", "solution", ".", "We", "show", "that", "the", "approach", "scales", ",", "achieving", "speedups", "and", "savings", "in", "storage", "of", "several", "orders", "of", "magnitude", ".", "We", "also", "show", "how", "the", "approach", "leads", "to", "deeper", "insights", "in", "both", "applications", ",", "answering", "multicriteria", "trade-off", ",", "cost-sensitivity", "and", "generalization", "questions", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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"], "extractive_keyphrases": ["sensor placement"], "abstractive_keyphrases": ["graphs", "information cascades", "submodular functions", "virus propagation"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "123198", "document": ["Probabilistic", "author-topic", "models", "for", "information", "discovery", "We", "propose", "a", "new", "unsupervised", "learning", "technique", "for", "extracting", "information", "from", "large", "text", "collections", ".", "We", "model", "documents", "as", "if", "they", "were", "generated", "by", "a", "two-stage", "stochastic", "process", ".", "Each", "author", "is", "represented", "by", "a", "probability", "distribution", "over", "topics", ",", "and", "each", "topic", "is", "represented", "as", "a", "probability", "distribution", "over", "words", "for", "that", "topic", ".", "The", "words", "in", "a", "multi-author", "paper", "are", "assumed", "to", "be", "the", "result", "of", "a", "mixture", "of", "each", "authors", "'", "topic", "mixture", ".", "The", "topic-word", "and", "author-topic", "distributions", "are", "learned", "from", "data", "in", "an", "unsupervised", "manner", "using", "a", "Markov", "chain", "Monte", "Carlo", "algorithm", ".", "We", "apply", "the", "methodology", "to", "a", "large", "corpus", "of", "160,000", "abstracts", "and", "85,000", "authors", "from", "the", "well-known", "CiteSeer", "digital", "library", ",", "and", "learn", "a", "model", "with", "300", "topics", ".", "We", "discuss", "in", "detail", "the", "interpretation", "of", "the", "results", "discovered", "by", "the", "system", "including", "specific", "topic", "and", "author", "models", ",", "ranking", "of", "authors", "by", "topic", "and", "topics", "by", "author", ",", "significant", "trends", "in", "the", "computer", "science", "literature", "between", "1990", "and", "2002", ",", "parsing", "of", "abstracts", "by", "topics", "and", "authors", "and", "detection", "of", "unusual", "papers", "by", "specific", "authors", ".", "An", "online", "query", "interface", "to", "the", "model", "is", "also", "discussed", "that", "allows", "interactive", "exploration", "of", "author-topic", "models", "for", "corpora", "such", "as", "CiteSeer", "."], "doc_bio_tags": ["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"], "extractive_keyphrases": ["learning"], "abstractive_keyphrases": ["gibbs sampling", "text modeling", "unsupervised learning"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "285080", "document": ["Mining", "the", "network", "value", "of", "customers", "One", "of", "the", "major", "applications", "of", "data", "mining", "is", "in", "helping", "companies", "determine", "which", "potential", "customers", "to", "market", "to", ".", "If", "the", "expected", "profit", "from", "a", "customer", "is", "greater", "than", "the", "cost", "of", "marketing", "to", "her", ",", "the", "marketing", "action", "for", "that", "customer", "is", "executed", ".", "So", "far", ",", "work", "in", "this", "area", "has", "considered", "only", "the", "intrinsic", "value", "of", "the", "customer", "(", "i.", "e", ",", "the", "expected", "profit", "from", "sales", "to", "her", ")", ".", "We", "propose", "to", "model", "also", "the", "customer", "'s", "network", "value", ":", "the", "expected", "profit", "from", "sales", "to", "other", "customers", "she", "may", "influence", "to", "buy", ",", "the", "customers", "those", "may", "influence", ",", "and", "so", "on", "recursively", ".", "Instead", "of", "viewing", "a", "market", "as", "a", "set", "of", "independent", "entities", ",", "we", "view", "it", "as", "a", "social", "network", "and", "model", "it", "as", "a", "Markov", "random", "field", ".", "We", "show", "the", "advantages", "of", "this", "approach", "using", "a", "social", "network", "mined", "from", "a", "collaborative", "filtering", "database", ".", "Marketing", "that", "exploits", "the", "network", "value", "of", "customers", "--", "also", "known", "as", "viral", "marketing", "--", "can", "be", "extremely", "effective", ",", "but", "is", "still", "a", "black", "art", ".", "Our", "work", "can", "be", "viewed", "as", "a", "step", "towards", "providing", "a", "more", "solid", "foundation", "for", "it", ",", "taking", "advantage", "of", "the", "availability", "of", "large", "relevant", "databases", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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"], "extractive_keyphrases": ["collaborative filtering", "viral marketing"], "abstractive_keyphrases": ["dependency networks", "direct marketing", "markov random fields", "social networks"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "379300", "document": ["Sleeved", "coclustering", "A", "coCluster", "of", "a", "m", "x", "n", "matrix", "X", "is", "a", "submatrix", "determined", "by", "a", "subset", "of", "the", "rows", "and", "a", "subset", "of", "the", "columns", ".", "The", "problem", "of", "finding", "coClusters", "with", "specific", "properties", "is", "of", "interest", ",", "in", "particular", ",", "in", "the", "analysis", "of", "microarray", "experiments", ".", "In", "that", "case", "the", "entries", "of", "the", "matrix", "X", "are", "the", "expression", "levels", "of", "$", "m", "$", "genes", "in", "each", "of", "$", "n", "$", "tissue", "samples", ".", "One", "goal", "of", "the", "analysis", "is", "to", "extract", "a", "subset", "of", "the", "samples", "and", "a", "subset", "of", "the", "genes", ",", "such", "that", "the", "expression", "levels", "of", "the", "chosen", "genes", "behave", "similarly", "across", "the", "subset", "of", "the", "samples", ",", "presumably", "reflecting", "an", "underlying", "regulatory", "mechanism", "governing", "the", "expression", "level", "of", "the", "genes", ".", "We", "propose", "to", "base", "the", "similarity", "of", "the", "genes", "in", "a", "coCluster", "on", "a", "simple", "biological", "model", ",", "in", "which", "the", "strength", "of", "the", "regulatory", "mechanism", "in", "sample", "j", "is", "Hj", ",", "and", "the", "response", "strength", "of", "gene", "i", "to", "the", "regulatory", "mechanism", "is", "Gi", ".", "In", "other", "words", ",", "every", "two", "genes", "participating", "in", "a", "good", "coCluster", "should", "have", "expression", "values", "in", "each", "of", "the", "participating", "samples", ",", "whose", "ratio", "is", "a", "constant", "depending", "only", "on", "the", "two", "genes", ".", "Noise", "in", "the", "expression", "levels", "of", "genes", "is", "taken", "into", "account", "by", "allowing", "a", "deviation", "from", "the", "model", ",", "measured", "by", "a", "relative", "error", "criterion", ".", "The", "sleeve-width", "of", "the", "coCluster", "reflects", "the", "extent", "to", "which", "entry", "i", ",", "j", "in", "the", "coCluster", "is", "allowed", "to", "deviate", ",", "relatively", ",", "from", "being", "expressed", "as", "the", "product", "GiHj", ".", "We", "present", "a", "polynomial-time", "Monte-Carlo", "algorithm", "which", "outputs", "a", "list", "of", "coClusters", "whose", "sleeve-widths", "do", "not", "exceed", "a", "prespecified", "value", ".", "Moreover", ",", "we", "prove", "that", "the", "list", "includes", ",", "with", "fixed", "probability", ",", "a", "coCluster", "which", "is", "near-optimal", "in", "its", "dimensions", ".", "Extensive", "experimentation", "with", "synthetic", "data", "shows", "that", "the", "algorithm", "performs", "well", "."], "doc_bio_tags": ["O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["coclustering"], "abstractive_keyphrases": ["clustering", "co-regulation", "gene expression data"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "680148", "document": ["Mining", "the", "space", "of", "graph", "properties", "Existing", "data", "mining", "algorithms", "on", "graphs", "look", "for", "nodes", "satisfying", "specific", "properties", ",", "such", "as", "specific", "notions", "of", "structural", "similarity", "or", "specific", "measures", "of", "link-based", "importance", ".", "While", "such", "analyses", "for", "predetermined", "properties", "can", "be", "effective", "in", "well-understood", "domains", ",", "sometimes", "identifying", "an", "appropriate", "property", "for", "analysis", "can", "be", "a", "challenge", ",", "and", "focusing", "on", "a", "single", "property", "may", "neglect", "other", "important", "aspects", "of", "the", "data", ".", "In", "this", "paper", ",", "we", "develop", "a", "foundation", "for", "mining", "the", "properties", "themselves", ".", "We", "present", "a", "theoretical", "framework", "defining", "the", "space", "of", "graph", "properties", ",", "a", "variety", "of", "mining", "queries", "enabled", "by", "the", "framework", ",", "techniques", "to", "handle", "the", "enormous", "size", "of", "the", "query", "space", ",", "and", "an", "experimental", "system", "called", "F-Miner", "that", "demonstrates", "the", "utility", "and", "feasibility", "of", "property", "mining", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": [], "abstractive_keyphrases": ["graph mining"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "180350", "document": ["Scaling", "up", "dynamic", "time", "warping", "for", "datamining", "applications"], "doc_bio_tags": ["O", "O", "B", "I", "I", "O", "O", "O"], "extractive_keyphrases": ["dynamic time warping"], "abstractive_keyphrases": ["time series"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "5121820", "document": ["Efficient", "incremental", "constrained", "clustering", "Clustering", "with", "constraints", "is", "an", "emerging", "area", "of", "data", "mining", "research", ".", "However", ",", "most", "work", "assumes", "that", "the", "constraints", "are", "given", "as", "one", "large", "batch", ".", "In", "this", "paper", "we", "explore", "the", "situation", "where", "the", "constraints", "are", "incrementally", "given", ".", "In", "this", "way", "the", "user", "after", "seeing", "a", "clustering", "can", "provide", "positive", "and", "negative", "feedback", "via", "constraints", "to", "critique", "a", "clustering", "solution", ".", "We", "consider", "the", "problem", "of", "efficiently", "updating", "a", "clustering", "to", "satisfy", "the", "new", "and", "old", "constraints", "rather", "than", "reclustering", "the", "entire", "data", "set", ".", "We", "show", "that", "the", "problem", "of", "incremental", "clustering", "under", "constraints", "is", "NP-hard", "in", "general", ",", "but", "identify", "several", "sufficient", "conditions", "which", "lead", "to", "efficiently", "solvable", "versions", ".", "These", "translate", "into", "a", "set", "of", "rules", "on", "the", "types", "of", "constraints", "thatcan", "be", "added", "and", "constraint", "set", "properties", "that", "must", "be", "maintained", ".", "We", "demonstrate", "that", "this", "approach", "is", "more", "efficient", "than", "re-clustering", "the", "entire", "data", "set", "and", "has", "several", "other", "advantages", "."], "doc_bio_tags": ["O", "O", "O", "B", "B", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["clustering", "constraints"], "abstractive_keyphrases": ["complexity"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "228769", "document": ["Frequent", "term-based", "text", "clustering", "Text", "clustering", "methods", "can", "be", "used", "to", "structure", "large", "sets", "of", "text", "or", "hypertext", "documents", ".", "The", "well-known", "methods", "of", "text", "clustering", ",", "however", ",", "do", "not", "really", "address", "the", "special", "problems", "of", "text", "clustering", ":", "very", "high", "dimensionality", "of", "the", "data", ",", "very", "large", "size", "of", "the", "databases", "and", "understandability", "of", "the", "cluster", "description", ".", "In", "this", "paper", ",", "we", "introduce", "a", "novel", "approach", "which", "uses", "frequent", "item", "(", "term", ")", "sets", "for", "text", "clustering", ".", "Such", "frequent", "sets", "can", "be", "efficiently", "discovered", "using", "algorithms", "for", "association", "rule", "mining", ".", "To", "cluster", "based", "on", "frequent", "term", "sets", ",", "we", "measure", "the", "mutual", "overlap", "of", "frequent", "sets", "with", "respect", "to", "the", "sets", "of", "supporting", "documents", ".", "We", "present", "two", "algorithms", "for", "frequent", "term-based", "text", "clustering", ",", "FTC", "which", "creates", "flat", "clusterings", "and", "HFTC", "for", "hierarchical", "clustering", ".", "An", "experimental", "evaluation", "on", "classical", "text", "documents", "as", "well", "as", "on", "web", "documents", "demonstrates", "that", "the", "proposed", "algorithms", "obtain", "clusterings", "of", "comparable", "quality", "significantly", "more", "efficiently", "than", "state-of-the", "-", "art", "text", "clustering", "algorithms", ".", "Furthermore", ",", "our", "methods", "provide", "an", "understandable", "description", "of", "the", "discovered", "clusters", "by", "their", "frequent", "term", "sets", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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"], "extractive_keyphrases": ["text documents"], "abstractive_keyphrases": ["frequent item sets"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "8919943", "document": ["Fully", "automatic", "cross-associations", "Large", ",", "sparse", "binary", "matrices", "arise", "in", "numerous", "data", "mining", "applications", ",", "such", "as", "the", "analysis", "of", "market", "baskets", ",", "web", "graphs", ",", "social", "networks", ",", "co-citations", ",", "as", "well", "as", "information", "retrieval", ",", "collaborative", "filtering", ",", "sparse", "matrix", "reordering", ",", "etc.", ".", "Virtually", "all", "popular", "methods", "for", "the", "analysis", "of", "such", "matrices", "--", "e.g.", ",", "k-means", "clustering", ",", "METIS", "graph", "partitioning", ",", "SVD\\/PCA", "and", "frequent", "itemset", "mining", "--", "require", "the", "user", "to", "specify", "various", "parameters", ",", "such", "as", "the", "number", "of", "clusters", ",", "number", "of", "principal", "components", ",", "number", "of", "partitions", ",", "and", "``", "support", ".", "''", "Choosing", "suitable", "values", "for", "such", "parameters", "is", "a", "challenging", "problem.Cross-association", "is", "a", "joint", "decomposition", "of", "a", "binary", "matrix", "into", "disjoint", "row", "and", "column", "groups", "such", "that", "the", "rectangular", "intersections", "of", "groups", "are", "homogeneous", ".", "Starting", "from", "first", "principles", ",", "we", "furnish", "a", "clear", ",", "information-theoretic", "criterion", "to", "choose", "a", "good", "cross-association", "as", "well", "as", "its", "parameters", ",", "namely", ",", "the", "number", "of", "row", "and", "column", "groups", ".", "We", "provide", "scalable", "algorithms", "to", "approach", "the", "optimal", ".", "Our", "algorithm", "is", "parameter-free", ",", "and", "requires", "no", "user", "intervention", ".", "In", "practice", "it", "scales", "linearly", "with", "the", "problem", "size", ",", "and", "is", "thus", "applicable", "to", "very", "large", "matrices", ".", "Finally", ",", "we", "present", "experiments", "on", "multiple", "synthetic", "and", "real-life", "datasets", ",", "where", "our", "method", "gives", "high-quality", ",", "intuitive", "results", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": [], "abstractive_keyphrases": ["content analysis and indexing", "cross-association", "mdl"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "4740231", "document": ["Short", "term", "performance", "forecasting", "in", "enterprise", "systems", "We", "use", "data", "mining", "and", "machine", "learning", "techniques", "to", "predict", "upcoming", "periods", "of", "high", "utilization", "or", "poor", "performance", "in", "enterprise", "systems", ".", "The", "abundant", "data", "available", "and", "complexity", "of", "these", "systems", "defies", "human", "characterization", "or", "static", "models", "and", "makes", "the", "task", "suitable", "for", "data", "mining", "techniques", ".", "We", "formulate", "the", "problem", "as", "one", "of", "classification", ":", "given", "current", "and", "past", "information", "about", "the", "system", "'s", "behavior", ",", "can", "we", "forecast", "whether", "the", "system", "will", "meet", "its", "performance", "targets", "over", "the", "next", "hour", "?", "Using", "real", "data", "gathered", "from", "several", "enterprise", "systems", "in", "Hewlett-Packard", ",", "we", "compare", "several", "approaches", "ranging", "from", "time", "series", "to", "Bayesian", "networks", ".", "Besides", "establishing", "the", "predictive", "power", "of", "these", "approaches", "our", "study", "analyzes", "three", "dimensions", "that", "are", "important", "for", "their", "application", "as", "a", "stand", "alone", "tool", ".", "First", ",", "it", "quantifies", "the", "gain", "in", "accuracy", "of", "multivariate", "prediction", "methods", "over", "simple", "statistical", "univariate", "methods", ".", "Second", ",", "it", "quantifies", "the", "variations", "in", "accuracy", "when", "using", "different", "classes", "of", "system", "and", "workload", "features", ".", "Third", ",", "it", "establishes", "that", "models", "induced", "using", "combined", "data", "from", "various", "systems", "generalize", "well", "and", "are", "applicable", "to", "new", "systems", ",", "enabling", "accurate", "predictions", "on", "systems", "with", "insufficient", "historical", "data", ".", "Together", "this", "analysis", "offers", "a", "promising", "outlook", "on", "the", "development", "of", "tools", "to", "automate", "assignment", "of", "resources", "to", "stabilize", "performance", ",", "(", "e.g.", ",", "adding", "servers", "to", "a", "cluster", ")", "and", "allow", "opportunistic", "job", "scheduling", "(", "e.g.", ",", "backups", "or", "virus", "scans", ")", "."], "doc_bio_tags": ["O", "O", "B", "I", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["enterprise systems", "performance forecasting"], "abstractive_keyphrases": ["system management"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "4207171", "document": ["Robust", "information-theoretic", "clustering", "How", "do", "we", "find", "a", "natural", "clustering", "of", "a", "real", "world", "point", "set", ",", "which", "contains", "an", "unknown", "number", "of", "clusters", "with", "different", "shapes", ",", "and", "which", "may", "be", "contaminated", "by", "noise", "?", "Most", "clustering", "algorithms", "were", "designed", "with", "certain", "assumptions", "(", "Gaussianity", ")", ",", "they", "often", "require", "the", "user", "to", "give", "input", "parameters", ",", "and", "they", "are", "sensitive", "to", "noise", ".", "In", "this", "paper", ",", "we", "propose", "a", "robust", "framework", "for", "determining", "a", "natural", "clustering", "of", "a", "given", "data", "set", ",", "based", "on", "the", "minimum", "description", "length", "(", "MDL", ")", "principle", ".", "The", "proposed", "framework", ",", "Robust", "Information-theoretic", "Clustering", "(", "RIC", ")", ",", "is", "orthogonal", "to", "any", "known", "clustering", "algorithm", ":", "given", "a", "preliminary", "clustering", ",", "RIC", "purifies", "these", "clusters", "from", "noise", ",", "and", "adjusts", "the", "clusterings", "such", "that", "it", "simultaneously", "determines", "the", "most", "natural", "amount", "and", "shape", "(", "subspace", ")", "of", "the", "clusters", ".", "Our", "RIC", "method", "can", "be", "combined", "with", "any", "clustering", "technique", "ranging", "from", "K-means", "and", "K-medoids", "to", "advanced", "methods", "such", "as", "spectral", "clustering", ".", "In", "fact", ",", "RIC", "is", "even", "able", "to", "purify", "and", "improve", "an", "initial", "coarse", "clustering", ",", "even", "if", "we", "start", "with", "very", "simple", "methods", "such", "as", "grid-based", "space", "partitioning", ".", "Moreover", ",", "RIC", "scales", "well", "with", "the", "data", "set", "size", ".", "Extensive", "experiments", "on", "synthetic", "and", "real", "world", "data", "sets", "validate", "the", "proposed", "RIC", "framework", "."], "doc_bio_tags": ["O", "O", "B", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["clustering"], "abstractive_keyphrases": ["data summarization", "noise-robustness", "parameter-free data mining"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "8645197", "document": ["Distributed", "multivariate", "regression", "based", "on", "influential", "observations", "Large-scale", "data", "sets", "are", "sometimes", "logically", "and", "physically", "distributed", "in", "separate", "databases", ".", "The", "issues", "of", "mining", "these", "data", "sets", "are", "not", "just", "their", "sizes", ",", "but", "also", "the", "distributed", "nature", ".", "The", "complication", "is", "that", "communicating", "all", "the", "data", "to", "a", "central", "database", "would", "be", "too", "slow", ".", "To", "reduce", "communication", "costs", ",", "one", "could", "compress", "the", "data", "during", "transmission", ".", "Another", "method", "is", "random", "sampling", ".", "We", "propose", "an", "approach", "for", "distributed", "multivariate", "regression", "based", "on", "sampling", "and", "discuss", "its", "relationship", "with", "the", "compression", "method", ".", "The", "central", "idea", "is", "motivated", "by", "the", "observation", "that", ",", "although", "communication", "is", "limited", ",", "each", "individual", "site", "can", "still", "scan", "and", "process", "all", "the", "data", "it", "holds", ".", "Thus", "it", "is", "possible", "for", "the", "site", "to", "communicate", "only", "influential", "samples", "without", "seeing", "data", "in", "other", "sites", ".", "We", "exploit", "this", "observation", "and", "derive", "a", "method", "that", "provides", "tradeoff", "between", "communication", "cost", "and", "accuracy", ".", "Experimental", "results", "show", "that", "it", "is", "better", "than", "the", "compression", "method", "and", "random", "sampling", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O"], "extractive_keyphrases": ["sampling"], "abstractive_keyphrases": ["distributed data mining", "learning curve", "multivariate linear regression"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "9015634", "document": ["Turning", "CARTwheels", ":", "an", "alternating", "algorithm", "for", "mining", "redescriptions", "We", "present", "an", "unusual", "algorithm", "involving", "classification", "trees", "--", "CARTwheels", "--", "where", "two", "trees", "are", "grown", "in", "opposite", "directions", "so", "that", "they", "are", "joined", "at", "their", "leaves", ".", "This", "approach", "finds", "application", "in", "a", "new", "data", "mining", "task", "we", "formulate", ",", "called", "redescription", "mining", ".", "A", "redescription", "is", "a", "shift-of-vocabulary", ",", "or", "a", "different", "way", "of", "communicating", "information", "about", "a", "given", "subset", "of", "data", ";", "the", "goal", "of", "redescription", "mining", "is", "to", "find", "subsets", "of", "data", "that", "afford", "multiple", "descriptions", ".", "We", "highlight", "the", "importance", "of", "this", "problem", "in", "domains", "such", "as", "bioinformatics", ",", "which", "exhibit", "an", "underlying", "richness", "and", "diversity", "of", "data", "descriptors", "(", "e.g.", ",", "genes", "can", "be", "studied", "in", "a", "variety", "of", "ways", ")", ".", "CARTwheels", "exploits", "the", "duality", "between", "class", "partitions", "and", "path", "partitions", "in", "an", "induced", "classification", "tree", "to", "model", "and", "mine", "redescriptions", ".", "It", "helps", "integrate", "multiple", "forms", "of", "characterizing", "datasets", ",", "situates", "the", "knowledge", "gained", "from", "one", "dataset", "in", "the", "context", "of", "others", ",", "and", "harnesses", "high-level", "abstractions", "for", "uncovering", "cryptic", "and", "subtle", "features", "of", "data", ".", "Algorithm", "design", "decisions", ",", "implementation", "details", ",", "and", "experimental", "results", "are", "presented", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["classification trees", "redescriptions"], "abstractive_keyphrases": ["data mining in biological domains", "learning"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "6058769", "document": ["Joint", "latent", "topic", "models", "for", "text", "and", "citations", "In", "this", "work", ",", "we", "address", "the", "problem", "of", "joint", "modeling", "of", "text", "and", "citations", "in", "the", "topic", "modeling", "framework", ".", "We", "present", "two", "different", "models", "called", "the", "Pairwise-Link-LDA", "and", "the", "Link-PLSA-LDA", "models", ".", "The", "Pairwise-Link-LDA", "model", "combines", "the", "ideas", "of", "LDA", "(", "4", ")", "and", "Mixed", "Membership", "Block", "Stochastic", "Models", "(", "1", ")", "and", "allows", "modeling", "arbitrary", "link", "structure", ".", "However", ",", "the", "model", "is", "computationally", "expensive", ",", "since", "it", "involves", "modeling", "the", "presence", "or", "absence", "of", "a", "citation", "(", "link", ")", "between", "every", "pair", "of", "documents", ".", "The", "second", "model", "solves", "this", "problem", "by", "assuming", "that", "the", "link", "structure", "is", "a", "bipartite", "graph", ".", "As", "the", "name", "indicates", ",", "Link-PLSA-LDA", "model", "combines", "the", "LDA", "and", "PLSA", "models", "into", "a", "single", "graphical", "model", ".", "Our", "experiments", "on", "a", "subset", "of", "Citeseer", "data", "show", "that", "both", "these", "models", "are", "able", "to", "predict", "unseen", "data", "better", "than", "the", "baseline", "model", "of", "Erosheva", "and", "Lafferty", "(", "8", ")", ",", "by", "capturing", "the", "notion", "of", "topical", "similarity", "between", "the", "contents", "of", "the", "cited", "and", "citing", "documents", ".", "Our", "experiments", "on", "two", "different", "data", "sets", "on", "the", "link", "prediction", "task", "show", "that", "the", "Link-PLSA-LDA", "model", "performs", "the", "best", "on", "the", "citation", "prediction", "task", ",", "while", "also", "remaining", "highly", "scalable", ".", "In", "addition", ",", "we", "also", "present", "some", "interesting", "visualizations", "generated", "by", "each", "of", "the", "models", "."], "doc_bio_tags": ["O", "O", "B", "I", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["citations", "lda", "plsa", "topic models"], "abstractive_keyphrases": ["hyperlinks", "influence", "learning", "variational inference"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "14206390", "document": ["A", "GPU-tailored", "approach", "for", "training", "kernelized", "SVMs", "We", "present", "a", "method", "for", "efficiently", "training", "binary", "and", "multiclass", "kernelized", "SVMs", "on", "a", "Graphics", "Processing", "Unit", "(", "GPU", ")", ".", "Our", "methods", "apply", "to", "a", "broad", "range", "of", "kernels", ",", "including", "the", "popular", "Gaus", "-", "sian", "kernel", ",", "on", "datasets", "as", "large", "as", "the", "amount", "of", "available", "memory", "on", "the", "graphics", "card", ".", "Our", "approach", "is", "distinguished", "from", "earlier", "work", "in", "that", "it", "cleanly", "and", "efficiently", "handles", "sparse", "datasets", "through", "the", "use", "of", "a", "novel", "clustering", "technique", ".", "Our", "optimization", "algorithm", "is", "also", "specifically", "designed", "to", "take", "advantage", "of", "the", "graphics", "hardware", ".", "This", "leads", "to", "different", "algorithmic", "choices", "then", "those", "preferred", "in", "serial", "implementations", ".", "Our", "easy-to-use", "library", "is", "orders", "of", "magnitude", "faster", "then", "existing", "CPU", "libraries", ",", "and", "several", "times", "faster", "than", "prior", "GPU", "approaches", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": [], "abstractive_keyphrases": ["concurrent programming", "gpgpu"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "23318", "document": ["Visualization", "of", "navigation", "patterns", "on", "a", "Web", "site", "using", "model-based", "clustering"], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O"], "extractive_keyphrases": ["web"], "abstractive_keyphrases": ["data visualization", "internet", "model-based clustering", "sequence clustering"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "11980488", "document": ["Boosting", "with", "structure", "information", "in", "the", "functional", "space", ":", "an", "application", "to", "graph", "classification", "Boosting", "is", "a", "very", "successful", "classification", "algorithm", "that", "produces", "a", "linear", "combination", "of", "``", "weak", "''", "classifiers", "(", "a.k.a.", "base", "learners", ")", "to", "obtain", "high", "quality", "classification", "models", ".", "In", "this", "paper", "we", "propose", "a", "new", "boosting", "algorithm", "where", "base", "learners", "have", "structure", "relationships", "in", "the", "functional", "space", ".", "Though", "such", "relationships", "are", "generic", ",", "our", "work", "is", "particularly", "motivated", "by", "the", "emerging", "topic", "of", "pattern", "based", "classification", "for", "semi-structured", "data", "including", "graphs", ".", "Towards", "an", "efficient", "incorporation", "of", "the", "structure", "information", ",", "we", "have", "designed", "a", "general", "model", "where", "we", "use", "an", "undirected", "graph", "to", "capture", "the", "relationship", "of", "subgraph-based", "base", "learners", ".", "In", "our", "method", ",", "we", "combine", "both", "L1", "norm", "and", "Laplacian", "based", "L2", "norm", "penalty", "with", "Logit", "loss", "function", "of", "Logit", "Boost", ".", "In", "this", "approach", ",", "we", "enforce", "model", "sparsity", "and", "smoothness", "in", "the", "functional", "space", "spanned", "by", "the", "basis", "functions", ".", "We", "have", "derived", "efficient", "optimization", "algorithms", "based", "on", "coordinate", "decent", "for", "the", "new", "boosting", "formulation", "and", "theoretically", "prove", "that", "it", "exhibits", "a", "natural", "grouping", "effect", "for", "nearby", "spatial", "or", "overlapping", "features", ".", "Using", "comprehensive", "experimental", "study", ",", "we", "have", "demonstrated", "the", "effectiveness", "of", "the", "proposed", "learning", "methods", "."], "doc_bio_tags": ["B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["boosting", "graph classification"], "abstractive_keyphrases": ["feature selection", "l1 regularization", "semi-structured data"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "687857", "document": ["Efficient", "mining", "of", "weighted", "association", "rules", "(", "WAR", ")"], "doc_bio_tags": ["O", "O", "O", "B", "I", "I", "O", "O", "O"], "extractive_keyphrases": ["weighted association rules"], "abstractive_keyphrases": ["database applications", "ordered shrinkage"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "4324571", "document": ["Discovering", "additive", "structure", "in", "black", "box", "functions", "Many", "automated", "learning", "procedures", "lack", "interpretability", ",", "operating", "effectively", "as", "a", "black", "box", ":", "providing", "a", "prediction", "tool", "but", "no", "explanation", "of", "the", "underlying", "dynamics", "that", "drive", "it", ".", "A", "common", "approach", "to", "interpretation", "is", "to", "plot", "the", "dependence", "of", "a", "learned", "function", "on", "one", "or", "two", "predictors", ".", "We", "present", "a", "method", "that", "seeks", "not", "to", "display", "the", "behavior", "of", "a", "function", ",", "but", "to", "evaluate", "the", "importance", "of", "non-additive", "interactions", "within", "any", "set", "of", "variables", ".", "Should", "the", "function", "be", "close", "to", "a", "sum", "of", "low", "dimensional", "components", ",", "these", "components", "can", "be", "viewed", "and", "even", "modeled", "parametrically", ".", "Alternatively", ",", "the", "work", "here", "provides", "an", "indication", "of", "where", "intrinsically", "high-dimensional", "behavior", "takes", "place", ".", "The", "calculations", "used", "in", "this", "paper", "correspond", "closely", "with", "the", "functional", "ANOVA", "decomposition", ";", "a", "well-developed", "construction", "in", "Statistics", ".", "In", "particular", ",", "the", "proposed", "score", "of", "interaction", "importance", "measures", "the", "loss", "associated", "with", "the", "projection", "of", "the", "prediction", "function", "onto", "a", "space", "of", "additive", "models", ".", "The", "algorithm", "runs", "in", "linear", "time", "and", "we", "present", "displays", "of", "the", "output", "as", "a", "graphical", "model", "of", "the", "function", "for", "interpretation", "purposes", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O"], "extractive_keyphrases": ["additive models", "functional anova", "interpretation", "learning"], "abstractive_keyphrases": ["diagnostics", "draphical models", "feature selection", "visualization"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "823049", "document": ["Using", "a", "knowledge", "cache", "for", "interactive", "discovery", "of", "association", "rules"], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": [], "abstractive_keyphrases": ["decision support"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "5895331", "document": ["k-TTP", ":", "a", "new", "privacy", "model", "for", "large-scale", "distributed", "environments", "Secure", "multiparty", "computation", "allows", "parties", "to", "jointly", "compute", "a", "function", "of", "their", "private", "inputs", "without", "revealing", "anything", "but", "the", "output", ".", "Theoretical", "results", "(", "2", ")", "provide", "a", "general", "construction", "of", "such", "protocols", "for", "any", "function", ".", "Protocols", "obtained", "in", "this", "way", "are", ",", "however", ",", "inefficient", ",", "and", "thus", ",", "practically", "speaking", ",", "useless", "when", "a", "large", "number", "of", "participants", "are", "involved", ".", "The", "contribution", "of", "this", "paper", "is", "to", "define", "a", "new", "privacy", "model", "--", "k-privacy", "--", "by", "means", "of", "an", "innovative", ",", "yet", "natural", "generalization", "of", "the", "accepted", "trusted", "third", "party", "model", ".", "This", "allows", "implementing", "cryptographically", "secure", "efficient", "primitives", "for", "real-world", "large-scale", "distributed", "systems", ".", "As", "an", "example", "for", "the", "usefulness", "of", "the", "proposed", "model", ",", "we", "employ", "k-privacy", "to", "introduce", "a", "technique", "for", "obtaining", "knowledge", "--", "by", "way", "of", "an", "association-rule", "mining", "algorithm", "--", "from", "large-scale", "Data", "Grids", ",", "while", "ensuring", "that", "the", "privacy", "is", "cryptographically", "secure", "."], "doc_bio_tags": ["O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O"], "extractive_keyphrases": ["privacy"], "abstractive_keyphrases": ["association rule mining", "distributed data mining", "privacy-preserving data mining"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "147245", "document": ["Mining", "concept-drifting", "data", "streams", "using", "ensemble", "classifiers", "Recently", ",", "mining", "data", "streams", "with", "concept", "drifts", "for", "actionable", "insights", "has", "become", "an", "important", "and", "challenging", "task", "for", "a", "wide", "range", "of", "applications", "including", "credit", "card", "fraud", "protection", ",", "target", "marketing", ",", "network", "intrusion", "detection", ",", "etc.", ".", "Conventional", "knowledge", "discovery", "tools", "are", "facing", "two", "challenges", ",", "the", "overwhelming", "volume", "of", "the", "streaming", "data", ",", "and", "the", "concept", "drifts", ".", "In", "this", "paper", ",", "we", "propose", "a", "general", "framework", "for", "mining", "concept-drifting", "data", "streams", "using", "weighted", "ensemble", "classifiers", ".", "We", "train", "an", "ensemble", "of", "classification", "models", ",", "such", "as", "C4", ".5", ",", "RIPPER", ",", "naive", "Beyesian", ",", "etc.", ",", "from", "sequential", "chunks", "of", "the", "data", "stream", ".", "The", "classifiers", "in", "the", "ensemble", "are", "judiciously", "weighted", "based", "on", "their", "expected", "classification", "accuracy", "on", "the", "test", "data", "under", "the", "time-evolving", "environment", ".", "Thus", ",", "the", "ensemble", "approach", "improves", "both", "the", "efficiency", "in", "learning", "the", "model", "and", "the", "accuracy", "in", "performing", "classification", ".", "Our", "empirical", "study", "shows", "that", "the", "proposed", "methods", "have", "substantial", "advantage", "over", "single-classifier", "approaches", "in", "prediction", "accuracy", ",", "and", "the", "ensemble", "framework", "is", "effective", "for", "a", "variety", "of", "classification", "models", "."], "doc_bio_tags": ["O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["data streams"], "abstractive_keyphrases": ["classifier", "classifier ensemble", "concept drift"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "5125895", "document": ["Support", "feature", "machine", "for", "classification", "of", "abnormal", "brain", "activity", "In", "this", "study", ",", "a", "novel", "multidimensional", "time", "series", "classification", "technique", ",", "namely", "support", "feature", "machine", "(", "SFM", ")", ",", "is", "proposed", ".", "SFM", "is", "inspired", "by", "the", "optimization", "model", "of", "support", "vector", "machine", "and", "the", "nearest", "neighbor", "rule", "to", "incorporate", "both", "spatial", "and", "temporal", "of", "the", "multi-dimensional", "time", "series", "data", ".", "This", "paper", "also", "describes", "an", "application", "of", "SFM", "for", "detecting", "abnormal", "brain", "activity", ".", "Epilepsy", "is", "a", "case", "in", "point", "in", "this", "study", ".", "In", "epilepsy", "studies", ",", "electroencephalograms", "(", "EEGs", ")", ",", "acquired", "in", "multidimensional", "time", "series", "format", ",", "have", "been", "traditionally", "used", "as", "a", "gold-standard", "tool", "for", "capturing", "the", "electrical", "changes", "in", "the", "brain", ".", "From", "multi-dimensional", "EEG", "time", "series", "data", ",", "SFM", "was", "used", "to", "identify", "seizure", "pre-cursors", "and", "detect", "seizure", "susceptibility", "(", "pre-seizure", ")", "periods", ".", "The", "empirical", "results", "showed", "that", "SFM", "achieved", "over", "80", "%", "correct", "classification", "of", "per-seizure", "EEG", "on", "average", "in", "10", "patients", "using", "5-fold", "cross", "validation", ".", "The", "proposed", "optimization", "model", "of", "SFM", "is", "very", "compact", "and", "scalable", ",", "and", "can", "be", "implemented", "as", "an", "online", "algorithm", ".", "The", "outcome", "of", "this", "study", "suggests", "that", "it", "is", "possible", "to", "construct", "a", "computerized", "algorithm", "used", "to", "detect", "seizure", "pre-cursors", "and", "warn", "of", "impending", "seizures", "through", "EEG", "classification", "."], "doc_bio_tags": ["O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O"], "extractive_keyphrases": ["classification", "epilepsy", "nearest neighbor", "optimization"], "abstractive_keyphrases": ["multi-dimensional time series"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "434661", "document": ["Mining", "asynchronous", "periodic", "patterns", "in", "time", "series", "data"], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": [], "abstractive_keyphrases": ["asynchronous periodic pattern", "database applications", "segment-based approach"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "10201458", "document": ["An", "association", "analysis", "approach", "to", "biclustering", "The", "discovery", "of", "biclusters", ",", "which", "denote", "groups", "of", "items", "that", "show", "coherent", "values", "across", "a", "subset", "of", "all", "the", "transactions", "in", "a", "data", "set", ",", "is", "an", "important", "type", "of", "analysis", "performed", "on", "real-valued", "data", "sets", "in", "various", "domains", ",", "such", "as", "biology", ".", "Several", "algorithms", "have", "been", "proposed", "to", "find", "different", "types", "of", "biclusters", "in", "such", "data", "sets", ".", "However", ",", "these", "algorithms", "are", "unable", "to", "search", "the", "space", "of", "all", "possible", "biclusters", "exhaustively", ".", "Pattern", "mining", "algorithms", "in", "association", "analysis", "also", "essentially", "produce", "biclusters", "as", "their", "result", ",", "since", "the", "patterns", "consist", "of", "items", "that", "are", "supported", "by", "a", "subset", "of", "all", "the", "transactions", ".", "However", ",", "a", "major", "limitation", "of", "the", "numerous", "techniques", "developed", "in", "association", "analysis", "is", "that", "they", "are", "only", "able", "to", "analyze", "data", "sets", "with", "binary", "and\\/or", "categorical", "variables", ",", "and", "their", "application", "to", "real-valued", "data", "sets", "often", "involves", "some", "lossy", "transformation", "such", "as", "discretization", "or", "binarization", "of", "the", "attributes", ".", "In", "this", "paper", ",", "we", "propose", "a", "novel", "association", "analysis", "framework", "for", "exhaustively", "and", "efficiently", "mining", "``", "range", "support", "''", "patterns", "from", "such", "a", "data", "set", ".", "On", "one", "hand", ",", "this", "framework", "reduces", "the", "loss", "of", "information", "incurred", "by", "the", "binarization", "-", "and", "discretization-based", "approaches", ",", "and", "on", "the", "other", ",", "it", "enables", "the", "exhaustive", "discovery", "of", "coherent", "biclusters", ".", "We", "compared", "the", "performance", "of", "our", "framework", "with", "two", "standard", "biclustering", "algorithms", "through", "the", "evaluation", "of", "the", "similarity", "of", "the", "cellular", "functions", "of", "the", "genes", "constituting", "the", "patterns\\/biclusters", "derived", "by", "these", "algorithms", "from", "microarray", "data", ".", "These", "experiments", "show", "that", "the", "real-valued", "patterns", "discovered", "by", "our", "framework", "are", "better", "enriched", "by", "small", "biologically", "interesting", "functional", "classes", ".", "Also", ",", "through", "specific", "examples", ",", "we", "demonstrate", "the", "ability", "of", "the", "RAP", "framework", "to", "discover", "functionally", "enriched", "patterns", "that", "are", "not", "found", "by", "the", "commonly", "used", "biclustering", "algorithm", "ISA", ".", "The", "source", "code", "and", "data", "sets", "used", "in", "this", "paper", ",", "as", "well", "as", "the", "supplementary", "material", ",", "are", "available", "at", "http:\\/\\/www.cs.umn.edu\\/vk\\/gaurav\\/rap", "."], "doc_bio_tags": ["O", "B", "I", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["association analysis", "biclustering", "microarray data", "range support"], "abstractive_keyphrases": ["functional modules", "real-valued data"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "7833551", "document": ["Evolutionary", "spectral", "clustering", "by", "incorporating", "temporal", "smoothness", "Evolutionary", "clustering", "is", "an", "emerging", "research", "area", "essential", "to", "important", "applications", "such", "as", "clustering", "dynamic", "Web", "and", "blog", "contents", "and", "clustering", "data", "streams", ".", "In", "evolutionary", "clustering", ",", "a", "good", "clustering", "result", "should", "fit", "the", "current", "data", "well", ",", "while", "simultaneously", "not", "deviate", "too", "dramatically", "from", "the", "recent", "history", ".", "To", "fulfill", "this", "dual", "purpose", ",", "a", "measure", "of", "temporal", "smoothness", "is", "integrated", "in", "the", "overall", "measure", "of", "clustering", "quality", ".", "In", "this", "paper", ",", "we", "propose", "two", "frameworks", "that", "incorporate", "temporal", "smoothness", "in", "evolutionary", "spectral", "clustering", ".", "For", "both", "frameworks", ",", "we", "start", "with", "intuitions", "gained", "from", "the", "well-known", "k-means", "clustering", "problem", ",", "and", "then", "propose", "and", "solve", "corresponding", "cost", "functions", "for", "the", "evolutionary", "spectral", "clustering", "problems", ".", "Our", "solutions", "to", "the", "evolutionary", "spectral", "clustering", "problems", "provide", "more", "stable", "and", "consistent", "clustering", "results", "that", "are", "less", "sensitive", "to", "short-term", "noises", "while", "at", "the", "same", "time", "are", "adaptive", "to", "long-term", "cluster", "drifts", ".", "Furthermore", ",", "we", "demonstrate", "that", "our", "methods", "provide", "the", "optimal", "solutions", "to", "the", "relaxed", "versions", "of", "the", "corresponding", "evolutionary", "k-means", "clustering", "problems", ".", "Performance", "experiments", "over", "a", "number", "of", "real", "and", "synthetic", "data", "sets", "illustrate", "our", "evolutionary", "spectral", "clustering", "methods", "provide", "more", "robust", "clustering", "results", "that", "are", "not", "sensitive", "to", "noise", "and", "can", "adapt", "to", "data", "drifts", "."], "doc_bio_tags": ["B", "I", "I", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "B", "I", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "I", "O", "O", "O", "O", "O", "O", "B", "I", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["evolutionary spectral clustering", "temporal smoothness"], "abstractive_keyphrases": ["mining data streams", "preserving cluster membership", "treserving cluster quality"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "482358", "document": ["Distributed", "cooperative", "mining", "for", "information", "consortia", "We", "consider", "the", "situation", "where", "a", "number", "of", "agents", "are", "distributed", "and", "each", "of", "them", "collects", "a", "data", "sequence", "generated", "according", "to", "an", "unknown", "probability", "distribution", ".", "Here", "each", "of", "the", "distributions", "is", "specified", "by", "common", "parameters", "and", "individual", "parameters", "e.g.", ",", "a", "normal", "distribution", "with", "an", "identical", "mean", "and", "a", "different", "variance", ".", "Here", "we", "introduce", "a", "notion", "of", "an", "information", "consortium", ",", "which", "is", "a", "framework", "where", "the", "agents", "can", "not", "show", "raw", "data", "to", "one", "another", ",", "but", "they", "like", "to", "enjoy", "significant", "information", "gain", "for", "estimating", "the", "respective", "distributions", ".", "Such", "an", "information", "consortium", "has", "recently", "received", "much", "interest", "in", "a", "broad", "range", "of", "areas", "including", "financial", "risk", "management", ",", "ubiquitous", "network", "mining", ",", "etc.", ".", "In", "this", "paper", "we", "are", "concerned", "with", "the", "following", "three", "issues", ":", "1", ")", "how", "to", "design", "a", "collaborative", "strategy", "for", "agents", "to", "estimate", "the", "respective", "distributions", "in", "the", "information", "consortium", ",", "2", ")", "characterizing", "when", "each", "agent", "has", "a", "benefit", "in", "terms", "of", "information", "gain", "for", "estimating", "its", "distribution", "or", "information", "loss", "for", "predicting", "future", "data", ",", "and", "3", ")", "charracterizing", "how", "much", "benefit", "each", "agent", "obtains", ".", "In", "this", "paper", "we", "yield", "a", "statistical", "formulation", "of", "information", "consortia", "and", "solve", "all", "of", "the", "above", "three", "problems", "for", "a", "general", "form", "of", "probability", "distributions", ".", "Specifically", "we", "propose", "a", "basic", "strategy", "for", "cooperative", "estimation", "and", "derive", "a", "necessary", "and", "sufficient", "condition", "for", "each", "agent", "to", "have", "a", "significant", "benefit", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["estimation", "information consortium"], "abstractive_keyphrases": ["collective mining", "database applications", "distributed mining", "statistical model"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "1009607", "document": ["Rotation", "invariant", "distance", "measures", "for", "trajectories", "For", "the", "discovery", "of", "similar", "patterns", "in", "1D", "time-series", ",", "it", "is", "very", "typical", "to", "perform", "a", "normalization", "of", "the", "data", "(", "for", "example", "a", "transformation", "so", "that", "the", "data", "follow", "a", "zero", "mean", "and", "unit", "standard", "deviation", ")", ".", "Such", "transformations", "can", "reveal", "latent", "patterns", "and", "are", "very", "commonly", "used", "in", "datamining", "applications", ".", "However", ",", "when", "dealing", "with", "multidimensional", "time-series", ",", "which", "appear", "naturally", "in", "applications", "such", "as", "video-tracking", ",", "motion-capture", "etc", ",", "similar", "motion", "patterns", "can", "also", "be", "expressed", "at", "different", "orientations", ".", "It", "is", "therefore", "imperative", "to", "provide", "support", "for", "additional", "transformations", ",", "such", "as", "rotation", ".", "In", "this", "work", ",", "we", "transform", "the", "positional", "information", "of", "moving", "data", ",", "into", "a", "space", "that", "is", "translation", ",", "scale", "and", "rotation", "invariant", ".", "Our", "distance", "measure", "in", "the", "new", "space", "is", "able", "to", "detect", "elastic", "matches", "and", "can", "be", "efficiently", "lower", "bounded", ",", "thus", "being", "computationally", "tractable", ".", "The", "proposed", "methods", "are", "easy", "to", "implement", ",", "fast", "to", "compute", "and", "can", "have", "many", "applications", "for", "real", "world", "problems", ",", "in", "areas", "such", "as", "handwriting", "recognition", "and", "posture", "estimation", "in", "motion-capture", "data", ".", "Finally", ",", "we", "empirically", "demonstrate", "the", "accuracy", "and", "the", "efficiency", "of", "the", "technique", ",", "using", "real", "and", "synthetic", "handwriting", "data", "."], "doc_bio_tags": ["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"], "extractive_keyphrases": ["trajectories"], "abstractive_keyphrases": ["rotation invariance", "time warping"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "1204685", "document": ["Experimental", "design", "for", "solicitation", "campaigns", "Data", "mining", "techniques", "are", "routinely", "used", "by", "fundraisers", "to", "select", "those", "prospects", "from", "a", "large", "pool", "of", "candidates", "who", "are", "most", "likely", "to", "make", "a", "financial", "contribution", ".", "These", "techniques", "often", "rely", "on", "statistical", "models", "based", "on", "trial", "performance", "data", ".", "This", "trial", "performance", "data", "is", "typically", "obtained", "by", "soliciting", "a", "smaller", "sample", "of", "the", "possible", "prospect", "pool", ".", "Collecting", "this", "trial", "data", "involves", "a", "cost", ";", "therefore", "the", "fundraiser", "is", "interested", "in", "keeping", "the", "trial", "size", "small", "while", "still", "collecting", "enough", "data", "to", "build", "a", "reliable", "statistical", "model", "that", "will", "be", "used", "to", "evaluate", "the", "remainder", "of", "the", "prospects", ".", "We", "describe", "an", "experimental", "design", "approach", "to", "optimally", "choose", "the", "trial", "prospects", "from", "an", "existing", "large", "pool", "of", "prospects", ".", "Prospects", "are", "clustered", "to", "render", "the", "problem", "practically", "tractable", ".", "We", "modify", "the", "standard", "D-optimality", "algorithm", "to", "prevent", "repeated", "selection", "of", "the", "same", "prospect", "cluster", ",", "since", "each", "prospect", "can", "only", "be", "solicited", "at", "most", "once", ".", "We", "assess", "the", "benefits", "of", "this", "approach", "on", "the", "KDD-98", "data", "set", "by", "comparing", "the", "performance", "of", "the", "model", "based", "on", "the", "optimal", "trial", "data", "set", "with", "that", "of", "a", "model", "based", "on", "a", "randomly", "selected", "trial", "data", "set", "of", "equal", "size", "."], "doc_bio_tags": ["B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["experimental design"], "abstractive_keyphrases": ["data collection", "probability and statistics", "solicitation campaign"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "4753000", "document": ["Scalable", "look-ahead", "linear", "regression", "trees", "Most", "decision", "tree", "algorithms", "base", "their", "splitting", "decisions", "on", "a", "piecewise", "constant", "model", ".", "Often", "these", "splitting", "algorithms", "are", "extrapolated", "to", "trees", "with", "non-constant", "models", "at", "the", "leaf", "nodes", ".", "The", "motivation", "behind", "Look-ahead", "Linear", "Regression", "Trees", "(", "LLRT", ")", "is", "that", "out", "of", "all", "the", "methods", "proposed", "to", "date", ",", "there", "has", "been", "no", "scalable", "approach", "to", "exhaustively", "evaluate", "all", "possible", "models", "in", "the", "leaf", "nodes", "in", "order", "to", "obtain", "an", "optimal", "split", ".", "Using", "several", "optimizations", ",", "LLRT", "is", "able", "to", "generate", "and", "evaluate", "thousands", "of", "linear", "regression", "models", "per", "second", ".", "This", "allows", "for", "a", "near-exhaustive", "evaluation", "of", "all", "possible", "splits", "in", "a", "node", ",", "based", "on", "the", "quality", "of", "fit", "of", "linear", "regression", "models", "in", "the", "resulting", "branches", ".", "We", "decompose", "the", "calculation", "of", "the", "Residual", "Sum", "of", "Squares", "in", "such", "a", "way", "that", "a", "large", "part", "of", "it", "is", "pre-computed", ".", "The", "resulting", "method", "is", "highly", "scalable", ".", "We", "observe", "it", "to", "obtain", "high", "predictive", "accuracy", "for", "problems", "with", "strong", "mutual", "dependencies", "between", "attributes", ".", "We", "report", "on", "experiments", "with", "two", "simulated", "and", "seven", "real", "data", "sets", "."], "doc_bio_tags": ["O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["models", "regression"], "abstractive_keyphrases": ["linear regression tree", "model tree", "predictive model", "scalable algorithms"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "9309392", "document": ["Using", "ghost", "edges", "for", "classification", "in", "sparsely", "labeled", "networks", "We", "address", "the", "problem", "of", "classification", "in", "partially", "labeled", "networks", "(", "a.k.a.", "within-network", "classification", ")", "where", "observed", "class", "labels", "are", "sparse", ".", "Techniques", "for", "statistical", "relational", "learning", "have", "been", "shown", "to", "perform", "well", "on", "network", "classification", "tasks", "by", "exploiting", "dependencies", "between", "class", "labels", "of", "neighboring", "nodes", ".", "However", ",", "relational", "classifiers", "can", "fail", "when", "unlabeled", "nodes", "have", "too", "few", "labeled", "neighbors", "to", "support", "learning", "(", "during", "training", "phase", ")", "and\\/or", "inference", "(", "during", "testing", "phase", ")", ".", "This", "situation", "arises", "in", "real-world", "problems", "when", "observed", "labels", "are", "sparse", ".", "In", "this", "paper", ",", "we", "propose", "a", "novel", "approach", "to", "within-network", "classification", "that", "combines", "aspects", "of", "statistical", "relational", "learning", "and", "semi-supervised", "learning", "to", "improve", "classification", "performance", "in", "sparse", "networks", ".", "Our", "approach", "works", "by", "adding", "``", "ghost", "edges", "''", "to", "a", "network", ",", "which", "enable", "the", "flow", "of", "information", "from", "labeled", "to", "unlabeled", "nodes", ".", "Through", "experiments", "on", "real-world", "data", "sets", ",", "we", "demonstrate", "that", "our", "approach", "performs", "well", "across", "a", "range", "of", "conditions", "where", "existing", "approaches", ",", "such", "as", "collective", "classification", "and", "semi-supervised", "learning", ",", "fail", ".", "On", "all", "tasks", ",", "our", "approach", "improves", "area", "under", "the", "ROC", "curve", "(", "AUC", ")", "by", "up", "to", "15", "points", "over", "existing", "approaches", ".", "Furthermore", ",", "we", "demonstrate", "that", "our", "approach", "runs", "in", "time", "proportional", "to", "L", "\u2022", "E", ",", "where", "L", "is", "the", "number", "of", "labeled", "nodes", "and", "E", "is", "the", "number", "of", "edges", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["collective classification", "statistical relational learning"], "abstractive_keyphrases": ["random walk", "semi-supervised learning"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "95427", "document": ["A", "streaming", "ensemble", "algorithm", "(", "SEA", ")", "for", "large-scale", "classification", "Ensemble", "methods", "have", "recently", "garnered", "a", "great", "deal", "of", "attention", "in", "the", "machine", "learning", "community", ".", "Techniques", "such", "as", "Boosting", "and", "Bagging", "have", "proven", "to", "be", "highly", "effective", "but", "require", "repeated", "resampling", "of", "the", "training", "data", ",", "making", "them", "inappropriate", "in", "a", "data", "mining", "context", ".", "The", "methods", "presented", "in", "this", "paper", "take", "advantage", "of", "plentiful", "data", ",", "building", "separate", "classifiers", "on", "sequential", "chunks", "of", "training", "points", ".", "These", "classifiers", "are", "combined", "into", "a", "fixed-size", "ensemble", "using", "a", "heuristic", "replacement", "strategy", ".", "The", "result", "is", "a", "fast", "algorithm", "for", "large-scale", "or", "streaming", "data", "that", "classifies", "as", "well", "as", "a", "single", "decision", "tree", "built", "on", "all", "the", "data", ",", "requires", "approximately", "constant", "memory", ",", "and", "adjusts", "quickly", "to", "concept", "drift", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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"], "extractive_keyphrases": ["streaming data"], "abstractive_keyphrases": ["database applications", "ensemble classification"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "239091", "document": ["Handling", "concept", "drifts", "in", "incremental", "learning", "with", "support", "vector", "machines"], "doc_bio_tags": ["O", "O", "O", "O", "O", "B", "O", "O", "O", "O"], "extractive_keyphrases": ["learning"], "abstractive_keyphrases": [], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "5446340", "document": ["Real-time", "ranking", "with", "concept", "drift", "using", "expert", "advice", "In", "many", "practical", "applications", ",", "one", "is", "interested", "in", "generating", "a", "ranked", "list", "of", "items", "using", "information", "mined", "from", "continuous", "streams", "of", "data", ".", "For", "example", ",", "in", "the", "context", "of", "computer", "networks", ",", "one", "might", "want", "to", "generate", "lists", "of", "nodes", "ranked", "according", "to", "their", "susceptibility", "to", "attack", ".", "In", "addition", ",", "real-world", "data", "streams", "often", "exhibit", "concept", "drift", ",", "making", "the", "learning", "task", "even", "more", "challenging", ".", "We", "present", "an", "online", "learning", "approach", "to", "ranking", "with", "concept", "drift", ",", "using", "weighted", "majority", "techniques", ".", "By", "continuously", "modeling", "different", "snapshots", "of", "the", "data", "and", "tuning", "our", "measure", "of", "belief", "in", "these", "models", "over", "time", ",", "we", "capture", "changes", "in", "the", "underlying", "concept", "and", "adapt", "our", "predictions", "accordingly", ".", "We", "measure", "the", "performance", "of", "our", "algorithm", "on", "real", "electricity", "data", "as", "well", "as", "asynthetic", "data", "stream", ",", "and", "demonstrate", "that", "our", "approach", "to", "ranking", "from", "stream", "data", "outperforms", "previously", "known", "batch-learning", "methods", "and", "other", "online", "methods", "that", "do", "not", "account", "for", "concept", "drift", "."], "doc_bio_tags": ["O", "B", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "B", "I", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "B", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O"], "extractive_keyphrases": ["concept drift", "data streams", "learning", "ranking"], "abstractive_keyphrases": ["miscellaneous", "online learning"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "9706403", "document": ["New", "ensemble", "methods", "for", "evolving", "data", "streams", "Advanced", "analysis", "of", "data", "streams", "is", "quickly", "becoming", "a", "key", "area", "of", "data", "mining", "research", "as", "the", "number", "of", "applications", "demanding", "such", "processing", "increases", ".", "Online", "mining", "when", "such", "data", "streams", "evolve", "over", "time", ",", "that", "is", "when", "concepts", "drift", "or", "change", "completely", ",", "is", "becoming", "one", "of", "the", "core", "issues", ".", "When", "tackling", "non-stationary", "concepts", ",", "ensembles", "of", "classifiers", "have", "several", "advantages", "over", "single", "classifier", "methods", ":", "they", "are", "easy", "to", "scale", "and", "parallelize", ",", "they", "can", "adapt", "to", "change", "quickly", "by", "pruning", "under-performing", "parts", "of", "the", "ensemble", ",", "and", "they", "therefore", "usually", "also", "generate", "more", "accurate", "concept", "descriptions", ".", "This", "paper", "proposes", "a", "new", "experimental", "data", "stream", "framework", "for", "studying", "concept", "drift", ",", "and", "two", "new", "variants", "of", "Bagging", ":", "ADWIN", "Bagging", "and", "Adaptive-Size", "Hoeffding", "Tree", "(", "ASHT", ")", "Bagging", ".", "Using", "the", "new", "experimental", "framework", ",", "an", "evaluation", "study", "on", "synthetic", "and", "real-world", "datasets", "comprising", "up", "to", "ten", "million", "examples", "shows", "that", "the", "new", "ensemble", "methods", "perform", "very", "well", "compared", "to", "several", "known", "methods", "."], "doc_bio_tags": ["O", "B", "I", "O", "O", "B", "I", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["concept drift", "data streams", "ensemble methods"], "abstractive_keyphrases": ["decision trees"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "6845596", "document": ["Event", "summarization", "for", "system", "management", "In", "system", "management", "applications", ",", "an", "overwhelming", "amount", "of", "data", "are", "generated", "and", "collected", "in", "the", "form", "of", "temporal", "events", ".", "While", "mining", "temporal", "event", "data", "to", "discover", "interesting", "and", "frequent", "patterns", "has", "obtained", "rapidly", "increasing", "research", "efforts", ",", "users", "of", "the", "applications", "are", "overwhelmed", "by", "the", "mining", "results", ".", "The", "extracted", "patterns", "are", "generally", "of", "large", "volume", "and", "hard", "to", "interpret", ",", "they", "may", "be", "of", "no", "emphasis", ",", "intricate", "and", "meaningless", "to", "non-experts", ",", "even", "to", "domain", "experts", ".", "While", "traditional", "research", "efforts", "focus", "on", "finding", "interesting", "patterns", ",", "in", "this", "paper", ",", "we", "take", "a", "novel", "approach", "called", "event", "summarization", "towards", "the", "understanding", "of", "the", "seemingly", "chaotic", "temporal", "data", ".", "Event", "summarization", "aims", "at", "providing", "a", "concise", "interpretation", "of", "the", "seemingly", "chaotic", "data", ",", "so", "that", "domain", "experts", "may", "take", "actions", "upon", "the", "summarized", "models", ".", "Event", "summarization", "decomposes", "the", "temporal", "information", "into", "many", "independent", "subsets", "and", "finds", "well", "fitted", "models", "to", "describe", "each", "subset", "."], "doc_bio_tags": ["B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["event summarization"], "abstractive_keyphrases": ["ern", "log", "temporal dependency"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "1595381", "document": ["Gaining", "insights", "into", "support", "vector", "machine", "pattern", "classifiers", "using", "projection-based", "tour", "methods", "This", "paper", "discusses", "visual", "methods", "that", "can", "be", "used", "to", "understand", "and", "interpret", "the", "results", "of", "classification", "using", "support", "vector", "machines", "(", "SVM", ")", "on", "data", "with", "continuous", "real-valued", "variables", ".", "SVM", "induction", "algorithms", "build", "pattern", "classifiers", "by", "identifying", "a", "maximal", "margin", "separating", "hyperplane", "from", "training", "examples", "in", "high", "dimensional", "pattern", "spaces", "or", "spaces", "induced", "by", "suitable", "nonlinear", "kernel", "transformations", "over", "pattern", "spaces", ".", "SVM", "have", "been", "demonstrated", "to", "be", "quite", "effective", "in", "a", "number", "of", "practical", "pattern", "classification", "tasks", ".", "Since", "the", "separating", "hyperplane", "is", "defined", "in", "terms", "of", "more", "than", "two", "variables", "it", "is", "necessary", "to", "use", "visual", "techniques", "that", "can", "navigate", "the", "viewer", "through", "high-dimensional", "spaces", ".", "We", "demonstrate", "the", "use", "of", "projection-based", "tour", "methods", "to", "gain", "useful", "insights", "into", "SVM", "classifiers", "with", "linear", "kernels", "on", "8-dimensional", "data", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "B", "I", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["classification", "support vector machines"], "abstractive_keyphrases": ["dynamic graphics", "machine leaning", "multivariate data", "tours", "visualization"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "2353166", "document": ["Mining", "IC", "test", "data", "to", "optimize", "VLSI", "testing"], "doc_bio_tags": ["O", "B", "I", "O", "O", "O", "B", "O"], "extractive_keyphrases": ["ic test", "vlsi"], "abstractive_keyphrases": ["belief networks", "decision support", "decision theory", "em algorithm", "real-time control", "unsupervised learning"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "264444", "document": ["Transforming", "data", "to", "satisfy", "privacy", "constraints", "Data", "on", "individuals", "and", "entities", "are", "being", "collected", "widely", ".", "These", "data", "can", "contain", "information", "that", "explicitly", "identifies", "the", "individual", "(", "e.g.", ",", "social", "security", "number", ")", ".", "Data", "can", "also", "contain", "other", "kinds", "of", "personal", "information", "(", "e.g.", ",", "date", "of", "birth", ",", "zip", "code", ",", "gender", ")", "that", "are", "potentially", "identifying", "when", "linked", "with", "other", "available", "data", "sets", ".", "Data", "are", "often", "shared", "for", "business", "or", "legal", "reasons", ".", "This", "paper", "addresses", "the", "important", "issue", "of", "preserving", "the", "anonymity", "of", "the", "individuals", "or", "entities", "during", "the", "data", "dissemination", "process", ".", "We", "explore", "preserving", "the", "anonymity", "by", "the", "use", "of", "generalizations", "and", "suppressions", "on", "the", "potentially", "identifying", "portions", "of", "the", "data", ".", "We", "extend", "earlier", "works", "in", "this", "area", "along", "various", "dimensions", ".", "First", ",", "satisfying", "privacy", "constraints", "is", "considered", "in", "conjunction", "with", "the", "usage", "for", "the", "data", "being", "disseminated", ".", "This", "allows", "us", "to", "optimize", "the", "process", "of", "preserving", "privacy", "for", "the", "specified", "usage", ".", "In", "particular", ",", "we", "investigate", "the", "privacy", "transformation", "in", "the", "context", "of", "data", "mining", "applications", "like", "building", "classification", "and", "regression", "models", ".", "Second", ",", "our", "work", "improves", "on", "previous", "approaches", "by", "allowing", "more", "flexible", "generalizations", "for", "the", "data", ".", "Lastly", ",", "this", "is", "combined", "with", "a", "more", "thorough", "exploration", "of", "the", "solution", "space", "using", "the", "genetic", "algorithm", "framework", ".", "These", "extensions", "allow", "us", "to", "transform", "the", "data", "so", "that", "they", "are", "more", "useful", "for", "their", "intended", "purpose", "while", "satisfying", "the", "privacy", "constraints", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": [], "abstractive_keyphrases": ["data transformation", "generalization", "predictive modeling", "suppression"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "3744882", "document": ["Using", "retrieval", "measures", "to", "assess", "similarity", "in", "mining", "dynamic", "web", "clickstreams", "While", "scalable", "data", "mining", "methods", "are", "expected", "to", "cope", "with", "massive", "Web", "data", ",", "coping", "with", "evolving", "trends", "in", "noisy", "data", "in", "a", "continuous", "fashion", ",", "and", "without", "any", "unnecessary", "stoppages", "and", "reconfigurations", "is", "still", "an", "open", "challenge", ".", "This", "dynamic", "and", "single", "pass", "setting", "can", "be", "cast", "within", "the", "framework", "of", "mining", "evolving", "data", "streams", ".", "In", "this", "paper", ",", "we", "explore", "the", "task", "of", "mining", "mass", "user", "profiles", "by", "discovering", "evolving", "Web", "session", "clusters", "in", "a", "single", "pass", "with", "a", "recently", "proposed", "scalable", "immune", "based", "clustering", "approach", "(", "TECNO-STREAMS", ")", ",", "and", "study", "the", "effect", "of", "the", "choice", "of", "different", "similarity", "measures", "on", "the", "mining", "process", "and", "on", "the", "interpretation", "of", "the", "mined", "patterns", ".", "We", "propose", "a", "simple", "similarity", "measure", "that", "has", "the", "advantage", "of", "explicitly", "coupling", "the", "precision", "and", "coverage", "criteria", "to", "the", "early", "learning", "stages", ",", "and", "furthermore", "requiring", "that", "the", "affinity", "of", "the", "data", "to", "the", "learned", "profiles", "or", "summaries", "be", "defined", "by", "the", "minimum", "of", "their", "coverage", "or", "precision", ",", "hence", "requiring", "that", "the", "learned", "profiles", "are", "simultaneously", "precise", "and", "complete", ",", "with", "no", "compromises", ".", "In", "our", "experiments", ",", "we", "study", "the", "task", "of", "mining", "evolving", "user", "profiles", "from", "Web", "clickstream", "data", "(", "web", "usage", "mining", ")", "in", "a", "single", "pass", ",", "and", "under", "different", "trend", "sequencing", "scenarios", ",", "showing", "that", "compared", "oto", "the", "cosine", "similarity", "measure", ",", "the", "proposed", "similarity", "measure", "explicitly", "based", "on", "precision", "and", "coverage", "allows", "the", "discovery", "of", "more", "correct", "profiles", "at", "the", "same", "precision", "or", "recall", "quality", "levels", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["clustering", "mining evolving data"], "abstractive_keyphrases": ["artificial immune systems", "personalization", "stream data mining", "web mining"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "11394822", "document": ["Suggesting", "friends", "using", "the", "implicit", "social", "graph", "Although", "users", "of", "online", "communication", "tools", "rarely", "categorize", "their", "contacts", "into", "groups", "such", "as", "``", "family", "''", ",", "``", "co-workers", "''", ",", "or", "``", "jogging", "buddies", "''", ",", "they", "nonetheless", "implicitly", "cluster", "contacts", ",", "by", "virtue", "of", "their", "interactions", "with", "them", ",", "forming", "implicit", "groups", ".", "In", "this", "paper", ",", "we", "describe", "the", "implicit", "social", "graph", "which", "is", "formed", "by", "users", "'", "interactions", "with", "contacts", "and", "groups", "of", "contacts", ",", "and", "which", "is", "distinct", "from", "explicit", "social", "graphs", "in", "which", "users", "explicitly", "add", "other", "individuals", "as", "their", "``", "friends", "''", ".", "We", "introduce", "an", "interaction-based", "metric", "for", "estimating", "a", "user", "'s", "affinity", "to", "his", "contacts", "and", "groups", ".", "We", "then", "describe", "a", "novel", "friend", "suggestion", "algorithm", "that", "uses", "a", "user", "'s", "implicit", "social", "graph", "to", "generate", "a", "friend", "group", ",", "given", "a", "small", "seed", "set", "of", "contacts", "which", "the", "user", "has", "already", "labeled", "as", "friends", ".", "We", "show", "experimental", "results", "that", "demonstrate", "the", "importance", "of", "both", "implicit", "group", "relationships", "and", "interaction-based", "affinity", "ranking", "in", "suggesting", "friends", ".", "Finally", ",", "we", "discuss", "two", "applications", "of", "the", "Friend", "Suggest", "algorithm", "that", "have", "been", "released", "as", "Gmail", "Labs", "features", "."], "doc_bio_tags": ["O", "O", "O", "O", "B", "I", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["implicit social graph"], "abstractive_keyphrases": ["clustering", "contact group clustering", "group and organization interfaces", "tie strength"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "4794787", "document": ["Visualization", "support", "for", "a", "user-centered", "KDD", "process", "Viewing", "knowledge", "discovery", "as", "a", "user-centered", "process", "that", "requires", "an", "effective", "collaboration", "between", "the", "user", "and", "the", "discovery", "system", ",", "our", "work", "aims", "to", "support", "an", "active", "role", "of", "the", "user", "in", "that", "process", "by", "developing", "synergistic", "visualization", "tools", "integrated", "in", "our", "discovery", "system", "D2MS", ".", "These", "tools", "provide", "an", "ability", "of", "visualizing", "the", "entire", "process", "of", "knowledge", "discovery", "in", "order", "to", "help", "the", "user", "with", "data", "preprocessing", ",", "selecting", "mining", "algorithms", "and", "parameters", ",", "evaluating", "and", "comparing", "discovered", "models", ",", "and", "taking", "control", "of", "the", "whole", "discover", "process", ".", "Our", "case-studies", "with", "two", "medical", "datasets", "on", "meningitis", "and", "stomach", "cancer", "show", "that", ",", "with", "visualization", "tools", "in", "D2MS", ",", "the", "user", "gains", "better", "insight", "in", "each", "step", "of", "the", "knowledge", "discovery", "process", "as", "well", "the", "relationship", "between", "data", "and", "discovered", "knowledge", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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"], "extractive_keyphrases": ["knowledge discovery process"], "abstractive_keyphrases": ["data and knowledge visualization", "model selection", "representations", "the user's active role"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "4030512", "document": ["Mining", ",", "indexing", ",", "and", "querying", "historical", "spatiotemporal", "data", "In", "many", "applications", "that", "track", "and", "analyze", "spatiotemporal", "data", ",", "movements", "obey", "periodic", "patterns", ";", "the", "objects", "follow", "the", "same", "routes", "(", "approximately", ")", "over", "regular", "time", "intervals", ".", "For", "example", ",", "people", "wake", "up", "at", "the", "same", "time", "and", "follow", "more", "or", "less", "the", "same", "route", "to", "their", "work", "everyday", ".", "The", "discovery", "of", "hidden", "periodic", "patterns", "in", "spatiotemporal", "data", ",", "apart", "from", "unveiling", "important", "information", "to", "the", "data", "analyst", ",", "can", "facilitate", "data", "management", "substantially", ".", "Based", "on", "this", "observation", ",", "we", "propose", "a", "framework", "that", "analyzes", ",", "manages", ",", "and", "queries", "object", "movements", "that", "follow", "such", "patterns", ".", "We", "define", "the", "spatiotemporal", "periodic", "pattern", "mining", "problem", "and", "propose", "an", "effective", "and", "fast", "mining", "algorithm", "for", "retrieving", "maximal", "periodic", "patterns", ".", "We", "also", "devise", "a", "novel", ",", "specialized", "index", "structure", "that", "can", "benefit", "from", "the", "discovered", "patterns", "to", "support", "more", "efficient", "execution", "of", "spatiotemporal", "queries", ".", "We", "evaluate", "our", "methods", "experimentally", "using", "datasets", "with", "object", "trajectories", "that", "exhibit", "periodicity", "."], "doc_bio_tags": ["O", "O", "B", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O"], "extractive_keyphrases": ["indexing", "pattern mining", "spatiotemporal data", "trajectories"], "abstractive_keyphrases": [], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "10001128", "document": ["Entity", "discovery", "and", "assignment", "for", "opinion", "mining", "applications", "Opinion", "mining", "became", "an", "important", "topic", "of", "study", "in", "recent", "years", "due", "to", "its", "wide", "range", "of", "applications", ".", "There", "are", "also", "many", "companies", "offering", "opinion", "mining", "services", ".", "One", "problem", "that", "has", "not", "been", "studied", "so", "far", "is", "the", "assignment", "of", "entities", "that", "have", "been", "talked", "about", "in", "each", "sentence", ".", "Let", "us", "use", "forum", "discussions", "about", "products", "as", "an", "example", "to", "make", "the", "problem", "concrete", ".", "In", "a", "typical", "discussion", "post", ",", "the", "author", "may", "give", "opinions", "on", "multiple", "products", "and", "also", "compare", "them", ".", "The", "issue", "is", "how", "to", "detect", "what", "products", "have", "been", "talked", "about", "in", "each", "sentence", ".", "If", "the", "sentence", "contains", "the", "product", "names", ",", "they", "need", "to", "be", "identified", ".", "We", "call", "this", "problem", "entity", "discovery", ".", "If", "the", "product", "names", "are", "not", "explicitly", "mentioned", "in", "the", "sentence", "but", "are", "implied", "due", "to", "the", "use", "of", "pronouns", "and", "language", "conventions", ",", "we", "need", "to", "infer", "the", "products", ".", "We", "call", "this", "problem", "entity", "assignment", ".", "These", "problems", "are", "important", "because", "without", "knowing", "what", "products", "each", "sentence", "talks", "about", "the", "opinion", "mined", "from", "the", "sentence", "is", "of", "little", "use", ".", "In", "this", "paper", ",", "we", "study", "these", "problems", "and", "propose", "two", "effective", "methods", "to", "solve", "the", "problems", ".", "Entity", "discovery", "is", "based", "on", "pattern", "discovery", "and", "entity", "assignment", "is", "based", "on", "mining", "of", "comparative", "sentences", ".", "Experimental", "results", "using", "a", "large", "number", "of", "forum", "posts", "demonstrate", "the", "effectiveness", "of", "the", "technique", ".", "Our", "system", "has", "also", "been", "successfully", "tested", "in", "a", "commercial", "setting", "."], "doc_bio_tags": ["B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["entity discovery"], "abstractive_keyphrases": ["sentiment analysis"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "4713024", "document": ["Detecting", "outliers", "using", "transduction", "and", "statistical", "testing", "Outlier", "detection", "can", "uncover", "malicious", "behavior", "in", "fields", "like", "intrusion", "detection", "and", "fraud", "analysis", ".", "Although", "there", "has", "been", "a", "significant", "amount", "of", "work", "in", "outlier", "detection", ",", "most", "of", "the", "algorithms", "proposed", "in", "the", "literature", "are", "based", "on", "a", "particular", "definition", "of", "outliers", "(", "e.g.", ",", "density-based", ")", ",", "and", "use", "ad-hoc", "thresholds", "to", "detect", "them", ".", "In", "this", "paper", "we", "present", "a", "novel", "technique", "to", "detect", "outliers", "with", "respect", "to", "an", "existing", "clustering", "model", ".", "However", ",", "the", "test", "can", "also", "be", "successfully", "utilized", "to", "recognize", "outliers", "when", "the", "clustering", "information", "is", "not", "available", ".", "Our", "method", "is", "based", "on", "Transductive", "Confidence", "Machines", ",", "which", "have", "been", "previously", "proposed", "as", "a", "mechanism", "to", "provide", "individual", "confidence", "measures", "on", "classification", "decisions", ".", "The", "test", "uses", "hypothesis", "testing", "to", "prove", "or", "disprove", "whether", "a", "point", "is", "fit", "to", "be", "in", "each", "of", "the", "clusters", "of", "the", "model", ".", "We", "experimentally", "demonstrate", "that", "the", "test", "is", "highly", "robust", ",", "and", "produces", "very", "few", "misdiagnosed", "points", ",", "even", "when", "no", "clustering", "information", "is", "available", ".", "Furthermore", ",", "our", "experiments", "demonstrate", "the", "robustness", "of", "our", "method", "under", "the", "circumstances", "of", "data", "contaminated", "by", "outliers", ".", "We", "finally", "show", "that", "our", "technique", "can", "be", "successfully", "applied", "to", "identify", "outliers", "in", "a", "noisy", "data", "set", "for", "which", "no", "information", "is", "available", "(", "e.g.", ",", "ground", "truth", ",", "clustering", "structure", ",", "etc.", ")", ".", "As", "such", "our", "proposed", "methodology", "is", "capable", "of", "bootstrapping", "from", "a", "noisy", "data", "set", "a", "clean", "one", "that", "can", "be", "used", "to", "identify", "future", "outliers", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["clustering"], "abstractive_keyphrases": [], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "3780602", "document": ["Mining", "risk", "patterns", "in", "medical", "data", "In", "this", "paper", ",", "we", "discuss", "a", "problem", "of", "finding", "risk", "patterns", "in", "medical", "data", ".", "We", "define", "risk", "patterns", "by", "a", "statistical", "metric", ",", "relative", "risk", ",", "which", "has", "been", "widely", "used", "in", "epidemiological", "research", ".", "We", "characterise", "the", "problem", "of", "mining", "risk", "patterns", "as", "an", "optimal", "rule", "discovery", "problem", ".", "We", "study", "an", "anti-monotone", "property", "for", "mining", "optimal", "risk", "pattern", "sets", "and", "present", "an", "algorithm", "to", "make", "use", "of", "the", "property", "in", "risk", "pattern", "discovery", ".", "The", "method", "has", "been", "applied", "to", "a", "real", "world", "data", "set", "to", "find", "patterns", "associated", "with", "an", "allergic", "event", "for", "ACE", "inhibitors", ".", "The", "algorithm", "has", "generated", "some", "useful", "results", "for", "medical", "researchers", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["relative risk", "rule"], "abstractive_keyphrases": ["medical application", "optimal risk pattern set"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "4917920", "document": ["Measuring", "and", "extracting", "proximity", "in", "networks", "Measuring", "distance", "or", "some", "other", "form", "of", "proximity", "between", "objects", "is", "a", "standard", "data", "mining", "tool", ".", "Connection", "subgraphs", "were", "recently", "proposed", "as", "a", "way", "to", "demonstrate", "proximity", "between", "nodes", "in", "networks", ".", "We", "propose", "a", "new", "way", "of", "measuring", "and", "extracting", "proximity", "in", "networks", "called", "``", "cycle", "free", "effective", "conductance", "''", "(", "CFEC", ")", ".", "Our", "proximity", "measure", "can", "handle", "more", "than", "two", "endpoints", ",", "directed", "edges", ",", "is", "statistically", "well-behaved", ",", "and", "produces", "an", "effectiveness", "score", "for", "the", "computed", "subgraphs", ".", "We", "provide", "an", "efficien", "talgorithm", ".", "Also", ",", "we", "report", "experimental", "results", "and", "show", "examples", "for", "three", "large", "network", "data", "sets", ":", "a", "telecommunications", "calling", "graph", ",", "the", "IMDB", "actors", "graph", ",", "and", "an", "academic", "co-authorship", "network", "."], "doc_bio_tags": ["O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["proximity"], "abstractive_keyphrases": ["connection subgraph", "cycle-free escape probability", "escape probability", "proximity subgraph", "random walks"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "774603", "document": ["Discovering", "significant", "OPSM", "subspace", "clusters", "in", "massive", "gene", "expression", "data", "Order-preserving", "submatrixes", "(", "OPSMs", ")", "have", "been", "accepted", "as", "a", "biologically", "meaningful", "subspace", "cluster", "model", ",", "capturing", "the", "general", "tendency", "of", "gene", "expressions", "across", "a", "subset", "of", "conditions", ".", "In", "an", "OPSM", ",", "the", "expression", "levels", "of", "all", "genes", "induce", "the", "same", "linear", "ordering", "of", "the", "conditions", ".", "OPSM", "mining", "is", "reducible", "to", "a", "special", "case", "of", "the", "sequential", "pattern", "mining", "problem", ",", "in", "which", "a", "pattern", "and", "its", "supporting", "sequences", "uniquely", "specify", "an", "OPSM", "cluster", ".", "Those", "small", "twig", "clusters", ",", "specified", "by", "long", "patterns", "with", "naturally", "low", "support", ",", "incur", "explosive", "computational", "costs", "and", "would", "be", "completely", "pruned", "off", "by", "most", "existing", "methods", "for", "massive", "datasets", "containing", "thousands", "of", "conditions", "and", "hundreds", "of", "thousands", "of", "genes", ",", "which", "are", "common", "in", "today", "'s", "gene", "expression", "analysis", ".", "However", ",", "it", "is", "in", "particular", "interest", "of", "biologists", "to", "reveal", "such", "small", "groups", "of", "genes", "that", "are", "tightly", "coregulated", "under", "many", "conditions", ",", "and", "some", "pathways", "or", "processes", "might", "require", "only", "two", "genes", "to", "act", "in", "concert", ".", "In", "this", "paper", ",", "we", "introduce", "the", "KiWi", "mining", "framework", "for", "massive", "datasets", ",", "that", "exploits", "two", "parameters", "k", "and", "w", "to", "provide", "a", "biased", "testing", "on", "a", "bounded", "number", "of", "candidates", ",", "substantially", "reducing", "the", "search", "space", "and", "problem", "scale", ",", "targeting", "on", "highly", "promising", "seeds", "that", "lead", "to", "significant", "clusters", "and", "twig", "clusters", ".", "Extensive", "biological", "and", "computational", "evaluations", "on", "real", "datasets", "demonstrate", "that", "KiWi", "can", "effectively", "mine", "biologically", "meaningful", "OPSM", "subspace", "clusters", "with", "good", "efficiency", "and", "scalability", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "B", "I", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O"], "extractive_keyphrases": ["gene expression data", "scalability"], "abstractive_keyphrases": ["order-preserving submatrix", "subspace clustering", "twig cluster"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "7168080", "document": ["Hierarchical", "topic", "segmentation", "of", "websites", "In", "this", "paper", ",", "we", "consider", "the", "problem", "of", "identifying", "and", "segmenting", "topically", "cohesive", "regions", "in", "the", "URL", "tree", "of", "a", "large", "website", ".", "Each", "page", "of", "the", "website", "is", "assumed", "to", "have", "a", "topic", "label", "or", "a", "distribution", "on", "topic", "labels", "generated", "using", "a", "standard", "classifier", ".", "We", "develop", "a", "set", "of", "cost", "measures", "characterizing", "the", "benefit", "accrued", "by", "introducing", "a", "segmentation", "of", "the", "site", "based", "on", "the", "topic", "labels", ".", "We", "propose", "a", "general", "framework", "to", "use", "these", "measures", "for", "describing", "the", "quality", "of", "a", "segmentation", ";", "we", "also", "provide", "an", "efficient", "algorithm", "to", "find", "the", "best", "segmentation", "in", "this", "framework", ".", "Extensive", "experiments", "on", "human-labeled", "data", "confirm", "the", "soundness", "of", "our", "framework", "and", "suggest", "that", "a", "judicious", "choice", "of", "cost", "measures", "allows", "the", "algorithm", "to", "perform", "surprisingly", "accurate", "topical", "segmentations", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": [], "abstractive_keyphrases": ["classification", "facility location", "gain ratio", "information search and retrieval", "kl-distance", "tree partitioning", "website hierarchy", "website segmentation"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "698383", "document": ["A", "unifying", "framework", "for", "detecting", "outliers", "and", "change", "points", "from", "non-stationary", "time", "series", "data", "We", "are", "concerned", "with", "the", "issues", "of", "outlier", "detection", "and", "change", "point", "detection", "from", "a", "data", "stream", ".", "In", "the", "area", "of", "data", "mining", ",", "there", "have", "been", "increased", "interest", "in", "these", "issues", "since", "the", "former", "is", "related", "to", "fraud", "detection", ",", "rare", "event", "discovery", ",", "etc.", ",", "while", "the", "latter", "is", "related", "to", "event\\/trend", "by", "change", "detection", ",", "activity", "monitoring", ",", "etc.", ".", "Specifically", ",", "it", "is", "important", "to", "consider", "the", "situation", "where", "the", "data", "source", "is", "non-stationary", ",", "since", "the", "nature", "of", "data", "source", "may", "change", "over", "time", "in", "real", "applications", ".", "Although", "in", "most", "previous", "work", "outlier", "detection", "and", "change", "point", "detection", "have", "not", "been", "related", "explicitly", ",", "this", "paper", "presents", "a", "unifying", "framework", "for", "dealing", "with", "both", "of", "them", "on", "the", "basis", "of", "the", "theory", "of", "on-line", "learning", "of", "non-stationary", "time", "series", ".", "In", "this", "framework", "a", "probabilistic", "model", "of", "the", "data", "source", "is", "incrementally", "learned", "using", "an", "on-line", "discounting", "learning", "algorithm", ",", "which", "can", "track", "the", "changing", "data", "source", "adaptively", "by", "forgetting", "the", "effect", "of", "past", "data", "gradually", ".", "Then", "the", "score", "for", "any", "given", "data", "is", "calculated", "to", "measure", "its", "deviation", "from", "the", "learned", "model", ",", "with", "a", "higher", "score", "indicating", "a", "high", "possibility", "of", "being", "an", "outlier", ".", "Further", "change", "points", "in", "a", "data", "stream", "are", "detected", "by", "applying", "this", "scoring", "method", "into", "a", "time", "series", "of", "moving", "averaged", "losses", "for", "prediction", "using", "the", "learned", "model", ".", "Specifically", "we", "develop", "an", "efficient", "algorithms", "for", "on-line", "discounting", "learning", "of", "auto-regression", "models", "from", "time", "series", "data", ",", "and", "demonstrate", "the", "validity", "of", "our", "framework", "through", "simulation", "and", "experimental", "applications", "to", "stock", "market", "data", "analysis", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": [], "abstractive_keyphrases": ["probabilistic algorithms"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "9910103", "document": ["Is", "there", "a", "grand", "challenge", "or", "X-prize", "for", "data", "mining", "?", "This", "panel", "will", "discuss", "possible", "exciting", "and", "motivating", "Grand", "Challenge", "problems", "for", "Data", "Mining", ",", "focusing", "on", "bioinformatics", ",", "multimedia", "mining", ",", "link", "mining", ",", "text", "mining", ",", "and", "web", "mining", "."], "doc_bio_tags": ["O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "B", "O", "B", "I", "O", "B", "I", "O", "B", "I", "O", "O", "B", "I", "O"], "extractive_keyphrases": ["bioinformatics", "grand challenge", "link mining", "multimedia mining", "text mining", "web mining"], "abstractive_keyphrases": ["image mining", "video mining", "x-prize"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "5023118", "document": ["Truth", "discovery", "with", "multiple", "conflicting", "information", "providers", "on", "the", "web", "The", "world-wide", "web", "has", "become", "the", "most", "important", "information", "source", "for", "most", "of", "us", ".", "Unfortunately", ",", "there", "is", "no", "guarantee", "for", "the", "correctness", "of", "information", "on", "the", "web", ".", "Moreover", ",", "different", "web", "sites", "often", "provide", "conflicting", "information", "on", "a", "subject", ",", "such", "as", "different", "specifications", "for", "the", "same", "product", ".", "In", "this", "paper", "we", "propose", "a", "new", "problem", "called", "Veracity", ",", "i.e.", ",", "conformity", "to", "truth", ",", "which", "studies", "how", "to", "find", "true", "facts", "from", "a", "large", "amount", "of", "conflicting", "information", "on", "many", "subjects", "that", "is", "provided", "by", "various", "web", "sites", ".", "We", "design", "a", "general", "framework", "for", "the", "Veracity", "problem", ",", "and", "invent", "an", "algorithm", "called", "TruthFinder", ",", "which", "utilizes", "the", "relationships", "between", "web", "sites", "and", "their", "information", ",", "i.e.", ",", "a", "web", "site", "is", "trustworthy", "if", "it", "provides", "many", "pieces", "of", "true", "information", ",", "and", "a", "piece", "of", "information", "is", "likely", "to", "be", "true", "if", "it", "is", "provided", "by", "many", "trustworthy", "web", "sites", ".", "Our", "experiments", "show", "that", "TruthFinder", "successfully", "finds", "true", "facts", "among", "conflicting", "information", ",", "and", "identifies", "trustworthy", "web", "sites", "better", "than", "the", "popular", "search", "engines", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": [], "abstractive_keyphrases": ["data quality", "link analysis", "web mining"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "13290109", "document": ["Discriminative", "topic", "modeling", "based", "on", "manifold", "learning", "Topic", "modeling", "has", "been", "popularly", "used", "for", "data", "analysis", "in", "various", "domains", "including", "text", "documents", ".", "Previous", "topic", "models", ",", "such", "as", "probabilistic", "Latent", "Semantic", "Analysis", "(", "pLSA", ")", "and", "Latent", "Dirichlet", "Allocation", "(", "LDA", ")", ",", "have", "shown", "impressive", "success", "in", "discovering", "low-rank", "hidden", "structures", "for", "modeling", "text", "documents", ".", "These", "models", ",", "however", ",", "do", "not", "take", "into", "account", "the", "manifold", "structure", "of", "data", ",", "which", "is", "generally", "informative", "for", "the", "non-linear", "dimensionality", "reduction", "mapping", ".", "More", "recent", "models", ",", "namely", "Laplacian", "PLSI", "(", "LapPLSI", ")", "and", "Locally-consistent", "Topic", "Model", "(", "LTM", ")", ",", "have", "incorporated", "the", "local", "manifold", "structure", "into", "topic", "models", "and", "have", "shown", "the", "resulting", "benefits", ".", "But", "these", "approaches", "fall", "short", "of", "the", "full", "discriminating", "power", "of", "manifold", "learning", "as", "they", "only", "enhance", "the", "proximity", "between", "the", "low-rank", "representations", "of", "neighboring", "pairs", "without", "any", "consideration", "for", "non-neighboring", "pairs", ".", "In", "this", "paper", ",", "we", "propose", "Discriminative", "Topic", "Model", "(", "DTM", ")", "that", "separates", "non-neighboring", "pairs", "from", "each", "other", "in", "addition", "to", "bringing", "neighboring", "pairs", "closer", "together", ",", "thereby", "preserving", "the", "global", "manifold", "structure", "as", "well", "as", "improving", "the", "local", "consistency", ".", "We", "also", "present", "a", "novel", "model", "fitting", "algorithm", "based", "on", "the", "generalized", "EM", "and", "the", "concept", "of", "Pareto", "improvement", ".", "As", "a", "result", ",", "DTM", "achieves", "higher", "classification", "performance", "in", "a", "semi-supervised", "setting", "by", "effectively", "exposing", "the", "manifold", "structure", "of", "data", ".", "We", "provide", "empirical", "evidence", "on", "text", "corpora", "to", "demonstrate", "the", "success", "of", "DTM", "in", "terms", "of", "classification", "accuracy", "and", "robustness", "to", "parameters", "compared", "to", "state-of-the-art", "techniques", "."], "doc_bio_tags": ["O", "B", "I", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["dimensionality reduction", "topic modeling"], "abstractive_keyphrases": ["document classification", "general", "semi-supervised learning"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "13693678", "document": ["Graphs", "over", "time", ":", "densification", "laws", ",", "shrinking", "diameters", "and", "possible", "explanations", "How", "do", "real", "graphs", "evolve", "over", "time", "?", "What", "are", "``", "normal", "''", "growth", "patterns", "in", "social", ",", "technological", ",", "and", "information", "networks", "?", "Many", "studies", "have", "discovered", "patterns", "in", "static", "graphs", ",", "identifying", "properties", "in", "a", "single", "snapshot", "of", "a", "large", "network", ",", "or", "in", "a", "very", "small", "number", "of", "snapshots", ";", "these", "include", "heavy", "tails", "for", "in", "-", "and", "out-degree", "distributions", ",", "communities", ",", "small-world", "phenomena", ",", "and", "others", ".", "However", ",", "given", "the", "lack", "of", "information", "about", "network", "evolution", "over", "long", "periods", ",", "it", "has", "been", "hard", "to", "convert", "these", "findings", "into", "statements", "about", "trends", "over", "time", ".", "Here", "we", "study", "a", "wide", "range", "of", "real", "graphs", ",", "and", "we", "observe", "some", "surprising", "phenomena", ".", "First", ",", "most", "of", "these", "graphs", "densify", "over", "time", ",", "with", "the", "number", "of", "edges", "growing", "super-linearly", "in", "the", "number", "of", "nodes", ".", "Second", ",", "the", "average", "distance", "between", "nodes", "often", "shrinks", "over", "time", ",", "in", "contrast", "to", "the", "conventional", "wisdom", "that", "such", "distance", "parameters", "should", "increase", "slowly", "as", "a", "function", "of", "the", "number", "of", "nodes", "(", "like", "O", "(", "log", "n", ")", "or", "O", "(", "log", "(", "log", "n", ")", ")", ".", "Existing", "graph", "generation", "models", "do", "not", "exhibit", "these", "types", "of", "behavior", ",", "even", "at", "a", "qualitative", "level", ".", "We", "provide", "a", "new", "graph", "generator", ",", "based", "on", "a", "``", "forest", "fire", "''", "spreading", "process", ",", "that", "has", "a", "simple", ",", "intuitive", "justification", ",", "requires", "very", "few", "parameters", "(", "like", "the", "``", "flammability", "''", "of", "nodes", ")", ",", "and", "produces", "graphs", "exhibiting", "the", "full", "range", "of", "properties", "observed", "both", "in", "prior", "work", "and", "in", "the", "present", "study", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": [], "abstractive_keyphrases": ["densification power laws", "graph generators", "graph mining", "heavy-tailed distributions", "small-world phenomena"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "4956024", "document": ["Algorithms", "for", "time", "series", "knowledge", "mining", "Temporal", "patterns", "composed", "of", "symbolic", "intervals", "are", "commonly", "formulated", "with", "Allen", "'s", "interval", "relations", "originating", "in", "temporal", "reasoning", ".", "This", "representation", "has", "severe", "disadvantages", "for", "knowledge", "discovery", ".", "The", "Time", "Series", "Knowledge", "Representation", "(", "TSKR", ")", "is", "a", "new", "hierarchical", "language", "for", "interval", "patterns", "expressing", "the", "temporal", "concepts", "of", "coincidence", "and", "partial", "order", ".", "We", "present", "effective", "and", "efficient", "mining", "algorithms", "for", "such", "patterns", "based", "on", "itemset", "techniques", ".", "A", "novel", "form", "of", "search", "space", "pruning", "effectively", "reduces", "the", "size", "of", "the", "mining", "result", "to", "ease", "interpretation", "and", "speed", "up", "the", "algorithms", ".", "On", "a", "real", "data", "set", "a", "concise", "set", "of", "TSKR", "patterns", "can", "explain", "the", "underlying", "temporal", "phenomena", ",", "whereas", "the", "patterns", "found", "with", "Allen", "'s", "relations", "are", "far", "more", "numerous", "yet", "only", "explain", "fragments", "of", "the", "data", "."], "doc_bio_tags": ["O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["interval patterns", "knowledge discovery", "time series"], "abstractive_keyphrases": ["pattern recognition"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "4532444", "document": ["Using", "randomized", "response", "techniques", "for", "privacy-preserving", "data", "mining", "Privacy", "is", "an", "important", "issue", "in", "data", "mining", "and", "knowledge", "discovery", ".", "In", "this", "paper", ",", "we", "propose", "to", "use", "the", "randomized", "response", "techniques", "to", "conduct", "the", "data", "mining", "computation", ".", "Specially", ",", "we", "present", "a", "method", "to", "build", "decision", "tree", "classifiers", "from", "the", "disguised", "data", ".", "We", "conduct", "experiments", "to", "compare", "the", "accuracy", "of", "our", "decision", "tree", "with", "the", "one", "built", "from", "the", "original", "undisguised", "data", ".", "Our", "results", "show", "that", "although", "the", "data", "are", "disguised", ",", "our", "method", "can", "still", "achieve", "fairly", "high", "accuracy", ".", "We", "also", "show", "how", "the", "parameter", "used", "in", "the", "randomized", "response", "techniques", "affects", "the", "accuracy", "of", "the", "results", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "B", "I", "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", "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", "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"], "extractive_keyphrases": ["data mining", "decision tree", "privacy"], "abstractive_keyphrases": ["database applications"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "358420", "document": ["Hardening", "soft", "information", "sources"], "doc_bio_tags": ["O", "O", "O", "O"], "extractive_keyphrases": [], "abstractive_keyphrases": ["data integration", "miscellaneous"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "13827011", "document": ["Logical-shapelets", ":", "an", "expressive", "primitive", "for", "time", "series", "classification", "Time", "series", "shapelets", "are", "small", ",", "local", "patterns", "in", "a", "time", "series", "that", "are", "highly", "predictive", "of", "a", "class", "and", "are", "thus", "very", "useful", "features", "for", "building", "classifiers", "and", "for", "certain", "visualization", "and", "summarization", "tasks", ".", "While", "shapelets", "were", "introduced", "only", "recently", ",", "they", "have", "already", "seen", "significant", "adoption", "and", "extension", "in", "the", "community", ".", "Despite", "their", "immense", "potential", "as", "a", "data", "mining", "primitive", ",", "there", "are", "two", "important", "limitations", "of", "shapelets", ".", "First", ",", "their", "expressiveness", "is", "limited", "to", "simple", "binary", "presence\\/absence", "questions", ".", "Second", ",", "even", "though", "shapelets", "are", "computed", "offline", ",", "the", "time", "taken", "to", "compute", "them", "is", "significant", ".", "In", "this", "work", ",", "we", "address", "the", "latter", "problem", "by", "introducing", "a", "novel", "algorithm", "that", "finds", "shapelets", "in", "less", "time", "than", "current", "methods", "by", "an", "order", "of", "magnitude", ".", "Our", "algorithm", "is", "based", "on", "intelligent", "caching", "and", "reuse", "of", "computations", ",", "and", "the", "admissible", "pruning", "of", "the", "search", "space", ".", "Because", "our", "algorithm", "is", "so", "fast", ",", "it", "creates", "an", "opportunity", "to", "consider", "more", "expressive", "shapelet", "queries", ".", "In", "particular", ",", "we", "show", "for", "the", "first", "time", "an", "augmented", "shapelet", "representation", "that", "distinguishes", "the", "data", "based", "on", "conjunctions", "or", "disjunctions", "of", "shapelets", ".", "We", "call", "our", "novel", "representation", "Logical-Shapelets", ".", "We", "demonstrate", "the", "efficiency", "of", "our", "approach", "on", "the", "classic", "benchmark", "datasets", "used", "for", "these", "problems", ",", "and", "show", "several", "case", "studies", "where", "logical", "shapelets", "significantly", "outperform", "the", "original", "shapelet", "representation", "and", "other", "time", "series", "classification", "techniques", ".", "We", "demonstrate", "the", "utility", "of", "our", "ideas", "in", "domains", "as", "diverse", "as", "gesture", "recognition", ",", "robotics", ",", "and", "biometrics", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "B", "I", "B", "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", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["classification", "time series"], "abstractive_keyphrases": ["decision tree", "information gain"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "8206742", "document": ["Efficient", "algorithms", "for", "constructing", "decision", "trees", "with", "constraints"], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": [], "abstractive_keyphrases": ["classification", "decision support", "decision tree"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "14987", "document": ["Accurate", "decision", "trees", "for", "mining", "high-speed", "data", "streams", "In", "this", "paper", "we", "study", "the", "problem", "of", "constructing", "accurate", "decision", "tree", "models", "from", "data", "streams", ".", "Data", "streams", "are", "incremental", "tasks", "that", "require", "incremental", ",", "online", ",", "and", "any-time", "learning", "algorithms", ".", "One", "of", "the", "most", "successful", "algorithms", "for", "mining", "data", "streams", "is", "VFDT", ".", "In", "this", "paper", "we", "extend", "the", "VFDT", "system", "in", "two", "directions", ":", "the", "ability", "to", "deal", "with", "continuous", "data", "and", "the", "use", "of", "more", "powerful", "classification", "techniques", "at", "tree", "leaves", ".", "The", "proposed", "system", ",", "VFDTc", ",", "can", "incorporate", "and", "classify", "new", "information", "online", ",", "with", "a", "single", "scan", "of", "the", "data", ",", "in", "time", "constant", "per", "example", ".", "The", "most", "relevant", "property", "of", "our", "system", "is", "the", "ability", "to", "obtain", "a", "performance", "similar", "to", "a", "standard", "decision", "tree", "algorithm", "even", "for", "medium", "size", "datasets", ".", "This", "is", "relevant", "due", "to", "the", "any-time", "property", ".", "We", "study", "the", "behavior", "of", "VFDTc", "in", "different", "problems", "and", "demonstrate", "its", "utility", "in", "large", "and", "medium", "data", "sets", ".", "Under", "a", "bias-variance", "analysis", "we", "observe", "that", "VFDTc", "in", "comparison", "to", "C4", ".5", "is", "able", "to", "reduce", "the", "variance", "component", "."], "doc_bio_tags": ["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"], "extractive_keyphrases": ["decision trees"], "abstractive_keyphrases": ["decision support", "disk-based algorithms", "hoeffding bounds", "incremental learning", "subsampling"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "9111641", "document": ["Spectral", "domain-transfer", "learning", "Traditional", "spectral", "classification", "has", "been", "proved", "to", "be", "effective", "in", "dealing", "with", "both", "labeled", "and", "unlabeled", "data", "when", "these", "data", "are", "from", "the", "same", "domain", ".", "In", "many", "real", "world", "applications", ",", "however", ",", "we", "wish", "to", "make", "use", "of", "the", "labeled", "data", "from", "one", "domain", "(", "called", "in-domain", ")", "to", "classify", "the", "unlabeled", "data", "in", "a", "different", "domain", "(", "out-of-domain", ")", ".", "This", "problem", "often", "happens", "when", "obtaining", "labeled", "data", "in", "one", "domain", "is", "difficult", "while", "there", "are", "plenty", "of", "labeled", "data", "from", "a", "related", "but", "different", "domain", ".", "In", "general", ",", "this", "is", "a", "transfer", "learning", "problem", "where", "we", "wish", "to", "classify", "the", "unlabeled", "data", "through", "the", "labeled", "data", "even", "though", "these", "data", "are", "not", "from", "the", "same", "domain", ".", "In", "this", "paper", ",", "we", "formulate", "this", "domain-transfer", "learning", "problem", "under", "a", "novel", "spectral", "classification", "framework", ",", "where", "the", "objective", "function", "is", "introduced", "to", "seek", "consistency", "between", "the", "in-domain", "supervision", "and", "the", "out-of-domain", "intrinsic", "structure", ".", "Through", "optimization", "of", "the", "cost", "function", ",", "the", "label", "information", "from", "the", "in-domain", "data", "is", "effectively", "transferred", "to", "help", "classify", "the", "unlabeled", "data", "from", "the", "out-of-domain", ".", "We", "conduct", "extensive", "experiments", "to", "evaluate", "our", "method", "and", "show", "that", "our", "algorithm", "achieves", "significant", "improvements", "on", "classification", "performance", "over", "many", "state-of-the-art", "algorithms", "."], "doc_bio_tags": ["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", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["learning"], "abstractive_keyphrases": ["spectral learning", "transfer learning"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "10017791", "document": ["Learning", "optimal", "ranking", "with", "tensor", "factorization", "for", "tag", "recommendation", "Tag", "recommendation", "is", "the", "task", "of", "predicting", "a", "personalized", "list", "of", "tags", "for", "a", "user", "given", "an", "item", ".", "This", "is", "important", "for", "many", "websites", "with", "tagging", "capabilities", "like", "last", ".", "fm", "or", "delicious", ".", "In", "this", "paper", ",", "we", "propose", "a", "method", "for", "tag", "recommendation", "based", "on", "tensor", "factorization", "(", "TF", ")", ".", "In", "contrast", "to", "other", "TF", "methods", "like", "higher", "order", "singular", "value", "decomposition", "(", "HOSVD", ")", ",", "our", "method", "RTF", "(", "`", "ranking", "with", "tensor", "factorization", "'", ")", "directly", "optimizes", "the", "factorization", "model", "for", "the", "best", "personalized", "ranking", ".", "RTF", "handles", "missing", "values", "and", "learns", "from", "pairwise", "ranking", "constraints", ".", "Our", "optimization", "criterion", "for", "TF", "is", "motivated", "by", "a", "detailed", "analysis", "of", "the", "problem", "and", "of", "interpretation", "schemes", "for", "the", "observed", "data", "in", "tagging", "systems", ".", "In", "all", ",", "RTF", "directly", "optimizes", "for", "the", "actual", "problem", "using", "a", "correct", "interpretation", "of", "the", "data", ".", "We", "provide", "a", "gradient", "descent", "algorithm", "to", "solve", "our", "optimization", "problem", ".", "We", "also", "provide", "an", "improved", "learning", "and", "prediction", "method", "with", "runtime", "complexity", "analysis", "for", "RTF", ".", "The", "prediction", "runtime", "of", "RTF", "is", "independent", "of", "the", "number", "of", "observations", "and", "only", "depends", "on", "the", "factorization", "dimensions", ".", "Besides", "the", "theoretical", "analysis", ",", "we", "empirically", "show", "that", "our", "method", "outperforms", "other", "state-of-the-art", "tag", "recommendation", "methods", "like", "FolkRank", ",", "PageRank", "and", "HOSVD", "both", "in", "quality", "and", "prediction", "runtime", "."], "doc_bio_tags": ["O", "O", "B", "O", "B", "I", "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", "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", "B", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["ranking", "tag recommendation", "tensor factorization"], "abstractive_keyphrases": [], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "7773106", "document": ["An", "integrated", "framework", "on", "mining", "logs", "files", "for", "computing", "system", "management", "Traditional", "approaches", "to", "system", "management", "have", "been", "largely", "based", "on", "domain", "experts", "through", "a", "knowledge", "acquisition", "process", "that", "translates", "domain", "knowledge", "into", "operating", "rules", "and", "policies", ".", "This", "has", "been", "well", "known", "and", "experienced", "as", "a", "cumbersome", ",", "labor", "intensive", ",", "and", "error", "prone", "process", ".", "In", "addition", ",", "this", "process", "is", "difficult", "to", "keep", "up", "with", "the", "rapidly", "changing", "environments", ".", "In", "this", "paper", ",", "we", "will", "describe", "our", "research", "efforts", "on", "establishing", "an", "integrated", "framework", "for", "mining", "system", "log", "files", "for", "automatic", "management", ".", "In", "particular", ",", "we", "apply", "text", "mining", "techniques", "to", "categorize", "messages", "in", "log", "files", "into", "common", "situations", ",", "improve", "categorization", "accuracy", "by", "considering", "the", "temporal", "characteristics", "of", "log", "messages", ",", "develop", "temporal", "mining", "techniques", "to", "discover", "the", "relationships", "between", "different", "events", ",", "and", "utilize", "visualization", "tools", "to", "evaluate", "and", "validate", "the", "interesting", "temporal", "patterns", "for", "system", "management", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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"], "extractive_keyphrases": ["system management"], "abstractive_keyphrases": ["applications", "event relationship", "learning", "log categorization", "temporal pattern"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "1288009", "document": ["Information", "awareness", ":", "a", "prospective", "technical", "assessment", "Recent", "proposals", "to", "apply", "data", "mining", "systems", "to", "problems", "in", "law", "enforcement", ",", "national", "security", ",", "and", "fraud", "detection", "have", "attracted", "both", "media", "attention", "and", "technical", "critiques", "of", "their", "expected", "accuracy", "and", "impact", "on", "privacy", ".", "Unfortunately", ",", "the", "majority", "of", "technical", "critiques", "have", "been", "based", "on", "simplistic", "assumptions", "about", "data", ",", "classifiers", ",", "inference", "procedures", ",", "and", "the", "overall", "architecture", "of", "such", "systems", ".", "We", "consider", "these", "critiques", "in", "detail", ",", "and", "we", "construct", "a", "simulation", "model", "that", "more", "closely", "matches", "realistic", "systems", ".", "We", "show", "how", "both", "the", "accuracy", "and", "privacy", "impact", "of", "a", "hypothetical", "system", "could", "be", "substantially", "improved", ",", "and", "we", "discuss", "the", "necessary", "and", "sufficient", "conditions", "for", "this", "improvement", "to", "be", "achieved", ".", "This", "analysis", "is", "neither", "a", "defense", "nor", "a", "critique", "of", "any", "particular", "system", "concept", ".", "Rather", ",", "our", "model", "suggests", "alternative", "technical", "designs", "that", "could", "mitigate", "some", "concerns", ",", "but", "also", "raises", "more", "specific", "conditions", "that", "must", "be", "met", "for", "such", "systems", "to", "be", "both", "accurate", "and", "socially", "desirable", "."], "doc_bio_tags": ["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", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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"], "extractive_keyphrases": ["information awareness", "privacy"], "abstractive_keyphrases": ["collective classification", "database applications", "iterative classification", "ranking classifiers", "relational data mining", "social network analysis", "technology assessment", "tia"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "19409", "document": ["Generating", "English", "summaries", "of", "time", "series", "data", "using", "the", "Gricean", "maxims", "We", "are", "developing", "technology", "for", "generating", "English", "textual", "summaries", "of", "time-series", "data", ",", "in", "three", "domains", ":", "weather", "forecasts", ",", "gas-turbine", "sensor", "readings", ",", "and", "hospital", "intensive", "care", "data", ".", "Our", "weather-forecast", "generator", "is", "currently", "operational", "and", "being", "used", "daily", "by", "a", "meteorological", "company", ".", "We", "generate", "summaries", "in", "three", "steps", ":", "(", "a", ")", "selecting", "the", "most", "important", "trends", "and", "patterns", "to", "communicate", ";", "(", "b", ")", "mapping", "these", "patterns", "onto", "words", "and", "phrases", ";", "and", "(", "c", ")", "generating", "actual", "texts", "based", "on", "these", "words", "and", "phrases", ".", "In", "this", "paper", "we", "focus", "on", "the", "first", "step", ",", "(", "a", ")", ",", "selecting", "the", "information", "to", "communicate", ",", "and", "describe", "how", "we", "perform", "this", "using", "modified", "versions", "of", "standard", "data", "analysis", "algorithms", "such", "as", "segmentation", ".", "The", "modifications", "arose", "out", "of", "empirical", "work", "with", "users", "and", "domain", "experts", ",", "and", "in", "fact", "can", "all", "be", "regarded", "as", "applications", "of", "the", "Gricean", "maxims", "of", "Quality", ",", "Quantity", ",", "Relevance", ",", "and", "Manner", ",", "which", "describe", "how", "a", "cooperative", "speaker", "should", "behave", "in", "order", "to", "help", "a", "hearer", "correctly", "interpret", "a", "text", ".", "The", "Gricean", "maxims", "are", "perhaps", "a", "key", "element", "of", "adapting", "data", "analysis", "algorithms", "for", "effective", "communication", "of", "information", "to", "human", "users", ",", "and", "should", "be", "considered", "by", "other", "researchers", "interested", "in", "communicating", "data", "to", "human", "users", "."], "doc_bio_tags": ["O", "O", "O", "O", "B", "I", "I", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["gricean maxims", "time series data"], "abstractive_keyphrases": ["natural language processing", "summarization"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "9311385", "document": ["Learning", "subspace", "kernels", "for", "classification", "Kernel", "methods", "have", "been", "applied", "successfully", "in", "many", "data", "mining", "tasks", ".", "Subspace", "kernel", "learning", "was", "recently", "proposed", "to", "discover", "an", "effective", "low-dimensional", "subspace", "of", "a", "kernel", "feature", "space", "for", "improved", "classification", ".", "In", "this", "paper", ",", "we", "propose", "to", "construct", "a", "subspace", "kernel", "using", "the", "Hilbert-Schmidt", "Independence", "Criterion", "(", "HSIC", ")", ".", "We", "show", "that", "the", "optimal", "subspace", "kernel", "can", "be", "obtained", "efficiently", "by", "solving", "an", "eigenvalue", "problem", ".", "One", "limitation", "of", "the", "existing", "subspace", "kernel", "learning", "formulations", "is", "that", "the", "kernel", "learning", "and", "classification", "are", "independent", "and", "the", "subspace", "kernel", "may", "not", "be", "optimally", "adapted", "for", "classification", ".", "To", "overcome", "this", "limitation", ",", "we", "propose", "a", "joint", "optimization", "framework", ",", "in", "which", "we", "learn", "the", "subspace", "kernel", "and", "subsequent", "classifiers", "simultaneously", ".", "In", "addition", ",", "we", "propose", "a", "novel", "learning", "formulation", "that", "extracts", "an", "uncorrelated", "subspace", "kernel", "to", "reduce", "the", "redundant", "information", "in", "a", "subspace", "kernel", ".", "Following", "the", "idea", "from", "multiple", "kernel", "learning", ",", "we", "extend", "the", "proposed", "formulations", "to", "the", "case", "when", "multiple", "kernels", "are", "available", "and", "need", "to", "be", "combined", ".", "We", "show", "that", "the", "integration", "of", "subspace", "kernels", "can", "be", "formulated", "as", "a", "semidefinite", "program", "(", "SDP", ")", "which", "is", "computationally", "expensive", ".", "To", "improve", "the", "efficiency", "of", "the", "SDP", "formulation", ",", "we", "propose", "an", "equivalent", "semi-infinite", "linear", "program", "(", "SILP", ")", "formulation", "which", "can", "be", "solved", "efficiently", "by", "the", "column", "generation", "technique", ".", "Experimental", "results", "on", "a", "collection", "of", "benchmark", "data", "sets", "demonstrate", "the", "effectiveness", "of", "the", "proposed", "algorithms", "."], "doc_bio_tags": ["O", "O", "O", "O", "B", "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", "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", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "B", "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", "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", "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"], "extractive_keyphrases": ["classification", "subspace kernel"], "abstractive_keyphrases": ["hilbert-schmidt independence criterion", "support vector machines"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "681489", "document": ["Redundancy", "based", "feature", "selection", "for", "microarray", "data", "In", "gene", "expression", "microarray", "data", "analysis", ",", "selecting", "a", "small", "number", "of", "discriminative", "genes", "from", "thousands", "of", "genes", "is", "an", "important", "problem", "for", "accurate", "classification", "of", "diseases", "or", "phenotypes", ".", "The", "problem", "becomes", "particularly", "challenging", "due", "to", "the", "large", "number", "of", "features", "(", "genes", ")", "and", "small", "sample", "size", ".", "Traditional", "gene", "selection", "methods", "often", "select", "the", "top-ranked", "genes", "according", "to", "their", "individual", "discriminative", "power", "without", "handling", "the", "high", "degree", "of", "redundancy", "among", "the", "genes", ".", "Latest", "research", "shows", "that", "removing", "redundant", "genes", "among", "selected", "ones", "can", "achieve", "a", "better", "representation", "of", "the", "characteristics", "of", "the", "targeted", "phenotypes", "and", "lead", "to", "improved", "classification", "accuracy", ".", "Hence", ",", "we", "study", "in", "this", "paper", "the", "relationship", "between", "feature", "relevance", "and", "redundancy", "and", "propose", "an", "efficient", "method", "that", "can", "effectively", "remove", "redundant", "genes", ".", "The", "efficiency", "and", "effectiveness", "of", "our", "method", "in", "comparison", "with", "representative", "methods", "has", "been", "demonstrated", "through", "an", "empirical", "study", "using", "public", "microarray", "data", "sets", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O"], "extractive_keyphrases": ["gene selection", "microarray data"], "abstractive_keyphrases": ["feature redundancy"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "9233862", "document": ["Reconstructing", "chemical", "reaction", "networks", ":", "data", "mining", "meets", "system", "identification", "We", "present", "an", "approach", "to", "reconstructing", "chemical", "reaction", "networks", "from", "time", "series", "measurements", "of", "the", "concentrations", "of", "the", "molecules", "involved", ".", "Our", "solution", "strategy", "combines", "techniques", "from", "numerical", "sensitivity", "analysis", "and", "probabilistic", "graphical", "models", ".", "By", "modeling", "a", "chemical", "reaction", "system", "as", "a", "Markov", "network", "(", "undirected", "graphical", "model", ")", ",", "we", "show", "how", "systematically", "probing", "for", "sensitivities", "between", "molecular", "species", "can", "identify", "the", "topology", "of", "the", "network", ".", "Given", "the", "topology", ",", "our", "approach", "next", "uses", "detailed", "sensitivity", "profiles", "to", "characterize", "properties", "of", "reactions", "such", "as", "reversibility", ",", "enzyme-catalysis", ",", "and", "the", "precise", "stoichiometries", "of", "the", "reactants", "and", "products", ".", "We", "demonstrate", "applications", "to", "reconstructing", "key", "biological", "systems", "including", "the", "yeast", "cell", "cycle", ".", "In", "addition", "to", "network", "reconstruction", ",", "our", "algorithm", "finds", "applications", "in", "model", "reduction", "and", "model", "comprehension", ".", "We", "argue", "that", "our", "reconstruction", "algorithm", "can", "serve", "as", "an", "important", "primitive", "for", "data", "mining", "in", "systems", "biology", "applications", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O"], "extractive_keyphrases": ["graphical models", "network reconstruction", "systems biology"], "abstractive_keyphrases": ["markov networks", "ordinary differential equations"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "4697801", "document": ["Statistical", "change", "detection", "for", "multi-dimensional", "data", "This", "paper", "deals", "with", "detecting", "change", "of", "distribution", "in", "multi-dimensional", "data", "sets", ".", "For", "a", "given", "baseline", "data", "set", "and", "a", "set", "of", "newly", "observed", "data", "points", ",", "we", "define", "a", "statistical", "test", "called", "the", "density", "test", "for", "deciding", "if", "the", "observed", "data", "points", "are", "sampled", "from", "the", "underlying", "distribution", "that", "produced", "the", "baseline", "data", "set", ".", "We", "define", "a", "test", "statistic", "that", "is", "strictly", "distribution-free", "under", "the", "null", "hypothesis", ".", "Our", "experimental", "results", "show", "that", "the", "density", "test", "has", "substantially", "more", "power", "than", "the", "two", "existing", "methods", "for", "multi-dimensional", "change", "detection", "."], "doc_bio_tags": ["O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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", "B", "I", "O"], "extractive_keyphrases": ["change detection", "density test"], "abstractive_keyphrases": ["database applications", "kernel density estimation"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "11018316", "document": ["Large", "linear", "classification", "when", "data", "can", "not", "fit", "in", "memory", "Recent", "advances", "in", "linear", "classification", "have", "shown", "that", "for", "applications", "such", "as", "document", "classification", ",", "the", "training", "can", "be", "extremely", "efficient", ".", "However", ",", "most", "of", "the", "existing", "training", "methods", "are", "designed", "by", "assuming", "that", "data", "can", "be", "stored", "in", "the", "computer", "memory", ".", "These", "methods", "can", "not", "be", "easily", "applied", "to", "data", "larger", "than", "the", "memory", "capacity", "due", "to", "the", "random", "access", "to", "the", "disk", ".", "We", "propose", "and", "analyze", "a", "block", "minimization", "framework", "for", "data", "larger", "than", "the", "memory", "size", ".", "At", "each", "step", "a", "block", "of", "data", "is", "loaded", "from", "the", "disk", "and", "handled", "by", "certain", "learning", "methods", ".", "We", "investigate", "two", "implementations", "of", "the", "proposed", "framework", "for", "primal", "and", "dual", "SVMs", ",", "respectively", ".", "As", "data", "can", "not", "fit", "in", "memory", ",", "many", "design", "considerations", "are", "very", "different", "from", "those", "for", "traditional", "algorithms", ".", "Experiments", "using", "data", "sets", "20", "times", "larger", "than", "the", "memory", "demonstrate", "the", "effectiveness", "of", "the", "proposed", "method", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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"], "extractive_keyphrases": ["block minimization"], "abstractive_keyphrases": ["large scale learning", "svm"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "6146930", "document": ["A", "two-way", "visualization", "method", "for", "clustered", "data", "We", "describe", "a", "novel", "approach", "to", "the", "visualization", "of", "hierarchical", "clustering", "that", "superimposes", "the", "classical", "dendrogram", "over", "a", "fully", "synchronized", "low-dimensional", "embedding", ",", "thereby", "gaining", "the", "benefits", "of", "both", "approaches", ".", "In", "a", "single", "image", "one", "can", "view", "all", "the", "clusters", ",", "examine", "the", "relations", "between", "them", "and", "study", "many", "of", "their", "properties", ".", "The", "method", "is", "based", "on", "an", "algorithm", "for", "low-dimensional", "embedding", "of", "clustered", "data", ",", "with", "the", "property", "that", "separation", "between", "all", "clusters", "is", "guaranteed", ",", "regardless", "of", "their", "nature", ".", "In", "particular", ",", "the", "algorithm", "was", "designed", "to", "produce", "embeddings", "that", "strictly", "adhere", "to", "a", "given", "hierarchical", "clustering", "of", "the", "data", ",", "so", "that", "every", "two", "disjoint", "clusters", "in", "the", "hierarchy", "are", "drawn", "separately", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["dendrogram", "hierarchical clustering"], "abstractive_keyphrases": ["information visualization"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "261834", "document": ["Multi-level", "organization", "and", "summarization", "of", "the", "discovered", "rules"], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": [], "abstractive_keyphrases": ["decision support"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "10275752", "document": ["Catching", "the", "drift", ":", "learning", "broad", "matches", "from", "clickthrough", "data", "Identifying", "similar", "keywords", ",", "known", "as", "broad", "matches", ",", "is", "an", "important", "task", "in", "online", "advertising", "that", "has", "become", "a", "standard", "feature", "on", "all", "major", "keyword", "advertising", "platforms", ".", "Effective", "broad", "matching", "leads", "to", "improvements", "in", "both", "relevance", "and", "monetization", ",", "while", "increasing", "advertisers", "'", "reach", "and", "making", "campaign", "management", "easier", ".", "In", "this", "paper", ",", "we", "present", "a", "learning-based", "approach", "to", "broad", "matching", "that", "is", "based", "on", "exploiting", "implicit", "feedback", "in", "the", "form", "of", "advertisement", "clickthrough", "logs", ".", "Our", "method", "can", "utilize", "arbitrary", "similarity", "functions", "by", "incorporating", "them", "as", "features", ".", "We", "present", "an", "online", "learning", "algorithm", ",", "Amnesiac", "Averaged", "Perceptron", ",", "that", "is", "highly", "efficient", "yet", "able", "to", "quickly", "adjust", "to", "the", "rapidly-changing", "distributions", "of", "bidded", "keywords", ",", "advertisements", "and", "user", "behavior", ".", "Experimental", "results", "obtained", "from", "(", "1", ")", "historical", "logs", "and", "(", "2", ")", "live", "trials", "on", "a", "large-scale", "advertising", "platform", "demonstrate", "the", "effectiveness", "of", "the", "proposed", "algorithm", "and", "the", "overall", "success", "of", "our", "approach", "in", "identifying", "high-quality", "broad", "match", "mappings", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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"], "extractive_keyphrases": ["online learning"], "abstractive_keyphrases": ["information search and retrieval", "keyword similarity", "keyword-based advertising", "on-line information services"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "5515991", "document": ["A", "distributed", "learning", "framework", "for", "heterogeneous", "data", "sources", "We", "present", "a", "probabilistic", "model-based", "framework", "for", "distributed", "learning", "that", "takes", "into", "account", "privacy", "restrictions", "and", "is", "applicable", "to", "scenarios", "where", "the", "different", "sites", "have", "diverse", ",", "possibly", "overlapping", "subsets", "of", "features", ".", "Our", "framework", "decouples", "data", "privacy", "issues", "from", "knowledge", "integration", "issues", "by", "requiring", "the", "individual", "sites", "to", "share", "only", "privacy-safe", "probabilistic", "models", "of", "the", "local", "data", ",", "which", "are", "then", "integrated", "to", "obtain", "a", "global", "probabilistic", "model", "based", "on", "the", "union", "of", "the", "features", "available", "at", "all", "the", "sites", ".", "We", "provide", "a", "mathematical", "formulation", "of", "the", "model", "integration", "problem", "using", "the", "maximum", "likelihood", "and", "maximum", "entropy", "principles", "and", "describe", "iterative", "algorithms", "that", "are", "guaranteed", "to", "converge", "to", "the", "optimal", "solution", ".", "For", "certain", "commonly", "occurring", "special", "cases", "involving", "hierarchically", "ordered", "feature", "sets", "or", "conditional", "independence", ",", "we", "obtain", "closed", "form", "solutions", "and", "use", "these", "to", "propose", "an", "efficient", "alternative", "scheme", "by", "recursive", "decomposition", "of", "the", "model", "integration", "problem", ".", "To", "address", "interpretability", "concerns", ",", "we", "also", "present", "a", "modified", "formulation", "where", "the", "global", "model", "is", "assumed", "to", "belong", "to", "a", "specified", "parametric", "family", ".", "Finally", ",", "to", "highlight", "the", "generality", "of", "our", "framework", ",", "we", "provide", "empirical", "results", "for", "various", "learning", "tasks", "such", "as", "clustering", "and", "classification", "on", "different", "kinds", "of", "datasets", "consisting", "of", "continuous", "vector", ",", "categorical", "and", "directional", "attributes", ".", "The", "results", "show", "that", "high", "quality", "global", "models", "can", "be", "obtained", "without", "much", "loss", "of", "privacy", "."], "doc_bio_tags": ["O", "B", "I", "O", "O", "B", "I", "I", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O"], "extractive_keyphrases": ["distributed learning", "heterogeneous data sources", "learning", "privacy", "probabilistic models"], "abstractive_keyphrases": [], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "11279489", "document": ["Overlapping", "experiment", "infrastructure", ":", "more", ",", "better", ",", "faster", "experimentation", "At", "Google", ",", "experimentation", "is", "practically", "a", "mantra", ";", "we", "evaluate", "almost", "every", "change", "that", "potentially", "affects", "what", "our", "users", "experience", ".", "Such", "changes", "include", "not", "only", "obvious", "user-visible", "changes", "such", "as", "modifications", "to", "a", "user", "interface", ",", "but", "also", "more", "subtle", "changes", "such", "as", "different", "machine", "learning", "algorithms", "that", "might", "affect", "ranking", "or", "content", "selection", ".", "Our", "insatiable", "appetite", "for", "experimentation", "has", "led", "us", "to", "tackle", "the", "problems", "of", "how", "to", "run", "more", "experiments", ",", "how", "to", "run", "experiments", "that", "produce", "better", "decisions", ",", "and", "how", "to", "run", "them", "faster", ".", "In", "this", "paper", ",", "we", "describe", "Google", "'s", "overlapping", "experiment", "infrastructure", "that", "is", "a", "key", "component", "to", "solving", "these", "problems", ".", "In", "addition", ",", "because", "an", "experiment", "infrastructure", "alone", "is", "insufficient", ",", "we", "also", "discuss", "the", "associated", "tools", "and", "educational", "processes", "required", "to", "use", "it", "effectively", ".", "We", "conclude", "by", "describing", "trends", "that", "show", "the", "success", "of", "this", "overall", "experimental", "environment", ".", "While", "the", "paper", "specifically", "describes", "the", "experiment", "system", "and", "experimental", "processes", "we", "have", "in", "place", "at", "Google", ",", "we", "believe", "they", "can", "be", "generalized", "and", "applied", "by", "any", "entity", "interested", "in", "using", "experimentation", "to", "improve", "search", "engines", "and", "other", "web", "applications", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": [], "abstractive_keyphrases": ["a/b testing", "controlled experiments", "multivariable testing", "website testing"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "4249633", "document": ["A", "DEA", "approach", "for", "model", "combination", "This", "paper", "proposes", "a", "novel", "Data", "Envelopment", "Analysis", "(", "DEA", ")", "based", "approach", "for", "model", "combination", ".", "We", "first", "prove", "that", "for", "the", "2-class", "classification", "problems", "DEA", "models", "identify", "the", "same", "convex", "hull", "as", "the", "popular", "ROC", "analysis", "used", "for", "model", "combination", ".", "For", "general", "k-class", "classifiers", ",", "we", "then", "develop", "a", "DEA-based", "method", "to", "combine", "multiple", "classifiers", ".", "Experiments", "show", "that", "the", "method", "outperforms", "other", "benchmark", "methods", "and", "suggest", "that", "DEA", "can", "be", "a", "promising", "tool", "for", "model", "combination", "."], "doc_bio_tags": ["O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "B", "I", "I", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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", "B", "I", "O"], "extractive_keyphrases": ["data envelopment analysis", "model combination", "roc"], "abstractive_keyphrases": ["learning"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "9727373", "document": ["Probabilistic", "frequent", "itemset", "mining", "in", "uncertain", "databases", "Probabilistic", "frequent", "itemset", "mining", "in", "uncertain", "transaction", "databases", "semantically", "and", "computationally", "differs", "from", "traditional", "techniques", "applied", "to", "standard", "``", "certain", "''", "transaction", "databases", ".", "The", "consideration", "of", "existential", "uncertainty", "of", "item", "(", "sets", ")", ",", "indicating", "the", "probability", "that", "an", "item", "(", "set", ")", "occurs", "in", "a", "transaction", ",", "makes", "traditional", "techniques", "inapplicable", ".", "In", "this", "paper", ",", "we", "introduce", "new", "probabilistic", "formulations", "of", "frequent", "itemsets", "based", "on", "possible", "world", "semantics", ".", "In", "this", "probabilistic", "context", ",", "an", "itemset", "X", "is", "called", "frequent", "if", "the", "probability", "that", "X", "occurs", "in", "at", "least", "minSup", "transactions", "is", "above", "a", "given", "threshold", "\u03c4", ".", "To", "the", "best", "of", "our", "knowledge", ",", "this", "is", "the", "first", "approach", "addressing", "this", "problem", "under", "possible", "worlds", "semantics", ".", "In", "consideration", "of", "the", "probabilistic", "formulations", ",", "we", "present", "a", "framework", "which", "is", "able", "to", "solve", "the", "Probabilistic", "Frequent", "Itemset", "Mining", "(", "PFIM", ")", "problem", "efficiently", ".", "An", "extensive", "experimental", "evaluation", "investigates", "the", "impact", "of", "our", "proposed", "techniques", "and", "shows", "that", "our", "approach", "is", "orders", "of", "magnitude", "faster", "than", "straight-forward", "approaches", "."], "doc_bio_tags": ["O", "B", "I", "I", "O", "B", "I", "O", "B", "I", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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"], "extractive_keyphrases": ["frequent itemset mining", "uncertain databases"], "abstractive_keyphrases": ["probabilistic data", "probabilistic frequent itemsets"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "4653195", "document": ["A", "mixture", "model", "for", "contextual", "text", "mining", "Contextual", "text", "mining", "is", "concerned", "with", "extracting", "topical", "themes", "from", "a", "text", "collection", "with", "context", "information", "(", "e.g.", ",", "time", "and", "location", ")", "and", "comparing\\/analyzing", "the", "variations", "of", "themes", "over", "different", "contexts", ".", "Since", "the", "topics", "covered", "in", "a", "document", "are", "usually", "related", "to", "the", "context", "of", "the", "document", ",", "analyzing", "topical", "themes", "within", "context", "can", "potentially", "reveal", "many", "interesting", "theme", "patterns", ".", "In", "this", "paper", ",", "we", "generalize", "some", "of", "these", "models", "proposed", "in", "the", "previous", "work", "and", "we", "propose", "a", "new", "general", "probabilistic", "model", "for", "contextual", "text", "mining", "that", "can", "cover", "several", "existing", "models", "as", "special", "cases", ".", "Specifically", ",", "we", "extend", "the", "probabilistic", "latent", "semantic", "analysis", "(", "PLSA", ")", "model", "by", "introducing", "context", "variables", "to", "model", "the", "context", "of", "a", "document", ".", "The", "proposed", "mixture", "model", ",", "called", "contextual", "probabilistic", "latent", "semantic", "analysis", "(", "CPLSA", ")", "model", ",", "can", "be", "applied", "to", "many", "interesting", "mining", "tasks", ",", "such", "as", "temporal", "text", "mining", ",", "spatiotemporal", "text", "mining", ",", "author-topic", "analysis", ",", "and", "cross-collection", "comparative", "analysis", ".", "Empirical", "experiments", "show", "that", "the", "proposed", "mixture", "model", "can", "discover", "themes", "and", "their", "contextual", "variations", "effectively", "."], "doc_bio_tags": ["O", "B", "I", "O", "B", "I", "I", "B", "I", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "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", "B", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["context", "contextual text mining", "mixture model"], "abstractive_keyphrases": ["clustering", "em algorithm", "information search and retrieval", "theme pattern"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "9015376", "document": ["Sampling-based", "sequential", "subgroup", "mining", "Subgroup", "discovery", "is", "a", "learning", "task", "that", "aims", "at", "finding", "interesting", "rules", "from", "classified", "examples", ".", "The", "search", "is", "guided", "by", "a", "utility", "function", ",", "trading", "off", "the", "coverage", "of", "rules", "against", "their", "statistical", "unusualness", ".", "One", "shortcoming", "of", "existing", "approaches", "is", "that", "they", "do", "not", "incorporate", "prior", "knowledge", ".", "To", "this", "end", "a", "novel", "generic", "sampling", "strategy", "is", "proposed", ".", "It", "allows", "to", "turn", "pattern", "mining", "into", "an", "iterative", "process", ".", "In", "each", "iteration", "the", "focus", "of", "subgroup", "discovery", "lies", "on", "those", "patterns", "that", "are", "unexpected", "with", "respect", "to", "prior", "knowledge", "and", "previously", "discovered", "patterns", ".", "The", "result", "of", "this", "technique", "is", "a", "small", "diverse", "set", "of", "understandable", "rules", "that", "characterise", "a", "specified", "property", "of", "interest", ".", "As", "another", "contribution", "this", "article", "derives", "a", "simple", "connection", "between", "subgroup", "discovery", "and", "classifier", "induction", ".", "For", "a", "popular", "utility", "function", "this", "connection", "allows", "to", "apply", "any", "standard", "rule", "induction", "algorithm", "to", "the", "task", "of", "subgroup", "discovery", "after", "a", "step", "of", "stratified", "resampling", ".", "The", "proposed", "techniques", "are", "empirically", "compared", "to", "state", "of", "the", "art", "subgroup", "discovery", "algorithms", "."], "doc_bio_tags": ["O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "B", "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", "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", "B", "I", "O", "O"], "extractive_keyphrases": ["prior knowledge", "sampling", "subgroup discovery"], "abstractive_keyphrases": [], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "11213575", "document": ["Online", "multiscale", "dynamic", "topic", "models", "We", "propose", "an", "online", "topic", "model", "for", "sequentially", "analyzing", "the", "time", "evolution", "of", "topics", "in", "document", "collections", ".", "Topics", "naturally", "evolve", "with", "multiple", "timescales", ".", "For", "example", ",", "some", "words", "may", "be", "used", "consistently", "over", "one", "hundred", "years", ",", "while", "other", "words", "emerge", "and", "disappear", "over", "periods", "of", "a", "few", "days", ".", "Thus", ",", "in", "the", "proposed", "model", ",", "current", "topic-specific", "distributions", "over", "words", "are", "assumed", "to", "be", "generated", "based", "on", "the", "multiscale", "word", "distributions", "of", "the", "previous", "epoch", ".", "Considering", "both", "the", "long-timescale", "dependency", "as", "well", "as", "the", "short-timescale", "dependency", "yields", "a", "more", "robust", "model", ".", "We", "derive", "efficient", "online", "inference", "procedures", "based", "on", "a", "stochastic", "EM", "algorithm", ",", "in", "which", "the", "model", "is", "sequentially", "updated", "using", "newly", "obtained", "data", ";", "this", "means", "that", "past", "data", "are", "not", "required", "to", "make", "the", "inference", ".", "We", "demonstrate", "the", "effectiveness", "of", "the", "proposed", "method", "in", "terms", "of", "predictive", "performance", "and", "computational", "efficiency", "by", "examining", "collections", "of", "real", "documents", "with", "timestamps", "."], "doc_bio_tags": ["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"], "extractive_keyphrases": ["topic model"], "abstractive_keyphrases": ["online learning", "time-series analysis"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "4685648", "document": ["Applying", "collaborative", "filtering", "techniques", "to", "movie", "search", "for", "better", "ranking", "and", "browsing", "We", "propose", "a", "new", "ranking", "method", ",", "which", "combines", "recommender", "systems", "with", "information", "search", "tools", "for", "better", "search", "and", "browsing", ".", "Our", "method", "uses", "a", "collaborative", "filtering", "algorithm", "to", "generate", "personal", "item", "authorities", "for", "each", "user", "and", "combines", "them", "with", "item", "proximities", "for", "better", "ranking", ".", "To", "demonstrate", "our", "approach", ",", "we", "build", "a", "prototype", "movie", "search", "and", "browsing", "engine", "called", "MAD6", "(", "Movies", ",", "Actors", "and", "Directors", ";", "6", "degrees", "of", "separation", ")", ".", "We", "conduct", "offline", "and", "online", "tests", "of", "our", "ranking", "algorithm", ".", "For", "offline", "testing", ",", "we", "use", "Yahoo", "!", "Search", "queries", "that", "resulted", "in", "a", "click", "on", "a", "Yahoo", "!", "Movies", "or", "Internet", "Movie", "Database", "(", "IMDB", ")", "movie", "URL", ".", "Our", "online", "test", "involved", "44", "Yahoo", "!", "employees", "providing", "subjective", "assessments", "of", "results", "quality", ".", "In", "both", "tests", ",", "our", "ranking", "methods", "show", "significantly", "better", "recall", "and", "quality", "than", "IMDB", "search", "and", "Yahoo", "!", "Movies", "current", "search", "."], "doc_bio_tags": ["O", "B", "I", "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", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["collaborative filtering", "movie search", "recommender systems"], "abstractive_keyphrases": ["information retrieval", "performance evaluation", "search ranking"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "6099720", "document": ["Bursty", "and", "hierarchical", "structure", "in", "streams", "A", "fundamental", "problem", "in", "text", "data", "mining", "is", "to", "extract", "meaningful", "structure", "from", "document", "streams", "that", "arrive", "continuously", "over", "time", ".", "E-mail", "and", "news", "articles", "are", "two", "natural", "examples", "of", "such", "streams", ",", "each", "characterized", "by", "topics", "that", "appear", ",", "grow", "in", "intensity", "for", "a", "period", "of", "time", ",", "and", "then", "fade", "away", ".", "The", "published", "literature", "in", "a", "particular", "research", "field", "can", "be", "seen", "to", "exhibit", "similar", "phenomena", "over", "a", "much", "longer", "time", "scale", ".", "Underlying", "much", "of", "the", "text", "mining", "work", "in", "this", "area", "is", "the", "following", "intuitive", "premise", "--", "that", "the", "appearance", "of", "a", "topic", "in", "a", "document", "stream", "is", "signaled", "by", "a", "``", "burst", "of", "activity", ",", "''", "with", "certain", "features", "rising", "sharply", "in", "frequency", "as", "the", "topic", "emerges", ".", "The", "goal", "of", "the", "present", "work", "is", "to", "develop", "a", "formal", "approach", "for", "modeling", "such", "``", "bursts", ",", "''", "in", "such", "a", "way", "that", "they", "can", "be", "robustly", "and", "efficiently", "identified", ",", "and", "can", "provide", "an", "organizational", "framework", "for", "analyzing", "the", "underlying", "content", ".", "The", "approach", "is", "based", "on", "modeling", "the", "stream", "using", "an", "infinite-state", "automaton", ",", "in", "which", "bursts", "appear", "naturally", "as", "state", "transitions", ";", "in", "some", "ways", ",", "it", "can", "be", "viewed", "as", "drawing", "an", "analogy", "with", "models", "from", "queueing", "theory", "for", "bursty", "network", "traffic", ".", "The", "resulting", "algorithms", "are", "highly", "efficient", ",", "and", "yield", "a", "nested", "representation", "of", "the", "set", "of", "bursts", "that", "imposes", "a", "hierarchical", "structure", "on", "the", "overall", "stream", ".", "Experiments", "with", "e-mail", "and", "research", "paper", "archives", "suggest", "that", "the", "resulting", "structures", "have", "a", "natural", "meaning", "in", "terms", "of", "the", "content", "that", "gave", "rise", "to", "them", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": [], "abstractive_keyphrases": ["probabilistic algorithms"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "1353138", "document": ["A", "sequential", "sampling", "algorithm", "for", "a", "general", "class", "of", "utility", "criteria"], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": [], "abstractive_keyphrases": ["learning"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "222358", "document": ["Mining", "web", "logs", "for", "prediction", "models", "in", "WWW", "caching", "and", "prefetching", "Web", "caching", "and", "prefetching", "are", "well", "known", "strategies", "for", "improving", "the", "performance", "of", "Internet", "systems", ".", "When", "combined", "with", "web", "log", "mining", ",", "these", "strategies", "can", "decide", "to", "cache", "and", "prefetch", "web", "documents", "with", "higher", "accuracy", ".", "In", "this", "paper", ",", "we", "present", "an", "application", "of", "web", "log", "mining", "to", "obtain", "web-document", "access", "patterns", "and", "use", "these", "patterns", "to", "extend", "the", "well-known", "GDSF", "caching", "policies", "and", "prefetching", "policies", ".", "Using", "real", "web", "logs", ",", "we", "show", "that", "this", "application", "of", "data", "mining", "can", "achieve", "dramatic", "improvement", "to", "web-access", "performance", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "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", "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"], "extractive_keyphrases": ["web log mining"], "abstractive_keyphrases": ["application to caching and prefetching on the www", "world wide web"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "58630", "document": ["Hierarchical", "model-based", "clustering", "of", "large", "datasets", "through", "fractionation", "and", "refractionation", "The", "goal", "of", "clustering", "is", "to", "identify", "distinct", "groups", "in", "a", "dataset", ".", "Compared", "to", "non-parametric", "clustering", "methods", "like", "complete", "linkage", ",", "hierarchical", "model-based", "clustering", "has", "the", "advantage", "of", "offering", "a", "way", "to", "estimate", "the", "number", "of", "groups", "present", "in", "the", "data", ".", "However", ",", "its", "computational", "cost", "is", "quadratic", "in", "the", "number", "of", "items", "to", "be", "clustered", ",", "and", "it", "is", "therefore", "not", "applicable", "to", "large", "problems", ".", "We", "review", "an", "idea", "called", "Fractionation", ",", "originally", "conceived", "by", "Cutting", ",", "Karger", ",", "Pedersen", "and", "Tukey", "for", "non-parametric", "hierarchical", "clustering", "of", "large", "datasets", ",", "and", "describe", "an", "adaptation", "of", "Fractionation", "to", "model-based", "clustering", ".", "A", "further", "extension", ",", "called", "Refractionation", ",", "leads", "to", "a", "procedure", "that", "can", "be", "successful", "even", "in", "the", "difficult", "situation", "where", "there", "are", "large", "numbers", "of", "small", "groups", "."], "doc_bio_tags": ["O", "O", "B", "O", "O", "O", "O", "B", "O", "B", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "B", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["clustering", "fractionation", "refractionation"], "abstractive_keyphrases": ["model-based clustering"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "9572870", "document": ["Quantification", "and", "semi-supervised", "classification", "methods", "for", "handling", "changes", "in", "class", "distribution", "In", "realistic", "settings", "the", "prevalence", "of", "a", "class", "may", "change", "after", "a", "classifier", "is", "induced", "and", "this", "will", "degrade", "the", "performance", "of", "the", "classifier", ".", "Further", "complicating", "this", "scenario", "is", "the", "fact", "that", "labeled", "data", "is", "often", "scarce", "and", "expensive", ".", "In", "this", "paper", "we", "address", "the", "problem", "where", "the", "class", "distribution", "changes", "and", "only", "unlabeled", "examples", "are", "available", "from", "the", "new", "distribution", ".", "We", "design", "and", "evaluate", "a", "number", "of", "methods", "for", "coping", "with", "this", "problem", "and", "compare", "the", "performance", "of", "these", "methods", ".", "Our", "quantification-based", "methods", "estimate", "the", "class", "distribution", "of", "the", "unlabeled", "data", "from", "the", "changed", "distribution", "and", "adjust", "the", "original", "classifier", "accordingly", ",", "while", "our", "semi-supervised", "methods", "build", "a", "new", "classifier", "using", "the", "examples", "from", "the", "new", "(", "unlabeled", ")", "distribution", "which", "are", "supplemented", "with", "predicted", "class", "values", ".", "We", "also", "introduce", "a", "hybrid", "method", "that", "utilizes", "both", "quantification", "and", "semi-supervised", "learning", ".", "All", "methods", "are", "evaluated", "using", "accuracy", "and", "F-measure", "on", "a", "set", "of", "benchmark", "data", "sets", ".", "Our", "results", "demonstrate", "that", "our", "methods", "yield", "substantial", "improvements", "in", "accuracy", "and", "F-measure", "."], "doc_bio_tags": ["B", "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", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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"], "extractive_keyphrases": ["class distribution", "classification", "quantification"], "abstractive_keyphrases": ["concept drift", "semi-supervised learning"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "5440865", "document": ["Extracting", "decision", "trees", "from", "trained", "neural", "networks", "Neural", "Networks", "are", "successful", "in", "acquiring", "hidden", "knowledge", "in", "datasets", ".", "Their", "biggest", "weakness", "is", "that", "the", "knowledge", "they", "acquire", "is", "represented", "in", "a", "form", "not", "understandable", "to", "humans", ".", "Researchers", "tried", "to", "address", "this", "problem", "by", "extracting", "rules", "from", "trained", "Neural", "Networks", ".", "Most", "of", "the", "proposed", "rule", "extraction", "methods", "required", "specialized", "type", "of", "Neural", "Networks", ";", "some", "required", "binary", "inputs", "and", "some", "were", "computationally", "expensive", ".", "Craven", "proposed", "extracting", "MofN", "type", "Decision", "Trees", "from", "Neural", "Networks", ".", "We", "believe", "MofN", "type", "Decision", "Trees", "are", "only", "good", "for", "MofN", "type", "problems", "and", "trees", "created", "for", "regular", "high", "dimensional", "real", "world", "problems", "may", "be", "very", "complex", ".", "In", "this", "paper", ",", "we", "introduced", "a", "new", "method", "for", "extracting", "regular", "C4", ".5", "like", "Decision", "Trees", "from", "trained", "Neural", "Networks", ".", "We", "showed", "that", "the", "new", "method", "(", "DecText", ")", "is", "effective", "in", "extracting", "high", "fidelity", "trees", "from", "trained", "networks", ".", "We", "also", "introduced", "a", "new", "discretization", "technique", "to", "make", "DecText", "be", "able", "to", "handle", "continuous", "features", "and", "a", "new", "pruning", "technique", "for", "finding", "simplest", "tree", "with", "the", "highest", "fidelity", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": [], "abstractive_keyphrases": ["self-modifying machines"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "3788999", "document": ["Information", "genealogy", ":", "uncovering", "the", "flow", "of", "ideas", "in", "non-hyperlinked", "document", "databases", "We", "now", "have", "incrementally-grown", "databases", "of", "text", "documents", "ranging", "back", "for", "over", "a", "decade", "in", "areas", "ranging", "from", "personal", "email", ",", "to", "news-articles", "and", "conference", "proceedings", ".", "While", "accessing", "individual", "documents", "is", "easy", ",", "methods", "for", "overviewing", "and", "understanding", "these", "collections", "as", "a", "whole", "are", "lacking", "in", "number", "and", "in", "scope", ".", "In", "this", "paper", ",", "we", "address", "one", "such", "global", "analysis", "task", ",", "namely", "the", "problem", "of", "automatically", "uncovering", "how", "ideas", "spread", "through", "the", "collection", "over", "time", ".", "We", "refer", "to", "this", "problem", "as", "Information", "Genealogy", ".", "In", "contrast", "to", "bibliometric", "methods", "that", "are", "limited", "to", "collections", "with", "explicit", "citation", "structure", ",", "we", "investigate", "content-based", "methods", "requiring", "only", "the", "text", "and", "timestamps", "of", "the", "documents", ".", "In", "particular", ",", "we", "propose", "a", "language-modeling", "approach", "and", "a", "likelihood", "ratio", "test", "to", "detect", "influence", "between", "documents", "in", "a", "statistically", "well-founded", "way", ".", "Furthermore", ",", "we", "show", "how", "this", "method", "can", "be", "used", "to", "infer", "citation", "graphs", "and", "to", "identify", "the", "most", "influential", "documents", "in", "the", "collection", ".", "Experiments", "on", "the", "NIPS", "conference", "proceedings", "and", "the", "Physics", "ArXiv", "show", "that", "our", "method", "is", "more", "effective", "than", "methods", "based", "on", "document", "similarity", "."], "doc_bio_tags": ["B", "I", "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", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["flow of ideas", "information genealogy"], "abstractive_keyphrases": ["citation inference", "language models", "miscellaneous", "temporal data", "text mining"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "13809567", "document": ["An", "integrated", "machine", "learning", "approach", "to", "stroke", "prediction", "Stroke", "is", "the", "third", "leading", "cause", "of", "death", "and", "the", "principal", "cause", "of", "serious", "long-term", "disability", "in", "the", "United", "States", ".", "Accurate", "prediction", "of", "stroke", "is", "highly", "valuable", "for", "early", "intervention", "and", "treatment", ".", "In", "this", "study", ",", "we", "compare", "the", "Cox", "proportional", "hazards", "model", "with", "a", "machine", "learning", "approach", "for", "stroke", "prediction", "on", "the", "Cardiovascular", "Health", "Study", "(", "CHS", ")", "dataset", ".", "Specifically", ",", "we", "consider", "the", "common", "problems", "of", "data", "imputation", ",", "feature", "selection", ",", "and", "prediction", "in", "medical", "datasets", ".", "We", "propose", "a", "novel", "automatic", "feature", "selection", "algorithm", "that", "selects", "robust", "features", "based", "on", "our", "proposed", "heuristic", ":", "conservative", "mean", ".", "Combined", "with", "Support", "Vector", "Machines", "(", "SVMs", ")", ",", "our", "proposed", "feature", "selection", "algorithm", "achieves", "a", "greater", "area", "under", "the", "ROC", "curve", "(", "AUC", ")", "as", "compared", "to", "the", "Cox", "proportional", "hazards", "model", "and", "L1", "regularized", "Cox", "feature", "selection", "algorithm", ".", "Furthermore", ",", "we", "present", "a", "margin-based", "censored", "regression", "algorithm", "that", "combines", "the", "concept", "of", "margin-based", "classifiers", "with", "censored", "regression", "to", "achieve", "a", "better", "concordance", "index", "than", "the", "Cox", "model", ".", "Overall", ",", "our", "approach", "outperforms", "the", "current", "state-of-the-art", "in", "both", "metrics", "of", "AUC", "and", "concordance", "index", ".", "In", "addition", ",", "our", "work", "has", "also", "identified", "potential", "risk", "factors", "that", "have", "not", "been", "discovered", "by", "traditional", "approaches", ".", "Our", "method", "can", "be", "applied", "to", "clinical", "prediction", "of", "other", "diseases", ",", "where", "missing", "data", "are", "common", "and", "risk", "factors", "are", "not", "well", "understood", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "B", "B", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "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", "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", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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"], "extractive_keyphrases": ["concordance index", "feature selection", "prediction", "roc", "stroke"], "abstractive_keyphrases": ["benchmark", "classification", "data analysis", "healthcare", "medical data analysis", "stroke prediction", "svm"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "7362743", "document": ["Automatic", "record", "linkage", "using", "seeded", "nearest", "neighbor", "and", "support", "vector", "machine", "classification", "The", "task", "of", "linking", "databases", "is", "an", "important", "step", "in", "an", "increasing", "number", "of", "data", "mining", "projects", ",", "because", "linked", "data", "can", "contain", "information", "that", "is", "not", "available", "otherwise", ",", "or", "that", "would", "require", "time-consuming", "and", "expensive", "collection", "of", "specific", "data", ".", "The", "aim", "of", "linking", "is", "to", "match", "and", "aggregate", "all", "records", "that", "refer", "to", "the", "same", "entity", ".", "One", "of", "the", "major", "challenges", "when", "linking", "large", "databases", "is", "the", "efficient", "and", "accurate", "classification", "of", "record", "pairs", "into", "matches", "and", "non-matches", ".", "While", "traditionally", "classification", "was", "based", "on", "manually-set", "thresholds", "or", "on", "statistical", "procedures", ",", "many", "of", "the", "more", "recently", "developed", "classification", "methods", "are", "based", "on", "supervised", "learning", "techniques", ".", "They", "therefore", "require", "training", "data", ",", "which", "is", "often", "not", "available", "in", "real", "world", "situations", "or", "has", "to", "be", "prepared", "manually", ",", "an", "expensive", ",", "cumbersome", "and", "time-consuming", "process", ".", "The", "author", "has", "previously", "presented", "a", "novel", "two-step", "approach", "to", "automatic", "record", "pair", "classification", "(", "6", ",", "7", ")", ".", "In", "the", "first", "step", "of", "this", "approach", ",", "training", "examples", "of", "high", "quality", "are", "automatically", "selected", "from", "the", "compared", "record", "pairs", ",", "and", "used", "in", "the", "second", "step", "to", "train", "a", "support", "vector", "machine", "(", "SVM", ")", "classifier", ".", "Initial", "experiments", "showed", "the", "feasibility", "of", "the", "approach", ",", "achieving", "results", "that", "outperformed", "k-means", "clustering", ".", "In", "this", "paper", ",", "two", "variations", "of", "this", "approach", "are", "presented", ".", "The", "first", "is", "based", "on", "a", "nearest-neighbour", "classifier", ",", "while", "the", "second", "improves", "a", "SVM", "classifier", "by", "iteratively", "adding", "more", "examples", "into", "the", "training", "sets", ".", "Experimental", "results", "show", "that", "this", "two-step", "approach", "can", "achieve", "better", "classification", "results", "than", "other", "unsupervised", "approaches", "."], "doc_bio_tags": ["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", "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"], "extractive_keyphrases": ["support vector machine"], "abstractive_keyphrases": ["data linkage", "data matching", "deduplication", "entity resolution", "nearest neighbour"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "3852549", "document": ["Mining", "comparable", "bilingual", "text", "corpora", "for", "cross-language", "information", "integration", "Integrating", "information", "in", "multiple", "natural", "languages", "is", "a", "challenging", "task", "that", "often", "requires", "manually", "created", "linguistic", "resources", "such", "as", "a", "bilingual", "dictionary", "or", "examples", "of", "direct", "translations", "of", "text", ".", "In", "this", "paper", ",", "we", "propose", "a", "general", "cross-lingual", "text", "mining", "method", "that", "does", "not", "rely", "on", "any", "of", "these", "resources", ",", "but", "can", "exploit", "comparable", "bilingual", "text", "corpora", "to", "discover", "mappings", "between", "words", "and", "documents", "in", "different", "languages", ".", "Comparable", "text", "corpora", "are", "collections", "of", "text", "documents", "in", "different", "languages", "that", "are", "about", "similar", "topics", ";", "such", "text", "corpora", "are", "often", "naturally", "available", "(", "e.g.", ",", "news", "articles", "in", "different", "languages", "published", "in", "the", "same", "time", "period", ")", ".", "The", "main", "idea", "of", "our", "method", "is", "to", "exploit", "frequency", "correlations", "of", "words", "in", "different", "languages", "in", "the", "comparable", "corpora", "and", "discover", "mappings", "between", "words", "in", "different", "languages", ".", "Such", "mappings", "can", "then", "be", "used", "to", "further", "discover", "mappings", "between", "documents", "in", "different", "languages", ",", "achieving", "cross-lingual", "information", "integration", ".", "Evaluation", "of", "the", "proposed", "method", "on", "a", "120MB", "Chinese-English", "comparable", "news", "collection", "shows", "that", "the", "proposed", "method", "is", "effective", "for", "mapping", "words", "and", "documents", "in", "English", "and", "Chinese", ".", "Since", "our", "method", "only", "relies", "on", "naturally", "available", "comparable", "corpora", ",", "it", "is", "generally", "applicable", "to", "any", "language", "pairs", "as", "long", "as", "we", "have", "comparable", "corpora", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O"], "extractive_keyphrases": ["comparable corpora"], "abstractive_keyphrases": ["cross-lingual text mining", "document alignment", "frequency correlation", "information search and retrieval"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "4604920", "document": ["Incremental", "maintenance", "of", "quotient", "cube", "for", "median", "Data", "cube", "pre-computation", "is", "an", "important", "concept", "for", "supporting", "OLAP", "(", "Online", "Analytical", "Processing", ")", "and", "has", "been", "studied", "extensively", ".", "It", "is", "often", "not", "feasible", "to", "compute", "a", "complete", "data", "cube", "due", "to", "the", "huge", "storage", "requirement", ".", "Recently", "proposed", "quotient", "cube", "addressed", "this", "issue", "through", "a", "partitioning", "method", "that", "groups", "cube", "cells", "into", "equivalence", "partitions", ".", "Such", "an", "approach", "is", "not", "only", "useful", "for", "distributive", "aggregate", "functions", "such", "as", "SUM", "but", "can", "also", "be", "applied", "to", "the", "holistic", "aggregate", "functions", "like", "MEDIAN", ".", "Maintaining", "a", "data", "cube", "for", "holistic", "aggregation", "is", "a", "hard", "problem", "since", "its", "difficulty", "lies", "in", "the", "fact", "that", "history", "tuple", "values", "must", "be", "kept", "in", "order", "to", "compute", "the", "new", "aggregate", "when", "tuples", "are", "inserted", "or", "deleted", ".", "The", "quotient", "cube", "makes", "the", "problem", "harder", "since", "we", "also", "need", "to", "maintain", "the", "equivalence", "classes", ".", "In", "this", "paper", ",", "we", "introduce", "two", "techniques", "called", "addset", "data", "structure", "and", "sliding", "window", "to", "deal", "with", "this", "problem", ".", "We", "develop", "efficient", "algorithms", "for", "maintaining", "a", "quotient", "cube", "with", "holistic", "aggregation", "functions", "that", "takes", "up", "reasonably", "small", "storage", "space", ".", "Performance", "study", "shows", "that", "our", "algorithms", "are", "effective", ",", "efficient", "and", "scalable", "over", "large", "databases", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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", "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"], "extractive_keyphrases": ["data cube", "holistic aggregation"], "abstractive_keyphrases": [], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "1364573", "document": ["From", "run-time", "behavior", "to", "usage", "scenarios", ":", "an", "interaction-pattern", "mining", "approach", "A", "key", "challenge", "facing", "IT", "organizations", "today", "is", "their", "evolution", "towards", "adopting", "e-business", "practices", "that", "gives", "rise", "to", "the", "need", "for", "reengineering", "their", "underlying", "software", "systems", ".", "Any", "reengineering", "effort", "has", "to", "be", "aware", "of", "the", "functional", "requirements", "of", "the", "subject", "system", ",", "in", "order", "not", "to", "violate", "the", "integrity", "of", "its", "intended", "uses", ".", "However", ",", "as", "software", "systems", "get", "regularly", "maintained", "throughout", "their", "lifecycle", ",", "the", "documentation", "of", "their", "requirements", "often", "become", "obsolete", "or", "get", "lost", ".", "To", "address", "this", "problem", "of", "``", "software", "requirements", "loss", "''", ",", "we", "have", "developed", "an", "interaction-pattern", "mining", "method", "for", "the", "recovery", "of", "functional", "requirements", "as", "usage", "scenarios", ".", "Our", "method", "analyzes", "traces", "of", "the", "run-time", "system-user", "interaction", "to", "discover", "frequently", "recurring", "patterns", ";", "these", "patterns", "correspond", "to", "the", "functionality", "currently", "exercised", "by", "the", "system", "users", ",", "represented", "as", "usage", "scenarios", ".", "The", "discovered", "scenarios", "provide", "the", "basis", "for", "reengineering", "the", "software", "system", "into", "web-accessible", "components", ",", "each", "one", "supporting", "one", "of", "the", "discovered", "scenarios", ".", "In", "this", "paper", ",", "we", "describe", "IPM2", ",", "our", "interaction-pattern", "discovery", "algorithm", ",", "we", "illustrate", "it", "with", "a", "case", "study", "from", "a", "real", "application", "and", "we", "give", "an", "overview", "of", "the", "reengineering", "process", "in", "the", "context", "of", "which", "it", "is", "employed", "."], "doc_bio_tags": ["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", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["usage scenarios"], "abstractive_keyphrases": ["interaction reengineering", "run-time behavior analysis", "sequential pattern mining", "software engineering", "software requirements recovery"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "4531703", "document": ["Local", "decomposition", "for", "rare", "class", "analysis", "Given", "its", "importance", ",", "the", "problem", "of", "predicting", "rare", "classes", "in", "large-scale", "multi-labeled", "data", "sets", "has", "attracted", "great", "attentions", "in", "the", "literature", ".", "However", ",", "the", "rare-class", "problem", "remains", "a", "critical", "challenge", ",", "because", "there", "is", "no", "natural", "way", "developed", "for", "handling", "imbalanced", "class", "distributions", ".", "This", "paper", "thus", "fills", "this", "crucial", "void", "by", "developing", "a", "method", "for", "Classification", "using", "lOcal", "clusterinG", "(", "COG", ")", ".", "Specifically", ",", "for", "a", "data", "set", "with", "an", "imbalanced", "class", "distribution", ",", "we", "perform", "clustering", "within", "each", "large", "class", "and", "produce", "sub-classes", "with", "relatively", "balanced", "sizes", ".", "Then", ",", "we", "apply", "traditional", "supervised", "learning", "algorithms", ",", "such", "as", "Support", "Vector", "Machines", "(", "SVMs", ")", ",", "for", "classification", ".", "Indeed", ",", "our", "experimental", "results", "on", "various", "real-world", "data", "sets", "show", "that", "our", "method", "produces", "significantly", "higher", "prediction", "accuracies", "on", "rare", "classes", "than", "state-of-the-art", "methods", ".", "Furthermore", ",", "we", "show", "that", "COG", "can", "also", "improve", "the", "performance", "of", "traditional", "supervised", "learning", "algorithms", "on", "data", "sets", "with", "balanced", "class", "distributions", "."], "doc_bio_tags": ["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", "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"], "extractive_keyphrases": ["local clustering", "rare class analysis"], "abstractive_keyphrases": ["k-means clustering support vector machines"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "316550", "document": ["Tensor-CUR", "decompositions", "for", "tensor-based", "data", "Motivated", "by", "numerous", "applications", "in", "which", "the", "data", "may", "be", "modeled", "by", "a", "variable", "subscripted", "by", "three", "or", "more", "indices", ",", "we", "develop", "a", "tensor-based", "extension", "of", "the", "matrix", "CUR", "decomposition", ".", "The", "tensor-CUR", "decomposition", "is", "most", "relevant", "as", "a", "data", "analysis", "tool", "when", "the", "data", "consist", "of", "one", "mode", "that", "is", "qualitatively", "different", "than", "the", "others", ".", "In", "this", "case", ",", "the", "tensor-CUR", "decomposition", "approximately", "expresses", "the", "original", "data", "tensor", "in", "terms", "of", "a", "basis", "consisting", "of", "underlying", "subtensors", "that", "are", "actual", "data", "elements", "and", "thus", "that", "have", "natural", "interpretation", "in", "terms", "ofthe", "processes", "generating", "the", "data", ".", "In", "order", "to", "demonstrate", "the", "general", "applicability", "of", "this", "tensor", "decomposition", ",", "we", "apply", "it", "to", "problems", "in", "two", "diverse", "domains", "of", "data", "analysis", ":", "hyperspectral", "medical", "image", "analysis", "and", "consumer", "recommendation", "system", "analysis", ".", "In", "the", "hyperspectral", "data", "application", ",", "the", "tensor-CUR", "decomposition", "is", "used", "to", "compress", "the", "data", ",", "and", "we", "show", "that", "classification", "quality", "is", "not", "substantially", "reduced", "even", "after", "substantial", "data", "compression", ".", "In", "the", "recommendation", "system", "application", ",", "the", "tensor-CUR", "decomposition", "is", "used", "to", "reconstruct", "missing", "entries", "in", "a", "user-product-product", "preference", "tensor", ",", "and", "we", "show", "that", "high", "quality", "recommendations", "can", "be", "made", "on", "the", "basis", "of", "a", "small", "number", "of", "basis", "users", "and", "a", "small", "number", "of", "product-product", "comparisons", "from", "a", "new", "user", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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", "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"], "extractive_keyphrases": ["cur decomposition", "recommendation system analysis"], "abstractive_keyphrases": ["hyperspectral image analysis", "miscellaneous", "tensor cur"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "252249", "document": ["A", "generalized", "framework", "for", "mining", "spatio-temporal", "patterns", "in", "scientific", "data", "In", "this", "paper", ",", "we", "present", "a", "general", "framework", "to", "discover", "spatial", "associations", "and", "spatio-temporal", "episodes", "for", "scientific", "datasets", ".", "In", "contrast", "to", "previous", "work", "in", "this", "area", ",", "features", "are", "modeled", "as", "geometric", "objects", "rather", "than", "points", ".", "We", "define", "multiple", "distance", "metrics", "that", "take", "into", "account", "objects", "'", "extent", "and", "thus", "are", "more", "robust", "in", "capturing", "the", "influence", "of", "an", "object", "on", "other", "objects", "in", "spatial", "neighborhood", ".", "We", "have", "developed", "algorithms", "to", "discover", "four", "different", "types", "of", "spatial", "object", "interaction", "(", "association", ")", "patterns", ".", "We", "also", "extend", "our", "approach", "to", "accommodate", "temporal", "information", "and", "propose", "a", "simple", "algorithm", "to", "derive", "spatio-temporal", "episodes", ".", "We", "show", "that", "such", "episodes", "can", "be", "used", "to", "reason", "about", "critical", "events", ".", "We", "evaluate", "our", "framework", "on", "real", "datasets", "to", "demonstrate", "its", "efficacy", ".", "The", "datasets", "originate", "from", "two", "different", "areas", ":", "Computational", "Molecular", "Dynamics", "and", "Computational", "Fluid", "Flow", ".", "We", "present", "results", "highlighting", "the", "importance", "of", "the", "identified", "patterns", "and", "episodes", "by", "using", "knowledge", "from", "the", "underlying", "domains", ".", "We", "also", "show", "that", "the", "proposed", "algorithms", "scale", "linearly", "with", "respect", "to", "the", "dataset", "size", "."], "doc_bio_tags": ["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"], "extractive_keyphrases": ["scientific data"], "abstractive_keyphrases": ["spatial object association", "spatio-temporal association/episode"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "178846", "document": ["CLOSET", "+", ":", "searching", "for", "the", "best", "strategies", "for", "mining", "frequent", "closed", "itemsets", "Mining", "frequent", "closed", "itemsets", "provides", "complete", "and", "non-redundant", "results", "for", "frequent", "pattern", "analysis", ".", "Extensive", "studies", "have", "proposed", "various", "strategies", "for", "efficient", "frequent", "closed", "itemset", "mining", ",", "such", "as", "depth-first", "search", "vs.", "breadthfirst", "search", ",", "vertical", "formats", "vs.", "horizontal", "formats", ",", "tree-structure", "vs.", "other", "data", "structures", ",", "top-down", "vs.", "bottom-up", "traversal", ",", "pseudo", "projection", "vs.", "physical", "projection", "of", "conditional", "database", ",", "etc.", ".", "It", "is", "the", "right", "time", "to", "ask", "``", "what", "are", "the", "pros", "and", "cons", "of", "the", "strategies", "?", "''", "and", "``", "what", "and", "how", "can", "we", "pick", "and", "integrate", "the", "best", "strategies", "to", "achieve", "higher", "performance", "in", "general", "cases", "?", "``", "In", "this", "study", ",", "we", "answer", "the", "above", "questions", "by", "a", "systematic", "study", "of", "the", "search", "strategies", "and", "develop", "a", "winning", "algorithm", "CLOSET", "+", ".", "CLOSET", "+", "integrates", "the", "advantages", "of", "the", "previously", "proposed", "effective", "strategies", "as", "well", "as", "some", "ones", "newly", "developed", "here", ".", "A", "thorough", "performance", "study", "on", "synthetic", "and", "real", "data", "sets", "has", "shown", "the", "advantages", "of", "the", "strategies", "and", "the", "improvement", "of", "CLOSET", "+", "over", "existing", "mining", "algorithms", ",", "including", "CLOSET", ",", "CHARM", "and", "OP", ",", "in", "terms", "of", "runtime", ",", "memory", "usage", "and", "scalability", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "I", "O", "B", "I", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["frequent closed itemsets"], "abstractive_keyphrases": ["association rules", "mining methods and algorithms"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "11669627", "document": ["The", "offset", "tree", "for", "learning", "with", "partial", "labels", "We", "present", "an", "algorithm", ",", "called", "the", "Offset", "Tree", ",", "for", "learning", "to", "make", "decisions", "in", "situations", "where", "the", "payoff", "of", "only", "one", "choice", "is", "observed", ",", "rather", "than", "all", "choices", ".", "The", "algorithm", "reduces", "this", "setting", "to", "binary", "classification", ",", "allowing", "one", "to", "reuse", "any", "existing", ",", "fully", "supervised", "binary", "classification", "algorithm", "in", "this", "partial", "information", "setting", ".", "We", "show", "that", "the", "Offset", "Tree", "is", "an", "optimal", "reduction", "to", "binary", "classification", ".", "In", "particular", ",", "it", "has", "regret", "at", "most", "(", "k-1", ")", "times", "the", "regret", "of", "the", "binary", "classifier", "it", "uses", "(", "where", "k", "is", "the", "number", "of", "choices", ")", ",", "and", "no", "reduction", "to", "binary", "classification", "can", "do", "better", ".", "This", "reduction", "is", "also", "computationally", "optimal", ",", "both", "at", "training", "and", "test", "time", ",", "requiring", "just", "O", "(", "log2", "k", ")", "work", "to", "train", "on", "an", "example", "or", "make", "a", "prediction", ".", "Experiments", "with", "the", "Offset", "Tree", "show", "that", "it", "generally", "performs", "better", "than", "several", "alternative", "approaches", "."], "doc_bio_tags": ["O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["learning"], "abstractive_keyphrases": ["associative reinforcement learning", "contextual bandits", "interactive learning"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "4433499", "document": ["Efficient", "handling", "of", "high-dimensional", "feature", "spaces", "by", "randomized", "classifier", "ensembles", "Handling", "massive", "datasets", "is", "a", "difficult", "problem", "not", "only", "due", "to", "prohibitively", "large", "numbers", "of", "entries", "but", "in", "some", "cases", "also", "due", "to", "the", "very", "high", "dimensionality", "of", "the", "data", ".", "Often", ",", "severe", "feature", "selection", "is", "performed", "to", "limit", "the", "number", "of", "attributes", "to", "a", "manageable", "size", ",", "which", "unfortunately", "can", "lead", "to", "a", "loss", "of", "useful", "information", ".", "Feature", "space", "reduction", "may", "well", "be", "necessary", "for", "many", "stand-alone", "classifiers", ",", "but", "recent", "advances", "in", "the", "area", "of", "ensemble", "classifier", "techniques", "indicate", "that", "overall", "accurate", "classifier", "aggregates", "can", "be", "learned", "even", "if", "each", "individual", "classifier", "operates", "on", "incomplete", "``", "feature", "view", "''", "training", "data", ",", "i.e.", ",", "such", "where", "certain", "input", "attributes", "are", "excluded", ".", "In", "fact", ",", "by", "using", "only", "small", "random", "subsets", "of", "features", "to", "build", "individual", "component", "classifiers", ",", "surprisingly", "accurate", "and", "robust", "models", "can", "be", "created", ".", "In", "this", "work", "we", "demonstrate", "how", "these", "types", "of", "architectures", "effectively", "reduce", "the", "feature", "space", "for", "submodels", "and", "groups", "of", "sub-models", ",", "which", "lends", "itself", "to", "efficient", "sequential", "and\\/or", "parallel", "implementations", ".", "Experiments", "with", "a", "randomized", "version", "of", "Adaboost", "are", "used", "to", "support", "our", "arguments", ",", "using", "the", "text", "classification", "task", "as", "an", "example", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": [], "abstractive_keyphrases": ["bounded-action devices"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "4061777", "document": ["Acclimatizing", "Taxonomic", "Semantics", "for", "Hierarchical", "Content", "Classification", "Hierarchical", "models", "have", "been", "shown", "to", "be", "effective", "in", "content", "classification", ".", "However", ",", "we", "observe", "through", "empirical", "study", "that", "the", "performance", "of", "a", "hierarchical", "model", "varies", "with", "given", "taxonomies", ";", "even", "a", "semantically", "sound", "taxonomy", "has", "potential", "to", "change", "its", "structure", "for", "better", "classification", ".", "By", "scrutinizing", "typical", "cases", ",", "we", "elucidate", "why", "a", "given", "semantics-based", "hierarchy", "does", "not", "work", "well", "in", "content", "classification", ",", "and", "how", "it", "could", "be", "improved", "for", "accurate", "hierarchical", "classification", ".", "With", "these", "understandings", ",", "we", "propose", "effective", "localized", "solutions", "that", "modify", "the", "given", "taxonomy", "for", "accurate", "hierarchical", "classification", ".", "We", "conduct", "extensive", "experiments", "on", "both", "toy", "and", "real-world", "data", "sets", ",", "report", "improved", "performance", "and", "interesting", "findings", ",", "and", "provide", "further", "analysis", "of", "algorithmic", "issues", "such", "as", "time", "complexity", ",", "robustness", ",", "and", "sensitivity", "to", "the", "number", "of", "features", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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", "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"], "extractive_keyphrases": ["hierarchical classification"], "abstractive_keyphrases": ["hierarchical modeling", "taxonomy adjustment", "text classification"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "5072072", "document": ["Webpage", "understanding", ":", "an", "integrated", "approach", "Recent", "work", "has", "shown", "the", "effectiveness", "of", "leveraging", "layout", "and", "tag-tree", "structure", "for", "segmenting", "webpages", "and", "labeling", "HTML", "elements", ".", "However", ",", "how", "to", "effectively", "segment", "and", "label", "the", "text", "contents", "inside", "HTML", "elements", "is", "still", "an", "open", "problem", ".", "Since", "many", "text", "contents", "on", "a", "webpage", "are", "often", "text", "fragments", "and", "not", "strictly", "grammatical", ",", "traditional", "natural", "language", "processing", "techniques", ",", "that", "typically", "expect", "grammatical", "sentences", ",", "are", "no", "longer", "directly", "applicable", ".", "In", "this", "paper", ",", "we", "examine", "how", "to", "use", "layout", "and", "tag-tree", "structure", "in", "a", "principled", "way", "to", "help", "understand", "text", "contents", "on", "webpages", ".", "We", "propose", "to", "segment", "and", "label", "the", "page", "structure", "and", "the", "text", "content", "of", "a", "webpage", "in", "a", "joint", "discriminative", "probabilistic", "model", ".", "In", "this", "model", ",", "semantic", "labels", "of", "page", "structure", "can", "be", "leveraged", "to", "help", "text", "content", "understanding", ",", "and", "semantic", "labels", "ofthe", "text", "phrases", "can", "be", "used", "in", "page", "structure", "understanding", "tasks", "such", "as", "data", "record", "detection", ".", "Thus", ",", "integration", "of", "both", "page", "structure", "and", "text", "content", "understanding", "leads", "to", "an", "integrated", "solution", "of", "webpage", "understanding", ".", "Experimental", "results", "on", "research", "homepage", "extraction", "show", "the", "feasibility", "and", "promise", "of", "our", "approach", "."], "doc_bio_tags": ["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", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["webpage understanding"], "abstractive_keyphrases": ["conditional random fields", "text processing"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "429532", "document": ["SPIN", ":", "mining", "maximal", "frequent", "subgraphs", "from", "graph", "databases", "One", "fundamental", "challenge", "for", "mining", "recurring", "subgraphs", "from", "semi-structured", "data", "sets", "is", "the", "overwhelming", "abundance", "of", "such", "patterns", ".", "In", "large", "graph", "databases", ",", "the", "total", "number", "of", "frequent", "subgraphs", "can", "become", "too", "large", "to", "allow", "a", "full", "enumeration", "using", "reasonable", "computational", "resources", ".", "In", "this", "paper", ",", "we", "propose", "a", "new", "algorithm", "that", "mines", "only", "maximal", "frequent", "subgraphs", ",", "i.e.", "subgraphs", "that", "are", "not", "a", "part", "of", "any", "other", "frequent", "subgraphs", ".", "This", "may", "exponentially", "decrease", "the", "size", "of", "the", "output", "set", "in", "the", "best", "case", ";", "in", "our", "experiments", "on", "practical", "data", "sets", ",", "mining", "maximal", "frequent", "subgraphs", "reduces", "the", "total", "number", "of", "mined", "patterns", "by", "two", "to", "three", "orders", "of", "magnitude", ".", "Our", "method", "first", "mines", "all", "frequent", "trees", "from", "a", "general", "graph", "database", "and", "then", "reconstructs", "all", "maximal", "subgraphs", "from", "the", "mined", "trees", ".", "Using", "two", "chemical", "structure", "benchmarks", "and", "a", "set", "of", "synthetic", "graph", "data", "sets", ",", "we", "demonstrate", "that", ",", "in", "addition", "to", "decreasing", "the", "output", "size", ",", "our", "algorithm", "can", "achieve", "a", "five-fold", "speed", "up", "over", "the", "current", "state-of-the-art", "subgraph", "mining", "algorithms", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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"], "extractive_keyphrases": ["subgraph mining"], "abstractive_keyphrases": ["spanning tree"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "433612", "document": ["Time", "and", "sample", "efficient", "discovery", "of", "Markov", "blankets", "and", "direct", "causal", "relations", "Data", "Mining", "with", "Bayesian", "Network", "learning", "has", "two", "important", "characteristics", ":", "under", "conditions", "learned", "edges", "between", "variables", "correspond", "to", "casual", "influences", ",", "and", "second", ",", "for", "every", "variable", "T", "in", "the", "network", "a", "special", "subset", "(", "Markov", "Blanket", ")", "identifiable", "by", "the", "network", "is", "the", "minimal", "variable", "set", "required", "to", "predict", "T.", "However", ",", "all", "known", "algorithms", "learning", "a", "complete", "BN", "do", "not", "scale", "up", "beyond", "a", "few", "hundred", "variables", ".", "On", "the", "other", "hand", ",", "all", "known", "sound", "algorithms", "learning", "a", "local", "region", "of", "the", "network", "require", "an", "exponential", "number", "of", "training", "instances", "to", "the", "size", "of", "the", "learned", "region", ".", "The", "contribution", "of", "this", "paper", "is", "two-fold", ".", "We", "introduce", "a", "novel", "local", "algorithm", "that", "returns", "all", "variables", "with", "direct", "edges", "to", "and", "from", "a", "target", "variable", "T", "as", "well", "as", "a", "local", "algorithm", "that", "returns", "the", "Markov", "Blanket", "of", "T.", "Both", "algorithms", "(", "i", ")", "are", "sound", ",", "(", "ii", ")", "can", "be", "run", "efficiently", "in", "datasets", "with", "thousands", "of", "variables", ",", "and", "(", "iii", ")", "significantly", "outperform", "in", "terms", "of", "approximating", "the", "true", "neighborhood", "previous", "state-of-the-art", "algorithms", "using", "only", "a", "fraction", "of", "the", "training", "size", "required", "by", "the", "existing", "methods", ".", "A", "fundamental", "difference", "between", "our", "approach", "and", "existing", "ones", "is", "that", "the", "required", "sample", "depends", "on", "the", "generating", "graph", "connectivity", "and", "not", "the", "size", "of", "the", "local", "region", ";", "this", "yields", "up", "to", "exponential", "savings", "in", "sample", "relative", "to", "previously", "known", "algorithms", ".", "The", "results", "presented", "here", "are", "promising", "not", "only", "for", "discovery", "of", "local", "causal", "structure", ",", "and", "variable", "selection", "for", "classification", ",", "but", "also", "for", "the", "induction", "of", "complete", "BNs", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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"], "extractive_keyphrases": ["learning"], "abstractive_keyphrases": ["bayesian networks", "novel data mining algorithms", "robust and scalable statistical methods"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "9943486", "document": ["Named", "entity", "mining", "from", "click-through", "data", "using", "weakly", "supervised", "latent", "dirichlet", "allocation", "This", "paper", "addresses", "Named", "Entity", "Mining", "(", "NEM", ")", ",", "in", "which", "we", "mine", "knowledge", "about", "named", "entities", "such", "as", "movies", ",", "games", ",", "and", "books", "from", "a", "huge", "amount", "of", "data", ".", "NEM", "is", "potentially", "useful", "in", "many", "applications", "including", "web", "search", ",", "online", "advertisement", ",", "and", "recommender", "system", ".", "There", "are", "three", "challenges", "for", "the", "task", ":", "finding", "suitable", "data", "source", ",", "coping", "with", "the", "ambiguities", "of", "named", "entity", "classes", ",", "and", "incorporating", "necessary", "human", "supervision", "into", "the", "mining", "process", ".", "This", "paper", "proposes", "conducting", "NEM", "by", "using", "click-through", "data", "collected", "at", "a", "web", "search", "engine", ",", "employing", "a", "topic", "model", "that", "generates", "the", "click-through", "data", ",", "and", "learning", "the", "topic", "model", "by", "weak", "supervision", "from", "humans", ".", "Specifically", ",", "it", "characterizes", "each", "named", "entity", "by", "its", "associated", "queries", "and", "URLs", "in", "the", "click-through", "data", ".", "It", "uses", "the", "topic", "model", "to", "resolve", "ambiguities", "of", "named", "entity", "classes", "by", "representing", "the", "classes", "as", "topics", ".", "It", "employs", "a", "method", ",", "referred", "to", "as", "Weakly", "Supervised", "Latent", "Dirichlet", "Allocation", "(", "WS-LDA", ")", ",", "to", "accurately", "learn", "the", "topic", "model", "with", "partially", "labeled", "named", "entities", ".", "Experiments", "on", "a", "large", "scale", "click-through", "data", "containing", "over", "1.5", "billion", "query-URL", "pairs", "show", "that", "the", "proposed", "approach", "can", "conduct", "very", "accurate", "NEM", "and", "significantly", "outperforms", "the", "baseline", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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", "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"], "extractive_keyphrases": ["topic model"], "abstractive_keyphrases": ["named entity recognition", "search log mining", "web mining"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "9692779", "document": ["Collective", "annotation", "of", "Wikipedia", "entities", "in", "web", "text", "To", "take", "the", "first", "step", "beyond", "keyword-based", "search", "toward", "entity-based", "search", ",", "suitable", "token", "spans", "(", "``", "spots", "''", ")", "on", "documents", "must", "be", "identified", "as", "references", "to", "real-world", "entities", "from", "an", "entity", "catalog", ".", "Several", "systems", "have", "been", "proposed", "to", "link", "spots", "on", "Web", "pages", "to", "entities", "in", "Wikipedia", ".", "They", "are", "largely", "based", "on", "local", "compatibility", "between", "the", "text", "around", "the", "spot", "and", "textual", "metadata", "associated", "with", "the", "entity", ".", "Two", "recent", "systems", "exploit", "inter-label", "dependencies", ",", "but", "in", "limited", "ways", ".", "We", "propose", "a", "general", "collective", "disambiguation", "approach", ".", "Our", "premise", "is", "that", "coherent", "documents", "refer", "to", "entities", "from", "one", "or", "a", "few", "related", "topics", "or", "domains", ".", "We", "give", "formulations", "for", "the", "trade-off", "between", "local", "spot-to-entity", "compatibility", "and", "measures", "of", "global", "coherence", "between", "entities", ".", "Optimizing", "the", "overall", "entity", "assignment", "is", "NP-hard", ".", "We", "investigate", "practical", "solutions", "based", "on", "local", "hill-climbing", ",", "rounding", "integer", "linear", "programs", ",", "and", "pre-clustering", "entities", "followed", "by", "local", "optimization", "within", "clusters", ".", "In", "experiments", "involving", "over", "a", "hundred", "manually-annotated", "Web", "pages", "and", "tens", "of", "thousands", "of", "spots", ",", "our", "approaches", "significantly", "outperform", "recently-proposed", "algorithms", "."], "doc_bio_tags": ["O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["wikipedia"], "abstractive_keyphrases": ["collective inference", "entity annotation/disambiguation", "information search and retrieval"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "1254605", "document": ["Learning", "spatially", "variant", "dissimilarity", "(", "SVaD", ")", "measures", "Clustering", "algorithms", "typically", "operate", "on", "a", "feature", "vector", "representation", "of", "the", "data", "and", "find", "clusters", "that", "are", "compact", "with", "respect", "to", "an", "assumed", "(", "dis", ")", "similarity", "measure", "between", "the", "data", "points", "in", "feature", "space", ".", "This", "makes", "the", "type", "of", "clusters", "identified", "highly", "dependent", "on", "the", "assumed", "similarity", "measure", ".", "Building", "on", "recent", "work", "in", "this", "area", ",", "we", "formally", "define", "a", "class", "of", "spatially", "varying", "dissimilarity", "measures", "and", "propose", "algorithms", "to", "learn", "the", "dissimilarity", "measure", "automatically", "from", "the", "data", ".", "The", "idea", "is", "to", "identify", "clusters", "that", "are", "compact", "with", "respect", "to", "the", "unknown", "spatially", "varying", "dissimilarity", "measure", ".", "Our", "experiments", "show", "that", "the", "proposed", "algorithms", "are", "more", "stable", "and", "achieve", "better", "accuracy", "on", "various", "textual", "data", "sets", "when", "compared", "with", "similar", "algorithms", "proposed", "in", "the", "literature", "."], "doc_bio_tags": ["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"], "extractive_keyphrases": ["clustering"], "abstractive_keyphrases": ["learning dissimilarity measures"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "4313661", "document": ["Efficient", "anonymity-preserving", "data", "collection", "The", "output", "of", "a", "data", "mining", "algorithm", "is", "only", "as", "good", "as", "its", "inputs", ",", "and", "individuals", "are", "often", "unwilling", "to", "provide", "accurate", "data", "about", "sensitive", "topics", "such", "as", "medical", "history", "and", "personal", "finance", ".", "Individuals", "maybe", "willing", "to", "share", "their", "data", ",", "but", "only", "if", "they", "are", "assured", "that", "it", "will", "be", "used", "in", "an", "aggregate", "study", "and", "that", "it", "can", "not", "be", "linked", "back", "to", "them", ".", "Protocols", "for", "anonymity-preserving", "data", "collection", "provide", "this", "assurance", ",", "in", "the", "absence", "of", "trusted", "parties", ",", "by", "allowing", "a", "set", "of", "mutually", "distrustful", "respondents", "to", "anonymously", "contribute", "data", "to", "an", "untrusted", "data", "miner", ".", "To", "effectively", "provide", "anonymity", ",", "a", "data", "collection", "protocol", "must", "be", "collusion", "resistant", ",", "which", "means", "that", "even", "if", "all", "dishonest", "respondents", "collude", "with", "a", "dishonest", "data", "miner", "in", "an", "attempt", "to", "learn", "the", "associations", "between", "honest", "respondents", "and", "their", "responses", ",", "they", "will", "be", "unable", "to", "do", "so", ".", "To", "achieve", "collusion", "resistance", ",", "previously", "proposed", "protocols", "for", "anonymity-preserving", "data", "collection", "have", "quadratically", "many", "communication", "rounds", "in", "the", "number", "of", "respondents", ",", "and", "employ", "(", "sometimes", "incorrectly", ")", "complicated", "cryptographic", "techniques", "such", "as", "zero-knowledge", "proofs", ".", "We", "describe", "a", "new", "protocol", "for", "anonymity-preserving", ",", "collusion", "resistant", "data", "collection", ".", "Our", "protocol", "has", "linearly", "many", "communication", "rounds", ",", "and", "achieves", "collusion", "resistance", "without", "relying", "on", "zero-knowledge", "proofs", ".", "This", "makes", "it", "especially", "suitable", "for", "data", "mining", "scenarios", "with", "a", "large", "number", "of", "respondents", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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"], "extractive_keyphrases": ["anonymity"], "abstractive_keyphrases": ["privacy"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "13802275", "document": ["Exploiting", "vulnerability", "to", "secure", "user", "privacy", "on", "a", "social", "networking", "site", "As", "(", "one", "'s", ")", "social", "network", "expands", ",", "a", "user", "'s", "privacy", "protection", "goes", "beyond", "his", "privacy", "settings", "and", "becomes", "a", "social", "networking", "problem", ".", "In", "this", "research", ",", "we", "aim", "to", "address", "some", "critical", "issues", "related", "to", "privacy", "protection", ":", "Would", "the", "highest", "privacy", "settings", "guarantee", "a", "secure", "protection", "?", "Given", "the", "open", "nature", "of", "social", "networking", "sites", ",", "is", "it", "possible", "to", "manage", "one", "'s", "privacy", "protection", "?", "With", "the", "diversity", "of", "one", "'s", "social", "media", "friends", ",", "how", "can", "one", "figure", "out", "an", "effective", "approach", "to", "balance", "between", "vulnerability", "and", "privacy", "?", "We", "present", "a", "novel", "way", "to", "define", "a", "vulnerable", "friend", "from", "an", "individual", "user", "'s", "perspective", "is", "dependent", "on", "whether", "or", "not", "the", "user", "'s", "friends", "'", "privacy", "settings", "protect", "the", "friend", "and", "the", "individual", "'s", "network", "of", "friends", "(", "which", "includes", "the", "user", ")", ".", "As", "a", "single", "vulnerable", "friend", "in", "a", "user", "'s", "social", "network", "might", "place", "all", "friends", "at", "risk", ",", "we", "resort", "to", "experiments", "and", "observe", "how", "much", "security", "an", "individual", "user", "can", "improve", "by", "unfriending", "a", "vulnerable", "friend", ".", "We", "also", "show", "how", "privacy", "weakens", "if", "newly", "accepted", "friends", "are", "unguarded", "or", "unprotected", ".", "This", "work", "provides", "a", "large-scale", "evaluation", "of", "new", "security", "and", "privacy", "indexes", "using", "a", "Facebook", "dataset", ".", "We", "present", "and", "discuss", "a", "new", "perspective", "for", "reasoning", "about", "social", "networking", "security", ".", "When", "a", "user", "accepts", "a", "new", "friend", ",", "the", "user", "should", "ensure", "that", "the", "new", "friend", "is", "not", "an", "increased", "security", "risk", "with", "the", "potential", "of", "negatively", "impacting", "the", "entire", "friend", "network", ".", "Additionally", ",", "by", "leveraging", "the", "indexes", "proposed", "and", "employing", "new", "strategies", "for", "unfriending", "vulnerable", "friends", ",", "it", "is", "possible", "to", "further", "improve", "security", "and", "privacy", "without", "changing", "the", "social", "networking", "site", "'s", "existing", "architecture", "."], "doc_bio_tags": ["O", "B", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "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", "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", "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", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "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", "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", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["privacy", "social network", "vulnerability"], "abstractive_keyphrases": [], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "9618001", "document": ["Beyond", "blacklists", ":", "learning", "to", "detect", "malicious", "web", "sites", "from", "suspicious", "URLs", "Malicious", "Web", "sites", "are", "a", "cornerstone", "of", "Internet", "criminal", "activities", ".", "As", "a", "result", ",", "there", "has", "been", "broad", "interest", "in", "developing", "systems", "to", "prevent", "the", "end", "user", "from", "visiting", "such", "sites", ".", "In", "this", "paper", ",", "we", "describe", "an", "approach", "to", "this", "problem", "based", "on", "automated", "URL", "classification", ",", "using", "statistical", "methods", "to", "discover", "the", "tell-tale", "lexical", "and", "host-based", "properties", "of", "malicious", "Web", "site", "URLs", ".", "These", "methods", "are", "able", "to", "learn", "highly", "predictive", "models", "by", "extracting", "and", "automatically", "analyzing", "tens", "of", "thousands", "of", "features", "potentially", "indicative", "of", "suspicious", "URLs", ".", "The", "resulting", "classifiers", "obtain", "95-99", "%", "accuracy", ",", "detecting", "large", "numbers", "of", "malicious", "Web", "sites", "from", "their", "URLs", ",", "with", "only", "modest", "false", "positives", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "B", "I", "I", "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", "B", "I", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["malicious web sites"], "abstractive_keyphrases": ["abuse and crime involving computers", "l1-regularization", "security and protection", "supervised learning"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "9696778", "document": ["Mining", "social", "networks", "for", "personalized", "email", "prioritization", "Email", "is", "one", "of", "the", "most", "prevalent", "communication", "tools", "today", ",", "and", "solving", "the", "email", "overload", "problem", "is", "pressingly", "urgent", ".", "A", "good", "way", "to", "alleviate", "email", "overload", "is", "to", "automatically", "prioritize", "received", "messages", "according", "to", "the", "priorities", "of", "each", "user", ".", "However", ",", "research", "on", "statistical", "learning", "methods", "for", "fully", "personalized", "email", "prioritization", "(", "PEP", ")", "has", "been", "sparse", "due", "to", "privacy", "issues", ",", "since", "people", "are", "reluctant", "to", "share", "personal", "messages", "and", "importance", "judgments", "with", "the", "research", "community", ".", "It", "is", "therefore", "important", "to", "develop", "and", "evaluate", "PEP", "methods", "under", "the", "assumption", "that", "only", "limited", "training", "examples", "can", "be", "available", ",", "and", "that", "the", "system", "can", "only", "have", "the", "personal", "email", "data", "of", "each", "user", "during", "the", "training", "and", "testing", "of", "the", "model", "for", "that", "user", ".", "This", "paper", "presents", "the", "first", "study", "(", "to", "the", "best", "of", "our", "knowledge", ")", "under", "such", "an", "assumption", ".", "Specifically", ",", "we", "focus", "on", "analysis", "of", "personal", "social", "networks", "to", "capture", "user", "groups", "and", "to", "obtain", "rich", "features", "that", "represent", "the", "social", "roles", "from", "the", "viewpoint", "of", "a", "particular", "user", ".", "We", "also", "developed", "a", "novel", "semi-supervised", "(", "transductive", ")", "learning", "algorithm", "that", "propagates", "importance", "labels", "from", "training", "examples", "to", "test", "examples", "through", "message", "and", "user", "nodes", "in", "a", "personal", "email", "network", ".", "These", "methods", "together", "enable", "us", "to", "obtain", "an", "enriched", "vector", "representation", "of", "each", "new", "email", "message", ",", "which", "consists", "of", "both", "standard", "features", "of", "an", "email", "message", "(", "such", "as", "words", "in", "the", "title", "or", "body", ",", "sender", "and", "receiver", "IDs", ",", "etc.", ")", "and", "the", "induced", "social", "features", "from", "the", "sender", "and", "receivers", "of", "the", "message", ".", "Using", "the", "enriched", "vector", "representation", "as", "the", "input", "in", "SVM", "classifiers", "to", "predict", "the", "importance", "level", "for", "each", "test", "message", ",", "we", "obtained", "significant", "performance", "improvement", "over", "the", "baseline", "system", "(", "without", "induced", "social", "features", ")", "in", "our", "experiments", "on", "a", "multi-user", "data", "collection", ".", "We", "obtained", "significant", "performance", "improvement", "over", "the", "baseline", "system", "(", "without", "induced", "social", "features", ")", "in", "our", "experiments", "on", "a", "multi-user", "data", "collection", ":", "the", "relative", "error", "reduction", "in", "MAE", "was", "31", "%", "in", "micro-averaging", ",", "and", "14", "%", "in", "macro-averaging", "."], "doc_bio_tags": ["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", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["email prioritization"], "abstractive_keyphrases": ["applications", "clustering", "miscellaneous", "social network", "text mining"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "2341962", "document": ["Data", "mining", "with", "sparse", "grids", "using", "simplicial", "basis", "functions", "Recently", "we", "presented", "a", "new", "approach", "(", "18", ")", "to", "the", "classification", "problem", "arising", "in", "data", "mining", ".", "It", "is", "based", "on", "the", "regularization", "network", "approach", "but", ",", "in", "contrast", "to", "other", "methods", "which", "employ", "ansatz", "functions", "associated", "to", "data", "points", ",", "we", "use", "a", "grid", "in", "the", "usually", "high-dimensional", "feature", "space", "for", "the", "minimization", "process", ".", "To", "cope", "with", "the", "curse", "of", "dimensionality", ",", "we", "employ", "sparse", "grids", "(", "49", ")", ".", "Thus", ",", "only", "O", "(", "hn-1nd-1", ")", "instead", "of", "O", "(", "hn-d", ")", "grid", "points", "and", "unknowns", "are", "involved", ".", "Here", "d", "denotes", "the", "dimension", "of", "the", "feature", "space", "and", "hn", "=", "2-n", "gives", "the", "mesh", "size", ".", "We", "use", "the", "sparse", "grid", "combination", "technique", "(", "28", ")", "where", "the", "classification", "problem", "is", "discretized", "and", "solved", "on", "a", "sequence", "of", "conventional", "grids", "with", "uniform", "mesh", "sizes", "in", "each", "dimension", ".", "The", "sparse", "grid", "solution", "is", "then", "obtained", "by", "linear", "combination", ".", "In", "contrast", "to", "our", "former", "work", ",", "where", "d-linear", "functions", "were", "used", ",", "we", "now", "apply", "linear", "basis", "functions", "based", "on", "a", "simplicial", "discretization", ".", "This", "allows", "to", "handle", "more", "dimensions", "and", "the", "algorithm", "needs", "less", "operations", "per", "data", "point", ".", "We", "describe", "the", "sparse", "grid", "combination", "technique", "for", "the", "classification", "problem", ",", "give", "implementational", "details", "and", "discuss", "the", "complexity", "of", "the", "algorithm", ".", "It", "turns", "out", "that", "the", "method", "scales", "linearly", "with", "the", "number", "of", "given", "data", "points", ".", "Finally", "we", "report", "on", "the", "quality", "of", "the", "classifier", "built", "by", "our", "new", "method", "on", "data", "sets", "with", "up", "to", "10", "dimensions", ".", "It", "turns", "out", "that", "our", "new", "method", "achieves", "correctness", "rates", "which", "are", "competitive", "to", "that", "of", "the", "best", "existing", "methods", "."], "doc_bio_tags": ["O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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", "B", "I", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["classification", "combination technique", "simplicial discretization", "sparse grids"], "abstractive_keyphrases": ["approximation"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "4601568", "document": ["Efficient", "kernel", "feature", "extraction", "for", "massive", "data", "sets", "Maximum", "margin", "discriminant", "analysis", "(", "MMDA", ")", "was", "proposed", "that", "uses", "the", "margin", "idea", "for", "feature", "extraction", ".", "It", "often", "outperforms", "traditional", "methods", "like", "kernel", "principal", "component", "analysis", "(", "KPCA", ")", "and", "kernel", "Fisher", "discriminant", "analysis", "(", "KFD", ")", ".", "However", ",", "as", "in", "other", "kernel", "methods", ",", "its", "time", "complexity", "is", "cubic", "in", "the", "number", "of", "training", "points", "m", ",", "and", "is", "thus", "computationally", "inefficient", "on", "massive", "data", "sets", ".", "In", "this", "paper", ",", "we", "propose", "an", "(", "1", "+", "\u03b5", ")", "2-approximation", "algorithm", "for", "obtaining", "the", "MMDA", "features", "by", "extending", "the", "core", "vector", "machines", ".", "The", "resultant", "time", "complexity", "is", "only", "linear", "in", "m", ",", "while", "its", "space", "complexity", "is", "independent", "of", "m.", "Extensive", "comparisons", "with", "the", "original", "MMDA", ",", "KPCA", ",", "and", "KFD", "on", "a", "number", "of", "large", "data", "sets", "show", "that", "the", "proposed", "feature", "extractor", "can", "improve", "classification", "accuracy", ",", "and", "is", "also", "faster", "than", "these", "kernel-based", "methods", "by", "more", "than", "an", "order", "of", "magnitude", "."], "doc_bio_tags": ["O", "B", "I", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["extraction", "kernel feature"], "abstractive_keyphrases": ["design methodology", "learning", "scalability", "svm"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "7359581", "document": ["Mining", "images", "on", "semantics", "via", "statistical", "learning", "In", "this", "paper", ",", "we", "have", "proposed", "a", "novel", "framework", "to", "enable", "hierarchical", "image", "classification", "via", "statistical", "learning", ".", "By", "integrating", "the", "concept", "hierarchy", "for", "semantic", "image", "concept", "organization", ",", "a", "hierarchical", "mixture", "model", "is", "proposed", "to", "enable", "multi-level", "modeling", "of", "semantic", "image", "concepts", "and", "hierarchical", "classifier", "combination", ".", "Thus", ",", "learning", "the", "classifiers", "for", "the", "semantic", "image", "concepts", "at", "the", "high", "level", "of", "the", "concept", "hierarchy", "can", "be", "effectively", "achieved", "by", "detecting", "the", "presences", "of", "the", "relevant", "base-level", "atomic", "image", "concepts", ".", "To", "effectively", "learn", "the", "base-level", "classifiers", "for", "the", "atomic", "image", "concepts", "at", "the", "first", "level", "of", "the", "concept", "hierarchy", ",", "we", "have", "proposed", "a", "novel", "adaptive", "EM", "algorithm", "to", "achieve", "more", "effective", "model", "selection", "and", "parameter", "estimation", ".", "In", "addition", ",", "a", "novel", "penalty", "term", "is", "proposed", "to", "effectively", "eliminate", "the", "misleading", "effects", "of", "the", "outlying", "unlabeled", "images", "on", "semi-supervised", "classifier", "training", ".", "Our", "experimental", "results", "in", "a", "specific", "image", "domain", "of", "outdoor", "photos", "are", "very", "attractive", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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"], "extractive_keyphrases": ["adaptive em algorithm", "hierarchical mixture model", "image classification"], "abstractive_keyphrases": [], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "6365307", "document": ["A", "generative", "probabilistic", "approach", "to", "visualizing", "sets", "of", "symbolic", "sequences", "There", "is", "a", "notable", "interest", "in", "extending", "probabilistic", "generative", "modeling", "principles", "to", "accommodate", "for", "more", "complex", "structured", "data", "types", ".", "In", "this", "paper", "we", "develop", "a", "generative", "probabilistic", "model", "for", "visualizing", "sets", "of", "discrete", "symbolic", "sequences", ".", "The", "model", ",", "a", "constrained", "mixture", "of", "discrete", "hidden", "Markov", "models", ",", "is", "a", "generalization", "of", "density-based", "visualization", "methods", "previously", "developed", "for", "static", "data", "sets", ".", "We", "illustrate", "our", "approach", "on", "sequences", "representing", "web-log", "data", "and", "chorals", "by", "J.S.", "Bach", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": [], "abstractive_keyphrases": ["em algorithm", "hidden markov model", "information search and retrieval", "latent space models", "topographic mapping"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "1374932", "document": ["Similarity", "measure", "based", "on", "partial", "information", "of", "time", "series", "Similarity", "measure", "of", "time", "series", "is", "an", "important", "subroutine", "in", "many", "KDD", "applications", ".", "Previous", "similarity", "models", "mainly", "focus", "on", "the", "prominent", "series", "behaviors", "by", "considering", "the", "whole", "information", "of", "time", "series", ".", "In", "this", "paper", ",", "we", "address", "the", "problem", ":", "which", "portion", "of", "information", "is", "more", "suitable", "for", "similarity", "measure", "for", "the", "data", "collected", "from", "a", "certain", "field", ".", "We", "propose", "a", "model", "for", "the", "retrieval", "and", "representation", "of", "the", "partial", "information", "in", "time", "series", "data", ",", "and", "a", "methodology", "for", "evaluating", "the", "similarity", "measurements", "based", "on", "partial", "information", ".", "The", "methodology", "is", "to", "retrieve", "various", "portions", "of", "information", "from", "the", "raw", "data", "and", "represent", "it", "in", "a", "concise", "form", ",", "then", "cluster", "the", "time", "series", "using", "the", "partial", "information", "and", "evaluate", "the", "similarity", "measurements", "through", "comparing", "the", "results", "with", "a", "standard", "classification", ".", "Experiments", "on", "data", "set", "from", "stock", "market", "give", "some", "interesting", "observations", "and", "justify", "the", "usefulness", "of", "our", "approach", "."], "doc_bio_tags": ["B", "I", "O", "O", "B", "I", "O", "B", "I", "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", "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", "O", "O", "O", "O", "O", "O", "B", "I", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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"], "extractive_keyphrases": ["partial information", "similarity measure", "time series"], "abstractive_keyphrases": [], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "54393", "document": ["Privacy", "preserving", "mining", "of", "association", "rules", "We", "present", "a", "framework", "for", "mining", "association", "rules", "from", "transactions", "consisting", "of", "categorical", "items", "where", "the", "data", "has", "been", "randomized", "to", "preserve", "privacy", "of", "individual", "transactions", ".", "While", "it", "is", "feasible", "to", "recover", "association", "rules", "and", "preserve", "privacy", "using", "a", "straightforward", "``", "uniform", "''", "randomization", ",", "the", "discovered", "rules", "can", "unfortunately", "be", "exploited", "to", "find", "privacy", "breaches", ".", "We", "analyze", "the", "nature", "of", "privacy", "breaches", "and", "propose", "a", "class", "of", "randomization", "operators", "that", "are", "much", "more", "effective", "than", "uniform", "randomization", "in", "limiting", "the", "breaches", ".", "We", "derive", "formulae", "for", "an", "unbiased", "support", "estimator", "and", "its", "variance", ",", "which", "allow", "us", "to", "recover", "itemset", "supports", "from", "randomized", "datasets", ",", "and", "show", "how", "to", "incorporate", "these", "formulae", "into", "mining", "algorithms", ".", "Finally", ",", "we", "present", "experimental", "results", "that", "validate", "the", "algorithm", "by", "applying", "it", "on", "real", "datasets", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": [], "abstractive_keyphrases": ["deduction", "unauthorized access"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "10010518", "document": ["COA", ":", "finding", "novel", "patents", "through", "text", "analysis", "In", "recent", "years", ",", "the", "number", "of", "patents", "filed", "by", "the", "business", "enterprises", "in", "the", "technology", "industry", "are", "growing", "rapidly", ",", "thus", "providing", "unprecedented", "opportunities", "for", "knowledge", "discovery", "in", "patent", "data", ".", "One", "important", "task", "in", "this", "regard", "is", "to", "employ", "data", "mining", "techniques", "to", "rank", "patents", "in", "terms", "of", "their", "potential", "to", "earn", "money", "through", "licensing", ".", "Availability", "of", "such", "ranking", "can", "substantially", "reduce", "enterprise", "IP", "(", "Intellectual", "Property", ")", "management", "costs", ".", "Unfortunately", ",", "the", "existing", "software", "systems", "in", "the", "IP", "domain", "do", "not", "address", "this", "task", "directly", ".", "Through", "our", "research", ",", "we", "build", "a", "patent", "ranking", "software", ",", "named", "COA", "(", "Claim", "Originality", "Analysis", ")", "that", "rates", "a", "patent", "based", "on", "its", "value", "by", "measuring", "the", "recency", "and", "the", "impact", "of", "the", "important", "phrases", "that", "appear", "in", "the", "``", "claims", "''", "section", "of", "a", "patent", ".", "Experiments", "show", "that", "COA", "produces", "meaningful", "ranking", "when", "comparing", "it", "with", "other", "indirect", "patent", "evaluation", "metrics", "--", "citation", "count", ",", "patent", "status", ",", "and", "attorney", "'s", "rating", ".", "In", "reallife", "settings", ",", "this", "tool", "was", "used", "by", "beta-testers", "in", "the", "IBM", "IP", "department", ".", "Lawyers", "found", "it", "very", "useful", "in", "patent", "rating", ",", "specifically", ",", "in", "highlighting", "potentially", "valuable", "patents", "in", "a", "patent", "cluster", ".", "In", "this", "article", ",", "we", "describe", "the", "ranking", "techniques", "and", "system", "architecture", "of", "COA", ".", "We", "also", "present", "the", "results", "that", "validate", "its", "effectiveness", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": [], "abstractive_keyphrases": ["document ranking", "information retrieval", "patent processing", "patent visualization"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "321801", "document": ["Discovering", "the", "set", "of", "fundamental", "rule", "changes", "The", "world", "around", "us", "changes", "constantly", ".", "Knowing", "what", "has", "changed", "is", "an", "important", "part", "of", "our", "lives", ".", "For", "businesses", ",", "recognizing", "changes", "is", "also", "crucial", ".", "It", "allows", "businesses", "to", "adapt", "themselves", "to", "the", "changing", "market", "needs", ".", "In", "this", "paper", ",", "we", "study", "changes", "of", "association", "rules", "from", "one", "time", "period", "to", "another", ".", "One", "approach", "is", "to", "compare", "the", "supports", "and\\/or", "confidences", "of", "each", "rule", "in", "the", "two", "time", "periods", "and", "report", "the", "differences", ".", "This", "technique", ",", "however", ",", "is", "too", "simplistic", "as", "it", "tends", "to", "report", "a", "huge", "number", "of", "rule", "changes", ",", "and", "many", "of", "them", "are", ",", "in", "fact", ",", "simply", "the", "snowball", "effect", "of", "a", "small", "subset", "of", "fundamental", "changes", ".", "Here", ",", "we", "present", "a", "technique", "to", "highlight", "the", "small", "subset", "of", "fundamental", "changes", ".", "A", "change", "is", "fundamental", "if", "it", "can", "not", "be", "explained", "by", "some", "other", "changes", ".", "The", "proposed", "technique", "has", "been", "applied", "to", "a", "number", "of", "real-life", "datasets", ".", "Experiments", "results", "show", "that", "the", "number", "of", "rules", "whose", "changes", "are", "unexplainable", "is", "quite", "small", "(", "about", "20", "%", "of", "the", "total", "number", "of", "changes", "discovered", ")", ",", "and", "many", "of", "these", "unexplainable", "changes", "reflect", "some", "fundamental", "shifts", "in", "the", "application", "domain", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": [], "abstractive_keyphrases": ["change mining"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "9690351", "document": ["Analyzing", "patterns", "of", "user", "content", "generation", "in", "online", "social", "networks", "Various", "online", "social", "networks", "(", "OSNs", ")", "have", "been", "developed", "rapidly", "on", "the", "Internet", ".", "Researchers", "have", "analyzed", "different", "properties", "of", "such", "OSNs", ",", "mainly", "focusing", "on", "the", "formation", "and", "evolution", "of", "the", "networks", "as", "well", "as", "the", "information", "propagation", "over", "the", "networks", ".", "In", "knowledge-sharing", "OSNs", ",", "such", "as", "blogs", "and", "question", "answering", "systems", ",", "issues", "on", "how", "users", "participate", "in", "the", "network", "and", "how", "users", "``", "generate\\/contribute", "''", "knowledge", "are", "vital", "to", "the", "sustained", "and", "healthy", "growth", "of", "the", "networks", ".", "However", ",", "related", "discussions", "have", "not", "been", "reported", "in", "the", "research", "literature", ".", "In", "this", "work", ",", "we", "empirically", "study", "workloads", "from", "three", "popular", "knowledge-sharing", "OSNs", ",", "including", "a", "blog", "system", ",", "a", "social", "bookmark", "sharing", "network", ",", "and", "a", "question", "answering", "social", "network", "to", "examine", "these", "properties", ".", "Our", "analysis", "consistently", "shows", "that", "(", "1", ")", "users", "'", "posting", "behavior", "in", "these", "networks", "exhibits", "strong", "daily", "and", "weekly", "patterns", ",", "but", "the", "user", "active", "time", "in", "these", "OSNs", "does", "not", "follow", "exponential", "distributions", ";", "(", "2", ")", "the", "user", "posting", "behavior", "in", "these", "OSNs", "follows", "stretched", "exponential", "distributions", "instead", "of", "power-law", "distributions", ",", "indicating", "the", "influence", "of", "a", "small", "number", "of", "core", "users", "can", "not", "dominate", "the", "network", ";", "(", "3", ")", "the", "distributions", "of", "user", "contributions", "on", "high-quality", "and", "effort-consuming", "contents", "in", "these", "OSNs", "have", "smaller", "stretch", "factors", "for", "the", "stretched", "exponential", "distribution", ".", "Our", "study", "provides", "insights", "into", "user", "activity", "patterns", "and", "lays", "out", "an", "analytical", "foundation", "for", "further", "understanding", "various", "properties", "of", "these", "OSNs", "."], "doc_bio_tags": ["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", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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"], "extractive_keyphrases": ["social networks", "stretched exponential distribution"], "abstractive_keyphrases": ["user generated content", "user/machine systems"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "154991", "document": ["Discovering", "word", "senses", "from", "text", "Inventories", "of", "manually", "compiled", "dictionaries", "usually", "serve", "as", "a", "source", "for", "word", "senses", ".", "However", ",", "they", "often", "include", "many", "rare", "senses", "while", "missing", "corpus\\/domain-specific", "senses", ".", "We", "present", "a", "clustering", "algorithm", "called", "CBC", "(", "Clustering", "By", "Committee", ")", "that", "automatically", "discovers", "word", "senses", "from", "text", ".", "It", "initially", "discovers", "a", "set", "of", "tight", "clusters", "called", "committees", "that", "are", "well", "scattered", "in", "the", "similarity", "space", ".", "The", "centroid", "of", "the", "members", "of", "a", "committee", "is", "used", "as", "the", "feature", "vector", "of", "the", "cluster", ".", "We", "proceed", "by", "assigning", "words", "to", "their", "most", "similar", "clusters", ".", "After", "assigning", "an", "element", "to", "a", "cluster", ",", "we", "remove", "their", "overlapping", "features", "from", "the", "element", ".", "This", "allows", "CBC", "to", "discover", "the", "less", "frequent", "senses", "of", "a", "word", "and", "to", "avoid", "discovering", "duplicate", "senses", ".", "Each", "cluster", "that", "a", "word", "belongs", "to", "represents", "one", "of", "its", "senses", ".", "We", "also", "present", "an", "evaluation", "methodology", "for", "automatically", "measuring", "the", "precision", "and", "recall", "of", "discovered", "senses", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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"], "extractive_keyphrases": ["evaluation"], "abstractive_keyphrases": ["machine learning", "word sense discovery"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "510194", "document": ["Automating", "exploratory", "data", "analysis", "for", "efficient", "data", "mining"], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": [], "abstractive_keyphrases": ["attribute selection", "automation", "encoding", "transformation"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "4100505", "document": ["Structural", "and", "temporal", "analysis", "of", "the", "blogosphere", "through", "community", "factorization", "The", "blogosphere", "has", "unique", "structural", "and", "temporal", "properties", "since", "blogs", "are", "typically", "used", "as", "communication", "media", "among", "human", "individuals", ".", "In", "this", "paper", ",", "we", "propose", "a", "novel", "technique", "that", "captures", "the", "structure", "and", "temporal", "dynamics", "of", "blog", "communities", ".", "In", "our", "framework", ",", "a", "community", "is", "a", "set", "of", "blogs", "that", "communicate", "with", "each", "other", "triggered", "by", "some", "events", "(", "such", "as", "a", "news", "article", ")", ".", "The", "community", "is", "represented", "by", "its", "structure", "and", "temporal", "dynamics", ":", "a", "community", "graph", "indicates", "how", "often", "one", "blog", "communicates", "with", "another", ",", "and", "a", "community", "intensity", "indicates", "the", "activity", "level", "of", "the", "community", "that", "varies", "over", "time", ".", "Our", "method", ",", "community", "factorization", ",", "extracts", "such", "communities", "from", "the", "blogosphere", ",", "where", "the", "communication", "among", "blogs", "is", "observed", "as", "a", "set", "of", "subgraphs", "(", "i.e.", ",", "threads", "of", "discussion", ")", ".", "This", "community", "extraction", "is", "formulated", "as", "a", "factorization", "problem", "in", "the", "framework", "of", "constrained", "optimization", ",", "in", "which", "the", "objective", "is", "to", "best", "explain", "the", "observed", "interactions", "in", "the", "blogosphere", "over", "time", ".", "We", "further", "provide", "a", "scalable", "algorithm", "for", "computing", "solutions", "to", "the", "constrained", "optimization", "problems", ".", "Extensive", "experimental", "studies", "on", "both", "synthetic", "and", "real", "blog", "data", "demonstrate", "that", "our", "technique", "is", "able", "to", "discover", "meaningful", "communities", "that", "are", "not", "detectable", "by", "traditional", "methods", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "B", "O", "B", "I", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["blog", "blogosphere", "community factorization"], "abstractive_keyphrases": ["iterative search", "non-negative matrix factorization", "regularization"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "1317160", "document": ["A", "model", "for", "discovering", "customer", "value", "for", "E-content", "There", "exists", "a", "huge", "demand", "for", "multimedia", "goods", "and", "services", "in", "the", "Internet", ".", "Currently", "available", "bandwidth", "speeds", "can", "support", "sale", "of", "downloadable", "content", "like", "CDs", ",", "e-books", ",", "etc.", "as", "well", "as", "services", "like", "video-on-demand", ".", "In", "the", "future", ",", "such", "services", "will", "be", "prevalent", "in", "the", "Internet", ".", "Since", "costs", "are", "typically", "fixed", ",", "maximizing", "revenue", "can", "maximize", "profits", ".", "A", "primary", "determinant", "of", "revenue", "in", "such", "e-content", "markets", "is", "how", "much", "value", "the", "customers", "associate", "with", "the", "content", ".", "Though", "marketing", "surveys", "are", "useful", ",", "they", "can", "not", "adapt", "to", "the", "dynamic", "nature", "of", "the", "Internet", "market", ".", "In", "this", "work", ",", "we", "examine", "how", "to", "learn", "customer", "valuations", "in", "close", "to", "real-time", ".", "Our", "contributions", "in", "this", "paper", "are", "threefold", ":", "(", "1", ")", "we", "develop", "a", "probabilistic", "model", "to", "describe", "customer", "behavior", ",", "(", "2", ")", "we", "develop", "a", "framework", "for", "pricing", "e-content", "based", "on", "basic", "economic", "principles", ",", "and", "(", "3", ")", "we", "propose", "a", "price", "discovering", "algorithm", "that", "learns", "customer", "behavior", "parameters", "and", "suggests", "prices", "to", "an", "e-content", "provider", ".", "We", "validate", "our", "algorithm", "using", "simulations", ".", "Our", "simulations", "indicate", "that", "our", "algorithm", "generates", "revenue", "close", "to", "the", "maximum", "expectation", ".", "Further", ",", "they", "also", "indicate", "that", "the", "algorithm", "is", "robust", "to", "transient", "customer", "behavior", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": [], "abstractive_keyphrases": ["probabilistic algorithms"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "1141080", "document": ["The", "IGrid", "index", ":", "reversing", "the", "dimensionality", "curse", "for", "similarity", "indexing", "in", "high", "dimensional", "space"], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "B", "O", "O", "O", "O"], "extractive_keyphrases": ["dimensionality curse", "indexing"], "abstractive_keyphrases": ["database applications"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "9142727", "document": ["Feedback", "effects", "between", "similarity", "and", "social", "influence", "in", "online", "communities", "A", "fundamental", "open", "question", "in", "the", "analysis", "of", "social", "networks", "is", "to", "understand", "the", "interplay", "between", "similarity", "and", "social", "ties", ".", "People", "are", "similar", "to", "their", "neighbors", "in", "a", "social", "network", "for", "two", "distinct", "reasons", ":", "first", ",", "they", "grow", "to", "resemble", "their", "current", "friends", "due", "to", "social", "influence", ";", "and", "second", ",", "they", "tend", "to", "form", "new", "links", "to", "others", "who", "are", "already", "like", "them", ",", "a", "process", "often", "termed", "selection", "by", "sociologists", ".", "While", "both", "factors", "are", "present", "in", "everyday", "social", "processes", ",", "they", "are", "in", "tension", ":", "social", "influence", "can", "push", "systems", "toward", "uniformity", "of", "behavior", ",", "while", "selection", "can", "lead", "to", "fragmentation", ".", "As", "such", ",", "it", "is", "important", "to", "understand", "the", "relative", "effects", "of", "these", "forces", ",", "and", "this", "has", "been", "a", "challenge", "due", "to", "the", "difficulty", "of", "isolating", "and", "quantifying", "them", "in", "real", "settings", ".", "We", "develop", "techniques", "for", "identifying", "and", "modeling", "the", "interactions", "between", "social", "influence", "and", "selection", ",", "using", "data", "from", "online", "communities", "where", "both", "social", "interaction", "and", "changes", "in", "behavior", "over", "time", "can", "be", "measured", ".", "We", "find", "clear", "feedback", "effects", "between", "the", "two", "factors", ",", "with", "rising", "similarity", "between", "two", "individuals", "serving", ",", "in", "aggregate", ",", "as", "an", "indicator", "of", "future", "interaction", "--", "but", "with", "similarity", "then", "continuing", "to", "increase", "steadily", ",", "although", "at", "a", "slower", "rate", ",", "for", "long", "periods", "after", "initial", "interactions", ".", "We", "also", "consider", "the", "relative", "value", "of", "similarity", "and", "social", "influence", "in", "modeling", "future", "behavior", ".", "For", "instance", ",", "to", "predict", "the", "activities", "that", "an", "individual", "is", "likely", "to", "do", "next", ",", "is", "it", "more", "useful", "to", "know", "the", "current", "activities", "of", "their", "friends", ",", "or", "of", "the", "people", "most", "similar", "to", "them", "?"], "doc_bio_tags": ["O", "O", "O", "O", "O", "B", "I", "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", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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", "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"], "extractive_keyphrases": ["online communities", "social influence", "social networks"], "abstractive_keyphrases": [], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "9972873", "document": ["Time", "series", "shapelets", ":", "a", "new", "primitive", "for", "data", "mining", "Classification", "of", "time", "series", "has", "been", "attracting", "great", "interest", "over", "the", "past", "decade", ".", "Recent", "empirical", "evidence", "has", "strongly", "suggested", "that", "the", "simple", "nearest", "neighbor", "algorithm", "is", "very", "difficult", "to", "beat", "for", "most", "time", "series", "problems", ".", "While", "this", "may", "be", "considered", "good", "news", ",", "given", "the", "simplicity", "of", "implementing", "the", "nearest", "neighbor", "algorithm", ",", "there", "are", "some", "negative", "consequences", "of", "this", ".", "First", ",", "the", "nearest", "neighbor", "algorithm", "requires", "storing", "and", "searching", "the", "entire", "dataset", ",", "resulting", "in", "a", "time", "and", "space", "complexity", "that", "limits", "its", "applicability", ",", "especially", "on", "resource-limited", "sensors", ".", "Second", ",", "beyond", "mere", "classification", "accuracy", ",", "we", "often", "wish", "to", "gain", "some", "insight", "into", "the", "data", ".", "In", "this", "work", "we", "introduce", "a", "new", "time", "series", "primitive", ",", "time", "series", "shapelets", ",", "which", "addresses", "these", "limitations", ".", "Informally", ",", "shapelets", "are", "time", "series", "subsequences", "which", "are", "in", "some", "sense", "maximally", "representative", "of", "a", "class", ".", "As", "we", "shall", "show", "with", "extensive", "empirical", "evaluations", "in", "diverse", "domains", ",", "algorithms", "based", "on", "the", "time", "series", "shapelet", "primitives", "can", "be", "interpretable", ",", "more", "accurate", "and", "significantly", "faster", "than", "state-of-the-art", "classifiers", "."], "doc_bio_tags": ["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", "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"], "extractive_keyphrases": ["classification"], "abstractive_keyphrases": ["pattern extraction"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "4016160", "document": ["Temporal", "causal", "modeling", "with", "graphical", "granger", "methods", "The", "need", "for", "mining", "causality", ",", "beyond", "mere", "statistical", "correlations", ",", "for", "real", "world", "problems", "has", "been", "recognized", "widely", ".", "Many", "of", "these", "applications", "naturally", "involve", "temporal", "data", ",", "which", "raises", "the", "challenge", "of", "how", "best", "to", "leverage", "the", "temporal", "information", "for", "causal", "modeling", ".", "Recently", "graphical", "modeling", "with", "the", "concept", "of", "``", "Granger", "causality", "''", ",", "based", "on", "the", "intuition", "that", "a", "cause", "helps", "predict", "its", "effects", "in", "the", "future", ",", "has", "gained", "attention", "in", "many", "domains", "involving", "time", "series", "data", "analysis", ".", "With", "the", "surge", "of", "interest", "in", "model", "selection", "methodologies", "for", "regression", ",", "such", "as", "the", "Lasso", ",", "as", "practical", "alternatives", "to", "solving", "structural", "learning", "of", "graphical", "models", ",", "the", "question", "arises", "whether", "and", "how", "to", "combine", "these", "two", "notions", "into", "a", "practically", "viable", "approach", "for", "temporal", "causal", "modeling", ".", "In", "this", "paper", ",", "we", "examine", "a", "host", "of", "related", "algorithms", "that", ",", "loosely", "speaking", ",", "fall", "under", "the", "category", "of", "graphical", "Granger", "methods", ",", "and", "characterize", "their", "relative", "performance", "from", "multiple", "viewpoints", ".", "Our", "experiments", "show", ",", "for", "instance", ",", "that", "the", "Lasso", "algorithm", "exhibits", "consistent", "gain", "over", "the", "canonical", "pairwise", "graphical", "Granger", "method", ".", "We", "also", "characterize", "conditions", "under", "which", "these", "variants", "of", "graphical", "Granger", "methods", "perform", "well", "in", "comparison", "to", "other", "benchmark", "methods", ".", "Finally", ",", "we", "apply", "these", "methods", "to", "a", "real", "world", "data", "set", "involving", "key", "performance", "indicators", "of", "corporations", ",", "and", "present", "some", "concrete", "results", "."], "doc_bio_tags": ["O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["causal modeling", "graphical models", "time series data"], "abstractive_keyphrases": [], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "947504", "document": ["Feature", "selection", "methods", "for", "text", "classification", "We", "consider", "feature", "selection", "for", "text", "classification", "both", "theoretically", "and", "empirically", ".", "Our", "main", "result", "is", "an", "unsupervised", "feature", "selection", "strategy", "for", "which", "we", "give", "worst-case", "theoretical", "guarantees", "on", "the", "generalization", "power", "of", "the", "resultant", "classification", "function", "f", "with", "respect", "to", "the", "classification", "function", "f", "obtained", "when", "keeping", "all", "the", "features", ".", "To", "the", "best", "of", "our", "knowledge", ",", "this", "is", "the", "first", "feature", "selection", "method", "with", "such", "guarantees", ".", "In", "addition", ",", "the", "analysis", "leads", "to", "insights", "as", "to", "when", "and", "why", "this", "feature", "selection", "strategy", "will", "perform", "well", "in", "practice", ".", "We", "then", "use", "the", "TechTC-100", ",", "20-Newsgroups", ",", "and", "Reuters-RCV2", "data", "sets", "to", "evaluate", "empirically", "the", "performance", "of", "this", "and", "two", "simpler", "but", "related", "feature", "selection", "strategies", "against", "two", "commonly-used", "strategies", ".", "Our", "empirical", "evaluation", "shows", "that", "the", "strategy", "with", "provable", "performance", "guarantees", "performs", "well", "in", "comparison", "with", "other", "commonly-used", "feature", "selection", "strategies", ".", "In", "addition", ",", "it", "performs", "better", "on", "certain", "datasets", "under", "very", "aggressive", "feature", "selection", "."], "doc_bio_tags": ["B", "I", "O", "O", "B", "I", "O", "O", "B", "I", "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", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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", "B", "I", "O"], "extractive_keyphrases": ["feature selection", "text classification"], "abstractive_keyphrases": ["miscellaneous", "random sampling", "regularized least squares classification"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "3583231", "document": ["Privacy-preserving", "Bayesian", "network", "structure", "computation", "on", "distributed", "heterogeneous", "data", "As", "more", "and", "more", "activities", "are", "carried", "out", "using", "computers", "and", "computer", "networks", ",", "the", "amount", "of", "potentially", "sensitive", "data", "stored", "by", "business", ",", "governments", ",", "and", "other", "parties", "increases", ".", "Different", "parties", "may", "wish", "to", "benefit", "from", "cooperative", "use", "of", "their", "data", ",", "but", "privacy", "regulations", "and", "other", "privacy", "concerns", "may", "prevent", "the", "parties", "from", "sharing", "their", "data", ".", "Privacy-preserving", "data", "mining", "provides", "a", "solution", "by", "creating", "distributed", "data", "mining", "algorithms", "in", "which", "the", "underlying", "data", "is", "not", "revealed", ".", "In", "this", "paper", ",", "we", "present", "a", "privacy-preserving", "protocol", "for", "a", "particular", "data", "mining", "task", ":", "learning", "the", "Bayesian", "network", "structure", "for", "distributed", "heterogeneous", "data", ".", "In", "this", "setting", ",", "two", "parties", "owning", "confidential", "databases", "wish", "to", "learn", "the", "structure", "of", "Bayesian", "network", "on", "the", "combination", "of", "their", "databases", "without", "revealing", "anything", "about", "their", "data", "to", "each", "other", ".", "We", "give", "an", "efficient", "and", "privacy-preserving", "version", "of", "the", "K2", "algorithm", "to", "construct", "the", "structure", "of", "a", "Bayesian", "network", "for", "the", "parties", "'", "joint", "data", "."], "doc_bio_tags": ["O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["bayesian network"], "abstractive_keyphrases": ["distributed databases", "privacy-preserving data mining"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "3779321", "document": ["Interestingness", "of", "frequent", "itemsets", "using", "Bayesian", "networks", "as", "background", "knowledge", "The", "paper", "presents", "a", "method", "for", "pruning", "frequent", "itemsets", "based", "on", "background", "knowledge", "represented", "by", "a", "Bayesian", "network", ".", "The", "interestingness", "of", "an", "itemset", "is", "defined", "as", "the", "absolute", "difference", "between", "its", "support", "estimated", "from", "data", "and", "from", "the", "Bayesian", "network", ".", "Efficient", "algorithms", "are", "presented", "for", "finding", "interestingness", "of", "a", "collection", "of", "frequent", "itemsets", ",", "and", "for", "finding", "all", "attribute", "sets", "with", "a", "given", "minimum", "interestingness", ".", "Practical", "usefulness", "of", "the", "algorithms", "and", "their", "efficiency", "have", "been", "verified", "experimentally", "."], "doc_bio_tags": ["B", "O", "O", "O", "O", "O", "O", "O", "B", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "B", "O", "O", "O", "B", "I", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["background", "bayesian network", "interestingness", "knowledge"], "abstractive_keyphrases": ["association rule", "frequent itemset"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "8759", "document": ["On-line", "unsupervised", "outlier", "detection", "using", "finite", "mixtures", "with", "discounting", "learning", "algorithms"], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O"], "extractive_keyphrases": ["learning"], "abstractive_keyphrases": [], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "4487770", "document": ["Creating", "social", "networks", "to", "improve", "peer-to-peer", "networking", "We", "use", "knowledge", "discovery", "techniques", "to", "guide", "the", "creation", "of", "efficient", "overlay", "networks", "for", "peer-to-peer", "file", "sharing", ".", "An", "overlay", "network", "specifies", "the", "logical", "connections", "among", "peers", "in", "a", "network", "and", "is", "distinct", "from", "the", "physical", "connections", "of", "the", "network", ".", "It", "determines", "the", "order", "in", "which", "peers", "will", "be", "queried", "when", "a", "user", "is", "searching", "for", "a", "specific", "file", ".", "To", "better", "understand", "the", "role", "of", "the", "network", "overlay", "structure", "in", "the", "performance", "of", "peer-to-peer", "file", "sharing", "protocols", ",", "we", "compare", "several", "methods", "for", "creating", "overlay", "networks", ".", "We", "analyze", "the", "networks", "using", "data", "from", "a", "campus", "network", "for", "peer-to-peer", "file", "sharing", "that", "recorded", "anonymized", "data", "on", "6,528", "users", "sharing", "291,925", "music", "files", "over", "an", "81-day", "period", ".", "We", "propose", "a", "novel", "protocol", "for", "overlay", "creation", "based", "on", "a", "model", "of", "user", "preference", "identified", "by", "latent-variable", "clustering", "with", "hierarchical", "Dirichlet", "processes", "(", "HDPs", ")", ".", "Our", "simulations", "and", "empirical", "studies", "show", "that", "the", "clusters", "of", "songs", "created", "by", "HDPs", "effectively", "model", "user", "behavior", "and", "can", "be", "used", "to", "create", "desirable", "network", "overlays", "that", "outperform", "alternative", "approaches", "."], "doc_bio_tags": ["O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["hierarchical dirichlet processes", "overlay networks", "social networks"], "abstractive_keyphrases": ["distributed hash tables", "learning", "peer-to-peer networks"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "14058457", "document": ["Exploiting", "place", "features", "in", "link", "prediction", "on", "location-based", "social", "networks", "Link", "prediction", "systems", "have", "been", "largely", "adopted", "to", "recommend", "new", "friends", "in", "online", "social", "networks", "using", "data", "about", "social", "interactions", ".", "With", "the", "soaring", "adoption", "of", "location-based", "social", "services", "it", "becomes", "possible", "to", "take", "advantage", "of", "an", "additional", "source", "of", "information", ":", "the", "places", "people", "visit", ".", "In", "this", "paper", "we", "study", "the", "problem", "of", "designing", "a", "link", "prediction", "system", "for", "online", "location-based", "social", "networks", ".", "We", "have", "gathered", "extensive", "data", "about", "one", "of", "these", "services", ",", "Gowalla", ",", "with", "periodic", "snapshots", "to", "capture", "its", "temporal", "evolution", ".", "We", "study", "the", "link", "prediction", "space", ",", "finding", "that", "about", "30", "%", "of", "new", "links", "are", "added", "among", "``", "place-friends", "''", ",", "i.e.", ",", "among", "users", "who", "visit", "the", "same", "places", ".", "We", "show", "how", "this", "prediction", "space", "can", "be", "made", "15", "times", "smaller", ",", "while", "still", "66", "%", "of", "future", "connections", "can", "be", "discovered", ".", "Thus", ",", "we", "define", "new", "prediction", "features", "based", "on", "the", "properties", "of", "the", "places", "visited", "by", "users", "which", "are", "able", "to", "discriminate", "potential", "future", "links", "among", "them", ".", "Building", "on", "these", "findings", ",", "we", "describe", "a", "supervised", "learning", "framework", "which", "exploits", "these", "prediction", "features", "to", "predict", "new", "links", "among", "friends-of-friends", "and", "place-friends", ".", "Our", "evaluation", "shows", "how", "the", "inclusion", "of", "information", "about", "places", "and", "related", "user", "activity", "offers", "high", "link", "prediction", "performance", ".", "These", "results", "open", "new", "directions", "for", "real-world", "link", "recommendation", "systems", "on", "location-based", "social", "networks", "."], "doc_bio_tags": ["O", "O", "O", "O", "B", "I", "O", "O", "B", "I", "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", "B", "I", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O"], "extractive_keyphrases": ["link prediction", "social networks"], "abstractive_keyphrases": ["database applications", "location-based services"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "314861", "document": ["Eliminating", "noisy", "information", "in", "Web", "pages", "for", "data", "mining", "A", "commercial", "Web", "page", "typically", "contains", "many", "information", "blocks", ".", "Apart", "from", "the", "main", "content", "blocks", ",", "it", "usually", "has", "such", "blocks", "as", "navigation", "panels", ",", "copyright", "and", "privacy", "notices", ",", "and", "advertisements", "(", "for", "business", "purposes", "and", "for", "easy", "user", "access", ")", ".", "We", "call", "these", "blocks", "that", "are", "not", "the", "main", "content", "blocks", "of", "the", "page", "the", "noisy", "blocks", ".", "We", "show", "that", "the", "information", "contained", "in", "these", "noisy", "blocks", "can", "seriously", "harm", "Web", "data", "mining", ".", "Eliminating", "these", "noises", "is", "thus", "of", "great", "importance", ".", "In", "this", "paper", ",", "we", "propose", "a", "noise", "elimination", "technique", "based", "on", "the", "following", "observation", ":", "In", "a", "given", "Web", "site", ",", "noisy", "blocks", "usually", "share", "some", "common", "contents", "and", "presentation", "styles", ",", "while", "the", "main", "content", "blocks", "of", "the", "pages", "are", "often", "diverse", "in", "their", "actual", "contents", "and\\/or", "presentation", "styles", ".", "Based", "on", "this", "observation", ",", "we", "propose", "a", "tree", "structure", ",", "called", "Style", "Tree", ",", "to", "capture", "the", "common", "presentation", "styles", "and", "the", "actual", "contents", "of", "the", "pages", "in", "a", "given", "Web", "site", ".", "By", "sampling", "the", "pages", "of", "the", "site", ",", "a", "Style", "Tree", "can", "be", "built", "for", "the", "site", ",", "which", "we", "call", "the", "Site", "Style", "Tree", "(", "SST", ")", ".", "We", "then", "introduce", "an", "information", "based", "measure", "to", "determine", "which", "parts", "of", "the", "SST", "represent", "noises", "and", "which", "parts", "represent", "the", "main", "contents", "of", "the", "site", ".", "The", "SST", "is", "employed", "to", "detect", "and", "eliminate", "noises", "in", "any", "Web", "page", "of", "the", "site", "by", "mapping", "this", "page", "to", "the", "SST", ".", "The", "proposed", "technique", "is", "evaluated", "with", "two", "data", "mining", "tasks", ",", "Web", "page", "clustering", "and", "classification", ".", "Experimental", "results", "show", "that", "our", "noise", "elimination", "technique", "is", "able", "to", "improve", "the", "mining", "results", "significantly", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["noise elimination"], "abstractive_keyphrases": ["noise detection", "web mining"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "4499230", "document": ["New", "EM", "derived", "from", "Kullback-Leibler", "divergence", "We", "introduce", "a", "new", "EM", "framework", "in", "which", "it", "is", "possible", "not", "only", "to", "optimize", "the", "model", "parameters", "but", "also", "the", "number", "of", "model", "components", ".", "A", "key", "feature", "of", "our", "approach", "is", "that", "we", "use", "nonparametric", "density", "estimation", "to", "improve", "parametric", "density", "estimation", "in", "the", "EM", "framework", ".", "While", "the", "classical", "EM", "algorithm", "estimates", "model", "parameters", "empirically", "using", "the", "data", "points", "themselves", ",", "we", "estimate", "them", "using", "nonparametric", "density", "estimates", ".", "There", "exist", "many", "possible", "applications", "that", "require", "optimal", "adjustment", "of", "model", "components", ".", "We", "present", "experimental", "results", "in", "two", "domains", ".", "One", "is", "polygonal", "approximation", "of", "laser", "range", "data", ",", "which", "is", "an", "active", "research", "topic", "in", "robot", "navigation", ".", "The", "other", "is", "grouping", "of", "edge", "pixels", "to", "contour", "boundaries", ",", "which", "still", "belongs", "to", "unsolved", "problems", "in", "computer", "vision", "."], "doc_bio_tags": ["O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["em"], "abstractive_keyphrases": ["expectation maximization", "general", "kullback-leibler divergence"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "736839", "document": ["Mining", "coherent", "gene", "clusters", "from", "gene-sample-time", "microarray", "data", "Extensive", "studies", "have", "shown", "that", "mining", "microarray", "data", "sets", "is", "important", "in", "bioinformatics", "research", "and", "biomedical", "applications", ".", "In", "this", "paper", ",", "we", "explore", "a", "novel", "type", "of", "gene-sample-time", "microarray", "data", "sets", ",", "which", "records", "the", "expression", "levels", "of", "various", "genes", "under", "a", "set", "of", "samples", "during", "a", "series", "of", "time", "points", ".", "In", "particular", ",", "we", "propose", "the", "mining", "of", "coherent", "gene", "clusters", "from", "such", "data", "sets", ".", "Each", "cluster", "contains", "a", "subset", "of", "genes", "and", "a", "subset", "of", "samples", "such", "that", "the", "genes", "are", "coherent", "on", "the", "samples", "along", "the", "time", "series", ".", "The", "coherent", "gene", "clusters", "may", "identify", "the", "samples", "corresponding", "to", "some", "phenotypes", "(", "e.g.", ",", "diseases", ")", ",", "and", "suggest", "the", "candidate", "genes", "correlated", "to", "the", "phenotypes", ".", "We", "present", "two", "efficient", "algorithms", ",", "namely", "the", "Sample-Gene", "Search", "and", "the", "Gene-Sample", "Search", ",", "to", "mine", "the", "complete", "set", "of", "coherent", "gene", "clusters", ".", "We", "empirically", "evaluate", "the", "performance", "of", "our", "approaches", "on", "both", "a", "real", "microarray", "data", "set", "and", "synthetic", "data", "sets", ".", "The", "test", "results", "have", "shown", "that", "our", "approaches", "are", "both", "efficient", "and", "effective", "to", "find", "meaningful", "coherent", "gene", "clusters", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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"], "extractive_keyphrases": ["bioinformatics", "microarray data"], "abstractive_keyphrases": ["clustering"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "14166794", "document": ["MIME", ":", "a", "framework", "for", "interactive", "visual", "pattern", "mining", "We", "present", "a", "framework", "for", "interactive", "visual", "pattern", "mining", ".", "Our", "system", "enables", "the", "user", "to", "browse", "through", "the", "data", "and", "patterns", "easily", "and", "intuitively", ",", "using", "a", "toolbox", "consisting", "of", "interestingness", "measures", ",", "mining", "algorithms", "and", "post-processing", "algorithms", "to", "assist", "in", "identifying", "interesting", "patterns", ".", "By", "mining", "interactively", ",", "we", "enable", "the", "user", "to", "combine", "their", "subjective", "interestingness", "measure", "and", "background", "knowledge", "with", "a", "wide", "variety", "of", "objective", "measures", "to", "easily", "and", "quickly", "mine", "the", "most", "important", "and", "interesting", "patterns", ".", "Basically", ",", "we", "enable", "the", "user", "to", "become", "an", "essential", "part", "of", "the", "mining", "algorithm", ".", "Our", "demo", "currently", "applies", "to", "mining", "interesting", "itemsets", "and", "association", "rules", ",", "and", "its", "extension", "to", "episodes", "and", "decision", "trees", "is", "ongoing", "."], "doc_bio_tags": ["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"], "extractive_keyphrases": ["mime"], "abstractive_keyphrases": ["interactive visual mining", "pattern exploration"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "13180915", "document": ["Unsupervised", "feature", "selection", "for", "multi-cluster", "data", "In", "many", "data", "analysis", "tasks", ",", "one", "is", "often", "confronted", "with", "very", "high", "dimensional", "data", ".", "Feature", "selection", "techniques", "are", "designed", "to", "find", "the", "relevant", "feature", "subset", "of", "the", "original", "features", "which", "can", "facilitate", "clustering", ",", "classification", "and", "retrieval", ".", "In", "this", "paper", ",", "we", "consider", "the", "feature", "selection", "problem", "in", "unsupervised", "learning", "scenario", ",", "which", "is", "particularly", "difficult", "due", "to", "the", "absence", "of", "class", "labels", "that", "would", "guide", "the", "search", "for", "relevant", "information", ".", "The", "feature", "selection", "problem", "is", "essentially", "a", "combinatorial", "optimization", "problem", "which", "is", "computationally", "expensive", ".", "Traditional", "unsupervised", "feature", "selection", "methods", "address", "this", "issue", "by", "selecting", "the", "top", "ranked", "features", "based", "on", "certain", "scores", "computed", "independently", "for", "each", "feature", ".", "These", "approaches", "neglect", "the", "possible", "correlation", "between", "different", "features", "and", "thus", "can", "not", "produce", "an", "optimal", "feature", "subset", ".", "Inspired", "from", "the", "recent", "developments", "on", "manifold", "learning", "and", "L1-regularized", "models", "for", "subset", "selection", ",", "we", "propose", "in", "this", "paper", "a", "new", "approach", ",", "called", "Multi-Cluster", "Feature", "Selection", "(", "MCFS", ")", ",", "for", "unsupervised", "feature", "selection", ".", "Specifically", ",", "we", "select", "those", "features", "such", "that", "the", "multi-cluster", "structure", "of", "the", "data", "can", "be", "best", "preserved", ".", "The", "corresponding", "optimization", "problem", "can", "be", "efficiently", "solved", "since", "it", "only", "involves", "a", "sparse", "eigen-problem", "and", "a", "L1-regularized", "least", "squares", "problem", ".", "Extensive", "experimental", "results", "over", "various", "real-life", "data", "sets", "have", "demonstrated", "the", "superiority", "of", "the", "proposed", "algorithm", "."], "doc_bio_tags": ["B", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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", "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"], "extractive_keyphrases": ["clustering", "feature selection", "unsupervised"], "abstractive_keyphrases": [], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "6361738", "document": ["IMDS", ":", "intelligent", "malware", "detection", "system", "The", "proliferation", "of", "malware", "has", "presented", "a", "serious", "threat", "to", "the", "security", "of", "computer", "systems", ".", "Traditional", "signature-based", "anti-virus", "systems", "fail", "to", "detect", "polymorphic", "and", "new", ",", "previously", "unseen", "malicious", "executables", ".", "In", "this", "paper", ",", "resting", "on", "the", "analysis", "of", "Windows", "API", "execution", "sequences", "called", "by", "PE", "files", ",", "we", "develop", "the", "Intelligent", "Malware", "Detection", "System", "(", "IMDS", ")", "using", "Objective-Oriented", "Association", "(", "OOA", ")", "mining", "based", "classification", ".", "IMDS", "is", "an", "integrated", "system", "consisting", "of", "three", "major", "modules", ":", "PE", "parser", ",", "OOA", "rule", "generator", ",", "and", "rule", "based", "classifier", ".", "An", "OOA", "algorithm", "is", "adapted", "to", "efficiently", "generate", "OOA", "rules", "for", "classification", ".", "A", "comprehensive", "experimental", "study", "on", "a", "large", "collection", "of", "PE", "files", "obtained", "from", "the", "anti-virus", "laboratory", "of", "King-Soft", "Corporation", "is", "performed", "to", "compare", "various", "malware", "detection", "approaches", ".", "Promising", "experimental", "results", "demonstrate", "that", "the", "accuracy", "and", "efficiency", "of", "our", "IMDS", "system", "out", "perform", "popular", "anti-virus", "software", "such", "as", "Norton", "AntiVirus", "and", "McAfee", "VirusScan", ",", "as", "well", "as", "previous", "data", "mining", "based", "detection", "systems", "which", "employed", "Naive", "Bayes", ",", "Support", "Vector", "Machine", "(", "SVM", ")", "and", "Decision", "Tree", "techniques", "."], "doc_bio_tags": ["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", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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"], "extractive_keyphrases": ["malware"], "abstractive_keyphrases": ["learning", "ooa mining", "pe file", "windows api sequence"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "4108225", "document": ["Na\u00efve", "filterbots", "for", "robust", "cold-start", "recommendations", "The", "goal", "of", "a", "recommender", "system", "is", "to", "suggest", "items", "of", "interest", "to", "a", "user", "based", "on", "historical", "behavior", "of", "a", "community", "of", "users", ".", "Given", "detailed", "enough", "history", ",", "item-based", "collaborative", "filtering", "(", "CF", ")", "often", "performs", "as", "well", "or", "better", "than", "almost", "any", "other", "recommendation", "method", ".", "However", ",", "in", "cold-start", "situations", "-", "where", "a", "user", ",", "an", "item", ",", "or", "the", "entire", "system", "is", "new", "-", "simple", "non-personalized", "recommendations", "often", "fare", "better", ".", "We", "improve", "the", "scalability", "and", "performance", "of", "a", "previous", "approach", "to", "handling", "cold-start", "situations", "that", "uses", "filterbots", ",", "or", "surrogate", "users", "that", "rate", "items", "based", "only", "on", "user", "or", "item", "attributes", ".", "We", "show", "that", "introducing", "a", "very", "small", "number", "of", "simple", "filterbots", "helps", "make", "CF", "algorithms", "more", "robust", ".", "In", "particular", ",", "adding", "just", "seven", "global", "filterbots", "improves", "both", "user-based", "and", "item-based", "CF", "in", "cold-start", "user", ",", "cold-start", "item", ",", "and", "cold-start", "system", "settings", ".", "Performance", "is", "better", "when", "data", "is", "scarce", ",", "performance", "is", "no", "worse", "when", "data", "is", "plentiful", ",", "and", "algorithm", "efficiency", "is", "negligibly", "affected", ".", "We", "systematically", "compare", "a", "non-personalized", "baseline", ",", "user-based", "CF", ",", "item-based", "CF", ",", "and", "our", "bot-augmented", "user", "-", "and", "item-based", "CF", "algorithms", "using", "three", "data", "sets", "(", "Yahoo", "!", "Movies", ",", "MovieLens", ",", "and", "EachMovie", ")", "with", "the", "normalized", "MAE", "metric", "in", "three", "types", "of", "cold-start", "situations", ".", "The", "advantage", "of", "our", "``", "na\u00efve", "filterbot", "''", "approach", "is", "most", "pronounced", "for", "the", "Yahoo", "!", "data", ",", "the", "sparsest", "of", "the", "three", "data", "sets", "."], "doc_bio_tags": ["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", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["collaborative filtering", "na\u00efve filterbots"], "abstractive_keyphrases": ["cold start", "hybrid content and collaborative filtering", "learning", "performance analysis", "recommender systems", "robustness"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "5862295", "document": ["Privacy-preservation", "for", "gradient", "descent", "methods", "Gradient", "descent", "is", "a", "widely", "used", "paradigm", "for", "solving", "many", "optimization", "problems", ".", "Stochastic", "gradient", "descent", "performs", "a", "series", "of", "iterations", "to", "minimize", "a", "target", "function", "in", "order", "to", "reach", "a", "local", "minimum", ".", "In", "machine", "learning", "or", "data", "mining", ",", "this", "function", "corresponds", "to", "a", "decision", "model", "that", "is", "to", "be", "discovered", ".", "The", "gradient", "descent", "paradigm", "underlies", "many", "commonly", "used", "techniques", "in", "data", "mining", "and", "machine", "learning", ",", "such", "as", "neural", "networks", ",", "Bayesian", "networks", ",", "genetic", "algorithms", ",", "and", "simulated", "annealing", ".", "To", "the", "best", "of", "our", "knowledge", ",", "there", "has", "not", "been", "any", "work", "that", "extends", "the", "notion", "of", "privacy", "preservation", "or", "secure", "multi-party", "computation", "to", "gradient-descent-based", "techniques", ".", "In", "this", "paper", ",", "we", "propose", "a", "preliminary", "approach", "to", "enable", "privacy", "preservation", "in", "gradient", "descent", "methods", "in", "general", "and", "demonstrate", "its", "feasibility", "in", "specific", "gradient", "descent", "methods", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["privacy preservation"], "abstractive_keyphrases": ["gradient descent method", "regression", "secure multi-party computation"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "285082", "document": ["Maximizing", "the", "spread", "of", "influence", "through", "a", "social", "network", "Models", "for", "the", "processes", "by", "which", "ideas", "and", "influence", "propagate", "through", "a", "social", "network", "have", "been", "studied", "in", "a", "number", "of", "domains", ",", "including", "the", "diffusion", "of", "medical", "and", "technological", "innovations", ",", "the", "sudden", "and", "widespread", "adoption", "of", "various", "strategies", "in", "game-theoretic", "settings", ",", "and", "the", "effects", "of", "``", "word", "of", "mouth", "''", "in", "the", "promotion", "of", "new", "products", ".", "Recently", ",", "motivated", "by", "the", "design", "of", "viral", "marketing", "strategies", ",", "Domingos", "and", "Richardson", "posed", "a", "fundamental", "algorithmic", "problem", "for", "such", "social", "network", "processes", ":", "if", "we", "can", "try", "to", "convince", "a", "subset", "of", "individuals", "to", "adopt", "a", "new", "product", "or", "innovation", ",", "and", "the", "goal", "is", "to", "trigger", "a", "large", "cascade", "of", "further", "adoptions", ",", "which", "set", "of", "individuals", "should", "we", "target", "?", "We", "consider", "this", "problem", "in", "several", "of", "the", "most", "widely", "studied", "models", "in", "social", "network", "analysis", ".", "The", "optimization", "problem", "of", "selecting", "the", "most", "influential", "nodes", "is", "NP-hard", "here", ",", "and", "we", "provide", "the", "first", "provable", "approximation", "guarantees", "for", "efficient", "algorithms", ".", "Using", "an", "analysis", "framework", "based", "on", "submodular", "functions", ",", "we", "show", "that", "a", "natural", "greedy", "strategy", "obtains", "a", "solution", "that", "is", "provably", "within", "63", "%", "of", "optimal", "for", "several", "classes", "of", "models", ";", "our", "framework", "suggests", "a", "general", "approach", "for", "reasoning", "about", "the", "performance", "guarantees", "of", "algorithms", "for", "these", "types", "of", "influence", "problems", "in", "social", "networks", ".", "We", "also", "provide", "computational", "experiments", "on", "large", "collaboration", "networks", ",", "showing", "that", "in", "addition", "to", "their", "provable", "guarantees", ",", "our", "approximation", "algorithms", "significantly", "out-perform", "node-selection", "heuristics", "based", "on", "the", "well-studied", "notions", "of", "degree", "centrality", "and", "distance", "centrality", "from", "the", "field", "of", "social", "networks", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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", "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", "B", "I", "O"], "extractive_keyphrases": ["approximation algorithms", "social networks", "viral marketing"], "abstractive_keyphrases": ["diffusion of innovations", "nonnumerical algorithms and problems"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "6171877", "document": ["Detecting", "anomalous", "records", "in", "categorical", "datasets", "We", "consider", "the", "problem", "of", "detecting", "anomalies", "in", "high", "aritycategorical", "datasets", ".", "In", "most", "applications", ",", "anomalies", "are", "defined", "as", "datapoints", "that", "are", "``", "abnormal", "''", ".", "Quite", "often", "we", "have", "access", "to", "data", "which", "consists", "mostly", "of", "normal", "records", ",", "a", "long", "with", "a", "small", "percentage", "of", "unlabelled", "anomalous", "records", ".", "We", "are", "interested", "in", "the", "problem", "of", "unsupervised", "anomaly", "detection", ",", "where", "we", "use", "the", "unlabelled", "data", "for", "training", ",", "and", "detect", "records", "that", "do", "not", "follow", "the", "definition", "of", "normality", ".", "A", "standard", "approach", "is", "to", "create", "a", "model", "of", "normal", "data", ",", "and", "compare", "test", "records", "against", "it", ".", "A", "probabilistic", "approach", "builds", "a", "likelihood", "model", "from", "the", "training", "data", ".", "Records", "are", "tested", "for", "anomalies", "based", "on", "the", "complete", "record", "likelihood", "given", "the", "probability", "model", ".", "For", "categorical", "attributes", ",", "bayes", "nets", "give", "a", "standard", "representation", "of", "the", "likelihood", ".", "While", "this", "approach", "is", "good", "at", "finding", "outliers", "in", "the", "dataset", ",", "it", "often", "tends", "to", "detect", "records", "with", "attribute", "values", "that", "are", "rare", ".", "Sometimes", ",", "just", "detecting", "rare", "values", "of", "an", "attribute", "is", "not", "desired", "and", "such", "outliers", "are", "not", "considered", "as", "anomalies", "in", "that", "context", ".", "We", "present", "an", "alternative", "definition", "of", "anomalies", ",", "and", "propose", "an", "approach", "of", "comparing", "against", "marginal", "distribution", "of", "attribute", "subsets", ".", "We", "show", "that", "this", "is", "a", "more", "meaningful", "way", "of", "detecting", "anomalies", ",", "and", "has", "a", "better", "performance", "over", "semi-synthetic", "as", "well", "as", "real", "world", "datasets", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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"], "extractive_keyphrases": ["anomaly detection"], "abstractive_keyphrases": ["machine learning"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "9927253", "document": ["Spatial-temporal", "causal", "modeling", "for", "climate", "change", "attribution", "Attribution", "of", "climate", "change", "to", "causal", "factors", "has", "been", "based", "predominantly", "on", "simulations", "using", "physical", "climate", "models", ",", "which", "have", "inherent", "limitations", "in", "describing", "such", "a", "complex", "and", "chaotic", "system", ".", "We", "propose", "an", "alternative", ",", "data", "centric", ",", "approach", "that", "relies", "on", "actual", "measurements", "of", "climate", "observations", "and", "human", "and", "natural", "forcing", "factors", ".", "Specifically", ",", "we", "develop", "a", "novel", "method", "to", "infer", "causality", "from", "spatial-temporal", "data", ",", "as", "well", "as", "a", "procedure", "to", "incorporate", "extreme", "value", "modeling", "into", "our", "method", "in", "order", "to", "address", "the", "attribution", "of", "extreme", "climate", "events", ",", "such", "as", "heatwaves", ".", "Our", "experimental", "results", "on", "a", "real", "world", "dataset", "indicate", "that", "changes", "in", "temperature", "are", "not", "solely", "accounted", "for", "by", "solar", "radiance", ",", "but", "attributed", "more", "significantly", "to", "CO2", "and", "other", "greenhouse", "gases", ".", "Combined", "with", "extreme", "value", "modeling", ",", "we", "also", "show", "that", "there", "has", "been", "a", "significant", "increase", "in", "the", "intensity", "of", "extreme", "temperatures", ",", "and", "that", "such", "changes", "in", "extreme", "temperature", "are", "also", "attributable", "to", "greenhouse", "gases", ".", "These", "preliminary", "results", "suggest", "that", "our", "approach", "can", "offer", "a", "useful", "alternative", "to", "the", "simulation-based", "approach", "to", "climate", "modeling", "and", "attribution", ",", "and", "provide", "valuable", "insights", "from", "a", "fresh", "perspective", "."], "doc_bio_tags": ["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", "B", "I", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["climate change attribution", "extreme value modeling"], "abstractive_keyphrases": ["graphical granger modeling", "spatio-temporal causal modeling"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "419156", "document": ["Towards", "systematic", "design", "of", "distance", "functions", "for", "data", "mining", "applications", "Distance", "function", "computation", "is", "a", "key", "subtask", "in", "many", "data", "mining", "algorithms", "and", "applications", ".", "The", "most", "effective", "form", "of", "the", "distance", "function", "can", "only", "be", "expressed", "in", "the", "context", "of", "a", "particular", "data", "domain", ".", "It", "is", "also", "often", "a", "challenging", "and", "non-trivial", "task", "to", "find", "the", "most", "effective", "form", "of", "the", "distance", "function", ".", "For", "example", ",", "in", "the", "text", "domain", ",", "distance", "function", "design", "has", "been", "considered", "such", "an", "important", "and", "complex", "issue", "that", "it", "has", "been", "the", "focus", "of", "intensive", "research", "over", "three", "decades", ".", "The", "final", "design", "of", "distance", "functions", "in", "this", "domain", "has", "been", "reached", "only", "by", "detailed", "empirical", "testing", "and", "consensus", "over", "the", "quality", "of", "results", "provided", "by", "the", "different", "variations", ".", "With", "the", "increasing", "ability", "to", "collect", "data", "in", "an", "automated", "way", ",", "the", "number", "of", "new", "kinds", "of", "data", "continues", "to", "increase", "rapidly", ".", "This", "makes", "it", "increasingly", "difficult", "to", "undertake", "such", "efforts", "for", "each", "and", "every", "new", "data", "type", ".", "The", "most", "important", "aspect", "of", "distance", "function", "design", "is", "that", "since", "a", "human", "is", "the", "end-user", "for", "any", "application", ",", "the", "design", "must", "satisfy", "the", "user", "requirements", "with", "regard", "to", "effectiveness", ".", "This", "creates", "the", "need", "for", "a", "systematic", "framework", "to", "design", "distance", "functions", "which", "are", "sensitive", "to", "the", "particular", "characteristics", "of", "the", "data", "domain", ".", "In", "this", "paper", ",", "we", "discuss", "such", "a", "framework", ".", "The", "goal", "is", "to", "create", "distance", "functions", "in", "an", "automated", "waywhile", "minimizing", "the", "work", "required", "from", "the", "user", ".", "We", "will", "show", "that", "this", "framework", "creates", "distance", "functions", "which", "are", "significantly", "more", "effective", "than", "popularly", "used", "functions", "such", "as", "the", "Euclidean", "metric", "."], "doc_bio_tags": ["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", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["distance functions"], "abstractive_keyphrases": ["user interaction"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "720941", "document": ["Why", "collective", "inference", "improves", "relational", "classification", "Procedures", "for", "collective", "inference", "make", "simultaneous", "statistical", "judgments", "about", "the", "same", "variables", "for", "a", "set", "of", "related", "data", "instances", ".", "For", "example", ",", "collective", "inference", "could", "be", "used", "to", "simultaneously", "classify", "a", "set", "of", "hyperlinked", "documents", "or", "infer", "the", "legitimacy", "of", "a", "set", "of", "related", "financial", "transactions", ".", "Several", "recent", "studies", "indicate", "that", "collective", "inference", "can", "significantly", "reduce", "classification", "error", "when", "compared", "with", "traditional", "inference", "techniques", ".", "We", "investigate", "the", "underlying", "mechanisms", "for", "this", "error", "reduction", "by", "reviewing", "past", "work", "on", "collective", "inference", "and", "characterizing", "different", "types", "of", "statistical", "models", "used", "for", "making", "inference", "in", "relational", "data", ".", "We", "show", "important", "differences", "among", "these", "models", ",", "and", "we", "characterize", "the", "necessary", "and", "sufficient", "conditions", "for", "reduced", "classification", "error", "based", "on", "experiments", "with", "real", "and", "simulated", "data", "."], "doc_bio_tags": ["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", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "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"], "extractive_keyphrases": ["collective inference", "models"], "abstractive_keyphrases": ["learning", "probabilistic relational models", "relational learning"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "464109", "document": ["Alpha", "seeding", "for", "support", "vector", "machines"], "doc_bio_tags": ["O", "O", "O", "B", "I", "I"], "extractive_keyphrases": ["support vector machines"], "abstractive_keyphrases": ["classification", "implementation", "training speed-ups"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "10925003", "document": ["Large", "human", "communication", "networks", ":", "patterns", "and", "a", "utility-driven", "generator", "Given", "a", "real", ",", "and", "weighted", "person-to-person", "network", "which", "changes", "over", "time", ",", "what", "can", "we", "say", "about", "the", "cliques", "that", "it", "contains", "?", "Do", "the", "incidents", "of", "communication", ",", "or", "weights", "on", "the", "edges", "of", "a", "clique", "follow", "any", "pattern", "?", "Real", ",", "and", "in-person", "social", "networks", "have", "many", "more", "triangles", "than", "chance", "would", "dictate", ".", "As", "it", "turns", "out", ",", "there", "are", "many", "more", "cliques", "than", "one", "would", "expect", ",", "in", "surprising", "patterns", ".", "In", "this", "paper", ",", "we", "study", "massive", "real-world", "social", "networks", "formed", "by", "direct", "contacts", "among", "people", "through", "various", "personal", "communication", "services", ",", "such", "as", "Phone-Call", ",", "SMS", ",", "IM", "etc.", ".", "The", "contributions", "are", "the", "following", ":", "(", "a", ")", "we", "discover", "surprising", "patterns", "with", "the", "cliques", ",", "(", "b", ")", "we", "report", "power-laws", "of", "the", "weights", "on", "the", "edges", "of", "cliques", ",", "(", "c", ")", "our", "real", "networks", "follow", "these", "patterns", "such", "that", "we", "can", "trust", "them", "to", "spot", "outliers", "and", "finally", ",", "(", "d", ")", "we", "propose", "the", "first", "utility-driven", "graph", "generator", "for", "weighted", "time-evolving", "networks", ",", "which", "match", "the", "observed", "patterns", ".", "Our", "study", "focused", "on", "three", "large", "datasets", ",", "each", "of", "which", "is", "a", "different", "type", "of", "communication", "service", ",", "with", "over", "one", "million", "records", ",", "and", "spans", "several", "months", "of", "activity", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "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", "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"], "extractive_keyphrases": ["cliques", "social networks"], "abstractive_keyphrases": ["graph generators"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "1865038", "document": ["The", "IOC", "algorithm", ":", "efficient", "many-class", "non-parametric", "classification", "for", "high-dimensional", "data", "This", "paper", "is", "about", "a", "variant", "of", "k", "nearest", "neighbor", "classification", "on", "large", "many-class", "high", "dimensional", "datasets", ".", "K", "nearest", "neighbor", "remains", "a", "popular", "classification", "technique", ",", "especially", "in", "areas", "such", "as", "computer", "vision", ",", "drug", "activity", "prediction", "and", "astrophysics", ".", "Furthermore", ",", "many", "more", "modern", "classifiers", ",", "such", "as", "kernel-based", "Bayes", "classifiers", "or", "the", "prediction", "phase", "of", "SVMs", ",", "require", "computational", "regimes", "similar", "to", "k-NN", ".", "We", "believe", "that", "tractable", "k-NN", "algorithms", "therefore", "continue", "to", "be", "important", ".", "This", "paper", "relies", "on", "the", "insight", "that", "even", "with", "many", "classes", ",", "the", "task", "of", "finding", "the", "majority", "class", "among", "the", "k", "nearest", "neighbors", "of", "a", "query", "need", "not", "require", "us", "to", "explicitly", "find", "those", "k", "nearest", "neighbors", ".", "This", "insight", "was", "previously", "used", "in", "(", "Liu", "et", "al.", ",", "2003", ")", "in", "two", "algorithms", "called", "KNS2", "and", "KNS3", "which", "dealt", "with", "fast", "classification", "in", "the", "case", "of", "two", "classes", ".", "In", "this", "paper", "we", "show", "how", "a", "different", "approach", ",", "IOC", "(", "standing", "for", "the", "International", "Olympic", "Committee", ")", "can", "apply", "to", "the", "case", "of", "n", "classes", "where", "n", ")", "2", ".", "IOC", "assumes", "a", "slightly", "different", "processing", "of", "the", "datapoints", "in", "the", "neighborhood", "of", "the", "query", ".", "This", "allows", "it", "to", "search", "a", "set", "of", "metric", "trees", ",", "one", "for", "each", "class", ".", "During", "the", "searches", "it", "is", "possible", "to", "quickly", "prune", "away", "classes", "that", "can", "not", "possibly", "be", "the", "majority", ".", "We", "give", "experimental", "results", "on", "datasets", "of", "up", "to", "5.8", "x", "105", "records", "and", "1.5", "x", "103", "attributes", ",", "frequently", "showing", "an", "order", "of", "magnitude", "acceleration", "compared", "with", "each", "of", "(", "i", ")", "conventional", "linear", "scan", ",", "(", "ii", ")", "a", "well-known", "independent", "SR-tree", "implementation", "of", "conventional", "k-NN", "and", "(", "iii", ")", "a", "highly", "optimized", "conventional", "k-NN", "metric", "tree", "search", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "I", "B", "O", "O", "O", "O", "O", "O", "O", "B", "I", "I", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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", "B", "I", "O", "O"], "extractive_keyphrases": ["classification", "k nearest neighbor", "metric tree"], "abstractive_keyphrases": ["high dimension", "learning"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "4454482", "document": ["Statistical", "entity-topic", "models", "The", "primary", "purpose", "of", "news", "articles", "is", "to", "convey", "information", "about", "who", ",", "what", ",", "when", "and", "where", ".", "But", "learning", "and", "summarizing", "these", "relationships", "for", "collections", "of", "thousands", "to", "millions", "of", "articles", "is", "difficult", ".", "While", "statistical", "topic", "models", "have", "been", "highly", "successful", "at", "topically", "summarizing", "huge", "collections", "of", "text", "documents", ",", "they", "do", "not", "explicitly", "address", "the", "textual", "interactions", "between", "who\\/where", ",", "i.e.", "named", "entities", "(", "persons", ",", "organizations", ",", "locations", ")", "and", "what", ",", "i.e.", "the", "topics", ".", "We", "present", "new", "graphical", "models", "that", "directly", "learn", "the", "relationship", "between", "topics", "discussed", "in", "news", "articles", "and", "entities", "mentioned", "in", "each", "article", ".", "We", "show", "how", "these", "entity-topic", "models", ",", "through", "a", "better", "understanding", "of", "the", "entity-topic", "relationships", ",", "are", "better", "at", "making", "predictions", "about", "entities", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": [], "abstractive_keyphrases": ["entity recognition", "miscellaneous", "probabilistic algorithms", "text modeling", "topic modeling"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "9633586", "document": ["Primal", "sparse", "Max-margin", "Markov", "networks", "Max-margin", "Markov", "networks", "(", "M3N", ")", "have", "shown", "great", "promise", "in", "structured", "prediction", "and", "relational", "learning", ".", "Due", "to", "the", "KKT", "conditions", ",", "the", "M3N", "enjoys", "dual", "sparsity", ".", "However", ",", "the", "existing", "M3N", "formulation", "does", "not", "enjoy", "primal", "sparsity", ",", "which", "is", "a", "desirable", "property", "for", "selecting", "significant", "features", "and", "reducing", "the", "risk", "of", "over-fitting", ".", "In", "this", "paper", ",", "we", "present", "an", "l1-norm", "regularized", "max-margin", "Markov", "network", "(", "l1-M3N", ")", ",", "which", "enjoys", "dual", "and", "primal", "sparsity", "simultaneously", ".", "To", "learn", "an", "l1-M3N", ",", "we", "present", "three", "methods", "including", "projected", "sub-gradient", ",", "cutting-plane", ",", "and", "a", "novel", "EM-style", "algorithm", ",", "which", "is", "based", "on", "an", "equivalence", "between", "l1-M3N", "and", "an", "adaptive", "M3N", ".", "We", "perform", "extensive", "empirical", "studies", "on", "both", "synthetic", "and", "real", "data", "sets", ".", "Our", "experimental", "results", "show", "that", ":", "(", "1", ")", "l1-M3N", "can", "effectively", "select", "significant", "features", ";", "(", "2", ")", "l1-M3N", "can", "perform", "as", "well", "as", "the", "pseudo-primal", "sparse", "Laplace", "M3N", "in", "prediction", "accuracy", ",", "while", "consistently", "outperforms", "other", "competing", "methods", "that", "enjoy", "either", "primal", "or", "dual", "sparsity", ";", "and", "(", "3", ")", "the", "EM-algorithm", "is", "more", "robust", "than", "the", "other", "two", "in", "pre-diction", "accuracy", "and", "time", "efficiency", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "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", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["dual sparsity", "primal sparsity"], "abstractive_keyphrases": ["l_1-norm max-margin markov networks"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "13908084", "document": ["Mining", "and", "summarizing", "customer", "reviews", "Merchants", "selling", "products", "on", "the", "Web", "often", "ask", "their", "customers", "to", "review", "the", "products", "that", "they", "have", "purchased", "and", "the", "associated", "services", ".", "As", "e-commerce", "is", "becoming", "more", "and", "more", "popular", ",", "the", "number", "of", "customer", "reviews", "that", "a", "product", "receives", "grows", "rapidly", ".", "For", "a", "popular", "product", ",", "the", "number", "of", "reviews", "can", "be", "in", "hundreds", "or", "even", "thousands", ".", "This", "makes", "it", "difficult", "for", "a", "potential", "customer", "to", "read", "them", "to", "make", "an", "informed", "decision", "on", "whether", "to", "purchase", "the", "product", ".", "It", "also", "makes", "it", "difficult", "for", "the", "manufacturer", "of", "the", "product", "to", "keep", "track", "and", "to", "manage", "customer", "opinions", ".", "For", "the", "manufacturer", ",", "there", "are", "additional", "difficulties", "because", "many", "merchant", "sites", "may", "sell", "the", "same", "product", "and", "the", "manufacturer", "normally", "produces", "many", "kinds", "of", "products", ".", "In", "this", "research", ",", "we", "aim", "to", "mine", "and", "to", "summarize", "all", "the", "customer", "reviews", "of", "a", "product", ".", "This", "summarization", "task", "is", "different", "from", "traditional", "text", "summarization", "because", "we", "only", "mine", "the", "features", "of", "the", "product", "on", "which", "the", "customers", "have", "expressed", "their", "opinions", "and", "whether", "the", "opinions", "are", "positive", "or", "negative", ".", "We", "do", "not", "summarize", "the", "reviews", "by", "selecting", "a", "subset", "or", "rewrite", "some", "of", "the", "original", "sentences", "from", "the", "reviews", "to", "capture", "the", "main", "points", "as", "in", "the", "classic", "text", "summarization", ".", "Our", "task", "is", "performed", "in", "three", "steps", ":", "(", "1", ")", "mining", "product", "features", "that", "have", "been", "commented", "on", "by", "customers", ";", "(", "2", ")", "identifying", "opinion", "sentences", "in", "each", "review", "and", "deciding", "whether", "each", "opinion", "sentence", "is", "positive", "or", "negative", ";", "(", "3", ")", "summarizing", "the", "results", ".", "This", "paper", "proposes", "several", "novel", "techniques", "to", "perform", "these", "tasks", ".", "Our", "experimental", "results", "using", "reviews", "of", "a", "number", "of", "products", "sold", "online", "demonstrate", "the", "effectiveness", "of", "the", "techniques", "."], "doc_bio_tags": ["O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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", "B", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["reviews", "summarization"], "abstractive_keyphrases": ["sentiment classification", "text mining"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "3626889", "document": ["A", "Bayesian", "network", "framework", "for", "reject", "inference", "Most", "learning", "methods", "assume", "that", "the", "training", "set", "is", "drawn", "randomly", "from", "the", "population", "to", "which", "the", "learned", "model", "is", "to", "be", "applied", ".", "However", "in", "many", "applications", "this", "assumption", "is", "invalid", ".", "For", "example", ",", "lending", "institutions", "create", "models", "of", "who", "is", "likely", "to", "repay", "a", "loan", "from", "training", "sets", "consisting", "of", "people", "in", "their", "records", "to", "whom", "loans", "were", "given", "in", "the", "past", ";", "however", ",", "the", "institution", "approved", "loan", "applications", "previously", "based", "on", "who", "was", "thought", "unlikely", "to", "default", ".", "Learning", "from", "only", "approved", "loans", "yields", "an", "incorrect", "model", "because", "the", "training", "set", "is", "a", "biased", "sample", "of", "the", "general", "population", "of", "applicants", ".", "The", "issue", "of", "including", "rejected", "samples", "in", "the", "learning", "process", ",", "or", "alternatively", "using", "rejected", "samples", "to", "adjust", "a", "model", "learned", "from", "accepted", "samples", "only", ",", "is", "called", "reject", "inference", ".", "The", "main", "contribution", "of", "this", "paper", "is", "a", "systematic", "analysis", "of", "different", "cases", "that", "arise", "in", "reject", "inference", ",", "with", "explanations", "of", "which", "cases", "arise", "in", "various", "real-world", "situations", ".", "We", "use", "Bayesian", "networks", "to", "formalize", "each", "case", "as", "a", "set", "of", "conditional", "independence", "relationships", "and", "identify", "eight", "cases", ",", "including", "the", "familiar", "missing", "completely", "at", "random", "(", "MCAR", ")", ",", "missing", "at", "random", "(", "MAR", ")", ",", "and", "missing", "not", "at", "random", "(", "MNAR", ")", "cases", ".", "For", "each", "case", "we", "present", "an", "overview", "of", "available", "learning", "algorithms", ".", "These", "algorithms", "have", "been", "published", "in", "separate", "fields", "of", "research", ",", "including", "epidemiology", ",", "econometrics", ",", "clinical", "trial", "evaluation", ",", "sociology", ",", "and", "credit", "scoring", ";", "our", "second", "major", "contribution", "is", "to", "describe", "these", "algorithms", "in", "a", "common", "framework", "."], "doc_bio_tags": ["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", "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", "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"], "extractive_keyphrases": ["bayesian networks", "reject inference"], "abstractive_keyphrases": ["expectation-maximization", "heckman estimator", "propensity scores", "sample selection bias"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "4602979", "document": ["Finding", "partial", "orders", "from", "unordered", "0-1", "data", "In", "applications", "such", "as", "paleontology", "and", "medical", "genetics", "the", "0-1", "data", "has", "an", "underlying", "unknown", "order", "(", "the", "ages", "of", "the", "fossil", "sites", ",", "the", "locations", "of", "markers", "in", "the", "genome", ")", ".", "The", "order", "might", "be", "total", "or", "partial", ":", "for", "example", ",", "two", "sites", "in", "different", "parts", "of", "the", "globe", "might", "be", "ecologically", "incomparable", ",", "or", "the", "ordering", "of", "certain", "markers", "might", "be", "different", "in", "different", "subgroups", "of", "the", "data", ".", "We", "consider", "the", "following", "problem", ".", "Given", "a", "table", "over", "a", "set", "of", "0-1", "variables", ",", "find", "a", "partial", "order", "for", "the", "rows", "minimizing", "a", "score", "function", "and", "being", "as", "specific", "as", "possible", ".", "The", "score", "function", "can", "be", ",", "e.g.", ",", "the", "number", "of", "changes", "from", "1", "to", "0", "in", "a", "column", "(", "for", "paleontology", ")", "or", "the", "likelihood", "of", "the", "marker", "sequence", "(", "for", "genomic", "data", ")", ".", "Our", "solution", "for", "this", "task", "first", "constructs", "small", "totally", "ordered", "fragments", "of", "the", "partial", "order", ",", "then", "finds", "good", "orientations", "for", "the", "fragments", ",", "and", "finally", "uses", "a", "simple", "and", "efficient", "heuristic", "method", "for", "finding", "a", "partial", "order", "that", "corresponds", "well", "with", "the", "collection", "of", "fragments", ".", "We", "describe", "the", "method", ",", "discuss", "its", "properties", ",", "and", "give", "empirical", "results", "on", "paleontological", "data", "demonstrating", "the", "usefulness", "of", "the", "method", ".", "In", "the", "application", "the", "use", "of", "the", "method", "highlighted", "some", "previously", "unknown", "properties", "of", "the", "data", "and", "pointed", "out", "probable", "errors", "in", "the", "data", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "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"], "extractive_keyphrases": ["partial order"], "abstractive_keyphrases": ["consecutive ones property", "hidden ordering"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "11504561", "document": ["Parallel", "computation", "of", "high", "dimensional", "robust", "correlation", "and", "covariance", "matrices", "The", "computation", "of", "covariance", "and", "correlation", "matrices", "are", "critical", "to", "many", "data", "mining", "applications", "and", "processes", ".", "Unfortunately", "the", "classical", "covariance", "and", "correlation", "matrices", "are", "very", "sensitive", "to", "outliers", ".", "Robust", "methods", ",", "such", "as", "QC", "and", "the", "Maronna", "method", ",", "have", "been", "proposed", ".", "However", ",", "existing", "algorithms", "for", "QC", "only", "give", "acceptable", "performance", "when", "the", "dimensionality", "of", "the", "matrix", "is", "in", "the", "hundreds", ";", "and", "the", "Maronna", "method", "is", "rarely", "used", "in", "practice", "because", "of", "its", "high", "computational", "cost", ".", "In", "this", "paper", ",", "we", "develop", "parallel", "algorithms", "for", "both", "QC", "and", "the", "Maronna", "method", ".", "We", "evaluate", "these", "parallel", "algorithms", "using", "a", "real", "data", "set", "of", "the", "gene", "expression", "of", "over", "6,000", "genes", ",", "giving", "rise", "to", "a", "matrix", "of", "over", "18", "million", "entries", ".", "In", "our", "experimental", "evaluation", ",", "we", "explore", "scalability", "in", "dimensionality", "and", "in", "the", "number", "of", "processors", ".", "We", "also", "compare", "the", "parallel", "behaviors", "of", "the", "two", "methods", ".", "After", "thorough", "experimentation", ",", "we", "conclude", "that", "for", "many", "data", "mining", "applications", ",", "both", "QC", "and", "Maronna", "are", "viable", "options", ".", "Less", "robust", ",", "but", "faster", ",", "QC", "is", "the", "recommended", "choice", "for", "small", "parallel", "platforms", ".", "On", "the", "other", "hand", ",", "the", "Maronna", "method", "is", "the", "recommended", "choice", "when", "a", "high", "degree", "of", "robustness", "is", "required", ",", "or", "when", "the", "parallel", "platform", "features", "a", "high", "number", "of", "processors", "."], "doc_bio_tags": ["B", "O", "O", "O", "O", "B", "B", "O", "B", "O", "O", "O", "O", "B", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "B", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "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", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["correlation", "covariance", "maronna", "parallel", "robust"], "abstractive_keyphrases": [], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "13635985", "document": ["Clustering", "based", "large", "margin", "classification", ":", "a", "scalable", "approach", "using", "SOCP", "formulation", "This", "paper", "presents", "a", "novel", "Second", "Order", "Cone", "Programming", "(", "SOCP", ")", "formulation", "for", "large", "scale", "binary", "classification", "tasks", ".", "Assuming", "that", "the", "class", "conditional", "densities", "are", "mixture", "distributions", ",", "where", "each", "component", "of", "the", "mixture", "has", "a", "spherical", "covariance", ",", "the", "second", "order", "statistics", "of", "the", "components", "can", "be", "estimated", "efficiently", "using", "clustering", "algorithms", "like", "BIRCH", ".", "For", "each", "cluster", ",", "the", "second", "order", "moments", "are", "used", "to", "derive", "a", "second", "order", "cone", "constraint", "via", "a", "Chebyshev-Cantelli", "inequality", ".", "This", "constraint", "ensures", "that", "any", "data", "point", "in", "the", "cluster", "is", "classified", "correctly", "with", "a", "high", "probability", ".", "This", "leads", "to", "a", "large", "margin", "SOCP", "formulation", "whose", "size", "depends", "on", "the", "number", "of", "clusters", "rather", "than", "the", "number", "of", "training", "data", "points", ".", "Hence", ",", "the", "proposed", "formulation", "scales", "well", "for", "large", "datasets", "when", "compared", "to", "the", "state-of-the-art", "classifiers", ",", "Support", "Vector", "Machines", "(", "SVMs", ")", ".", "Experiments", "on", "real", "world", "and", "synthetic", "datasets", "show", "that", "the", "proposed", "algorithm", "outperforms", "SVM", "solvers", "in", "terms", "of", "training", "time", "and", "achieves", "similar", "accuracies", "."], "doc_bio_tags": ["O", "O", "B", "I", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["birch", "large margin classification"], "abstractive_keyphrases": ["gaussian mixture models", "scalability"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "208816", "document": ["Deformable", "Markov", "model", "templates", "for", "time-series", "pattern", "matching"], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "B", "I"], "extractive_keyphrases": ["pattern matching"], "abstractive_keyphrases": ["deformable templates", "hidden markov models", "segmental markov models", "time series"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "10550383", "document": ["Unifying", "dependent", "clustering", "and", "disparate", "clustering", "for", "non-homogeneous", "data", "Modern", "data", "mining", "settings", "involve", "a", "combination", "of", "attribute-valued", "descriptors", "over", "entities", "as", "well", "as", "specified", "relationships", "between", "these", "entities", ".", "We", "present", "an", "approach", "to", "cluster", "such", "non-homogeneous", "datasets", "by", "using", "the", "relationships", "to", "impose", "either", "dependent", "clustering", "or", "disparate", "clustering", "constraints", ".", "Unlike", "prior", "work", "that", "views", "constraints", "as", "boolean", "criteria", ",", "we", "present", "a", "formulation", "that", "allows", "constraints", "to", "be", "satisfied", "or", "violated", "in", "a", "smooth", "manner", ".", "This", "enables", "us", "to", "achieve", "dependent", "clustering", "and", "disparate", "clustering", "using", "the", "same", "optimization", "framework", "by", "merely", "maximizing", "versus", "minimizing", "the", "objective", "function", ".", "We", "present", "results", "on", "both", "synthetic", "data", "as", "well", "as", "several", "real-world", "datasets", "."], "doc_bio_tags": ["O", "O", "B", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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"], "extractive_keyphrases": ["clustering"], "abstractive_keyphrases": ["contingency tables", "learning", "multi-criteria optimization.", "relational clustering"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "5135148", "document": ["Web", "object", "indexing", "using", "domain", "knowledge", "A", "web", "object", "is", "defined", "to", "represent", "any", "meaningful", "object", "embedded", "in", "web", "pages", "(", "e.g.", "images", ",", "music", ")", "or", "pointed", "to", "by", "hyperlinks", "(", "e.g.", "downloadable", "files", ")", ".", "In", "many", "cases", ",", "users", "would", "like", "to", "search", "for", "information", "of", "a", "certain", "`", "object", "'", ",", "rather", "than", "a", "web", "page", "containing", "the", "query", "terms", ".", "To", "facilitate", "web", "object", "searching", "and", "organizing", ",", "in", "this", "paper", ",", "we", "propose", "a", "novel", "approach", "to", "web", "object", "indexing", ",", "by", "discovering", "its", "inherent", "structure", "information", "with", "existed", "domain", "knowledge", ".", "In", "our", "approach", ",", "first", ",", "Layered", "LSI", "spaces", "are", "built", "for", "a", "better", "representation", "of", "the", "hierarchically", "structured", "domain", "knowledge", ",", "in", "order", "to", "emphasize", "the", "specific", "semantics", "and", "term", "space", "in", "each", "layer", "of", "the", "domain", "knowledge", ".", "Meanwhile", ",", "the", "web", "object", "representation", "is", "constructed", "by", "hyperlink", "analysis", ",", "and", "further", "pruned", "to", "remove", "the", "noises", ".", "Then", "an", "optimal", "matching", "between", "the", "web", "object", "and", "the", "domain", "knowledge", "is", "performed", ",", "in", "order", "to", "pick", "out", "the", "structure", "attributes", "of", "the", "web", "object", "from", "the", "knowledge", ".", "Finally", ",", "the", "obtained", "structure", "attributes", "are", "used", "to", "re-organize", "and", "index", "the", "web", "objects", ".", "Our", "approach", "also", "indicates", "a", "new", "promising", "way", "to", "use", "trust-worthy", "Deep", "Web", "knowledge", "to", "help", "organize", "dispersive", "information", "of", "Surface", "Web", "."], "doc_bio_tags": ["B", "I", "B", "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", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "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", "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", "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", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["domain knowledge", "indexing", "web object"], "abstractive_keyphrases": ["confidence propagation", "information retrieval", "latent semantic indexing", "link analysis", "music indexing"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "2073594", "document": ["TreeDT", ":", "gene", "mapping", "by", "tree", "disequilibrium", "test", "We", "introduce", "and", "evaluate", "TreeDT", ",", "a", "novel", "gene", "mapping", "method", "which", "is", "based", "on", "discovering", "and", "assessing", "tree-like", "patterns", "in", "genetic", "marker", "data", ".", "Gene", "mapping", "aims", "at", "discovering", "a", "statistical", "connection", "from", "a", "particular", "disease", "or", "trait", "to", "a", "narrow", "region", "in", "the", "genome", ".", "In", "a", "typical", "case-control", "setting", ",", "data", "consists", "of", "genetic", "markers", "typed", "for", "a", "set", "of", "disease-associated", "chromosomes", "and", "a", "set", "of", "control", "chromosomes", ".", "A", "computer", "scientist", "would", "view", "this", "data", "as", "a", "set", "of", "strings", ".", "TreeDT", "extracts", ",", "essentially", "in", "the", "form", "of", "substrings", "and", "prefix", "trees", ",", "information", "about", "the", "historical", "recombinations", "in", "the", "population", ".", "This", "information", "is", "used", "to", "locate", "fragments", "potentially", "inherited", "from", "a", "common", "diseased", "founder", ",", "and", "to", "map", "the", "disease", "gene", "into", "the", "most", "likely", "such", "fragment", ".", "The", "method", "measures", "for", "each", "chromosomal", "location", "the", "disequilibrium", "of", "the", "prefix", "tree", "of", "marker", "strings", "starting", "from", "the", "location", ",", "to", "assess", "the", "distribution", "of", "disease-associated", "chromosomes", ".", "We", "evaluate", "experimentally", "the", "performance", "of", "TreeDT", "on", "realistic", ",", "simulated", "data", "sets", ",", "and", "comparisons", "to", "state", "of", "the", "art", "methods", "(", "TDT", ",", "HPM", ")", "show", "that", "TreeDT", "is", "very", "competitive", "."], "doc_bio_tags": ["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", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["gene mapping", "prefix trees"], "abstractive_keyphrases": ["permutation tests"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "802275", "document": ["Discovering", "similar", "patterns", "in", "time", "series"], "doc_bio_tags": ["O", "O", "O", "O", "B", "I"], "extractive_keyphrases": ["time series"], "abstractive_keyphrases": ["knowledge discovery"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "959718", "document": ["Collaborative", "crawling", ":", "mining", "user", "experiences", "for", "topical", "resource", "discovery", "The", "rapid", "growth", "of", "the", "world", "wide", "web", "had", "made", "the", "problem", "of", "topic", "specific", "resource", "discovery", "an", "important", "one", "in", "recent", "years", ".", "In", "this", "problem", ",", "it", "is", "desired", "to", "find", "web", "pages", "which", "satisfy", "a", "predicate", "specified", "by", "the", "user", ".", "Such", "a", "predicate", "could", "be", "a", "keyword", "query", ",", "a", "topical", "query", ",", "or", "some", "arbitrary", "contraint", ".", "Several", "techniques", "such", "as", "focussed", "crawling", "and", "intelligent", "crawling", "have", "recently", "been", "proposed", "for", "topic", "specific", "resource", "discovery", ".", "All", "these", "crawlers", "are", "linkage", "based", ",", "since", "they", "use", "the", "hyperlink", "behavior", "in", "order", "to", "perform", "resource", "discovery", ".", "Recent", "studies", "have", "shown", "that", "the", "topical", "correlations", "in", "hyperlinks", "are", "quite", "noisy", "and", "may", "not", "always", "show", "the", "consistency", "necessary", "for", "a", "reliable", "resource", "discovery", "process", ".", "In", "this", "paper", ",", "we", "will", "approach", "the", "problem", "of", "resource", "discovery", "from", "an", "entirely", "different", "perspective", ";", "we", "will", "mine", "the", "significant", "browsing", "patterns", "of", "world", "wide", "web", "users", "in", "order", "to", "model", "the", "likelihood", "of", "web", "pages", "belonging", "to", "a", "specified", "predicate", ".", "This", "user", "behavior", "can", "be", "mined", "from", "the", "freely", "available", "traces", "of", "large", "public", "domain", "proxies", "on", "the", "world", "wide", "web", ".", "We", "refer", "to", "this", "technique", "as", "collaborative", "crawling", "because", "it", "mines", "the", "collective", "user", "experiences", "in", "order", "to", "find", "topical", "resources", ".", "Such", "a", "strategy", "is", "extremely", "effective", "because", "the", "topical", "consistency", "in", "world", "wide", "web", "browsing", "patterns", "turns", "out", "to", "very", "reliable", ".", "In", "addition", ",", "the", "user-centered", "crawling", "system", "can", "be", "combined", "with", "linkage", "based", "systems", "to", "create", "an", "overall", "system", "which", "works", "more", "effectively", "than", "a", "system", "based", "purely", "on", "either", "user", "behavior", "or", "hyperlinks", "."], "doc_bio_tags": ["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", "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", "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", "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"], "extractive_keyphrases": ["world wide web"], "abstractive_keyphrases": [], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "4329265", "document": ["Practical", "guide", "to", "controlled", "experiments", "on", "the", "web", ":", "listen", "to", "your", "customers", "not", "to", "the", "hippo", "The", "web", "provides", "an", "unprecedented", "opportunity", "to", "evaluate", "ideas", "quickly", "using", "controlled", "experiments", ",", "also", "called", "randomized", "experiments", "(", "single", "factor", "or", "factorial", "designs", ")", ",", "A\\/B", "tests", "(", "and", "their", "generalizations", ")", ",", "split", "tests", ",", "Control\\/Treatment", "tests", ",", "and", "parallel", "flights", ".", "Controlled", "experiments", "embody", "the", "best", "scientific", "design", "for", "establishing", "a", "causal", "relationship", "between", "changes", "and", "their", "influence", "on", "user-observable", "behavior", ".", "We", "provide", "a", "practical", "guide", "to", "conducting", "online", "experiments", ",", "where", "end-users", "can", "help", "guide", "the", "development", "of", "features", ".", "Our", "experience", "indicates", "that", "significant", "learning", "and", "return-on-investment", "(", "ROI", ")", "are", "seen", "when", "development", "teams", "listen", "to", "their", "customers", ",", "not", "to", "the", "Highest", "Paid", "Person", "'s", "Opinion", "(", "HiPPO", ")", ".", "We", "provide", "several", "examples", "of", "controlled", "experiments", "with", "surprising", "results", ".", "We", "review", "the", "important", "ingredients", "of", "running", "controlled", "experiments", ",", "and", "discuss", "their", "limitations", "(", "both", "technical", "and", "organizational", ")", ".", "We", "focus", "on", "several", "areas", "that", "are", "critical", "to", "experimentation", ",", "including", "statistical", "power", ",", "sample", "size", ",", "and", "techniques", "for", "variance", "reduction", ".", "We", "describe", "common", "architectures", "for", "experimentation", "systems", "and", "analyze", "their", "advantages", "and", "disadvantages", ".", "We", "evaluate", "randomization", "and", "hashing", "techniques", ",", "which", "we", "show", "are", "not", "as", "simple", "in", "practice", "as", "is", "often", "assumed", ".", "Controlled", "experiments", "typically", "generate", "large", "amounts", "of", "data", ",", "which", "can", "be", "analyzed", "using", "data", "mining", "techniques", "to", "gain", "deeper", "understanding", "of", "the", "factors", "influencing", "the", "outcome", "of", "interest", ",", "leading", "to", "new", "hypotheses", "and", "creating", "a", "virtuous", "cycle", "of", "improvements", ".", "Organizations", "that", "embrace", "controlled", "experiments", "with", "clear", "evaluation", "criteria", "can", "evolve", "their", "systems", "with", "automated", "optimizations", "and", "real-time", "analyses", ".", "Based", "on", "our", "extensive", "practical", "experience", "with", "multiple", "systems", "and", "organizations", ",", "we", "share", "key", "lessons", "that", "will", "help", "practitioners", "in", "running", "trustworthy", "controlled", "experiments", "."], "doc_bio_tags": ["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", "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", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "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", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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"], "extractive_keyphrases": ["controlled experiments", "learning"], "abstractive_keyphrases": ["a/b testing", "e-commerce"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "1746450", "document": ["Robust", "space", "transformations", "for", "distance-based", "operations", "For", "many", "KDD", "operations", ",", "such", "as", "nearest", "neighbor", "search", ",", "distance-based", "clustering", ",", "and", "outlier", "detection", ",", "there", "is", "an", "underlying", "&", "kgr", ";-D", "data", "space", "in", "which", "each", "tuple\\/object", "is", "represented", "as", "a", "point", "in", "the", "space", ".", "In", "the", "presence", "of", "differing", "scales", ",", "variability", ",", "correlation", ",", "and\\/or", "outliers", ",", "we", "may", "get", "unintuitive", "results", "if", "an", "inappropriate", "space", "is", "used", ".", "The", "fundamental", "question", "that", "this", "paper", "addresses", "is", ":", "``", "What", "then", "is", "an", "appropriate", "space", "?", "''", "We", "propose", "using", "a", "robust", "space", "transformation", "called", "the", "Donoho-Stahel", "estimator", ".", "In", "the", "first", "half", "of", "the", "paper", ",", "we", "show", "the", "key", "properties", "of", "the", "estimator", ".", "Of", "particular", "importance", "to", "KDD", "applications", "involving", "databases", "is", "the", "stability", "property", ",", "which", "says", "that", "in", "spite", "of", "frequent", "updates", ",", "the", "estimator", "does", "not", ":", "(", "a", ")", "change", "much", ",", "(", "b", ")", "lose", "its", "usefulness", ",", "or", "(", "c", ")", "require", "re-computation", ".", "In", "the", "second", "half", ",", "we", "focus", "on", "the", "computation", "of", "the", "estimator", "for", "high-dimensional", "databases", ".", "We", "develop", "randomized", "algorithms", "and", "evaluate", "how", "well", "they", "perform", "empirically", ".", "The", "novel", "algorithm", "we", "develop", "called", "the", "Hybrid-random", "algorithm", "is", ",", "in", "most", "cases", ",", "at", "least", "an", "order", "of", "magnitude", "faster", "than", "the", "Fixed-angle", "and", "Subsampling", "algorithms", "."], "doc_bio_tags": ["O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["outliers", "space transformations"], "abstractive_keyphrases": ["computation of transforms", "data mining", "distance-based operations", "robust estimators", "robust statistics"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "3627582", "document": ["A", "rank", "sum", "test", "method", "for", "informative", "gene", "discovery", "Finding", "informative", "genes", "from", "microarray", "data", "is", "an", "important", "research", "problem", "in", "bioinformatics", "research", "and", "applications", ".", "Most", "of", "the", "existing", "methods", "rank", "features", "according", "to", "their", "discriminative", "capability", "and", "then", "find", "a", "subset", "of", "discriminative", "genes", "(", "usually", "top", "k", "genes", ")", ".", "In", "particular", ",", "t-statistic", "criterion", "and", "its", "variants", "have", "been", "adopted", "extensively", ".", "This", "kind", "of", "methods", "rely", "on", "the", "statistics", "principle", "of", "t-test", ",", "which", "requires", "that", "the", "data", "follows", "a", "normal", "distribution", ".", "However", ",", "according", "to", "our", "investigation", ",", "the", "normality", "condition", "often", "can", "not", "be", "met", "in", "real", "data", "sets", ".", "To", "avoid", "the", "assumption", "of", "the", "normality", "condition", ",", "in", "this", "paper", ",", "we", "propose", "a", "rank", "sum", "test", "method", "for", "informative", "gene", "discovery", ".", "The", "method", "uses", "a", "rank-sum", "statistic", "as", "the", "ranking", "criterion", ".", "Moreover", ",", "we", "propose", "using", "the", "significance", "level", "threshold", ",", "instead", "of", "the", "number", "of", "informative", "genes", ",", "as", "the", "parameter", ".", "The", "significance", "level", "threshold", "as", "a", "parameter", "carries", "the", "quality", "specification", "in", "statistics", ".", "We", "follow", "the", "Pitman", "efficiency", "theory", "to", "show", "that", "the", "rank", "sum", "method", "is", "more", "accurate", "and", "more", "robust", "than", "the", "t-statistic", "method", "in", "theory", ".", "To", "verify", "the", "effectiveness", "of", "the", "rank", "sum", "method", ",", "we", "use", "support", "vector", "machine", "(", "SVM", ")", "to", "construct", "classifiers", "based", "on", "the", "identified", "informative", "genes", "on", "two", "well", "known", "data", "sets", ",", "namely", "colon", "data", "and", "leukemia", "data", ".", "The", "prediction", "accuracy", "reaches", "96.2", "%", "on", "the", "colon", "data", "and", "100", "%", "on", "the", "leukemia", "data", ".", "The", "results", "are", "clearly", "better", "than", "those", "from", "the", "previous", "feature", "ranking", "methods", ".", "By", "experiments", ",", "we", "also", "verify", "that", "using", "significance", "level", "threshold", "is", "more", "effective", "than", "directly", "specifying", "an", "arbitrary", "k."], "doc_bio_tags": ["O", "B", "I", "I", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "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"], "extractive_keyphrases": ["informative genes", "rank sum test", "ranking criterion", "support vector machine"], "abstractive_keyphrases": ["classification"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "10061437", "document": ["Bypass", "rates", ":", "reducing", "query", "abandonment", "using", "negative", "inferences", "We", "introduce", "a", "new", "approach", "to", "analyzing", "click", "logs", "by", "examining", "both", "the", "documents", "that", "are", "clicked", "and", "those", "that", "are", "bypassed-documents", "returned", "higher", "in", "the", "ordering", "of", "the", "search", "results", "but", "skipped", "by", "the", "user", ".", "This", "approach", "complements", "the", "popular", "click-through", "rate", "analysis", ",", "and", "helps", "to", "draw", "negative", "inferences", "in", "the", "click", "logs", ".", "We", "formulate", "a", "natural", "objective", "that", "finds", "sets", "of", "results", "that", "are", "unlikely", "to", "be", "collectively", "bypassed", "by", "a", "typical", "user", ".", "This", "is", "closely", "related", "to", "the", "problem", "of", "reducing", "query", "abandonment", ".", "We", "analyze", "a", "greedy", "approach", "to", "optimizing", "this", "objective", ",", "and", "establish", "theoretical", "guarantees", "of", "its", "performance", ".", "We", "evaluate", "our", "approach", "on", "a", "large", "set", "of", "queries", ",", "and", "demonstrate", "that", "it", "compares", "favorably", "to", "the", "maximal", "marginal", "relevance", "approach", "on", "a", "number", "of", "metrics", "including", "mean", "average", "precision", "and", "mean", "reciprocal", "rank", "."], "doc_bio_tags": ["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", "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", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["bypass rates", "query abandonment", "relevance"], "abstractive_keyphrases": ["random walk", "similarity search"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "8928116", "document": ["On", "interactive", "visualization", "of", "high-dimensional", "data", "using", "the", "hyperbolic", "plane", "We", "propose", "a", "novel", "projection", "based", "visualization", "method", "for", "high-dimensional", "datasets", "by", "combining", "concepts", "from", "MDS", "and", "the", "geometry", "of", "the", "hyperbolic", "spaces", ".", "Our", "approach", "Hyperbolic", "Multi-Dimensional", "Scaling", "(", "H-MDS", ")", "extends", "earlier", "work", "(", "7", ")", "using", "hyperbolic", "spaces", "for", "visualization", "of", "tree", "structures", "data", "(", "``", "hyperbolic", "tree", "browser", "''", ")", ".", "By", "borrowing", "concepts", "from", "multi-dimensional", "scaling", "we", "map", "proximity", "data", "directly", "into", "the", "2-dimensional", "hyperbolic", "space", "(", "H2", ")", ".", "This", "removes", "the", "restriction", "to", "``", "quasihierarchical", "''", ",", "graph-based", "data", "--", "limiting", "previous", "work", ".", "Since", "a", "suitable", "distance", "function", "can", "convert", "all", "kinds", "of", "data", "to", "proximity", "(", "or", "distance-based", ")", "data", "this", "type", "of", "data", "can", "be", "considered", "the", "most", "general", ".", "We", "used", "the", "circular", "Poincar\u00e9", "model", "of", "the", "H2", "which", "allows", "effective", "human-computer", "interaction", ":", "by", "moving", "the", "``", "focus", "''", "via", "mouse", "the", "user", "can", "navigate", "in", "the", "data", "without", "loosing", "the", "``", "context", "''", ".", "In", "H2", "the", "``", "fish-eye", "''", "behavior", "originates", "not", "simply", "by", "a", "non-linear", "view", "transformation", "but", "rather", "by", "extraordinary", ",", "non-Euclidean", "properties", "of", "the", "H2", ".", "Especially", ",", "the", "exponential", "growth", "of", "length", "and", "area", "of", "the", "underlying", "space", "makes", "the", "H2", "a", "prime", "target", "for", "mapping", "hierarchical", "and", "(", "now", "also", ")", "high-dimensional", "data", ".", "We", "present", "several", "high-dimensional", "mapping", "examples", "including", "synthetic", "and", "real", "world", "data", "and", "a", "successful", "application", "for", "unstructured", "text", ".", "By", "analyzing", "and", "integrating", "multiple", "film", "critiques", "from", "news", ":", "rec", ".", "art", ".", "movies", ".", "reviews", "and", "the", "internet", "movie", "database", ",", "each", "movie", "becomes", "placed", "within", "the", "H2", ".", "Here", "the", "idea", "is", ",", "that", "related", "films", "share", "more", "words", "in", "their", "reviews", "than", "unrelated", ".", "Their", "semantic", "proximity", "leads", "to", "a", "closer", "arrangement", ".", "The", "result", "is", "a", "kind", "of", "high-level", "content", "structured", "display", "allowing", "the", "user", "to", "explore", "the", "``", "space", "of", "movies", "''", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": [], "abstractive_keyphrases": ["focus+context", "h-mds", "hyperbolic multi-dimensional scaling", "infoviz", "interaction styles", "semantic browsing", "text mining", "visualizing high-dimensional data"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "103218", "document": ["Mining", "intrusion", "detection", "alarms", "for", "actionable", "knowledge", "In", "response", "to", "attacks", "against", "enterprise", "networks", ",", "administrators", "increasingly", "deploy", "intrusion", "detection", "systems", ".", "These", "systems", "monitor", "hosts", ",", "networks", ",", "and", "other", "resources", "for", "signs", "of", "security", "violations", ".", "The", "use", "of", "intrusion", "detection", "has", "given", "rise", "to", "another", "difficult", "problem", ",", "namely", "the", "handling", "of", "a", "generally", "large", "number", "of", "alarms", ".", "In", "this", "paper", ",", "we", "mine", "historical", "alarms", "to", "learn", "how", "future", "alarms", "can", "be", "handled", "more", "efficiently", ".", "First", ",", "we", "investigate", "episode", "rules", "with", "respect", "to", "their", "suitability", "in", "this", "approach", ".", "We", "report", "the", "difficulties", "encountered", "and", "the", "unexpected", "insights", "gained", ".", "In", "addition", ",", "we", "introduce", "a", "new", "conceptual", "clustering", "technique", ",", "and", "use", "it", "in", "extensive", "experiments", "with", "real-world", "data", "to", "show", "that", "intrusion", "detection", "alarms", "can", "be", "handled", "efficiently", "by", "using", "previously", "mined", "knowledge", "."], "doc_bio_tags": ["O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "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"], "extractive_keyphrases": ["conceptual clustering", "episode rules", "intrusion detection"], "abstractive_keyphrases": ["alarm investigation"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "6344644", "document": ["Classification", "features", "for", "attack", "detection", "in", "collaborative", "recommender", "systems", "Collaborative", "recommender", "systems", "are", "highly", "vulnerable", "to", "attack", ".", "Attackers", "can", "use", "automated", "means", "to", "inject", "a", "large", "number", "of", "biased", "profiles", "into", "such", "a", "system", ",", "resulting", "in", "recommendations", "that", "favor", "or", "disfavor", "given", "items", ".", "Since", "collaborative", "recommender", "systems", "must", "be", "open", "to", "user", "input", ",", "it", "is", "difficult", "to", "design", "a", "system", "that", "can", "not", "be", "so", "attacked", ".", "Researchers", "studying", "robust", "recommendation", "have", "therefore", "begun", "to", "identify", "types", "of", "attacks", "and", "study", "mechanisms", "for", "recognizing", "and", "defeating", "them", ".", "In", "this", "paper", ",", "we", "propose", "and", "study", "different", "attributes", "derived", "from", "user", "profiles", "for", "their", "utility", "in", "attack", "detection", ".", "We", "show", "that", "a", "machine", "learning", "classification", "approach", "that", "includes", "attributes", "derived", "from", "attack", "models", "is", "more", "successful", "than", "more", "generalized", "detection", "algorithms", "previously", "studied", "."], "doc_bio_tags": ["O", "O", "O", "B", "I", "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", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["attack detection", "learning", "recommender systems"], "abstractive_keyphrases": ["collaborative filtering", "information search and retrieval", "robustness", "systems and software"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "679710", "document": ["Cross-language", "information", "retrieval", "using", "PARAFAC2", "A", "standard", "approach", "to", "cross-language", "information", "retrieval", "(", "CLIR", ")", "uses", "Latent", "Semantic", "Analysis", "(", "LSA", ")", "in", "conjunction", "with", "a", "multilingual", "parallel", "aligned", "corpus", ".", "This", "approach", "has", "been", "shown", "to", "be", "successful", "in", "identifying", "similar", "documents", "across", "languages", "-", "or", "more", "precisely", ",", "retrieving", "the", "most", "similar", "document", "in", "one", "language", "to", "a", "query", "in", "another", "language", ".", "However", ",", "the", "approach", "has", "severe", "drawbacks", "when", "applied", "to", "a", "related", "task", ",", "that", "of", "clustering", "documents", "``", "language-independently", "''", ",", "so", "that", "documents", "about", "similar", "topics", "end", "up", "closest", "to", "one", "another", "in", "the", "semantic", "space", "regardless", "of", "their", "language", ".", "The", "problem", "is", "that", "documents", "are", "generally", "more", "similar", "to", "other", "documents", "in", "the", "same", "language", "than", "they", "are", "to", "documents", "in", "a", "different", "language", ",", "but", "on", "the", "same", "topic", ".", "As", "a", "result", ",", "when", "using", "multilingual", "LSA", ",", "documents", "will", "in", "practice", "cluster", "by", "language", ",", "not", "by", "topic", ".", "We", "propose", "a", "novel", "application", "of", "PARAFAC2", "(", "which", "is", "a", "variant", "of", "PARAFAC", ",", "a", "multi-way", "generalization", "of", "the", "singular", "value", "decomposition", "(", "SVD", ")", ")", "to", "overcome", "this", "problem", ".", "Instead", "of", "forming", "a", "single", "multilingual", "term-by-document", "matrix", "which", ",", "under", "LSA", ",", "is", "subjected", "to", "SVD", ",", "we", "form", "an", "irregular", "three-way", "array", ",", "each", "slice", "of", "which", "is", "a", "separate", "term-by-document", "matrix", "for", "a", "single", "language", "in", "the", "parallel", "corpus", ".", "The", "goal", "is", "to", "compute", "an", "SVD", "for", "each", "language", "such", "that", "V", "(", "the", "matrix", "of", "right", "singular", "vectors", ")", "is", "the", "same", "across", "all", "languages", ".", "Effectively", ",", "PARAFAC2", "imposes", "the", "constraint", ",", "not", "present", "in", "standard", "LSA", ",", "that", "the", "``", "concepts", "''", "in", "all", "documents", "in", "the", "parallel", "corpus", "are", "the", "same", "regardless", "of", "language", ".", "Intuitively", ",", "this", "constraint", "makes", "sense", ",", "since", "the", "whole", "purpose", "of", "using", "a", "parallel", "corpus", "is", "that", "exactly", "the", "same", "concepts", "are", "expressed", "in", "the", "translations", ".", "We", "tested", "this", "approach", "by", "comparing", "the", "performance", "of", "PARAFAC2", "with", "standard", "LSA", "in", "solving", "a", "particular", "CLIR", "problem", ".", "From", "our", "results", ",", "we", "conclude", "that", "PARAFAC2", "offers", "a", "very", "promising", "alternative", "to", "LSA", "not", "only", "for", "multilingual", "document", "clustering", ",", "but", "also", "for", "solving", "other", "problems", "in", "cross-language", "information", "retrieval", "."], "doc_bio_tags": ["O", "B", "I", "O", "B", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "B", "I", "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", "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", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O"], "extractive_keyphrases": ["information retrieval", "latent semantic analysis", "multilingual", "parafac2"], "abstractive_keyphrases": ["performance evaluation"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "488746", "document": ["A", "framework", "for", "simultaneous", "co-clustering", "and", "learning", "from", "complex", "data", "For", "difficult", "classification", "or", "regression", "problems", ",", "practitioners", "often", "segment", "the", "data", "into", "relatively", "homogenous", "groups", "and", "then", "build", "a", "model", "for", "each", "group", ".", "This", "two-step", "procedure", "usually", "results", "in", "simpler", ",", "more", "interpretable", "and", "actionable", "models", "without", "any", "lossin", "accuracy", ".", "We", "consider", "problems", "such", "as", "predicting", "customer", "behavior", "across", "products", ",", "where", "the", "independent", "variables", "can", "be", "naturally", "partitioned", "into", "two", "groups", ".", "A", "pivoting", "operation", "can", "now", "result", "in", "the", "dependent", "variable", "showing", "up", "as", "entries", "in", "a", "``", "customer", "by", "product", "''", "data", "matrix", ".", "We", "present", "a", "model-based", "co-clustering", "(", "meta", ")", "-", "algorithm", "that", "interleaves", "clustering", "and", "construction", "of", "prediction", "models", "to", "iteratively", "improve", "both", "cluster", "assignment", "and", "fit", "of", "the", "models", ".", "This", "algorithm", "provably", "converges", "to", "a", "local", "minimum", "of", "a", "suitable", "cost", "function", ".", "The", "framework", "not", "only", "generalizes", "co-clustering", "and", "collaborative", "filtering", "to", "model-basedco-clustering", ",", "but", "can", "also", "be", "viewed", "as", "simultaneous", "co-segmentation", "and", "classification", "or", "regression", ",", "which", "is", "better", "than", "independently", "clustering", "the", "data", "first", "and", "then", "building", "models", ".", "Moreover", ",", "it", "applies", "to", "a", "wide", "range", "of", "bi-modal", "or", "multimodal", "data", ",", "and", "can", "be", "easily", "specialized", "to", "address", "classification", "and", "regression", "problems", ".", "We", "demonstrate", "the", "effectiveness", "of", "our", "approach", "on", "both", "these", "problems", "through", "experimentation", "on", "real", "and", "synthetic", "data", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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", "B", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "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"], "extractive_keyphrases": ["classification", "multimodal data", "prediction models", "regression"], "abstractive_keyphrases": ["co-clustering"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "4727109", "document": ["Semi-supervised", "time", "series", "classification", "The", "problem", "of", "time", "series", "classification", "has", "attracted", "great", "interest", "in", "the", "last", "decade", ".", "However", "current", "research", "assumes", "the", "existence", "of", "large", "amounts", "of", "labeled", "training", "data", ".", "In", "reality", ",", "such", "data", "may", "be", "very", "difficult", "or", "expensive", "to", "obtain", ".", "For", "example", ",", "it", "may", "require", "the", "time", "and", "expertise", "of", "cardiologists", ",", "space", "launch", "technicians", ",", "or", "other", "domain", "specialists", ".", "As", "in", "many", "other", "domains", ",", "there", "are", "often", "copious", "amounts", "of", "unlabeled", "data", "available", ".", "For", "example", ",", "the", "PhysioBank", "archive", "contains", "gigabytes", "of", "ECG", "data", ".", "In", "this", "work", "we", "propose", "a", "semi-supervised", "technique", "for", "building", "time", "series", "classifiers", ".", "While", "such", "algorithms", "are", "well", "known", "in", "text", "domains", ",", "we", "will", "show", "that", "special", "considerations", "must", "be", "made", "to", "make", "them", "both", "efficient", "and", "effective", "for", "the", "time", "series", "domain", ".", "We", "evaluate", "our", "work", "with", "a", "comprehensive", "set", "of", "experiments", "on", "diverse", "data", "sources", "including", "electrocardiograms", ",", "handwritten", "documents", ",", "and", "video", "datasets", ".", "The", "experimental", "results", "demonstrate", "that", "our", "approach", "requires", "only", "a", "handful", "of", "labeled", "examples", "to", "construct", "accurate", "classifiers", "."], "doc_bio_tags": ["O", "B", "I", "B", "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", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["classification", "time series"], "abstractive_keyphrases": ["semi-supervised learning"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "89883", "document": ["CloseGraph", ":", "mining", "closed", "frequent", "graph", "patterns", "Recent", "research", "on", "pattern", "discovery", "has", "progressed", "form", "mining", "frequent", "itemsets", "and", "sequences", "to", "mining", "structured", "patterns", "including", "trees", ",", "lattices", ",", "and", "graphs", ".", "As", "a", "general", "data", "structure", ",", "graph", "can", "model", "complicated", "relations", "among", "data", "with", "wide", "applications", "in", "bioinformatics", ",", "Web", "exploration", ",", "and", "etc.", ".", "However", ",", "mining", "large", "graph", "patterns", "in", "challenging", "due", "to", "the", "presence", "of", "an", "exponential", "number", "of", "frequent", "subgraphs", ".", "Instead", "of", "mining", "all", "the", "subgraphs", ",", "we", "propose", "to", "mine", "closed", "frequent", "graph", "patterns", ".", "A", "graph", "g", "is", "closed", "in", "a", "database", "if", "there", "exists", "no", "proper", "supergraph", "of", "g", "that", "has", "the", "same", "support", "as", "g.", "A", "closed", "graph", "pattern", "mining", "algorithm", ",", "CloseGraph", ",", "is", "developed", "by", "exploring", "several", "interesting", "pruning", "methods", ".", "Our", "performance", "study", "shows", "that", "CloseGraph", "not", "only", "dramatically", "reduces", "unnecessary", "subgraphs", "to", "be", "generated", "but", "also", "substantially", "increases", "the", "efficiency", "of", "mining", ",", "especially", "in", "the", "presence", "of", "large", "graph", "patterns", "."], "doc_bio_tags": ["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", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["frequent graph"], "abstractive_keyphrases": ["canonical label", "closed pattern", "database applications", "graph representation"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "13782849", "document": ["k-NN", "as", "an", "implementation", "of", "situation", "testing", "for", "discrimination", "discovery", "and", "prevention", "With", "the", "support", "of", "the", "legally-grounded", "methodology", "of", "situation", "testing", ",", "we", "tackle", "the", "problems", "of", "discrimination", "discovery", "and", "prevention", "from", "a", "dataset", "of", "historical", "decisions", "by", "adopting", "a", "variant", "of", "k-NN", "classification", ".", "A", "tuple", "is", "labeled", "as", "discriminated", "if", "we", "can", "observe", "a", "significant", "difference", "of", "treatment", "among", "its", "neighbors", "belonging", "to", "a", "protected-by-law", "group", "and", "its", "neighbors", "not", "belonging", "to", "it", ".", "Discrimination", "discovery", "boils", "down", "to", "extracting", "a", "classification", "model", "from", "the", "labeled", "tuples", ".", "Discrimination", "prevention", "is", "tackled", "by", "changing", "the", "decision", "value", "for", "tuples", "labeled", "as", "discriminated", "before", "training", "a", "classifier", ".", "The", "approach", "of", "this", "paper", "overcomes", "legal", "weaknesses", "and", "technical", "limitations", "of", "existing", "proposals", "."], "doc_bio_tags": ["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", "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"], "extractive_keyphrases": ["discrimination discovery and prevention"], "abstractive_keyphrases": ["k-nn classification"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "9125701", "document": ["ArnetMiner", ":", "extraction", "and", "mining", "of", "academic", "social", "networks", "This", "paper", "addresses", "several", "key", "issues", "in", "the", "ArnetMiner", "system", ",", "which", "aims", "at", "extracting", "and", "mining", "academic", "social", "networks", ".", "Specifically", ",", "the", "system", "focuses", "on", ":", "1", ")", "Extracting", "researcher", "profiles", "automatically", "from", "the", "Web", ";", "2", ")", "Integrating", "the", "publication", "data", "into", "the", "network", "from", "existing", "digital", "libraries", ";", "3", ")", "Modeling", "the", "entire", "academic", "network", ";", "and", "4", ")", "Providing", "search", "services", "for", "the", "academic", "network", ".", "So", "far", ",", "448,470", "researcher", "profiles", "have", "been", "extracted", "using", "a", "unified", "tagging", "approach", ".", "We", "integrate", "publications", "from", "online", "Web", "databases", "and", "propose", "a", "probabilistic", "framework", "to", "deal", "with", "the", "name", "ambiguity", "problem", ".", "Furthermore", ",", "we", "propose", "a", "unified", "modeling", "approach", "to", "simultaneously", "model", "topical", "aspects", "of", "papers", ",", "authors", ",", "and", "publication", "venues", ".", "Search", "services", "such", "as", "expertise", "search", "and", "people", "association", "search", "have", "been", "provided", "based", "on", "the", "modeling", "results", ".", "In", "this", "paper", ",", "we", "describe", "the", "architecture", "and", "main", "features", "of", "the", "system", ".", "We", "also", "present", "the", "empirical", "evaluation", "of", "the", "proposed", "methods", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["association search", "expertise search"], "abstractive_keyphrases": ["information extraction", "information search and retrieval", "name disambiguation", "social network", "topic modeling"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "125023", "document": ["Explicitly", "representing", "expected", "cost", ":", "an", "alternative", "to", "ROC", "representation"], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": [], "abstractive_keyphrases": ["cost sensitive learning", "roc analysis"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "5210404", "document": ["Wavelet", "synopsis", "for", "data", "streams", ":", "minimizing", "non-euclidean", "error", "We", "consider", "the", "wavelet", "synopsis", "construction", "problem", "for", "data", "streams", "where", "given", "n", "numbers", "we", "wish", "to", "estimate", "the", "data", "by", "constructing", "a", "synopsis", ",", "whose", "size", ",", "say", "B", "is", "much", "smaller", "than", "n.", "The", "B", "numbers", "are", "chosen", "to", "minimize", "a", "suitable", "error", "between", "the", "original", "data", "and", "the", "estimate", "derived", "from", "the", "synopsis", ".", "Several", "good", "one-pass", "wavelet", "construction", "streaming", "algorithms", "minimizing", "the", "l2", "error", "exist", ".", "For", "other", "error", "measures", ",", "the", "problem", "is", "less", "understood", ".", "We", "provide", "the", "first", "one-pass", "small", "space", "streaming", "algorithms", "with", "provable", "error", "guarantees", "(", "additive", "approximation", ")", "for", "minimizing", "a", "variety", "of", "non-Euclidean", "error", "measures", "including", "all", "weighted", "lp", "(", "including", "l", "\u221e", ")", "and", "relative", "error", "lp", "metrics", ".", "In", "several", "previous", "works", "solutions", "(", "for", "weighted", "l2", ",", "l", "\u221e", "and", "maximum", "relative", "error", ")", "where", "the", "B", "synopsis", "coefficients", "are", "restricted", "to", "be", "wavelet", "coefficients", "of", "the", "data", "were", "proposed", ".", "This", "restriction", "yields", "suboptimal", "solutions", "on", "even", "fairly", "simple", "examples", ".", "Other", "lines", "of", "research", ",", "such", "as", "probabilistic", "synopsis", ",", "imposed", "restrictions", "on", "how", "the", "synopsis", "was", "arrived", "at", ".", "To", "the", "best", "of", "our", "knowledge", "this", "paper", "is", "the", "first", "paper", "to", "address", "the", "general", "problem", ",", "without", "any", "restriction", "on", "how", "the", "synopsis", "is", "arrived", "at", ",", "as", "well", "as", "provide", "the", "first", "streaming", "algorithms", "with", "guaranteed", "performance", "for", "these", "classes", "of", "error", "measures", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": [], "abstractive_keyphrases": ["miscellaneous", "streaming algorithm", "wavelet synopses"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "3689200", "document": ["Correlating", "synchronous", "and", "asynchronous", "data", "streams", "In", "a", "variety", "of", "modern", "mining", "applications", ",", "data", "are", "commonly", "viewed", "as", "infinite", "time", "ordered", "data", "streams", "rather", "as", "finite", "data", "sets", "stored", "on", "disk", ".", "This", "view", "challenges", "fundamental", "assumptions", "commonly", "made", "in", "the", "context", "of", "several", "data", "mining", "algorithms", ".", "In", "this", "paper", ",", "we", "study", "the", "problem", "of", "identifying", "correlations", "between", "multiple", "data", "streams", ".", "In", "particular", ",", "we", "propose", "algorithms", "capable", "of", "capturing", "correlations", "between", "multiple", "continuous", "data", "streams", "in", "a", "highly", "efficient", "and", "accurate", "manner", ".", "Our", "algorithms", "and", "techniques", "are", "applicable", "in", "the", "case", "of", "both", "synchronous", "and", "asynchronous", "data", "streaming", "environments", ".", "We", "capture", "correlations", "between", "multiple", "streams", "using", "the", "well", "known", "technique", "of", "Singular", "Value", "Decomposition", "(", "SVD", ")", ".", "Correlations", "between", "data", "items", ",", "and", "the", "SVD", "technique", "in", "particular", ",", "have", "been", "repeatedly", "utilized", "in", "an", "off-line", "(", "non", "stream", ")", "data", "mining", "problems", ",", "for", "example", "forecasting", ",", "approximate", "query", "answering", ",", "and", "data", "reduction", ".", "We", "propose", "a", "methodology", "based", "on", "a", "combination", "of", "dimensionality", "reduction", "and", "sampling", "to", "make", "the", "SVD", "technique", "suitable", "for", "a", "data", "stream", "context", ".", "Our", "techniques", "are", "approximate", ",", "trading", "accuracy", "with", "performance", ",", "and", "we", "analytically", "quantify", "this", "tradeoff", ".", "We", "present", "a", "through", "experimental", "evaluation", ",", "using", "both", "real", "and", "synthetic", "data", "sets", ",", "from", "a", "prototype", "implementation", "of", "our", "technique", ",", "investigating", "the", "impact", "of", "various", "parameters", "in", "the", "accuracy", "of", "the", "overall", "computation", ".", "Our", "results", "indicate", ",", "that", "correlations", "between", "multiple", "data", "streams", "can", "be", "identified", "very", "efficiently", "and", "accurately", ".", "The", "algorithms", "proposed", "herein", ",", "are", "presented", "as", "generic", "tools", ",", "with", "a", "multitude", "of", "applications", "on", "data", "stream", "mining", "problems", "."], "doc_bio_tags": ["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", "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", "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", "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"], "extractive_keyphrases": ["data streams", "singular value decomposition"], "abstractive_keyphrases": ["approximate computation"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "11971785", "document": ["Unsupervised", "transfer", "classification", ":", "application", "to", "text", "categorization", "We", "study", "the", "problem", "of", "building", "the", "classification", "model", "for", "a", "target", "class", "in", "the", "absence", "of", "any", "labeled", "training", "example", "for", "that", "class", ".", "To", "address", "this", "difficult", "learning", "problem", ",", "we", "extend", "the", "idea", "of", "transfer", "learning", "by", "assuming", "that", "the", "following", "side", "information", "is", "available", ":", "(", "i", ")", "a", "collection", "of", "labeled", "examples", "belonging", "to", "other", "classes", "in", "the", "problem", "domain", ",", "called", "the", "auxiliary", "classes", ";", "(", "ii", ")", "the", "class", "information", "including", "the", "prior", "of", "the", "target", "class", "and", "the", "correlation", "between", "the", "target", "class", "and", "the", "auxiliary", "classes", ".", "Our", "goal", "is", "to", "construct", "the", "classification", "model", "for", "the", "target", "class", "by", "leveraging", "the", "above", "data", "and", "information", ".", "We", "refer", "to", "this", "learning", "problem", "as", "unsupervised", "transfer", "classification", ".", "Our", "framework", "is", "based", "on", "the", "generalized", "maximum", "entropy", "model", "that", "is", "effective", "in", "transferring", "the", "label", "information", "of", "the", "auxiliary", "classes", "to", "the", "target", "class", ".", "A", "theoretical", "analysis", "shows", "that", "under", "certain", "assumption", ",", "the", "classification", "model", "obtained", "by", "the", "proposed", "approach", "converges", "to", "the", "optimal", "model", "when", "it", "is", "learned", "from", "the", "labeled", "examples", "for", "the", "target", "class", ".", "Empirical", "study", "on", "text", "categorization", "over", "four", "different", "data", "sets", "verifies", "the", "effectiveness", "of", "the", "proposed", "approach", "."], "doc_bio_tags": ["B", "I", "I", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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", "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", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["generalized maximum entropy model", "text categorization", "unsupervised transfer classification"], "abstractive_keyphrases": ["miscellaneous"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "9317346", "document": ["Hypergraph", "spectral", "learning", "for", "multi-label", "classification", "A", "hypergraph", "is", "a", "generalization", "of", "the", "traditional", "graph", "in", "which", "the", "edges", "are", "arbitrary", "non-empty", "subsets", "of", "the", "vertex", "set", ".", "It", "has", "been", "applied", "successfully", "to", "capture", "high-order", "relations", "in", "various", "domains", ".", "In", "this", "paper", ",", "we", "propose", "a", "hypergraph", "spectral", "learning", "formulation", "for", "multi-label", "classification", ",", "where", "a", "hypergraph", "is", "constructed", "to", "exploit", "the", "correlation", "information", "among", "different", "labels", ".", "We", "show", "that", "the", "proposed", "formulation", "leads", "to", "an", "eigenvalue", "problem", ",", "which", "may", "be", "computationally", "expensive", "especially", "for", "large-scale", "problems", ".", "To", "reduce", "the", "computational", "cost", ",", "we", "propose", "an", "approximate", "formulation", ",", "which", "is", "shown", "to", "be", "equivalent", "to", "a", "least", "squares", "problem", "under", "a", "mild", "condition", ".", "Based", "on", "the", "approximate", "formulation", ",", "efficient", "algorithms", "for", "solving", "least", "squares", "problems", "can", "be", "applied", "to", "scale", "the", "formulation", "to", "very", "large", "data", "sets", ".", "In", "addition", ",", "existing", "regularization", "techniques", "for", "least", "squares", "can", "be", "incorporated", "into", "the", "model", "for", "improved", "generalization", "performance", ".", "We", "have", "conducted", "experiments", "using", "large-scale", "benchmark", "data", "sets", ",", "and", "experimental", "results", "show", "that", "the", "proposed", "hypergraph", "spectral", "learning", "formulation", "is", "effective", "in", "capturing", "the", "high-order", "relations", "in", "multi-label", "problems", ".", "Results", "also", "indicate", "that", "the", "approximate", "formulation", "is", "much", "more", "efficient", "than", "the", "original", "one", ",", "while", "keeping", "competitive", "classification", "performance", "."], "doc_bio_tags": ["B", "B", "I", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "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", "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", "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", "B", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["hypergraph", "least squares", "regularization", "spectral learning"], "abstractive_keyphrases": ["canonical correlation analysis", "efficiency", "multi-label classification"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "954813", "document": ["Domain-constrained", "semi-supervised", "mining", "of", "tracking", "models", "in", "sensor", "networks", "Accurate", "localization", "of", "mobile", "objects", "is", "a", "major", "research", "problem", "in", "sensor", "networks", "and", "an", "important", "data", "mining", "application", ".", "Specifically", ",", "the", "localization", "problem", "is", "to", "determine", "the", "location", "of", "a", "client", "device", "accurately", "given", "the", "radio", "signal", "strength", "values", "received", "at", "the", "client", "device", "from", "multiple", "beacon", "sensors", "or", "access", "points", ".", "Conventional", "data", "mining", "and", "machine", "learning", "methods", "can", "be", "applied", "to", "solve", "this", "problem", ".", "However", ",", "all", "of", "them", "require", "large", "amounts", "of", "labeled", "training", "data", ",", "which", "can", "be", "quite", "expensive", ".", "In", "this", "paper", ",", "we", "propose", "a", "probabilistic", "semi", "supervised", "learning", "approach", "to", "reduce", "the", "calibration", "effort", "and", "increase", "the", "tracking", "accuracy", ".", "Our", "method", "is", "based", "on", "semi-supervised", "conditional", "random", "fields", "which", "can", "enhance", "the", "learned", "model", "from", "a", "small", "set", "of", "training", "data", "with", "abundant", "unlabeled", "data", "effectively", ".", "To", "make", "our", "method", "more", "efficient", ",", "we", "exploit", "a", "Generalized", "EM", "algorithm", "coupled", "with", "domain", "constraints", ".", "We", "validate", "our", "method", "through", "extensive", "experiments", "in", "a", "real", "sensor", "network", "using", "Crossbow", "MICA2", "sensors", ".", "The", "results", "demonstrate", "the", "advantages", "of", "methods", "compared", "to", "other", "state-of-the-art", "object-tracking", "algorithms", "."], "doc_bio_tags": ["O", "O", "O", "O", "B", "O", "O", "B", "I", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "B", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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"], "extractive_keyphrases": ["calibration", "em", "learning", "localization", "sensor networks", "tracking"], "abstractive_keyphrases": ["crf"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "9248967", "document": ["Unsupervised", "feature", "selection", "for", "principal", "components", "analysis", "Principal", "Components", "Analysis", "(", "PCA", ")", "is", "the", "predominant", "linear", "dimensionality", "reduction", "technique", ",", "and", "has", "been", "widely", "applied", "on", "datasets", "in", "all", "scientific", "domains", ".", "We", "consider", ",", "both", "theoretically", "and", "empirically", ",", "the", "topic", "of", "unsupervised", "feature", "selection", "for", "PCA", ",", "by", "leveraging", "algorithms", "for", "the", "so-called", "Column", "Subset", "Selection", "Problem", "(", "CSSP", ")", ".", "In", "words", ",", "the", "CSSP", "seeks", "the", "``", "best", "''", "subset", "of", "exactly", "k", "columns", "from", "an", "m", "x", "n", "data", "matrix", "A", ",", "and", "has", "been", "extensively", "studied", "in", "the", "Numerical", "Linear", "Algebra", "community", ".", "We", "present", "a", "novel", "two-stage", "algorithm", "for", "the", "CSSP", ".", "From", "a", "theoretical", "perspective", ",", "for", "small", "to", "moderate", "values", "of", "k", ",", "this", "algorithm", "significantly", "improves", "upon", "the", "best", "previously-existing", "results", "(", "24", ",", "12", ")", "for", "the", "CSSP", ".", "From", "an", "empirical", "perspective", ",", "we", "evaluate", "this", "algorithm", "as", "an", "unsupervised", "feature", "selection", "strategy", "in", "three", "application", "domains", "of", "modern", "statistical", "data", "analysis", ":", "finance", ",", "document-term", "data", ",", "and", "genetics", ".", "We", "pay", "particular", "attention", "to", "how", "this", "algorithm", "may", "be", "used", "to", "select", "representative", "or", "landmark", "features", "from", "an", "object-feature", "matrix", "in", "an", "unsupervised", "manner", ".", "In", "all", "three", "application", "domains", ",", "we", "are", "able", "to", "identify", "k", "landmark", "features", ",", "i.e.", ",", "columns", "of", "the", "data", "matrix", ",", "that", "capture", "nearly", "the", "same", "amount", "of", "information", "as", "does", "the", "subspace", "that", "is", "spanned", "by", "the", "top", "k", "``", "eigenfeatures", ".", "''"], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "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", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["numerical linear algebra", "pca", "subset selection"], "abstractive_keyphrases": ["random sampling"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "10351682", "document": ["Angle-based", "outlier", "detection", "in", "high-dimensional", "data", "Detecting", "outliers", "in", "a", "large", "set", "of", "data", "objects", "is", "a", "major", "data", "mining", "task", "aiming", "at", "finding", "different", "mechanisms", "responsible", "for", "different", "groups", "of", "objects", "in", "a", "data", "set", ".", "All", "existing", "approaches", ",", "however", ",", "are", "based", "on", "an", "assessment", "of", "distances", "(", "sometimes", "indirectly", "by", "assuming", "certain", "distributions", ")", "in", "the", "full-dimensional", "Euclidean", "data", "space", ".", "In", "high-dimensional", "data", ",", "these", "approaches", "are", "bound", "to", "deteriorate", "due", "to", "the", "notorious", "``", "curse", "of", "dimensionality", "''", ".", "In", "this", "paper", ",", "we", "propose", "a", "novel", "approach", "named", "ABOD", "(", "Angle-Based", "Outlier", "Detection", ")", "and", "some", "variants", "assessing", "the", "variance", "in", "the", "angles", "between", "the", "difference", "vectors", "of", "a", "point", "to", "the", "other", "points", ".", "This", "way", ",", "the", "effects", "of", "the", "``", "curse", "of", "dimensionality", "''", "are", "alleviated", "compared", "to", "purely", "distance-based", "approaches", ".", "A", "main", "advantage", "of", "our", "new", "approach", "is", "that", "our", "method", "does", "not", "rely", "on", "any", "parameter", "selection", "influencing", "the", "quality", "of", "the", "achieved", "ranking", ".", "In", "a", "thorough", "experimental", "evaluation", ",", "we", "compare", "ABOD", "to", "the", "well-established", "distance-based", "method", "LOF", "for", "various", "artificial", "and", "a", "real", "world", "data", "set", "and", "show", "ABOD", "to", "perform", "especially", "well", "on", "high-dimensional", "data", "."], "doc_bio_tags": ["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", "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"], "extractive_keyphrases": ["outlier detection"], "abstractive_keyphrases": ["angle-based", "high-dimensional"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "15381", "document": ["Relational", "Markov", "models", "and", "their", "application", "to", "adaptive", "web", "navigation", "Relational", "Markov", "models", "(", "RMMs", ")", "are", "a", "generalization", "of", "Markov", "models", "where", "states", "can", "be", "of", "different", "types", ",", "with", "each", "type", "described", "by", "a", "different", "set", "of", "variables", ".", "The", "domain", "of", "each", "variable", "can", "be", "hierarchically", "structured", ",", "and", "shrinkage", "is", "carried", "out", "over", "the", "cross", "product", "of", "these", "hierarchies", ".", "RMMs", "make", "effective", "learning", "possible", "in", "domains", "with", "very", "large", "and", "heterogeneous", "state", "spaces", ",", "given", "only", "sparse", "data", ".", "We", "apply", "them", "to", "modeling", "the", "behavior", "of", "web", "site", "users", ",", "improving", "prediction", "in", "our", "PROTEUS", "architecture", "for", "personalizing", "web", "sites", ".", "We", "present", "experiments", "on", "an", "e-commerce", "and", "an", "academic", "web", "site", "showing", "that", "RMMs", "are", "substantially", "more", "accurate", "than", "alternative", "methods", ",", "and", "make", "good", "predictions", "even", "when", "applied", "to", "previously-unvisited", "parts", "of", "the", "site", "."], "doc_bio_tags": ["O", "B", "I", "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", "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"], "extractive_keyphrases": ["markov models", "shrinkage"], "abstractive_keyphrases": ["personalization", "relational probabilistic models", "web mining"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "4617810", "document": ["Xproj", ":", "a", "framework", "for", "projected", "structural", "clustering", "of", "xml", "documents", "XML", "has", "become", "a", "popular", "method", "of", "data", "representation", "both", "on", "the", "web", "and", "in", "databases", "in", "recent", "years", ".", "One", "of", "the", "reasons", "for", "the", "popularity", "of", "XML", "has", "been", "its", "ability", "to", "encode", "structural", "information", "about", "data", "records", ".", "However", ",", "this", "structural", "characteristic", "of", "data", "sets", "also", "makes", "it", "a", "challenging", "problem", "for", "a", "variety", "of", "data", "mining", "problems", ".", "One", "such", "problem", "is", "that", "of", "clustering", ",", "in", "which", "the", "structural", "aspects", "of", "the", "data", "result", "in", "a", "high", "implicit", "dimensionality", "of", "the", "data", "representation", ".", "As", "a", "result", ",", "it", "becomes", "more", "difficult", "to", "cluster", "the", "data", "in", "a", "meaningful", "way", ".", "In", "this", "paper", ",", "we", "propose", "an", "effective", "clustering", "algorithm", "for", "XML", "data", "which", "uses", "substructures", "of", "the", "documents", "in", "order", "to", "gain", "insights", "about", "the", "important", "underlying", "structures", ".", "We", "propose", "new", "ways", "of", "using", "multiple", "sub-structuralinformation", "in", "XML", "documents", "to", "evaluate", "the", "quality", "of", "intermediate", "cluster", "solutions", ",", "and", "guide", "the", "algorithms", "to", "a", "final", "solution", "which", "reflects", "the", "true", "structural", "behavior", "in", "individual", "partitions", ".", "We", "test", "the", "algorithm", "on", "a", "variety", "of", "real", "and", "synthetic", "data", "sets", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "B", "O", "B", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["clustering", "xml"], "abstractive_keyphrases": [], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "1474163", "document": ["Ensemble-index", ":", "a", "new", "approach", "to", "indexing", "large", "databases", "The", "problem", "of", "similarity", "search", "(", "query-by-content", ")", "has", "attracted", "much", "research", "interest", ".", "It", "is", "a", "difficult", "problem", "because", "of", "the", "inherently", "high", "dimensionality", "of", "the", "data", ".", "The", "most", "promising", "solutions", "involve", "performing", "dimensionality", "reduction", "on", "the", "data", ",", "then", "indexing", "the", "reduced", "data", "with", "a", "multidimensional", "index", "structure", ".", "Many", "dimensionality", "reduction", "techniques", "have", "been", "proposed", ",", "including", "Singular", "Value", "Decomposition", "(", "SVD", ")", ",", "the", "Discrete", "Fourier", "Transform", "(", "DFT", ")", ",", "the", "Discrete", "Wavelet", "Transform", "(", "DWT", ")", "and", "Piecewise", "Polynomial", "Approximation", ".", "In", "this", "work", ",", "we", "introduce", "a", "novel", "framework", "for", "using", "ensembles", "of", "two", "or", "more", "representations", "for", "more", "efficient", "indexing", ".", "The", "basic", "idea", "is", "that", "instead", "of", "committing", "to", "a", "single", "representation", "for", "an", "entire", "dataset", ",", "different", "representations", "are", "chosen", "for", "indexing", "different", "parts", "of", "the", "database", ".", "The", "representations", "are", "chosen", "based", "upon", "a", "local", "view", "of", "the", "database", ".", "For", "example", ",", "sections", "of", "the", "data", "that", "can", "achieve", "a", "high", "fidelity", "representation", "with", "wavelets", "are", "indexed", "as", "wavelets", ",", "but", "highly", "spectral", "sections", "of", "the", "data", "are", "indexed", "using", "the", "Fourier", "transform", ".", "At", "query", "time", ",", "it", "is", "necessary", "to", "search", "several", "small", "heterogeneous", "indices", ",", "rather", "than", "one", "large", "homogeneous", "index", ".", "As", "we", "will", "theoretically", "and", "empirically", "demonstrate", "this", "results", "in", "much", "faster", "query", "response", "times", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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"], "extractive_keyphrases": ["dimensionality reduction", "similarity search"], "abstractive_keyphrases": ["content analysis and indexing", "data mining", "indexing and retrieval", "time series"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "9499", "document": ["A", "generalized", "maximum", "entropy", "approach", "to", "bregman", "co-clustering", "and", "matrix", "approximation", "Co-clustering", "is", "a", "powerful", "data", "mining", "technique", "with", "varied", "applications", "such", "as", "text", "clustering", ",", "microarray", "analysis", "and", "recommender", "systems", ".", "Recently", ",", "an", "information-theoretic", "co-clustering", "approach", "applicable", "to", "empirical", "joint", "probability", "distributions", "was", "proposed", ".", "In", "many", "situations", ",", "co-clustering", "of", "more", "general", "matrices", "is", "desired", ".", "In", "this", "paper", ",", "we", "present", "a", "substantially", "generalized", "co-clustering", "framework", "wherein", "any", "Bregman", "divergence", "can", "be", "used", "in", "the", "objective", "function", ",", "and", "various", "conditional", "expectation", "based", "constraints", "can", "be", "considered", "based", "on", "the", "statistics", "that", "need", "to", "be", "preserved", ".", "Analysis", "of", "the", "co-clustering", "problem", "leads", "to", "the", "minimum", "Bregman", "information", "principle", ",", "which", "generalizes", "the", "maximum", "entropy", "principle", ",", "and", "yields", "an", "elegant", "meta", "algorithm", "that", "is", "guaranteed", "to", "achieve", "local", "optimality", ".", "Our", "methodology", "yields", "new", "algorithms", "and", "also", "encompasses", "several", "previously", "known", "clustering", "and", "co-clustering", "algorithms", "based", "on", "alternate", "minimization", "."], "doc_bio_tags": ["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"], "extractive_keyphrases": ["matrix approximation"], "abstractive_keyphrases": ["bregman divergences", "co-clustering", "learning"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "13035191", "document": ["Can", "we", "learn", "a", "template-independent", "wrapper", "for", "news", "article", "extraction", "from", "a", "single", "training", "site", "?", "Automatic", "news", "extraction", "from", "news", "pages", "is", "important", "in", "many", "Web", "applications", "such", "as", "news", "aggregation", ".", "However", ",", "the", "existing", "news", "extraction", "methods", "based", "on", "template-level", "wrapper", "induction", "have", "three", "serious", "limitations", ".", "First", ",", "the", "existing", "methods", "can", "not", "correctly", "extract", "pages", "belonging", "to", "an", "unseen", "template", ".", "Second", ",", "it", "is", "costly", "to", "maintain", "up-to-date", "wrappers", "for", "a", "large", "amount", "of", "news", "websites", ",", "because", "any", "change", "of", "a", "template", "may", "invalidate", "the", "corresponding", "wrapper", ".", "Last", ",", "the", "existing", "methods", "can", "merely", "extract", "unformatted", "plain", "texts", ",", "and", "thus", "are", "not", "user", "friendly", ".", "In", "this", "paper", ",", "we", "tackle", "the", "problem", "of", "template-independent", "Web", "news", "extraction", "in", "a", "user-friendly", "way", ".", "We", "formalize", "Web", "news", "extraction", "as", "a", "machine", "learning", "problem", "and", "learn", "a", "template-independent", "wrapper", "using", "a", "very", "small", "number", "of", "labeled", "news", "pages", "from", "a", "single", "site", ".", "Novel", "features", "dedicated", "to", "news", "titles", "and", "bodies", "are", "developed", ".", "Correlations", "between", "news", "titles", "and", "news", "bodies", "are", "exploited", ".", "Our", "template-independent", "wrapper", "can", "extract", "news", "pages", "from", "different", "sites", "regardless", "of", "templates", ".", "Moreover", ",", "our", "approach", "can", "extract", "not", "only", "texts", ",", "but", "also", "images", "and", "animates", "within", "the", "news", "bodies", "and", "the", "extracted", "news", "articles", "are", "in", "the", "same", "visual", "style", "as", "in", "the", "original", "pages", ".", "In", "our", "experiments", ",", "a", "wrapper", "learned", "from", "40", "pages", "from", "a", "single", "news", "site", "achieved", "an", "accuracy", "of", "98.1", "%", "on", "3,973", "news", "pages", "from", "12", "news", "sites", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": [], "abstractive_keyphrases": ["classification", "data extraction", "miscellaneous", "web mining"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "510197", "document": ["Trajectory", "clustering", "with", "mixtures", "of", "regression", "models"], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": [], "abstractive_keyphrases": ["video"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "60862", "document": ["A", "general", "probabilistic", "framework", "for", "clustering", "individuals", "and", "objects"], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": [], "abstractive_keyphrases": ["em algorithm", "mixture models"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "4709565", "document": ["Identifying", "bridging", "rules", "between", "conceptual", "clusters", "A", "bridging", "rule", "in", "this", "paper", "has", "its", "antecedent", "and", "action", "from", "different", "conceptual", "clusters", ".", "We", "first", "design", "two", "algorithms", "for", "mining", "bridging", "rules", "between", "clusters", "in", "a", "database", ",", "and", "then", "propose", "two", "non-linear", "metrics", "for", "measuring", "the", "interestingness", "of", "bridging", "rules", ".", "Bridging", "rules", "can", "be", "distinct", "from", "association", "rules", "(", "or", "frequent", "itemsets", ")", ".", "This", "is", "because", "(", "1", ")", "bridging", "rules", "can", "be", "generated", "by", "infrequent", "itemsets", "that", "are", "pruned", "in", "association", "rule", "mining", ";", "and", "(", "2", ")", "bridging", "rules", "are", "measured", "by", "the", "importance", "that", "includes", "the", "distance", "between", "two", "conceptual", "clusters", ",", "whereas", "frequent", "itemsets", "are", "measured", "by", "only", "the", "support", "."], "doc_bio_tags": ["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"], "extractive_keyphrases": ["association rule", "bridging rule"], "abstractive_keyphrases": ["clustering", "entropy", "learning", "outlier"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "9167777", "document": ["Effective", "and", "efficient", "itemset", "pattern", "summarization", ":", "regression-based", "approaches", "In", "this", "paper", ",", "we", "propose", "a", "set", "of", "novel", "regression-based", "approaches", "to", "effectively", "and", "efficiently", "summarize", "frequent", "itemset", "patterns", ".", "Specifically", ",", "we", "show", "that", "the", "problem", "of", "minimizing", "the", "restoration", "error", "for", "a", "set", "of", "itemsets", "based", "on", "a", "probabilistic", "model", "corresponds", "to", "a", "non-linear", "regression", "problem", ".", "We", "show", "that", "under", "certain", "conditions", ",", "we", "can", "transform", "the", "nonlinear", "regression", "problem", "to", "a", "linear", "regression", "problem", ".", "We", "propose", "two", "new", "methods", ",", "k-regression", "and", "tree-regression", ",", "to", "partition", "the", "entire", "collection", "of", "frequent", "itemsets", "in", "order", "to", "minimize", "the", "restoration", "error", ".", "The", "K-regression", "approach", ",", "employing", "a", "K-means", "type", "clustering", "method", ",", "guarantees", "that", "the", "total", "restoration", "error", "achieves", "a", "local", "minimum", ".", "The", "tree-regression", "approach", "employs", "a", "decision-tree", "type", "of", "top-down", "partition", "process", ".", "In", "addition", ",", "we", "discuss", "alternatives", "to", "estimate", "the", "frequency", "for", "the", "collection", "of", "itemsets", "being", "covered", "by", "the", "k", "representative", "itemsets", ".", "The", "experimental", "evaluation", "on", "both", "real", "and", "synthetic", "datasets", "demonstrates", "that", "our", "approaches", "significantly", "improve", "the", "summarization", "performance", "in", "terms", "of", "both", "accuracy", "(", "restoration", "error", ")", ",", "and", "computational", "cost", "."], "doc_bio_tags": ["O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["pattern summarization", "regression"], "abstractive_keyphrases": ["frequency restoration"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "55062", "document": ["Active", "learning", "using", "adaptive", "resampling"], "doc_bio_tags": ["B", "I", "O", "B", "I"], "extractive_keyphrases": ["active learning", "adaptive resampling"], "abstractive_keyphrases": ["classification", "learning", "machine learning"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "904705", "document": ["Knowledge-based", "data", "mining", "We", "describe", "techniques", "for", "combining", "two", "types", "of", "knowledge", "systems", ":", "expert", "and", "machine", "learning", ".", "Both", "the", "expert", "system", "and", "the", "learning", "system", "represent", "information", "by", "logical", "decision", "rules", "or", "trees", ".", "Unlike", "the", "classical", "views", "of", "knowledge-base", "evaluation", "or", "refinement", ",", "our", "view", "accepts", "the", "contents", "of", "the", "knowledge", "base", "as", "completely", "correct", ".", "The", "knowledge", "base", "and", "the", "results", "of", "its", "stored", "cases", "will", "provide", "direction", "for", "the", "discovery", "of", "new", "relationships", "in", "the", "form", "of", "newly", "induced", "decision", "rules", ".", "An", "expert", "system", "called", "SEAS", "was", "built", "to", "discover", "sales", "leads", "for", "computer", "products", "and", "solutions", ".", "The", "system", "interviews", "executives", "by", "asking", "questions", ",", "and", "based", "on", "the", "responses", ",", "recommends", "products", "that", "may", "improve", "a", "business", "'", "operations", ".", "Leveraging", "this", "expert", "system", ",", "we", "record", "the", "results", "of", "the", "interviews", "and", "the", "program", "'s", "recommendations", ".", "The", "very", "same", "data", "stored", "by", "the", "expert", "system", "is", "used", "to", "find", "new", "predictive", "rules", ".", "Among", "the", "potential", "advantages", "of", "this", "approach", "are", "(", "a", ")", "the", "capability", "to", "spot", "new", "sales", "trends", "and", "(", "b", ")", "the", "substitution", "of", "less", "expensive", "probabilistic", "rules", "that", "use", "database", "data", "instead", "of", "interviews", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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"], "extractive_keyphrases": ["sales leads"], "abstractive_keyphrases": ["database applications", "decision rule induction", "expert systems"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "4739987", "document": ["Learning", "to", "detect", "malicious", "executables", "in", "the", "wild", "In", "this", "paper", ",", "we", "describe", "the", "development", "of", "a", "fielded", "application", "for", "detecting", "malicious", "executables", "in", "the", "wild", ".", "We", "gathered", "1971", "benign", "and", "1651", "malicious", "executables", "and", "encoded", "each", "as", "a", "training", "example", "using", "n-grams", "of", "byte", "codes", "as", "features", ".", "Such", "processing", "resulted", "in", "more", "than", "255", "million", "distinct", "n-grams", ".", "After", "selecting", "the", "most", "relevant", "n-grams", "for", "prediction", ",", "we", "evaluated", "a", "variety", "of", "inductive", "methods", ",", "including", "naive", "Bayes", ",", "decision", "trees", ",", "support", "vector", "machines", ",", "and", "boosting", ".", "Ultimately", ",", "boosted", "decision", "trees", "outperformed", "other", "methods", "with", "an", "area", "under", "the", "roc", "curve", "of", "0.996", ".", "Results", "also", "suggest", "that", "our", "methodology", "will", "scale", "to", "larger", "collections", "of", "executables", ".", "To", "the", "best", "of", "our", "knowledge", ",", "ours", "is", "the", "only", "fielded", "application", "for", "this", "task", "developed", "using", "techniques", "from", "machine", "learning", "and", "data", "mining", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": [], "abstractive_keyphrases": ["invasive software", "malicious software"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "4031511", "document": ["Mining", "optimal", "decision", "trees", "from", "itemset", "lattices", "We", "present", "DL8", ",", "an", "exact", "algorithm", "for", "finding", "a", "decision", "tree", "that", "optimizes", "a", "ranking", "function", "under", "size", ",", "depth", ",", "accuracy", "and", "leaf", "constraints", ".", "Because", "the", "discovery", "of", "optimal", "trees", "has", "high", "theoretical", "complexity", ",", "until", "now", "few", "efforts", "have", "been", "made", "to", "compute", "such", "trees", "for", "real-world", "datasets", ".", "An", "exact", "algorithm", "is", "of", "both", "scientific", "and", "practical", "interest", ".", "From", "a", "scientific", "point", "of", "view", ",", "it", "can", "be", "used", "as", "a", "gold", "standard", "to", "evaluate", "the", "performance", "of", "heuristic", "constraint-based", "decision", "tree", "learners", "and", "to", "gain", "new", "insight", "in", "traditional", "decision", "tree", "learners", ".", "From", "the", "application", "point", "of", "view", ",", "it", "can", "be", "used", "to", "discover", "trees", "that", "can", "not", "be", "found", "by", "heuristic", "decision", "tree", "learners", ".", "The", "key", "idea", "behind", "our", "algorithm", "is", "that", "there", "is", "a", "relation", "between", "constraints", "on", "decision", "trees", "and", "constraints", "on", "itemsets", ".", "We", "show", "that", "optimal", "decision", "trees", "can", "be", "extracted", "from", "lattices", "of", "itemsets", "in", "linear", "time", ".", "We", "give", "several", "strategies", "to", "efficiently", "build", "these", "lattices", ".", "Experiments", "show", "that", "under", "the", "same", "constraints", ",", "DL8", "obtains", "better", "results", "than", "C4", ".5", ",", "which", "confirms", "that", "exhaustive", "search", "does", "not", "always", "imply", "overfitting", ".", "The", "results", "also", "show", "that", "DL8", "is", "a", "useful", "and", "interesting", "tool", "to", "learn", "decision", "trees", "under", "constraints", "."], "doc_bio_tags": ["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", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O"], "extractive_keyphrases": ["decision trees"], "abstractive_keyphrases": ["constraint-based mining", "formal concepts", "frequent itemsets"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "668606", "document": ["IntelliClean", ":", "a", "knowledge-based", "intelligent", "data", "cleaner"], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": [], "abstractive_keyphrases": ["learning"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "9942601", "document": ["Influence", "and", "correlation", "in", "social", "networks", "In", "many", "online", "social", "systems", ",", "social", "ties", "between", "users", "play", "an", "important", "role", "in", "dictating", "their", "behavior", ".", "One", "of", "the", "ways", "this", "can", "happen", "is", "through", "social", "influence", ",", "the", "phenomenon", "that", "the", "actions", "of", "a", "user", "can", "induce", "his\\/her", "friends", "to", "behave", "in", "a", "similar", "way", ".", "In", "systems", "where", "social", "influence", "exists", ",", "ideas", ",", "modes", "of", "behavior", ",", "or", "new", "technologies", "can", "diffuse", "through", "the", "network", "like", "an", "epidemic", ".", "Therefore", ",", "identifying", "and", "understanding", "social", "influence", "is", "of", "tremendous", "interest", "from", "both", "analysis", "and", "design", "points", "of", "view", ".", "This", "is", "a", "difficult", "task", "in", "general", ",", "since", "there", "are", "factors", "such", "as", "homophily", "or", "unobserved", "confounding", "variables", "that", "can", "induce", "statistical", "correlation", "between", "the", "actions", "of", "friends", "in", "a", "social", "network", ".", "Distinguishing", "influence", "from", "these", "is", "essentially", "the", "problem", "of", "distinguishing", "correlation", "from", "causality", ",", "a", "notoriously", "hard", "statistical", "problem", ".", "In", "this", "paper", "we", "study", "this", "problem", "systematically", ".", "We", "define", "fairly", "general", "models", "that", "replicate", "the", "aforementioned", "sources", "of", "social", "correlation", ".", "We", "then", "propose", "two", "simple", "tests", "that", "can", "identify", "influence", "as", "a", "source", "of", "social", "correlation", "when", "the", "time", "series", "of", "user", "actions", "is", "available", ".", "We", "give", "a", "theoretical", "justification", "of", "one", "of", "the", "tests", "by", "proving", "that", "with", "high", "probability", "it", "succeeds", "in", "ruling", "out", "influence", "in", "a", "rather", "general", "model", "of", "social", "correlation", ".", "We", "also", "simulate", "our", "tests", "on", "a", "number", "of", "examples", "designed", "by", "randomly", "generating", "actions", "of", "nodes", "on", "a", "real", "social", "network", "(", "from", "Flickr", ")", "according", "to", "one", "of", "several", "models", ".", "Simulation", "results", "confirm", "that", "our", "test", "performs", "well", "on", "these", "data", ".", "Finally", ",", "we", "apply", "them", "to", "real", "tagging", "data", "on", "Flickr", ",", "exhibiting", "that", "while", "there", "is", "significant", "social", "correlation", "in", "tagging", "behavior", "on", "this", "system", ",", "this", "correlation", "can", "not", "be", "attributed", "to", "social", "influence", "."], "doc_bio_tags": ["O", "O", "B", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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", "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", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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", "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", "B", "O", "B", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "B", "I", "O"], "extractive_keyphrases": ["correlation", "social influence", "social networks", "tagging"], "abstractive_keyphrases": [], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "4453627", "document": ["Estimating", "rates", "of", "rare", "events", "at", "multiple", "resolutions", "We", "consider", "the", "problem", "of", "estimating", "occurrence", "rates", "of", "rare", "eventsfor", "extremely", "sparse", "data", ",", "using", "pre-existing", "hierarchies", "to", "perform", "inference", "at", "multiple", "resolutions", ".", "In", "particular", ",", "we", "focus", "on", "the", "problem", "of", "estimating", "click", "rates", "for", "(", "webpage", ",", "advertisement", ")", "pairs", "(", "called", "impressions", ")", "where", "both", "the", "pages", "and", "the", "ads", "are", "classified", "into", "hierarchies", "that", "capture", "broad", "contextual", "information", "at", "different", "levels", "of", "granularity", ".", "Typically", "the", "click", "rates", "are", "low", "and", "the", "coverage", "of", "the", "hierarchies", "is", "sparse", ".", "To", "overcome", "these", "difficulties", "we", "devise", "a", "sampling", "method", "whereby", "we", "analyze", "aspecially", "chosen", "sample", "of", "pages", "in", "the", "training", "set", ",", "and", "then", "estimate", "click", "rates", "using", "a", "two-stage", "model", ".", "The", "first", "stage", "imputes", "the", "number", "of", "(", "webpage", ",", "ad", ")", "pairs", "at", "all", "resolutions", "of", "the", "hierarchy", "to", "adjust", "for", "the", "sampling", "bias", ".", "The", "second", "stage", "estimates", "clickrates", "at", "all", "resolutions", "after", "incorporating", "correlations", "among", "sibling", "nodes", "through", "a", "tree-structured", "Markov", "model", ".", "Both", "models", "are", "scalable", "and", "suited", "to", "large", "scale", "data", "mining", "applications", ".", "On", "a", "real-world", "dataset", "consisting", "of", "1\\/2", "billion", "impressions", ",", "we", "demonstrate", "that", "even", "with", "95", "%", "negative", "(", "non-clicked", ")", "events", "in", "the", "training", "set", ",", "our", "method", "can", "effectively", "discriminate", "extremely", "rare", "events", "in", "terms", "of", "their", "click", "propensity", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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"], "extractive_keyphrases": ["hierarchy"], "abstractive_keyphrases": ["clickthrough rate", "contextual matching", "hypertext/hypermedia", "imputation", "internet advertising", "maximum entropy", "miscellaneous", "on-line information services", "tree-structured markov model"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "149223", "document": ["Efficient", "closed", "pattern", "mining", "in", "the", "presence", "of", "tough", "block", "constraints", "Various", "constrained", "frequent", "pattern", "mining", "problem", "formulations", "and", "associated", "algorithms", "have", "been", "developed", "that", "enable", "the", "user", "to", "specify", "various", "itemset-based", "constraints", "that", "better", "capture", "the", "underlying", "application", "requirements", "and", "characteristics", ".", "In", "this", "paper", "we", "introduce", "a", "new", "class", "of", "block", "constraints", "that", "determine", "the", "significance", "of", "an", "itemset", "pattern", "by", "considering", "the", "dense", "block", "that", "is", "formed", "by", "the", "pattern", "'s", "items", "and", "its", "associated", "set", "of", "transactions", ".", "Block", "constraints", "provide", "a", "natural", "framework", "by", "which", "a", "number", "of", "important", "problems", "can", "be", "specified", "and", "make", "it", "possible", "to", "solve", "numerous", "problems", "on", "binary", "and", "real-valued", "datasets", ".", "However", ",", "developing", "computationally", "efficient", "algorithms", "to", "find", "these", "block", "constraints", "poses", "a", "number", "of", "challenges", "as", "unlike", "the", "different", "itemset-based", "constraints", "studied", "earlier", ",", "these", "block", "constraints", "are", "tough", "as", "they", "are", "neither", "anti-monotone", ",", "monotone", ",", "nor", "convertible", ".", "To", "overcome", "this", "problem", ",", "we", "introduce", "a", "new", "class", "of", "pruning", "methods", "that", "significantly", "reduce", "the", "overall", "search", "space", "and", "present", "a", "computationally", "efficient", "and", "scalable", "algorithm", "called", "CBMiner", "to", "find", "the", "closed", "itemsets", "that", "satisfy", "the", "block", "constraints", "."], "doc_bio_tags": ["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"], "extractive_keyphrases": ["closed pattern"], "abstractive_keyphrases": ["block constraint", "tough constraint"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "8608260", "document": ["Topic-conditioned", "novelty", "detection", "Automated", "detection", "of", "the", "first", "document", "reporting", "each", "new", "event", "in", "temporally-sequenced", "streams", "of", "documents", "is", "an", "open", "challenge", ".", "In", "this", "paper", "we", "propose", "a", "new", "approach", "which", "addresses", "this", "problem", "in", "two", "stages", ":", "1", ")", "using", "a", "supervised", "learning", "algorithm", "to", "classify", "the", "on-line", "document", "stream", "into", "pre-defined", "broad", "topic", "categories", ",", "and", "2", ")", "performing", "topic-conditioned", "novelty", "detection", "for", "documents", "in", "each", "topic", ".", "We", "also", "focus", "on", "exploiting", "named-entities", "for", "event-level", "novelty", "detection", "and", "using", "feature-based", "heuristics", "derived", "from", "the", "topic", "histories", ".", "Evaluating", "these", "methods", "using", "a", "set", "of", "broadcast", "news", "stories", ",", "our", "results", "show", "substantial", "performance", "gains", "over", "the", "traditional", "one-level", "approach", "to", "the", "novelty", "detection", "problem", "."], "doc_bio_tags": ["O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "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", "B", "I", "O", "O"], "extractive_keyphrases": ["novelty detection"], "abstractive_keyphrases": ["design methodology", "feature selection", "information search and retrieval", "named entity", "text classification"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "10903275", "document": ["Learning", "incoherent", "sparse", "and", "low-rank", "patterns", "from", "multiple", "tasks", "We", "consider", "the", "problem", "of", "learning", "incoherent", "sparse", "and", "low-rank", "patterns", "from", "multiple", "tasks", ".", "Our", "approach", "is", "based", "on", "a", "linear", "multi-task", "learning", "formulation", ",", "in", "which", "the", "sparse", "and", "low-rank", "patterns", "are", "induced", "by", "a", "cardinality", "regularization", "term", "and", "a", "low-rank", "constraint", ",", "respectively", ".", "This", "formulation", "is", "non-convex", ";", "we", "convert", "it", "into", "its", "convex", "surrogate", ",", "which", "can", "be", "routinely", "solved", "via", "semidefinite", "programming", "for", "small-size", "problems", ".", "We", "propose", "to", "employ", "the", "general", "projected", "gradient", "scheme", "to", "efficiently", "solve", "such", "a", "convex", "surrogate", ";", "however", ",", "in", "the", "optimization", "formulation", ",", "the", "objective", "function", "is", "non-differentiable", "and", "the", "feasible", "domain", "is", "non-trivial", ".", "We", "present", "the", "procedures", "for", "computing", "the", "projected", "gradient", "and", "ensuring", "the", "global", "convergence", "of", "the", "projected", "gradient", "scheme", ".", "The", "computation", "of", "projected", "gradient", "involves", "a", "constrained", "optimization", "problem", ";", "we", "show", "that", "the", "optimal", "solution", "to", "such", "a", "problem", "can", "be", "obtained", "via", "solving", "an", "unconstrained", "optimization", "subproblem", "and", "an", "Euclidean", "projection", "subproblem", ".", "In", "addition", ",", "we", "present", "two", "projected", "gradient", "algorithms", "and", "discuss", "their", "rates", "of", "convergence", ".", "Experimental", "results", "on", "benchmark", "data", "sets", "demonstrate", "the", "effectiveness", "of", "the", "proposed", "multi-task", "learning", "formulation", "and", "the", "efficiency", "of", "the", "proposed", "projected", "gradient", "algorithms", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": [], "abstractive_keyphrases": ["multi-task learning", "sparse and low-rank patterns", "trace norm"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "103469", "document": ["Privacy", "preserving", "regression", "modelling", "via", "distributed", "computation", "Reluctance", "of", "data", "owners", "to", "share", "their", "possibly", "confidential", "or", "proprietary", "data", "with", "others", "who", "own", "related", "databases", "is", "a", "serious", "impediment", "to", "conducting", "a", "mutually", "beneficial", "data", "mining", "analysis", ".", "We", "address", "the", "case", "of", "vertically", "partitioned", "data", "--", "multiple", "data", "owners\\/agencies", "each", "possess", "a", "few", "attributes", "of", "every", "data", "record", ".", "We", "focus", "on", "the", "case", "of", "the", "agencies", "wanting", "to", "conduct", "a", "linear", "regression", "analysis", "with", "complete", "records", "without", "disclosing", "values", "of", "their", "own", "attributes", ".", "This", "paper", "describes", "an", "algorithm", "that", "enables", "such", "agencies", "to", "compute", "the", "exact", "regression", "coefficients", "of", "the", "global", "regression", "equation", "and", "also", "perform", "some", "basic", "goodness-of-fit", "diagnostics", "while", "protecting", "the", "confidentiality", "of", "their", "data", ".", "In", "more", "general", "settings", "beyond", "the", "privacy", "scenario", ",", "this", "algorithm", "can", "also", "be", "viewed", "as", "method", "for", "the", "distributed", "computation", "for", "regression", "analyses", "."], "doc_bio_tags": ["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", "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", "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"], "extractive_keyphrases": ["regression"], "abstractive_keyphrases": ["data confidentiality", "data integration", "learning", "secure multi-party computation"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "9663908", "document": ["Large-scale", "sparse", "logistic", "regression", "Logistic", "Regression", "is", "a", "well-known", "classification", "method", "that", "has", "been", "used", "widely", "in", "many", "applications", "of", "data", "mining", ",", "machine", "learning", ",", "computer", "vision", ",", "and", "bioinformatics", ".", "Sparse", "logistic", "regression", "embeds", "feature", "selection", "in", "the", "classification", "framework", "using", "the", "l1-norm", "regularization", ",", "and", "is", "attractive", "in", "many", "applications", "involving", "high-dimensional", "data", ".", "In", "this", "paper", ",", "we", "propose", "Lassplore", "for", "solving", "large-scale", "sparse", "logistic", "regression", ".", "Specifically", ",", "we", "formulate", "the", "problem", "as", "the", "l1-ball", "constrained", "smooth", "convex", "optimization", ",", "and", "propose", "to", "solve", "the", "problem", "using", "the", "Nesterov", "'s", "method", ",", "an", "optimal", "first-order", "black-box", "method", "for", "smooth", "convex", "optimization", ".", "One", "of", "the", "critical", "issues", "in", "the", "use", "of", "the", "Nesterov", "'s", "method", "is", "the", "estimation", "of", "the", "step", "size", "at", "each", "of", "the", "optimization", "iterations", ".", "Previous", "approaches", "either", "applies", "the", "constant", "step", "size", "which", "assumes", "that", "the", "Lipschitz", "gradient", "is", "known", "in", "advance", ",", "or", "requires", "a", "sequence", "of", "decreasing", "step", "size", "which", "leads", "to", "slow", "convergence", "in", "practice", ".", "In", "this", "paper", ",", "we", "propose", "an", "adaptive", "line", "search", "scheme", "which", "allows", "to", "tune", "the", "step", "size", "adaptively", "and", "meanwhile", "guarantees", "the", "optimal", "convergence", "rate", ".", "Empirical", "comparisons", "with", "several", "state-of-the-art", "algorithms", "demonstrate", "the", "efficiency", "of", "the", "proposed", "Lassplore", "algorithm", "for", "large-scale", "problems", "."], "doc_bio_tags": ["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", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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"], "extractive_keyphrases": ["adaptive line search", "logistic regression"], "abstractive_keyphrases": ["l1-ball constraint", "nesterov's method", "sparse learning"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "7098036", "document": ["Out-of-core", "frequent", "pattern", "mining", "on", "a", "commodity", "PC", "In", "this", "work", "we", "focus", "on", "the", "problem", "of", "frequent", "itemset", "mining", "on", "large", ",", "out-of-core", "data", "sets", ".", "After", "presenting", "a", "characterization", "of", "existing", "out-of-core", "frequent", "itemset", "mining", "algorithms", "and", "their", "drawbacks", ",", "we", "introduce", "our", "efficient", ",", "highly", "scalable", "solution", ".", "Presented", "in", "the", "context", "of", "the", "FPGrowth", "algorithm", ",", "our", "technique", "involves", "several", "novel", "I\\/O-conscious", "optimizations", ",", "such", "as", "approximate", "hash-based", "sorting", "and", "blocking", ",", "and", "leverages", "recent", "architectural", "advancements", "in", "commodity", "computers", ",", "such", "as", "64-bit", "processing", ".", "We", "evaluate", "the", "proposed", "optimizations", "on", "truly", "large", "data", "sets", ",", "up", "to", "75GB", ",", "and", "show", "they", "yield", "greater", "than", "a", "400-fold", "execution", "time", "improvement", ".", "Finally", ",", "we", "discuss", "the", "impact", "of", "this", "research", "in", "the", "context", "of", "other", "pattern", "mining", "challenges", ",", "such", "as", "sequence", "mining", "and", "graph", "mining", "."], "doc_bio_tags": ["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", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["pattern mining"], "abstractive_keyphrases": ["itemsets", "out of core", "secondary memory"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "9505", "document": ["Information-theoretic", "co-clustering", "Two-dimensional", "contingency", "or", "co-occurrence", "tables", "arise", "frequently", "in", "important", "applications", "such", "as", "text", ",", "web-log", "and", "market-basket", "data", "analysis", ".", "A", "basic", "problem", "in", "contingency", "table", "analysis", "is", "co-clustering", ":", "simultaneous", "clustering", "of", "the", "rows", "and", "columns", ".", "A", "novel", "theoretical", "formulation", "views", "the", "contingency", "table", "as", "an", "empirical", "joint", "probability", "distribution", "of", "two", "discrete", "random", "variables", "and", "poses", "the", "co-clustering", "problem", "as", "an", "optimization", "problem", "in", "information", "theory", "--", "the", "optimal", "co-clustering", "maximizes", "the", "mutual", "information", "between", "the", "clustered", "random", "variables", "subject", "to", "constraints", "on", "the", "number", "of", "row", "and", "column", "clusters", ".", "We", "present", "an", "innovative", "co-clustering", "algorithm", "that", "monotonically", "increases", "the", "preserved", "mutual", "information", "by", "intertwining", "both", "the", "row", "and", "column", "clusterings", "at", "all", "stages", ".", "Using", "the", "practical", "example", "of", "simultaneous", "word-document", "clustering", ",", "we", "demonstrate", "that", "our", "algorithm", "works", "well", "in", "practice", ",", "especially", "in", "the", "presence", "of", "sparsity", "and", "high-dimensionality", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["clustering", "information theory", "mutual information"], "abstractive_keyphrases": ["co-clustering", "information search and retrieval"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "6360663", "document": ["Clustering", "moving", "objects", "Due", "to", "the", "advances", "in", "positioning", "technologies", ",", "the", "real", "time", "information", "of", "moving", "objects", "becomes", "increasingly", "available", ",", "which", "has", "posed", "new", "challenges", "to", "the", "database", "research", ".", "As", "a", "long-standing", "technique", "to", "identify", "overall", "distribution", "patterns", "in", "data", ",", "clustering", "has", "achieved", "brilliant", "successes", "in", "analyzing", "static", "datasets", ".", "In", "this", "paper", ",", "we", "study", "the", "problem", "of", "clustering", "moving", "objects", ",", "which", "could", "catch", "interesting", "pattern", "changes", "during", "the", "motion", "process", "and", "provide", "better", "insight", "into", "the", "essence", "of", "the", "mobile", "data", "points", ".", "In", "order", "to", "catch", "the", "spatial-temporal", "regularities", "of", "moving", "objects", "and", "handle", "large", "amounts", "of", "data", ",", "micro-clustering", "(", "20", ")", "is", "employed", ".", "Efficient", "techniques", "are", "proposed", "to", "keep", "the", "moving", "micro-clusters", "geographically", "small", ".", "Important", "events", "such", "as", "the", "collisions", "among", "moving", "micro-clusters", "are", "also", "identified", ".", "In", "this", "way", ",", "high", "quality", "moving", "micro-clusters", "are", "dynamically", "maintained", ",", "which", "leads", "to", "fast", "and", "competitive", "clustering", "result", "at", "any", "given", "time", "instance", ".", "We", "validate", "our", "approaches", "with", "a", "through", "experimental", "evaluation", ",", "where", "orders", "of", "magnitude", "improvement", "on", "running", "time", "is", "observed", "over", "normal", "K-Means", "clustering", "method", "(", "14", ")", "."], "doc_bio_tags": ["B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "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"], "extractive_keyphrases": ["clustering"], "abstractive_keyphrases": ["micro-cluster", "moving object"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "123208", "document": ["Algorithms", "for", "estimating", "relative", "importance", "in", "networks", "Large", "and", "complex", "graphs", "representing", "relationships", "among", "sets", "of", "entities", "are", "an", "increasingly", "common", "focus", "of", "interest", "in", "data", "analysis", "--", "examples", "include", "social", "networks", ",", "Web", "graphs", ",", "telecommunication", "networks", ",", "and", "biological", "networks", ".", "In", "interactive", "analysis", "of", "such", "data", "a", "natural", "query", "is", "``", "which", "entities", "are", "most", "important", "in", "the", "network", "relative", "to", "a", "particular", "individual", "or", "set", "of", "individuals", "?", "''", "We", "investigate", "the", "problem", "of", "answering", "such", "queries", "in", "this", "paper", ",", "focusing", "in", "particular", "on", "defining", "and", "computing", "the", "importance", "of", "nodes", "in", "a", "graph", "relative", "to", "one", "or", "more", "root", "nodes", ".", "We", "define", "a", "general", "framework", "and", "a", "number", "of", "different", "algorithms", ",", "building", "on", "ideas", "from", "social", "networks", ",", "graph", "theory", ",", "Markov", "models", ",", "and", "Web", "graph", "analysis", ".", "We", "experimentally", "evaluate", "the", "different", "properties", "of", "these", "algorithms", "on", "toy", "graphs", "and", "demonstrate", "how", "our", "approach", "can", "be", "used", "to", "study", "relative", "importance", "in", "real-world", "networks", "including", "a", "network", "of", "interactions", "among", "September", "11th", "terrorists", ",", "a", "network", "of", "collaborative", "research", "in", "biotechnology", "among", "companies", "and", "universities", ",", "and", "a", "network", "of", "co-authorship", "relationships", "among", "computer", "science", "researchers", "."], "doc_bio_tags": ["O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "B", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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", "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"], "extractive_keyphrases": ["graphs", "relative importance", "social networks"], "abstractive_keyphrases": ["information search and retrieval", "markov chains", "pagerank"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "13023", "document": ["Finding", "surprising", "patterns", "in", "a", "time", "series", "database", "in", "linear", "time", "and", "space", "The", "problem", "of", "finding", "a", "specified", "pattern", "in", "a", "time", "series", "database", "(", "i.e.", "query", "by", "content", ")", "has", "received", "much", "attention", "and", "is", "now", "a", "relatively", "mature", "field", ".", "In", "contrast", ",", "the", "important", "problem", "of", "enumerating", "all", "surprising", "or", "interesting", "patterns", "has", "received", "far", "less", "attention", ".", "This", "problem", "requires", "a", "meaningful", "definition", "of", "``", "surprise", "''", ",", "and", "an", "efficient", "search", "technique", ".", "All", "previous", "attempts", "at", "finding", "surprising", "patterns", "in", "time", "series", "use", "a", "very", "limited", "notion", "of", "surprise", ",", "and\\/or", "do", "not", "scale", "to", "massive", "datasets", ".", "To", "overcome", "these", "limitations", "we", "introduce", "a", "novel", "technique", "that", "defines", "a", "pattern", "surprising", "if", "the", "frequency", "of", "its", "occurrence", "differs", "substantially", "from", "that", "expected", "by", "chance", ",", "given", "some", "previously", "seen", "data", "."], "doc_bio_tags": ["O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "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"], "extractive_keyphrases": ["time series"], "abstractive_keyphrases": ["anomaly detection", "feature extraction", "markov model", "novelty detection", "suffix tree"], "other_metadata": {"text": [], "bio_tags": []}} {"paper_id": "432453", "document": ["Local", "sparsity", "control", "for", "naive", "Bayes", "with", "extreme", "misclassification", "costs", "In", "applications", "of", "data", "mining", "characterized", "by", "highly", "skewed", "misclassification", "costs", "certain", "types", "of", "errors", "become", "virtually", "unacceptable", ".", "This", "limits", "the", "utility", "of", "a", "classifier", "to", "a", "range", "in", "which", "such", "constraints", "can", "be", "met", ".", "Naive", "Bayes", ",", "which", "has", "proven", "to", "be", "very", "useful", "in", "text", "mining", "applications", "due", "to", "high", "scalability", ",", "can", "be", "particularly", "affected", ".", "Although", "its", "0\\/1", "loss", "tends", "to", "be", "small", ",", "its", "misclassifications", "are", "often", "made", "with", "apparently", "high", "confidence", ".", "Aside", "from", "efforts", "to", "better", "calibrate", "Naive", "Bayes", "scores", ",", "it", "has", "been", "shown", "that", "its", "accuracy", "depends", "on", "document", "sparsity", "and", "feature", "selection", "can", "lead", "to", "marked", "improvement", "in", "classification", "performance", ".", "Traditionally", ",", "sparsity", "is", "controlled", "globally", ",", "and", "the", "result", "for", "any", "particular", "document", "may", "vary", ".", "In", "this", "work", "we", "examine", "the", "merits", "of", "local", "sparsity", "control", "for", "Naive", "Bayes", "in", "the", "context", "of", "highly", "asymmetric", "misclassification", "costs", ".", "In", "experiments", "with", "three", "benchmark", "document", "collections", "we", "demonstrate", "clear", "advantages", "of", "document-level", "feature", "selection", ".", "In", "the", "extreme", "cost", "setting", ",", "multinomial", "Naive", "Bayes", "with", "local", "sparsity", "control", "is", "able", "to", "outperform", "even", "some", "of", "the", "recently", "proposed", "effective", "improvements", "to", "the", "Naive", "Bayes", "classifier", ".", "There", "are", "also", "indications", "that", "local", "feature", "selection", "may", "be", "preferable", "in", "different", "cost", "settings", "."], "doc_bio_tags": ["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", "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", "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", "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", "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", "B", "I", "O", "O", "O", "O", "O", "O", "O", "O"], "extractive_keyphrases": ["feature selection", "naive bayes"], "abstractive_keyphrases": ["high recall classification", "text categorization"], "other_metadata": {"text": [], "bio_tags": []}}