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.User Engagement Prediction for Clarification in Search #30

Closed soroush-ziaeinejad closed 2 years ago

soroush-ziaeinejad commented 2 years ago

Why did I choose this paper? Because clarification can be easily mapped to query expansion task.

Main problem:

The problem is to predict the user engagement level in clarification questions in search queries to find out when and how a clarification question should pop up in order to increase user satisfaction. A sample clarification question is when a user puts the query "how to set up a list in outlook" and then a clarification question pops up to ask "which version of outlook?". The question is, is it important to ask this question? Are the different versions of outlook different in setting up a list? Does it matter? This paper tries to address this problem by analyzing the user engagement to these clarification questions.

Existing work:

They looked into the literature by dividing their contribution into two areas:

Method:

Given inputs (q, c, A, R), their model called ELBERT outputs a joint representation of inputs utilizing ALBERT as the encoder. Then they do the regression on the output by adding two hidden layers to the end of the model.

Experiments:

Code:

The code of this paper is available here

Presentation:

There is no available presentation for this paper.

hosseinfani commented 2 years ago

@soroush-ziaeinejad where is the body?!

soroush-ziaeinejad commented 2 years ago

@hosseinfani Summary is updated.

hosseinfani commented 2 years ago

@soroush-ziaeinejad thank you for the nice summary.