Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Seemingly unrelated instances in tasks 1669 and 1670. #642

Open
Palipoor opened this issue Nov 18, 2021 · 1 comment
Open

Seemingly unrelated instances in tasks 1669 and 1670. #642

Palipoor opened this issue Nov 18, 2021 · 1 comment
Labels

Comments

@Palipoor
Copy link
Contributor

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."
			]
		}
@danyaljj
Copy link
Contributor

danyaljj commented Mar 1, 2022

(for completeness, these were introduced in PR swarooprm/CSE576HW#51)

Maybe for these sentences that don't have any gendered pronouns, there is nothing that needs to be done?

@narnix17 wondering if you can share your thoughts on these.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants