How to extract entities from text using existing ontologies?
$begingroup$
I am working on a entity extraction task and I am using Stanford CoreNLP NER. Here, I want to detect entities of type "Animal", "Building", "Imagery", etc., which are not covered in Stanford CoreNLP entity extraction method. Also, I want to detect organization entities which are not included in CoreNLP entity model. I have the data about the organizations with me.
How can I do this?
nlp text-mining named-entity-recognition stanford-nlp
$endgroup$
bumped to the homepage by Community♦ 7 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
$begingroup$
I am working on a entity extraction task and I am using Stanford CoreNLP NER. Here, I want to detect entities of type "Animal", "Building", "Imagery", etc., which are not covered in Stanford CoreNLP entity extraction method. Also, I want to detect organization entities which are not included in CoreNLP entity model. I have the data about the organizations with me.
How can I do this?
nlp text-mining named-entity-recognition stanford-nlp
$endgroup$
bumped to the homepage by Community♦ 7 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
$begingroup$
Welcome to the site! See this question.
$endgroup$
– Emre
Mar 27 '18 at 0:18
$begingroup$
Thanks. This works well but suffers from a problem. As this is a dictionary based NER, it does not do the entity disambiguation. For eg, buffalo city can be recognized as the animal buffalo. Currently, I am looking for entity disambiguation techniques.
$endgroup$
– Swastik Roy
Apr 16 '18 at 22:07
add a comment |
$begingroup$
I am working on a entity extraction task and I am using Stanford CoreNLP NER. Here, I want to detect entities of type "Animal", "Building", "Imagery", etc., which are not covered in Stanford CoreNLP entity extraction method. Also, I want to detect organization entities which are not included in CoreNLP entity model. I have the data about the organizations with me.
How can I do this?
nlp text-mining named-entity-recognition stanford-nlp
$endgroup$
I am working on a entity extraction task and I am using Stanford CoreNLP NER. Here, I want to detect entities of type "Animal", "Building", "Imagery", etc., which are not covered in Stanford CoreNLP entity extraction method. Also, I want to detect organization entities which are not included in CoreNLP entity model. I have the data about the organizations with me.
How can I do this?
nlp text-mining named-entity-recognition stanford-nlp
nlp text-mining named-entity-recognition stanford-nlp
asked Mar 26 '18 at 23:29
Swastik RoySwastik Roy
61
61
bumped to the homepage by Community♦ 7 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ 7 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
$begingroup$
Welcome to the site! See this question.
$endgroup$
– Emre
Mar 27 '18 at 0:18
$begingroup$
Thanks. This works well but suffers from a problem. As this is a dictionary based NER, it does not do the entity disambiguation. For eg, buffalo city can be recognized as the animal buffalo. Currently, I am looking for entity disambiguation techniques.
$endgroup$
– Swastik Roy
Apr 16 '18 at 22:07
add a comment |
$begingroup$
Welcome to the site! See this question.
$endgroup$
– Emre
Mar 27 '18 at 0:18
$begingroup$
Thanks. This works well but suffers from a problem. As this is a dictionary based NER, it does not do the entity disambiguation. For eg, buffalo city can be recognized as the animal buffalo. Currently, I am looking for entity disambiguation techniques.
$endgroup$
– Swastik Roy
Apr 16 '18 at 22:07
$begingroup$
Welcome to the site! See this question.
$endgroup$
– Emre
Mar 27 '18 at 0:18
$begingroup$
Welcome to the site! See this question.
$endgroup$
– Emre
Mar 27 '18 at 0:18
$begingroup$
Thanks. This works well but suffers from a problem. As this is a dictionary based NER, it does not do the entity disambiguation. For eg, buffalo city can be recognized as the animal buffalo. Currently, I am looking for entity disambiguation techniques.
$endgroup$
– Swastik Roy
Apr 16 '18 at 22:07
$begingroup$
Thanks. This works well but suffers from a problem. As this is a dictionary based NER, it does not do the entity disambiguation. For eg, buffalo city can be recognized as the animal buffalo. Currently, I am looking for entity disambiguation techniques.
$endgroup$
– Swastik Roy
Apr 16 '18 at 22:07
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
There are multiple ways to extract NER. Primarily, based on the construction of statements NER was extracted with the use of POS tags. But overtime with the change of how information was being conveyed, there has been a migration from traditional methods to learning methods. Currently, take a look at sequence to sequence tagging for NER detection. If you have the appropriate dataset, you have the capability to extract anything you consider as NER.
$endgroup$
$begingroup$
Thank @Nischal, It seems the sequence to sequence tagging needs a lot of training data. Currently, I am focusing on unsupervised or you can say ontology based entity recognition, where I use the entites from public knowledge bases like DbPedia to extract entities.
$endgroup$
– Swastik Roy
Apr 16 '18 at 22:09
add a comment |
Your Answer
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
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fdatascience.stackexchange.com%2fquestions%2f29561%2fhow-to-extract-entities-from-text-using-existing-ontologies%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
There are multiple ways to extract NER. Primarily, based on the construction of statements NER was extracted with the use of POS tags. But overtime with the change of how information was being conveyed, there has been a migration from traditional methods to learning methods. Currently, take a look at sequence to sequence tagging for NER detection. If you have the appropriate dataset, you have the capability to extract anything you consider as NER.
$endgroup$
$begingroup$
Thank @Nischal, It seems the sequence to sequence tagging needs a lot of training data. Currently, I am focusing on unsupervised or you can say ontology based entity recognition, where I use the entites from public knowledge bases like DbPedia to extract entities.
$endgroup$
– Swastik Roy
Apr 16 '18 at 22:09
add a comment |
$begingroup$
There are multiple ways to extract NER. Primarily, based on the construction of statements NER was extracted with the use of POS tags. But overtime with the change of how information was being conveyed, there has been a migration from traditional methods to learning methods. Currently, take a look at sequence to sequence tagging for NER detection. If you have the appropriate dataset, you have the capability to extract anything you consider as NER.
$endgroup$
$begingroup$
Thank @Nischal, It seems the sequence to sequence tagging needs a lot of training data. Currently, I am focusing on unsupervised or you can say ontology based entity recognition, where I use the entites from public knowledge bases like DbPedia to extract entities.
$endgroup$
– Swastik Roy
Apr 16 '18 at 22:09
add a comment |
$begingroup$
There are multiple ways to extract NER. Primarily, based on the construction of statements NER was extracted with the use of POS tags. But overtime with the change of how information was being conveyed, there has been a migration from traditional methods to learning methods. Currently, take a look at sequence to sequence tagging for NER detection. If you have the appropriate dataset, you have the capability to extract anything you consider as NER.
$endgroup$
There are multiple ways to extract NER. Primarily, based on the construction of statements NER was extracted with the use of POS tags. But overtime with the change of how information was being conveyed, there has been a migration from traditional methods to learning methods. Currently, take a look at sequence to sequence tagging for NER detection. If you have the appropriate dataset, you have the capability to extract anything you consider as NER.
answered Mar 27 '18 at 6:52
Nischal HpNischal Hp
48829
48829
$begingroup$
Thank @Nischal, It seems the sequence to sequence tagging needs a lot of training data. Currently, I am focusing on unsupervised or you can say ontology based entity recognition, where I use the entites from public knowledge bases like DbPedia to extract entities.
$endgroup$
– Swastik Roy
Apr 16 '18 at 22:09
add a comment |
$begingroup$
Thank @Nischal, It seems the sequence to sequence tagging needs a lot of training data. Currently, I am focusing on unsupervised or you can say ontology based entity recognition, where I use the entites from public knowledge bases like DbPedia to extract entities.
$endgroup$
– Swastik Roy
Apr 16 '18 at 22:09
$begingroup$
Thank @Nischal, It seems the sequence to sequence tagging needs a lot of training data. Currently, I am focusing on unsupervised or you can say ontology based entity recognition, where I use the entites from public knowledge bases like DbPedia to extract entities.
$endgroup$
– Swastik Roy
Apr 16 '18 at 22:09
$begingroup$
Thank @Nischal, It seems the sequence to sequence tagging needs a lot of training data. Currently, I am focusing on unsupervised or you can say ontology based entity recognition, where I use the entites from public knowledge bases like DbPedia to extract entities.
$endgroup$
– Swastik Roy
Apr 16 '18 at 22:09
add a comment |
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.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fdatascience.stackexchange.com%2fquestions%2f29561%2fhow-to-extract-entities-from-text-using-existing-ontologies%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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
$begingroup$
Welcome to the site! See this question.
$endgroup$
– Emre
Mar 27 '18 at 0:18
$begingroup$
Thanks. This works well but suffers from a problem. As this is a dictionary based NER, it does not do the entity disambiguation. For eg, buffalo city can be recognized as the animal buffalo. Currently, I am looking for entity disambiguation techniques.
$endgroup$
– Swastik Roy
Apr 16 '18 at 22:07