https://github.com/nafitzgerald/nrl-qasrl
- QA-SRL Parser
- Description: A QA-SRL parser
- Name:
fitzgerald2018-qasrl-parser
- Usage:
The
from repro.models.fitzgerald2018 import QASRLParser model = QASRLParser() output = model.predict("The sentence to parse.")
output
is a dictionary with the data output by the parser. See the original repository or our unit tests for an example.
- Image name:
danieldeutsch/fitzgerald2018
- Build command:
repro setup fitzgerald2018
- Requires network: Yes, AllenNLP still sends a request even when a dataset is already cached locally.
repro setup fitzgerald2018
pytest models/fitzgerald2018/tests
- Regression unit tests pass
See here - Correctness unit tests pass
See here. The output is slightly different than what is expected in the Readme from the original repo, but it looks close enough. - Model runs on full test dataset
Not tested - Predictions approximately replicate results reported in the paper
Not tested - Predictions exactly replicate results reported in the paper
Not tested