Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Predict over text not present in the DB #62

Open
rafacarrascosa opened this issue Jan 6, 2015 · 9 comments
Open

Predict over text not present in the DB #62

rafacarrascosa opened this issue Jan 6, 2015 · 9 comments
Assignees

Comments

@rafacarrascosa
Copy link
Member

It would be great to provide a functionality to predict a relation over some text without asking you to insert that text in to the database.
This could be really useful for applications where IEPY is mounted as a service and the corpora is not known in full a-priori.

@jmansilla
Copy link
Contributor

+1

@jmansilla jmansilla self-assigned this Mar 12, 2015
@iScienceLuvr
Copy link

Has there been any progress on this @rafacarrascosa @jmansilla ?

@rafacarrascosa
Copy link
Member Author

@iScienceLuvr sorry, nothing on this yet

@iScienceLuvr
Copy link

@rafacarrascosa what other research has been done on this?

@rafacarrascosa
Copy link
Member Author

@iScienceLuvr nothing at all... the issue with this issue is that there are many queries to the DB here and there that need to be 'tapped' somehow to work with something that is now in the DB. if you want the ticket it's all yours!

@iScienceLuvr
Copy link

@rafacarrascosa so how can I do this project? Idk where to start

@rafacarrascosa
Copy link
Member Author

@iScienceLuvr sorry for the absurd delay.
If I were to take this issue I would start here https://github.com/machinalis/iepy/blob/develop/iepy/extraction/active_learning_core.py trying to make the predict method to work without candidates in the database...

@jmansilla
Copy link
Contributor

Actually, if I recall correctly, that method is already working under the assumption that evidences are not in the DB. The challenge would be to build in your scripts Evidences resembling those that are created from the DB.

@iScienceLuvr
Copy link

@rafacarrascosa @jmansilla I do not undersrand how this code works... So predict() is the function that learns to classify? And what are the questions the are asked to the user?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants