information retrieval final project presentation may 9 ... · information retrieval final project...

12
Emotion-Aware Ranking Information Retrieval Final Project Presentation May 9, 2018 Gary Lai, Zelalem Gero, Ali Ahmadvand, Reza Karimi

Upload: others

Post on 30-Sep-2020

3 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Information Retrieval Final Project Presentation May 9 ... · Information Retrieval Final Project Presentation May 9, 2018 Gary Lai, Zelalem Gero, Ali Ahmadvand, Reza Karimi. Motivation

Emotion-Aware RankingInformation Retrieval Final Project Presentation May 9, 2018

Gary Lai, Zelalem Gero, Ali Ahmadvand, Reza Karimi

Page 2: Information Retrieval Final Project Presentation May 9 ... · Information Retrieval Final Project Presentation May 9, 2018 Gary Lai, Zelalem Gero, Ali Ahmadvand, Reza Karimi. Motivation

Motivation

To leverage the sentiment which traditional approaches may not catch

I missed my flight, that's greatAnger,

Embarrassment, Sadness

I finished my exam, I killed it

Power, Pride, Happiness, Achievement

I broke up with my girlfriend, how awesome is it?

Insecurity, Sadness

Gun, Evil, Fear, Death

Pride, Happiness,

Peace

Encouragement, Happiness

Page 3: Information Retrieval Final Project Presentation May 9 ... · Information Retrieval Final Project Presentation May 9, 2018 Gary Lai, Zelalem Gero, Ali Ahmadvand, Reza Karimi. Motivation

Pipeline

Data Feature Extraction Learning to Rank Evaluation

Extracting Emotion Features

Basic Features,ie. TF*IDF

RankLib(MART, LambdaMart)

NDCG@10, P@10QueriesDocuments

Page 4: Information Retrieval Final Project Presentation May 9 ... · Information Retrieval Final Project Presentation May 9, 2018 Gary Lai, Zelalem Gero, Ali Ahmadvand, Reza Karimi. Motivation

Datasets

Page 5: Information Retrieval Final Project Presentation May 9 ... · Information Retrieval Final Project Presentation May 9, 2018 Gary Lai, Zelalem Gero, Ali Ahmadvand, Reza Karimi. Motivation

これが最終結論になるのかな? BBC

Sport - Football - Sepp Blatter hints

at 2022 summer World Cup in

Qatar http://ow.ly/1s1sWw

sh____ma

Data Preprocessing

Page 6: Information Retrieval Final Project Presentation May 9 ... · Information Retrieval Final Project Presentation May 9, 2018 Gary Lai, Zelalem Gero, Ali Ahmadvand, Reza Karimi. Motivation

Emotion Extraction

Page 7: Information Retrieval Final Project Presentation May 9 ... · Information Retrieval Final Project Presentation May 9, 2018 Gary Lai, Zelalem Gero, Ali Ahmadvand, Reza Karimi. Motivation

● Baseline○ Cosine similarity between query and doc

○ Retweet counts

○ Favorited or not

● Our Feature Vector○ Features from baseline

○ Emotion from query (64 classes)

○ Emotion from tweet/doc (64 classes)

Features used for LTR (MART, LambdaMART)

Page 8: Information Retrieval Final Project Presentation May 9 ... · Information Retrieval Final Project Presentation May 9, 2018 Gary Lai, Zelalem Gero, Ali Ahmadvand, Reza Karimi. Motivation

Results

Page 9: Information Retrieval Final Project Presentation May 9 ... · Information Retrieval Final Project Presentation May 9, 2018 Gary Lai, Zelalem Gero, Ali Ahmadvand, Reza Karimi. Motivation

Results

Page 10: Information Retrieval Final Project Presentation May 9 ... · Information Retrieval Final Project Presentation May 9, 2018 Gary Lai, Zelalem Gero, Ali Ahmadvand, Reza Karimi. Motivation

Potential Improvements

● More evaluation data from

TREC 2013

● 60 additional queries

● More documents

Page 11: Information Retrieval Final Project Presentation May 9 ... · Information Retrieval Final Project Presentation May 9, 2018 Gary Lai, Zelalem Gero, Ali Ahmadvand, Reza Karimi. Motivation

Conclusion ➢ Extracted emotion features from Microblog TREC dataset

➢ Fed it into the pipeline

➢ Got improvements over the baseline

Thank you!

Page 12: Information Retrieval Final Project Presentation May 9 ... · Information Retrieval Final Project Presentation May 9, 2018 Gary Lai, Zelalem Gero, Ali Ahmadvand, Reza Karimi. Motivation

Challenges

● Evaluation Dataset

● Are Emotions Effective for

other datasets?