Skip to content

Comparing the same words with the same or different meaning with respect to the context using GloVe embeddings as well as Bert.

Notifications You must be signed in to change notification settings

aditi184/Word-Meaning-in-Comparison

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Word Meaning Comparison

Words often have multiple meanings associated with them and the surrounding context often determines the specific meaning of the word which is used.

For example, consider the following sentences (S1, S2, S3)

  1. We often used to play on the bank of the river
  2. We lived along the bank of the Ganges.
  3. He cashed a check at the bank

S1 and S2 use the same meaning of the word bank (river bed) while S1 and S3 use different meanings of the word bank (river bed vs. financial institution).

In this work we develop deep neural networks to solve this classification problem ie whether a word has same or different meaning in different sentences. This is part of Natural Language Processing course taken by Prof Mausam.

About

Comparing the same words with the same or different meaning with respect to the context using GloVe embeddings as well as Bert.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published