Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -34,6 +34,23 @@ The labeled datasets are created by collecting manual annotations on top of Wiki
|
|
34 |
|
35 |
Additionally, to load the full set of collected annotations which were leveraged to make the labeled datasets for above tasks, use the command: ``load_dataset("kundank/usb","all_annotations")``
|
36 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
37 |
|
38 |
More details can be found in the paper: https://aclanthology.org/2023.findings-emnlp.592/
|
39 |
|
|
|
34 |
|
35 |
Additionally, to load the full set of collected annotations which were leveraged to make the labeled datasets for above tasks, use the command: ``load_dataset("kundank/usb","all_annotations")``
|
36 |
|
37 |
+
## Trained models
|
38 |
+
|
39 |
+
We fine-tuned Flan-T5-XL models on the training set of each task in the benchmark. They are available and the links given below:
|
40 |
+
|
41 |
+
|Task |Finetuned Flan-T5-XL model |
|
42 |
+
|----------------|-----------------------------|
|
43 |
+
| Extractive Summarization | [link](https://huggingface.co/kundank/usb-extractive_summarization-flant5xl) |
|
44 |
+
| Abstractive Summarization | [link](https://huggingface.co/kundank/usb-abstractive_summarization-flant5xl) |
|
45 |
+
| Topic-based Summarization | [link](https://huggingface.co/kundank/usb-topicbased_summarization-flant5xl) |
|
46 |
+
| Multi-sentence Compression | [link](https://huggingface.co/kundank/usb-multisentence_compression-flant5xl) |
|
47 |
+
| Evidence Extraction | [link](https://huggingface.co/kundank/usb-evidence_extraction-flant5xl) |
|
48 |
+
| Factuality Classification | [link](https://huggingface.co/kundank/usb-factuality_classification-flant5xl) |
|
49 |
+
| Unsupported Span Prediction | [link](https://huggingface.co/kundank/usb-unsupported_span_prediction-flant5xl) |
|
50 |
+
| Fixing Factuality | [link](https://huggingface.co/kundank/usb-fixing_factuality-flant5xl) |
|
51 |
+
|
52 |
+
|
53 |
+
|
54 |
|
55 |
More details can be found in the paper: https://aclanthology.org/2023.findings-emnlp.592/
|
56 |
|