imohammad12 commited on
Commit
171b867
1 Parent(s): 805ea06

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +24 -0
README.md ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language: en
3
+ tags: grs
4
+ ---
5
+
6
+ ## Citation
7
+ Please cite this paper if you use our models.
8
+
9
+ ```
10
+ @inproceedings{dehghan-etal-2022-grs,
11
+ title = "{GRS}: Combining Generation and Revision in Unsupervised Sentence Simplification",
12
+ author = "Dehghan, Mohammad and
13
+ Kumar, Dhruv and
14
+ Golab, Lukasz",
15
+ booktitle = "Findings of the Association for Computational Linguistics: ACL 2022",
16
+ month = may,
17
+ year = "2022",
18
+ address = "Dublin, Ireland",
19
+ publisher = "Association for Computational Linguistics",
20
+ url = "https://aclanthology.org/2022.findings-acl.77",
21
+ pages = "949--960",
22
+ abstract = "We propose GRS: an unsupervised approach to sentence simplification that combines text generation and text revision. We start with an iterative framework in which an input sentence is revised using explicit edit operations, and add paraphrasing as a new edit operation. This allows us to combine the advantages of generative and revision-based approaches: paraphrasing captures complex edit operations, and the use of explicit edit operations in an iterative manner provides controllability and interpretability. We demonstrate these advantages of GRS compared to existing methods on the Newsela and ASSET datasets.",
23
+ }
24
+ ```