Files changed (1) hide show
  1. README.md +11 -13
README.md CHANGED
@@ -18,19 +18,6 @@ size_categories:
18
  - 10K<n<100K
19
  ---
20
 
21
- If questions or comments, please contact rosariou@us.ibm.com, knatesa@us.ibm.com, Maria.Chang@ibm.com or moninder@us.ibm.com
22
-
23
- For background on this dataset, please check https://arxiv.org/abs/2405.20163 Also to be published in COLM 2024,
24
-
25
- @inproceedings{Uceda_2024_1, <br/>
26
- &ensp; title={Reasoning about concepts with LLMs: Inconsistencies abound}, <br/>
27
- &ensp; author={Rosario Uceda Sosa and Karthikeyan Natesan Ramamurthy and Maria Chang and Moninder Singh}, <br/>
28
- &ensp; booktitle={Proc.\ 1st Conference on Language Modeling (COLM 24)}, <br/>
29
- &ensp; year={2024} <br/>
30
- }
31
-
32
-
33
-
34
  ## What it is:
35
  Each dataset in this delivery is made up of query clusters that test an aspect of the consistency of the LLM knowledge about a particular domain. All the questions in each
36
  cluster are meant to be answered either 'yes' or 'no'. When the answers vary within a cluster, the knowledge is said to be inconsistent. When all the questions in a cluster
@@ -120,3 +107,14 @@ The size and configuration of the datasets is listed below
120
  | Music genres | 490 | 807 | 488 | 212 | 139 |
121
  | Natural disasters | 45 | 225 | 44 | 21 | 22 |
122
  | Software | 80 | 572 | 79 | 114 | 4 |
 
 
 
 
 
 
 
 
 
 
 
 
18
  - 10K<n<100K
19
  ---
20
 
 
 
 
 
 
 
 
 
 
 
 
 
 
21
  ## What it is:
22
  Each dataset in this delivery is made up of query clusters that test an aspect of the consistency of the LLM knowledge about a particular domain. All the questions in each
23
  cluster are meant to be answered either 'yes' or 'no'. When the answers vary within a cluster, the knowledge is said to be inconsistent. When all the questions in a cluster
 
107
  | Music genres | 490 | 807 | 488 | 212 | 139 |
108
  | Natural disasters | 45 | 225 | 44 | 21 | 22 |
109
  | Software | 80 | 572 | 79 | 114 | 4 |
110
+
111
+ If questions or comments, please contact rosariou@us.ibm.com, knatesa@us.ibm.com, Maria.Chang@ibm.com or moninder@us.ibm.com
112
+
113
+ For background on this dataset, please check https://arxiv.org/abs/2405.20163 To cite this dataset, please use:
114
+
115
+ @inproceedings{Uceda_2024_1, <br/>
116
+ &ensp; title={Reasoning about concepts with LLMs: Inconsistencies abound}, <br/>
117
+ &ensp; author={Rosario Uceda Sosa and Karthikeyan Natesan Ramamurthy and Maria Chang and Moninder Singh}, <br/>
118
+ &ensp; booktitle={Proc.\ 1st Conference on Language Modeling (COLM 24)}, <br/>
119
+ &ensp; year={2024} <br/>
120
+ }