18
Jong Y. Choi, Joshua Rosen, Siddharth Maini, Marlon E. Pierce, and Geoffrey C. Fox Community Grids Laboratory Indiana University

Collective Collaborative Tagging System

  • Upload
    milt

  • View
    26

  • Download
    0

Embed Size (px)

DESCRIPTION

Jong Y. Choi, Joshua Rosen, Siddharth Maini, Marlon E. Pierce, and Geoffrey C. Fox Community Grids Laboratory Indiana University. Collective Collaborative Tagging System. People-Powered Knowledge. Delicious example. Bookmark. Tags. Social Networks. People-generated. - PowerPoint PPT Presentation

Citation preview

Page 1: Collective Collaborative  Tagging  System

Jong Y. Choi, Joshua Rosen, Siddharth Maini, Marlon E. Pierce, and Geoffrey C. Fox

Community Grids LaboratoryIndiana University

Page 2: Collective Collaborative  Tagging  System

Delicious example

2

Bookmark

Tags

SocialNetwork

s

People-generate

d

Page 3: Collective Collaborative  Tagging  System

Collaborative Tagging Online bookmarking

with annotations Create social networks Utilize power of

people’s knowledge Pros and cons

High-quality classifier by using human intelligence

But lack of control or authority

3

Page 4: Collective Collaborative  Tagging  System

4

Page 5: Collective Collaborative  Tagging  System

5

Search ResultSOAP, REST, …

Repository

Query with various options

RDFRSSAtomHTML

Populate Bookmarks/ tags

Distributed Tagging Data

CCT System

Data Coordinator

User Service

Data Importer

Collective Collaborative Tagging (CCT) System

Page 6: Collective Collaborative  Tagging  System

6

1st - Service and algorithm development Identify services and algorithms

2nd - Interface development Web2.o style interface REST, SOAP, …

3rd – Export/import service development Merging distributed data sets Export data to build mesh-up sites

So far, we are mainly in 1st stage and do some experiments in 2nd stage

Page 7: Collective Collaborative  Tagging  System

7

Different Data Sources

Various IR algorithms

Flexible Options

Result Comparison

Page 8: Collective Collaborative  Tagging  System

8

Searching

Given input tags, returning the most relevant X (X = URLs, tags, or users)

Latent Semantic Indexing (LSI), FolkRank

IRecommendation

Indirect input tags, returning undiscovered XII

Clustering

Community discovering. Finding a group or a community with similar interests

K-Means, Deterministic Annealing Clustering

IIITrend detection

Analysis the tagging activities in time-series manner and detect abnormality

Time Series AnalysisIV

Service Description Algorithm

Type

Page 9: Collective Collaborative  Tagging  System

Vector-space model (bag-of-words model) Assume n URLs and q tags A URL can be represented by q-dimension

vector, di = (t1, t2, … , tq)

A total data set can be represented by n-by-q matrix

Pairwise Dissimilarity Matrix n-by-n symmetric matrix Distance (Euclidean, Manhattan, … ) Angles, cosine, sine, … O(n2) complexity

9

Page 10: Collective Collaborative  Tagging  System

10(Source : MSI-CIEC)

Graph model Building a graph with nodes and edges Edges are indicating relationship Becoming complex networks (tag graph)

Dissimilarity Related with path distance Finding path is important

(Shortest path problem) Naive approach :

O(n3) complexity

Page 11: Collective Collaborative  Tagging  System

Latent Semantic Indexing Using vector-space model, find the most

similar URLs with user’s query tags Dimension reduction from high q to low d (q

>> d) Removing noisy terms, extracting latent

concepts

11Precision

Reca

ll

2 terms4 terms8 terms20% dim. reductionNone

Ideal Line

Page 12: Collective Collaborative  Tagging  System

Discover the group structures of URLs Non-parametric learning algorithm

Non-trivial optimization problem Should avoid local minima/maxima solution

12

Page 13: Collective Collaborative  Tagging  System

Deterministically avoid local minima Tracing global solution by changing level of

energy Analogy to physical annealing process (High

Low)

13

Page 14: Collective Collaborative  Tagging  System

Classification To response more quickly to user’s requests Training data based on user’s input and

answering questions based on the training results

Artificial Neural Network, Support Vector Machine,…

Trend Detection Can be used for prediction/forecasting Time-series analysis of tagging activities Markov chain model, Fourier transform, …

14

Page 15: Collective Collaborative  Tagging  System

The goal of our Collective Collaborative Tagging (CCT) system Utilize various data sets Provide various information retrieval (IR)

algorithms Help to utilize people-powered knowledge

Currently various models and algorithms are being investigated

Service interfaces and import/export function will be added soon

15

Page 16: Collective Collaborative  Tagging  System

16

Page 17: Collective Collaborative  Tagging  System

17

-. Distances, cosine, …-. O(N2) complexity

Dis-similarity

Vector-space Model

-. Paths, hops, connectivity, …-. O(N3) complexity

Graph Model

-. Latent Semantic Indexing-. Dimension reduction schemes-. PCA

Algorithm-. PageRank, FolkRank, …-. Pairwise clustering-. MDS

-. q-dimensional vector-. q-by-n matrix

Represen-tation

-. G(V, E) -. V = {URL, tags, users}

Page 18: Collective Collaborative  Tagging  System

Pairwise clustering Input from vector-based model vs. graph

model How to avoid local minima/maxima? (e.g, K-

Means)

18

Graph modelVector-space model