Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -49,6 +49,13 @@ This dataset is the HuggingFace version of MinWikiSplit++.
|
|
49 |
MinWikiSplit++ enhances the original [MinWikiSplit](https://aclanthology.org/W19-8615/) by applying two techniques: filtering through NLI classification and sentence-order reversing, which help to remove noise and reduce hallucinations compared to the original MinWikiSplit.
|
50 |
The preprocessed MinWikiSplit dataset that formed the basis for this can be found [here](https://huggingface.co/datasets/cl-nagoya/min-wikisplit).
|
51 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
52 |
## Usage
|
53 |
|
54 |
```python
|
|
|
49 |
MinWikiSplit++ enhances the original [MinWikiSplit](https://aclanthology.org/W19-8615/) by applying two techniques: filtering through NLI classification and sentence-order reversing, which help to remove noise and reduce hallucinations compared to the original MinWikiSplit.
|
50 |
The preprocessed MinWikiSplit dataset that formed the basis for this can be found [here](https://huggingface.co/datasets/cl-nagoya/min-wikisplit).
|
51 |
|
52 |
+
## Dataset Description
|
53 |
+
|
54 |
+
- **Homepage:** https://github.com/nttcslab-nlp/wikisplit-pp
|
55 |
+
- **Repository:** https://github.com/nttcslab-nlp/wikisplit-pp
|
56 |
+
- **Paper:** https://arxiv.org/abs/2404.09002
|
57 |
+
- **Point of Contact:** [Hayato Tsukagoshi](mailto:[email protected])
|
58 |
+
|
59 |
## Usage
|
60 |
|
61 |
```python
|