Topic Detection and Tracking Introduction and Overview.

13
Topic Detection and Topic Detection and Tracking Tracking Introduction and Overview

Transcript of Topic Detection and Tracking Introduction and Overview.

Page 1: Topic Detection and Tracking Introduction and Overview.

Topic Detection and TrackingTopic Detection and Tracking

Introduction and Overview

Page 2: Topic Detection and Tracking Introduction and Overview.

TDT Task OverviewTDT Task Overview**

5 R&D Challenges:– Story Segmentation– Topic Tracking– Topic Detection– First-Story Detection– Link Detection

TDT3 Corpus Characteristics:†

– Two Types of Sources:• Text• Speech

– Two Languages:• English 30,000 stories• Mandarin 10,000 stories

– 11 Different Sources: _8 English__ 3 Mandarin

ABC CNN VOAPRI VOA XINNBC MNB ZBNAPW NYT** see www.nist.gov/speech/tests/tdt/tdt2000 for details

† see www.ldc.upenn.edu/Projects/TDT3/ for details

Page 3: Topic Detection and Tracking Introduction and Overview.

TDT – Similarities with TRECTDT – Similarities with TREC

The TDT Tasks:– Story Segmentation– Topic Detection– First-Story Detection– Link Detection

No equivalent task in TREC

– Topic Tracking Similar to Ad hoc and Filtering, but…

– Query versus Topic– Multiple streams– Multiple languages– Limited look-ahead– No supervised update

Page 4: Topic Detection and Tracking Introduction and Overview.

PreliminariesPreliminaries

A topictopic is …a seminal eventevent or activity, along with all

directly related events and activities.

A storystory is …a topically cohesive segment of news that includes

two or more DECLARATIVE independent clauses about a single event.

Page 5: Topic Detection and Tracking Introduction and Overview.

Example TopicExample Topic

Title: Mountain Hikers Lost– WHAT: 35 or 40 young Mountain Hikers were lost in an

avalanche in France around the 20th of January.

– WHERE: Orres, France

– WHEN: January 1998

– RULES OF INTERPRETATION: 5. Accidents

Page 6: Topic Detection and Tracking Introduction and Overview.

Topic Contrast – Topic Contrast – Year 2000 vs 1999Year 2000 vs 1999

0.1

1

10

100

1000

0.1 1 10 100 1000

English On Topic Stories

Ma

nd

ari

n O

n T

op

ic S

tori

es

1999 topics

2000 topics

Page 7: Topic Detection and Tracking Introduction and Overview.

(for Radio and TV only)

Transcription:text (words)

Story:Non-story:

The Segmentation Task:The Segmentation Task:To segment the source stream into its constituent stories,

for all audio sources.

Page 8: Topic Detection and Tracking Introduction and Overview.

The Topic Tracking Task:The Topic Tracking Task:To detect stories that discuss the target topic,

in multiple source streams.

• Find all the stories that discuss a given target topic– Training: Given a stream of sample stories, with Nt of them

known to discuss a given target topic,

– Test: Find all subsequent stories that discuss the target topic.

on-topicunknownunknowntraining data

test dataUntagged stories are not

guaranteed to be off-topic

Stories tagged asbeing “on topic”

Page 9: Topic Detection and Tracking Introduction and Overview.

Two Primary Test ConditionsTwo Primary Test Conditionsfor the Topic Tracking Task:for the Topic Tracking Task:

• One on-topic training story

• Four on-topic training stories

– And two off-topic stories that are

algorithmically very close to the topicbut that are certified as being “off-topic”.

?

Page 10: Topic Detection and Tracking Introduction and Overview.

The Topic Detection Task:The Topic Detection Task:To detect topics in terms of the (clusters of) stories

that discuss them.

– Unsupervised topic training A meta-definition of topic is required independent of topic specifics.

– New topics must be detected as the incoming stories are processed.

– Input stories are then associated with one of the topics.

a topic!

Page 11: Topic Detection and Tracking Introduction and Overview.

• First-Story Detection is essentially the same as Topic Detection. The difference is only in what the system outputs.

Time

First Stories

Not First Stories

= Topic 1= Topic 2

The First-Story Detection Task:The First-Story Detection Task:To detect the first story that discusses a topic,

for all topics.

Page 12: Topic Detection and Tracking Introduction and Overview.

The Link Detection TaskThe Link Detection TaskTo detect whether a pair of stories discuss the same topic.

• The topic discussed is a free variable.

• Topic definition and annotation is unnecessary.

• The link detection task represents a basic functionality, needed to support all applications (including the TDT applications of topic detection and tracking).

• The link detection task is related to the topic tracking task, with Nt = 1.

same topic?

Page 13: Topic Detection and Tracking Introduction and Overview.

TDT3 Evaluation MethodologyTDT3 Evaluation Methodology• All TDT3 tasks are cast as statistical detection (yes-no) tasks.

– Story Segmentation: Is there a story boundary here?

– Topic Tracking: Is this story on the given topic?

– Topic Detection: Is this story in the correct topic-clustered set?

– First-story Detection: Is this the first story on a topic?

– Link Detection: Do these two stories discuss the same topic?

• Performance is measured in terms of detection cost, which is a weighted sum of miss and false alarm probabilities: CDet = CMiss • PMiss • Ptarget + CFA • PFA • (1- Ptarget)

• Detection Cost is normalized to lie between 0 and 1: (CDet)Norm = CDet / min{CMiss • Ptarget, CFA • (1- Ptarget)}