Commit ·
c8287a1
1
Parent(s): 387d40f
Update README.md
Browse files
README.md
CHANGED
|
@@ -22,6 +22,28 @@ dataset_info:
|
|
| 22 |
download_size: 1845244
|
| 23 |
dataset_size: 3227692
|
| 24 |
---
|
| 25 |
-
#
|
| 26 |
|
| 27 |
-
[
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 22 |
download_size: 1845244
|
| 23 |
dataset_size: 3227692
|
| 24 |
---
|
| 25 |
+
# positive-reframing-ptbr-dataset
|
| 26 |
|
| 27 |
+
Version translated into pt-br of the dataset available in the work ["Inducing Positive Perspectives with Text Reframing"](https://arxiv.org/abs/2204.02952). Used in model [positive-reframing-ptbr](https://huggingface.co/dominguesm/positive-reframing-ptbr).
|
| 28 |
+
|
| 29 |
+
|
| 30 |
+
**Citation:**
|
| 31 |
+
|
| 32 |
+
> Ziems, C., Li, M., Zhang, A., & Yang, D. (2022). Inducing Positive Perspectives with Text Reframing. In _Proceedings of the 60th Annual Meeting of the Association for Computational Linguistics (ACL)_.
|
| 33 |
+
|
| 34 |
+
**BibTeX:**
|
| 35 |
+
|
| 36 |
+
```tex
|
| 37 |
+
@inproceedings{ziems-etal-2022-positive-frames,
|
| 38 |
+
title = "Inducing Positive Perspectives with Text Reframing",
|
| 39 |
+
author = "Ziems, Caleb and
|
| 40 |
+
Li, Minzhi and
|
| 41 |
+
Zhang, Anthony and
|
| 42 |
+
Yang, Diyi",
|
| 43 |
+
booktitle = "Proceedings of the 60th Annual Meeting of the Association for Computational Linguistics",
|
| 44 |
+
month = may,
|
| 45 |
+
year = "2022",
|
| 46 |
+
address = "Online and Dublin, Ireland",
|
| 47 |
+
publisher = "Association for Computational Linguistics"
|
| 48 |
+
}
|
| 49 |
+
```
|