Datasets:
parquet-converter
commited on
Commit
•
8b648a6
1
Parent(s):
b94df14
Update parquet files
Browse files- README.md +0 -47
- data/test-00000-of-00001-4f735ce0dd27d68a.parquet → allenai--ms2_dense_mean/parquet-test.parquet +2 -2
- data/train-00000-of-00001-cf0e730caeada748.parquet → allenai--ms2_dense_mean/parquet-train.parquet +2 -2
- data/validation-00000-of-00001-8c42018f732d1491.parquet → allenai--ms2_dense_mean/parquet-validation.parquet +2 -2
- dataset_infos.json +0 -1
README.md
DELETED
@@ -1,47 +0,0 @@
|
|
1 |
-
---
|
2 |
-
annotations_creators:
|
3 |
-
- expert-generated
|
4 |
-
language_creators:
|
5 |
-
- expert-generated
|
6 |
-
language:
|
7 |
-
- en
|
8 |
-
license:
|
9 |
-
- apache-2.0
|
10 |
-
multilinguality:
|
11 |
-
- monolingual
|
12 |
-
size_categories:
|
13 |
-
- 10K<n<100K
|
14 |
-
source_datasets:
|
15 |
-
- extended|other-MS^2
|
16 |
-
- extended|other-Cochrane
|
17 |
-
task_categories:
|
18 |
-
- summarization
|
19 |
-
- text2text-generation
|
20 |
-
paperswithcode_id: multi-document-summarization
|
21 |
-
pretty_name: MSLR Shared Task
|
22 |
-
---
|
23 |
-
|
24 |
-
This is a copy of the [MS^2](https://huggingface.co/datasets/allenai/mslr2022) dataset, except the input source documents of its `train`, `validation` and `test` splits have been replaced by a __dense__ retriever. The retrieval pipeline used:
|
25 |
-
|
26 |
-
- __query__: The `background` field of each example
|
27 |
-
- __corpus__: The union of all documents in the `train`, `validation` and `test` splits. A document is the concatenation of the `title` and `abstract`.
|
28 |
-
- __retriever__: [`facebook/contriever-msmarco`](https://huggingface.co/facebook/contriever-msmarco) via [PyTerrier](https://pyterrier.readthedocs.io/en/latest/) with default settings
|
29 |
-
- __top-k strategy__: `"max"`, i.e. the number of documents retrieved, `k`, is set as the maximum number of documents seen across examples in this dataset, in this case `k==17`
|
30 |
-
|
31 |
-
Retrieval results on the `train` set:
|
32 |
-
|
33 |
-
| Recall@100 | Rprec | Precision@k | Recall@k |
|
34 |
-
| ----------- | ----------- | ----------- | ----------- |
|
35 |
-
| 0.4764 | 0.2395 | 0.2271 | 0.2418 |
|
36 |
-
|
37 |
-
Retrieval results on the `validation` set:
|
38 |
-
|
39 |
-
| Recall@100 | Rprec | Precision@k | Recall@k |
|
40 |
-
| ----------- | ----------- | ----------- | ----------- |
|
41 |
-
| 0.4364 | 0.2125 | 0.2131 | 0.2074 |
|
42 |
-
|
43 |
-
Retrieval results on the `test` set:
|
44 |
-
|
45 |
-
| Recall@100 | Rprec | Precision@k | Recall@k |
|
46 |
-
| ----------- | ----------- | ----------- | ----------- |
|
47 |
-
| 0.4481 | 0.2224 | 0.2254 | 0.2100 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
data/test-00000-of-00001-4f735ce0dd27d68a.parquet → allenai--ms2_dense_mean/parquet-test.parquet
RENAMED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:806424a8f63d659e24a2d7f3083295bce56e9cd136809dc8617f5ec7b168cb87
|
3 |
+
size 27879613
|
data/train-00000-of-00001-cf0e730caeada748.parquet → allenai--ms2_dense_mean/parquet-train.parquet
RENAMED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9183d7c527c4f007344991f58c43cc041c902b19c416a8fa565f2dbc48aae27a
|
3 |
+
size 246166173
|
data/validation-00000-of-00001-8c42018f732d1491.parquet → allenai--ms2_dense_mean/parquet-validation.parquet
RENAMED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:483161fd14cce1c2382bbba0dbd2f7a3899f12f90e0dac3f18213fb8322edb03
|
3 |
+
size 34338839
|
dataset_infos.json
DELETED
@@ -1 +0,0 @@
|
|
1 |
-
{"allenai--ms2_dense_mean": {"description": "The Multidocument Summarization for Literature Review (MSLR) Shared Task aims to study how medical\nevidence from different clinical studies are summarized in literature reviews. Reviews provide the\nhighest quality of evidence for clinical care, but are expensive to produce manually.\n(Semi-)automation via NLP may facilitate faster evidence synthesis without sacrificing rigor.\nThe MSLR shared task uses two datasets to assess the current state of multidocument summarization\nfor this task, and to encourage the development of modeling contributions, scaffolding tasks, methods\nfor model interpretability, and improved automated evaluation methods in this domain.\n", "citation": "@inproceedings{DeYoung2021MS2MS,\n title = {MS\u02c62: Multi-Document Summarization of Medical Studies},\n author = {Jay DeYoung and Iz Beltagy and Madeleine van Zuylen and Bailey Kuehl and Lucy Lu Wang},\n booktitle = {EMNLP},\n year = {2021}\n}\n@article{Wallace2020GeneratingN,\n title = {Generating (Factual?) Narrative Summaries of RCTs: Experiments with Neural Multi-Document Summarization},\n author = {Byron C. Wallace and Sayantani Saha and Frank Soboczenski and Iain James Marshall},\n year = 2020,\n journal = {AMIA Annual Symposium},\n volume = {abs/2008.11293}\n}\n", "homepage": "https://github.com/allenai/mslr-shared-task", "license": "Apache-2.0", "features": {"review_id": {"dtype": "string", "id": null, "_type": "Value"}, "pmid": {"feature": {"dtype": "string", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}, "title": {"feature": {"dtype": "string", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}, "abstract": {"feature": {"dtype": "string", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}, "target": {"dtype": "string", "id": null, "_type": "Value"}, "background": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "mslr2022", "config_name": "ms2", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 491465088, "num_examples": 14188, "dataset_name": "ms2_dense_mean"}, "test": {"name": "test", "num_bytes": 56939907, "num_examples": 1667, "dataset_name": "ms2_dense_mean"}, "validation": {"name": "validation", "num_bytes": 69199295, "num_examples": 2021, "dataset_name": "ms2_dense_mean"}}, "download_checksums": null, "download_size": 308341735, "post_processing_size": null, "dataset_size": 617604290, "size_in_bytes": 925946025}}
|
|
|
|