Datasets:
Tasks:
Question Answering
Sub-tasks:
extractive-qa
Languages:
English
Size:
1K<n<10K
ArXiv:
License:
Commit
·
1111de4
1
Parent(s):
3d1b2f2
Fix subjectivity level description in dataset card (#4)
Browse files- Fix subjectivity level description (f221d72680df04da3cefa83d24227fd7f351c46e)
README.md
CHANGED
@@ -449,14 +449,14 @@ Each domain and split consists of the following columns:
|
|
449 |
* ```question```: The question (written based on a query opinion).
|
450 |
* ```id```: A unique id assigned to the question-review pair.
|
451 |
* ```q_reviews_id```: A unique id assigned to all question-review pairs with a shared question.
|
452 |
-
* ```question_subj_level```: The
|
453 |
* ```ques_subj_score```: The subjectivity score of the question computed using the [TextBlob](https://textblob.readthedocs.io/en/dev/) package.
|
454 |
* ```context```: The review (that mentions the neighboring opinion).
|
455 |
* ```review_id```: A unique id associated with the review.
|
456 |
* ```answers.text```: The span labeled by annotators as the answer.
|
457 |
* ```answers.answer_start```: The (character-level) start index of the answer span highlighted by annotators.
|
458 |
* ```is_ques_subjective```: A boolean subjectivity label derived from ```question_subj_level``` (i.e., scores below 4 are considered as subjective)
|
459 |
-
* ```answers.answer_subj_level```: The
|
460 |
* ```answers.ans_subj_score```: The subjectivity score of the answer span computed usign the [TextBlob](https://textblob.readthedocs.io/en/dev/) package.
|
461 |
* ```answers.is_ans_subjective```: A boolean subjectivity label derived from ```answer_subj_level``` (i.e., scores below 4 are considered as subjective)
|
462 |
* ```domain```: The category/domain of the review (e.g., hotels, books, ...).
|
|
|
449 |
* ```question```: The question (written based on a query opinion).
|
450 |
* ```id```: A unique id assigned to the question-review pair.
|
451 |
* ```q_reviews_id```: A unique id assigned to all question-review pairs with a shared question.
|
452 |
+
* ```question_subj_level```: The subjectivity level of the question (on a 1 to 5 scale with 1 being the most subjective).
|
453 |
* ```ques_subj_score```: The subjectivity score of the question computed using the [TextBlob](https://textblob.readthedocs.io/en/dev/) package.
|
454 |
* ```context```: The review (that mentions the neighboring opinion).
|
455 |
* ```review_id```: A unique id associated with the review.
|
456 |
* ```answers.text```: The span labeled by annotators as the answer.
|
457 |
* ```answers.answer_start```: The (character-level) start index of the answer span highlighted by annotators.
|
458 |
* ```is_ques_subjective```: A boolean subjectivity label derived from ```question_subj_level``` (i.e., scores below 4 are considered as subjective)
|
459 |
+
* ```answers.answer_subj_level```: The subjectivity level of the answer span (on a 1 to 5 scale with 1 being the most subjective).
|
460 |
* ```answers.ans_subj_score```: The subjectivity score of the answer span computed usign the [TextBlob](https://textblob.readthedocs.io/en/dev/) package.
|
461 |
* ```answers.is_ans_subjective```: A boolean subjectivity label derived from ```answer_subj_level``` (i.e., scores below 4 are considered as subjective)
|
462 |
* ```domain```: The category/domain of the review (e.g., hotels, books, ...).
|