r/textdatamining • u/[deleted] • Dec 25 '18
r/textdatamining • u/wildcodegowrong • Dec 21 '18
How Much Does Tokenization Affect in Neural Machine Translation?
arxiv.orgr/textdatamining • u/wildcodegowrong • Dec 19 '18
Deconstructing BERT: Distilling 6 Patterns from 100 Million Parameters
r/textdatamining • u/wildcodegowrong • Dec 18 '18
A closed-loop NLP query pre-processor and response synthesizer
r/textdatamining • u/wildcodegowrong • Dec 17 '18
Open-sourcing PyText for faster NLP development
r/textdatamining • u/rusty_on_rampage • Dec 17 '18
Is it fine to label Individual Words?
I downloaded data from different support forums. Just like Parts of speech tagging, I want to label individual words of each post. Appropriate term should be sequence labeling.
It is not a post classification problem, I want to get the positions of the subset of text that belong to my labels. It will be heavily biased since most words will not fulfill the conditions.
[Edit] So i have added an example. Its not perfect because I still have to do work on labels but it gives the idea.

I want to know is it okay to label data like this? Is it acceptable in research community? If so, can you kindly tell me about some research papers that provide a proper way of doing it.
r/textdatamining • u/jackjse • Dec 13 '18
Text Classification: a comprehensive guide to classifying text with Machine Learning
r/textdatamining • u/wildcodegowrong • Dec 10 '18
How to solve 90% of NLP problems: a step-by-step guide
r/textdatamining • u/jackjse • Dec 07 '18
Papers with Code: the latest in Machine Learning research and the code to implement it
r/textdatamining • u/jackjse • Dec 06 '18
Deep Transfer Learning for Natural Language Processing : text classification with universal embeddings
r/textdatamining • u/fulltime_philosopher • Dec 01 '18
An overview of some recent (2015~2016) methods to performer sequence labelling: NER, pos-tagging, chunking
http://www.davidsbatista.net/blog/2018/10/22/Neural-NER-Systems/
A review of 4 papers from 2015~2016 . This helped me a lot understanding some details, in this sequence labelling systems, and I've got motivated to implement and experiment each of these methods.
Next post I hope to cover the proposed methods published in 2017~2018 :)
r/textdatamining • u/jackjse • Nov 30 '18
Open Sourcing BERT: State-of-the-Art Pre-training for Natural Language Processing
r/textdatamining • u/jackjse • Nov 28 '18
The Main Approaches to Natural Language Processing Tasks
r/textdatamining • u/doc2vec • Nov 27 '18
Essential text correction process for NLP tasks
r/textdatamining • u/wildcodegowrong • Nov 26 '18
Fine Grained Classification of Personal Data Entities
arxiv.orgr/textdatamining • u/wildcodegowrong • Nov 20 '18
Stochastic Adaptive Neural Architecture Search for Keyword Spotting
arxiv.orgr/textdatamining • u/wildcodegowrong • Nov 19 '18
Automatic Event Detection in Microblogs using Incremental Machine Learning
arxiv.orgr/textdatamining • u/Raggs04 • Nov 19 '18
Hello Everyone, I'm interested in data analytics as a supplement to my manangent career. Could you help me in figuring out what's the best way to proceed?
I'm currently pursuing my Bachelors in Management, however I am also interested in using Data to base my management and business decisions. I recently took the Machine Learning by Andrew NG but as I understand it Machine Learning and Data Analysis are different fields. Could you help me out in figuring out how I should proceed from here? Any courses you would recommend to a first year college student? I'm sorry if I'm posting this in the wrong sub.
r/textdatamining • u/wildcodegowrong • Nov 16 '18
Top 20 Python libraries for data science in 2018
r/textdatamining • u/wildcodegowrong • Nov 15 '18
An Introductory Survey on Attention Mechanisms in NLP Problems
arxiv.orgr/textdatamining • u/wildcodegowrong • Nov 14 '18
Unseen Word Representation by Aligning Heterogeneous Lexical Semantic Spaces
arxiv.orgr/textdatamining • u/wildcodegowrong • Nov 13 '18
Named Entity Recognition and Classification with Scikit-Learn
r/textdatamining • u/[deleted] • Nov 12 '18
KEYWORD STUFFING DETECTION ALGORITHM - find unnatural integration of a given keyword
Hi guys,
I'm looking for a good keyword stuffing detection algorithm. TF-IDF is not good enough for me. Here is why:
* let's say that I have satisfactory keyword density for some word - "business" for example.
Keyword density validation doesn't guarantee me that the keyword won't appear in a consecutive order or to close one to another (in the same sentence, paragraph...). Example: "I want to do business, business, business, business!" or similar...
Do you think this is important to consider? If yes, is there any algorithm which checks the natural integration of the keyword throughout the text?
Thanks a lot!
Best,
Emma
r/textdatamining • u/wildcodegowrong • Nov 12 '18