Difference between revisions of "ParlAI"
Jump to navigation
Jump to search
(Created page with "Category:SoftwareCategory:Phylogenetics {|<!--CONFIGURATION: REQUIRED--> |{{#vardefine:app|parlai}} |{{#vardefine:url|https://github.com/facebookresearch/ParlAI}} <!--...") |
|||
Line 25: | Line 25: | ||
==System Variables== | ==System Variables== | ||
* HPC_{{uc:{{#var:app}}}}_DIR - installation directory | * HPC_{{uc:{{#var:app}}}}_DIR - installation directory | ||
+ | * HPC_{{uc:{{#var:app}}}}_BIN - executable directory | ||
+ | |||
<!--Configuration--> | <!--Configuration--> | ||
{{#if: {{#var: conf}}|==Configuration== | {{#if: {{#var: conf}}|==Configuration== |
Latest revision as of 15:55, 21 July 2021
Description
ParlAI (pronounced “par-lay”) is a python framework for sharing, training and testing dialogue models, from open-domain chitchat, to task-oriented dialogue, to visual question answering.
Environment Modules
Run module spider parlai
to find out what environment modules are available for this application.
System Variables
- HPC_PARLAI_DIR - installation directory
- HPC_PARLAI_BIN - executable directory
Citation
If you publish research that uses parlai you have to cite it as follows:
@article{miller2017parlai, title={ParlAI: A Dialog Research Software Platform}, author={{Miller}, A.~H. and {Feng}, W. and {Fisch}, A. and {Lu}, J. and {Batra}, D. and {Bordes}, A. and {Parikh}, D. and {Weston}, J.}, journal={arXiv preprint arXiv:{1705.06476}}, year={2017} }
https://arxiv.org/abs/1705.06476