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

Related or similar questions #505

Open
arvindpdmn opened this issue Dec 25, 2020 · 1 comment
Open

Related or similar questions #505

arvindpdmn opened this issue Dec 25, 2020 · 1 comment
Assignees

Comments

@arvindpdmn
Copy link

Sites such as StackOverflow and Quora have this feature. Given a question, the site will list related or similar questions. In addition, this list will be sorted by relevance and popularity.

We define two types of relations, both of which should be handled by the NLP model:

  • Related questions: For example, What are the benefits of using CSS? and Which are the key features of CSS? are related since they both are about CSS. However, they're asking different things.
  • Similar questions: For example, How is TensorFlow different from other ML/DL platforms? and Could you compare PyTorch with TensorFlow? are "more or less" asking the same thing.

Similar questions should have higher ranking (stronger association) compared to related questions.

Every article in Devopedia has a Discussion section. Content in this section is presented as Q&A. We may say that questions within an article are related. They're unlikely to be similar.

Every article in Devopedia is linked to other related articles in the See Also section. Questions in all related articles can be analyzed to check if any two questions are similar.

In any case, articles in Devopedia can be useful as training data. We could also see if StackOverflow, Quora, or other public datasets can be used for training.

@arvindpdmn arvindpdmn added this to the Future milestone Dec 25, 2020
@arvindpdmn arvindpdmn self-assigned this Dec 25, 2020
@arvindpdmn arvindpdmn removed this from the Future milestone Jan 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant