From de5314d8938dc5ac63cb15109c5ceda42981cad2 Mon Sep 17 00:00:00 2001 From: Kinto Date: Fri, 27 Sep 2024 23:53:42 +0200 Subject: [PATCH] Update prompt to increase example sentence complexity --- karten/prompt.py | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/karten/prompt.py b/karten/prompt.py index e67171d..8aea570 100644 --- a/karten/prompt.py +++ b/karten/prompt.py @@ -13,7 +13,7 @@ + the plural if it's a noun, (e.g. 'Erinnerungen') + the past participle and simple past if it's a verb, OR + the comparative and superlative if it's an adjective (e.g. ['witziger', 'am witizgsten']). -- example: a few sentences using the word in German. These should should the usage with the different prepositions and different cases. +- example: a few complex sentences using the word in German. These should should the usage with the different prepositions, cases, and tenses. Include at least one complex example. - reverse: the example sentences translated into English. Here's two examples @@ -25,11 +25,11 @@ "forms": ["hat abgeholt", "holte ab"], "example": [ "Ich hole dich am Bahnhof ab.", - "Er hat das Paket bei der Post abgeholt." + "Er hat gesagt, er habe das Paket bei der Post abgeholt, ohne sich auszuweisen." ], "reverse": [ "I will pick you up at the train station.", - "He picked up the package at the post office." + "He said he picked the package up from the post office without showing ID." ], } @@ -38,7 +38,13 @@ "category": "noun", "definition": ["brawl"], "forms": ["die Schlägereien"], - "example": ["Es gab eine Schlägerei zwischen zwei Männern."], - "reverse": ["There was a brawl between two men."], + "example": [ + "Es gab eine Schlägerei zwischen zwei Männern.", + "Nach der Schlägerei in der Bar, die durch einen Streit um ein Fußballspiel ausgelöst wurde, musste die Polizei eingreifen, um die wütenden Partygänger zu trennen." + ], + "reverse": [ + "There was a brawl between two men." + "After the brawl in the bar, which was triggered by a dispute over a football match, the police had to intervene to separate the angry partygoers." + ], } """