SlideShare a Scribd company logo
Personalized Filtering of
   the Twitter Stream

   Pavan Kapanipathi 1,2, Fabrizio Orlandi1,
      Amit Sheth2 ,Alexandre Passant 1




1 Digital   Enterprise Research Institute, Galway – Ireland
                2 Kno.e.sis, Dayton, OH- USA



                                                              1
Motivation



                                                    Twitter – Growth

                                                      Information Overload




http://www.cmswire.com/cms/customer-experience/35-key-twitter-statistics-infographic-012384.php
                                                                                                  2
Motivation
• How many people should I follow ?
• Am I receiving latest/complete information ?




                                                 3
Background
 Twarql – Streaming annotated tweets
   Semantic Web Technologies
     Annotate Tweets (DBpedia Entities)
     Filter Stream using SPARQL Queries formulated

   Example:
     Stream all the tweets related to Semantic Web generated in
      Germany
             ?tweet moat:taggedWith ?topic .
             ?topic dcterms:subject category:Semantic_Web .
             ?tweet sioc:has_creator ?user .
             ?user geonames:locatedIn dbpedia:Germany .



                                                                   4
Approach -- Overview
    The new
  iPhone has a      Broadcast
3.5-inch screen,
                                Football
 released today
                                 User
                                Profiles

                   Filter
                                  Apple




                                           5
Annotate: iPhone                                           Get
                                       ?user foaf:interest                                     Subscribers
     The new
iPhone has a 3.5-
   inch screen,
                                 Architecture
                                        dbPedia:iPhone
                                             Union
                                                                                                based on
                                                                                               preference
                                       ?user foaf:interest
  released today
                                        Category:Apple
                                                                              Get Interested
                                                                              Subscribers
                                                                                               RDF
               Semantic Filter             Notify Update
           A
           N                     RDF
           N      Store and
           O
           T
                  Query Topics                               Semantic Hub
           A                               Fetch Updates
           T                     RS
           O
           R                      S                                                            Store FOAF
                  Update RSS




                                                                          Profile Generator
                          Push Updates
                           to Interested
                               Users



                                                             Create Profile
                                                                                                       6
Contribution
 Profile Generator
   Automatic generation of User Profiles


 Semantic Filter
   Annotating Twitter Stream with concepts from Linked
     Open Data


 Semantic Hub
   Delivering tweets to appropriate Interested Users (near
     real-time)

                                                              7
Profile Generator
                                                             Get Interested
                                                             Subscribers
                                                                              RDF
    Semantic Filter         Notify Update
A
N                     RDF
N      Store and
O
T
       Query Topics                         Semantic Hub
A                           Fetch Updates
T                     RS
O
R                      S                                                      Store FOAF
       Update RSS




                                                         Profile Generator




                                            Create Profile
                                                                                      8
Profile Generator
 Disconnected
Social websites




 Isolated data
      silos




                    Social Networking Sites as Walled Gardens by David Simonds (Used with permission)
                                                                                                        9
Interlink social websites




                      Integration
                           &                            Merge and model user data
                    User Modelling




     User Profile
                                                        Personalise users’ experience
                                                             using their profile

Recommendations                      Adaptive Systems

               Search Personalisation



                                                                                      10
Profile Generator
 Data Extraction
   Twitter, Facebook, LinkedIn
   Example: Tweets, FB Likes

 Profile Generation
   Interests extracted from collected data
     Entity spotting (user generated data)
     Explicit interests specified by user (Facebook likes etc)
   Weighted Interests

 Semantic Representation of Profiles
   FOAF profile


                                                                  11
Semantic Filter
                                                             Get Interested
                                                             Subscribers
                                                                              RDF
    Semantic Filter         Notify Update
A
N                     RDF
N      Store and
O
T
       Query Topics                         Semantic Hub
A                           Fetch Updates
T                     RS
O
R                      S                                                      Store FOAF
       Update RSS




                                                         Profile Generator




                                            Create Profile
                                                                                   12
Semantic Filter
 Twitter Streaming API


 Microblog Metadata
   Twitter provides metadata
     Author, date, location etc..
   Metadata Extracted
     DBPedia Entities, URLs



 Generate SPARQL Query representing interested Users
   Retrieved at Semantic Hub


                                                        13
Semantic Filter – RDF
<http://twitter.com/rob/statuses/123456789>
       rdf:type sioct:MicroblogPost ;
       sioc:content "P Groth and Y Gil, Linked Data for Network Science
http://bit.ly/owxcJg #iswc2011 #lisc2011 #linkeddata-“•
       sioc:has_creator <http://twitter.com/rob> ;
       foaf:maker <http://example.org/rob> ;
       moat:taggedWith dbpedia:Linked_Data ;
       moat:taggedWith dbpedia:Network_Science ;

<http://twitter.com/rob/statuses/123456789#presence>
      rdf:type opo:OnlinePresence ;
      opo:startTime •2010-03-20T17:55:42+00:00 ;
      opo:customMessage <http://twitter.com/rob/statuses/123456789> .

<http://twitter.com/rob> geonames:locatedIn Dbpedia:Ohio .
[...]




                                                                          14
Semantic Filter– SPARQL Query
 Generate SPARQL Queries
   Representing FOAF of interested users




 SELECT ?user WHERE {
                  { ?user foaf:interest dbpedia:Linked_Data .}
           UNION
                  { ?user foaf:interest dbpedia:Network_Science .}
                  }




                                                                     15
Semantic Hub
                                                             Get Interested
                                                             Subscribers
                                                                              RDF
    Semantic Filter         Notify Update
A
N                     RDF
N      Store and
O
T
       Query Topics                         Semantic Hub
A                           Fetch Updates
T                     RS
O
R                      S                                                      Store FOAF
       Update RSS




                                                         Profile Generator




                                            Create Profile
                                                                                   16
PubSubHubbub
    Protocol
     PubSubHubbub is an extension to RSS/Atom
     Open, web hook based, pubsub protocol for Real-time notification
       of updates


    Drawback
     Publisher has no control over the dissemination of his content


    Extension – Semantic Hub
     Publisher controlled dissemination
     SPARQL Query representing the subset of target subscribers



                                                                       17
PubSubHubbub Protocol
                Extension
Hey I have new                           Here is the
                      Give me            new content
content for feed      the new
    X + my                                of feed X
                      content                                   Sub - A
 preference Y

                                                                Sub - B

  Pub                     Semantic Hub
                                                                 Sub - C


            Here it                                              Sub - D
              is

                                         Get the subscribers
                            Social       of Pub whose profile
                            Graph        matches preference
                                                  Y


                                                                          18
Semantic Hub
 RSS Extension
   Preference – to include the sparql queries



 Push content
   FOAF profiles of the subscribers are matched with the
    preference
   Interested subscribers receive the content


 Accepted as a full paper in the In-Use track at ISWC 2011



                                                              19
Conclusion
 Single consistent profile rather than profiles on multiple social networks
      User Profile Generation



 Architecture for Personalization of twitter stream
      Reduce load on users to follow others
        Public tweets streamed
      Access to information from experts in domains
        Are you following experts in your domain of interest?
        Experts public tweets will be streamed



 Dynamic groups of users
      Interest Driven




                                                                               20
Future work -- Why RDF
 Twarql features
   Concept feeds as interests of the users
Future Work

 Periodic FOAF profile generation for users
   Twitter Stream reflecting the changing interests


 Extending to other social networks (G+, FB)




                                                       22
Thanks
                                       Contact us on Twitter 

                                                  @pavankaps

                                                  @badmotorf

                                                    @terraces

                                                      @amit_p


Email: {pavan, amit}@knoesis.org
       {fabrizio.orlandi, alexandre.passant}@deri.org

This work is funded by (1) Science Foundation Ireland under grant number SFI/08/CE/I1380 (Lıon 2) and by an
IRCSET scholarship supported by Cisco Systems (2) Social Media Enhanced Organizational Sensemaking in
Emergency Response, National Science Foundation under award IIS-1111182, 09/01/2011 - 08/31/2014.
                                                                                                              23
24
Architecture




               25
Agenda
 Motivation
 Contribution
 Architecture
 Conclusion
 Future Work




                          26
 Weighing function based on RTs and other active
  engagements of the user




                                                    27

More Related Content

Similar to Personalized Filtering of Twitter Stream

GeniUS: Generic User Modeling Library for the Social Semantic Web
GeniUS: Generic User Modeling Library for the Social Semantic WebGeniUS: Generic User Modeling Library for the Social Semantic Web
GeniUS: Generic User Modeling Library for the Social Semantic WebWeb Information Systems, TU Delft
 
Facebook Open Graph - The Semantic Wallet
Facebook Open Graph - The Semantic WalletFacebook Open Graph - The Semantic Wallet
Facebook Open Graph - The Semantic Wallet
Jonathan Laba
 
Beyond Social – Tailor SharePoint 2013 Social features according to your need...
Beyond Social – Tailor SharePoint 2013 Social features according to your need...Beyond Social – Tailor SharePoint 2013 Social features according to your need...
Beyond Social – Tailor SharePoint 2013 Social features according to your need...
Adis Jugo
 
Samepoint API
Samepoint APISamepoint API
Samepoint API
Darren Culbreath
 
Think like a Platform - EDC 2012
Think like a Platform - EDC 2012Think like a Platform - EDC 2012
Think like a Platform - EDC 2012
Delyn Simons
 
Semantic Technology in Document Management
Semantic Technology in Document ManagementSemantic Technology in Document Management
Semantic Technology in Document Management
George Roth
 
Story Telling as an Activity-based Architecture
Story Telling as an Activity-based ArchitectureStory Telling as an Activity-based Architecture
Story Telling as an Activity-based Architecture
Pat Cappelaere
 
Social Media Data Collection & Analysis
Social Media Data Collection & AnalysisSocial Media Data Collection & Analysis
Social Media Data Collection & Analysis
Scott Sanders
 
LinkedIn API Possibilities
LinkedIn API PossibilitiesLinkedIn API Possibilities
LinkedIn API Possibilities
LinkedIn
 
LinkedIn API Possibilities
LinkedIn API PossibilitiesLinkedIn API Possibilities
LinkedIn API PossibilitiesKim Beinborn
 
LinkedIn API Possibilities
LinkedIn API PossibilitiesLinkedIn API Possibilities
LinkedIn API PossibilitiesRachel Romba
 
LinkedIn API's
LinkedIn API'sLinkedIn API's
LinkedIn API'sTim Deegan
 
beancounter.io - Social Web user profiling as a service #semtechbiz
beancounter.io - Social Web user profiling as a service #semtechbiz beancounter.io - Social Web user profiling as a service #semtechbiz
beancounter.io - Social Web user profiling as a service #semtechbiz
Davide Palmisano
 
GeniUS:Generic User Modeling Library for the Social Semantic Web
GeniUS:Generic User Modeling Library for the Social Semantic WebGeniUS:Generic User Modeling Library for the Social Semantic Web
GeniUS:Generic User Modeling Library for the Social Semantic WebQi Gao
 
SPSTCDC - Managed Metadata and Taxonomies in SharePoint 2010 - Playing Tag
SPSTCDC - Managed Metadata and Taxonomies in SharePoint 2010 - Playing TagSPSTCDC - Managed Metadata and Taxonomies in SharePoint 2010 - Playing Tag
SPSTCDC - Managed Metadata and Taxonomies in SharePoint 2010 - Playing Tag
Knowledge Management Associates, LLC
 
The Next-Generation SharePoint: Powered by Text Analytics
The Next-Generation SharePoint: Powered by Text Analytics The Next-Generation SharePoint: Powered by Text Analytics
The Next-Generation SharePoint: Powered by Text Analytics Peter Wren-Hilton
 

Similar to Personalized Filtering of Twitter Stream (20)

GeniUS: Generic User Modeling Library for the Social Semantic Web
GeniUS: Generic User Modeling Library for the Social Semantic WebGeniUS: Generic User Modeling Library for the Social Semantic Web
GeniUS: Generic User Modeling Library for the Social Semantic Web
 
Playing Tag: Managed Metadata and Taxonomies in SharePoint 2010
Playing Tag: Managed Metadata and Taxonomies in SharePoint 2010Playing Tag: Managed Metadata and Taxonomies in SharePoint 2010
Playing Tag: Managed Metadata and Taxonomies in SharePoint 2010
 
Facebook Open Graph - The Semantic Wallet
Facebook Open Graph - The Semantic WalletFacebook Open Graph - The Semantic Wallet
Facebook Open Graph - The Semantic Wallet
 
Beyond Social – Tailor SharePoint 2013 Social features according to your need...
Beyond Social – Tailor SharePoint 2013 Social features according to your need...Beyond Social – Tailor SharePoint 2013 Social features according to your need...
Beyond Social – Tailor SharePoint 2013 Social features according to your need...
 
Playing Tag: Managed Metadata and Taxonomies in SharePoint 2010
Playing Tag: Managed Metadata and Taxonomies in SharePoint 2010Playing Tag: Managed Metadata and Taxonomies in SharePoint 2010
Playing Tag: Managed Metadata and Taxonomies in SharePoint 2010
 
Sptechcon2011 mms2010
Sptechcon2011 mms2010Sptechcon2011 mms2010
Sptechcon2011 mms2010
 
LinkedIn API
LinkedIn APILinkedIn API
LinkedIn API
 
Samepoint API
Samepoint APISamepoint API
Samepoint API
 
Think like a Platform - EDC 2012
Think like a Platform - EDC 2012Think like a Platform - EDC 2012
Think like a Platform - EDC 2012
 
Semantic Technology in Document Management
Semantic Technology in Document ManagementSemantic Technology in Document Management
Semantic Technology in Document Management
 
Story Telling as an Activity-based Architecture
Story Telling as an Activity-based ArchitectureStory Telling as an Activity-based Architecture
Story Telling as an Activity-based Architecture
 
Social Media Data Collection & Analysis
Social Media Data Collection & AnalysisSocial Media Data Collection & Analysis
Social Media Data Collection & Analysis
 
LinkedIn API Possibilities
LinkedIn API PossibilitiesLinkedIn API Possibilities
LinkedIn API Possibilities
 
LinkedIn API Possibilities
LinkedIn API PossibilitiesLinkedIn API Possibilities
LinkedIn API Possibilities
 
LinkedIn API Possibilities
LinkedIn API PossibilitiesLinkedIn API Possibilities
LinkedIn API Possibilities
 
LinkedIn API's
LinkedIn API'sLinkedIn API's
LinkedIn API's
 
beancounter.io - Social Web user profiling as a service #semtechbiz
beancounter.io - Social Web user profiling as a service #semtechbiz beancounter.io - Social Web user profiling as a service #semtechbiz
beancounter.io - Social Web user profiling as a service #semtechbiz
 
GeniUS:Generic User Modeling Library for the Social Semantic Web
GeniUS:Generic User Modeling Library for the Social Semantic WebGeniUS:Generic User Modeling Library for the Social Semantic Web
GeniUS:Generic User Modeling Library for the Social Semantic Web
 
SPSTCDC - Managed Metadata and Taxonomies in SharePoint 2010 - Playing Tag
SPSTCDC - Managed Metadata and Taxonomies in SharePoint 2010 - Playing TagSPSTCDC - Managed Metadata and Taxonomies in SharePoint 2010 - Playing Tag
SPSTCDC - Managed Metadata and Taxonomies in SharePoint 2010 - Playing Tag
 
The Next-Generation SharePoint: Powered by Text Analytics
The Next-Generation SharePoint: Powered by Text Analytics The Next-Generation SharePoint: Powered by Text Analytics
The Next-Generation SharePoint: Powered by Text Analytics
 

More from Pavan Kapanipathi

Improving Natural Language Inference Using External Knowledge in the Science ...
Improving Natural Language Inference Using External Knowledge in the Science ...Improving Natural Language Inference Using External Knowledge in the Science ...
Improving Natural Language Inference Using External Knowledge in the Science ...
Pavan Kapanipathi
 
Personalized and Adaptive Semantic Information Filtering for Social Media
Personalized and Adaptive Semantic Information Filtering for Social MediaPersonalized and Adaptive Semantic Information Filtering for Social Media
Personalized and Adaptive Semantic Information Filtering for Social Media
Pavan Kapanipathi
 
Knoesis-Semantic filtering-Tutorials
Knoesis-Semantic filtering-TutorialsKnoesis-Semantic filtering-Tutorials
Knoesis-Semantic filtering-Tutorials
Pavan Kapanipathi
 
Knowledge base enabled Information Filtering on Social Web -- EMC
Knowledge base enabled Information Filtering on Social Web -- EMCKnowledge base enabled Information Filtering on Social Web -- EMC
Knowledge base enabled Information Filtering on Social Web -- EMC
Pavan Kapanipathi
 
Adressing Volume and Velocity Challenge on the Social Web using Crowd Sourced...
Adressing Volume and Velocity Challenge on the Social Web using Crowd Sourced...Adressing Volume and Velocity Challenge on the Social Web using Crowd Sourced...
Adressing Volume and Velocity Challenge on the Social Web using Crowd Sourced...
Pavan Kapanipathi
 
Hierarchical Interest Graphs from Twitter
Hierarchical Interest Graphs from TwitterHierarchical Interest Graphs from Twitter
Hierarchical Interest Graphs from TwitterPavan Kapanipathi
 
User Interests Identification From Twitter using Hierarchical Knowledge Base
User Interests Identification From Twitter using Hierarchical Knowledge BaseUser Interests Identification From Twitter using Hierarchical Knowledge Base
User Interests Identification From Twitter using Hierarchical Knowledge Base
Pavan Kapanipathi
 
Random walk on Graphs
Random walk on GraphsRandom walk on Graphs
Random walk on Graphs
Pavan Kapanipathi
 
SemPuSH: ISWC 2011 Poster
SemPuSH: ISWC 2011 PosterSemPuSH: ISWC 2011 Poster
SemPuSH: ISWC 2011 Poster
Pavan Kapanipathi
 
Privacy Aware Semantic Dissemination
Privacy Aware Semantic DisseminationPrivacy Aware Semantic Dissemination
Privacy Aware Semantic Dissemination
Pavan Kapanipathi
 

More from Pavan Kapanipathi (10)

Improving Natural Language Inference Using External Knowledge in the Science ...
Improving Natural Language Inference Using External Knowledge in the Science ...Improving Natural Language Inference Using External Knowledge in the Science ...
Improving Natural Language Inference Using External Knowledge in the Science ...
 
Personalized and Adaptive Semantic Information Filtering for Social Media
Personalized and Adaptive Semantic Information Filtering for Social MediaPersonalized and Adaptive Semantic Information Filtering for Social Media
Personalized and Adaptive Semantic Information Filtering for Social Media
 
Knoesis-Semantic filtering-Tutorials
Knoesis-Semantic filtering-TutorialsKnoesis-Semantic filtering-Tutorials
Knoesis-Semantic filtering-Tutorials
 
Knowledge base enabled Information Filtering on Social Web -- EMC
Knowledge base enabled Information Filtering on Social Web -- EMCKnowledge base enabled Information Filtering on Social Web -- EMC
Knowledge base enabled Information Filtering on Social Web -- EMC
 
Adressing Volume and Velocity Challenge on the Social Web using Crowd Sourced...
Adressing Volume and Velocity Challenge on the Social Web using Crowd Sourced...Adressing Volume and Velocity Challenge on the Social Web using Crowd Sourced...
Adressing Volume and Velocity Challenge on the Social Web using Crowd Sourced...
 
Hierarchical Interest Graphs from Twitter
Hierarchical Interest Graphs from TwitterHierarchical Interest Graphs from Twitter
Hierarchical Interest Graphs from Twitter
 
User Interests Identification From Twitter using Hierarchical Knowledge Base
User Interests Identification From Twitter using Hierarchical Knowledge BaseUser Interests Identification From Twitter using Hierarchical Knowledge Base
User Interests Identification From Twitter using Hierarchical Knowledge Base
 
Random walk on Graphs
Random walk on GraphsRandom walk on Graphs
Random walk on Graphs
 
SemPuSH: ISWC 2011 Poster
SemPuSH: ISWC 2011 PosterSemPuSH: ISWC 2011 Poster
SemPuSH: ISWC 2011 Poster
 
Privacy Aware Semantic Dissemination
Privacy Aware Semantic DisseminationPrivacy Aware Semantic Dissemination
Privacy Aware Semantic Dissemination
 

Recently uploaded

The Future of Platform Engineering
The Future of Platform EngineeringThe Future of Platform Engineering
The Future of Platform Engineering
Jemma Hussein Allen
 
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
James Anderson
 
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdfFIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance
 
Accelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish CachingAccelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish Caching
Thijs Feryn
 
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
Sri Ambati
 
Securing your Kubernetes cluster_ a step-by-step guide to success !
Securing your Kubernetes cluster_ a step-by-step guide to success !Securing your Kubernetes cluster_ a step-by-step guide to success !
Securing your Kubernetes cluster_ a step-by-step guide to success !
KatiaHIMEUR1
 
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
UiPathCommunity
 
Removing Uninteresting Bytes in Software Fuzzing
Removing Uninteresting Bytes in Software FuzzingRemoving Uninteresting Bytes in Software Fuzzing
Removing Uninteresting Bytes in Software Fuzzing
Aftab Hussain
 
The Metaverse and AI: how can decision-makers harness the Metaverse for their...
The Metaverse and AI: how can decision-makers harness the Metaverse for their...The Metaverse and AI: how can decision-makers harness the Metaverse for their...
The Metaverse and AI: how can decision-makers harness the Metaverse for their...
Jen Stirrup
 
zkStudyClub - Reef: Fast Succinct Non-Interactive Zero-Knowledge Regex Proofs
zkStudyClub - Reef: Fast Succinct Non-Interactive Zero-Knowledge Regex ProofszkStudyClub - Reef: Fast Succinct Non-Interactive Zero-Knowledge Regex Proofs
zkStudyClub - Reef: Fast Succinct Non-Interactive Zero-Knowledge Regex Proofs
Alex Pruden
 
Free Complete Python - A step towards Data Science
Free Complete Python - A step towards Data ScienceFree Complete Python - A step towards Data Science
Free Complete Python - A step towards Data Science
RinaMondal9
 
Generative AI Deep Dive: Advancing from Proof of Concept to Production
Generative AI Deep Dive: Advancing from Proof of Concept to ProductionGenerative AI Deep Dive: Advancing from Proof of Concept to Production
Generative AI Deep Dive: Advancing from Proof of Concept to Production
Aggregage
 
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdfFIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance
 
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdfObservability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Paige Cruz
 
UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4
DianaGray10
 
FIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdfFIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance
 
Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...
Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...
Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...
James Anderson
 
Leading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdfLeading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdf
OnBoard
 
Quantum Computing: Current Landscape and the Future Role of APIs
Quantum Computing: Current Landscape and the Future Role of APIsQuantum Computing: Current Landscape and the Future Role of APIs
Quantum Computing: Current Landscape and the Future Role of APIs
Vlad Stirbu
 
Climate Impact of Software Testing at Nordic Testing Days
Climate Impact of Software Testing at Nordic Testing DaysClimate Impact of Software Testing at Nordic Testing Days
Climate Impact of Software Testing at Nordic Testing Days
Kari Kakkonen
 

Recently uploaded (20)

The Future of Platform Engineering
The Future of Platform EngineeringThe Future of Platform Engineering
The Future of Platform Engineering
 
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
 
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdfFIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
 
Accelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish CachingAccelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish Caching
 
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
 
Securing your Kubernetes cluster_ a step-by-step guide to success !
Securing your Kubernetes cluster_ a step-by-step guide to success !Securing your Kubernetes cluster_ a step-by-step guide to success !
Securing your Kubernetes cluster_ a step-by-step guide to success !
 
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
 
Removing Uninteresting Bytes in Software Fuzzing
Removing Uninteresting Bytes in Software FuzzingRemoving Uninteresting Bytes in Software Fuzzing
Removing Uninteresting Bytes in Software Fuzzing
 
The Metaverse and AI: how can decision-makers harness the Metaverse for their...
The Metaverse and AI: how can decision-makers harness the Metaverse for their...The Metaverse and AI: how can decision-makers harness the Metaverse for their...
The Metaverse and AI: how can decision-makers harness the Metaverse for their...
 
zkStudyClub - Reef: Fast Succinct Non-Interactive Zero-Knowledge Regex Proofs
zkStudyClub - Reef: Fast Succinct Non-Interactive Zero-Knowledge Regex ProofszkStudyClub - Reef: Fast Succinct Non-Interactive Zero-Knowledge Regex Proofs
zkStudyClub - Reef: Fast Succinct Non-Interactive Zero-Knowledge Regex Proofs
 
Free Complete Python - A step towards Data Science
Free Complete Python - A step towards Data ScienceFree Complete Python - A step towards Data Science
Free Complete Python - A step towards Data Science
 
Generative AI Deep Dive: Advancing from Proof of Concept to Production
Generative AI Deep Dive: Advancing from Proof of Concept to ProductionGenerative AI Deep Dive: Advancing from Proof of Concept to Production
Generative AI Deep Dive: Advancing from Proof of Concept to Production
 
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdfFIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
 
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdfObservability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
 
UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4
 
FIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdfFIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdf
 
Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...
Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...
Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...
 
Leading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdfLeading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdf
 
Quantum Computing: Current Landscape and the Future Role of APIs
Quantum Computing: Current Landscape and the Future Role of APIsQuantum Computing: Current Landscape and the Future Role of APIs
Quantum Computing: Current Landscape and the Future Role of APIs
 
Climate Impact of Software Testing at Nordic Testing Days
Climate Impact of Software Testing at Nordic Testing DaysClimate Impact of Software Testing at Nordic Testing Days
Climate Impact of Software Testing at Nordic Testing Days
 

Personalized Filtering of Twitter Stream

  • 1. Personalized Filtering of the Twitter Stream Pavan Kapanipathi 1,2, Fabrizio Orlandi1, Amit Sheth2 ,Alexandre Passant 1 1 Digital Enterprise Research Institute, Galway – Ireland 2 Kno.e.sis, Dayton, OH- USA 1
  • 2. Motivation Twitter – Growth Information Overload http://www.cmswire.com/cms/customer-experience/35-key-twitter-statistics-infographic-012384.php 2
  • 3. Motivation • How many people should I follow ? • Am I receiving latest/complete information ? 3
  • 4. Background  Twarql – Streaming annotated tweets  Semantic Web Technologies  Annotate Tweets (DBpedia Entities)  Filter Stream using SPARQL Queries formulated  Example:  Stream all the tweets related to Semantic Web generated in Germany ?tweet moat:taggedWith ?topic . ?topic dcterms:subject category:Semantic_Web . ?tweet sioc:has_creator ?user . ?user geonames:locatedIn dbpedia:Germany . 4
  • 5. Approach -- Overview The new iPhone has a Broadcast 3.5-inch screen, Football released today User Profiles Filter Apple 5
  • 6. Annotate: iPhone Get ?user foaf:interest Subscribers The new iPhone has a 3.5- inch screen, Architecture dbPedia:iPhone Union based on preference ?user foaf:interest released today Category:Apple Get Interested Subscribers RDF Semantic Filter Notify Update A N RDF N Store and O T Query Topics Semantic Hub A Fetch Updates T RS O R S Store FOAF Update RSS Profile Generator Push Updates to Interested Users Create Profile 6
  • 7. Contribution  Profile Generator  Automatic generation of User Profiles  Semantic Filter  Annotating Twitter Stream with concepts from Linked Open Data  Semantic Hub  Delivering tweets to appropriate Interested Users (near real-time) 7
  • 8. Profile Generator Get Interested Subscribers RDF Semantic Filter Notify Update A N RDF N Store and O T Query Topics Semantic Hub A Fetch Updates T RS O R S Store FOAF Update RSS Profile Generator Create Profile 8
  • 9. Profile Generator Disconnected Social websites Isolated data silos Social Networking Sites as Walled Gardens by David Simonds (Used with permission) 9
  • 10. Interlink social websites Integration & Merge and model user data User Modelling User Profile Personalise users’ experience using their profile Recommendations Adaptive Systems Search Personalisation 10
  • 11. Profile Generator  Data Extraction  Twitter, Facebook, LinkedIn  Example: Tweets, FB Likes  Profile Generation  Interests extracted from collected data  Entity spotting (user generated data)  Explicit interests specified by user (Facebook likes etc)  Weighted Interests  Semantic Representation of Profiles  FOAF profile 11
  • 12. Semantic Filter Get Interested Subscribers RDF Semantic Filter Notify Update A N RDF N Store and O T Query Topics Semantic Hub A Fetch Updates T RS O R S Store FOAF Update RSS Profile Generator Create Profile 12
  • 13. Semantic Filter  Twitter Streaming API  Microblog Metadata  Twitter provides metadata  Author, date, location etc..  Metadata Extracted  DBPedia Entities, URLs  Generate SPARQL Query representing interested Users  Retrieved at Semantic Hub 13
  • 14. Semantic Filter – RDF <http://twitter.com/rob/statuses/123456789> rdf:type sioct:MicroblogPost ; sioc:content "P Groth and Y Gil, Linked Data for Network Science http://bit.ly/owxcJg #iswc2011 #lisc2011 #linkeddata-“• sioc:has_creator <http://twitter.com/rob> ; foaf:maker <http://example.org/rob> ; moat:taggedWith dbpedia:Linked_Data ; moat:taggedWith dbpedia:Network_Science ; <http://twitter.com/rob/statuses/123456789#presence> rdf:type opo:OnlinePresence ; opo:startTime •2010-03-20T17:55:42+00:00 ; opo:customMessage <http://twitter.com/rob/statuses/123456789> . <http://twitter.com/rob> geonames:locatedIn Dbpedia:Ohio . [...] 14
  • 15. Semantic Filter– SPARQL Query  Generate SPARQL Queries  Representing FOAF of interested users SELECT ?user WHERE { { ?user foaf:interest dbpedia:Linked_Data .} UNION { ?user foaf:interest dbpedia:Network_Science .} } 15
  • 16. Semantic Hub Get Interested Subscribers RDF Semantic Filter Notify Update A N RDF N Store and O T Query Topics Semantic Hub A Fetch Updates T RS O R S Store FOAF Update RSS Profile Generator Create Profile 16
  • 17. PubSubHubbub  Protocol  PubSubHubbub is an extension to RSS/Atom  Open, web hook based, pubsub protocol for Real-time notification of updates  Drawback  Publisher has no control over the dissemination of his content  Extension – Semantic Hub  Publisher controlled dissemination  SPARQL Query representing the subset of target subscribers 17
  • 18. PubSubHubbub Protocol Extension Hey I have new Here is the Give me new content content for feed the new X + my of feed X content Sub - A preference Y Sub - B Pub Semantic Hub Sub - C Here it Sub - D is Get the subscribers Social of Pub whose profile Graph matches preference Y 18
  • 19. Semantic Hub  RSS Extension  Preference – to include the sparql queries  Push content  FOAF profiles of the subscribers are matched with the preference  Interested subscribers receive the content  Accepted as a full paper in the In-Use track at ISWC 2011 19
  • 20. Conclusion  Single consistent profile rather than profiles on multiple social networks  User Profile Generation  Architecture for Personalization of twitter stream  Reduce load on users to follow others  Public tweets streamed  Access to information from experts in domains  Are you following experts in your domain of interest?  Experts public tweets will be streamed  Dynamic groups of users  Interest Driven 20
  • 21. Future work -- Why RDF  Twarql features  Concept feeds as interests of the users
  • 22. Future Work  Periodic FOAF profile generation for users  Twitter Stream reflecting the changing interests  Extending to other social networks (G+, FB) 22
  • 23. Thanks Contact us on Twitter  @pavankaps @badmotorf @terraces @amit_p Email: {pavan, amit}@knoesis.org {fabrizio.orlandi, alexandre.passant}@deri.org This work is funded by (1) Science Foundation Ireland under grant number SFI/08/CE/I1380 (Lıon 2) and by an IRCSET scholarship supported by Cisco Systems (2) Social Media Enhanced Organizational Sensemaking in Emergency Response, National Science Foundation under award IIS-1111182, 09/01/2011 - 08/31/2014. 23
  • 24. 24
  • 26. Agenda  Motivation  Contribution  Architecture  Conclusion  Future Work 26
  • 27.  Weighing function based on RTs and other active engagements of the user 27

Editor's Notes

  1. How can both of these be done at one – Personalizing your twitter streamPut the name of the author of the source
  2. Friends, industry experts and favourite celebrities
  3. User generated content from the social networks (not profiles from the social network wont include the social graph)----- Meeting Notes (10/19/11 15:25) -----Rather than SPARQL syntax -- Generic (Make sure that the keywords are highlighted)
  4. ----- Meeting Notes (10/19/11 15:25) -----Rather than profile genrator (Aggregating profile information)----- Meeting Notes (10/19/11 15:27) -----Before contributions give some background
  5. User generated content from the social networks (not profiles from the social network wont include the social graph)----- Meeting Notes (10/19/11 15:25) -----Rather than SPARQL syntax -- Generic (Make sure that the keywords are highlighted)
  6. ----- Meeting Notes (10/19/11 15:25) -----1. Emphasize on Filtering2. Twarql enabled data
  7. User generated content from the social networks (not profiles from the social network wont include the social graph)----- Meeting Notes (10/19/11 15:25) -----Rather than SPARQL syntax -- Generic (Make sure that the keywords are highlighted)
  8. Highlight when speaking about the particulars
  9. User generated content from the social networks (not profiles from the social network wont include the social graph)----- Meeting Notes (10/19/11 15:25) -----Rather than SPARQL syntax -- Generic (Make sure that the keywords are highlighted)
  10. Merge advantages and conclusion slide
  11. Alex Blog post about.We use the semantic web technologies like RDF and SPARQL to filter the data. The information in the tweets is extracted and then the RDF triples are generated for each tweet. SPARQL queries are used to query these triples.For example. A sprarql Query which queries for all the tweets which has entities related to the dbPedia:HelathCare is subscribed. Our system filters the incoming data with this query and outputs the tweets.Pu