allenai / allenai/natural-instructions

Seemingly unrelated instances in tasks 1669 and 1670.

オープン
#642 コメント 1 件 リアクション 0 件 担当者 0 名 GitHub で見る
urgent
主要言語
Python
スター
1k
フォーク
197
PR マージ指標
30日以内にマージされた PR はありません

説明

The instances in tasks 1669 contain a lot of examples that don't seem related, or rather noisy. I'm not sure.
The task is to "change male-gendered words and pronouns to female-gendered ones, or add words that are female-gendered" or the other way around (in the other task). But here are some examples from instances that are not doing that:

```
{
"input": "Hello Ardin, I am Tierny. Did you get his message?",
"output": [
"Hello Ardin, I am Tierny"
]
},
{
"input": "The place for apprenticeship was taken by Jerome Lamy",
"output": [
"The apprenticeship took place in Jerome Lamy"
]
},
{
"input": "i'm doing as well as a boy can. have you heard of the guy named sylvester denton?",
"output": [
"I'm doing as well as a boy can. Have you heard of Sylvia Denton?"
]
},
{
"input": "As men, I bet you wish we knew how she started her career in that field.",
"output": [
"as a man, I wish I knew how she started her career in that field."
]
}
```

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。