Skip to content
This repository has been archived by the owner on Dec 16, 2022. It is now read-only.

big improvements to readme #243

Merged
merged 4 commits into from
Apr 6, 2021
Merged

big improvements to readme #243

merged 4 commits into from
Apr 6, 2021

Conversation

epwalsh
Copy link
Member

@epwalsh epwalsh commented Apr 5, 2021

While the situation is improving, model discoverability is still not great. This adds a lot of info to the README to help with that.


This is an overview of the tasks supported by the AllenNLP Models library along with the corresponding components provided, organized by category. For a more comprehensive overview, see the [AllenNLP Models documentation](https://docs.allennlp.org/models/main/) or the [Paperswithcode page](https://paperswithcode.com/lib/allennlp).

- [**Classification**](https://github.com/allenai/allennlp-models/tree/main/allennlp_models/classification)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Perhaps add a description of what Classification is, like you've done for the other categories, e.g. prediction of discrete integer labels for examples

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeup, good call. I was being lazy 😜

README.md Outdated

- [**Coreference Resolution**](https://github.com/allenai/allennlp-models/tree/main/allennlp_models/coref)

Coreference resolution is the task of finding all expressions that refer to the same entity in a text. It is an important step for many higher level NLP tasks that involve natural language understanding such as document summarization, question answering, and information extraction.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, added!

README.md Outdated

- [**Multiple Choice**](https://github.com/allenai/allennlp-models/tree/main/allennlp_models/mc)

Multiple Choice tasks are tasks that involve selecting a correct answer out of a set of possible answers, given some input.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Personally confused on the distinction between multiple choice and classification

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Multiple choice is choosing between alternatives. Classification is evaluating each alternative on its own. In practice we can get human-level performance by classifying each option on its own, but I suspect that's a problem with the datasets. I wonder if a model that can actually compare possible answers against each other could do even better than what we do now.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just updated. Let me know if that makes sense.

dirkgr
dirkgr previously approved these changes Apr 5, 2021
Copy link
Member

@dirkgr dirkgr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Big fan!

Copy link
Contributor

@ArjunSubramonian ArjunSubramonian left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me!

@epwalsh epwalsh merged commit 048355d into main Apr 6, 2021
@epwalsh epwalsh deleted the readme-updates branch April 6, 2021 20:21
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants