Skip to content

Format specified for json file containing title and abstract is wrong.  #50

@coolshr

Description

@coolshr

The format specified in the README is

{
    'doc_id': {'title': 'representation learning of scientific documents',
    'abstract': 'we propose a new model for representing abstracts'},
}

However, the correct format is

{
    'doc_id': {'title': 'representation learning of scientific documents',
    'abstract': 'we propose a new model for representing abstracts',
    'paper_id': 'doc_id'},
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions