Update README.md
Browse files
README.md
CHANGED
@@ -14,14 +14,8 @@ pinned: false
|
|
14 |
<br>
|
15 |
|
16 |
***Language Models for Question Generation (LMQG)*** is the official registry of <a href="paper_link">"Generative Language Models for Paragraph-Level Question Generation, EMNLP 2022"</a>, which has proposed <a href="https://github.com/asahi417/lm-question-generation/blob/master/QG_BENCH.md">QG-Bench</a>, multilingual and multidomain question generation datasets and models.
|
17 |
-
See
|
18 |
-
|
19 |
-
Basic usage of our QG model follows below.
|
20 |
-
<pre class="line-numbers">
|
21 |
-
<code class="language-python">
|
22 |
-
pip install lmqg
|
23 |
-
</code>
|
24 |
-
</pre>
|
25 |
|
26 |
<pre class="line-numbers">
|
27 |
<code class="language-python">
|
|
|
14 |
<br>
|
15 |
|
16 |
***Language Models for Question Generation (LMQG)*** is the official registry of <a href="paper_link">"Generative Language Models for Paragraph-Level Question Generation, EMNLP 2022"</a>, which has proposed <a href="https://github.com/asahi417/lm-question-generation/blob/master/QG_BENCH.md">QG-Bench</a>, multilingual and multidomain question generation datasets and models.
|
17 |
+
See the official <a href="https://github.com/asahi417/lm-question-generation">GitHub</a> for more information.
|
18 |
+
The QG models can be used with <a href="https://pypi.org/project/lmqg">`lmqg`</a> library as below.
|
|
|
|
|
|
|
|
|
|
|
|
|
19 |
|
20 |
<pre class="line-numbers">
|
21 |
<code class="language-python">
|