SlideShare une entreprise Scribd logo
1  sur  32
Télécharger pour lire hors ligne
Automa'c	
  extrac'on	
  of	
  
                  soccer	
  game	
  event	
  data	
  
                       from	
  Twi6er	
  

            Guido	
  van	
  Oorschot,	
  Marieke	
  van	
  Erp	
  
                       and	
  Chris	
  Dijkshoorn

Monday, November 12, 12
Soccer	
  data




Monday, November 12, 12
Theory

           1. Fair body of research on automated
              sports highlight extraction

           2. Twitter data can offer interesting
              insights in real world phenomena




Monday, November 12, 12
Automated	
  highlight	
  detec@on




             Let’s Use Twitter data!

Monday, November 12, 12
3	
  Tasks

           1.	Detecting events
                  What minutes did events occur?


           2.	Classifying events
           	      Is the event a goal, card or substitution?


           3.	Assigning events to teams
                  Is the event for the home team or away team?




Monday, November 12, 12
5	
  types	
  of	
  events
                                        - Goal

                                        - Own Goal

                                        - Red Card

                                        - Yellow Card

                                        - Substitution



Monday, November 12, 12
Methodology

           1. Gathering the data


           2. Exploring and
              cleaning the data

           3. Classifying interesting
              data points


Monday, November 12, 12
Gathering	
  data

         - Collect all tweets with game hashtags

                      #ajafey   #nacgro #psvutr

         - Collect official data for each match

                  Goals, cards, substitutions



Monday, November 12, 12
Our	
  data

                           6 months
                           61 games

                           661 events
                          10,643 tweets

Monday, November 12, 12
Three	
  Experiments

           1. Detecting events

           2. Classifying events

           3. Assigning events to teams




Monday, November 12, 12
1. Detecting events




Monday, November 12, 12
1. Detecting events




Monday, November 12, 12
1. Experimental Setup

           - Goal: detect peaks in # tweets per
             minute signal to extract events
           - Setup: Test three peak detection
             methods:
                 1. LocMaxNoBaseLineCorr
                 2. IntThresNoBaseLineCorr
                 3. IntThresWithBaseLineCorr


Monday, November 12, 12
1. Results




Monday, November 12, 12
1. Findings

       - Goals and red cards are detected better
         than yellow cards and substitutions

       - None of the three peak selection
         methods works well.

       - Highlights can be extracted, but not
         precise enough


Monday, November 12, 12
Three	
  Experiments

           1. Detecting events

           2. Classifying events

           3. Assigning events to teams




Monday, November 12, 12
2. Classifying Events

           - Goal: Classify minutes into event
             classes

               minute     “goal”   “1”   “red”   “card”   “boring”     class

                  34        0      2      0        1        20       nothing

                  35       23      34     0        0         0         goal

                  12        1      2      0        0         5       nothing

                  13        1      0      22      11         0       red	
  card




Monday, November 12, 12
Issues

         Problem: Huge, sparse matrix

         1. Reduce features
                   Choose words/features smartly

         2. Reduce instances
         	         Choose minutes smartly

Monday, November 12, 12
2. Experimental Setup

           - 3 Instance selection settings

                 1. AllMinutes
                 2. PeakMinutes
                 3. Eventminutes




Monday, November 12, 12
2. Experimental Setup

           - 7 Feature selection settings
                 1.       AllMoreThanOnce
                 2.       Top500TotalFreq
                 3.       Top10MinuteFreq
                 4.       Top500TotalTfIdf
                 5.       Top10MinuteTfIdf
                 6.       Top50Infogain
                 7.       Top50GainRatio



Monday, November 12, 12
2. Experimental Setup

           - 6 types of classifiers
                 1.       C4.5
                 2.       RandomForest
                 3.       NaiveBayes
                 4.       NaiveBayesMultinomial
                 5.       libSVM
                 6.       IB1




Monday, November 12, 12
2. Results




Monday, November 12, 12
2. Discussion

           - Top50GainRatio best feature selection
           - libSVM best classifier
           - EventMinutes results:
                                  Class            F-­‐measure
                                  OVERALL          0.822
                                  Goal             0.841
                                  Own	
  goal      0.000
           	
  	
  	
  	
  	
     Red	
  card      0.848
                                  Yellow	
  card   0.785
                                  Subs@tu@on       0.839


Monday, November 12, 12
Three	
  Experiments

           1. Detecting events

           2. Classifying events

           3. Assigning events to teams




Monday, November 12, 12
3. Experimental Setup

           - Goal: Assign events to team

           - Based on the ratio between tweets
             from fans for home and away team

           - But first: extract fans




Monday, November 12, 12
3. Extracting fans

           - Hypothesis:

           People that tweet for the same team
           each week are probably fan of that
           team




Monday, November 12, 12
3. Extracting fans

         - Extracted 38,527 fans 	 rom 146,326
                                 f
           users (26%)

         - This method of extracting fans works
           well:
                          Right	
  team   Not	
  clear   Wrong	
  team
                             88%             10%             2%




Monday, November 12, 12
3. Results




Monday, November 12, 12
3. Results

         - Performance of assigning events to teams
           above baseline performance:

                             Class         Baseline   Performance
                           OVERALL          52%          58%
                              Goal          58%          69%
                           Red	
  card      50%          62%
                          Yellow	
  card    63%          63%
                          Subs@tu@on        52%          57%




Monday, November 12, 12
Conclusion

           1. Detecting events
              => difficult

           2. Classifying events
              => good results

           3. Assigning events to teams
              => promising results


Monday, November 12, 12
Future Work

         - Use sentiment in tweets
         	     (for detecting events and assigning events to teams)


         - Player detection

         - Other sports




Monday, November 12, 12
Ques@ons?
Monday, November 12, 12

Contenu connexe

En vedette

Automatic Heritage Metadata Enrichment with Historic Events
Automatic Heritage Metadata Enrichment with Historic Events Automatic Heritage Metadata Enrichment with Historic Events
Automatic Heritage Metadata Enrichment with Historic Events Marieke van Erp
 
NewsReader: Automating detective work
NewsReader: Automating detective workNewsReader: Automating detective work
NewsReader: Automating detective workMarieke van Erp
 
Lecture 5: Mining, Analysis and Visualisation
Lecture 5: Mining, Analysis and VisualisationLecture 5: Mining, Analysis and Visualisation
Lecture 5: Mining, Analysis and VisualisationMarieke van Erp
 
Knowledge and Media 2012 Lecture 10: Research proposal QA
Knowledge and Media 2012 Lecture 10: Research proposal QAKnowledge and Media 2012 Lecture 10: Research proposal QA
Knowledge and Media 2012 Lecture 10: Research proposal QAMarieke van Erp
 

En vedette (6)

Richness oftheworld2012
Richness oftheworld2012Richness oftheworld2012
Richness oftheworld2012
 
Automatic Heritage Metadata Enrichment with Historic Events
Automatic Heritage Metadata Enrichment with Historic Events Automatic Heritage Metadata Enrichment with Historic Events
Automatic Heritage Metadata Enrichment with Historic Events
 
NewsReader: Automating detective work
NewsReader: Automating detective workNewsReader: Automating detective work
NewsReader: Automating detective work
 
Lecture 5: Mining, Analysis and Visualisation
Lecture 5: Mining, Analysis and VisualisationLecture 5: Mining, Analysis and Visualisation
Lecture 5: Mining, Analysis and Visualisation
 
Knowledge and Media 2012 Lecture 10: Research proposal QA
Knowledge and Media 2012 Lecture 10: Research proposal QAKnowledge and Media 2012 Lecture 10: Research proposal QA
Knowledge and Media 2012 Lecture 10: Research proposal QA
 
KM Lecture11 nlp/nif
KM Lecture11 nlp/nifKM Lecture11 nlp/nif
KM Lecture11 nlp/nif
 

Similaire à Automatic Extraction of Soccer Game Event Data from Twitter

Building Data Driven Products With Ruby - RubyConf 2012
Building Data Driven Products With Ruby - RubyConf 2012Building Data Driven Products With Ruby - RubyConf 2012
Building Data Driven Products With Ruby - RubyConf 2012Ryan Weald
 
Insider's Technology Guide to Measuring and Improving Your ROI
Insider's Technology Guide to Measuring and Improving Your ROIInsider's Technology Guide to Measuring and Improving Your ROI
Insider's Technology Guide to Measuring and Improving Your ROIDan Leatherman
 
Performance test - YaJUG Octobre 2012
Performance test - YaJUG Octobre 2012Performance test - YaJUG Octobre 2012
Performance test - YaJUG Octobre 2012Claude Falguiere
 
Ruxcon Finding Needles in Haystacks (the size of countries)
Ruxcon Finding Needles in Haystacks (the size of countries)Ruxcon Finding Needles in Haystacks (the size of countries)
Ruxcon Finding Needles in Haystacks (the size of countries)packetloop
 
What's New in the PHP Driver
What's New in the PHP DriverWhat's New in the PHP Driver
What's New in the PHP DriverMongoDB
 
Monitoring and observability
Monitoring and observabilityMonitoring and observability
Monitoring and observabilityTheo Schlossnagle
 

Similaire à Automatic Extraction of Soccer Game Event Data from Twitter (6)

Building Data Driven Products With Ruby - RubyConf 2012
Building Data Driven Products With Ruby - RubyConf 2012Building Data Driven Products With Ruby - RubyConf 2012
Building Data Driven Products With Ruby - RubyConf 2012
 
Insider's Technology Guide to Measuring and Improving Your ROI
Insider's Technology Guide to Measuring and Improving Your ROIInsider's Technology Guide to Measuring and Improving Your ROI
Insider's Technology Guide to Measuring and Improving Your ROI
 
Performance test - YaJUG Octobre 2012
Performance test - YaJUG Octobre 2012Performance test - YaJUG Octobre 2012
Performance test - YaJUG Octobre 2012
 
Ruxcon Finding Needles in Haystacks (the size of countries)
Ruxcon Finding Needles in Haystacks (the size of countries)Ruxcon Finding Needles in Haystacks (the size of countries)
Ruxcon Finding Needles in Haystacks (the size of countries)
 
What's New in the PHP Driver
What's New in the PHP DriverWhat's New in the PHP Driver
What's New in the PHP Driver
 
Monitoring and observability
Monitoring and observabilityMonitoring and observability
Monitoring and observability
 

Plus de Marieke van Erp

Towards Culturally Aware AI Systems - TSDH Symposium
Towards Culturally Aware AI Systems - TSDH SymposiumTowards Culturally Aware AI Systems - TSDH Symposium
Towards Culturally Aware AI Systems - TSDH SymposiumMarieke van Erp
 
A Polyvocal and Contextualised Semantic Web
A Polyvocal and Contextualised Semantic WebA Polyvocal and Contextualised Semantic Web
A Polyvocal and Contextualised Semantic WebMarieke van Erp
 
AI x Digital Humanities = > Inclusiviteit
AI x Digital Humanities = > Inclusiviteit AI x Digital Humanities = > Inclusiviteit
AI x Digital Humanities = > Inclusiviteit Marieke van Erp
 
Computationally Tracing Concepts Through Time and Space
Computationally Tracing Concepts Through Time and SpaceComputationally Tracing Concepts Through Time and Space
Computationally Tracing Concepts Through Time and SpaceMarieke van Erp
 
The Hitchhiker's Guide to the Future of Digital Humanities
The Hitchhiker's Guide to the Future of Digital HumanitiesThe Hitchhiker's Guide to the Future of Digital Humanities
The Hitchhiker's Guide to the Future of Digital HumanitiesMarieke van Erp
 
Why language technology can’t handle Game of Thrones (yet)
Why language technology can’t handle Game of Thrones (yet)Why language technology can’t handle Game of Thrones (yet)
Why language technology can’t handle Game of Thrones (yet)Marieke van Erp
 
(Beyond) Combining Text and Tables for qualitative and quantitative research
(Beyond) Combining Text and Tables for qualitative and quantitative research (Beyond) Combining Text and Tables for qualitative and quantitative research
(Beyond) Combining Text and Tables for qualitative and quantitative research Marieke van Erp
 
Finding common ground between text, maps, and tables for quantitative and qua...
Finding common ground between text, maps, and tables for quantitative and qua...Finding common ground between text, maps, and tables for quantitative and qua...
Finding common ground between text, maps, and tables for quantitative and qua...Marieke van Erp
 
Slicing and Dicing a Newspaper Corpus for Historical Ecology Research
Slicing and Dicing a Newspaper Corpus for Historical Ecology ResearchSlicing and Dicing a Newspaper Corpus for Historical Ecology Research
Slicing and Dicing a Newspaper Corpus for Historical Ecology ResearchMarieke van Erp
 
Lessons Learnt from the Named Entity rEcognition and Linking (NEEL) Challenge...
Lessons Learnt from the Named Entity rEcognition and Linking (NEEL) Challenge...Lessons Learnt from the Named Entity rEcognition and Linking (NEEL) Challenge...
Lessons Learnt from the Named Entity rEcognition and Linking (NEEL) Challenge...Marieke van Erp
 
Good Lynx, bad Lynx: Document enrichment for historical ecologists
Good Lynx, bad Lynx: Document enrichment for historical ecologistsGood Lynx, bad Lynx: Document enrichment for historical ecologists
Good Lynx, bad Lynx: Document enrichment for historical ecologistsMarieke van Erp
 
Towards Semantic Enrichment of Newspapers: a historical ecology use case
Towards Semantic Enrichment of Newspapers: a historical ecology use case Towards Semantic Enrichment of Newspapers: a historical ecology use case
Towards Semantic Enrichment of Newspapers: a historical ecology use case Marieke van Erp
 
Natural Language Processing en Named Entity Recognition
Natural Language Processing en Named Entity Recognition Natural Language Processing en Named Entity Recognition
Natural Language Processing en Named Entity Recognition Marieke van Erp
 
HuC lecture - Digital and Humanities: Continuing the Conversation
HuC lecture - Digital and Humanities: Continuing the ConversationHuC lecture - Digital and Humanities: Continuing the Conversation
HuC lecture - Digital and Humanities: Continuing the ConversationMarieke van Erp
 
Multilingual Fine-grained Entity Typing
Multilingual Fine-grained Entity Typing Multilingual Fine-grained Entity Typing
Multilingual Fine-grained Entity Typing Marieke van Erp
 
Entity Typing Using Distributional Semantics and DBpedia
Entity Typing Using Distributional Semantics and DBpedia Entity Typing Using Distributional Semantics and DBpedia
Entity Typing Using Distributional Semantics and DBpedia Marieke van Erp
 
Entity Typing and Event Extraction
Entity Typing and Event Extraction Entity Typing and Event Extraction
Entity Typing and Event Extraction Marieke van Erp
 
The domain as unifier, how focusing on social history can bring technical fie...
The domain as unifier, how focusing on social history can bring technical fie...The domain as unifier, how focusing on social history can bring technical fie...
The domain as unifier, how focusing on social history can bring technical fie...Marieke van Erp
 
Evaluating entity linking an analysis of current benchmark datasets and a ro...
Evaluating entity linking  an analysis of current benchmark datasets and a ro...Evaluating entity linking  an analysis of current benchmark datasets and a ro...
Evaluating entity linking an analysis of current benchmark datasets and a ro...Marieke van Erp
 
Finding Stories in 1,784,532 Events: Scaling up computational models of narr...
Finding Stories in 1,784,532 Events:  Scaling up computational models of narr...Finding Stories in 1,784,532 Events:  Scaling up computational models of narr...
Finding Stories in 1,784,532 Events: Scaling up computational models of narr...Marieke van Erp
 

Plus de Marieke van Erp (20)

Towards Culturally Aware AI Systems - TSDH Symposium
Towards Culturally Aware AI Systems - TSDH SymposiumTowards Culturally Aware AI Systems - TSDH Symposium
Towards Culturally Aware AI Systems - TSDH Symposium
 
A Polyvocal and Contextualised Semantic Web
A Polyvocal and Contextualised Semantic WebA Polyvocal and Contextualised Semantic Web
A Polyvocal and Contextualised Semantic Web
 
AI x Digital Humanities = > Inclusiviteit
AI x Digital Humanities = > Inclusiviteit AI x Digital Humanities = > Inclusiviteit
AI x Digital Humanities = > Inclusiviteit
 
Computationally Tracing Concepts Through Time and Space
Computationally Tracing Concepts Through Time and SpaceComputationally Tracing Concepts Through Time and Space
Computationally Tracing Concepts Through Time and Space
 
The Hitchhiker's Guide to the Future of Digital Humanities
The Hitchhiker's Guide to the Future of Digital HumanitiesThe Hitchhiker's Guide to the Future of Digital Humanities
The Hitchhiker's Guide to the Future of Digital Humanities
 
Why language technology can’t handle Game of Thrones (yet)
Why language technology can’t handle Game of Thrones (yet)Why language technology can’t handle Game of Thrones (yet)
Why language technology can’t handle Game of Thrones (yet)
 
(Beyond) Combining Text and Tables for qualitative and quantitative research
(Beyond) Combining Text and Tables for qualitative and quantitative research (Beyond) Combining Text and Tables for qualitative and quantitative research
(Beyond) Combining Text and Tables for qualitative and quantitative research
 
Finding common ground between text, maps, and tables for quantitative and qua...
Finding common ground between text, maps, and tables for quantitative and qua...Finding common ground between text, maps, and tables for quantitative and qua...
Finding common ground between text, maps, and tables for quantitative and qua...
 
Slicing and Dicing a Newspaper Corpus for Historical Ecology Research
Slicing and Dicing a Newspaper Corpus for Historical Ecology ResearchSlicing and Dicing a Newspaper Corpus for Historical Ecology Research
Slicing and Dicing a Newspaper Corpus for Historical Ecology Research
 
Lessons Learnt from the Named Entity rEcognition and Linking (NEEL) Challenge...
Lessons Learnt from the Named Entity rEcognition and Linking (NEEL) Challenge...Lessons Learnt from the Named Entity rEcognition and Linking (NEEL) Challenge...
Lessons Learnt from the Named Entity rEcognition and Linking (NEEL) Challenge...
 
Good Lynx, bad Lynx: Document enrichment for historical ecologists
Good Lynx, bad Lynx: Document enrichment for historical ecologistsGood Lynx, bad Lynx: Document enrichment for historical ecologists
Good Lynx, bad Lynx: Document enrichment for historical ecologists
 
Towards Semantic Enrichment of Newspapers: a historical ecology use case
Towards Semantic Enrichment of Newspapers: a historical ecology use case Towards Semantic Enrichment of Newspapers: a historical ecology use case
Towards Semantic Enrichment of Newspapers: a historical ecology use case
 
Natural Language Processing en Named Entity Recognition
Natural Language Processing en Named Entity Recognition Natural Language Processing en Named Entity Recognition
Natural Language Processing en Named Entity Recognition
 
HuC lecture - Digital and Humanities: Continuing the Conversation
HuC lecture - Digital and Humanities: Continuing the ConversationHuC lecture - Digital and Humanities: Continuing the Conversation
HuC lecture - Digital and Humanities: Continuing the Conversation
 
Multilingual Fine-grained Entity Typing
Multilingual Fine-grained Entity Typing Multilingual Fine-grained Entity Typing
Multilingual Fine-grained Entity Typing
 
Entity Typing Using Distributional Semantics and DBpedia
Entity Typing Using Distributional Semantics and DBpedia Entity Typing Using Distributional Semantics and DBpedia
Entity Typing Using Distributional Semantics and DBpedia
 
Entity Typing and Event Extraction
Entity Typing and Event Extraction Entity Typing and Event Extraction
Entity Typing and Event Extraction
 
The domain as unifier, how focusing on social history can bring technical fie...
The domain as unifier, how focusing on social history can bring technical fie...The domain as unifier, how focusing on social history can bring technical fie...
The domain as unifier, how focusing on social history can bring technical fie...
 
Evaluating entity linking an analysis of current benchmark datasets and a ro...
Evaluating entity linking  an analysis of current benchmark datasets and a ro...Evaluating entity linking  an analysis of current benchmark datasets and a ro...
Evaluating entity linking an analysis of current benchmark datasets and a ro...
 
Finding Stories in 1,784,532 Events: Scaling up computational models of narr...
Finding Stories in 1,784,532 Events:  Scaling up computational models of narr...Finding Stories in 1,784,532 Events:  Scaling up computational models of narr...
Finding Stories in 1,784,532 Events: Scaling up computational models of narr...
 

Automatic Extraction of Soccer Game Event Data from Twitter

  • 1. Automa'c  extrac'on  of   soccer  game  event  data   from  Twi6er   Guido  van  Oorschot,  Marieke  van  Erp   and  Chris  Dijkshoorn Monday, November 12, 12
  • 3. Theory 1. Fair body of research on automated sports highlight extraction 2. Twitter data can offer interesting insights in real world phenomena Monday, November 12, 12
  • 4. Automated  highlight  detec@on Let’s Use Twitter data! Monday, November 12, 12
  • 5. 3  Tasks 1. Detecting events What minutes did events occur? 2. Classifying events Is the event a goal, card or substitution? 3. Assigning events to teams Is the event for the home team or away team? Monday, November 12, 12
  • 6. 5  types  of  events - Goal - Own Goal - Red Card - Yellow Card - Substitution Monday, November 12, 12
  • 7. Methodology 1. Gathering the data 2. Exploring and cleaning the data 3. Classifying interesting data points Monday, November 12, 12
  • 8. Gathering  data - Collect all tweets with game hashtags #ajafey #nacgro #psvutr - Collect official data for each match Goals, cards, substitutions Monday, November 12, 12
  • 9. Our  data 6 months 61 games 661 events 10,643 tweets Monday, November 12, 12
  • 10. Three  Experiments 1. Detecting events 2. Classifying events 3. Assigning events to teams Monday, November 12, 12
  • 11. 1. Detecting events Monday, November 12, 12
  • 12. 1. Detecting events Monday, November 12, 12
  • 13. 1. Experimental Setup - Goal: detect peaks in # tweets per minute signal to extract events - Setup: Test three peak detection methods: 1. LocMaxNoBaseLineCorr 2. IntThresNoBaseLineCorr 3. IntThresWithBaseLineCorr Monday, November 12, 12
  • 15. 1. Findings - Goals and red cards are detected better than yellow cards and substitutions - None of the three peak selection methods works well. - Highlights can be extracted, but not precise enough Monday, November 12, 12
  • 16. Three  Experiments 1. Detecting events 2. Classifying events 3. Assigning events to teams Monday, November 12, 12
  • 17. 2. Classifying Events - Goal: Classify minutes into event classes minute “goal” “1” “red” “card” “boring” class 34 0 2 0 1 20 nothing 35 23 34 0 0 0 goal 12 1 2 0 0 5 nothing 13 1 0 22 11 0 red  card Monday, November 12, 12
  • 18. Issues Problem: Huge, sparse matrix 1. Reduce features Choose words/features smartly 2. Reduce instances Choose minutes smartly Monday, November 12, 12
  • 19. 2. Experimental Setup - 3 Instance selection settings 1. AllMinutes 2. PeakMinutes 3. Eventminutes Monday, November 12, 12
  • 20. 2. Experimental Setup - 7 Feature selection settings 1. AllMoreThanOnce 2. Top500TotalFreq 3. Top10MinuteFreq 4. Top500TotalTfIdf 5. Top10MinuteTfIdf 6. Top50Infogain 7. Top50GainRatio Monday, November 12, 12
  • 21. 2. Experimental Setup - 6 types of classifiers 1. C4.5 2. RandomForest 3. NaiveBayes 4. NaiveBayesMultinomial 5. libSVM 6. IB1 Monday, November 12, 12
  • 23. 2. Discussion - Top50GainRatio best feature selection - libSVM best classifier - EventMinutes results: Class F-­‐measure OVERALL 0.822 Goal 0.841 Own  goal 0.000           Red  card 0.848 Yellow  card 0.785 Subs@tu@on 0.839 Monday, November 12, 12
  • 24. Three  Experiments 1. Detecting events 2. Classifying events 3. Assigning events to teams Monday, November 12, 12
  • 25. 3. Experimental Setup - Goal: Assign events to team - Based on the ratio between tweets from fans for home and away team - But first: extract fans Monday, November 12, 12
  • 26. 3. Extracting fans - Hypothesis: People that tweet for the same team each week are probably fan of that team Monday, November 12, 12
  • 27. 3. Extracting fans - Extracted 38,527 fans rom 146,326 f users (26%) - This method of extracting fans works well: Right  team Not  clear Wrong  team 88% 10% 2% Monday, November 12, 12
  • 29. 3. Results - Performance of assigning events to teams above baseline performance: Class Baseline Performance OVERALL 52% 58% Goal 58% 69% Red  card 50% 62% Yellow  card 63% 63% Subs@tu@on 52% 57% Monday, November 12, 12
  • 30. Conclusion 1. Detecting events => difficult 2. Classifying events => good results 3. Assigning events to teams => promising results Monday, November 12, 12
  • 31. Future Work - Use sentiment in tweets (for detecting events and assigning events to teams) - Player detection - Other sports Monday, November 12, 12