Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need example input for Custom Dataset as well #300

Open
PaulCCCCCCH opened this issue Sep 7, 2022 · 4 comments
Open

Need example input for Custom Dataset as well #300

PaulCCCCCCH opened this issue Sep 7, 2022 · 4 comments
Assignees
Labels
documentation Improvements or additions to documentation

Comments

@PaulCCCCCCH
Copy link
Collaborator

When submitting a system:

The example for System Output is super helpful. I think it may be better if we move Need help generating system output under System Output row, so that user know this is the guide for system output file. Also, can we add that guide for Custom Dataset row as well?

@pfliu-nlp pfliu-nlp added the documentation Improvements or additions to documentation label Sep 9, 2022
@pfliu-nlp
Copy link
Collaborator

Modify description field (url -> md) in the script

    TaskCategory(
        "text-classification",
        "predicting a class index or boolean value.  ",
        [
            Task(
                name=TaskType.text_classification,
                description="""
Classify a text into one or multiple predefined categories.
See more details about the format of upload files:
https://github.com/neulab/ExplainaBoard/blob/main/docs/task_text_classification.md
""",
            )
        ],
    )

@pfliu-nlp pfliu-nlp self-assigned this Sep 9, 2022
@pfliu-nlp
Copy link
Collaborator

I will fix this issue.

@pfliu-nlp
Copy link
Collaborator

Hi @PaulCCCCCCH
I have added concrete information about custom dataset formats. Feel free to go ahead.

@PaulCCCCCCH
Copy link
Collaborator Author

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants