Paper Reading #25 :TwitInfo: Aggregating and Visualizing Microblogs for Event Exploration

Reference
For people trying to understand events by querying services like Twitter, a chronological log of posts makes it very difficult to get a detailed understanding of an event.This paper presents TwitInfo, a system for visualizing and summarizing events on Twitter.
TwitInfo allows users to browse a large collection of tweets using a timeline-based display that highlights peaks of high tweet activity. A novel streaming algorithm automatically discovers these peaks and labels them meaningfully using text from the tweets. Users can drill down to subevents, and explore further via geolocation, sentiment, and popular URLs. They present an algorithm and an user interface as the TwitInfo system.
An evaluation of the TwitInfo system revealed that users were able to reconstruct meaningful summaries of events in a small amount of time.
Methods
To evaluate the user interface, 12 participants , 6 with twitter account were asked to do searches that would use the most of the features on interface.
To evaluate the algorithm, the researchers gathered tweets from three soccer games and one month of earthquakes. To create ground truth for the soccer data, one researcher annotated major events in the soccer game using the game video and web-based game summaries, without looking at tweets. For ground truth on the earthquake data, they gathered data from the US Geological Survey on major earthquakes during the time period.
Then participants were given five minutes to understand an event using TwitInfo and five minutes to dictate a news report on the event to the experimenter. Later an interview was conducted to get qualitative data.
Results
The algorithm has high recall, finding all major earthquakes and most soccer events.
The algorithm can be biased by Twitter’s interests.Most users relied on tweets to confirm event details, though a few skimmed the automatically generated labels. Under time pressure, people skimmed all peak labels to get a broad sense. Timeline and event labels were noted as the most memorable and helpful elements.Participants were successfully able to construct the details about an event based on the TwitInfo timeline. People wanted more information and aggregation on maps. People were not so much impressed with the performance of sentiment analysis model and were concerned about which results they need to pay attention to.
Comments
Post a Comment