Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# ling_conversion
|
| 2 |
|
| 3 |
Processed dataset used in the LingConv paper: [Linguistically-Controlled Paraphrase Generation](https://aclanthology.org/2025.findings-emnlp.1137/).
|
|
@@ -19,7 +26,4 @@ Processed dataset used in the LingConv paper: [Linguistically-Controlled Paraphr
|
|
| 19 |
- sentence2_ling
|
| 20 |
|
| 21 |
## Preprocessing
|
| 22 |
-
The preprocessing scripts used to build this release are included in
|
| 23 |
-
|
| 24 |
-
## Paper
|
| 25 |
-
- ACL Anthology: https://aclanthology.org/2025.findings-emnlp.1137/
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language:
|
| 3 |
+
- en
|
| 4 |
+
license: mit
|
| 5 |
+
pretty_name: ling_conversion
|
| 6 |
+
---
|
| 7 |
+
|
| 8 |
# ling_conversion
|
| 9 |
|
| 10 |
Processed dataset used in the LingConv paper: [Linguistically-Controlled Paraphrase Generation](https://aclanthology.org/2025.findings-emnlp.1137/).
|
|
|
|
| 26 |
- sentence2_ling
|
| 27 |
|
| 28 |
## Preprocessing
|
| 29 |
+
The preprocessing scripts used to build this release are included in `preprocessing/`.
|
|
|
|
|
|
|
|
|