fix typos, add dataset size
Browse files
README.md
CHANGED
@@ -2,11 +2,11 @@
|
|
2 |
license: mit
|
3 |
---
|
4 |
|
5 |
-
# Dataset Card for "
|
6 |
|
7 |
### Dataset Summary
|
8 |
|
9 |
-
|
10 |
through Semantic Consistency". PopQA-TP takes each question in PopQA and paraphrases it using each of several manually-created templates specific to each question category. The paper investigates the connection between
|
11 |
the semantic consistency of generated answers to each question's paraphrases and the accuracy (correctness) of the generated answer to the original question, evaluated by string match to one of the ground
|
12 |
truth answers.
|
@@ -15,7 +15,7 @@ truth answers.
|
|
15 |
|
16 |
#### popqa-tp
|
17 |
|
18 |
-
- **Size of downloaded dataset file:**
|
19 |
|
20 |
### Data Fields
|
21 |
#### popqa-tp
|
|
|
2 |
license: mit
|
3 |
---
|
4 |
|
5 |
+
# Dataset Card for "popqa-tp"
|
6 |
|
7 |
### Dataset Summary
|
8 |
|
9 |
+
PopQA-TP (PopQA Templated Paraphrases) is a dataset derived from PopQA (https://huggingface.co/datasets/akariasai/PopQA), created for the paper "Predicting Question-Answering Performance of Large Language Models
|
10 |
through Semantic Consistency". PopQA-TP takes each question in PopQA and paraphrases it using each of several manually-created templates specific to each question category. The paper investigates the connection between
|
11 |
the semantic consistency of generated answers to each question's paraphrases and the accuracy (correctness) of the generated answer to the original question, evaluated by string match to one of the ground
|
12 |
truth answers.
|
|
|
15 |
|
16 |
#### popqa-tp
|
17 |
|
18 |
+
- **Size of downloaded dataset file:** 15.4 MB
|
19 |
|
20 |
### Data Fields
|
21 |
#### popqa-tp
|