Hi all, I just did a quick naive solution based on string distance: | Dataset | Perfect Match | In Top 10 | Recall | Loss | | ---------- | ------------------- | ------------ | --------- | ------ | | Bench 1| 3791 | 4322 98% | 0.86 | 0.13615878141899027 | | Bench 2| 9910 | 10805 97% | 0.89 | 0.10263617900182995 |
Hi all,
I just did a quick naive solution based on string distance: