query-expansion
There are 46 repositories under query-expansion topic.
zh-zheng/BERT-QE
Code and resources for the paper "BERT-QE: Contextualized Query Expansion for Document Re-ranking".
teanalab/SWDM
SIGIR 2017: Embedding-based query expansion for weighted sequential dependence retrieval model
voidism/EAR
Code for the ACL 2023 long paper - Expand, Rerank, and Retrieve: Query Reranking for Open-Domain Question Answering
hosseinfani/ReQue
A Benchmark Workflow and Dataset Collection for Query Refinement
mirkomantovani/web-search-engine-UIC
CS 582 Information Retrieval at University of Illinois at Chicago. Multithreaded crawling of UIC domain, inverted index, page rank, SEO with Context Pseudo-Relevance Feedback
griesyuli/semanticMSE
Implementation query expansion in semantic meta-search engine. The resulting expansion system is called Wiki-MetaSemantik.
zjykzj/SimpleIR
[EXTRACT][RETRIEVAL][METRIC]A Simple Framework for Image Retrieval
adelra/query-expansion
Query Expansion via thesaurus
jarvis0/image-search
🌄 Search images through text by writing a caption or a description. You will be intelligently assisted while typing.
queensbamlab/Xu
Automated Query Expansion using High Dimensional Clustering
syenirasheila/Sentiment-Analysis-IKN-Using-SVM-QE
This project aims to analyze the sentiment about IKN (Ibu Kota Negara), the New National Capital in Indonesia. Data is obtained through crawling Twitter data related to IKN discussion topics. Furthermore, the data is analyzed using the SVM classification method by combining it with the Query Expansion technique to produce better model performance.
morgangallant/xu
Source code for Xu: An Automated Query Expansion and Optimization Tool. Published IEEE COMPSAC 2019.
ruisizhang123/Pseudo-Relevance-Feedback
EE448 Big Data Mining Project: Query Expansion with Rocchio Algorithm & Document Ranking with BM25 Score
anshul1004/CountriesSearchEngine
A search engine built to retrieve geographical information of any country.
masud-technope/EMSE-2019-Replication-Package
The replication package for EMSE 2019 submission
SapienzaNLP/sir
SIR is a sense-enhanced Information Retrieval system for multiple languages (EMNLP2021).
subhalingamd/ir-pseudo-relevance-feedback
Implementation of Probabilistic Retrieval Query expansion and Relevance Model based Language Modelling aimed at improving the precision of results using pseudo-relevance feedback in Information Retrieval.
HammerProject/HammerDataProject
Hammer Data Project
Navnedia/Building-A-Search-Engine
A basic search engine to index a corpus for searching and rank the document data set.
SuvanshKumar/olympics-search-engine
Search engine specifically targeted to Olympics
vyshaal/TextBasedSearchEngine
Design and compare the performances of Information Retrieval Models of TF-IDF, Cosine Similarity, BM25. Implemented query expansion using psuedo relevance feedback to display better results.
amhiggin/LuceneInTheSkyWithDiamonds
Search engine optimisation using the Lucene 7.2.1 API
bonggalshn/BasicQueryExpansion
Basic query expansion using python, rocchio algorithm, and pseudo relevance feedback.
DrompiX/ir_hw2
Document summarisation and query expansion
fusion-jena/comparision-keyword-semantic-search
Supplementary material of a comparative study between a keyword based search and a semantic search in a data portal for biodiversity research
gabrielcc2/AStudyOnCrossLanguageInformationRetrievalSupportForAResearchPaperRecommender
In this repository are some files from a study on how to support cross-language recommendations for an existing research paper recommender system. We focused on German, English and Spanish. Latent semantic indexing and a framework for automatic translation (enriched with query reformulation and semantic query expansion) were studied. This was a project carried out at the University of Magdeburg Oct 2014-Feb 2015.
leo-kra/Text-Technologies-for-Data-Science
TTDS 2022/23. Course page: https://www.inf.ed.ac.uk/teaching/courses/tts/
mihirs16/multi-stage-retrieval-using-rm3-and-t5
Multi-stage Retrieval using SPLADE or RM3 and T5.
mohsenMahmoodzadeh/query-expansion-with-elasticsearch
A python program for indexing documents and querying them with expansion over Elasticsearch engine
Panjete/rerankDocs
Psuedo Relevance-Feedback, Reranking using Language Modelling (RM1) and Query Expansion (word2vec, local embeddings)
pod3275/Naver-AI-Hackathon-Vision
Naver AI Hackathon 2018 : Image Retrieval Challenge
Chhavimohitkar65/Document-Retrieval_QueryMorphAi
This project implements a Document Retrieval System that integrates GPT-3.5-turbo for query expansion and answer generation. It fetches and ranks documents based on user queries, leveraging MongoDB for document storage, Redis for caching, and web scraping to keep documents updated. The system is designed to provide fast and accurate search results
ChinmayMittal/COL764-Information-Retrieval
Information Retreival Course Repository, 7th Semester, IITD, 2023-24
tomighita/ir-query-expansion
Bachelor Thesis as part of the TU Delft Computer Science and Engineering Programme
NourOM02/WEQE
Summarizing my findings on Query Expansion using Generative AI by evaluating and comparing the results of different query expansion methods.