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

  • SEARCH
  • Home
  • 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 8217423
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T12:27:49+00:00 2026-06-07T12:27:49+00:00

I am currently working on a neural network based approach to short document classification,

  • 0

I am currently working on a neural network based approach to short document classification, and since the corpuses I am working with are usually around ten words, the standard statistical document classification methods are of limited use. Due to this fact I am attempting to implement some form of automated synonym detection for the matches provided in the training. My question more specifically is about resolving a situation as follows:

Say I have classifications of “Involving Food”, and one of “Involving Spheres” and a data set as follows:

"Eating Apples"(Food);"Eating Marbles"(Spheres); "Eating Oranges"(Food, Spheres);
"Throwing Baseballs(Spheres)";"Throwing Apples(Food)";"Throwing Balls(Spheres)";
"Spinning Apples"(Food);"Spinning Baseballs";

I am looking for an incremental method that would move towards the following linkages:

Eating --> Food
Apples --> Food
Marbles --> Spheres
Oranges --> Food, Spheres
Throwing --> Spheres
Baseballs --> Spheres
Balls --> Spheres
Spinning --> Neutral
Involving --> Neutral

I do realize that in this specific case these might be slightly suspect matches, but it illustrates the problems I am having. My general thoughts were that if I incremented a word for appearing opposite the words in a category, but in that case I would end up incidentally linking everything to the word “Involving”, I then thought that I would simply decrement a word for appearing in conjunction with multiple synonyms, or with non-synonyms, but then I would lose the link between “Eating” and “Food”. Does anyone have any clue as to how I would put together an algorithm that would move me in the directions indicated above?

  • 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-07T12:27:52+00:00Added an answer on June 7, 2026 at 12:27 pm

    There is an unsupervized boot-strapping approach that was explained to me to do this.

    There are different ways of applying this approach, and variants, but here’s a simplified version.

    Concept:

    Start by a assuming that if two words are synonyms, then in your corpus they will appear in similar settings. (eating grapes, eating sandwich, etc.)

    (In this variant I will use co-occurence as the setting).

    Boot-Strapping Algorithm:

    We have two lists,

    • one list will contain the words that co-occur with food items
    • one list will contain the words that are food items

    Supervized Part

    Start by seeding one of the lists, for instance I might write the word Apple on the food items list.

    Now let the computer take over.

    Unsupervized Parts

    It will first find all words in the corpus that appear just before Apple, and sort them in order of most occuring.

    Take the top two (or however many you want) and add them into the co-occur with food items list. For example, perhaps “eating” and “Delicious” are the top two.

    Now use that list to find the next two top food words by ranking the words that appear to the right of each word in the list.

    Continue this process expanding each list until you are happy with the results.

    Once that’s done

    (you may need to manually remove some things from the lists as you go which are clearly wrong.)

    Variants

    This procedure can be made quite effective if you take into account the grammatical setting of the keywords.

    Subj ate NounPhrase
    NounPhrase are/is Moldy
    
    The workers harvested the Apples. 
       subj       verb     Apples 
    
    That might imply harvested is an important verb for distinguishing foods.
    
    Then look for other occurrences of subj harvested nounPhrase
    

    You can expand this process to move words into categories, instead of a single category at each step.

    My Source

    This approach was used in a system developed at the University of Utah a few years back which was successful at compiling a decent list of weapon words, victim words, and place words by just looking at news articles.

    An interesting approach, and had good results.

    Not a neural network approach, but an intriguing methodology.

    Edit:

    the system at the University of Utah was called AutoSlog-TS, and a short slide about it can be seen here towards the end of the presentation. And a link to a paper about it here

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

Sidebar

Related Questions

Currently working in the deployment of an OFBiz based ERP, we've come to the
Currently working on a flex AIR project based on PureMVC framework. There was a
Currently working through a Teach Yourself WPF tutorial. Usually I can mentally convert from
I'm working on converting a neural network simulator from Perl to C. I have
I'm currently working on a solution to automatically generate ExtJS forms based on a
I have been working with the matlab neural network toolkit. Here I am using
Currently working with converting SQLException error messages into messages that are more useful for
Currently working with the following package structure: /package __init__.py final.py /write __init__.py write.py /data
Currently working for the first time with JSON and with little experience of jQuery.
Currently working on a VBScript to automate some of the dirty PST ingestion work

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.