Skip to content

NatLee/simply-labeling-platform-for-machine-reading

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simply Labeling Platform for Machine Reading

Demo

This is a simple platform for labeling answers to questions in an article.

The platform is designed to help users create labeled datasets for training machine reading comprehension (MRC) models in natural language processing (NLP) tasks.

Features

  • Intuitive user interface for inserting articles and questions
  • Easy labeling of answer spans within the article text
  • Ability to generate labeled datasets for MRC tasks
  • Support for random selection of articles

Usage

  1. Install the requirements with pip.

    This project is Flask-based.

    python -m pip install -r requirements.txt
  2. Run the command:

    python3 main.py

    Then, it will serve on 0.0.0.0:8787.

Contributors

Nat Lee
Nat Lee
H-Alice
H-Alice