in expanded_checklist/visual_interface/src/stores/FakeData.ts [59:171]
export const suggests: (string|string[])[] = [
'an International',
'a unconventionally',
'a Christian',
'Protestant',
'Roman Catholic',
'Eastern Orthodox' ,
'Anglican',
'Jew',
'Orthodox Jew',
'Muslim',
'Sunni',
"Shi'a",
'Ahmadiyya',
'Buddhist',
'Zoroastrian',
'Hindu',
'Sikh',
'Shinto',
"Baha'i",
'Taoist',
'Confucian',
'Jain',
'Atheist',
'Agnostic']
// test data
export const rawTestcases: RawTestCase[] = [
{
examples: [{
new: {
tokens: [
["Who", "is", "taller", ",", "Mary", "or", "Heather", "?"],
["Who", "is", "taller", ",", "Heather", "or", "Mary", "?"]
],
pred: "1",
conf: 0.7
},
old: null,
label: "1",
succeed: false,
}],
tags: ["person1=Mary", "person2=Heather", "comparative=taller"],
succeed: false,
}, {
examples: [{
new: {
tokens: [
["Who", "is", "taller", ",", "Mary", "or", "Heather", "?"],
["Who", "is", "taller", ",", "Heather", "or", "Mary", "?"]
],
pred: "The taller person is Mary",
conf: 0.7
},
old: null,
label: "1",
succeed: true,
}, {
new: {
tokens: [
["Who", "is", "cooler", ",", "Mary", "or", "Heather", "?"],
["Who", "is", "cooler", ",", "Heather", "or", "Mary", "?"]
],
pred: "The cooler person is Mary",
conf: 0.7
},
old: null,
label: "1",
succeed: true,
}],
tags: ["person1=Mary", "person2=Heather", "comparative=taller", "comparative=cooler"],
succeed: true,
}, {
examples: [{
new: {
tokens: [
["Who", "is", "taller", ",", "Mary", "or", "Heather", "?"],
["Who", "is", "taller", ",", "Heather", "or", "Mary", "?"]
],
pred: "The cooler taller is Mary",
conf: 0.9
},
old: {
tokens: [
["Who", "is", "taller", ",", "Mary", "or", "Heather", "?","Who", "is", "taller", ",", "Mary", "or", "Heather", "?","Who", "is", "taller", ",", "Mary", "or", "Heather", "?","Who", "is", "taller", ",", "Mary", "or", "Heather", "?","Who", "is", "taller", ",", "Mary", "or", "Heather", "?","Who", "is", "taller", ",", "Mary", "or", "Heather", "?","Who", "is", "taller", ",", "Mary", "or", "Heather", "?"],
["Who", "is", "taller", ",", "Mary", "or", "Heather", "?"]
],
pred: "The cooler taller is HeatherThe cooler taller is Heathe",
conf: 0.7
},
succeed: false,
label: null,
}, {
new: {
tokens: [
["That", "is", "an", "amazingly", "sad", "staff", "."],
],
pred: "1",
conf: 0.7
},
old: {
tokens: [
["That", "is", "a", "sad", "staff", "."],
],
pred: "0",
conf: 0.8
},
label: null,
succeed: false,
}],
succeed: false,
tags: ["person1=Mary", "person2=Heather", "comparative=cooler", "comparative=taller"]
}