The Federalist Papers: Author Identification Through K-Means Clustering
21–30 of 36 posts
Re: The Federalist Papers: Author Identification Through K-Means Clustering
#22This is my first project in unsupervised NLP, so let me know if there's anything obviously wrong with the article or methodology.
Unlike what the commentor above said that its not modern and you should have did word2vec, bags of words are very robust and work well in these situations. word2vec was trained on a completely different corupus, and this data is quite small.
some things you might try are: - cosine distance between words - ad LDA (latent dirichelet allocation) topic probabilities - add verb speed (how fast they used the first verb in sentence - run an LSTM NN, add the predicted prob as features (careful in overfiting)
Re: The Federalist Papers: Author Identification Through K-Means Clustering
#23This is my first project in unsupervised NLP, so let me know if there's anything obviously wrong with the article or methodology.
I know nothing about NLP but would a run where it predicts the authorship of the known texts be useful to get some idea of the level of accuracy?
Re: The Federalist Papers: Author Identification Through K-Means Clustering
#24I did a similar exercise, and then applied it to the Titor posts. Turns out Alexander Hamilton is John Titor.
Re: The Federalist Papers: Author Identification Through K-Means Clustering
#25Now try Satoshi Nakamoto with bitcointalk posts and papers in cryptography.
Re: The Federalist Papers: Author Identification Through K-Means Clustering
#261977. Always wondered how it stacked up against modern techniques
Re: The Federalist Papers: Author Identification Through K-Means Clustering
#27One interesting thing about this is the claim that there is a ground truth for all but 12 of the papers, meaning that supervised learning could also be used.
For discussion, I often think that unsupervised methods are preferred to supervised methods, given a reasonably low error rate by the unsupervised method, as it will be able to generalize more readily.
Re: The Federalist Papers: Author Identification Through K-Means Clustering
#28Re: The Federalist Papers: Author Identification Through K-Means Clustering
#29Now try Satoshi Nakamoto with bitcointalk posts and papers in cryptography.
Re: The Federalist Papers: Author Identification Through K-Means Clustering
#30Now try Satoshi Nakamoto with bitcointalk posts and papers in cryptography.
I have a suite of nyms I created over Tor, and exclusively use via Tor, which I use to discuss certain topics.
It's hard to do a stylometric analysis when you don't have anything to compare to. Professional writing is very different from informal conversation.
If someone doesn't have a Facebook, gmail, twitter, etc it would be very difficult to find that person through stylometric analysis IMHO.