princeton-nlp
commited on
Commit
•
9573fb2
1
Parent(s):
a124d62
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,146 +1,38 @@
|
|
1 |
---
|
2 |
-
dataset_info:
|
3 |
-
- config_name: corpus_clean
|
4 |
-
features:
|
5 |
-
- name: corpusid
|
6 |
-
dtype: int64
|
7 |
-
- name: title
|
8 |
-
dtype: string
|
9 |
-
- name: abstract
|
10 |
-
dtype: string
|
11 |
-
- name: citations
|
12 |
-
sequence: int64
|
13 |
-
- name: full_paper
|
14 |
-
dtype: string
|
15 |
-
splits:
|
16 |
-
- name: full
|
17 |
-
num_bytes: 2571543214
|
18 |
-
num_examples: 64183
|
19 |
-
download_size: 1257084104
|
20 |
-
dataset_size: 2571543214
|
21 |
-
- config_name: corpus_s2orc
|
22 |
-
features:
|
23 |
-
- name: corpusid
|
24 |
-
dtype: int64
|
25 |
-
- name: externalids
|
26 |
-
struct:
|
27 |
-
- name: acl
|
28 |
-
dtype: string
|
29 |
-
- name: arxiv
|
30 |
-
dtype: string
|
31 |
-
- name: dblp
|
32 |
-
dtype: string
|
33 |
-
- name: doi
|
34 |
-
dtype: string
|
35 |
-
- name: mag
|
36 |
-
dtype: string
|
37 |
-
- name: pubmed
|
38 |
-
dtype: string
|
39 |
-
- name: pubmedcentral
|
40 |
-
dtype: string
|
41 |
-
- name: content
|
42 |
-
struct:
|
43 |
-
- name: annotations
|
44 |
-
struct:
|
45 |
-
- name: abstract
|
46 |
-
dtype: string
|
47 |
-
- name: author
|
48 |
-
dtype: string
|
49 |
-
- name: authoraffiliation
|
50 |
-
dtype: string
|
51 |
-
- name: authorfirstname
|
52 |
-
dtype: string
|
53 |
-
- name: authorlastname
|
54 |
-
dtype: string
|
55 |
-
- name: bibauthor
|
56 |
-
dtype: string
|
57 |
-
- name: bibauthorfirstname
|
58 |
-
dtype: string
|
59 |
-
- name: bibauthorlastname
|
60 |
-
dtype: string
|
61 |
-
- name: bibentry
|
62 |
-
dtype: string
|
63 |
-
- name: bibref
|
64 |
-
dtype: string
|
65 |
-
- name: bibtitle
|
66 |
-
dtype: string
|
67 |
-
- name: bibvenue
|
68 |
-
dtype: string
|
69 |
-
- name: figure
|
70 |
-
dtype: string
|
71 |
-
- name: figurecaption
|
72 |
-
dtype: string
|
73 |
-
- name: figureref
|
74 |
-
dtype: string
|
75 |
-
- name: formula
|
76 |
-
dtype: string
|
77 |
-
- name: paragraph
|
78 |
-
dtype: string
|
79 |
-
- name: publisher
|
80 |
-
dtype: string
|
81 |
-
- name: sectionheader
|
82 |
-
dtype: string
|
83 |
-
- name: table
|
84 |
-
dtype: string
|
85 |
-
- name: tableref
|
86 |
-
dtype: string
|
87 |
-
- name: title
|
88 |
-
dtype: string
|
89 |
-
- name: venue
|
90 |
-
dtype: string
|
91 |
-
- name: source
|
92 |
-
struct:
|
93 |
-
- name: oainfo
|
94 |
-
struct:
|
95 |
-
- name: license
|
96 |
-
dtype: string
|
97 |
-
- name: openaccessurl
|
98 |
-
dtype: string
|
99 |
-
- name: status
|
100 |
-
dtype: string
|
101 |
-
- name: pdfsha
|
102 |
-
dtype: string
|
103 |
-
- name: pdfurls
|
104 |
-
sequence: string
|
105 |
-
- name: text
|
106 |
-
dtype: string
|
107 |
-
- name: year
|
108 |
-
dtype: float64
|
109 |
-
splits:
|
110 |
-
- name: full
|
111 |
-
num_bytes: 3596187474
|
112 |
-
num_examples: 64183
|
113 |
-
download_size: 1597565235
|
114 |
-
dataset_size: 3596187474
|
115 |
-
- config_name: query
|
116 |
-
features:
|
117 |
-
- name: query_set
|
118 |
-
dtype: string
|
119 |
-
- name: query
|
120 |
-
dtype: string
|
121 |
-
- name: specificity
|
122 |
-
dtype: int64
|
123 |
-
- name: quality
|
124 |
-
dtype: int64
|
125 |
-
- name: corpusids
|
126 |
-
sequence: int64
|
127 |
-
splits:
|
128 |
-
- name: full
|
129 |
-
num_bytes: 112958
|
130 |
-
num_examples: 597
|
131 |
-
download_size: 50621
|
132 |
-
dataset_size: 112958
|
133 |
configs:
|
134 |
-
- config_name:
|
135 |
data_files:
|
136 |
- split: full
|
137 |
-
path:
|
138 |
-
- config_name:
|
139 |
data_files:
|
140 |
- split: full
|
141 |
-
path:
|
142 |
-
- config_name:
|
143 |
data_files:
|
144 |
- split: full
|
145 |
-
path:
|
146 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
configs:
|
3 |
+
- config_name: query
|
4 |
data_files:
|
5 |
- split: full
|
6 |
+
path: "query/*"
|
7 |
+
- config_name: corpus_clean
|
8 |
data_files:
|
9 |
- split: full
|
10 |
+
path: "corpus_clean/*"
|
11 |
+
- config_name: corpus_s2orc
|
12 |
data_files:
|
13 |
- split: full
|
14 |
+
path: "corpus_s2orc/*"
|
15 |
---
|
16 |
+
# LitSearch: A Retrieval Benchmark for Scientific Literature Search
|
17 |
+
|
18 |
+
This dataset contains the query set and retrieval corpus for our paper **LitSearch: A Retrieval Benchmark for Scientific Literature Search**. We introduce LitSearch, a retrieval benchmark comprising 597 realistic literature search queries about recent ML and NLP papers. LitSearch is constructed using a combination of (1) questions generated by GPT-4 based on paragraphs containing inline citations from research papers and (2) questions about recently published papers, manually written by their authors. All LitSearch questions were manually examined or edited by experts to ensure high quality.
|
19 |
+
|
20 |
+
This dataset contains three configurations:
|
21 |
+
|
22 |
+
1. `query` containing 597 queries accomanied by gold paper IDs, specificity and quality annotations, and metadata about the source of the query.
|
23 |
+
2. `corpus_clean` containing 64183 documents. We provide the extracted titles, abstracts and outgoing citation paper IDs.
|
24 |
+
3. `corpus_s2orc` contains the same set of 64183 documents expressed in the Semantic Scholar Open Research Corpus (S2ORC) schema along with all available metadata.
|
25 |
+
|
26 |
+
Each configuration has a single 'full' split.
|
27 |
+
|
28 |
+
## Usage
|
29 |
+
|
30 |
+
You can load the configurations as follows:
|
31 |
+
|
32 |
+
```python
|
33 |
+
from datasets import load_dataset
|
34 |
+
|
35 |
+
query_data = load_dataset("princeton-nlp/LitSearch", "query", split="full")
|
36 |
+
corpus_clean_data = load_dataset("princeton-nlp/LitSearch", "corpus_clean", split="full")
|
37 |
+
corpus_s2orc_data = load_dataset("princeton-nlp/LitSearch", "corpus_s2orc", split="full")
|
38 |
+
```
|