Event detection

From Cohen Courses
Revision as of 18:42, 30 September 2012 by Yubink (talk | contribs) (Created page with '==Summary== Event detection is a [[category::problem]] of extracting discrete events usually from a stream of time-stamped information. Approaches usually aim to group documents …')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Summary

Event detection is a problem of extracting discrete events usually from a stream of time-stamped information. Approaches usually aim to group documents belonging to the same event into a single cluster.

A similar line of research existed in the Information Retrieval community in the late 90s to early 2000s called Topic Detection and Tracking, but the topic has seen a revival of interest since the mass availability of time-stamped social data such as Twitter streams.

Relevant Papers