tag-based-multi-span-extraction
The official implementation of EMNLP 2020, "A Simple and Effective Model for Answering Multi-span Questions".
파일 탐색기
최종 버전 다운로드 (.zip)- analysis_by_number_of_spans.ipynb
- analysis_num_tokens_and_occurrences.ipynb
- analysis_num_tokens_and_occurrences.py
- model.jsonnet
- drop_model.jsonnet
- drop_SSE.jsonnet
- drop_TASE_BIO.jsonnet
- drop_TASE_BIO_SSE.jsonnet
- drop_TASE_BIOUL.jsonnet
- drop_TASE_IO.jsonnet
- drop_TASE_IO_SSE.jsonnet
- drop_bert_large_TASE_BIO_SSE.jsonnet
- drop_roberta_large_SSE.jsonnet
- drop_roberta_large_TASE_BIO.jsonnet
- drop_roberta_large_TASE_BIO_no_marg.jsonnet
- drop_roberta_large_TASE_BIO_SSE.jsonnet
- drop_roberta_large_TASE_BIOUL.jsonnet
- drop_roberta_large_TASE_IO.jsonnet
- drop_roberta_large_TASE_IO_SSE.jsonnet
- quoref_model.jsonnet
- quoref_SSE.jsonnet
- quoref_TASE_BIO.jsonnet
- quoref_TASE_BIO_SSE.jsonnet
- quoref_TASE_BIOUL.jsonnet
- quoref_TASE_IO.jsonnet
- quoref_TASE_IO_SSE.jsonnet
- quoref_bert_large_TASE_BIO_SSE.jsonnet
- quoref_roberta_large_SSE.jsonnet
- quoref_roberta_large_TASE_BIO.jsonnet
- quoref_roberta_large_TASE_BIO_SSE.jsonnet
- quoref_roberta_large_TASE_BIOUL.jsonnet
- quoref_roberta_large_TASE_IO.jsonnet
- quoref_roberta_large_TASE_IO_SSE.jsonnet
- drop_dataset_dev.json
- drop_dataset_dev_standardized.json
- drop_dataset_train.json
- drop_dataset_train_standardized.json
- license.txt
- drop_predictions.jsonl
- quoref_predictions.jsonl
- quoref-dev-v0.1.json
- quoref-train-v0.1.json
- quoref_dataset_dev.json
- quoref_dataset_train.json
- README.txt
- __init__.py
- answer_field_generator.py
- arithmetic_answer_generator.py
- count_answer_generator.py
- span_answer_generator.py
- tagged_answer_generator.py
- utils.py
- __init__.py
- drop_reader.py
- drop_utils.py
- __init__.py
- quoref_reader.py
- quoref_utils.py
- __init__.py
- utils.py
- __init__.py
- labels_field.py
- __init__.py
- huggingface_transformers_tokenizer.py
- tokenization_utils.py
- __init__.py
- __init__.py
- multi_head_model.py
- __init__.py
- arithmetic_head.py
- count_head.py
- head.py
- multi_span_head.py
- passage_span_head.py
- question_span_head.py
- single_span_head.py
- decoding_utils.py
- viterbi_decoding.py
- __init__.py
- __init__.py
- custom_em_and_f1.py
- __init__.py
- __init__.py
- dropify_quoref.py
- generate_submission_predictions.py
- standardize_drop.py
- .gitignore
- README.md
- requirements.txt
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/eladsegal/tag-based-multi-span-extraction
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd tag-based-multi-span-extraction
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
// repository documentation
Was this content helpful?
(0 ratings)
