Skip to main content

library for question evaluation including KDA, Knowledge Dependent Answerability introduced in EMNLP 2022 work.

Project description

question-score

Repository for KDA(Knowledge-dependent Answerability), EMNLP 2022 work

How to use

pip install --upgrade pip
pip install question-score
from question_score import KDA
kda = KDA()
print(
  kda.kda_small(
    "passage",
    "question",
    ["option1", "option2", "option3", "option4"],
    1
  )
)

What does the score mean?

You can check the explanation of KDA on https://arxiv.org/abs/2211.11902 now. The official link from EMNLP 2022 will soon be released.

You can use $KDA_{small}$ or $KDA_{large}$ instead of heavy metric using all model. Below is the performance of the submetrics, which mentioned on the appendix of the paper.

Sub Metric Model Count ( Total Size ) KDA (Valid) Likert (Test)
KDA_small 4 (3.5GB) 0.740 0.377
KDA_large 10 (19.2GB) 0.784 0.421

Citation

@inproceedings{moon2022eval,
  title={Evaluating the Knowledge Dependency of Questions,
  author={Moon, H., Yang, Y., Shin, J., Yu, H., Lee, S., Jeong, M., Park, J., Kim, M., & Choi, S.},
  booktitle={Proceedings of the 2022 Conference on Empirical Methods in Natural Language Processing},
  year={2022}
}

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

question_score-0.0.6.tar.gz (12.5 kB view details)

Uploaded Source

Built Distribution

question_score-0.0.6-py3-none-any.whl (12.3 kB view details)

Uploaded Python 3

File details

Details for the file question_score-0.0.6.tar.gz.

File metadata

  • Download URL: question_score-0.0.6.tar.gz
  • Upload date:
  • Size: 12.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.7

File hashes

Hashes for question_score-0.0.6.tar.gz
Algorithm Hash digest
SHA256 95dcb7779f7e473fb9021a7506e45eec3434e91da573ea73c1505c36a71d56df
MD5 fa207944e6d5bc922a3e357f54f38d0c
BLAKE2b-256 e101fc0c0bce3f832933252599533e4c9952c8f860c7c5b65149211033939456

See more details on using hashes here.

File details

Details for the file question_score-0.0.6-py3-none-any.whl.

File metadata

File hashes

Hashes for question_score-0.0.6-py3-none-any.whl
Algorithm Hash digest
SHA256 05abb90e7e0b162a7357be896a83dc4035311583ed05ff3fa7bdc51d86c535a5
MD5 2fcbc66bc52f53569b848ca9d67fc196
BLAKE2b-256 aea468909a3c75cb097ca7116dd2d6e6227511db49b2e442abe7d0d6ca30c163

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page