surfedushare / pol-harvester

A repository that harvests different sources for content
2 stars 0 forks source link

Desk research into query enrichment #75

Closed fako closed 5 years ago

fako commented 5 years ago

Gathers some articles that are relevant for query enrichment

fako commented 5 years ago

Some insight on how Google works with annotations: https://en.wikipedia.org/wiki/Google_SearchWiki

fako commented 5 years ago

This article talks about different ways of getting relevance feedback for queries including the pseudo relevance feedback (aka Machiel's query enrichment method). The article suggests also that query enrichment using PRF improves when incorporating the approximity of enrichment words to query words in the texts.

https://en.wikipedia.org/wiki/Relevance_feedback

fako commented 5 years ago

According to this article PRF is not working well for short query strings and suggests enrichment through Wikipedia: https://www.semanticscholar.org/paper/Wikipedia-based-semantic-query-enrichment-Almasri-Berrut/f2c7401228b5d61d172e6ebb5c8d85cfe32c0c69

fako commented 5 years ago

A paper that compares 5 ways of how to enrich queries with Wikipedia information: https://www.semanticscholar.org/paper/A-Comparison-of-Automatic-Search-Query-Enhancement-Goslin-Hofmann/bb9b8a86842b8dcb2698b50a6d55a064edef3bb2 Another overview article: https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&arnumber=8625452 And another one: https://arxiv.org/pdf/1708.00247.pdf

fako commented 5 years ago

This paper talks about our idea to use dbpedia or WordNet or ConceptNet to improve queries: https://arxiv.org/pdf/1901.10197.pdf

fako commented 5 years ago

This article discusses search queries and the long tail. It's in a very different domain, but we can expect a very long tail within the higher education domain, because we're dealing with many experts that need very specific learning materials. So something related to both long tail and query enrichment seems relevant: https://ieeexplore.ieee.org/document/8215666

fako commented 5 years ago

This paper describes enrichment for learning materials: https://link.springer.com/chapter/10.1007/978-3-540-27780-4_12

fako commented 5 years ago

Query enrichment for video search: https://dl.acm.org/citation.cfm?id=1291447

fako commented 5 years ago

This article not only describes query enrichment, but also experiments with a user interface: http://www.dlib.org/dlib/january15/bontcheva/01bontcheva.html