Giter VIP home page Giter VIP logo

tf-idf's Introduction

TF-IDF

Query rewrite in COM-AID model.

Introduction

This project attempt to build a query-rewriter, which converts the raw queries into clean and in-vocab text. It is a preparation for feeding the COM-AID model.

Algorithm

1. TF-IDF

IF-IDF is a comparatively light weighting schedule to find the near concepts of a specific given query. However, it is based on a prerequisite that all the words in the text should be in the vocalbuary. To address this problem, we can replace the out-of-vocab words with in-vocab words using KNN.

2. Ball Tree and KNN

Brute force is too time-consuming in finding the top K nearest neighbors. We build a ball tree to organize the data set(word embeddings) instead of simple list. A O(lgn) algorithm based on tree structure would be better than O(n) based on BF.

Defect

If words in the query has no same words(totally different) with the corresponding concepts, TF-IDF can hard to find it in the candidates.

How to run?

Running TF-IDF.py is just ok.

tf-idf's People

Contributors

scnujackychen avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.