diff --git a/llmebench/datasets/SANADAkhbarona.py b/llmebench/datasets/SANADAkhbarona.py index b2ebf9af..7ca79c6e 100644 --- a/llmebench/datasets/SANADAkhbarona.py +++ b/llmebench/datasets/SANADAkhbarona.py @@ -10,7 +10,7 @@ def __init__(self, **kwargs): @staticmethod def get_data_sample(): - return {"input": "some tweet", "label": "checkworthy"} + return {"input": "some tweet", "label": "tech"} @staticmethod def metadata(): diff --git a/llmebench/datasets/SANADAlArabiya.py b/llmebench/datasets/SANADAlArabiya.py index 8d301159..badb34f2 100644 --- a/llmebench/datasets/SANADAlArabiya.py +++ b/llmebench/datasets/SANADAlArabiya.py @@ -10,7 +10,7 @@ def __init__(self, **kwargs): @staticmethod def get_data_sample(): - return {"input": "some tweet", "label": "checkworthy"} + return {"input": "some tweet", "label": "tech"} @staticmethod def metadata(): diff --git a/llmebench/datasets/SANADAlKhaleej.py b/llmebench/datasets/SANADAlKhaleej.py index fbbd9c40..e16e1c75 100644 --- a/llmebench/datasets/SANADAlKhaleej.py +++ b/llmebench/datasets/SANADAlKhaleej.py @@ -10,7 +10,7 @@ def __init__(self, **kwargs): @staticmethod def get_data_sample(): - return {"input": "some tweet", "label": "checkworthy"} + return {"input": "some tweet", "label": "tech"} @staticmethod def metadata():