All Projects → dustalov → Watset

dustalov / Watset

Licence: mit
Watset: Automatic Induction of Synsets from a Graph of Synonyms

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Watset

Docker Cleanup
DEPRECATED Automatic Docker image, container and volume cleanup
Stars: ✭ 582 (+3537.5%)
Mutual labels:  deprecated
Elki
ELKI Data Mining Toolkit
Stars: ✭ 613 (+3731.25%)
Mutual labels:  clustering
Progit
Pro Git Book Content, 1st Edition - This content is deprecated. See 2nd edition at [progit2](https://github.com/progit/progit2)
Stars: ✭ 5,972 (+37225%)
Mutual labels:  deprecated
Ui Fabric Ios
DEPRECATED Please use the new repo
Stars: ✭ 590 (+3587.5%)
Mutual labels:  deprecated
Unsupervised Classification
SCAN: Learning to Classify Images without Labels (ECCV 2020), incl. SimCLR.
Stars: ✭ 605 (+3681.25%)
Mutual labels:  clustering
Scikit Multilearn
A scikit-learn based module for multi-label et. al. classification
Stars: ✭ 638 (+3887.5%)
Mutual labels:  clustering
Mern Cli
⛔️ DEPRECATED - A cli tool for getting started with MERN
Stars: ✭ 575 (+3493.75%)
Mutual labels:  deprecated
Miniproxy
🚨⚠️ UNMAINTAINED! ⚠️🚨 A simple PHP web proxy.
Stars: ✭ 810 (+4962.5%)
Mutual labels:  deprecated
Eliasdb
EliasDB a graph-based database.
Stars: ✭ 611 (+3718.75%)
Mutual labels:  clustering
Agoo
A High Performance HTTP Server for Ruby
Stars: ✭ 679 (+4143.75%)
Mutual labels:  clustering
Pilbox
An image resize application server
Stars: ✭ 597 (+3631.25%)
Mutual labels:  deprecated
Smile
Statistical Machine Intelligence & Learning Engine
Stars: ✭ 5,412 (+33725%)
Mutual labels:  clustering
Complexheatmap
Make Complex Heatmaps
Stars: ✭ 654 (+3987.5%)
Mutual labels:  clustering
Talisman
Straightforward fuzzy matching, information retrieval and NLP building blocks for JavaScript.
Stars: ✭ 584 (+3550%)
Mutual labels:  clustering
Minisom
🔴 MiniSom is a minimalistic implementation of the Self Organizing Maps
Stars: ✭ 801 (+4906.25%)
Mutual labels:  clustering
Cilantro
A lean C++ library for working with point cloud data
Stars: ✭ 577 (+3506.25%)
Mutual labels:  clustering
Machine Learning Octave
🤖 MatLab/Octave examples of popular machine learning algorithms with code examples and mathematics being explained
Stars: ✭ 637 (+3881.25%)
Mutual labels:  clustering
Localart
An HTML5 mobile app for navigating & browsing locations of public art, architecture, and culture in Norfolk, VA.
Stars: ✭ 5 (-68.75%)
Mutual labels:  deprecated
Pyclustering
pyclustring is a Python, C++ data mining library.
Stars: ✭ 806 (+4937.5%)
Mutual labels:  clustering
Depth clustering
🚕 Fast and robust clustering of point clouds generated with a Velodyne sensor.
Stars: ✭ 657 (+4006.25%)
Mutual labels:  clustering

Watset: Automatic Induction of Synsets from a Graph of Synonyms

Watset is a local-global meta-algorithm for fuzzy graph clustering. The algorithm constructs an intermediate representation, called a sense graph, using a local graph clustering algorithm and then obtains overlapping node clusters using a global graph clustering algorithm.

Originally, Watset was designed for addressing the synset induction problem, which is indicated in the corresponding ACL 2017 paper. Despite its simplicity, Watset shows excellent results, outperforming five competitive state-of-the-art methods in terms of F-score on four gold standard datasets for English and Russian derived from large-scale manually constructed lexical resources.

Important

We found that Watset works very well not just for synset induction, but for many other fuzzy clustering tasks, too. Please use a much faster and convenient implementation of Watset in Java: https://github.com/nlpub/watset-java.

Citation

@article{Ustalov:19:cl,
  author    = {Ustalov, Dmitry and Panchenko, Alexander and Biemann, Chris and Ponzetto, Simone Paolo},
  title     = {{Watset: Local-Global Graph Clustering with Applications in Sense and Frame Induction}},
  journal   = {Computational Linguistics},
  year      = {2019},
  volume    = {45},
  number    = {3},
  doi       = {10.1162/COLI_a_00354},
  publisher = {MIT Press},
  issn      = {0891-2017},
  language  = {english},
}

Copyright

This repository contains the implementation of Watset. See LICENSE for details.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].