statsguy commited on
Commit
24d84a9
·
1 Parent(s): 8f2d337

fix formatting

Browse files
Files changed (1) hide show
  1. README.md +5 -6
README.md CHANGED
@@ -19,17 +19,16 @@ truth answers.
19
 
20
  ### Data Fields
21
  #### popqa-tp
22
- - `paraphrase` (string): paraphrased of question from PopQ.
23
  - `prop` (string): relationship type category of question.
24
- - `template_id` (integer): integer ID of the paraphrase template used. Value of 0 indicates it is the original question form from PopQA.
25
- - `possible_answers' (list of strings): a list of the gold answers.
26
- - `id' (integer): original ID of question from PopQA
27
 
28
  ### Citation Information
29
  ```
30
  @inproceedings{rabinovich2023predicting,
31
- title={Predicting Question-Answering Performance of Large Language Models
32
- through Semantic Consistency},
33
  author={Ella Rabinovich, Samuel Ackerman, Orna Raz, Eitan Farchi, Ateret Anaby-Tavor},
34
  booktitle = "Proceedings of the 3rd Version of the Generation, Evaluation & Metrics (GEM) Workshop of The 2023 Conference on Empirical Methods in Natural Language Processing",
35
  publisher = "Association for Computational Linguistics",
 
19
 
20
  ### Data Fields
21
  #### popqa-tp
22
+ - `paraphrase` (string): paraphrase of question from PopQA.
23
  - `prop` (string): relationship type category of question.
24
+ - `template_id` (integer): integer ID of the paraphrase template used to create `paraphrase`. Value of 0 indicates it is the original question form from PopQA.
25
+ - `possible_answers` (list of strings): a list of the gold answers.
26
+ - `id` (integer): original ID of question from PopQA
27
 
28
  ### Citation Information
29
  ```
30
  @inproceedings{rabinovich2023predicting,
31
+ title={Predicting Question-Answering Performance of Large Language Models Through Semantic Consistency},
 
32
  author={Ella Rabinovich, Samuel Ackerman, Orna Raz, Eitan Farchi, Ateret Anaby-Tavor},
33
  booktitle = "Proceedings of the 3rd Version of the Generation, Evaluation & Metrics (GEM) Workshop of The 2023 Conference on Empirical Methods in Natural Language Processing",
34
  publisher = "Association for Computational Linguistics",