question_generator:用于生成阅读理解问题的NLP系统

时间:2021-03-11 18:12:51
【文件属性】:
文件名称:question_generator:用于生成阅读理解问题的NLP系统
文件大小:40KB
文件格式:ZIP
更新时间:2021-03-11 18:12:51
系统开源 问题生成器 问题生成器是一种NLP系统,用于从诸如新闻文章或书籍摘录等文本生成阅读理解型问题。 该系统是使用来自预训练模型。 有两种模型:问题生成器本身和质量检查评估器,该评估器根据问题对的可接受性对问题和答案对进行排名和过滤。 安装 您可以克隆存储库,然后像这样安装软件包: git clone https://github.com/amontgomerie/question_generator python -m pip install -e question_generator 用法 产生问题的最简单方法是克隆github存储库,然后像这样运行qg_run.py : !git clone https://github.com/amontgomerie/question_generator !python 'question_generator/run_qg.py' --text_d
【文件预览】:
question_generator-master
----setup.py(146B)
----.gitignore(2KB)
----articles()
--------tom_hanks.txt(2KB)
--------owl_rescue.txt(1012B)
--------indian_matchmaking.txt(6KB)
--------README.md(465B)
--------relaxing_headset.txt(6KB)
--------twitter_hack.txt(6KB)
----requirements.txt(244B)
----LICENSE(1KB)
----examples()
--------question_generation_example.ipynb(77KB)
--------qg_commandline_example.ipynb(18KB)
----README.md(5KB)
----run_qg.py(2KB)
----training()
--------qg_training.ipynb(7KB)
--------qa_evaluator_training.ipynb(7KB)
----questiongenerator.py(12KB)

网友评论