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

A concerned question about adding a new baseline. #3

Closed
FanqingM opened this issue Feb 22, 2024 · 2 comments
Closed

A concerned question about adding a new baseline. #3

FanqingM opened this issue Feb 22, 2024 · 2 comments

Comments

@FanqingM
Copy link

a good job!
I have a very concerned question that I hope can be answered. Reading the article, the standard for measuring model capabilities should be the test set of the dataset? What if we directly select the sample in the train dataset that is most similar to the test set as the baseline result?
For example, if they are all text, directly embed them into vectors and then calculate the sample that is most similar to the test set.

@xiamengzhou
Copy link
Collaborator

Hi! Thanks for your question.

  • We select examples that are similar to the validation examples (which are also the in-context learning examples) from the training set, and we have the representation data selection baseline presented in table 3
  • In machine learning generally, it's prohibited to use any information from test set (including inputs and outputs) as it's basically cheating, and we adhere to this rule by using a small validation set for data selection

Maybe I misunderstood something here.. Let me know if it helps address your question.

@FanqingM
Copy link
Author

Thank you for your response.
It seems that i have a mistake about table 3. Now I get it! Great work!

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

2 participants