├── .gitignore ├── CONTRIBUTING.md ├── DATASET.md ├── LICENSE ├── README.md ├── teaser.png └── wyd.json /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/google-deepmind/wyd-benchmark/HEAD/.gitignore -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/google-deepmind/wyd-benchmark/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /DATASET.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/google-deepmind/wyd-benchmark/HEAD/DATASET.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/google-deepmind/wyd-benchmark/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/google-deepmind/wyd-benchmark/HEAD/README.md -------------------------------------------------------------------------------- /teaser.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/google-deepmind/wyd-benchmark/HEAD/teaser.png -------------------------------------------------------------------------------- /wyd.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/google-deepmind/wyd-benchmark/HEAD/wyd.json --------------------------------------------------------------------------------