Datasets:

Modalities:
Text
Languages:
English
ArXiv:
Libraries:
Datasets
License:
Ekin Akyürek commited on
Commit
9639acc
·
1 Parent(s): e7bfee0

update README

Browse files
Files changed (1) hide show
  1. README.md +42 -11
README.md CHANGED
@@ -6,7 +6,7 @@ licenses:
6
  - The Creative Commons Attribution-Noncommercial 4.0 International License
7
  multilinguality:
8
  - monolingual
9
- pretty_name: FTrace
10
  size_categories:
11
  - 1M<n<10M
12
  source_datasets:
@@ -17,7 +17,7 @@ task_categories:
17
  task_ids:
18
  - masked-language-modeling
19
  ---
20
- # Dataset Card for "FTrace"
21
  ## Table of Contents
22
  - [Dataset Description](#dataset-description)
23
  - [Dataset Summary](#dataset-summary)
@@ -42,15 +42,15 @@ task_ids:
42
  - [Citation Information](#citation-information)
43
  - [Contributions](#contributions)
44
  ## Dataset Description
45
- - **Homepage:**
46
- - **Repository:**
47
- - **Paper:**
48
- - **Point of Contact:**
49
- - **Size of downloaded dataset files:**
50
- - **Size of the generated dataset:**
51
- - **Total amount of disk used:**
52
  ### Dataset Summary
53
-
54
  ### Supported Tasks and Leaderboards
55
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
56
  ### Languages
@@ -148,7 +148,38 @@ The data fields are the same among all splits.
148
  ### Licensing Information
149
  The parts of this dataset are available under the [Creative Commons Attribution-ShareAlike License (CC BY-SA 4.0)](https://creativecommons.org/licenses/by-sa/4.0/) and [The Creative Commons Attribution-Noncommercial 4.0 International License](https://github.com/facebookresearch/LAMA/blob/master/LICENSE)
150
  ### Citation Information
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
151
  ```
152
- @misc{}
 
 
 
 
 
153
  ```
 
 
 
 
 
 
 
 
 
 
 
154
  ### Contributions
 
6
  - The Creative Commons Attribution-Noncommercial 4.0 International License
7
  multilinguality:
8
  - monolingual
9
+ pretty_name: FTRACE
10
  size_categories:
11
  - 1M<n<10M
12
  source_datasets:
 
17
  task_ids:
18
  - masked-language-modeling
19
  ---
20
+ # Dataset Card for "FTRACE"
21
  ## Table of Contents
22
  - [Dataset Description](#dataset-description)
23
  - [Dataset Summary](#dataset-summary)
 
42
  - [Citation Information](#citation-information)
43
  - [Contributions](#contributions)
44
  ## Dataset Description
45
+ - **Homepage:** https://huggingface.co/datasets/ekinakyurek/FTRACE
46
+ - **Repository:** https://github.com/ekinakyurek/influence
47
+ - **Paper:** https://arxiv.org/pdf/2205.11482.pdf
48
+ - **Point of Contact:** [email protected]
49
+ - **Size of downloaded dataset files:** 113.7 MB
50
+ - **Size of the generated dataset:** 1006.6 MB
51
+ - **Total amount of disk used:** 1120.3 MB
52
  ### Dataset Summary
53
+ FTRACE is a zero-shot infromation retrieval benchmark deviced for tracing a language model’s predictions back to training examples. In the accompanying paper, we evaluate commonly studied influence methods, including gradient-based (TracIn) and embedding-based approaches. The dataset contains two parts. First, factual queries for that we trace the knowledge are extracted from existing LAMA queries (Petroni et al., 2019). Second, Wikidata sentences are extracted from TREx corpus (Elsahar et al., 2018). We annotate the extracted sentences with their stated facts, and these facts can be mathed with the facts in query set. In both parts, we provide (input, target) pairs as a masked language modeling task -- see examples in the below. However, one can use the same data in other formalities for example auto-regressive completion via a processing of `input_pretokenized` and `targets_pretokenized` field.
54
  ### Supported Tasks and Leaderboards
55
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
56
  ### Languages
 
148
  ### Licensing Information
149
  The parts of this dataset are available under the [Creative Commons Attribution-ShareAlike License (CC BY-SA 4.0)](https://creativecommons.org/licenses/by-sa/4.0/) and [The Creative Commons Attribution-Noncommercial 4.0 International License](https://github.com/facebookresearch/LAMA/blob/master/LICENSE)
150
  ### Citation Information
151
+ The main paper should be cited as follow:
152
+ ```
153
+ @misc{https://doi.org/10.48550/arxiv.2205.11482,
154
+ doi = {10.48550/ARXIV.2205.11482},
155
+ url = {https://arxiv.org/abs/2205.11482},
156
+ author = {Akyürek, Ekin and Bolukbasi, Tolga and Liu, Frederick and Xiong, Binbin and Tenney, Ian and Andreas, Jacob and Guu, Kelvin},
157
+ keywords = {Computation and Language (cs.CL), Information Retrieval (cs.IR), FOS: Computer and information sciences, FOS: Computer and information sciences},
158
+ title = {Tracing Knowledge in Language Models Back to the Training Data},
159
+ publisher = {arXiv},
160
+ year = {2022},
161
+ }
162
+ ```
163
+
164
+ Please also cite Petroni et al., 2019 for the query set, and (Elsahar et al., 2018) for the abstract set.
165
+
166
  ```
167
+ @inproceedings{petroni2019language,
168
+ title={Language Models as Knowledge Bases?},
169
+ author={F. Petroni, T. Rockt{\"{a}}schel, A. H. Miller, P. Lewis, A. Bakhtin, Y. Wu and S. Riedel},
170
+ booktitle={In: Proceedings of the 2019 Conference on Empirical Methods in Natural Language Processing (EMNLP), 2019},
171
+ year={2019}
172
+ }
173
  ```
174
+
175
+ ```
176
+ @inproceedings{elsahar2018t,
177
+ title={T-rex: A large scale alignment of natural language with knowledge base triples},
178
+ author={Elsahar, Hady and Vougiouklis, Pavlos and Remaci, Arslen and Gravier, Christophe and Hare, Jonathon and Laforest, Frederique and Simperl, Elena},
179
+ booktitle={Proceedings of the Eleventh International Conference on Language Resources and Evaluation (LREC 2018)},
180
+ year={2018}
181
+ }
182
+ ```
183
+
184
+
185
  ### Contributions