Update README.md
Browse files
README.md
CHANGED
|
@@ -81,24 +81,28 @@ dataset = load_dataset("CATIE-AQ/bisect_fr_prompt_textual_simplification")
|
|
| 81 |
|
| 82 |
# Citation
|
| 83 |
## Original data
|
| 84 |
-
|
|
|
|
| 85 |
title={BiSECT: Learning to Split and Rephrase Sentences with Bitexts},
|
| 86 |
author={Kim, Joongwon and Maddela, Mounica and Kriz, Reno and Xu, Wei and Callison-Burch, Chris},
|
| 87 |
booktitle={Proceedings of the Conference on Empirical Methods in Natural Language Processing (EMNLP)},
|
| 88 |
year={2021}
|
| 89 |
}
|
| 90 |
-
|
| 91 |
|
| 92 |
|
| 93 |
## This Dataset
|
| 94 |
-
|
| 95 |
-
|
| 96 |
-
|
| 97 |
-
|
| 98 |
-
|
| 99 |
-
|
| 100 |
-
|
| 101 |
-
}
|
|
|
|
|
|
|
|
|
|
| 102 |
|
| 103 |
|
| 104 |
## License
|
|
|
|
| 81 |
|
| 82 |
# Citation
|
| 83 |
## Original data
|
| 84 |
+
```
|
| 85 |
+
@inproceedings{bisect2021,
|
| 86 |
title={BiSECT: Learning to Split and Rephrase Sentences with Bitexts},
|
| 87 |
author={Kim, Joongwon and Maddela, Mounica and Kriz, Reno and Xu, Wei and Callison-Burch, Chris},
|
| 88 |
booktitle={Proceedings of the Conference on Empirical Methods in Natural Language Processing (EMNLP)},
|
| 89 |
year={2021}
|
| 90 |
}
|
| 91 |
+
```
|
| 92 |
|
| 93 |
|
| 94 |
## This Dataset
|
| 95 |
+
```
|
| 96 |
+
@misc {centre_aquitain_des_technologies_de_l'information_et_electroniques_2023,
|
| 97 |
+
author = { {BOURDOIS, Loïck} },
|
| 98 |
+
organization = { {Centre Aquitain des Technologies de l'Information et Electroniques} },
|
| 99 |
+
title = { Dataset of French Prompts (DFP) (Revision 1d24c09) },
|
| 100 |
+
year = 2023,
|
| 101 |
+
url = { https://huggingface.co/datasets/CATIE-AQ/DFP },
|
| 102 |
+
doi = { 10.57967/hf/1200 },
|
| 103 |
+
publisher = { Hugging Face } }
|
| 104 |
+
```
|
| 105 |
+
|
| 106 |
|
| 107 |
|
| 108 |
## License
|