Multi-class string classificationWhat algorithms should I use to perform job classification based on resume data?Appropriate algorithm for string (not document) classification?CNN Multi-class vs Binary Class Image ClassificationMulti-class classification v.s. Binary classificationEvaluate a model based on precision for multi class classificationEvaluation methods for multi-class classificationMulti Class Classification on large dataset with over 600 classessolving multi-class imbalance classification using smote and OSSHierarchical classification with multi-class predictor for every parent nodeMulti Class Text Classification?

What models do Create ML and Turi Create use

Co-worker team leader wants to inject his friend's awful software into our development. What should I say to our common boss?

What approach do we need to follow for projects without a test environment?

Science-fiction short story where space navy wanted hospital ships and settlers had guns mounted everywhere

Define, (actually define) the "stability" and "energy" of a compound

Gravity magic - How does it work?

How do anti-virus programs start at Windows boot?

Why doesn't the EU now just force the UK to choose between referendum and no-deal?

Current sense amp + op-amp buffer + ADC: Measuring down to 0 with single supply

I need to drive a 7/16" nut but am unsure how to use the socket I bought for my screwdriver

Is it possible to upcast ritual spells?

Would it take an action or something similar to activate the blindsight property of a Dragon Mask?

AG Cluster db upgrade by vendor

Is it normal that my co-workers at a fitness company criticize my food choices?

Software described as 香ばしい

Are the common programs (for example: "ls", "cat") in Linux and BSD come from the same source code?

Russian cases: A few examples, I'm really confused

Backup with Hanoi Strategy

How could a scammer know the apps on my phone / iTunes account?

Rules about breaking the rules. How do I do it well?

Parent theme necessary?

Set readonly fields in a constructor local function c#

Recruiter wants very extensive technical details about all of my previous work

DD4T webapp using discovery service gets 'invalid_grant'



Multi-class string classification


What algorithms should I use to perform job classification based on resume data?Appropriate algorithm for string (not document) classification?CNN Multi-class vs Binary Class Image ClassificationMulti-class classification v.s. Binary classificationEvaluate a model based on precision for multi class classificationEvaluation methods for multi-class classificationMulti Class Classification on large dataset with over 600 classessolving multi-class imbalance classification using smote and OSSHierarchical classification with multi-class predictor for every parent nodeMulti Class Text Classification?













0












$begingroup$


Currently working on Resume Rarser tool using doc2vec.



The main assumption that I take when parsing resume is that each line of text (docx, pdf etc) contains information of one class.



Although there are some cases when one line of text could contain several classes. For example,




2016-2018 University of Glasgow, Nanotechnology




It contains education period, university and specialization.



To fix this, I am able to split the string into bi/trigrams and classify the string correctly.



If I classify the bigrams of normal strings though it gives much worse results.



The question that I have is How to detect this kind of multi-class strings?










share|improve this question









$endgroup$











  • $begingroup$
    Do the classes just have deterministic and clear category of data? (Ex. name, year, location, etc.)
    $endgroup$
    – alireza zolanvari
    yesterday










  • $begingroup$
    @alirezazolanvari yes, actually text also gets clusterized into info, education, experience etc for better further classification of each cluster
    $endgroup$
    – Graygood
    yesterday










  • $begingroup$
    What I also found, that numbers in such strings as sample take too much 'attention' for classifier.
    $endgroup$
    – Graygood
    yesterday










  • $begingroup$
    According to what I know, all of these clusters have some specific (and not necessarily unique) keywords which can be used in this case (Ex. Education cluster keywords: university, school, etc.)
    $endgroup$
    – alireza zolanvari
    yesterday















0












$begingroup$


Currently working on Resume Rarser tool using doc2vec.



The main assumption that I take when parsing resume is that each line of text (docx, pdf etc) contains information of one class.



Although there are some cases when one line of text could contain several classes. For example,




2016-2018 University of Glasgow, Nanotechnology




It contains education period, university and specialization.



To fix this, I am able to split the string into bi/trigrams and classify the string correctly.



If I classify the bigrams of normal strings though it gives much worse results.



The question that I have is How to detect this kind of multi-class strings?










share|improve this question









$endgroup$











  • $begingroup$
    Do the classes just have deterministic and clear category of data? (Ex. name, year, location, etc.)
    $endgroup$
    – alireza zolanvari
    yesterday










  • $begingroup$
    @alirezazolanvari yes, actually text also gets clusterized into info, education, experience etc for better further classification of each cluster
    $endgroup$
    – Graygood
    yesterday










  • $begingroup$
    What I also found, that numbers in such strings as sample take too much 'attention' for classifier.
    $endgroup$
    – Graygood
    yesterday










  • $begingroup$
    According to what I know, all of these clusters have some specific (and not necessarily unique) keywords which can be used in this case (Ex. Education cluster keywords: university, school, etc.)
    $endgroup$
    – alireza zolanvari
    yesterday













0












0








0





$begingroup$


Currently working on Resume Rarser tool using doc2vec.



The main assumption that I take when parsing resume is that each line of text (docx, pdf etc) contains information of one class.



Although there are some cases when one line of text could contain several classes. For example,




2016-2018 University of Glasgow, Nanotechnology




It contains education period, university and specialization.



To fix this, I am able to split the string into bi/trigrams and classify the string correctly.



If I classify the bigrams of normal strings though it gives much worse results.



The question that I have is How to detect this kind of multi-class strings?










share|improve this question









$endgroup$




Currently working on Resume Rarser tool using doc2vec.



The main assumption that I take when parsing resume is that each line of text (docx, pdf etc) contains information of one class.



Although there are some cases when one line of text could contain several classes. For example,




2016-2018 University of Glasgow, Nanotechnology




It contains education period, university and specialization.



To fix this, I am able to split the string into bi/trigrams and classify the string correctly.



If I classify the bigrams of normal strings though it gives much worse results.



The question that I have is How to detect this kind of multi-class strings?







text-mining multiclass-classification word2vec






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked yesterday









GraygoodGraygood

83




83











  • $begingroup$
    Do the classes just have deterministic and clear category of data? (Ex. name, year, location, etc.)
    $endgroup$
    – alireza zolanvari
    yesterday










  • $begingroup$
    @alirezazolanvari yes, actually text also gets clusterized into info, education, experience etc for better further classification of each cluster
    $endgroup$
    – Graygood
    yesterday










  • $begingroup$
    What I also found, that numbers in such strings as sample take too much 'attention' for classifier.
    $endgroup$
    – Graygood
    yesterday










  • $begingroup$
    According to what I know, all of these clusters have some specific (and not necessarily unique) keywords which can be used in this case (Ex. Education cluster keywords: university, school, etc.)
    $endgroup$
    – alireza zolanvari
    yesterday
















  • $begingroup$
    Do the classes just have deterministic and clear category of data? (Ex. name, year, location, etc.)
    $endgroup$
    – alireza zolanvari
    yesterday










  • $begingroup$
    @alirezazolanvari yes, actually text also gets clusterized into info, education, experience etc for better further classification of each cluster
    $endgroup$
    – Graygood
    yesterday










  • $begingroup$
    What I also found, that numbers in such strings as sample take too much 'attention' for classifier.
    $endgroup$
    – Graygood
    yesterday










  • $begingroup$
    According to what I know, all of these clusters have some specific (and not necessarily unique) keywords which can be used in this case (Ex. Education cluster keywords: university, school, etc.)
    $endgroup$
    – alireza zolanvari
    yesterday















$begingroup$
Do the classes just have deterministic and clear category of data? (Ex. name, year, location, etc.)
$endgroup$
– alireza zolanvari
yesterday




$begingroup$
Do the classes just have deterministic and clear category of data? (Ex. name, year, location, etc.)
$endgroup$
– alireza zolanvari
yesterday












$begingroup$
@alirezazolanvari yes, actually text also gets clusterized into info, education, experience etc for better further classification of each cluster
$endgroup$
– Graygood
yesterday




$begingroup$
@alirezazolanvari yes, actually text also gets clusterized into info, education, experience etc for better further classification of each cluster
$endgroup$
– Graygood
yesterday












$begingroup$
What I also found, that numbers in such strings as sample take too much 'attention' for classifier.
$endgroup$
– Graygood
yesterday




$begingroup$
What I also found, that numbers in such strings as sample take too much 'attention' for classifier.
$endgroup$
– Graygood
yesterday












$begingroup$
According to what I know, all of these clusters have some specific (and not necessarily unique) keywords which can be used in this case (Ex. Education cluster keywords: university, school, etc.)
$endgroup$
– alireza zolanvari
yesterday




$begingroup$
According to what I know, all of these clusters have some specific (and not necessarily unique) keywords which can be used in this case (Ex. Education cluster keywords: university, school, etc.)
$endgroup$
– alireza zolanvari
yesterday










0






active

oldest

votes











Your Answer





StackExchange.ifUsing("editor", function ()
return StackExchange.using("mathjaxEditing", function ()
StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix)
StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
);
);
, "mathjax-editing");

StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "557"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);













draft saved

draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fdatascience.stackexchange.com%2fquestions%2f47290%2fmulti-class-string-classification%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown

























0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes















draft saved

draft discarded
















































Thanks for contributing an answer to Data Science Stack Exchange!


  • Please be sure to answer the question. Provide details and share your research!

But avoid


  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.

Use MathJax to format equations. MathJax reference.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fdatascience.stackexchange.com%2fquestions%2f47290%2fmulti-class-string-classification%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Marja Vauras Lähteet | Aiheesta muualla | NavigointivalikkoMarja Vauras Turun yliopiston tutkimusportaalissaInfobox OKSuomalaisen Tiedeakatemian varsinaiset jäsenetKasvatustieteiden tiedekunnan dekaanit ja muu johtoMarja VaurasKoulutusvienti on kestävyys- ja ketteryyslaji (2.5.2017)laajentamallaWorldCat Identities0000 0001 0855 9405n86069603utb201588738523620927

Which is better: GPT or RelGAN for text generation?2019 Community Moderator ElectionWhat is the difference between TextGAN and LM for text generation?GANs (generative adversarial networks) possible for text as well?Generator loss not decreasing- text to image synthesisChoosing a right algorithm for template-based text generationHow should I format input and output for text generation with LSTMsGumbel Softmax vs Vanilla Softmax for GAN trainingWhich neural network to choose for classification from text/speech?NLP text autoencoder that generates text in poetic meterWhat is the interpretation of the expectation notation in the GAN formulation?What is the difference between TextGAN and LM for text generation?How to prepare the data for text generation task

Is this part of the description of the Archfey warlock's Misty Escape feature redundant?When is entropic ward considered “used”?How does the reaction timing work for Wrath of the Storm? Can it potentially prevent the damage from the triggering attack?Does the Dark Arts Archlich warlock patrons's Arcane Invisibility activate every time you cast a level 1+ spell?When attacking while invisible, when exactly does invisibility break?Can I cast Hellish Rebuke on my turn?Do I have to “pre-cast” a reaction spell in order for it to be triggered?What happens if a Player Misty Escapes into an Invisible CreatureCan a reaction interrupt multiattack?Does the Fiend-patron warlock's Hurl Through Hell feature dispel effects that require the target to be on the same plane as the caster?What are you allowed to do while using the Warlock's Eldritch Master feature?