Giter VIP home page Giter VIP logo

topclus's People

Contributors

yumeng5 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

topclus's Issues

A request for evaluation script

Hello,
Could you please share the script used for evaluation? The obtained results may differ with different evaluation scripts.
Thanks a lot!

Best wishes,
Lei

cluster loss is 0 on my own dataset

Dear authors,
Thanks for your excellent work! I'm running the model on my own dataset and trying to understand the code. However, I always get cluster_loss = 0. I am using a Twitter dataset which is noisy and sparse, I have changed the BERT sequense length to 128 acoordingly in the pre-processing step. I have tried several different batch size and lr. (It seems to be working fine on the given yelp examples). Does anyone has the same problem or perhaps know why..? Thanks in advance!

Request for using TopClus on different pretrained language models

Hi,

I've read your paper and I like this approach. Thank you for sharing the code. I've one question regarding the pretrained language models (PLMs) that you use for getting the contextualized word representations. I saw in the source code that the model you use is fixed, and it's the classical 'bert-base-uncased':

pretrained_lm = 'bert-base-uncased'

Suppose I'm interested on using this method on a corpus of italian texts. In that case, would it be possible to change this model and use a bert-base-multilingual-uncased instead?

If that's possible, can we make pretrained_lm a parameter of the TopClusTrainer?

Thank you.

Question for NMI measurement

Hi, thank you for sharing the code:)

Since I am a novice here, It may be a trivial question; but it seems that NMI is tested on the training dataset.

Is this a typical setting for measuring the NMI? (measuring on the training set)

Thank you

Question on AE pretraining part

optimizer = Adam(filter(lambda p: p.requires_grad, model.parameters()), lr=self.args.lr)

Thank you for sharing the code. As far as I understand, this stage only trains autoencoder parameters, so It seems that

'''
Adam(filter(lambda p: p.requires_grad, model.parameters()), lr=self.args.lr)
'''
should be converted to

'''
Adam(filter(lambda p: p.requires_grad, model.ae.parameters()), lr=self.args.lr).
'''

If it is not, please let me know.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.