princeton-nlp / LESS

[ICML 2024] LESS: Selecting Influential Data for Targeted Instruction Tuning
MIT License
306 stars 25 forks source link

A concerned question about adding a new baseline. #3

Closed FanqingM closed 5 months ago

FanqingM commented 5 months ago

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 commented 5 months ago

Hi! Thanks for your question.

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

FanqingM commented 5 months ago

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