arka0821 commited on
Commit
e0965c1
1 Parent(s): a11c633

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -79
README.md CHANGED
@@ -1,56 +1,4 @@
1
  ---
2
- license: afl-3.0
3
- ---
4
- Hugging Face's logo
5
- Hugging Face
6
- Search models, datasets, users...
7
- Models
8
- Datasets
9
- Spaces
10
- Docs
11
- Solutions
12
- Pricing
13
-
14
-
15
- Datasets:
16
- multi_document_summarization
17
- like
18
- 1
19
- Tasks:
20
- summarization-other-paper-abstract-generation
21
- Task Categories:
22
- summarization
23
- Languages:
24
- en
25
- Multilinguality:
26
- monolingual
27
- Size Categories:
28
- 10K<n<100K
29
- Licenses:
30
- unknown
31
- Language Creators:
32
- found
33
- Annotations Creators:
34
- found
35
- Source Datasets:
36
- original
37
- Dataset card
38
- Files and versions
39
- multi_x_science_sum
40
- /
41
- README.md
42
- lhoestq's picture
43
- lhoestq
44
- HF STAFF
45
- Update datasets task tags to align tags with models (#4067)
46
- f45f6eb
47
- 6 days ago
48
- raw
49
- history
50
- blame
51
- Safe
52
- 5.69 kB
53
- ---
54
  annotations_creators:
55
  - found
56
  language_creators:
@@ -69,8 +17,8 @@ task_categories:
69
  - summarization
70
  task_ids:
71
  - summarization-other-paper-abstract-generation
72
- paperswithcode_id: multi-xscience
73
- pretty_name: Multi-XScience
74
  ---
75
  # Dataset Card for Multi-XScience
76
  ## Table of Contents
@@ -97,35 +45,25 @@ pretty_name: Multi-XScience
97
  - [Citation Information](#citation-information)
98
  - [Contributions](#contributions)
99
  ## Dataset Description
100
- - **Repository:** [Multi-XScience repository](https://github.com/yaolu/Multi-XScience)
101
- - **Paper:** [Multi-XScience: A Large-scale Dataset for Extreme Multi-document Summarization of Scientific Articles](https://arxiv.org/abs/2010.14235)
102
  ### Dataset Summary
103
- Multi-XScience, a large-scale multi-document summarization dataset created from scientific articles. Multi-XScience introduces a challenging multi-document summarization task: writing the related-work section of a paper based on its abstract and the articles it references.
104
  ### Supported Tasks and Leaderboards
105
  [More Information Needed]
106
  ### Languages
107
  The text in the dataset is in English
108
  ## Dataset Structure
109
  ### Data Instances
110
- {'abstract': 'Author(s): Kuperberg, Greg; Thurston, Dylan P. | Abstract: We give a purely topological definition of the perturbative quantum invariants of links and 3-manifolds associated with Chern-Simons field theory. Our definition is as close as possible to one given by Kontsevich. We will also establish some basic properties of these invariants, in particular that they are universally finite type with respect to algebraically split surgery and with respect to Torelli surgery. Torelli surgery is a mutual generalization of blink surgery of Garoufalidis and Levine and clasper surgery of Habiro.',
111
- 'aid': 'math9912167',
112
- 'mid': '1631980677',
113
- 'ref_abstract': {'abstract': ['This note is a sequel to our earlier paper of the same title [4] and describes invariants of rational homology 3-spheres associated to acyclic orthogonal local systems. Our work is in the spirit of the Axelrod–Singer papers [1], generalizes some of their results, and furnishes a new setting for the purely topological implications of their work.',
114
- 'Recently, Mullins calculated the Casson-Walker invariant of the 2-fold cyclic branched cover of an oriented link in S^3 in terms of its Jones polynomial and its signature, under the assumption that the 2-fold branched cover is a rational homology 3-sphere. Using elementary principles, we provide a similar calculation for the general case. In addition, we calculate the LMO invariant of the p-fold branched cover of twisted knots in S^3 in terms of the Kontsevich integral of the knot.'],
115
- 'cite_N': ['@cite_16', '@cite_26'],
116
- 'mid': ['1481005306', '1641082372']},
117
- 'related_work': 'Two other generalizations that can be considered are invariants of graphs in 3-manifolds, and invariants associated to other flat connections @cite_16 . We will analyze these in future work. Among other things, there should be a general relation between flat bundles and links in 3-manifolds on the one hand and finite covers and branched covers on the other hand @cite_26 .'}
118
  ### Data Fields
119
- {`abstract`: text of paper abstract \
120
- `aid`: arxiv id \
121
- `mid`: microsoft academic graph id \
122
- `ref_abstract`: \
123
- { \
124
- `abstract`: text of reference paper (cite_N) abstract \
125
- `cite_N`: special cite symbol, \
126
- `mid`: reference paper's (cite_N) microsoft academic graph id \
127
- }, \
128
- `related_work`: text of paper related work \
129
  }
130
  ### Data Splits
131
  The data is split into a training, validation and test.
@@ -162,12 +100,12 @@ The data is split into a training, validation and test.
162
  ### Citation Information
163
  ```
164
  @article{lu2020multi,
165
- title={Multi-XScience: A Large-scale Dataset for Extreme Multi-document Summarization of Scientific Articles},
166
- author={Lu, Yao and Dong, Yue and Charlin, Laurent},
167
  journal={arXiv preprint arXiv:2010.14235},
168
- year={2020}
169
  }
170
  ```
171
  ### Contributions
172
- Thanks to [@arka0821] for adding this dataset.
173
 
 
1
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  annotations_creators:
3
  - found
4
  language_creators:
 
17
  - summarization
18
  task_ids:
19
  - summarization-other-paper-abstract-generation
20
+ paperswithcode_id: multi-document
21
+ pretty_name: Multi-Document
22
  ---
23
  # Dataset Card for Multi-XScience
24
  ## Table of Contents
 
45
  - [Citation Information](#citation-information)
46
  - [Contributions](#contributions)
47
  ## Dataset Description
48
+ - **Repository:** [Multi-Document repository](https://github.com/arka0821/multi_document_summarization)
49
+ - **Paper:** [Multi-Document: A Large-scale Dataset for Extreme Multi-document Summarization of Scientific Articles](https://arxiv.org/abs/2010.14235)
50
  ### Dataset Summary
51
+ Multi-Document, a large-scale multi-document summarization dataset created from scientific articles. Multi-Document introduces a challenging multi-document summarization task: writing the related-work section of a paper based on its abstract and the articles it references.
52
  ### Supported Tasks and Leaderboards
53
  [More Information Needed]
54
  ### Languages
55
  The text in the dataset is in English
56
  ## Dataset Structure
57
  ### Data Instances
58
+ {"id": "n3ByHGrxH3bvfrvF", "docs": [{"id": "1394519630182457344", "text": "Clover Bio's COVID-19 vaccine candidate shows immune response against SARS-CoV-2 variants in mouse model https://t.co/wNWa9GQux5"}, {"id": "1398154482463170561", "text": "The purpose of the Vaccine is not to stop you from catching COVID 19. The vaccine introduces the immune system to an inactivated form of the SARS-CoV-2 coronavirus or a small part of it. This then equips the body with the ability to fight the virus better in case you get it. https://t.co/Cz9OU6Zi7P"}, {"id": "1354844652520792071", "text": "The Moderna mRNA COVID-19 vaccine appears to be effective against the novel, rapidly spreading variants of SARS-CoV-2.\nResearchers analysed blood samples from vaccinated people and monkeys- Both contained neutralising antibodies against the virus. \nPT1/2\n#COVID19vaccines #biotech https://t.co/ET1maJznot"}, {"id": "1340189698107518976", "text": "@KhandaniM Pfizer vaccine introduces viral surface protein which is constant accross SARS COV 2 variants into the body. Body builds antibodies against this protein, not any virus. These antibodies instructs macrophages &amp; T-Cells to attack &amp; destroy any COVID-19 v variant at infection point"}, {"id": "1374368989581778945", "text": "@DelthiaRicks \" Pfizer and BioNTech\u2019s COVID-19 vaccine is an mRNA vaccine, which does not use the live virus but rather a small portion of the viral sequence of the SARS-CoV-2 virus to instruct the body to produce the spike protein displayed on the surface of the virus.\""}, {"id": "1353354819315126273", "text": "Pfizer and BioNTech Publish Results of Study Showing COVID-19 Vaccine Elicits Antibodies that Neutralize Pseudovirus Bearing the SARS-CoV-2 U.K. Strain Spike Protein in Cell Culture | Pfizer https://t.co/YXcSnjLt8C"}, {"id": "1400821856362401792", "text": "Pfizer-BioNTech's covid-19 vaccine elicits lower levels of antibodies against the SARS-CoV-2\u00a0Delta variant\u00a0(B.1.617.2), first discovered in India, in comparison to other variants, said a research published in\u00a0Lancet\u00a0journal.\n https://t.co/IaCMX81X3b"}, {"id": "1367252963190665219", "text": "New research from UNC-Chapel Hill suggests that those who have previously experienced a SARS-CoV-2 infection develop a significant antibody response to the first dose of mRNA-based COVID-19 vaccine.\nhttps://t.co/B4vR1KUQ0w"}, {"id": "1375949502461394946", "text": "Mechanism of a COVID-19 nanoparticle vaccine candidate that elicits a broadly neutralizing antibody response to SARS-CoV-2 variants https://t.co/nc1L0uvtlI #bioRxiv"}, {"id": "1395428608349548550", "text": "JCI - Efficient maternal to neonatal transfer of antibodies against SARS-CoV-2 and BNT162b2 mRNA COVID-19 vaccine https://t.co/vIBcpPaKFZ"}], "summary": "The COVID-19 vaccine appears to be effective against the novel, rapidly spreading variants of SARS-CoV-2. Pfizer-BioNTech's COVID-19 vaccine use small portion of the viral sequence of the SARS-CoV-2 virus to equip the body with the ability to fight the virus better in case you get it."}
 
 
 
 
 
 
 
59
  ### Data Fields
60
+ {'id': text of paper abstract \
61
+ 'docs': document id \
62
+ [
63
+ 'id': id of text \
64
+ 'text': text data \
65
+ ]
66
+ 'summary': summary text
 
 
 
67
  }
68
  ### Data Splits
69
  The data is split into a training, validation and test.
 
100
  ### Citation Information
101
  ```
102
  @article{lu2020multi,
103
+ title={Multi-Document: A Large-scale Dataset for Extreme Multi-document Summarization of Scientific Articles},
104
+ author={Arka Das, India},
105
  journal={arXiv preprint arXiv:2010.14235},
106
+ year={2022}
107
  }
108
  ```
109
  ### Contributions
110
+ Thanks to [@arka0821] (https://github.com/arka0821/multi_document_summarization) for adding this dataset.
111