kbdebugger-demo / src /kbdebugger /prompts /examples /triplets_batch.json
faris-abuali's picture
Upload 227 files
399944f verified
Raw
History Blame Contribute Delete
1.23 kB
[
{
"sentence": "There is no guarantee that a DeepL translation is 100% correct.",
"triplets": [
["DeepL translation", "100% correct", "is not guaranteed to be"]
]
},
{
"sentence": "A Convolutional Neural Network is a subclass of Deep Learning model.",
"triplets": [
["Convolutional Neural Network", "deep learning model", "is a subclass of"]
]
},
{
"sentence": "The Transformer architecture relies on self-attention mechanisms.",
"triplets": [
["Transformer architecture", "self-attention mechanisms", "relies on"]
]
},
{
"sentence": "It is unlikely that this algorithm will converge for very noisy data.",
"triplets": [
["algorithm", "very noisy data", "is unlikely to converge for"]
]
},
{
"sentence": "If the model overfits, it may fail to generalize to new data.",
"triplets": [
["model", "overfits", "may"],
["model", "new data", "may fail to generalize to"]
]
},
{
"sentence": "The exam inspection allows students to review their graded exams.",
"triplets": [
["exam inspection", "graded exams", "allows students to review"],
["students", "graded exams", "can review"]
]
}
]