parquet-converter commited on
Commit
cb9e655
1 Parent(s): 19f87dd

Update parquet files

Browse files
data/English-00000-of-00001-cac727d769ae4a24.parquet → CalibraGPT--Fact_Checking/parquet-English.parquet RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f8c70318ed3c69f3b35ef8df52fb23f2f7dda6230288dbd7243ca981b394bee3
3
- size 2165690
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8951000d3311209931a2de642b43630f387f86a7dab056616ddf24ffe0bed7a5
3
+ size 2390502
README.md DELETED
@@ -1,173 +0,0 @@
1
- ---
2
- license: mit
3
- tags:
4
- - natural-language-understanding
5
- language_creators:
6
- - expert-generated
7
- - machine-generated
8
- language:
9
- - en
10
- multilinguality:
11
- - multilingual
12
- pretty_name: Fact Completion Benchmark for Text Models
13
- size_categories:
14
- - 100K<n<1M
15
- task_categories:
16
- - text-generation
17
- - fill-mask
18
- - text2text-generation
19
- task_ids:
20
- - fact-checking
21
- dataset_info:
22
- features:
23
- - name: dataset_id
24
- dtype: string
25
- - name: stem
26
- dtype: string
27
- - name: 'true'
28
- dtype: string
29
- - name: 'false'
30
- dtype: string
31
- - name: relation
32
- dtype: string
33
- - name: subject
34
- dtype: string
35
- - name: object
36
- dtype: string
37
- splits:
38
- - name: English
39
- num_bytes: 4486777
40
- num_examples: 33316
41
- download_size: 2165690
42
- dataset_size: 4486777
43
- ---
44
- # Dataset Card for Fact_Completion
45
-
46
- ## Dataset Description
47
-
48
- - **Homepage:** https://bit.ly/ischool-berkeley-capstone
49
- - **Repository:** https://github.com/daniel-furman/Capstone
50
- - **Paper:**
51
- - **Leaderboard:**
52
- - **Point of Contact:** daniel_furman@berkeley.edu
53
-
54
- ### Dataset Summary
55
-
56
- This dataset card aims to be a base template for new datasets. It has been generated using [this raw template](https://github.com/huggingface/huggingface_hub/blob/main/src/huggingface_hub/templates/datasetcard_template.md?plain=1).
57
-
58
- ### Supported Tasks and Leaderboards
59
-
60
- [More Information Needed]
61
-
62
- ### Languages
63
-
64
- [More Information Needed]
65
-
66
- ## Dataset Structure
67
-
68
- ### Data Instances
69
-
70
- [More Information Needed]
71
-
72
- ### Data Fields
73
-
74
- [More Information Needed]
75
-
76
- ### Data Splits
77
-
78
- [More Information Needed]
79
-
80
- ## Dataset Creation
81
-
82
- ### Curation Rationale
83
-
84
- [More Information Needed]
85
-
86
- ### Source Data
87
-
88
- #### Initial Data Collection and Normalization
89
-
90
- [More Information Needed]
91
-
92
- #### Who are the source language producers?
93
-
94
- [More Information Needed]
95
-
96
- ### Annotations
97
-
98
- #### Annotation process
99
-
100
- [More Information Needed]
101
-
102
- #### Who are the annotators?
103
-
104
- [More Information Needed]
105
-
106
- ### Personal and Sensitive Information
107
-
108
- [More Information Needed]
109
-
110
- ## Considerations for Using the Data
111
-
112
- ### Social Impact of Dataset
113
-
114
- [More Information Needed]
115
-
116
- ### Discussion of Biases
117
-
118
- [More Information Needed]
119
-
120
- ### Other Known Limitations
121
-
122
- [More Information Needed]
123
-
124
- ## Additional Information
125
-
126
- ### Dataset Curators
127
-
128
- [More Information Needed]
129
-
130
- ### Licensing Information
131
-
132
- [More Information Needed]
133
-
134
- ### Citation Information
135
-
136
- ```
137
- @misc{calibragpt,
138
- author = {Shreshta Bhat and Daniel Furman and Tim Schott},
139
- title = {CalibraGPT: The Search for (Mis)Information in Large Language Models},
140
- year = {2023},
141
- publisher = {GitHub},
142
- journal = {GitHub repository},
143
- howpublished = {\url{https://github.com/daniel-furman/Capstone}},
144
- }
145
- ```
146
-
147
- ```
148
- @misc{dong2022calibrating,
149
- doi = {10.48550/arXiv.2210.03329},
150
- title={Calibrating Factual Knowledge in Pretrained Language Models},
151
- author={Qingxiu Dong and Damai Dai and Yifan Song and Jingjing Xu and Zhifang Sui and Lei Li},
152
- year={2022},
153
- eprint={2210.03329},
154
- archivePrefix={arXiv},
155
- primaryClass={cs.CL}
156
- }
157
- ```
158
-
159
- ```
160
- @misc{meng2022massediting,
161
- doi = {10.48550/arXiv.2210.07229},
162
- title={Mass-Editing Memory in a Transformer},
163
- author={Kevin Meng and Arnab Sen Sharma and Alex Andonian and Yonatan Belinkov and David Bau},
164
- year={2022},
165
- eprint={2210.07229},
166
- archivePrefix={arXiv},
167
- primaryClass={cs.CL}
168
- }
169
- ```
170
-
171
- ### Contributions
172
-
173
- [More Information Needed]