google-research / meta-dataset

A dataset of datasets for learning to learn from few examples
Apache License 2.0
762 stars 139 forks source link

Updated README.md to include full references to Simple and Transductive CNAPS. #86

Closed peymanbateni closed 2 years ago

peymanbateni commented 2 years ago

This pull request updates the readme.md file on the meta-dataset repository to add references in the tables for the original Simple and Transductive CNAPS papers as well as the most recent work, "Beyond Simple Meta-Learning: Multi-Purpose Models for Multi-Domain, Active and Continual Few-Shot Learning" that expands on both of them.

Thanks a lot again for the wonderful work building and maintaining meta-dataset! If you need anything else, please don't hesitate to let me know.

peymanbateni commented 2 years ago

Leaderboard jupyter notebook has been updated to be able to automatically handle multiple references for methods. This is done by In [57], where the method mappings are added to the results. The table generator has been updated to traverse entries if there is a list and merging to create a list of references in the table.

Hope this addresses the concern regarding propagating multiple references when new results are added. Please let me know if you need any additional changes.

Thanks a lot as always! :)