hallisky commited on
Commit
206e13f
1 Parent(s): 2f64d1c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +27 -0
README.md CHANGED
@@ -1,3 +1,30 @@
1
  ---
2
  license: apache-2.0
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
  ---
4
+
5
+ # Citing this work
6
+ If you use/reference this work, please cite us with:
7
+
8
+ ```
9
+ @inproceedings{hallinan-etal-2023-steer,
10
+ title = "{STEER}: Unified Style Transfer with Expert Reinforcement",
11
+ author = "Hallinan, Skyler and
12
+ Brahman, Faeze and
13
+ Lu, Ximing and
14
+ Jung, Jaehun and
15
+ Welleck, Sean and
16
+ Choi, Yejin",
17
+ editor = "Bouamor, Houda and
18
+ Pino, Juan and
19
+ Bali, Kalika",
20
+ booktitle = "Findings of the Association for Computational Linguistics: EMNLP 2023",
21
+ month = dec,
22
+ year = "2023",
23
+ address = "Singapore",
24
+ publisher = "Association for Computational Linguistics",
25
+ url = "https://aclanthology.org/2023.findings-emnlp.506",
26
+ doi = "10.18653/v1/2023.findings-emnlp.506",
27
+ pages = "7546--7562",
28
+ abstract = "While text style transfer has many applications across natural language processing, the core premise of transferring from a single source style is unrealistic in a real-world setting. In this work, we focus on arbitrary style transfer: rewriting a text from an arbitrary, unknown style to a target style. We propose STEER: Unified Style Transfer with Expert Reinforcement, a unified frame-work developed to overcome the challenge of limited parallel data for style transfer. STEER involves automatically generating a corpus of style-transfer pairs using a product of experts during decoding. The generated offline data is then used to pre-train an initial policy before switching to online, off-policy reinforcement learning for further improvements via fine-grained reward signals. STEER is unified and can transfer to multiple target styles from an arbitrary, unknown source style, making it particularly flexible and efficient. Experimental results on a challenging dataset with text from a diverse set of styles demonstrate state-of-the-art results compared to competitive baselines. Remarkably, STEER outperforms the 175B parameter instruction-tuned GPT-3 on overall style transfer quality, despite being 226 times smaller in size. We also show STEER is robust, maintaining its style transfer capabilities on out-of-domain data, and surpassing nearly all baselines across various styles. The success of our method highlights the potential of RL algorithms when augmented with controllable decoding to overcome the challenge of limited data supervision.",
29
+ }
30
+ ```