You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@korsvanloon and I have devised a model that is able to automatically provide and rank results, which actually are articles from Bloomberg (so we stay within the Bloomberg domain). Discussed it also already with @wrvangeest.
We should start with 10-30 articles. We leave DBpedia data out of our scope (besides entity names) and priority one is to retrieve Bloomberg articles. If this works, we can also process DBpedia data.
Basically the model consists of the following elements from AlchemyAPI:
Database with articles data [articleData]
Article Text [articleText]
URL [url]
Author [authorName]
Title [title]
Date [datestamp]
Entities [entity, relevance, type, subType]
Keywords [keyword, relevance]
Annotation Request [annotationRequest]
Phrase [phrase]
Paragraph [paragraph]
URL [url]
Author [authorName]
Title [title]
Date [datestamp]
Entities [entity, relevance, type, subType]
Keywords [keyword, relevance]
Workfow
User selects phrase that is within a paragraph
paragraph is put into AlchemyAPI and elements (described above) from annotationRequest are returned
The keyword and entity-elements from annotationRequest are matched with elements from articleData
keyword and entity-elements from annotationRequest are compared with keyword and entity-elements from articleData based on relevance
The relevance from the articles (articleData), that have highest relevance on keyword and entity are summed.
Thus:
while **articleData[entity, keyword]** = **annotationRequest[entity, keyword]** {
sum the highest articleData[relevance] for the specific relating article
}
The keyword and entity-elements are multiplied with value X (since these are selected by the user, hence more relevant)
Rank articles from articleData by summed relevance
What we now have is a list with articles that are most 'relevant' to the requested annotation. I hope that you understand this explanation...
*Next step: * Retrieve the most 'relevant' paragraph/ piece of text, so that the user does not have to read the 'whole' article.
If necessary we can fill the database manually with the data from AlchemyAPI from 10-30 articles. But Wiebe said that Herman was working on (or already has) an automatic link to store the mentioned values of AlchemyAPI in our database. @hermanbanken is that true?
The text was updated successfully, but these errors were encountered:
Tsipras has also stepped up calls for war reparations from Germany for the Nazi occupation during World War II and Greek Finance Minister Yanis Varoufakis has been locked in a war of words with his German counterpart Wolfgang Schaeuble. Last week, the Greek government officially complained about Schaeuble’s conduct, to which Schaeuble replied that the whole matter was “absurd.”
Entities:
Keywords:
Then these are compared with the matching entities and keywords from all other articles, while the ones with highest relevance are chosen, and summed up in the end to rank the articles.
Sorry for slacking to respond here. @maartensteinfort I guess we already discussed the first question in person when we were together. You reminded us to respond but I fail to see the remaining question.
@korsvanloon and I have devised a model that is able to automatically provide and rank results, which actually are articles from Bloomberg (so we stay within the Bloomberg domain). Discussed it also already with @wrvangeest.
We should start with 10-30 articles. We leave DBpedia data out of our scope (besides entity names) and priority one is to retrieve Bloomberg articles. If this works, we can also process DBpedia data.
Basically the model consists of the following elements from AlchemyAPI:
Workfow
User selects phrase that is within a paragraph
paragraph is put into AlchemyAPI and elements (described above) from annotationRequest are returned
The keyword and entity-elements from annotationRequest are matched with elements from articleData
The keyword and entity-elements are multiplied with value X (since these are selected by the user, hence more relevant)
Rank articles from articleData by summed relevance
What we now have is a list with articles that are most 'relevant' to the requested annotation. I hope that you understand this explanation...
*Next step: * Retrieve the most 'relevant' paragraph/ piece of text, so that the user does not have to read the 'whole' article.
If necessary we can fill the database manually with the data from AlchemyAPI from 10-30 articles. But Wiebe said that Herman was working on (or already has) an automatic link to store the mentioned values of AlchemyAPI in our database. @hermanbanken is that true?
The text was updated successfully, but these errors were encountered: