Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8515397
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T05:08:08+00:00 2026-06-11T05:08:08+00:00

As stated in the title, I’m simply looking for algorithms or solutions one might

  • 0

As stated in the title, I’m simply looking for algorithms or solutions one might use to take in the twitter firehose (or a portion of it) and

a) identify questions in general
b) for a question, identify questions that could be the same, with some degree of confidence

Thanks!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-11T05:08:09+00:00Added an answer on June 11, 2026 at 5:08 am

    (A)

    I would try to identify questions using machine learning and the Bag of Words model.

    1. Create a labeled set of twits, and label each of them with a binary
      flag: question or not question.
    2. Extract the features from the training set. The features are traditionally words, but at least for any time I tried it – using bi-grams significantly improved the results. (3-grams were not helpful for my cases).
    3. Build a classifier from the data. I usually found out SVM gives better performance then other classifiers, but you can use others as well – such as Naive Bayes or KNN (But you will probably need feature selection algorithm for these).
    4. Now you can use your classifier to classify a tweet.1

    (B)

    This issue is referred in the world of Information-Retrieval as "duplicate detection" or "near-duplicate detection".

    You can at least find questions which are very similar to each other using Semantic Interpretation, as described by Markovitch and Gabrilovich in their wonderful article Wikipedia-based Semantic Interpretation for Natural Language Processing. At the very least, it will help you identify if two questions are discussing the same issues (even though not identical).

    The idea goes like this:

    1. Use wikipedia to build a vector that represents its semantics, for a term t, the entry vector_t[i] is the tf-idf score of the term i as it co-appeared with the term t. The idea is described in details in the article. Reading the 3-4 first pages are enough to understand it. No need to read it all.2
    2. For each tweet, construct a vector which is a function of the vectors of its terms. Compare between two vectors – and you can identify if two questions are discussing the same issues.

    EDIT:

    On 2nd thought, the BoW model is not a good fit here, since it ignores the position of terms. However, I believe if you add NLP processing for extracting feature (for examples, for each term, also denote if it is pre-subject or post-subject, and this was determined using NLP procssing), combining with Machine Learning will yield pretty good results.


    (1) For evaluation of your classifier, you can use cross-validation, and check the expected accuracy.

    (2) I know Evgeny Gabrilovich published the implemented algorithm they created as an open source project, just need to look for it.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Question is pretty well stated in the title. Normally I would use <link... />
As stated in the title, i'm looking for an XML schema (XSD-file) for the
As stated in the title, how can I modify - in the simplest manner
as stated in the title.
As stated in the title, I would like to know how to send a
The following code is producing the error I stated in the title: $authkey =
(I hope this is a valid question) As I stated in my title, I'm
I'm wondering how to implement what is stated in the title. I've tried something
As stated in title, I would like to check in given file object (opened
As stated in the title, I have to write a simple script which should

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.