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

[2019] Context Attentive Document Ranking and Query Suggestion #39

Open
IkokObi opened this issue Aug 14, 2019 · 1 comment
Open

[2019] Context Attentive Document Ranking and Query Suggestion #39

IkokObi opened this issue Aug 14, 2019 · 1 comment
Labels
IR Information Retrieval Learn to rank ランク学習 Query suggestion skim 流し読み

Comments

@IkokObi
Copy link
Collaborator

IkokObi commented Aug 14, 2019

ざっくり言うと

  • ユーザの検索の過程を活用し,文書表示のランク最適化とquery suggestionをマルチタスク学習する(CARS: Context Attentive document-Ranking and query-Suggestion)
  • 検索過程を階層的にembedding
    • クエリキーワードや1つの文書を固定長のベクトルにencodeするLower-levelのembedding
    • 一連の検索過程で入力されたキーワードの組,及びクリックされた文書をencodingするUpper-level embedding
  • embeddingではbi-LSTMのattention重み付き和を用いる
  • 内部状態やパラメータを一部共有することでマルチタスク学習を有効活用している

キーワード

  • IR
  • query suggestion
  • Learn to rank
  • RNN
  • Attention

1. 情報

論文リンク

https://dl.acm.org/citation.cfm?doid=3331184.3331246

著者

Wasi Uddin Ahmad, Kai-Wei Chang, Hongning Wang

投稿日付

2019/7/21-25 (SIGIR 2019)

2. 先行研究と比べてどこがすごい?

3. 技術や手法のキモはどこ?

4. どうやって有効だと検証した?

5. 議論はある?

6. 次に読むべき論文は?

7. 実装の詳細

8. データセット

9. 結果の詳細

@IkokObi IkokObi added skim 流し読み IR Information Retrieval Learn to rank ランク学習 Query suggestion labels Aug 14, 2019
@IkokObi
Copy link
Collaborator Author

IkokObi commented Aug 14, 2019

雑感&メモ

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
IR Information Retrieval Learn to rank ランク学習 Query suggestion skim 流し読み
Projects
None yet
Development

No branches or pull requests

1 participant