INFORMATION RETRIEVAL USING NEURAL NETWORKS VINEETH REDDY ANUGU - - PowerPoint PPT Presentation

information retrieval using neural networks
SMART_READER_LITE
LIVE PREVIEW

INFORMATION RETRIEVAL USING NEURAL NETWORKS VINEETH REDDY ANUGU - - PowerPoint PPT Presentation

INFORMATION RETRIEVAL USING NEURAL NETWORKS VINEETH REDDY ANUGU CMSC 676 INFORMATION RETRIEVAL INTRODUCTION How can we use neural networks for Information Retrieval? Neural Networks is a field of machine learning How can we train a


slide-1
SLIDE 1

INFORMATION RETRIEVAL USING NEURAL NETWORKS

VINEETH REDDY ANUGU CMSC 676 INFORMATION RETRIEVAL

slide-2
SLIDE 2

ØHow can we use neural networks for Information Retrieval? ØNeural Networks is a field of machine learning ØHow can we train a machine learning model and use that for specific application of information retrieval? ØThis process is highly data demanding

INTRODUCTION

slide-3
SLIDE 3

ØNeural networks learn from raw data ØSupervised and Unsupervised learning ØCNNs are set of filters that extract patterns in data ØUsed for image recognition, can be used on textual data ØCNNs are feed-forward networks

WHAT ARE NEURAL NETWORKS (CNN)?

slide-4
SLIDE 4

RELATED WORK

slide-5
SLIDE 5

ØUsed for ad-hoc retrieval by relevance matching ØConvolutional Neural Network is used in this model ØDRMM is an interaction-based model ØInteraction-based models looks for interaction between queries and terms ØRequires Matching Histogram Mapping as input ØInvolves a term gating network

THE DEEP RELEVANCE MATCHING MODEL(DRMM)

slide-6
SLIDE 6

DRMM ARCHITECTURE

slide-7
SLIDE 7

ØUsed to learn embeddings of given data ØEmbeddings are vector representations of data ØUseful in recommendation systems, embeddings are drawn from user data ØTwo models

Ø Skip-gram Model Ø Continuous bag-of-words Model(CBOW)

WORD2VEC MODEL

slide-8
SLIDE 8
slide-9
SLIDE 9

COMPARE AND CONTRAST

slide-10
SLIDE 10

ØTwo datasets, Robust04 and ClueWeb-09-Cat-B, are used. ØComparing DRMM with well established IR Models

COMPARING DRMM MODEL

slide-11
SLIDE 11

COMPARISON ON ROBUST-04

slide-12
SLIDE 12

COMPARISON ON CLUEWEB-09-CAT-B

slide-13
SLIDE 13

ØComparing the Word2Vec model with the FastText model ØFastText obtains n-grams instead of embeddings ØUseful for rare and out-of-vocabulary word embeddings ØUses differ based on the task

COMPARING WORD2VEC MODEL

slide-14
SLIDE 14

THANK YOU