relevance-feedback
There are 20 repositories under relevance-feedback topic.
DiceTechJobs/RelevancyFeedback
Dice.com's relevancy feedback solr plugin created by Simon Hughes (Dice). Contains request handlers for doing MLT style recommendations, conceptual search, semantic search and personalized search
cvjena/aid
Automatic Query Image Disambiguation (AID)
mohit155/SearchEngine
A search engine bases on the course Information Retrieval at BML Munjal University. It includes features like relevance feedback, pseudo relevance feedback, page rank, hits analysis, document clustering.
xuanyuan14/Web-Search-Field-Study-Toolkit
A Convenient Field Study Toolkit (for our WWW21 paper Towards a Better Understanding of Query Reformulation Behavior in Web Search)
shrebox/Information-Retrieval
Compilation of Information Retrieval codes.
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.
HoangPham3003/SVM-Active-Learning-for-Relevance-Feedback
A Python implementation of Paper "Image Retrieval with Relevance Feedback using SVM Active Learning"
Clemenciah/Effects-of-Dialogue-Context
The repository contains a subset of the ReDial dataset with additional annotations on relevance and usefulness created in the paper: Context Does Matter: Implications for Crowdsourced Evaluation Labels in Task-Oriented Dialogue Systems, accepted at NAACL'24
larakaracasu/Relevance-Feedback-Search-Engine
A search engine that employs the Rocchio Algorithm to improve result relevance.
nercms-mmap/caaf
Official implementation of "Confidence-Aware Active Feedback for Interactive Instance Search".
anandsharma26/Information-Retrieval
Created various Information Retrival Algorithms from scratch in python
DavidRFerreira/RelevanceFeedback
Implementation of Relevance Feedback with Rocchio Algorithm in order to improve results in Information Retrieval. Proposal of an improvement to the Rocchio Algorithm.
pranavdeepak13/IIR
Iterative Relevance Feedback based Answer Passage Retrieval
zmyzheng/Information-Retrieval-Extraction-and-Data-Mining
Information Retrieval, Information Extraction and Data Mining projects
aliibrahimozkan/MGR_Guru
Ceng596 Information Retrieval Course Project, InfoNinjas
Gururaj29/multimedia-and-web-databases
This project implements advanced image retrieval techniques for Caltech101 dataset, using algorithms like MDS, SVD, DBScan, and Locality Sensitive Hashing (LSH). It focuses on optimizing retrieval accuracy and efficiency through dimensionality reduction, clustering, classification, and relevance feedback, enhancing multimedia search capabilities.
tiagohpf/ri-2017-trab4
Application and evaluation of relevance feedback and thesaurus
aditya-chayapathy/movie-data-vector-space-modelling
Vector space modeling of MovieLens & IMDB movie data
ayshajamjam/Enhanced-Google-Search-API-Information-Retrieval
Advanced DB Project 1
UtkarshBagaria/Information-Retrieval
Applying several strategies like tf-idf, posting index, vector similarity, etc. to build an Information Retrieval system to increase the efficacy of querying the dataset.