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

Create templates for FSL on datasets #47

Closed
Tracked by #31
HamedBabaei opened this issue Apr 19, 2023 · 1 comment
Closed
Tracked by #31

Create templates for FSL on datasets #47

HamedBabaei opened this issue Apr 19, 2023 · 1 comment
Assignees

Comments

@HamedBabaei
Copy link
Owner

No description provided.

@HamedBabaei HamedBabaei mentioned this issue Apr 19, 2023
10 tasks
@HamedBabaei
Copy link
Owner Author

@jd-coderepos

Unfortunately, the templates that I have created are not performing well, the models took this kind of yes/no modeling as a binary classification.

However, I have found the following kind of templates as well:

        ("What happens next in this paragraph?\n\n{context}\n{options_}", "{answer}"),
        ("Continue writing the next sentence in this paragraph:\n\n{context}\n\n{options_}", "{answer}"),
        ("Continue writing the next sentence.\n\n{context}\n\n{options_}", "{answer}"),
        ("This is a test of commonsense. Complete the next sentence:\n\n{context}\n\n{options_}", "{answer}"),
        ("Write the next sentence in this paragraph:\n\n{context}\n\n{options_}", "{answer}"),
        ("How does the next paragraph end?\n\n{context}\n\n{options_}", "{answer}"),
        ("What most naturally follows?\n\n{context}\n\n{options_}", "{answer}"),
        ("What happens next?\n\n{context}\n\n{options_}", "{answer}"),
        ("What is the most logical next event?\n\n{context}\n\n{options_}", "{answer}"),
        ("Write the next sentence in the following story.\n\n{context}\n\n{options_}", "{answer}"),

these templates play a text generation role so I am thinking of adding this kind of samples during the training process as well!

Any idea about this approach?

@HamedBabaei HamedBabaei self-assigned this Apr 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant