Skip to content
This repository was archived by the owner on Nov 22, 2022. It is now read-only.

Allow query and response to have separate representations #281

Closed
wants to merge 1 commit into from

Conversation

kmalik22
Copy link

@kmalik22 kmalik22 commented Feb 8, 2019

Summary: Query-document pairwise ranking model has a representation layer (BiLSTM or DocNN), used to encode both the query and the document. This diff adds an option to have separate representation layers for query and document

Differential Revision: D14007376

@facebook-github-bot facebook-github-bot added the CLA Signed Do not delete this pull request or issue due to inactivity. label Feb 8, 2019
kmalik22 pushed a commit to kmalik22/pytext that referenced this pull request Feb 8, 2019
…search#281)

Summary:
Pull Request resolved: facebookresearch#281

Query-document pairwise ranking model has a representation layer (BiLSTM or DocNN), used to encode both the query and the document. This diff adds an option to have separate representation layers for query and document

Differential Revision: D14007376

fbshipit-source-id: 0325a3f2721f076ce4cbf5d7aaba121f38ac2088
…search#281)

Summary:
Pull Request resolved: facebookresearch#281

Query-document pairwise ranking model has a single representation layer (BiLSTM or DocNN), used to encode both the query and the document. This diff adds an option to have separate representation layers for query and document

Reviewed By: gardenia22

Differential Revision: D14007376

fbshipit-source-id: 3e1fd75beece101e3f7a413a0c43ac3fb32eb999
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
CLA Signed Do not delete this pull request or issue due to inactivity.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants