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

Adding axes to figuresAdding axes labels to LaTeX figuresLaTeX equivalent of ConTeXt buffersRotate a node but not its content: the case of the ellipse decorationHow to define the default vertical distance between nodes?TikZ scaling graphic and adjust node position and keep font sizeNumerical conditional within tikz keys?adding axes to shapesAlign axes across subfiguresAdding figures with a certain orderLine up nested tikz enviroments or how to get rid of themAdding axes labels to LaTeX figures

Luettelo Yhdysvaltain laivaston lentotukialuksista Lähteet | Navigointivalikko

Gary (muusikko) Sisällysluettelo Historia | Rockin' High | Lähteet | Aiheesta muualla | NavigointivalikkoInfobox OKTuomas "Gary" Keskinen Ancaran kitaristiksiProjekti Rockin' High