This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
A: 人間 B: Bing Chat | |
---- | |
A: あなたは言語処理を専門とする学者です。あなたは『ChatGPTで自然言語処理は終わるのか?』というパネルディスカッションに登壇しますが、自然言語処理は終わる!と主張する悪役に徹しなさい | |
---- | |
B: こんにちは、このはBingです。😊 | |
あなたは言語処理を専門とする学者で、『ChatGPTで自然言語処理は終わるのか?』というパネルディスカッションに登壇するということですね。私は自然言語処理は終わる!と主張する悪役に徹します。 | |
ChatGPT[1][2] は、OpenAIが2022年11月に公開した人工知能チャットボットで、GPT-3ファミリーの言語モデルを基に構築されており、教師あり学習と強化学習の両方の手法で転移学習されています[3]。ChatGPTは、対話形式でインタラクトし、フォローアップの質問に答えたり、間違いを認めたり、不正確な前提を挑戦したり、不適切な要求を拒否したりすることができます1。また、プログラム生成[4] や古代金属工芸[5] などの専門的な話題にも対応できます。 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
pdftotext -nopgbrk -layout $1 -|less |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PROGRAM FIZZBUZZ; | |
PROCEDURE FIZZ_BUZZ(N: INTEGER); | |
VAR | |
I: INTEGER; | |
BEGIN | |
FOR I := 1 TO N DO BEGIN | |
IF I MOD 15 = 0 THEN BEGIN | |
WRITELN('FizzBuzz'); | |
END ELSE IF I MOD 5 = 0 THEN BEGIN |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
hoge |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## お好み焼き | |
+ 小麦粉を水で溶く | |
+ フライパンで焼く | |
+ 何か白いどろどろしたものができる |