[Dbpedia-gsoc] Contribute to DbPedia

2015-02-22 Thread Abhishek Gupta
Hi all, I am Abhishek Gupta. I am a student of Electrical Engineering from IIT Delhi. Recently I have worked on the projects related to Machine Learning and Natural Language Processing (i.e. Information Extraction) in which I extracted Named Entities from raw text to populate knowledge base with n

[Dbpedia-gsoc] Contribute to Dbpedia

2016-01-16 Thread Satrap Rathore
Hello, I am Satrap Rathore,a Computer Science and Engineering undergraduate from NIT Durgapur(India). Recently I have started working on a project related to Machine Learning in which I have tried to analyse stoppage pattern of Public Bus Transport GPS Traces in developing regions. I find machine

Re: [Dbpedia-gsoc] Contribute to DbPedia

2015-03-02 Thread Abhishek Gupta
Hi all, Recently I checked out the ideas list of DBpedia for GSoC 2015 and I should admit one thing that every idea is more interesting than the previous one. While I was looking out for ideas that interests me I found following ideas most fascinating and I wish I could work on all of them but unf

Re: [Dbpedia-gsoc] Contribute to DbPedia

2015-03-02 Thread David Przybilla
Hi Abhisek, There is a lot of experimentation which can be done with both 5.16 and 5.17. In my opinion the current problem is that the Surface Form(SF) matching is a bit poor. Mixing the Babelfy Superstring matching with other ideas to make SF spotting better could be a great start. You can also

Re: [Dbpedia-gsoc] Contribute to DbPedia

2015-03-08 Thread Abhishek Gupta
Hi all, I would like to present my views to your questions regarding project ideas 5.15 (DBpedia Spotlight - Better Context Vectors), 5.16 (DBpedia Spotlight - Better Surface form Matching) and would like to raise some also. Regarding Project 5.15 (DBpedia Spotlight - Better Context Vectors): *D

Re: [Dbpedia-gsoc] Contribute to DbPedia

2015-03-08 Thread Thiago Galery
Hi Abhishek, here are some thoughts about some of your questions: I would like to ask a few questions: > 1) Are we designing these vectors to use in the disambiguation step of > Entity Linking (matching raw text entity to KB entity) or Is there any > other task we have in mind where these vectors

Re: [Dbpedia-gsoc] Contribute to DbPedia

2015-03-09 Thread Axel Ngonga
Hallo Abhishek, Cool that have you here! For the keyword search topic, please checkout * http://goo.gl/dPbP3F * http://dl.acm.org/citation.cfm?id=2488488 Feel free to contact me for questions and/or a warm-up task. Best regards, Axel Hi all, Recently I checked out the ideas list of DBpedia f

Re: [Dbpedia-gsoc] Contribute to DbPedia

2015-03-09 Thread David Przybilla
Hi Abhisek, I guess you could try to implement the spotting/disambiguation on the same step like the babelfy papers suggests. Warm up tasks: https://github.com/dbpedia-spotlight/dbpedia-spotlight/wiki/Warm-up-tasks On Mon, Mar 9, 2015 at 8:04 AM, Axel Ngonga < ngo...@informatik.uni-leipzig.de>

Re: [Dbpedia-gsoc] Contribute to DbPedia

2015-03-11 Thread Abhishek Gupta
Hi all, After looking out pr: https://github.com/dbpedia-spotlight/dbpedia-spotlight/pull/298, which I assuming Thiago is referring to, some questions came into my mind to clarify the context: Am I right with these two observations? 1) We are creating SF store for fast probable candidate entities

Re: [Dbpedia-gsoc] Contribute to DbPedia

2015-03-11 Thread Thiago Galery
Thanks for your input Abhishek! Here are some thoughts: On Wed, Mar 11, 2015 at 7:40 AM, Abhishek Gupta wrote: > Hi all, > > After looking out pr: > https://github.com/dbpedia-spotlight/dbpedia-spotlight/pull/298, which I > assuming Thiago is referring to, some questions came into my mind to > c

Re: [Dbpedia-gsoc] Contribute to DbPedia

2015-03-11 Thread Abhishek Gupta
Hi Thiago, I have addressed your concerns below: >>> For handling the above issue I would like to state a couple of >>> approaches: >>> >>> *Approach 1: This approach have high Space Complexity* >>> >>> From my perspective, when we create a SF storage it should satisfy >>> following properties:

Re: [Dbpedia-gsoc] Contribute to DbPedia

2015-03-12 Thread David Przybilla
Hi Abhishek, Those sounds like good ideas. Please check my answers below: On Wed, Mar 11, 2015 at 2:34 PM, Thiago Galery wrote: > Thanks for your input Abhishek! Here are some thoughts: > > On Wed, Mar 11, 2015 at 7:40 AM, Abhishek Gupta wrote: > >> Hi all, >> >> After looking out pr: >> https

Re: [Dbpedia-gsoc] Contribute to DbPedia

2015-03-12 Thread Thiago Galery
Hi Abhishek, thanks for the contribution. Your suggestions are pretty much aligned with what we where thinking in any event, and the initial plan seems good. On the assumption that there's some code that generates extra possible surface forms from a cannonical surface form, like your 'Michael Jorda

Re: [Dbpedia-gsoc] Contribute to DbPedia

2015-03-17 Thread Abhishek Gupta
Hi Thiago, Sorry for the delay! I have set up the spotlight server and it is running perfectly fine but with minimal settings. After this set up I played with spotIight server during which I came across some discrepancies as follows: Example taken: http://spotlight.dbpedia.org/rest/annotate?text=

Re: [Dbpedia-gsoc] Contribute to DbPedia

2015-03-17 Thread Joachim Daiber
Hi Abhishek, Thiago, please also note that http://spotlight.dbpedia.org/rest/annotate does not run the current statistical version of Spotlight but the old Lucene version. You can check the current statistical version via the demo [1] or th