├── README.md ├── archived-201510-201806.md ├── conferences_recap └── emnlp2018_recap.md └── docs ├── _config.yml └── index.html /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sheffieldnlp/reading_group/HEAD/README.md -------------------------------------------------------------------------------- /archived-201510-201806.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sheffieldnlp/reading_group/HEAD/archived-201510-201806.md -------------------------------------------------------------------------------- /conferences_recap/emnlp2018_recap.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sheffieldnlp/reading_group/HEAD/conferences_recap/emnlp2018_recap.md -------------------------------------------------------------------------------- /docs/_config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sheffieldnlp/reading_group/HEAD/docs/_config.yml -------------------------------------------------------------------------------- /docs/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sheffieldnlp/reading_group/HEAD/docs/index.html --------------------------------------------------------------------------------