https://github.com/dnanhkhoa/mat
MAT: Multihop Annotation Tool
https://github.com/dnanhkhoa/mat
annotation-tool data-annotation multihop multihop-question-answering multihop-reasoning
Last synced: about 1 year ago
JSON representation
MAT: Multihop Annotation Tool
- Host: GitHub
- URL: https://github.com/dnanhkhoa/mat
- Owner: dnanhkhoa
- License: mit
- Created: 2023-04-28T11:18:19.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-12T21:51:09.000Z (over 2 years ago)
- Last Synced: 2025-02-16T01:18:54.466Z (over 1 year ago)
- Topics: annotation-tool, data-annotation, multihop, multihop-question-answering, multihop-reasoning
- Language: Python
- Homepage:
- Size: 418 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MAT
MAT: Multihop Annotation Tool

## Installation
```sh
conda create -n multihop-annotation-tool python=3.10
conda activate multihop-annotation-tool
pip install -r requirements.txt
git lfs install
git clone https://huggingface.co/sentence-transformers/all-MiniLM-L6-v2 models/all-MiniLM-L6-v2
```
## Usage
```sh
./run.sh
```
Access via http://127.0.0.1:8000
## License
[MIT](https://choosealicense.com/licenses/mit/)