SlideShare a Scribd company logo
1 of 1
Download to read offline
Data In, Fact Out: Automated Monitoring of Facts by FactWatcher
Naeemul Hassan1, Afroza Sultana1, You Wu2, Gensheng Zhang1, Chengkai Li1, Jun Yang2, Cong Yu3
1University of Texas at Arlington, 2Duke University, 3Google Research
Motivation
Publications
Algorithms
1. Data In, Fact Out. Automated Monitoring of Facts by
FactWatcher. Hassan et al., VLDB 2014 demo.
2. Incremental discovery of prominent situational facts.
Sultana et al., ICDE 2014.
3. Discovering general prominent streaks in sequence
data. Zhang et al., TKDD 2014.
4. On one of the few objects. Wu et al., KDD 2012
5. Prominent streak discovery in sequence data. Jiang et
al., KDD 2011
Factual statements backed by data are leads to news stories:
•Social Media: The social world’s most viral photo ever generated 3.5
million likes, 170,000 comments and 460,000 shares by Wednesday.
•Weather: This month the Chinese capital has experienced 10 days with
a maximum temperature in around 35 degrees Celsius—the most for the
month of July in a decade.
•Politics: Dick Durbin is one of the only three candidates who have raised
more than 25% from PAC contributions and 25% from self-financing.
FactWatcher GUI
Concepts and Objectives
•Append-only database R(D, M), latest tuple t
o Dimension attributes D = {Player, Team, Season}
o Measure attributes M = {Points, Assists, Blocks}
o t = t8: {Lamar Odom, Miami Heat, 2004, 30, 11, 11}
•C: a conjunctive expression on D, M: a subspace of M
o C: {Player = Lamar Odom, Team = *, Season = 2004}
o M: {Points, Blocks}
•Goal: Find 3 types of facts pertinent to the arrival of t
o Situational Facts[2]: (C, M) pairs where t is in the skyline
o (C: {Player = *, Team = *, Season = 2004}, M: {Assists, Blocks})
o Lamar Odom scored 11 assists and 11 blocks. No one made a better performance in
season 2004 so far.
o Prominent Streaks[3],[5]: (C, M) pairs where t generates prominent streaks
o (C: {Player = Lamar Odom, Team = 2004, Season = *}, M: {Length, Points, Assists})
o Lamar Odom had at least 28 points and 9 or more assists for 4 consecutive games; the
longest such streak in 2004.
o One-of-the-Few Objects[4]: (C, M) pairs where t is in the top-Ƭ skyband
o (C: {Player = Lamar Odom, Team = *, Season = *}, M: {Points, Blocks})
o Lamar Odom scored 30 points & 11 blocks. Only 2 other performances have ever beaten
this record. The same claim can be made for three performance records only.
•Huge space of possible facts
o 216 (C,M) pairs in the above tiny table.
•Fast, monitoring algorithm for reporting facts.
•Unified fact data model.
•Unified fact ranking.
Id Player Team Season Points Assists Blocks
t1 Lamar Odom LA Clippers 2003 30 11 12
t2 Eddie House Miami Heat 2003 29 7 8
t3 Eddie House Miami Heat 2003 28 6 9
t4 Lamar Odom Miami Heat 2004 32 9 13
t5 Lamar Odom Miami Heat 2004 28 11 6
t6 Lamar Odom Miami Heat 2004 29 9 7
t7 Eddie House LA Clippers 2004 30 11 10
t8 Lamar Odom Miami Heat 2004 30 11 11
D M
Challenges
Database
Rules &
Templates
Translation
Ranking
Stories
Search
Exploration
Analytics
Situational Facts
Prominent
Streaks
One-of-the-Few
Objects
Facts
System Architecture
Funding
Experiment Results
NBA dataset:
|D| = 5
|M| = 7
Main Interface
Similar Stories
idir.uta.edu/factwatcher
RankingFacets
Comparison of Players

More Related Content

More from The Innovative Data Intelligence Research (IDIR) Laboratory, University of Texas at Arlington

More from The Innovative Data Intelligence Research (IDIR) Laboratory, University of Texas at Arlington (17)

Anything You Can Do, I Can Do Better: Finding Expert Teams by CrewScout
Anything You Can Do, I Can Do Better: Finding Expert Teams by CrewScoutAnything You Can Do, I Can Do Better: Finding Expert Teams by CrewScout
Anything You Can Do, I Can Do Better: Finding Expert Teams by CrewScout
 
Incremental Discovery of Prominent Situational Facts
Incremental Discovery of Prominent Situational FactsIncremental Discovery of Prominent Situational Facts
Incremental Discovery of Prominent Situational Facts
 
Towards a Query-by-Example System for Knowledge Graphs
Towards a Query-by-Example System for Knowledge GraphsTowards a Query-by-Example System for Knowledge Graphs
Towards a Query-by-Example System for Knowledge Graphs
 
Anything You Can Do, I Can Do Better: Finding Expert Teams by CrewScoutCrewsc...
Anything You Can Do, I Can Do Better: Finding Expert Teams by CrewScoutCrewsc...Anything You Can Do, I Can Do Better: Finding Expert Teams by CrewScoutCrewsc...
Anything You Can Do, I Can Do Better: Finding Expert Teams by CrewScoutCrewsc...
 
VIIQ: Auto-suggestion Enabled Visual Interface for Interactive Graph Query Fo...
VIIQ: Auto-suggestion Enabled Visual Interface for Interactive Graph Query Fo...VIIQ: Auto-suggestion Enabled Visual Interface for Interactive Graph Query Fo...
VIIQ: Auto-suggestion Enabled Visual Interface for Interactive Graph Query Fo...
 
Crowdsourcing Pareto-Optimal Object Finding by Pairwise Comparisons
Crowdsourcing Pareto-Optimal Object Finding by Pairwise ComparisonsCrowdsourcing Pareto-Optimal Object Finding by Pairwise Comparisons
Crowdsourcing Pareto-Optimal Object Finding by Pairwise Comparisons
 
Generating Preview Tables for Entity Graphs
Generating Preview Tables for Entity GraphsGenerating Preview Tables for Entity Graphs
Generating Preview Tables for Entity Graphs
 
Comparing Automated Factual Claim Detection Against Judgments of Journalism O...
Comparing Automated Factual Claim Detection Against Judgments of Journalism O...Comparing Automated Factual Claim Detection Against Judgments of Journalism O...
Comparing Automated Factual Claim Detection Against Judgments of Journalism O...
 
ClaimBuster: The First-ever End-to-end Fact-checking System
ClaimBuster: The First-ever End-to-end Fact-checking SystemClaimBuster: The First-ever End-to-end Fact-checking System
ClaimBuster: The First-ever End-to-end Fact-checking System
 
Toward Automated Fact-Checking: Detecting Check-worthy Factual Claims by Clai...
Toward Automated Fact-Checking: Detecting Check-worthy Factual Claims by Clai...Toward Automated Fact-Checking: Detecting Check-worthy Factual Claims by Clai...
Toward Automated Fact-Checking: Detecting Check-worthy Factual Claims by Clai...
 
TableView: A Visual Interface for Generating Preview Tables of Entity Graphs
TableView: A Visual Interface for Generating Preview Tables of Entity GraphsTableView: A Visual Interface for Generating Preview Tables of Entity Graphs
TableView: A Visual Interface for Generating Preview Tables of Entity Graphs
 
Maverick: Discovering Exceptional Facts from Knowledge Graphs
Maverick: Discovering Exceptional Facts from Knowledge GraphsMaverick: Discovering Exceptional Facts from Knowledge Graphs
Maverick: Discovering Exceptional Facts from Knowledge Graphs
 
An Empirical Study on Identifying Sentences with Salient Factual Statements
An Empirical Study on Identifying Sentences with Salient Factual StatementsAn Empirical Study on Identifying Sentences with Salient Factual Statements
An Empirical Study on Identifying Sentences with Salient Factual Statements
 
Continuous Monitoring of Pareto Frontiers on Partially Ordered Attributes for...
Continuous Monitoring of Pareto Frontiers on Partially Ordered Attributes for...Continuous Monitoring of Pareto Frontiers on Partially Ordered Attributes for...
Continuous Monitoring of Pareto Frontiers on Partially Ordered Attributes for...
 
Maverick: Discovering Exceptional Facts from Knowledge Graphs
Maverick: Discovering Exceptional Facts from Knowledge GraphsMaverick: Discovering Exceptional Facts from Knowledge Graphs
Maverick: Discovering Exceptional Facts from Knowledge Graphs
 
Modeling Factual Claims with Frames
Modeling Factual Claims with FramesModeling Factual Claims with Frames
Modeling Factual Claims with Frames
 
ClaimPortal: Integrated Monitoring, Searching, Checking, and Analytics of Fac...
ClaimPortal: Integrated Monitoring, Searching, Checking, and Analytics of Fac...ClaimPortal: Integrated Monitoring, Searching, Checking, and Analytics of Fac...
ClaimPortal: Integrated Monitoring, Searching, Checking, and Analytics of Fac...
 

Recently uploaded

办美国阿肯色大学小石城分校毕业证成绩单pdf电子版制作修改#真实留信入库#永久存档#真实可查#diploma#degree
办美国阿肯色大学小石城分校毕业证成绩单pdf电子版制作修改#真实留信入库#永久存档#真实可查#diploma#degree办美国阿肯色大学小石城分校毕业证成绩单pdf电子版制作修改#真实留信入库#永久存档#真实可查#diploma#degree
办美国阿肯色大学小石城分校毕业证成绩单pdf电子版制作修改#真实留信入库#永久存档#真实可查#diploma#degreeyuu sss
 
Multiple time frame trading analysis -brianshannon.pdf
Multiple time frame trading analysis -brianshannon.pdfMultiple time frame trading analysis -brianshannon.pdf
Multiple time frame trading analysis -brianshannon.pdfchwongval
 
Consent & Privacy Signals on Google *Pixels* - MeasureCamp Amsterdam 2024
Consent & Privacy Signals on Google *Pixels* - MeasureCamp Amsterdam 2024Consent & Privacy Signals on Google *Pixels* - MeasureCamp Amsterdam 2024
Consent & Privacy Signals on Google *Pixels* - MeasureCamp Amsterdam 2024thyngster
 
NO1 Certified Black Magic Specialist Expert Amil baba in Lahore Islamabad Raw...
NO1 Certified Black Magic Specialist Expert Amil baba in Lahore Islamabad Raw...NO1 Certified Black Magic Specialist Expert Amil baba in Lahore Islamabad Raw...
NO1 Certified Black Magic Specialist Expert Amil baba in Lahore Islamabad Raw...Amil Baba Dawood bangali
 
Data Analysis Project : Targeting the Right Customers, Presentation on Bank M...
Data Analysis Project : Targeting the Right Customers, Presentation on Bank M...Data Analysis Project : Targeting the Right Customers, Presentation on Bank M...
Data Analysis Project : Targeting the Right Customers, Presentation on Bank M...Boston Institute of Analytics
 
Learn How Data Science Changes Our World
Learn How Data Science Changes Our WorldLearn How Data Science Changes Our World
Learn How Data Science Changes Our WorldEduminds Learning
 
Top 5 Best Data Analytics Courses In Queens
Top 5 Best Data Analytics Courses In QueensTop 5 Best Data Analytics Courses In Queens
Top 5 Best Data Analytics Courses In Queensdataanalyticsqueen03
 
科罗拉多大学波尔得分校毕业证学位证成绩单-可办理
科罗拉多大学波尔得分校毕业证学位证成绩单-可办理科罗拉多大学波尔得分校毕业证学位证成绩单-可办理
科罗拉多大学波尔得分校毕业证学位证成绩单-可办理e4aez8ss
 
Conf42-LLM_Adding Generative AI to Real-Time Streaming Pipelines
Conf42-LLM_Adding Generative AI to Real-Time Streaming PipelinesConf42-LLM_Adding Generative AI to Real-Time Streaming Pipelines
Conf42-LLM_Adding Generative AI to Real-Time Streaming PipelinesTimothy Spann
 
Real-Time AI Streaming - AI Max Princeton
Real-Time AI  Streaming - AI Max PrincetonReal-Time AI  Streaming - AI Max Princeton
Real-Time AI Streaming - AI Max PrincetonTimothy Spann
 
DBA Basics: Getting Started with Performance Tuning.pdf
DBA Basics: Getting Started with Performance Tuning.pdfDBA Basics: Getting Started with Performance Tuning.pdf
DBA Basics: Getting Started with Performance Tuning.pdfJohn Sterrett
 
Predicting Salary Using Data Science: A Comprehensive Analysis.pdf
Predicting Salary Using Data Science: A Comprehensive Analysis.pdfPredicting Salary Using Data Science: A Comprehensive Analysis.pdf
Predicting Salary Using Data Science: A Comprehensive Analysis.pdfBoston Institute of Analytics
 
LLMs, LMMs, their Improvement Suggestions and the Path towards AGI
LLMs, LMMs, their Improvement Suggestions and the Path towards AGILLMs, LMMs, their Improvement Suggestions and the Path towards AGI
LLMs, LMMs, their Improvement Suggestions and the Path towards AGIThomas Poetter
 
modul pembelajaran robotic Workshop _ by Slidesgo.pptx
modul pembelajaran robotic Workshop _ by Slidesgo.pptxmodul pembelajaran robotic Workshop _ by Slidesgo.pptx
modul pembelajaran robotic Workshop _ by Slidesgo.pptxaleedritatuxx
 
FAIR, FAIRsharing, FAIR Cookbook and ELIXIR - Sansone SA - Boston 2024
FAIR, FAIRsharing, FAIR Cookbook and ELIXIR - Sansone SA - Boston 2024FAIR, FAIRsharing, FAIR Cookbook and ELIXIR - Sansone SA - Boston 2024
FAIR, FAIRsharing, FAIR Cookbook and ELIXIR - Sansone SA - Boston 2024Susanna-Assunta Sansone
 
Semantic Shed - Squashing and Squeezing.pptx
Semantic Shed - Squashing and Squeezing.pptxSemantic Shed - Squashing and Squeezing.pptx
Semantic Shed - Squashing and Squeezing.pptxMike Bennett
 
毕业文凭制作#回国入职#diploma#degree澳洲中央昆士兰大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree
毕业文凭制作#回国入职#diploma#degree澳洲中央昆士兰大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree毕业文凭制作#回国入职#diploma#degree澳洲中央昆士兰大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree
毕业文凭制作#回国入职#diploma#degree澳洲中央昆士兰大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degreeyuu sss
 
专业一比一美国俄亥俄大学毕业证成绩单pdf电子版制作修改
专业一比一美国俄亥俄大学毕业证成绩单pdf电子版制作修改专业一比一美国俄亥俄大学毕业证成绩单pdf电子版制作修改
专业一比一美国俄亥俄大学毕业证成绩单pdf电子版制作修改yuu sss
 
9711147426✨Call In girls Gurgaon Sector 31. SCO 25 escort service
9711147426✨Call In girls Gurgaon Sector 31. SCO 25 escort service9711147426✨Call In girls Gurgaon Sector 31. SCO 25 escort service
9711147426✨Call In girls Gurgaon Sector 31. SCO 25 escort servicejennyeacort
 
RABBIT: A CLI tool for identifying bots based on their GitHub events.
RABBIT: A CLI tool for identifying bots based on their GitHub events.RABBIT: A CLI tool for identifying bots based on their GitHub events.
RABBIT: A CLI tool for identifying bots based on their GitHub events.natarajan8993
 

Recently uploaded (20)

办美国阿肯色大学小石城分校毕业证成绩单pdf电子版制作修改#真实留信入库#永久存档#真实可查#diploma#degree
办美国阿肯色大学小石城分校毕业证成绩单pdf电子版制作修改#真实留信入库#永久存档#真实可查#diploma#degree办美国阿肯色大学小石城分校毕业证成绩单pdf电子版制作修改#真实留信入库#永久存档#真实可查#diploma#degree
办美国阿肯色大学小石城分校毕业证成绩单pdf电子版制作修改#真实留信入库#永久存档#真实可查#diploma#degree
 
Multiple time frame trading analysis -brianshannon.pdf
Multiple time frame trading analysis -brianshannon.pdfMultiple time frame trading analysis -brianshannon.pdf
Multiple time frame trading analysis -brianshannon.pdf
 
Consent & Privacy Signals on Google *Pixels* - MeasureCamp Amsterdam 2024
Consent & Privacy Signals on Google *Pixels* - MeasureCamp Amsterdam 2024Consent & Privacy Signals on Google *Pixels* - MeasureCamp Amsterdam 2024
Consent & Privacy Signals on Google *Pixels* - MeasureCamp Amsterdam 2024
 
NO1 Certified Black Magic Specialist Expert Amil baba in Lahore Islamabad Raw...
NO1 Certified Black Magic Specialist Expert Amil baba in Lahore Islamabad Raw...NO1 Certified Black Magic Specialist Expert Amil baba in Lahore Islamabad Raw...
NO1 Certified Black Magic Specialist Expert Amil baba in Lahore Islamabad Raw...
 
Data Analysis Project : Targeting the Right Customers, Presentation on Bank M...
Data Analysis Project : Targeting the Right Customers, Presentation on Bank M...Data Analysis Project : Targeting the Right Customers, Presentation on Bank M...
Data Analysis Project : Targeting the Right Customers, Presentation on Bank M...
 
Learn How Data Science Changes Our World
Learn How Data Science Changes Our WorldLearn How Data Science Changes Our World
Learn How Data Science Changes Our World
 
Top 5 Best Data Analytics Courses In Queens
Top 5 Best Data Analytics Courses In QueensTop 5 Best Data Analytics Courses In Queens
Top 5 Best Data Analytics Courses In Queens
 
科罗拉多大学波尔得分校毕业证学位证成绩单-可办理
科罗拉多大学波尔得分校毕业证学位证成绩单-可办理科罗拉多大学波尔得分校毕业证学位证成绩单-可办理
科罗拉多大学波尔得分校毕业证学位证成绩单-可办理
 
Conf42-LLM_Adding Generative AI to Real-Time Streaming Pipelines
Conf42-LLM_Adding Generative AI to Real-Time Streaming PipelinesConf42-LLM_Adding Generative AI to Real-Time Streaming Pipelines
Conf42-LLM_Adding Generative AI to Real-Time Streaming Pipelines
 
Real-Time AI Streaming - AI Max Princeton
Real-Time AI  Streaming - AI Max PrincetonReal-Time AI  Streaming - AI Max Princeton
Real-Time AI Streaming - AI Max Princeton
 
DBA Basics: Getting Started with Performance Tuning.pdf
DBA Basics: Getting Started with Performance Tuning.pdfDBA Basics: Getting Started with Performance Tuning.pdf
DBA Basics: Getting Started with Performance Tuning.pdf
 
Predicting Salary Using Data Science: A Comprehensive Analysis.pdf
Predicting Salary Using Data Science: A Comprehensive Analysis.pdfPredicting Salary Using Data Science: A Comprehensive Analysis.pdf
Predicting Salary Using Data Science: A Comprehensive Analysis.pdf
 
LLMs, LMMs, their Improvement Suggestions and the Path towards AGI
LLMs, LMMs, their Improvement Suggestions and the Path towards AGILLMs, LMMs, their Improvement Suggestions and the Path towards AGI
LLMs, LMMs, their Improvement Suggestions and the Path towards AGI
 
modul pembelajaran robotic Workshop _ by Slidesgo.pptx
modul pembelajaran robotic Workshop _ by Slidesgo.pptxmodul pembelajaran robotic Workshop _ by Slidesgo.pptx
modul pembelajaran robotic Workshop _ by Slidesgo.pptx
 
FAIR, FAIRsharing, FAIR Cookbook and ELIXIR - Sansone SA - Boston 2024
FAIR, FAIRsharing, FAIR Cookbook and ELIXIR - Sansone SA - Boston 2024FAIR, FAIRsharing, FAIR Cookbook and ELIXIR - Sansone SA - Boston 2024
FAIR, FAIRsharing, FAIR Cookbook and ELIXIR - Sansone SA - Boston 2024
 
Semantic Shed - Squashing and Squeezing.pptx
Semantic Shed - Squashing and Squeezing.pptxSemantic Shed - Squashing and Squeezing.pptx
Semantic Shed - Squashing and Squeezing.pptx
 
毕业文凭制作#回国入职#diploma#degree澳洲中央昆士兰大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree
毕业文凭制作#回国入职#diploma#degree澳洲中央昆士兰大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree毕业文凭制作#回国入职#diploma#degree澳洲中央昆士兰大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree
毕业文凭制作#回国入职#diploma#degree澳洲中央昆士兰大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree
 
专业一比一美国俄亥俄大学毕业证成绩单pdf电子版制作修改
专业一比一美国俄亥俄大学毕业证成绩单pdf电子版制作修改专业一比一美国俄亥俄大学毕业证成绩单pdf电子版制作修改
专业一比一美国俄亥俄大学毕业证成绩单pdf电子版制作修改
 
9711147426✨Call In girls Gurgaon Sector 31. SCO 25 escort service
9711147426✨Call In girls Gurgaon Sector 31. SCO 25 escort service9711147426✨Call In girls Gurgaon Sector 31. SCO 25 escort service
9711147426✨Call In girls Gurgaon Sector 31. SCO 25 escort service
 
RABBIT: A CLI tool for identifying bots based on their GitHub events.
RABBIT: A CLI tool for identifying bots based on their GitHub events.RABBIT: A CLI tool for identifying bots based on their GitHub events.
RABBIT: A CLI tool for identifying bots based on their GitHub events.
 

Data In, Fact Out: Automated Monitoring of Facts by FactWatcher

  • 1. Data In, Fact Out: Automated Monitoring of Facts by FactWatcher Naeemul Hassan1, Afroza Sultana1, You Wu2, Gensheng Zhang1, Chengkai Li1, Jun Yang2, Cong Yu3 1University of Texas at Arlington, 2Duke University, 3Google Research Motivation Publications Algorithms 1. Data In, Fact Out. Automated Monitoring of Facts by FactWatcher. Hassan et al., VLDB 2014 demo. 2. Incremental discovery of prominent situational facts. Sultana et al., ICDE 2014. 3. Discovering general prominent streaks in sequence data. Zhang et al., TKDD 2014. 4. On one of the few objects. Wu et al., KDD 2012 5. Prominent streak discovery in sequence data. Jiang et al., KDD 2011 Factual statements backed by data are leads to news stories: •Social Media: The social world’s most viral photo ever generated 3.5 million likes, 170,000 comments and 460,000 shares by Wednesday. •Weather: This month the Chinese capital has experienced 10 days with a maximum temperature in around 35 degrees Celsius—the most for the month of July in a decade. •Politics: Dick Durbin is one of the only three candidates who have raised more than 25% from PAC contributions and 25% from self-financing. FactWatcher GUI Concepts and Objectives •Append-only database R(D, M), latest tuple t o Dimension attributes D = {Player, Team, Season} o Measure attributes M = {Points, Assists, Blocks} o t = t8: {Lamar Odom, Miami Heat, 2004, 30, 11, 11} •C: a conjunctive expression on D, M: a subspace of M o C: {Player = Lamar Odom, Team = *, Season = 2004} o M: {Points, Blocks} •Goal: Find 3 types of facts pertinent to the arrival of t o Situational Facts[2]: (C, M) pairs where t is in the skyline o (C: {Player = *, Team = *, Season = 2004}, M: {Assists, Blocks}) o Lamar Odom scored 11 assists and 11 blocks. No one made a better performance in season 2004 so far. o Prominent Streaks[3],[5]: (C, M) pairs where t generates prominent streaks o (C: {Player = Lamar Odom, Team = 2004, Season = *}, M: {Length, Points, Assists}) o Lamar Odom had at least 28 points and 9 or more assists for 4 consecutive games; the longest such streak in 2004. o One-of-the-Few Objects[4]: (C, M) pairs where t is in the top-Ƭ skyband o (C: {Player = Lamar Odom, Team = *, Season = *}, M: {Points, Blocks}) o Lamar Odom scored 30 points & 11 blocks. Only 2 other performances have ever beaten this record. The same claim can be made for three performance records only. •Huge space of possible facts o 216 (C,M) pairs in the above tiny table. •Fast, monitoring algorithm for reporting facts. •Unified fact data model. •Unified fact ranking. Id Player Team Season Points Assists Blocks t1 Lamar Odom LA Clippers 2003 30 11 12 t2 Eddie House Miami Heat 2003 29 7 8 t3 Eddie House Miami Heat 2003 28 6 9 t4 Lamar Odom Miami Heat 2004 32 9 13 t5 Lamar Odom Miami Heat 2004 28 11 6 t6 Lamar Odom Miami Heat 2004 29 9 7 t7 Eddie House LA Clippers 2004 30 11 10 t8 Lamar Odom Miami Heat 2004 30 11 11 D M Challenges Database Rules & Templates Translation Ranking Stories Search Exploration Analytics Situational Facts Prominent Streaks One-of-the-Few Objects Facts System Architecture Funding Experiment Results NBA dataset: |D| = 5 |M| = 7 Main Interface Similar Stories idir.uta.edu/factwatcher RankingFacets Comparison of Players