openfree commited on
Commit
0d038aa
ยท
verified ยท
1 Parent(s): aa54452

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +12 -0
app.py CHANGED
@@ -554,6 +554,18 @@ examples = [
554
  "text": "๋„ˆ๋Š” ์นœ๊ทผํ•˜๊ณ  ๋‹ค์ •ํ•œ ์ดํ•ด์‹ฌ ๋งŽ์€ ์—ฌ์ž์นœ๊ตฌ ์—ญํ• ์ด๋‹ค.",
555
  }
556
  ],
 
 
 
 
 
 
 
 
 
 
 
 
557
  ]
558
 
559
 
 
554
  "text": "๋„ˆ๋Š” ์นœ๊ทผํ•˜๊ณ  ๋‹ค์ •ํ•œ ์ดํ•ด์‹ฌ ๋งŽ์€ ์—ฌ์ž์นœ๊ตฌ ์—ญํ• ์ด๋‹ค.",
555
  }
556
  ],
557
+ [
558
+ {
559
+ "text": """์ธ๋ฅ˜์˜ ๋งˆ์ง€๋ง‰ ์‹œํ—˜(Humanity's Last Exam) ๋ฌธ์ œ๋ฅผ ํ’€์ดํ•˜๋ผ. How does Guarani's nominal tense/aspect system interact with effected objects in sentences?
560
+
561
+ Answer Choices:
562
+ A. Effected objects cannot take nominal tense/aspect markers
563
+ B. Effected objects require the post-stative -kue
564
+ C. Effected objects must be marked with the destinative -rรฃ
565
+ D. Nominal tense/aspect is optional for effected objects
566
+ E. Effected objects use a special set of tense/aspect markers""",
567
+ }
568
+ ],
569
  ]
570
 
571