From fe8594326810a9003fd2c6d4ce34913d656872f4 Mon Sep 17 00:00:00 2001 From: Oindrilla Chatterjee Date: Thu, 27 Jun 2024 17:50:58 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20updated=20keys=20in=20test=20fil?= =?UTF-8?q?e=20to=20reflect=20template?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Oindrilla Chatterjee --- scripts/test_knowledge.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/scripts/test_knowledge.py b/scripts/test_knowledge.py index e800d3b2..d777c8c3 100644 --- a/scripts/test_knowledge.py +++ b/scripts/test_knowledge.py @@ -24,13 +24,13 @@ samples = [ { - "question_1": "what is the location of the tubal tonsils?", - "response_1": "The location of the tubal tonsils is the roof of the pharynx.", - "question_2": "How long does the adenoid grow?", + "icl_query_1": "what is the location of the tubal tonsils?", + "icl_response_1": "The location of the tubal tonsils is the roof of the pharynx.", + "icl_query_2": "How long does the adenoid grow?", "task_description": "Teaching about human anatomy, specifically tonsils", - "response_2": "The adenoid grows until the age of 5, starts to shrink at the age of 7 and becomes small in adulthood.", - "question_3": "What is the immune systems first line of defense against ingested or inhaled foreign pathogens?", - "response_3": "The tonsils are the immune systems first line of defense.", + "icl_response_2": "The adenoid grows until the age of 5, starts to shrink at the age of 7 and becomes small in adulthood.", + "icl_query_3": "What is the immune systems first line of defense against ingested or inhaled foreign pathogens?", + "icl_response_3": "The tonsils are the immune systems first line of defense.", "document": "The **tonsils** are a set of lymphoid organs facing into the aerodigestive tract, which is known as Waldeyer's tonsillar ring and consists of the adenoid tonsil or pharyngeal tonsil, two tubal tonsils, two palatine tonsils, and the lingual tonsils. These organs play an important role in the immune system. When used unqualified, the term most commonly refers specifically to the palatine tonsils, which are two lymphoid organs situated at either side of the back of the human throat. The palatine tonsils and the adenoid tonsil are organs consisting of lymphoepithelial tissue located near the oropharynx and nasopharynx parts of the throat", "domain": "textbook", }