SlideShare ist ein Scribd-Unternehmen logo
1 von 15
Downloaden Sie, um offline zu lesen
Query Expansion
Cluster based using N Grams
UMA K L (201305514)
SPANDAN VEGGALAM (201307674)
MAHAVER CHOPRA (201101011)
AKSHAT KANDELWAL (201001095)
INTERNATIONAL INSTITUTE OF INFORMATION TECHNOLOGY -HYDERABAD
Query Expansion
• Key feature of Search Engine
• In many cases it is difficult to find the search intent of user
• Users do not always formulate query in the best way
• Query recommendation is to help users in formulating queries to certain extent
• Improves the search retrieval performance, user selects the alternate query input from
suggestions which is relevant to his intent.
• Increases recall of Information Retrieval System
Expanding Queries
Following techniques are used for expanding queries
1. Spell Corrections
2. Finding and searching with “Synonyms” of input query terms
3. Augmenting query with terms
In our approach we focus on Augmenting queries and Searching with synonyms
Our Approach
Two Phases
1. Offline Phase
1. Add Synonyms to documents
2. Cluster the documents, in order to group similar documents into a cluster
3. Index and Label the clusters
Only nouns are indexed.
2. Online Phase
1. Search for clusters as Phrase query
2. Predict words for query augmentation
3. Re-weight the query and suggest top queries as query recommendations
Only Nouns are considered as augmented words
Our Approach – Offline Phase
Why Clustering?
1. Clustering improves the scope of suggesting queries for different contexts
2. Documents are clustered together, and indexed
3. Search is performed on cluster index.
4. Relevant clusters are considered to find augmented terms
5. Top N query suggestions from each cluster are considered
Clustering Parameters Used
Algorithm: K-Means
Number of Clusters: 150
Our Approach – Offline Phase
Adding Synonyms
1. Allows user to search with synonyms as well
2. Ideally system should accept synonyms and is expected to retrieve same relevant documents
3. Top 5% of words from each document are considered, and synonyms are added to these words
Labeling Clusters
1. Clusters are tagged with most relevant terms
2. Label contain set of terms which can distinguish it from other clusters
Our Approach – Online Phase
1. Retrieve relevant Clusters for given input query.
2. Select top ‘N’ Clusters
3. If given query can be represented in N Grams
1. As the words are sequential and from same document, intent of user is clear. Next word in
document can be suggested as augment word
2. Retrieve next sequential word from the cluster, which is set of documents
3. Augment the query with these predicted words, retrieve top queries are present the user as query
recommendations
Our Approach – Online Phase
4. Else if the query terms are separated with some distance
1. Predict next word for each input term, add terms to a list.
2. Identify the tags for clusters, and them to list. Tags are words that gives information about the input
words together
3. Here user intent is not clear so, tags which gives category/topic/context of the document are also
considered for augmentation
4. Augment the query with these predicted words, retrieve top queries are present the user as query
recommendations
5. If the given words are far from each other, it is very difficult to co-relate each word
1. Sequential words cannot be used as augment words, the input words may be from different
contexts and is hard to retrieve relevant documents thereby reduces the recall
2. Cluster tags are words which gives some information about the input words together, and are
considered as augmented terms
Architecture – Offline Phase
Architecture – Online Phase
Tools & Data Set Used
Tools
◦ Word Net: Used to identify synonyms
◦ Cluto: Clusters the documents
◦ Doc2Mat: Represents documents in matrix format
◦ Apache Lucene: Used for indexing and querying.
◦ Stanford NLP POS tagger: Identifying Part of speech of word
Data Set
◦ Data set consists of Telegraph Calcutta news paper stories
◦ Stories are categorized into
◦ “FrontPage”, “Nation, “Calcutta”, “Bengal”, “Foreign”, “Business”, “Sports”, “Opinion”, “Metro”
◦ Format of each story in data set is
◦ <DocNo>*</DocNo><Text>*</Text>
Evaluation
We have run the augmented queries over the data set to retrieve relevant documents and found
considerable increase in recall and precision values.
Following bar diagram gives change in precision and recall values for random augmented queries
formulated over 30 input queries.
Evaluation
Open this file for evaluation results of all augmented queries for 30 input queries.
Future Work
1. Approach can be extended to implement query logs
◦ Query logs can be used as knowledge base for suggesting queries, and also helps in asynchronous way of
suggesting queries
2. User preferences can be used to filter the documents based on relevancy
3. Different Mixed versions of Markov models can be used to achieve the best balance among accuracy
and coverage both in terms of data (objective) and user (subjective) centric evaluation metrics
4. Different N gram variations can be used to make it ideally suitable for real time Search engine
Conclusion
1. We have explained our approach for query expansions, which uses Clustering method to
extend suggestions from various contexts, N gram and Markov model to determine augment
terms
2. We have applied sequential probabilistic model as it is suitable for the task of online query
recommendation
3. Achieved accuracy and coverage in terms of data.
4. Time and memory complexities of our application is measured and found it is suitable for
real time search engine

Weitere ähnliche Inhalte

Was ist angesagt?

The impact of web on ir
The impact of web on irThe impact of web on ir
The impact of web on irPrimya Tamil
 
Probabilistic retrieval model
Probabilistic retrieval modelProbabilistic retrieval model
Probabilistic retrieval modelbaradhimarch81
 
Introduction to CSS3
Introduction to CSS3Introduction to CSS3
Introduction to CSS3Doris Chen
 
lecture12-clustering.ppt
lecture12-clustering.pptlecture12-clustering.ppt
lecture12-clustering.pptImXaib
 
Boolean,vector space retrieval Models
Boolean,vector space retrieval Models Boolean,vector space retrieval Models
Boolean,vector space retrieval Models Primya Tamil
 
Nlp toolkits and_preprocessing_techniques
Nlp toolkits and_preprocessing_techniquesNlp toolkits and_preprocessing_techniques
Nlp toolkits and_preprocessing_techniquesankit_ppt
 
Information retrieval introduction
Information retrieval introductionInformation retrieval introduction
Information retrieval introductionnimmyjans4
 
CMS (CONTENT MANAGEMENT SYSTEM)
CMS (CONTENT MANAGEMENT SYSTEM)CMS (CONTENT MANAGEMENT SYSTEM)
CMS (CONTENT MANAGEMENT SYSTEM)Aaina Katyal
 
automatic classification in information retrieval
automatic classification in information retrievalautomatic classification in information retrieval
automatic classification in information retrievalBasma Gamal
 
The vector space model
The vector space modelThe vector space model
The vector space modelpkgosh
 
Natural Language Processing
Natural Language ProcessingNatural Language Processing
Natural Language ProcessingCloudxLab
 

Was ist angesagt? (20)

The impact of web on ir
The impact of web on irThe impact of web on ir
The impact of web on ir
 
Probabilistic retrieval model
Probabilistic retrieval modelProbabilistic retrieval model
Probabilistic retrieval model
 
Introduction to CSS3
Introduction to CSS3Introduction to CSS3
Introduction to CSS3
 
lecture12-clustering.ppt
lecture12-clustering.pptlecture12-clustering.ppt
lecture12-clustering.ppt
 
Folksonomies & social tagging
Folksonomies & social taggingFolksonomies & social tagging
Folksonomies & social tagging
 
Boolean,vector space retrieval Models
Boolean,vector space retrieval Models Boolean,vector space retrieval Models
Boolean,vector space retrieval Models
 
The Complete HTML
The Complete HTMLThe Complete HTML
The Complete HTML
 
Nlp toolkits and_preprocessing_techniques
Nlp toolkits and_preprocessing_techniquesNlp toolkits and_preprocessing_techniques
Nlp toolkits and_preprocessing_techniques
 
Yaml
YamlYaml
Yaml
 
Ontologies
OntologiesOntologies
Ontologies
 
Information retrieval introduction
Information retrieval introductionInformation retrieval introduction
Information retrieval introduction
 
CMS (CONTENT MANAGEMENT SYSTEM)
CMS (CONTENT MANAGEMENT SYSTEM)CMS (CONTENT MANAGEMENT SYSTEM)
CMS (CONTENT MANAGEMENT SYSTEM)
 
Term weighting
Term weightingTerm weighting
Term weighting
 
Web search vs ir
Web search vs irWeb search vs ir
Web search vs ir
 
automatic classification in information retrieval
automatic classification in information retrievalautomatic classification in information retrieval
automatic classification in information retrieval
 
HTML Introduction
HTML IntroductionHTML Introduction
HTML Introduction
 
The vector space model
The vector space modelThe vector space model
The vector space model
 
Xhtml
XhtmlXhtml
Xhtml
 
Web spam
Web spamWeb spam
Web spam
 
Natural Language Processing
Natural Language ProcessingNatural Language Processing
Natural Language Processing
 

Andere mochten auch

Designing Search For Humans
Designing Search For HumansDesigning Search For Humans
Designing Search For Humansmarti_hearst
 
Automatic suggestion of query-rewrite rules for enterprise search
Automatic suggestion of query-rewrite rules for enterprise searchAutomatic suggestion of query-rewrite rules for enterprise search
Automatic suggestion of query-rewrite rules for enterprise searchYunyao Li
 
Query Recommendations in the Long Tail: Efficient and Effective Techniques.
Query Recommendations in the Long Tail: Efficient and Effective Techniques.Query Recommendations in the Long Tail: Efficient and Effective Techniques.
Query Recommendations in the Long Tail: Efficient and Effective Techniques.Fabrizio Silvestri
 
Learning by example: training users through high-quality query suggestions
Learning by example: training users through high-quality query suggestionsLearning by example: training users through high-quality query suggestions
Learning by example: training users through high-quality query suggestionsClaudia Hauff
 
Instant search - A hands-on tutorial
Instant search  - A hands-on tutorialInstant search  - A hands-on tutorial
Instant search - A hands-on tutorialGanesh Venkataraman
 
Query Formulation in Multilingual Web Information Retrieval
Query Formulation in Multilingual Web Information RetrievalQuery Formulation in Multilingual Web Information Retrieval
Query Formulation in Multilingual Web Information RetrievalMuhammad Rizwan Pasha
 
Query Understanding: A Manifesto
Query Understanding: A ManifestoQuery Understanding: A Manifesto
Query Understanding: A ManifestoDaniel Tunkelang
 
Techniques For Deep Query Understanding
Techniques For Deep Query UnderstandingTechniques For Deep Query Understanding
Techniques For Deep Query UnderstandingAbhay Prakash
 

Andere mochten auch (8)

Designing Search For Humans
Designing Search For HumansDesigning Search For Humans
Designing Search For Humans
 
Automatic suggestion of query-rewrite rules for enterprise search
Automatic suggestion of query-rewrite rules for enterprise searchAutomatic suggestion of query-rewrite rules for enterprise search
Automatic suggestion of query-rewrite rules for enterprise search
 
Query Recommendations in the Long Tail: Efficient and Effective Techniques.
Query Recommendations in the Long Tail: Efficient and Effective Techniques.Query Recommendations in the Long Tail: Efficient and Effective Techniques.
Query Recommendations in the Long Tail: Efficient and Effective Techniques.
 
Learning by example: training users through high-quality query suggestions
Learning by example: training users through high-quality query suggestionsLearning by example: training users through high-quality query suggestions
Learning by example: training users through high-quality query suggestions
 
Instant search - A hands-on tutorial
Instant search  - A hands-on tutorialInstant search  - A hands-on tutorial
Instant search - A hands-on tutorial
 
Query Formulation in Multilingual Web Information Retrieval
Query Formulation in Multilingual Web Information RetrievalQuery Formulation in Multilingual Web Information Retrieval
Query Formulation in Multilingual Web Information Retrieval
 
Query Understanding: A Manifesto
Query Understanding: A ManifestoQuery Understanding: A Manifesto
Query Understanding: A Manifesto
 
Techniques For Deep Query Understanding
Techniques For Deep Query UnderstandingTechniques For Deep Query Understanding
Techniques For Deep Query Understanding
 

Ähnlich wie Query expansion

The sarcasm detection with the method of logistic regression
The sarcasm detection with the method of logistic regressionThe sarcasm detection with the method of logistic regression
The sarcasm detection with the method of logistic regressionEditorIJAERD
 
Adaptive focused crawling strategy for maximising the relevance
Adaptive focused crawling strategy for maximising the relevanceAdaptive focused crawling strategy for maximising the relevance
Adaptive focused crawling strategy for maximising the relevanceeSAT Journals
 
Ontology Based Approach for Semantic Information Retrieval System
Ontology Based Approach for Semantic Information Retrieval SystemOntology Based Approach for Semantic Information Retrieval System
Ontology Based Approach for Semantic Information Retrieval SystemIJTET Journal
 
Performance Evaluation of Query Processing Techniques in Information Retrieval
Performance Evaluation of Query Processing Techniques in Information RetrievalPerformance Evaluation of Query Processing Techniques in Information Retrieval
Performance Evaluation of Query Processing Techniques in Information Retrievalidescitation
 
Improving search result via search keywords and data classification similarity
Improving search result via search keywords and data classification similarityImproving search result via search keywords and data classification similarity
Improving search result via search keywords and data classification similarityConference Papers
 
Query formulation process
Query formulation processQuery formulation process
Query formulation processmalathimurugan
 
professional fuzzy type-ahead rummage around in xml type-ahead search techni...
professional fuzzy type-ahead rummage around in xml  type-ahead search techni...professional fuzzy type-ahead rummage around in xml  type-ahead search techni...
professional fuzzy type-ahead rummage around in xml type-ahead search techni...Kumar Goud
 
Efficient instant fuzzy search with proximity ranking
Efficient instant fuzzy search with proximity rankingEfficient instant fuzzy search with proximity ranking
Efficient instant fuzzy search with proximity rankingShakas Technologies
 
Using data mining methods knowledge discovery for text mining
Using data mining methods knowledge discovery for text miningUsing data mining methods knowledge discovery for text mining
Using data mining methods knowledge discovery for text miningeSAT Publishing House
 
Using data mining methods knowledge discovery for text mining
Using data mining methods knowledge discovery for text miningUsing data mining methods knowledge discovery for text mining
Using data mining methods knowledge discovery for text miningeSAT Journals
 
IRJET- Classifying Twitter Data in Multiple Classes based on Sentiment Class ...
IRJET- Classifying Twitter Data in Multiple Classes based on Sentiment Class ...IRJET- Classifying Twitter Data in Multiple Classes based on Sentiment Class ...
IRJET- Classifying Twitter Data in Multiple Classes based on Sentiment Class ...IRJET Journal
 
Question Retrieval in Community Question Answering via NON-Negative Matrix Fa...
Question Retrieval in Community Question Answering via NON-Negative Matrix Fa...Question Retrieval in Community Question Answering via NON-Negative Matrix Fa...
Question Retrieval in Community Question Answering via NON-Negative Matrix Fa...IRJET Journal
 
A Survey on Automatically Mining Facets for Queries from their Search Results
A Survey on Automatically Mining Facets for Queries from their Search ResultsA Survey on Automatically Mining Facets for Queries from their Search Results
A Survey on Automatically Mining Facets for Queries from their Search ResultsIRJET Journal
 
IRJET- Analysis of Question and Answering Recommendation System
IRJET-  	  Analysis of Question and Answering Recommendation SystemIRJET-  	  Analysis of Question and Answering Recommendation System
IRJET- Analysis of Question and Answering Recommendation SystemIRJET Journal
 
An Efficient Approach for Keyword Selection ; Improving Accessibility of Web ...
An Efficient Approach for Keyword Selection ; Improving Accessibility of Web ...An Efficient Approach for Keyword Selection ; Improving Accessibility of Web ...
An Efficient Approach for Keyword Selection ; Improving Accessibility of Web ...dannyijwest
 
IRJET- Missing Value Evaluation in SQL Queries: A Survey
IRJET- 	  Missing Value Evaluation in SQL Queries: A SurveyIRJET- 	  Missing Value Evaluation in SQL Queries: A Survey
IRJET- Missing Value Evaluation in SQL Queries: A SurveyIRJET Journal
 
Missing Value Evaluation in SQL Queries: A Survey
Missing Value Evaluation in SQL Queries: A SurveyMissing Value Evaluation in SQL Queries: A Survey
Missing Value Evaluation in SQL Queries: A SurveyIRJET Journal
 

Ähnlich wie Query expansion (20)

The sarcasm detection with the method of logistic regression
The sarcasm detection with the method of logistic regressionThe sarcasm detection with the method of logistic regression
The sarcasm detection with the method of logistic regression
 
Adaptive focused crawling strategy for maximising the relevance
Adaptive focused crawling strategy for maximising the relevanceAdaptive focused crawling strategy for maximising the relevance
Adaptive focused crawling strategy for maximising the relevance
 
Ontology Based Approach for Semantic Information Retrieval System
Ontology Based Approach for Semantic Information Retrieval SystemOntology Based Approach for Semantic Information Retrieval System
Ontology Based Approach for Semantic Information Retrieval System
 
Performance Evaluation of Query Processing Techniques in Information Retrieval
Performance Evaluation of Query Processing Techniques in Information RetrievalPerformance Evaluation of Query Processing Techniques in Information Retrieval
Performance Evaluation of Query Processing Techniques in Information Retrieval
 
Improving search result via search keywords and data classification similarity
Improving search result via search keywords and data classification similarityImproving search result via search keywords and data classification similarity
Improving search result via search keywords and data classification similarity
 
Query formulation process
Query formulation processQuery formulation process
Query formulation process
 
professional fuzzy type-ahead rummage around in xml type-ahead search techni...
professional fuzzy type-ahead rummage around in xml  type-ahead search techni...professional fuzzy type-ahead rummage around in xml  type-ahead search techni...
professional fuzzy type-ahead rummage around in xml type-ahead search techni...
 
Efficient instant fuzzy search with proximity ranking
Efficient instant fuzzy search with proximity rankingEfficient instant fuzzy search with proximity ranking
Efficient instant fuzzy search with proximity ranking
 
Using data mining methods knowledge discovery for text mining
Using data mining methods knowledge discovery for text miningUsing data mining methods knowledge discovery for text mining
Using data mining methods knowledge discovery for text mining
 
Using data mining methods knowledge discovery for text mining
Using data mining methods knowledge discovery for text miningUsing data mining methods knowledge discovery for text mining
Using data mining methods knowledge discovery for text mining
 
Naresh sharma
Naresh sharmaNaresh sharma
Naresh sharma
 
IRJET- Classifying Twitter Data in Multiple Classes based on Sentiment Class ...
IRJET- Classifying Twitter Data in Multiple Classes based on Sentiment Class ...IRJET- Classifying Twitter Data in Multiple Classes based on Sentiment Class ...
IRJET- Classifying Twitter Data in Multiple Classes based on Sentiment Class ...
 
H04564550
H04564550H04564550
H04564550
 
Question Retrieval in Community Question Answering via NON-Negative Matrix Fa...
Question Retrieval in Community Question Answering via NON-Negative Matrix Fa...Question Retrieval in Community Question Answering via NON-Negative Matrix Fa...
Question Retrieval in Community Question Answering via NON-Negative Matrix Fa...
 
A Survey on Automatically Mining Facets for Queries from their Search Results
A Survey on Automatically Mining Facets for Queries from their Search ResultsA Survey on Automatically Mining Facets for Queries from their Search Results
A Survey on Automatically Mining Facets for Queries from their Search Results
 
IRJET- Analysis of Question and Answering Recommendation System
IRJET-  	  Analysis of Question and Answering Recommendation SystemIRJET-  	  Analysis of Question and Answering Recommendation System
IRJET- Analysis of Question and Answering Recommendation System
 
An Efficient Approach for Keyword Selection ; Improving Accessibility of Web ...
An Efficient Approach for Keyword Selection ; Improving Accessibility of Web ...An Efficient Approach for Keyword Selection ; Improving Accessibility of Web ...
An Efficient Approach for Keyword Selection ; Improving Accessibility of Web ...
 
Bv31491493
Bv31491493Bv31491493
Bv31491493
 
IRJET- Missing Value Evaluation in SQL Queries: A Survey
IRJET- 	  Missing Value Evaluation in SQL Queries: A SurveyIRJET- 	  Missing Value Evaluation in SQL Queries: A Survey
IRJET- Missing Value Evaluation in SQL Queries: A Survey
 
Missing Value Evaluation in SQL Queries: A Survey
Missing Value Evaluation in SQL Queries: A SurveyMissing Value Evaluation in SQL Queries: A Survey
Missing Value Evaluation in SQL Queries: A Survey
 

Kürzlich hochgeladen

04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUK Journal
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...Martijn de Jong
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slidevu2urc
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessPixlogix Infotech
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?Igalia
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024The Digital Insurer
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxKatpro Technologies
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024Results
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 

Kürzlich hochgeladen (20)

04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your Business
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 

Query expansion

  • 1. Query Expansion Cluster based using N Grams UMA K L (201305514) SPANDAN VEGGALAM (201307674) MAHAVER CHOPRA (201101011) AKSHAT KANDELWAL (201001095) INTERNATIONAL INSTITUTE OF INFORMATION TECHNOLOGY -HYDERABAD
  • 2. Query Expansion • Key feature of Search Engine • In many cases it is difficult to find the search intent of user • Users do not always formulate query in the best way • Query recommendation is to help users in formulating queries to certain extent • Improves the search retrieval performance, user selects the alternate query input from suggestions which is relevant to his intent. • Increases recall of Information Retrieval System
  • 3. Expanding Queries Following techniques are used for expanding queries 1. Spell Corrections 2. Finding and searching with “Synonyms” of input query terms 3. Augmenting query with terms In our approach we focus on Augmenting queries and Searching with synonyms
  • 4. Our Approach Two Phases 1. Offline Phase 1. Add Synonyms to documents 2. Cluster the documents, in order to group similar documents into a cluster 3. Index and Label the clusters Only nouns are indexed. 2. Online Phase 1. Search for clusters as Phrase query 2. Predict words for query augmentation 3. Re-weight the query and suggest top queries as query recommendations Only Nouns are considered as augmented words
  • 5. Our Approach – Offline Phase Why Clustering? 1. Clustering improves the scope of suggesting queries for different contexts 2. Documents are clustered together, and indexed 3. Search is performed on cluster index. 4. Relevant clusters are considered to find augmented terms 5. Top N query suggestions from each cluster are considered Clustering Parameters Used Algorithm: K-Means Number of Clusters: 150
  • 6. Our Approach – Offline Phase Adding Synonyms 1. Allows user to search with synonyms as well 2. Ideally system should accept synonyms and is expected to retrieve same relevant documents 3. Top 5% of words from each document are considered, and synonyms are added to these words Labeling Clusters 1. Clusters are tagged with most relevant terms 2. Label contain set of terms which can distinguish it from other clusters
  • 7. Our Approach – Online Phase 1. Retrieve relevant Clusters for given input query. 2. Select top ‘N’ Clusters 3. If given query can be represented in N Grams 1. As the words are sequential and from same document, intent of user is clear. Next word in document can be suggested as augment word 2. Retrieve next sequential word from the cluster, which is set of documents 3. Augment the query with these predicted words, retrieve top queries are present the user as query recommendations
  • 8. Our Approach – Online Phase 4. Else if the query terms are separated with some distance 1. Predict next word for each input term, add terms to a list. 2. Identify the tags for clusters, and them to list. Tags are words that gives information about the input words together 3. Here user intent is not clear so, tags which gives category/topic/context of the document are also considered for augmentation 4. Augment the query with these predicted words, retrieve top queries are present the user as query recommendations 5. If the given words are far from each other, it is very difficult to co-relate each word 1. Sequential words cannot be used as augment words, the input words may be from different contexts and is hard to retrieve relevant documents thereby reduces the recall 2. Cluster tags are words which gives some information about the input words together, and are considered as augmented terms
  • 11. Tools & Data Set Used Tools ◦ Word Net: Used to identify synonyms ◦ Cluto: Clusters the documents ◦ Doc2Mat: Represents documents in matrix format ◦ Apache Lucene: Used for indexing and querying. ◦ Stanford NLP POS tagger: Identifying Part of speech of word Data Set ◦ Data set consists of Telegraph Calcutta news paper stories ◦ Stories are categorized into ◦ “FrontPage”, “Nation, “Calcutta”, “Bengal”, “Foreign”, “Business”, “Sports”, “Opinion”, “Metro” ◦ Format of each story in data set is ◦ <DocNo>*</DocNo><Text>*</Text>
  • 12. Evaluation We have run the augmented queries over the data set to retrieve relevant documents and found considerable increase in recall and precision values. Following bar diagram gives change in precision and recall values for random augmented queries formulated over 30 input queries.
  • 13. Evaluation Open this file for evaluation results of all augmented queries for 30 input queries.
  • 14. Future Work 1. Approach can be extended to implement query logs ◦ Query logs can be used as knowledge base for suggesting queries, and also helps in asynchronous way of suggesting queries 2. User preferences can be used to filter the documents based on relevancy 3. Different Mixed versions of Markov models can be used to achieve the best balance among accuracy and coverage both in terms of data (objective) and user (subjective) centric evaluation metrics 4. Different N gram variations can be used to make it ideally suitable for real time Search engine
  • 15. Conclusion 1. We have explained our approach for query expansions, which uses Clustering method to extend suggestions from various contexts, N gram and Markov model to determine augment terms 2. We have applied sequential probabilistic model as it is suitable for the task of online query recommendation 3. Achieved accuracy and coverage in terms of data. 4. Time and memory complexities of our application is measured and found it is suitable for real time search engine