Datasets:

Modalities:
Text
Formats:
json
Languages:
English
ArXiv:
Libraries:
Datasets
pandas
License:
espejelomar commited on
Commit
43ee527
·
1 Parent(s): 0bdab20

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +134 -0
README.md CHANGED
@@ -1,3 +1,137 @@
1
  ---
2
  license: mit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
1
  ---
2
  license: mit
3
+ language:
4
+ - en
5
+ paperswithcode_id: embedding-data/SPECTER
6
+ pretty_name: ESPECTER
7
+ ---
8
+
9
+ # Dataset Card for "ESPECTER"
10
+ ## Table of Contents
11
+ - [Dataset Description](#dataset-description)
12
+ - [Dataset Summary](#dataset-summary)
13
+ - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
14
+ - [Languages](#languages)
15
+ - [Dataset Structure](#dataset-structure)
16
+ - [Data Instances](#data-instances)
17
+ - [Data Fields](#data-fields)
18
+ - [Data Splits](#data-splits)
19
+ - [Dataset Creation](#dataset-creation)
20
+ - [Curation Rationale](#curation-rationale)
21
+ - [Source Data](#source-data)
22
+ - [Annotations](#annotations)
23
+ - [Personal and Sensitive Information](#personal-and-sensitive-information)
24
+ - [Considerations for Using the Data](#considerations-for-using-the-data)
25
+ - [Social Impact of Dataset](#social-impact-of-dataset)
26
+ - [Discussion of Biases](#discussion-of-biases)
27
+ - [Other Known Limitations](#other-known-limitations)
28
+ - [Additional Information](#additional-information)
29
+ - [Dataset Curators](#dataset-curators)
30
+ - [Licensing Information](#licensing-information)
31
+ - [Citation Information](#citation-information)
32
+ - [Contributions](#contributions)
33
+ ## Dataset Description
34
+ - **Homepage:** [https://github.com/allenai/specter](https://github.com/allenai/specter)
35
+ - **Repository:** [More Information Needed](https://github.com/allenai/specter/blob/master/README.md)
36
+ - **Paper:** [More Information Needed](https://arxiv.org/pdf/2004.07180.pdf)
37
+ - **Point of Contact:** [@armancohan](https://github.com/armancohan), [@sergeyf](https://github.com/sergeyf), [@haroldrubio](https://github.com/haroldrubio), [@jinamshah](https://github.com/jinamshah)
38
+ - **Size of downloaded dataset files:**
39
+ - **Size of the generated dataset:**
40
+ - **Total amount of disk used:** 38.3 MB
41
+ ### Dataset Summary
42
+ SPECTER: Document-level Representation Learning using Citation-informed Transformers. A new method to generate document-level embedding of scientific documents based on pretraining a Transformer language model on a powerful signal of document-level relatedness: the citation graph. Unlike existing pretrained language models, SPECTER can be easily applied to downstream applications without task-specific fine-tuning.
43
+ ### Supported Tasks and Leaderboards
44
+ [More Information Needed](https://github.com/allenai/specter)
45
+ ### Languages
46
+ [More Information Needed](https://github.com/allenai/specter)
47
+ ## Dataset Structure
48
+ Specter requires two main files as input to embed the document. A text file with ids of the documents you want to embed and a json metadata file consisting of the title and abstract information. Sample files are provided in the `data/` directory to get you started. Input data format is according to:
49
+ metadata.json format:
50
+
51
+ {
52
+ 'doc_id': {'title': 'representation learning of scientific documents',
53
+ 'abstract': 'we propose a new model for representing abstracts'},
54
+ }
55
+
56
+ ### Data Instances
57
+ ### Data Splits
58
+ ## Dataset Creation
59
+
60
+ ### Curation Rationale
61
+
62
+ [More Information Needed](https://github.com/allenai/specter)
63
+
64
+ ### Source Data
65
+
66
+ #### Initial Data Collection and Normalization
67
+
68
+ [More Information Needed](https://github.com/allenai/specter)
69
+
70
+ #### Who are the source language producers?
71
+
72
+ [More Information Needed](https://github.com/allenai/specter)
73
+
74
+ ### Annotations
75
+
76
+ #### Annotation process
77
+
78
+ [More Information Needed](https://github.com/allenai/specter)
79
+
80
+ #### Who are the annotators?
81
+
82
+ [More Information Needed](https://github.com/allenai/specter)
83
+
84
+ ### Personal and Sensitive Information
85
+
86
+ [More Information Needed](https://github.com/allenai/specter)
87
+
88
+ ## Considerations for Using the Data
89
+
90
+ ### Social Impact of Dataset
91
+
92
+ [More Information Needed](https://github.com/allenai/specter)
93
+
94
+ ### Discussion of Biases
95
+
96
+ [More Information Needed](https://github.com/allenai/specter)
97
+
98
+ ### Other Known Limitations
99
+
100
+ [More Information Needed](https://github.com/allenai/specter)
101
+
102
+ ## Additional Information
103
+
104
+ ### Dataset Curators
105
+
106
+ [More Information Needed](https://github.com/allenai/specter)
107
+
108
+ ### Licensing Information
109
+
110
+ [More Information Needed](https://github.com/allenai/specter)
111
+
112
+ ### Citation Information
113
+
114
+ ```
115
+ @inproceedings{specter2020cohan,
116
+ title={{SPECTER: Document-level Representation Learning using Citation-informed Transformers}},
117
+ author={Arman Cohan and Sergey Feldman and Iz Beltagy and Doug Downey and Daniel S. Weld},
118
+ booktitle={ACL},
119
+ year={2020}
120
+ }
121
+
122
+ SciDocs benchmark
123
+
124
+ SciDocs evaluation framework consists of a suite of evaluation tasks designed for document-level tasks.
125
+
126
+ Link to SciDocs:
127
+
128
+ - [https://github.com/allenai/scidocs](https://github.com/allenai/scidocs)
129
+
130
+ ```
131
+
132
+
133
+ ### Contributions
134
+
135
+ Thanks to [@armancohan](https://github.com/armancohan), [@sergeyf](https://github.com/sergeyf), [@haroldrubio](https://github.com/haroldrubio), [@jinamshah](https://github.com/jinamshah)
136
+
137
  ---