allenai / semanticilp

Question Answering as Global Reasoning over Semantic Abstractions (AAAI-18)
Apache License 2.0
33 stars 13 forks source link

Running the SemanticILP Solver smaller version? #6

Open aayushee opened 4 years ago

aayushee commented 4 years ago

Hi

It is mentioned on the main page that a smaller system which works with public annotators has been created. Does this repository consist of this smaller system or it has to be run with all annotators (CogCompNLP, Sahand) only? Is it possible to run this smaller system without requiring any external annotators (without using entailment, annotations,etc. but maybe with just similarity functions)?

danyaljj commented 4 years ago

Unfortunately it is unlikely that you can run the code without these dependencies.

aayushee commented 4 years ago

Thanks for the info. I tried running the complete code with all servers and dependencies. I can start the servers and view the system via graphical interface but I am not able to retrieve answers as several annotators from cogcompnlp server like VerbSRL, NER,etc are not working. I did change the server from illinois to upenn at several places to get the system working. But the cogcompnlp pipeline server seems to be only working for tokens, shallow parse and POS as of now. Could you please let me know how I can install other annotators from cogcompnlp pipeline or if I can maybe run the semanticilp code with just shallow parse, tokens without using other annotators?