blinoff commited on
Commit
b8255c3
1 Parent(s): eb13b1d

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -0
README.md ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Russian GPT2-medium model for RDF-triplet to text conversion.
2
+
3
+ ```
4
+ @inproceedings{blinov-2020-semantic,
5
+ title = "Semantic Triples Verbalization with Generative Pre-Training Model",
6
+ author = "Blinov, Pavel",
7
+ booktitle = "Proceedings of the 3rd International Workshop on Natural Language Generation from the Semantic Web (WebNLG+)",
8
+ month = "12",
9
+ year = "2020",
10
+ address = "Dublin, Ireland (Virtual)",
11
+ publisher = "Association for Computational Linguistics",
12
+ url = "https://aclanthology.org/2020.webnlg-1.17",
13
+ pages = "154--158",
14
+ abstract = "The paper devoted to the problem of automatic text generation from RDF triples. This problem was formalized and proposed as a part of the 2020 WebNLG challenge. We describe our approach to the RDF-to-text generation task based on a neural network model with the Generative Pre-Training (GPT-2) architecture. In particular, we outline a way of base GPT-2 model conversion to a model with language and classification heads and discuss the text generation methods. To research the parameters{'} influence on the end-task performance a series of experiments was carried out. We report the result metrics and conclude with possible improvement directions.",
15
+ }
16
+ ```