stanlochten
commited on
Commit
·
a9132bf
1
Parent(s):
9574c5d
Update README.md
Browse files
README.md
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
T5-base model fine-tuned for question generation from knowledge graphs. Can be used to generate questions from linearized knowledge graphs, meaning graphs in the form of its all its triples listed in the following format:
|
2 |
|
3 |
`<A> answer node(s) <H> head <R> relation <T> tail <H> head <R> relation <T> tail ... etc ...`,
|
4 |
-
where `answer node(s)` refers to the node which should contain the answer
|
5 |
|
6 |
|
7 |
To load the model:
|
|
|
1 |
T5-base model fine-tuned for question generation from knowledge graphs. Can be used to generate questions from linearized knowledge graphs, meaning graphs in the form of its all its triples listed in the following format:
|
2 |
|
3 |
`<A> answer node(s) <H> head <R> relation <T> tail <H> head <R> relation <T> tail ... etc ...`,
|
4 |
+
where `answer node(s)` refers to the node(s) which should contain the answer to the generated question.
|
5 |
|
6 |
|
7 |
To load the model:
|