sempre
sempre copied to clipboard
Testing for acl2014 system
Hi,
Is there any quick ways to test the trained acl2014 system on my own picked webquestion testing dataset? Because there is no "test" mode in parasempre. Thanks!
I'm not currently working on v1.0 so I'm not sure if this will be accurate, but you can try running one of the parasempre
command and attach -n
at the end:
./parasempre @mode=train @domain=webquestions @sparqlserver=<host:port> @cacheserver=<none|local> -n
This will print out the actual Java command. You can edit the ParaphraseDataset.parsingInPaths
flag to supply only the test file. (Maybe using test,<path_to_test_file>
will work.) Then just run the Java command directly.
Did you finish the installation of sempre v1.0? Where to download the files about sempre v1.0? Could you give me some suggestions?