/punuy-datasets

A collection of quantitative datasets, gathered from the academic literature, for the evaluation of semantic measures between concepts or entities. Currently focused on the English and Portuguese languages.

Primary LanguageTypeScript

punuy-datasets

Node.js CI

A collection of quantitative datasets, gathered from the academic literature, for the evaluation of semantic measures between concepts or entities. Currently focused on the English and Portuguese languages.

Datasets

ID Name Year Language Domain Sim/Rel References
rg65 Rubenstein and Goodenough (1965) 1965 en general sim paper πŸ“‘, website 🌐
mc30 Miller and Charles (1991) 1991 en general sim paper πŸ“‘
ws353 WordSimilarity-353 2002 en general sim paper πŸ“‘, website 🌐
yp130 YP-130 2005 en general sim paper πŸ“‘
bg100k Princeton Evocation Data 0.4 2006 en general sim paper πŸ“‘, website 🌐
mesh2 MeSH2 2006 en biomedical sim paper πŸ“‘, website 🌐
zie55 Ziegler et al. (2006) 2006 en general rel paper πŸ“‘
mayoSRS MayoSRS 2007 en biomedical rel paper πŸ“‘, website 🌐
minimayoSRS MiniMayoSRS 2007 en biomedical rel paper πŸ“‘, website 🌐
gm30 Gracia and Mena (2008) 2008 en general rel paper πŸ“‘
ps65 Pirro and Seco (2008) 2008 en general sim paper πŸ“‘
ws353Rel WordSim-353 Relatedness Gold Standard 2009 en general rel paper πŸ“‘, website 🌐
ws353Sim WordSim-353 Similarity Gold Standard 2009 en general sim paper πŸ“‘, website 🌐
umnsrs UMNSRS 2010 en biomedical rel/sim paper πŸ“‘, website 🌐
mt287 MT287 2011 en general rel paper πŸ“‘, website 🌐
atlasify240 Atlasify240 2012 en general rel paper πŸ“‘, website 🌐
mturk771 MTurk771 2012 en general rel paper πŸ“‘, website 🌐
reword26 REWOrD 2012 en general rel paper πŸ“‘, website 🌐
scws2003 SCWS 2012 en general rel paper πŸ“‘, website 🌐
ma28 Martinez & Aldana 2013 en general sim paper πŸ“‘, website 🌐
rel122 Rel-122 2013 en general rel paper πŸ“‘, website 🌐
srw2034 Stanford Rare Word (RW) Similarity Dataset 2013 en biomedical sim paper πŸ“‘, website 🌐
wp300 WP300 2013 en general sim paper πŸ“‘, website 🌐
baker143 Baker 143 2014 en general sim paper πŸ“‘, website 🌐
geresid50 GeReSiD 2014 en geographical rel/sim paper πŸ“‘, website 🌐
men3000 MEN 2014 en general rel paper πŸ“‘, website 🌐
pt65 PT65 2014 pt general rel paper πŸ“‘, website 🌐
sl7576 SL7576 2014 en general sim paper πŸ“‘, website 🌐
simlex999 SimLex-999 2015 en general sim paper πŸ“‘, website 🌐
tr9856 TR9856 2015 en general rel paper πŸ“‘, website 🌐
simverb3500 SimVerb-3500 2016 en general sim paper πŸ“‘, website 🌐
umnsrsMod UMNSRS (modified) 2016 en biomedical rel/sim paper πŸ“‘, website 🌐
lxrw2034 LX-Rare Word Similarity Dataset 2017 pt general sim paper πŸ“‘, website 🌐
lxsimlex999 LX-SimLex-999 2017 pt general sim paper πŸ“‘, website 🌐
lxws353 LX-WordSim-353 2017 pt general rel paper πŸ“‘, website 🌐
semeval17 SemEval-2017 Task 2.1 2017 en general sim paper πŸ“‘, website 🌐
card660 Card-660 2018 en general sim paper πŸ“‘, website 🌐
gtrd GTRD 2018 en geographical rel paper πŸ“‘, website 🌐
word19k Wikipedia Oriented Relatedness Dataset 2018 en general rel paper πŸ“‘, website 🌐
multisimlex Multi-SimLex 2020 en general sim paper πŸ“‘, website 🌐
emocon Emotion concepts 2022 2022 en general sim paper πŸ“‘, website 🌐
pap900 PAP900 2024 pt general rel/sim website 🌐

Adding a new dataset

If you can create the dataset profile yourself, PRs are welcome! You can find the dataset schema (in Typescript) here.

Or you can open an issue. Please include:

  1. a link to the dataset homepage (if it exists),
  2. a link to download the dataset, and
  3. a link to the paper describing it.

I'll get to it as soon as I have some free time ;)

Types and schema

TypeScript definitions can be found at src/lib/types.ts.

Automatically generated JSON schema definitions can be found at dataset-schema.json and partition-data-schema.json.

Automatically generated documentation can be found at docs/.

Datasets copyright and licenses

Did you find a problem with the licensing of a dataset? We did our best to find and include the licenses to all the datasets and to respect copyrights, but we might have missed something!

Please open an issue and we'll fix it ASAP.

Bugs and stuff

Open a GitHub issue or, preferably, send me a pull request.

License

The MIT License (MIT)

Copyright (c) 2019 AndrΓ© Santos andrefs@andrefs.com

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.