You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Tensorflow implementation of accepted ACL 2018 paper "A deep relevance model for zero-shot document filtering", Chenliang Li, Wei Zhou, Feng Ji, Yu Duan, Haiqing Chen, http://aclweb.org/anthology/P18-1214
This repo contains mini projects in Information Retrieval. Covers indexing, document ranking, web crawling, page ranking, and evaluating different models
An information retrieval system for document ranking. Implementation and evaluation of Okapi BM25, Cosine Similarity, and Language Models for document ranking and retrieval. Includes precision-recall evaluation metrics and a detailed project report.
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