Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Questions about Document Retrieval Model #5

Closed
Deriq-Qian-Dong opened this issue Oct 11, 2019 · 2 comments
Closed

Questions about Document Retrieval Model #5

Deriq-Qian-Dong opened this issue Oct 11, 2019 · 2 comments

Comments

@Deriq-Qian-Dong
Copy link

Hi, I have some trouble in understanding the equation: p(w|t, h,q, a) = α × p(w|θt ) + (1 - α) × p(w|θh,q,a)
It will be appreciated if you could give me the computing formula about p(w|θh,q,a) or p(w|θt )
Best wishes for you~

@aliannejadi
Copy link
Owner

Hi.
To understand the QL model I refer you to the book by Croft: Search Engines: Information Retrieval in Practice

I have also updated the repository, committing the source code of our retrieval model. Please follow the instructions that I have added to the README file to run the code.

@Deriq-Qian-Dong
Copy link
Author

Thank you, your codes help me a lot!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants