CentreForDigitalHumanities / CentreForDigitalHumanities/langpro-container
Batched NLI problems as input
Open
enhancement
- Dominant language
- Prolog
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
LangPro API accepts a single NLI problem as input and takes 3-5 seconds to return the output due to the overhead of the CCG parser and LangPro.
This becomes slow for several hundred examples.
Allow a batch input of max, e.g, n=20, NLI problems.
This should work well because the parser and LangPro would incur their overhead only once per batch.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.