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

PDF
HTML 5 Development for Windows Phone and Desktop
PPTX
Twitter, Twinder, Twitcident: Filtering and Search in Social Web Streams
PPTX
Enhancing Twitter Data Analysis with Simple Semantic Filtering: Example in Tr...
PPTX
User Engagement Teardown: Which Coffee Is The Cream Of The Crop?
PDF
Semantic user profiling and Personalised filtering of the Twitter stream
PPTX
Push Notification
PDF
Real-Time Top-R Topic Detection on Twitter with Topic Hijack Filtering
PDF
Inform: Targeting the Interest Graph
HTML 5 Development for Windows Phone and Desktop
Twitter, Twinder, Twitcident: Filtering and Search in Social Web Streams
Enhancing Twitter Data Analysis with Simple Semantic Filtering: Example in Tr...
User Engagement Teardown: Which Coffee Is The Cream Of The Crop?
Semantic user profiling and Personalised filtering of the Twitter stream
Push Notification
Real-Time Top-R Topic Detection on Twitter with Topic Hijack Filtering
Inform: Targeting the Interest Graph

Similar to Personalized Filtering of Twitter Stream (20)

PDF
beancounter.io - Social Web user profiling as a service #semtechbiz
PDF
Future trends jan12 final
PDF
Harness the Power of Social Data to Grow Your Business
KEY
UMAP 2009
PPTX
Band of brothers, building scalable social web apps on windows azure with asp...
PPTX
Pre social networkinb101
PDF
Demystifyingsocial abl552011
PPTX
Recommendations and User Understanding at StumbleUpon
PDF
F5DIGITAL DigiGen09_workshop_part5
PDF
Acquia Commons
PPTX
Beyond Social – Tailor SharePoint 2013 Social features according to your need...
PDF
Питер Мика "Making the web searchable"
PDF
Umsl challanges for brand measuring social media -marshall sponder - apr...
PPTX
GeniUS: Generic User Modeling Library for the Social Semantic Web
PPTX
Digital Trends March 2012
PDF
Search + Big Data: It's (still) All About the User- Grant Ingersoll
PDF
Big Data Tutorial - Marko Grobelnik - 25 May 2012
PDF
Applying Semantic Extensions And New Services To Drupal Sem Tech June 2010
PPTX
Tech4Africa - Opportunities around Big Data
PPTX
Cpg iitm mar_29_2012_final
beancounter.io - Social Web user profiling as a service #semtechbiz
Future trends jan12 final
Harness the Power of Social Data to Grow Your Business
UMAP 2009
Band of brothers, building scalable social web apps on windows azure with asp...
Pre social networkinb101
Demystifyingsocial abl552011
Recommendations and User Understanding at StumbleUpon
F5DIGITAL DigiGen09_workshop_part5
Acquia Commons
Beyond Social – Tailor SharePoint 2013 Social features according to your need...
Питер Мика "Making the web searchable"
Umsl challanges for brand measuring social media -marshall sponder - apr...
GeniUS: Generic User Modeling Library for the Social Semantic Web
Digital Trends March 2012
Search + Big Data: It's (still) All About the User- Grant Ingersoll
Big Data Tutorial - Marko Grobelnik - 25 May 2012
Applying Semantic Extensions And New Services To Drupal Sem Tech June 2010
Tech4Africa - Opportunities around Big Data
Cpg iitm mar_29_2012_final
Ad

More from Pavan Kapanipathi (10)

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

Recently uploaded (20)

PPT
Teaching material agriculture food technology
PPTX
Cloud computing and distributed systems.
PPTX
Understanding_Digital_Forensics_Presentation.pptx
PDF
Advanced methodologies resolving dimensionality complications for autism neur...
PDF
Mobile App Security Testing_ A Comprehensive Guide.pdf
PDF
Per capita expenditure prediction using model stacking based on satellite ima...
PDF
How UI/UX Design Impacts User Retention in Mobile Apps.pdf
PDF
KodekX | Application Modernization Development
PDF
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
PPT
“AI and Expert System Decision Support & Business Intelligence Systems”
PPTX
Detection-First SIEM: Rule Types, Dashboards, and Threat-Informed Strategy
PDF
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
PDF
NewMind AI Weekly Chronicles - August'25 Week I
PDF
Encapsulation_ Review paper, used for researhc scholars
PDF
Diabetes mellitus diagnosis method based random forest with bat algorithm
PDF
Agricultural_Statistics_at_a_Glance_2022_0.pdf
PDF
Network Security Unit 5.pdf for BCA BBA.
PPTX
Big Data Technologies - Introduction.pptx
PDF
Reach Out and Touch Someone: Haptics and Empathic Computing
PDF
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
Teaching material agriculture food technology
Cloud computing and distributed systems.
Understanding_Digital_Forensics_Presentation.pptx
Advanced methodologies resolving dimensionality complications for autism neur...
Mobile App Security Testing_ A Comprehensive Guide.pdf
Per capita expenditure prediction using model stacking based on satellite ima...
How UI/UX Design Impacts User Retention in Mobile Apps.pdf
KodekX | Application Modernization Development
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
“AI and Expert System Decision Support & Business Intelligence Systems”
Detection-First SIEM: Rule Types, Dashboards, and Threat-Informed Strategy
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
NewMind AI Weekly Chronicles - August'25 Week I
Encapsulation_ Review paper, used for researhc scholars
Diabetes mellitus diagnosis method based random forest with bat algorithm
Agricultural_Statistics_at_a_Glance_2022_0.pdf
Network Security Unit 5.pdf for BCA BBA.
Big Data Technologies - Introduction.pptx
Reach Out and Touch Someone: Haptics and Empathic Computing
Build a system with the filesystem maintained by OSTree @ COSCUP 2025

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

  • #3: How can both of these be done at one – Personalizing your twitter streamPut the name of the author of the source
  • #4: Friends, industry experts and favourite celebrities
  • #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: ----- 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
  • #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)
  • #12: ----- Meeting Notes (10/19/11 15:25) -----1. Emphasize on Filtering2. Twarql enabled data
  • #13: 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)
  • #15: Highlight when speaking about the particulars
  • #17: 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)
  • #21: Merge advantages and conclusion slide
  • #22: 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