Skip to content

Commit

Permalink
Update prompt to increase example sentence complexity
Browse files Browse the repository at this point in the history
  • Loading branch information
kinto-b committed Sep 27, 2024
1 parent 832e0f8 commit de5314d
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions karten/prompt.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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."
],
}
Expand All @@ -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."
],
}
"""

0 comments on commit de5314d

Please sign in to comment.