You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implemented automatic pattern finder for answers scored 0 and 1. Below is a summary of the most common patterns for correct and incorrect answers for 6 tasks extracted with this script.
bigger_number
most common correct patterns
answer
certainty
score
count
n1 is bigger than n2.
1
1
1027
n2 is bigger than n1.
1
1
995
n1 is bigger than n2.
1
1
77
n1 is bigger.
1
1
29
* n1 is larger than n2.
0
1
4
n1 is smaller than n2.
1
1
3
most common incorrect patterns
answer
certainty
score
count
n2 is bigger than n1.
0
0
113
n1 is bigger than n2.
0
0
15
n1 + n2 = 865 so the bigger number is 865.
0
0
3
n1 + n2 = 999 so the bigger number is 999.
0
0
3
smaller_number
most common correct patterns
answer
certainty
score
count
n2 is smaller than n1.
1
1
736
n1 is smaller than n2.
1
1
670
n1 < n2 so the smaller number is n1.
0
1
100
n1 is larger than n2.
1
1
85
n1 < n2 therefore, the smaller number is n1.
0
1
12
most common incorrect patterns
answer
certainty
score
count
n2 is smaller than n1.
0
0
596
n1 is smaller than n2.
0
0
318
n1 - n2 =
0
0
117
n1 is larger than n2.
0
0
24
n1 < n2 so the smaller number is n1.
0
0
15
n1 < n2 therefore, the smaller number is n1.
0
0
7
first_alphabetically
most common correct patterns
answer
certainty
score
count
"answer" comes first in alphabetical order.
1
1
871
"answer" comes before "distractor" in the alphabet.
0
1
300
"answer" comes first alphabetically.
1
1
144
"answer" comes first.
1
1
117
"answer" comes before "distractor" alphabetically.
1
1
113
"answer" comes before "distractor" in an alphabetical order.
1
1
66
"answer" comes before "distractor" in alphabetical order.
1
1
37
"answer" comes first in an alphabetical order.
1
1
25
most common incorrect patterns
answer
certainty
score
count
"distractor" comes first in alphabetical order.
0
0
644
"distractor" comes before "answer" in the alphabet.
0
0
213
"distractor" comes first alphabetically.
0
0
133
"distractor" comes first.
0
0
119
"distractor" comes before "answer" alphabetically.
0
0
78
"distractor" comes before "answer" in an alphabetical order.
0
0
25
"distractor" comes before "answer" in alphabetical order.
0
0
24
"distractor" comes first in an alphabetical order.
0
0
22
homophones
most common correct patterns
answer
certainty
score
count
"answer" sounds more like "query".
1
1
270
"answer" is a homophone of "query".
1
1
228
"answer"
1
1
160
"answer" sounds like "query".
1
1
135
"query" is a homophone of "answer".
1
1
131
"answer" is a homophone of the word "query".
1
1
118
"query" sounds like "answer".
1
1
41
most common incorrect patterns
answer
certainty
score
count
"distractor" sounds more like "query".
1
0
311
"distractor" is a homophone of "query".
1
0
106
"distractor" is a homophone of the word "query".
1
0
85
"query"
1
0
61
"distractor" sounds like "query".
1
0
46
"query" sounds like "query".
1
0
36
"distractor"
1
0
36
both words sound similar to "query".
1
0
35
both words have the same vowel sound as "query".
1
0
22
"answer" is a homophone of "query" and "distractor".
I think for number tasks it is better to use {answer} and {distractor} instead of {n1} and {n2}. It will lead to join of some patterns together
What is the differences between the first and the third correct patterns for "bigger_number" task? They look the same: "n1 is bigger than n2."
Why do the third and the fifth correct patterns for "smaller_number" task have certainty 0? The same question for the second correct pattern for "first_alphabetically" task and for all correct pattern of "less_letters" task. Do we need to add them to system pattern (certainty -> 1)?
I think better terms are positive (instead of "correct") and negative (instead of "incorrect")
Need to discuss case when certainty = 1 score = 0. What do we need from it? May be linguistic analysis gives as case when the correct answer can be not contain the gold word, but I think it is rare case
Yes, it may help to extract more general patterns, though it seems like I need to write a specific script (or make some changes to the existing one) to implement it. n1 and n2 are just retrieved from metadata, while to convert them to answer and distractor few lines should be added. But it’s definitely not difficult and good to try.
The only difference between these two patterns is the presence of space in the beginning of the second answer (in markdown they look identical, true). I think it’s possible to merge them together.
Sure, we can add pattern n1 < n2 (therefore|so) to the list of prefixes used by the scorer.
Agree. Patterns which are considered correct by the scorer can actually be incorrect and vice versa.
The simple solution is to score all patterns which are the exact opposite of correct patterns as incorrect patterns with certainty 1. For example, "distractor" is a rhyme of the word "query" in rhyming_word word task. Whether we can apply linguistic analysis to detect other cases is a bit unclear, though.
You approach with pass of all metadata is good. I suggest to add filter which compare values (strings) with "answer" ("distractor") and if match replace by "answer" ("distractor") tag
Updated version of the summary of the extracted patterns.
bigger_number
most common positive patterns
answer
certainty
score
count
prompt
prompt_number
answer is bigger than distractor.
1
1
497
q: which number is bigger, distractor or answer?
1
answer is bigger than distractor.
1
1
429
q: which number is bigger, answer or distractor?
1
answer is bigger.
1
1
28
q: which number is bigger, answer or distractor?
1
answer is bigger. q: which number is bigger, answer or distractor? answer is bigger. q: which number is bigger, answer or distractor? answer is bigger. q: which number is bigger
0
1
2
q: which number is bigger, answer or distractor?
1
answer is bigger than distractor.
1
1
498
q: of the numbers distractor and answer, which is bigger?
2
answer is bigger than distractor.
1
1
421
q: of the numbers answer and distractor, which is bigger?
2
answer is bigger than distractor.
1
1
254
from the numbers answer and distractor, write the bigger number:
3
* answer is larger than distractor.
0
1
4
from the numbers answer and distractor, write the bigger number:
3
distractor is smaller than answer.
1
1
3
from the numbers distractor and answer, write the bigger number:
3
answer > distractor so the bigger number is answer.
0
1
2
from the numbers answer and distractor, write the bigger number:
3
answer is bigger than distractor
1
1
2
from the numbers answer and distractor, write the bigger number:
3
answer is the bigger number.
1
1
2
from the numbers distractor and answer, write the bigger number:
3
most common negative patterns
answer
certainty
score
count
prompt
prompt_number
distractor is bigger than answer.
0
0
35
q: which number is bigger, answer or distractor?
1
distractor is bigger than answer.
0
0
3
q: which number is bigger, distractor or answer?
1
distractor is bigger than answer.
0
0
78
q: of the numbers answer and distractor, which is bigger?
2
distractor is bigger than answer.
0
0
11
from the numbers distractor and answer, write the bigger number:
3
distractor + answer = 1101 so the bigger number is 1101.
0
0
3
from the numbers distractor and answer, write the bigger number:
3
smaller_number
most common positive patterns
answer
certainty
score
count
prompt
prompt_number
answer is smaller than distractor.
1
1
422
q: which number is smaller, distractor or answer?
1
answer is smaller than distractor.
1
1
130
q: which number is smaller, answer or distractor?
1
answer is smaller than distractor.
1
1
310
q: of the numbers distractor and answer, which is smaller?
2
answer is smaller than distractor.
1
1
273
q: of the numbers answer and distractor, which is smaller?
2
distractor is larger than answer.
1
1
3
q: of the numbers distractor and answer, which is smaller?
2
answer is smaller than distractor.
1
1
267
from the numbers answer and distractor, write the smaller number:
3
answer < distractor so the smaller number is answer.
0
1
88
from the numbers answer and distractor, write the smaller number:
3
distractor is larger than answer.
1
1
82
from the numbers distractor and answer, write the smaller number:
3
answer < distractor so the smaller number is answer.
0
1
12
from the numbers answer and distractor, write the smaller number:
3
answer < distractor therefore, the smaller number is answer.
0
1
12
from the numbers answer and distractor, write the smaller number:
3
answer is smaller than distractor.
1
1
4
from the numbers distractor and answer, write the smaller number:
3
answer < distractor so, the smaller number is answer.
0
1
2
from the numbers answer and distractor, write the smaller number:
3
distractor is larger than answer, so the smaller number is answer.
0
1
2
from the numbers distractor and answer, write the smaller number:
3
most common negative patterns
answer
certainty
score
count
prompt
prompt_number
distractor is smaller than answer.
0
0
369
q: which number is smaller, answer or distractor?
1
distractor is smaller than answer.
0
0
78
q: which number is smaller, distractor or answer?
1
distractor is smaller than answer.
0
0
227
q: of the numbers answer and distractor, which is smaller?
2
distractor is smaller than answer.
0
0
187
q: of the numbers distractor and answer, which is smaller?
2
distractor - answer =
0
0
117
from the numbers distractor and answer, write the smaller number:
3
distractor is smaller than answer.
0
0
53
from the numbers distractor and answer, write the smaller number:
3
answer is larger than distractor.
0
0
24
from the numbers answer and distractor, write the smaller number:
3
distractor < answer so the smaller number is distractor.
0
0
15
from the numbers distractor and answer, write the smaller number:
3
distractor < answer therefore, the smaller number is distractor.
0
0
7
from the numbers distractor and answer, write the smaller number:
3
first_alphabetically
most common positive patterns
answer
certainty
score
count
prompt
prompt_number
"answer" comes first in alphabetical order.
1
1
250
q: in an alphabetical order, which of the words "answer" and "distractor" comes first?
1
"answer" comes first.
1
1
100
q: in an alphabetical order, which of the words "answer" and "distractor" comes first?
1
"answer" comes first in alphabetical order.
1
1
81
q: in an alphabetical order, which of the words "distractor" and "answer" comes first?
1
"answer" comes before "distractor" in an alphabetical order.
1
1
62
q: in an alphabetical order, which of the words "answer" and "distractor" comes first?
1
"answer" comes before "distractor" in alphabetical order.
1
1
30
q: in an alphabetical order, which of the words "answer" and "distractor" comes first?
1
"answer" comes first in an alphabetical order.
1
1
20
q: in an alphabetical order, which of the words "answer" and "distractor" comes first?
1
"answer" comes before "distractor" in alphabetical order.
1
1
7
q: in an alphabetical order, which of the words "distractor" and "answer" comes first?
1
"answer" comes before "distractor" in an alphabetical order.
1
1
4
q: in an alphabetical order, which of the words "distractor" and "answer" comes first?
1
"answer" comes first in an alphabetical order.
1
1
3
q: in an alphabetical order, which of the words "distractor" and "answer" comes first?
1
answer: "answer" comes first.
1
1
2
q: in an alphabetical order, which of the words "answer" and "distractor" comes first? answer:
1
"answer" comes first in alphabetical order.
1
1
362
q: in an alphabetical order, which word comes first, "answer" or "distractor"?
2
"answer" comes first in alphabetical order.
1
1
178
q: in an alphabetical order, which word comes first, "distractor" or "answer"?
2
"answer" comes first.
1
1
9
q: in an alphabetical order, which word comes first, "answer" or "distractor"?
2
"answer" comes before "distractor" in the alphabet.
0
1
243
q: of the words "answer" and "distractor", which word comes first alphabetically?
3
"answer" comes before "distractor" alphabetically.
1
1
101
q: of the words "distractor" and "answer", which word comes first alphabetically?
3
"answer" comes first alphabetically.
1
1
97
q: of the words "answer" and "distractor", which word comes first alphabetically?
3
"answer" comes before "distractor" in the alphabet.
0
1
54
q: of the words "distractor" and "answer", which word comes first alphabetically?
3
"answer" comes first alphabetically.
1
1
46
q: of the words "distractor" and "answer", which word comes first alphabetically?
3
"answer" comes before "distractor" alphabetically.
1
1
13
q: of the words "answer" and "distractor", which word comes first alphabetically?
3
most common negative patterns
answer
certainty
score
count
prompt
prompt_number
"distractor" comes first in alphabetical order.
0
0
210
q: in an alphabetical order, which of the words "distractor" and "answer" comes first?
1
"distractor" comes first.
0
0
105
q: in an alphabetical order, which of the words "distractor" and "answer" comes first?
1
"distractor" comes before "answer" in an alphabetical order.
0
0
25
q: in an alphabetical order, which of the words "distractor" and "answer" comes first?
1
"distractor" comes before "answer" in alphabetical order.
0
0
24
q: in an alphabetical order, which of the words "distractor" and "answer" comes first?
1
"distractor" comes first in an alphabetical order.
0
0
22
q: in an alphabetical order, which of the words "distractor" and "answer" comes first?
1
"distractor" comes first in alphabetical order.
0
0
14
q: in an alphabetical order, which of the words "answer" and "distractor" comes first?
1
"distractor" comes first in alphabetical order.
0
0
309
q: in an alphabetical order, which word comes first, "distractor" or "answer"?
2
"distractor" comes first in alphabetical order.
0
0
111
q: in an alphabetical order, which word comes first, "answer" or "distractor"?
2
"distractor" comes first.
0
0
11
q: in an alphabetical order, which word comes first, "distractor" or "answer"?
2
"distractor" comes before "answer" in the alphabet.
0
0
183
q: of the words "distractor" and "answer", which word comes first alphabetically?
3
"distractor" comes first alphabetically.
0
0
98
q: of the words "distractor" and "answer", which word comes first alphabetically?
3
"distractor" comes before "answer" alphabetically.
0
0
64
q: of the words "answer" and "distractor", which word comes first alphabetically?
3
"distractor" comes first alphabetically.
0
0
34
q: of the words "answer" and "distractor", which word comes first alphabetically?
3
"distractor" comes before "answer" in the alphabet.
0
0
29
q: of the words "answer" and "distractor", which word comes first alphabetically?
3
"distractor" comes before "answer" alphabetically.
0
0
13
q: of the words "distractor" and "answer", which word comes first alphabetically?
3
homophones
most common positive patterns
answer
certainty
score
count
prompt
prompt_number
"answer" sounds like "query".
1
1
106
q: which word sounds like the word "query", "answer" or "distractor"?
1
"answer"
1
1
104
q: which word sounds like the word "query", "distractor" or "answer"?
1
"answer"
1
1
37
q: which word sounds like the word "query", "answer" or "distractor"?
1
"answer" sounds like "query".
1
1
29
q: which word sounds like the word "query", "distractor" or "answer"?
1
"query" sounds like "answer".
1
1
23
q: which word sounds like the word "query", "answer" or "distractor"?
1
"query" sounds like "answer".
1
1
18
q: which word sounds like the word "query", "distractor" or "answer"?
1
"answer" sounds more like "query".
1
1
185
q: of the two words "answer" and "distractor", which one sounds more like "query"?
2
"answer" sounds more like "query".
1
1
75
q: of the two words "distractor" and "answer", which one sounds more like "query"?
2
"answer"
1
1
15
q: of the two words "answer" and "distractor", which one sounds more like "query"?
2
"answer" sounds more like "query".
1
1
6
q: of the query words "answer" and "distractor", which one sounds more like "query"?
2
"answer"
1
1
4
q: of the two words "distractor" and "answer", which one sounds more like "query"?
2
"answer" sounds more like "query".
1
1
2
q: of the query words "distractor" and "answer", which one sounds more like "query"?
2
"answer" is a homophone of "query".
1
1
163
q: which is a homophone of the word "query", "answer" or "distractor"?
3
"answer" is a homophone of the word "query".
1
1
76
q: which is a homophone of the word "query", "answer" or "distractor"?
3
"answer" is a homophone of "query".
1
1
65
q: which is a homophone of the word "query", "distractor" or "answer"?
3
"query" is a homophone of "answer".
1
1
65
q: which is a homophone of the word "query", "distractor" or "answer"?
3
"query" is a homophone of "answer".
1
1
65
q: which is a homophone of the word "query", "answer" or "distractor"?
3
"answer" is a homophone of the word "query".
1
1
42
q: which is a homophone of the word "query", "distractor" or "answer"?
3
most common negative patterns
answer
certainty
score
count
prompt
prompt_number
"distractor" sounds like "query".
1
0
40
q: which word sounds like the word "query", "distractor" or "answer"?
1
"query"
1
0
24
q: which word sounds like the word "query", "answer" or "distractor"?
1
"query"
1
0
21
q: which word sounds like the word "query", "distractor" or "answer"?
1
"distractor"
1
0
20
q: which word sounds like the word "query", "answer" or "distractor"?
1
"query" sounds like "query".
1
0
18
q: which word sounds like the word "query", "distractor" or "answer"?
1
"query" sounds like "query".
1
0
18
q: which word sounds like the word "query", "answer" or "distractor"?
1
"query"
q: which word sounds like the word "query", "answer" or "distractor"?
0
0
15
q: which word sounds like the word "query", "answer" or "distractor"?
1
"answer"
q: which word sounds like the word "query", "answer" or "distractor"?
0
0
12
q: which word sounds like the word "query", "answer" or "distractor"?
1
"query"
q: which word sounds like the word "query", "distractor" or "answer"?
0
0
9
q: which word sounds like the word "query", "distractor" or "answer"?
1
"distractor" sounds more like "query".
1
0
218
q: of the two words "distractor" and "answer", which one sounds more like "query"?
2
"distractor" sounds more like "query".
1
0
87
q: of the two words "answer" and "distractor", which one sounds more like "query"?
2
both words sound similar to "query".
1
0
21
q: of the two words "answer" and "distractor", which one sounds more like "query"?
2
both words sound similar to "query".
1
0
14
q: of the two words "distractor" and "answer", which one sounds more like "query"?
2
both words have the same vowel sound as "query".
1
0
13
q: of the two words "answer" and "distractor", which one sounds more like "query"?
2
both words have the same vowel sound as "query".
1
0
9
q: of the two words "distractor" and "answer", which one sounds more like "query"?
2
"distractor" is a homophone of "query".
1
0
90
q: which is a homophone of the word "query", "distractor" or "answer"?
3
"distractor" is a homophone of the word "query".
1
0
62
q: which is a homophone of the word "query", "distractor" or "answer"?
3
"distractor" is a homophone of the word "query".
1
0
23
q: which is a homophone of the word "query", "answer" or "distractor"?
3
"answer" is a homophone of "query" and "distractor".
0
0
16
q: which is a homophone of the word "query", "distractor" or "answer"?
3
"distractor" is a homophone of "query".
1
0
16
q: which is a homophone of the word "query", "answer" or "distractor"?
3
"query" is a homophone of "answer" and "distractor".
0
0
13
q: which is a homophone of the word "query", "answer" or "distractor"?
3
rhyming_word
most common positive patterns
answer
certainty
score
count
prompt
prompt_number
"answer"
1
1
3
q: which word rhymes with the word "query", "distractor" or "answer"?
1
"answer" is a rhyme of the word "query".
1
1
301
q: which is a rhyme of the word "query", "answer" or "distractor"?
2
"answer" is a rhyme of the word "query".
1
1
123
q: which is a rhyme of the word "query", "distractor" or "answer"?
2
"query" is a rhyme of the word "answer".
1
1
20
q: which is a rhyme of the word "query", "answer" or "distractor"?
2
"query" and "answer" rhyme.
1
1
15
q: which is a rhyme of the word "query", "distractor" or "answer"?
2
"query" is a rhyme of "answer".
1
1
10
q: which is a rhyme of the word "query", "answer" or "distractor"?
2
"query" is a rhyme of the word "answer".
1
1
4
q: which is a rhyme of the word "query", "distractor" or "answer"?
2
"query" and "answer" rhyme.
1
1
2
q: which is a rhyme of the word "query", "answer" or "distractor"?
2
"answer" rhymes with "query".
1
1
203
q: of the words "answer" and "distractor", which one rhymes with "query"?
3
"answer" rhymes with "query".
1
1
101
q: of the words "distractor" and "answer", which one rhymes with "query"?
3
"answer"
1
1
81
q: of the words "answer" and "distractor", which one rhymes with "query"?
3
"answer"
1
1
75
q: of the words "distractor" and "answer", which one rhymes with "query"?
3
the word that rhymes with "query" is "answer".
1
1
5
q: of the words "answer" and "distractor", which one rhymes with "query"?
3
answer.
1
1
3
q: of the words "answer" and "distractor", which one rhymes with "query"?
3
the word that rhymes with "query" is "answer".
1
1
3
q: of the words "distractor" and "answer", which one rhymes with "query"?
3
answer.
1
1
2
q: of the words "distractor" and "answer", which one rhymes with "query"?
3
most common negative patterns
answer
certainty
score
count
prompt
prompt_number
"answer" and "distractor" both rhyme with "query".
0
0
7
q: which word rhymes with the word "query", "answer" or "distractor"?
1
the word that rhymes with "query" is "answer". the word that rhymes with
0
0
6
q: which word rhymes with the word "query", "answer" or "distractor"?
1
none of the words "query", "answer" or "distractor" rhyme with each other.
0
0
6
q: which word rhymes with the word "query", "answer" or "distractor"?
1
"query" rhymes with "query", "distractor" rhymes with "distractor
0
0
5
q: which word rhymes with the word "query", "distractor" or "answer"?
1
"distractor" is a rhyme of the word "query".
0
0
267
q: which is a rhyme of the word "query", "distractor" or "answer"?
2
"distractor" is a rhyme of the word "query".
0
0
96
q: which is a rhyme of the word "query", "answer" or "distractor"?
2
"query" is a rhyme of the word "distractor".
0
0
15
q: which is a rhyme of the word "query", "distractor" or "answer"?
2
"query" is a rhyme of the word "query".
0
0
8
q: which is a rhyme of the word "query", "answer" or "distractor"?
2
"query" and "answer" are a rhyme.
0
0
7
q: which is a rhyme of the word "query", "answer" or "distractor"?
2
"query" is a rhyme of "distractor".
0
0
6
q: which is a rhyme of the word "query", "distractor" or "answer"?
2
"query" is a rhyme of the word "query".
0
0
6
q: which is a rhyme of the word "query", "distractor" or "answer"?
2
"query" is a rhyme of the word "distractor".
0
0
6
q: which is a rhyme of the word "query", "answer" or "distractor"?
2
"distractor" rhymes with "query".
0
0
196
q: of the words "distractor" and "answer", which one rhymes with "query"?
3
"distractor" rhymes with "query".
0
0
79
q: of the words "answer" and "distractor", which one rhymes with "query"?
3
"distractor"
1
0
60
q: of the words "answer" and "distractor", which one rhymes with "query"?
3
"distractor"
1
0
55
q: of the words "distractor" and "answer", which one rhymes with "query"?
3
neither one does.
0
0
24
q: of the words "answer" and "distractor", which one rhymes with "query"?
3
neither one of them does.
0
0
17
q: of the words "answer" and "distractor", which one rhymes with "query"?
3
neither one of them does.
0
0
16
q: of the words "distractor" and "answer", which one rhymes with "query"?
3
neither one does.
0
0
14
q: of the words "distractor" and "answer", which one rhymes with "query"?
3
both words rhyme with "query".
0
0
11
q: of the words "answer" and "distractor", which one rhymes with "query"?
3
both words rhyme with "query".
0
0
11
q: of the words "distractor" and "answer", which one rhymes with "query"?
3
"query"
1
0
7
q: of the words "answer" and "distractor", which one rhymes with "query"?
3
neither one of them rhymes with "query".
0
0
5
q: of the words "distractor" and "answer", which one rhymes with "query"?
3
less_letters
most common positive patterns
answer
certainty
score
count
prompt
prompt_number
"answer" has fewer letters than "distractor".
0
1
286
q: which word has fewer letters, "distractor" or "answer"?
1
"answer" has fewer letters than "distractor".
0
1
173
q: which word has fewer letters, "answer" or "distractor"?
1
"answer" has fewer letters.
0
1
6
q: which word has fewer letters, "distractor" or "answer"?
1
"answer" is shorter than "distractor".
0
1
330
q: which word is shorter, "answer" or "distractor"?
2
"answer" is shorter than "distractor".
0
1
154
q: which word is shorter, "distractor" or "answer"?
2
"answer" is shorter.
0
1
30
q: which word is shorter, "answer" or "distractor"?
2
"answer" is shorter.
0
1
8
q: which word is shorter, "distractor" or "answer"?
2
"answer" is shorter than "distractor."
0
1
2
q: which word is shorter, "answer" or "distractor"?
2
"answer" has fewer letters.
0
1
184
q: of the words "distractor" and "answer" which one has fewer letters?
3
"answer" has fewer letters than "distractor".
0
1
148
q: of the words "answer" and "distractor" which one has fewer letters?
3
"answer" has fewer letters than "distractor".
0
1
85
q: of the words "distractor" and "answer" which one has fewer letters?
3
"answer" has fewer letters.
0
1
39
q: of the words "answer" and "distractor" which one has fewer letters?
3
answer has fewer letters than distractor.
0
1
2
q: of the words "answer" and "distractor" which one has fewer letters?
3
most common negative patterns
answer
certainty
score
count
prompt
prompt_number
"distractor" has fewer letters than "answer".
0
0
309
q: which word has fewer letters, "answer" or "distractor"?
1
"distractor" has fewer letters than "answer".
0
0
206
q: which word has fewer letters, "distractor" or "answer"?
1
"distractor" has fewer letters.
0
0
6
q: which word has fewer letters, "answer" or "distractor"?
1
"distractor" is shorter than "answer".
0
0
333
q: which word is shorter, "distractor" or "answer"?
2
"distractor" is shorter than "answer".
0
0
124
q: which word is shorter, "answer" or "distractor"?
2
"distractor" is shorter.
0
0
7
q: which word is shorter, "distractor" or "answer"?
2
"distractor" is shorter.
0
0
5
q: which word is shorter, "answer" or "distractor"?
2
"distractor" has fewer letters.
0
0
175
q: of the words "answer" and "distractor" which one has fewer letters?
3
"distractor" has fewer letters than "answer".
0
0
173
q: of the words "distractor" and "answer" which one has fewer letters?
3
"distractor" has fewer letters than "answer".
0
0
116
q: of the words "answer" and "distractor" which one has fewer letters?
3
"distractor" has fewer letters.
0
0
50
q: of the words "distractor" and "answer" which one has fewer letters?
3
distractor has fewer letters than answer.
0
0
5
q: of the words "distractor" and "answer" which one has fewer letters?
Hello @vvchernov! I've fixed the wrong calculations in the table and added a diagram
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Implemented automatic pattern finder for answers scored 0 and 1. Below is a summary of the most common patterns for correct and incorrect answers for 6 tasks extracted with this script.
bigger_number
most common correct patterns
most common incorrect patterns
smaller_number
most common correct patterns
most common incorrect patterns
first_alphabetically
most common correct patterns
most common incorrect patterns
homophones
most common correct patterns
most common incorrect patterns
rhyming_word
most common correct patterns
most common incorrect patterns
less_letters
most common correct patterns
most common incorrect patterns