fani-lab / SEERa

A framework to predict the future user communities in a text streaming social network based on the users’ topics of interest.
Other
4 stars 5 forks source link

ECIR2021.SQE-GAN: A Supervised Query Expansion Scheme via GAN #32

Open soroush-ziaeinejad opened 2 years ago

soroush-ziaeinejad commented 2 years ago

Why did I choose this paper? Because this paper uses GAN for the task of query expansion which is one of the IR tasks that is strongly related to my research.

Main problem:

The main problem of this paper is to find a solution to make the existing methods for query expansion faster and more accurate. Query Expansion (QE) is defined as adding new terms to an input query by a user to make it more precise in order to fulfill the users' needs.

Existing work:

Existing works on the QE can be divided into two categories:

Inputs:

Outputs:

Method:

Idea:

Steps:

Experimental Setup:

Dataset:

Preprocessing:

Metrics:

Baselines:

Results:

The main contribution of this paper is to propose a fast and high-performance model for QE problem. Results show that the major contribution is in the response time (37% improvement) by removing the feature extraction phase and adding a word-embedding module instead. In addition, SQL-GAN also improves the result compared with the latest deep learning-based QE solutions.

Code:

The code of this paper is unavailable.

Presentation:

There is no available presentation for this paper.

hosseinfani commented 2 years ago

@soroush-ziaeinejad where is the body?!