query
stringlengths 24
325
| positive
stringlengths 1
580
| negative_1
stringlengths 6
580
| negative_2
stringlengths 1
576
| negative_3
stringlengths 1
576
| negative_4
stringlengths 1
580
| negative_5
stringlengths 1
580
| negative_6
stringlengths 1
580
| negative_7
stringlengths 5
576
| negative_8
stringlengths 1
576
| negative_9
stringlengths 1
580
| negative_10
stringlengths 1
580
|
---|---|---|---|---|---|---|---|---|---|---|---|
How many images have a total of 10 attribute classes?
|
images refer to IMG_ID; total of 10 attribute classes refers to COUNT(OBJ_CLASS_ID) = 10;
|
images have more than 20 object samples refer to IMG_ID where COUNT(OBJ_SAMPLE_ID) > 20;
|
object class of the image refers to OBJ_CLASS; bounding box of 0, 0, 135, 212 refers to X = 0 AND Y = 0 AND W = 135 AND H = 212
|
images refer to IMG_ID; "keyboard" as object class refers to OBJ_CLASS = 'keyboard';
|
pairs of object samples refers to OBJ1_SAMPLE_ID and OBJ2_SAMPLE_ID; image no.1 refers to IMG_ID = 1; relation of "parked on" refers to PRED_CLASS = 'parked on'
|
dimensions of the bounding box refers to (W, H); keyboard refers to OBJ_CLASS = 'keyboard'; image no. 3 refers to IMG_ID = 3
|
images refers to IMG_ID; have at least 5 "black" classes refers to count(ATT_CLASS_ID) where ATT_CLASS = 'black' > = 5
|
objects that have multiple relations refers to OBJ1_SAMPLE_ID ! = OBJ2_SAMPLE_ID; captions for the prediction class ids are "on" refers to PRED_CLASS = 'on'
|
self-relations refers to OBJ1_SAMPLE_ID = OBJ2_SAMPLE_ID; image no.5 refers to IMG_ID = 5
|
object has the highest attribute classes refers to OBJ_SAMPLE_ID where MAX(COUNT(OBJ_SAMPLE_ID));
|
The bounding box's W and H abbreviations stand for the object's width and height respectively; "keyboard" as object class refers to OBJ_CLASS = 'keyboard'; (5, 647) as coordinate refers to X and Y coordinates of the bounding box where X = 5 and Y = 647;
|
What is the bounding box of the object with image id 4 and a prediction relationship class id of 144?
|
bounding box of the object refers to (x, y, W, H); image id refers to IMG_ID; prediction relationship class id of 144 refers to PRED_CLASS_ID = 144
|
image with a bounding (422, 63, 77, 363) refers to OBJ_CLASS_ID where X = 422 and Y = 63 and W = 77 and H = 363;
|
images refer to IMG_ID; "keyboard" as object class refers to OBJ_CLASS = 'keyboard';
|
X and Y refer to coordinates of the bounding box; image ID 23 refers to IMG_ID = 23; 'cast' attribute class refers to ATT_CLASS = 'cast';
|
samples of food object refers to OBJ_CLASS = 'food'; image no.6 refers to IMG_ID = 6
|
bounding boxes of the object samples refers to (x, y, W, H); predicted relation class of "by" refers to PRED_CLASS = 'by'; image no.1 refers to IMG_ID = 1
|
images have more than 20 object samples refer to IMG_ID where COUNT(OBJ_SAMPLE_ID) > 20;
|
How many object elements refers to OBJ_CLASS_ID; image no. 31 refers to IMG_ID = 31
|
How many attributes refers to ATT_CLASS_ID; object sample no. 7 on image no. 4 refers to IMG_ID = 4 and OBJ_SAMPLE_ID = 7
|
attribute classes refer to ATT_CLASS; (5,5) coordinate refers to X and Y coordinates of the bounding box where X = 5 and Y = 5;
|
How many images have at least one pair of object samples with the relation "parked on" refers to count(IMG_ID) where OBJ1_SAMPLE_ID ! = OBJ2_SAMPLE_ID and PRED_CLASS = 'parked on'
|
How many prediction classes with "has" captions are there for image id 3050?
|
prediction classes with "has" captions refers to PRED_CLASS = 'has'; image id 3050 refers to IMG_ID = 3050
|
ID of all images refer to IMG_ID; if two objects (OBJ1_SAMPLE_ID,
OBJ2_SAMPLE_ID) has
multiple PRED_CLASS_ID, it
means these two objects
have multiple relations;
|
have at least one object sample in the class of "man" refers to count(IMG_ID where OBJ_CLASS = 'man') > = 1
|
attribute classes of image ID 22 refer to ATT_CLASS where MG_ID = 22;
|
object sample ID refers to OBJ_SAMPLE_ID; image ID 17 refers to IMG_ID = 17; coordinates (0,0) refer to X and Y coordinates of the bounding box where X = 0 and Y = 0;
|
Y coordinate many are 0 refers to Y coordinates of the bounding box where Y = 0; image ID 12 refers to IMG_ID = 12;
|
predicate class of image ID 68 refers to PRED_CLASS where IMG_ID = 68;
|
bounding boxes refers to (x, y, W, H); image 2222 refers to IMG_ID = 2222; object classes are feathers refers to OBJ_CLASS = 'feathers'
|
Name the object element refers to OBJ_CLASS; scattered refers to ATT_CLASS = 'scattered'; image no. 10 refers to IMG_ID = 10
|
attribute class of "horse" refers to ATT_CLASS = 'horse'; object class of "fur" refers to OBJ_CLASS = 'fur';
|
caption for the prediction class id 12 refers to PRED_CLASS where PRED_CLASS_ID = 12;
|
List all the attribute classes of image ID 22.
|
attribute classes of image ID 22 refer to ATT_CLASS where MG_ID = 22;
|
has' predicate classes refers to PRED_CLASS = 'has'; image ID 107 refers to IMG_ID = 107;
|
dress' object classes refer to OBJ_CLASS = 'dress'; image ID 1764 refers to IMG_ID = 1764; X and Y refer to coordinates of the bounding box;
|
predicted relation classes refers to PRED_CLASS; object sample no.14 in image no.1 refers to OBJ1_SAMPLE_ID = 14 AND OBJ2_SAMPLE_ID = 14 and IMG_ID = 1
|
attribute class of "horse" refers to ATT_CLASS = 'horse'; object class of "fur" refers to OBJ_CLASS = 'fur';
|
DIVIDE(SUM(OBJ_SAMPLE_ID where OBJ_CLASS = 'airplane'), COUNT(OBJ_CLASS)) as percentage;
|
prediction classes with "has" captions refers to PRED_CLASS = 'has'; image id 3050 refers to IMG_ID = 3050
|
object samples refers to OBJ_SAMPLE_ID; class of "man" refers to OBJ_CLASS = 'man'; image no.1 refers to IMG_ID = 1; percentage = divide(count(OBJ_SAMPLE_ID)when OBJ_CLASS = 'man', count(OBJ_SAMPLE_ID)) as percentage
|
white objects refers to ATT_CLASS = 'white'; image no.2347915 refers to IMG_ID = 2347915
|
samples of "wall" refers to OBJ_SAMPLE_ID and OBJ_CLASS = 'wall' ; image no.2353079 refers to IMG_ID = 2353079
|
X and Y refer to coordinates of the bounding box where X = 5 and Y = 5; images refer to IMG_ID;
|
What is the total occurrence of the biwords pairs with "àbac" as its first word?
|
occurrence refers to occurrences; àbac refers to word = 'àbac'; first word refers to w1st
|
title "Aigua dolça" refers to title LIKE 'Aigua dolça%'
|
Wikipedia page number refers to page; the highest number of words in the Catalan language refers to MAX(lid = 1);
|
DIVIDE(SUM(words WHERE title = 'A%'), COUNT(words WHERE title = 'A%')) as percentage; A is a letter;
|
appearance times greater than 10 refers to occurrences > 10;
|
word ID refers to wid; periodograma refers to word = 'periodograma'
|
word id refers to wid
|
average words = avg(words); 10 fewest words refers to words > = 10
|
lid = 1 means it's Catalan language; with most different words refers to MAX(words)
|
grec refers to word = 'grec'; Àbac refers to title = 'Àbac'; Astronomia refers to title = 'Astronomia'; percentage = DIVIDE(SUBTRACT(occurrences where title = 'Àbac' AND word = 'grec', occurrences where title = 'Astronomia' AND word = 'grec'), occurrences where title = 'Astronomia' AND word = 'grec')
|
word have id less than 20 refers to wid < 20;
|
In the Catalan language, which biwords pair appeared the most in this language/page?
|
biwords pair refers to w1st.word w2nd.word; appeared the most refers to max(occurrences)
|
page titled "Anys 90" refers to title = 'Anys 90';
|
Wikipedia page number refers to page; the highest number of words in the Catalan language refers to MAX(lid = 1);
|
Pair is a relationship of two words: w1st and w2nd, where w1st is word id of the first word and w2nd is a word id of the second word; the first word id number 34 refers to w1st = 34; repetition refers to occurrences or times this pair appears; DIVIDE(SUM(occurrences where w1st = 34), COUNT(occurrences where w1st = 34));
|
in Catalan means in Catalan-language and refers to lid = 1; revision page numbers refer to revision;
|
Pair is a relationship of two words: w1st and w2nd, where w1st is word id of the first word and w2nd is a word id of the second word; w1st or w2nd = 'barcelona'; w1st or w2nd = 'precolombina';
|
word id refers to wid
|
riu refers to word = 'riu'; SUM(w1st where wid is word = 'riu' AND w2nd where wid is word = 'riu')
|
exemple refers to word = 'exemple'; repetition refers to langs_words.occurrences; lid = 1 menas it's Catalan language
|
the Catalan means Catalan language and refers to lid = 1; How many times repeat refers to occurrences;
|
most frequently occurring words refer to MAX(occurrences); id refers to wid;
|
What is the average occurrence of the word "grec" on each Wikipedia page that has this word?
|
grec refers to word = 'grec'; AVG(occurrences where word = 'grec')
|
average word occurrences = divide(sum(occurrences), count(occurrences)); ‘system’ appeared as the first word refers to w1st = 'system'
|
grec refers to word = 'grec'; wid where word = 'grec' AS w2nd
|
in Catalan means in Catalan-language and refers to lid = 1; revision page numbers refer to revision;
|
has the fewest words refers to MIN(COUNT(words));
|
How many times refers to occurrences; page number 44 refers to pid = 44;
|
how many times occur refers to occurrences; page titled "Àbac" refers to title = 'Àbac' ;
|
àbac refers to word = 'àbac'; xinès refers to word = 'xinès'; Wikipedia pages refer to pages
|
has 71303 appearance refers to occurrences = 71303;
|
page titled "Anys 90" refers to title = 'Anys 90';
|
àbac refers to word = 'àbac'; first word refers to w1st
|
What is the title of Catalan language wikipedia page with revision page id '16203226'?
|
revision page id '16203226' refers to revision = 16203226
|
àbac refers to word = 'àbac'; xinès refers to word = 'xinès'; Wikipedia pages refer to pages
|
How many times refers to occurrences; page number 44 refers to pid = 44;
|
appearance times greater than 10 refers to occurrences > 10;
|
the most appearances refers to MAX(occurrences); revision ID No. 28278070 refers to revision = 28278070; word ID refers to wid
|
most frequently occurring words refer to MAX(occurrences); id refers to wid;
|
word number 8 refers to wid = 8; How many times refer to occurrences;
|
has the fewest words refers to MIN(COUNT(words));
|
title "Aigua dolça" refers to title LIKE 'Aigua dolça%'
|
in Catalan means in Catalan-language and refers to lid = 1; revision page numbers refer to revision;
|
repeated the most times refer to MAX(occurrences);
|
Calculate the average number of different words that appear on all pages whose title begins with A.
|
DIVIDE(SUM(words WHERE title = 'A%'), COUNT(words WHERE title = 'A%')) as percentage; A is a letter;
|
start with alphabet "b" refers to title LIKE 'b%'
|
page id refers to pid; Arqueozoologia refers to title = 'Arqueozoologia'
|
riu refers to word = 'riu'; SUM(w1st where wid is word = 'riu' AND w2nd where wid is word = 'riu')
|
Agricultura refers to title = 'Agricultura'; the most appearances is MAX(pages_words_sampling.occurrences)
|
lid = 1 menas it's Catalan language; 274499 repetitions refers to occurrences = 274499
|
the most appearances refers to MAX(occurrences); revision ID No. 28278070 refers to revision = 28278070; word ID refers to wid
|
the Catalan means Catalan language and refers to lid = 1; How many times repeat refers to occurrences;
|
Pair is a relationship of two words: w1st and w2nd, where w1st is word id of the first word and w2nd is a word id of the second word; w1st = 1; w2nd = 8968;
|
Wikipedia page number refers to page; the highest number of words in the Catalan language refers to MAX(lid = 1);
|
how many times occur refers to occurrences; page titled "Àbac" refers to title = 'Àbac' ;
|
How many words have repetitions greater than 2000 and lower than 5000?
|
repetitions greater than 2000 and lower than 5000 refer to occurrences between 2000 and 5000;
|
Wikipedia page number refers to page; title = 'Acampada';
|
repeated the most times refer to MAX(occurrences);
|
the biwords pair that appears "116430" times refers to occurrences = 116430; second word of the pair refers to w2nd
|
in Catalan means in Catalan-language and refers to lid = 1; revision page numbers refer to revision;
|
Astre refers to title = 'Astre'; word ID No. 2823 refers to wid = 2823; appearances refers to pages_words_sampling.occurrences
|
riu refers to word = 'riu'; SUM(w1st where wid is word = 'riu' AND w2nd where wid is word = 'riu')
|
lid = 1 means it's Catalan language; Arqueologia refers to title = 'Arqueologia'; revision ID refers to revision
|
àbac refers to word = 'àbac'; xinès refers to word = 'xinès'; occurrence refers to occurrences
|
Pair is a relationship of two words: w1st and w2nd, where w1st is word id of the first word and w2nd is a word id of the second word; in the Catalan language refers to lid; repeated less than 80 times refers to occurrences < 80; DIVIDE(COUNT(lid where occurrences < 80), COUNT(lid)) as percentage;
|
the word "grec" refers to word = 'grec'; occurred for 52 times refers to occurrences = 52
|
How many times does the Catalan word "nombre" repeat itself?
|
the Catalan means Catalan language and refers to lid = 1; How many times repeat refers to occurrences;
|
occurrence of over 200000 refers to occurrences > 200000;
|
àbac refers to word = 'àbac'; xinès refers to word = 'xinès'; How many more times the first word in the biwords occur than the biwords pair itself means SUBTRACT(words.occurrence, biwords.occurrences)
|
Pair is a relationship of two words: w1st and w2nd, where w1st is word id of the first word and w2nd is a word id of the second word; w1st = 1; w2nd = 8968;
|
How many times refers to occurrences; page number 44 refers to pid = 44;
|
àbac refers to word = 'àbac'; xinès refers to word = 'xinès'; Wikipedia pages refer to pages
|
lid = 1 menas it's Catalan language; 274499 repetitions refers to occurrences = 274499
|
longest title refers to max(length(title))
|
title "Aigua dolça" refers to title LIKE 'Aigua dolça%'
|
appearance times greater than 10 refers to occurrences > 10;
|
most frequently occurring words refer to MAX(occurrences); id refers to wid;
|
Calculate the percentage of times that the same word appears in a pair.
|
Pair is a relationship of two words: w1st and w2nd, where w1st is word id of the first word and w2nd is a word id of the second word; the same word appears in a pair refers to w1st = w2nd; times refers to occurrences; DIVIDE(COUNT(occurrences where w1st = w2nd), COUNT(occurrences)) as percentage;
|
the most repetitions refer to MAX(occurrences); Catalan language refers to lid = 1;
|
This is not
|
Catalan language refers to lang = 'ca'
|
the page titled "Abril" refers to title = 'Abril';
|
Repetition refers to occurrences; 100 different words refers to words = 100; DIVIDE(SUM(occurrences where words = 100), COUNT(page where words = 100)) as percentage;
|
the most appearances refers to MAX(occurrences); revision ID No. 28278070 refers to revision = 28278070; word ID refers to wid
|
page id refers to pid; "fresc" refers to word = 'fresc'
|
lid = 1 means it's Catalan language; with most different words refers to MAX(words)
|
àbac refers to word = 'àbac'; xinès refers to word = 'xinès'; Wikipedia pages refer to pages
|
word id refers to wid
|
List all the first words of the biwords pair where the second word is 'antic'.
|
first words refer to w1st.word; second word is 'antic' refers to w2nd.word = 'antic'
|
word number 8 refers to wid = 8; How many times refer to occurrences;
|
Repetition refers to occurrences; 100 different words refers to words = 100; DIVIDE(SUM(occurrences where words = 100), COUNT(page where words = 100)) as percentage;
|
the most appearances refers to MAX(occurrences); revision ID No. 28278070 refers to revision = 28278070; word ID refers to wid
|
revision page id of 28040864 refers to revision = 28040864;
|
word id from 1 to 10 refers to wid BETWEEN 1 AND 10
|
least number of different words refers to min(words); word id refers to wid; appeared the most refers to max(occurrences)
|
lid = 1 means it's Catalan language; with most different words refers to MAX(words)
|
Pair is a relationship of two words: w1st and w2nd, where w1st is word id of the first word and w2nd is a word id of the second word; w1st or w2nd = 'barcelona'; w1st or w2nd = 'precolombina';
|
Pair is a relationship of two words: w1st and w2nd, where w1st is word id of the first word and w2nd is a word id of the second word; w1st = 1; w2nd = 616;
|
pair with "John" refers to w1st.word = "John" or w2nd.word = "John"
|
Which word has the most occurrences within the same page of wikipedia about Catalan language?
|
most occurrences refers to max(occurrences)
|
word id "88" refers to wid = 88
|
most frequently occurring words refer to MAX(occurrences); id refers to wid;
|
higher occurrence is MAX(occurrences); àbac refers to word = 'àbac'; xinès refers to word = 'xinès'; grec refers to word = 'grec'
|
lid = 1 means it's Catalan language; Arqueologia refers to title = 'Arqueologia'; revision ID refers to revision
|
àbac refers to word = 'àbac'; xinès refers to word = 'xinès'; Wikipedia pages refer to pages
|
How frequently refers to occurrences; word 1 refers to wid = 1; word 25 refers to wid = 25; appear together means pair, which is a relationship of two words: w1st and w2nd, where w1st is word id of the first word and w2nd is a word id of the second word; w1st or w2nd = wid = 1; w1st or w2nd = wid = 25;
|
page titled "Asclepi" refers to title = 'Asclepi' ;
|
revision page id '16203226' refers to revision = 16203226
|
Pair is a relationship of two words: w1st and w2nd, where w1st is word id of the first word and w2nd is a word id of the second word; in the Catalan language refers to lid; repeated less than 80 times refers to occurrences < 80; DIVIDE(COUNT(lid where occurrences < 80), COUNT(lid)) as percentage;
|
grec refers to word = 'grec'; Àbac refers to title = 'Àbac'; Astronomia refers to title = 'Astronomia'; percentage = DIVIDE(SUBTRACT(occurrences where title = 'Àbac' AND word = 'grec', occurrences where title = 'Astronomia' AND word = 'grec'), occurrences where title = 'Astronomia' AND word = 'grec')
|
How many times does the biwords "que gregorio" appear in the language?
|
que gregorio refers to w1st = wid where word = 'que' AND w2nd = wid where word = 'gregorio'; appear refers to biwords.occurrences
|
Pair is a relationship of two words: w1st and w2nd, where w1st is word id of the first word and w2nd is a word id of the second word; the first word id number 34 refers to w1st = 34; repetition refers to occurrences or times this pair appears; DIVIDE(SUM(occurrences where w1st = 34), COUNT(occurrences where w1st = 34));
|
page id refers to pid; Arqueozoologia refers to title = 'Arqueozoologia'
|
Wikipedia page number refers to page; title = 'Acampada';
|
how many times occur refers to occurrences; page titled "Àbac" refers to title = 'Àbac' ;
|
How frequently refers to occurrences; word 1 refers to wid = 1; word 25 refers to wid = 25; appear together means pair, which is a relationship of two words: w1st and w2nd, where w1st is word id of the first word and w2nd is a word id of the second word; w1st or w2nd = wid = 1; w1st or w2nd = wid = 25;
|
word 'quipu' appears refers to word = 'quipu'
|
longest title refers to max(length(title))
|
This is not;
|
Wikipedia page number refers to page; the highest number of words in the Catalan language refers to MAX(lid = 1);
|
Catalan language refers to lang = 'ca'
|
What is the revision page ID of title "Aigua dolça"?
|
title "Aigua dolça" refers to title LIKE 'Aigua dolça%'
|
word 'quipu' appears refers to word = 'quipu'
|
àbac refers to word = 'àbac'; xinès refers to word = 'xinès'; Wikipedia pages refer to pages
|
que gregorio refers to w1st = wid where word = 'que' AND w2nd = wid where word = 'gregorio'; appear refers to biwords.occurrences
|
higher occurrence is MAX(occurrences); àbac refers to word = 'àbac'; xinès refers to word = 'xinès'; grec refers to word = 'grec'
|
Pair is a relationship of two words: w1st and w2nd, where w1st is word id of the first word and w2nd is a word id of the second word; w1st = 1; w2nd = 616;
|
Pair is a relationship of two words: w1st and w2nd, where w1st is word id of the first word and w2nd is a word id of the second word; the first word id number 34 refers to w1st = 34; repetition refers to occurrences or times this pair appears; DIVIDE(SUM(occurrences where w1st = 34), COUNT(occurrences where w1st = 34));
|
has 71303 appearance refers to occurrences = 71303;
|
between 1000 to 2000 number of different words refers to words BETWEEN 1000 AND 2000
|
occurrence of over 200000 refers to occurrences > 200000;
|
the biwords pair that appears "116430" times refers to occurrences = 116430; second word of the pair refers to w2nd
|
What is the locale of the language of the page titled "Abril"?
|
the page titled "Abril" refers to title = 'Abril';
|
Pair is a relationship of two words: w1st and w2nd, where w1st is word id of the first word and w2nd is a word id of the second word; w1st or w2nd = 'barcelona'; w1st or w2nd = 'precolombina';
|
àbac refers to word = 'àbac'; as first word refers to w1st; occurrence of over 10 refers to occurrences > 10
|
first words refer to w1st.word; second word is 'antic' refers to w2nd.word = 'antic'
|
higher occurrence is MAX(occurrences); àbac refers to word = 'àbac'; xinès refers to word = 'xinès'; grec refers to word = 'grec'
|
page titled "Anys 90" refers to title = 'Anys 90';
|
longest title refers to max(length(title))
|
àbac refers to word = 'àbac'; xinès refers to word = 'xinès'; How many more times the first word in the biwords occur than the biwords pair itself means SUBTRACT(words.occurrence, biwords.occurrences)
|
word id refers to wid
|
page id refers to pid; Arqueozoologia refers to title = 'Arqueozoologia'
|
riu refers to word = 'riu'; SUM(w1st where wid is word = 'riu' AND w2nd where wid is word = 'riu')
|
Please list all the biwords pairs with "àbac" as its first word.
|
àbac refers to word = 'àbac'; first word refers to w1st
|
Pair is a relationship of two words: w1st and w2nd, where w1st is word id of the first word and w2nd is a word id of the second word; w1st = 1; w2nd = 8968;
|
àbac refers to word = 'àbac'; xinès refers to word = 'xinès'; occurrence refers to occurrences
|
exemple refers to word = 'exemple'; repetition refers to langs_words.occurrences; lid = 1 menas it's Catalan language
|
page titled "Anys 90" refers to title = 'Anys 90';
|
longest title refers to max(length(title))
|
title "Aigua dolça" refers to title LIKE 'Aigua dolça%'
|
Wikipedia page number refers to page; the highest number of words in the Catalan language refers to MAX(lid = 1);
|
from revision page id 106600 to 106700 refers to revision BETWEEN 106600 AND 106700
|
revision page id of 28040864 refers to revision = 28040864;
|
more than 300 words refers to words > 300; list any three means limit 3; Wikipedia pages refers to page;
|
In Abadia, what is the word id of the of the Catalan language that appeared the highest amount of times? Indicate the how many times did they said word id appeared.
|
Abadia refers to title = 'Abadia'; word id refers to wid; the highest amount of times refers to max(occurrences)
|
the Catalan means Catalan language and refers to lid = 1; How many times repeat refers to occurrences;
|
from revision page id 106600 to 106700 refers to revision BETWEEN 106600 AND 106700
|
page id refers to pid; Arqueozoologia refers to title = 'Arqueozoologia'
|
àbac refers to word = 'àbac'; xinès refers to word = 'xinès'; Wikipedia pages refer to pages
|
more than 300 words refers to words > 300; list any three means limit 3; Wikipedia pages refers to page;
|
average word occurrences = divide(sum(occurrences), count(occurrences)); ‘system’ appeared as the first word refers to w1st = 'system'
|
has 71303 appearance refers to occurrences = 71303;
|
Pair is a relationship of two words: w1st and w2nd, where w1st is word id of the first word and w2nd is a word id of the second word; w1st or w2nd = 'barcelona'; w1st or w2nd = 'precolombina';
|
DIVIDE(SUM(words WHERE title = 'A%'), COUNT(words WHERE title = 'A%')) as percentage; A is a letter;
|
appearance times greater than 10 refers to occurrences > 10;
|
What are the titles of the top 5 Catalan language Wikipedia page with the least number of different words? Indicate each title's word id that has appeared the most in the said pages.
|
least number of different words refers to min(words); word id refers to wid; appeared the most refers to max(occurrences)
|
àbac refers to word = 'àbac'; xinès refers to word = 'xinès'; How many more times the first word in the biwords occur than the biwords pair itself means SUBTRACT(words.occurrence, biwords.occurrences)
|
word 'quipu' appears refers to word = 'quipu'
|
occurrence of over 200000 refers to occurrences > 200000;
|
the page id of Wikipedia refers to pid; numeric value contains only numbers, LIKE '%0%' OR '%1%' OR '%2%' OR '%3%' OR '%4%' OR '%5%' OR '%6%' OR '%7%' OR '%8%' OR '%9%';
|
average words = avg(words); 10 fewest words refers to words > = 10
|
Agricultura refers to title = 'Agricultura'; the most appearances is MAX(pages_words_sampling.occurrences)
|
in Catalan means in Catalan-language and refers to lid = 1; revision page numbers refer to revision;
|
longest title refers to max(length(title))
|
the most repetitions refer to MAX(occurrences); Catalan language refers to lid = 1;
|
How many times refers to occurrences; page number 44 refers to pid = 44;
|
Is word id "88" the word id for title "Animals"?
|
word id "88" refers to wid = 88
|
grec refers to word = 'grec'; Àbac refers to title = 'Àbac'; Astronomia refers to title = 'Astronomia'; percentage = DIVIDE(SUBTRACT(occurrences where title = 'Àbac' AND word = 'grec', occurrences where title = 'Astronomia' AND word = 'grec'), occurrences where title = 'Astronomia' AND word = 'grec')
|
pair with "John" refers to w1st.word = "John" or w2nd.word = "John"
|
occurrence of over 200000 refers to occurrences > 200000;
|
Pair is a relationship of two words: w1st and w2nd, where w1st is word id of the first word and w2nd is a word id of the second word; in the Catalan language refers to lid; repeated less than 80 times refers to occurrences < 80; DIVIDE(COUNT(lid where occurrences < 80), COUNT(lid)) as percentage;
|
the Catalan means Catalan language and refers to lid = 1; How many times repeat refers to occurrences;
|
most frequently occurring words refer to MAX(occurrences); id refers to wid;
|
average words = avg(words); 10 fewest words refers to words > = 10
|
the page titled "Abril" refers to title = 'Abril';
|
the most repetitions refer to MAX(occurrences); Catalan language refers to lid = 1;
|
lid = 1 means it's Catalan language; Arqueologia refers to title = 'Arqueologia'; revision ID refers to revision
|
What is the locale of the language of the page titled "Anys 90"?
|
page titled "Anys 90" refers to title = 'Anys 90';
|
longest title refers to max(length(title))
|
que gregorio refers to w1st = wid where word = 'que' AND w2nd = wid where word = 'gregorio'; appear refers to biwords.occurrences
|
Pair is a relationship of two words: w1st and w2nd, where w1st is word id of the first word and w2nd is a word id of the second word; the same word appears in a pair refers to w1st = w2nd; times refers to occurrences; DIVIDE(COUNT(occurrences where w1st = w2nd), COUNT(occurrences)) as percentage;
|
title "Aigua dolça" refers to title LIKE 'Aigua dolça%'
|
word id refers to wid
|
This is not
|
Catalan language refers to lang = 'ca'
|
the word "grec" refers to word = 'grec'; occurred for 52 times refers to occurrences = 52
|
Agricultura refers to title = 'Agricultura'; the most appearances is MAX(pages_words_sampling.occurrences)
|
word ID refers to wid; periodograma refers to word = 'periodograma'
|
What's the occurrence of the biwords pair whose first word is "àbac" and second word is "xinès"?
|
àbac refers to word = 'àbac'; xinès refers to word = 'xinès'; occurrence refers to occurrences
|
Pair is a relationship of two words: w1st and w2nd, where w1st is word id of the first word and w2nd is a word id of the second word; the first word id number 34 refers to w1st = 34; repetition refers to occurrences or times this pair appears; DIVIDE(SUM(occurrences where w1st = 34), COUNT(occurrences where w1st = 34));
|
appearance times greater than 10 refers to occurrences > 10;
|
grec refers to word = 'grec'; AVG(occurrences where word = 'grec')
|
the word "grec" refers to word = 'grec'; occurred for 52 times refers to occurrences = 52
|
start with alphabet "b" refers to title LIKE 'b%'
|
first words refer to w1st.word; second word is 'antic' refers to w2nd.word = 'antic'
|
most frequently occurring words refer to MAX(occurrences); id refers to wid;
|
exemple refers to word = 'exemple'; repetition refers to langs_words.occurrences; lid = 1 menas it's Catalan language
|
word id from 1 to 10 refers to wid BETWEEN 1 AND 10
|
grec refers to word = 'grec'; Àbac refers to title = 'Àbac'; Astronomia refers to title = 'Astronomia'; percentage = DIVIDE(SUBTRACT(occurrences where title = 'Àbac' AND word = 'grec', occurrences where title = 'Astronomia' AND word = 'grec'), occurrences where title = 'Astronomia' AND word = 'grec')
|
Which word that has 274499 repetitions in the Catalan language?
|
lid = 1 menas it's Catalan language; 274499 repetitions refers to occurrences = 274499
|
most frequently occurring words refer to MAX(occurrences); id refers to wid;
|
Pair is a relationship of two words: w1st and w2nd, where w1st is word id of the first word and w2nd is a word id of the second word; the same word appears in a pair refers to w1st = w2nd; times refers to occurrences; DIVIDE(COUNT(occurrences where w1st = w2nd), COUNT(occurrences)) as percentage;
|
between 1000 to 2000 number of different words refers to words BETWEEN 1000 AND 2000
|
from revision page id 106600 to 106700 refers to revision BETWEEN 106600 AND 106700
|
Wikipedia page number refers to page; title = 'Acampada';
|
Astre refers to title = 'Astre'; word ID No. 2823 refers to wid = 2823; appearances refers to pages_words_sampling.occurrences
|
the page id of Wikipedia refers to pid; numeric value contains only numbers, LIKE '%0%' OR '%1%' OR '%2%' OR '%3%' OR '%4%' OR '%5%' OR '%6%' OR '%7%' OR '%8%' OR '%9%';
|
Agricultura refers to title = 'Agricultura'; the most appearances is MAX(pages_words_sampling.occurrences)
|
Pair is a relationship of two words: w1st and w2nd, where w1st is word id of the first word and w2nd is a word id of the second word; w1st = 1; w2nd = 616;
|
àbac refers to word = 'àbac'; as first word refers to w1st; occurrence of over 10 refers to occurrences > 10
|
List down the words with word id from 1 to 10 and write down a paired word for each of them.
|
word id from 1 to 10 refers to wid BETWEEN 1 AND 10
|
revision page id '16203226' refers to revision = 16203226
|
word id refers to wid
|
has 71303 appearance refers to occurrences = 71303;
|
the page id of Wikipedia refers to pid; numeric value contains only numbers, LIKE '%0%' OR '%1%' OR '%2%' OR '%3%' OR '%4%' OR '%5%' OR '%6%' OR '%7%' OR '%8%' OR '%9%';
|
the biwords pair that appears "116430" times refers to occurrences = 116430; second word of the pair refers to w2nd
|
Astre refers to title = 'Astre'; word ID No. 2823 refers to wid = 2823; appearances refers to pages_words_sampling.occurrences
|
occurrence refers to occurrences; àbac refers to word = 'àbac'; first word refers to w1st
|
pair with "John" refers to w1st.word = "John" or w2nd.word = "John"
|
This is not
|
least number of different words refers to min(words); word id refers to wid; appeared the most refers to max(occurrences)
|
What is the language of the pair of words numbered 1 and 616?
|
Pair is a relationship of two words: w1st and w2nd, where w1st is word id of the first word and w2nd is a word id of the second word; w1st = 1; w2nd = 616;
|
This is not
|
how many times occur refers to occurrences; page titled "Àbac" refers to title = 'Àbac' ;
|
appearance times greater than 10 refers to occurrences > 10;
|
àbac refers to word = 'àbac'; xinès refers to word = 'xinès'; How many more times the first word in the biwords occur than the biwords pair itself means SUBTRACT(words.occurrence, biwords.occurrences)
|
the most repetitions refer to MAX(occurrences); Catalan language refers to lid = 1;
|
How many times refers to occurrences; page number 44 refers to pid = 44;
|
repeated the most times refer to MAX(occurrences);
|
revision page id '16203226' refers to revision = 16203226
|
occurrence of over 200000 refers to occurrences > 200000;
|
Repetition refers to occurrences; 100 different words refers to words = 100; DIVIDE(SUM(occurrences where words = 100), COUNT(page where words = 100)) as percentage;
|
What proportion of a pair of words in the Catalan language have been repeated less than 80 times?
|
Pair is a relationship of two words: w1st and w2nd, where w1st is word id of the first word and w2nd is a word id of the second word; in the Catalan language refers to lid; repeated less than 80 times refers to occurrences < 80; DIVIDE(COUNT(lid where occurrences < 80), COUNT(lid)) as percentage;
|
word id from 1 to 10 refers to wid BETWEEN 1 AND 10
|
most occurrences refers to max(occurrences)
|
exemple refers to word = 'exemple'; repetition refers to langs_words.occurrences; lid = 1 menas it's Catalan language
|
the most appearances refers to MAX(occurrences); revision ID No. 28278070 refers to revision = 28278070; word ID refers to wid
|
nombre refers to word = 'nombre'; page IDs refers to pid
|
word id "88" refers to wid = 88
|
most frequently occurring words refer to MAX(occurrences); id refers to wid;
|
Catalan language refers to lang = 'ca'
|
word ID refers to wid; periodograma refers to word = 'periodograma'
|
total word refers to sum(words); title "Adam" and "Acampada" refers to title IN('Adam','Acampada')
|
How many Catalan language wikipedia pages have between 1000 to 2000 number of different words?
|
between 1000 to 2000 number of different words refers to words BETWEEN 1000 AND 2000
|
more than 300 words refers to words > 300; list any three means limit 3; Wikipedia pages refers to page;
|
How many times refers to occurrences; page number 44 refers to pid = 44;
|
first words refer to w1st.word; second word is 'antic' refers to w2nd.word = 'antic'
|
appearance times greater than 10 refers to occurrences > 10;
|
Catalan language refers to lang = 'ca'
|
àbac refers to word = 'àbac'; as first word refers to w1st; occurrence of over 10 refers to occurrences > 10
|
How frequently refers to occurrences; word 1 refers to wid = 1; word 25 refers to wid = 25; appear together means pair, which is a relationship of two words: w1st and w2nd, where w1st is word id of the first word and w2nd is a word id of the second word; w1st or w2nd = wid = 1; w1st or w2nd = wid = 25;
|
pair with "John" refers to w1st.word = "John" or w2nd.word = "John"
|
the word "grec" refers to word = 'grec'; occurred for 52 times refers to occurrences = 52
|
lid = 1 means it's Catalan language; with most different words refers to MAX(words)
|
State the word ID for "periodograma".
|
word ID refers to wid; periodograma refers to word = 'periodograma'
|
lid = 1 menas it's Catalan language; 274499 repetitions refers to occurrences = 274499
|
first words refer to w1st.word; second word is 'antic' refers to w2nd.word = 'antic'
|
title "Aigua dolça" refers to title LIKE 'Aigua dolça%'
|
the Catalan means Catalan language and refers to lid = 1; How many times repeat refers to occurrences;
|
This is not
|
Abadia refers to title = 'Abadia'; word id refers to wid; the highest amount of times refers to max(occurrences)
|
How many times refers to occurrences; page number 44 refers to pid = 44;
|
least number of different words refers to min(words); word id refers to wid; appeared the most refers to max(occurrences)
|
panajot refers to word = 'panajot'
|
average word occurrences = divide(sum(occurrences), count(occurrences)); ‘system’ appeared as the first word refers to w1st = 'system'
|
What is the title of the page that has the fewest words?
|
has the fewest words refers to MIN(COUNT(words));
|
between 1000 to 2000 number of different words refers to words BETWEEN 1000 AND 2000
|
the most appearances refers to MAX(occurrences); revision ID No. 28278070 refers to revision = 28278070; word ID refers to wid
|
the most repetitions refer to MAX(occurrences); Catalan language refers to lid = 1;
|
word id "88" refers to wid = 88
|
How frequently refers to occurrences; word 1 refers to wid = 1; word 25 refers to wid = 25; appear together means pair, which is a relationship of two words: w1st and w2nd, where w1st is word id of the first word and w2nd is a word id of the second word; w1st or w2nd = wid = 1; w1st or w2nd = wid = 25;
|
revision page id '16203226' refers to revision = 16203226
|
Pair is a relationship of two words: w1st and w2nd, where w1st is word id of the first word and w2nd is a word id of the second word; w1st = 1; w2nd = 616;
|
from revision page id 106600 to 106700 refers to revision BETWEEN 106600 AND 106700
|
nombre refers to word = 'nombre'; page IDs refers to pid
|
panajot refers to word = 'panajot'
|
List down the revision page id of titles where "fresc" appears.
|
page id refers to pid; "fresc" refers to word = 'fresc'
|
Pair is a relationship of two words: w1st and w2nd, where w1st is word id of the first word and w2nd is a word id of the second word; w1st or w2nd = 'barcelona'; w1st or w2nd = 'precolombina';
|
the most repetitions refer to MAX(occurrences); Catalan language refers to lid = 1;
|
the page id of Wikipedia refers to pid; numeric value contains only numbers, LIKE '%0%' OR '%1%' OR '%2%' OR '%3%' OR '%4%' OR '%5%' OR '%6%' OR '%7%' OR '%8%' OR '%9%';
|
que gregorio refers to w1st = wid where word = 'que' AND w2nd = wid where word = 'gregorio'; appear refers to biwords.occurrences
|
Catalan language refers to lang = 'ca'
|
occurrence of over 200000 refers to occurrences > 200000;
|
panajot refers to word = 'panajot'
|
lid = 1 menas it's Catalan language; 274499 repetitions refers to occurrences = 274499
|
start with alphabet "b" refers to title LIKE 'b%'
|
Wikipedia page number refers to page; title = 'Acampada';
|
List the titles for all Catalan language wikipedia page from revision page id 106600 to 106700.
|
from revision page id 106600 to 106700 refers to revision BETWEEN 106600 AND 106700
|
àbac refers to word = 'àbac'; xinès refers to word = 'xinès'; Wikipedia pages refer to pages
|
the page titled "Abril" refers to title = 'Abril';
|
title "Aigua dolça" refers to title LIKE 'Aigua dolça%'
|
lid = 1 menas it's Catalan language; 274499 repetitions refers to occurrences = 274499
|
exemple refers to word = 'exemple'; repetition refers to langs_words.occurrences; lid = 1 menas it's Catalan language
|
Repetition refers to occurrences; 100 different words refers to words = 100; DIVIDE(SUM(occurrences where words = 100), COUNT(page where words = 100)) as percentage;
|
que gregorio refers to w1st = wid where word = 'que' AND w2nd = wid where word = 'gregorio'; appear refers to biwords.occurrences
|
first words refer to w1st.word; second word is 'antic' refers to w2nd.word = 'antic'
|
àbac refers to word = 'àbac'; as first word refers to w1st; occurrence of over 10 refers to occurrences > 10
|
page id refers to pid; "fresc" refers to word = 'fresc'
|
For the biwords pair that appears "116430" times, what is the second word of the pair?
|
the biwords pair that appears "116430" times refers to occurrences = 116430; second word of the pair refers to w2nd
|
occurrence refers to occurrences; àbac refers to word = 'àbac'; first word refers to w1st
|
lid = 1 means it's Catalan language; Arqueologia refers to title = 'Arqueologia'; revision ID refers to revision
|
the most repetitions refer to MAX(occurrences); Catalan language refers to lid = 1;
|
how many times occur refers to occurrences; page titled "Àbac" refers to title = 'Àbac' ;
|
Pair is a relationship of two words: w1st and w2nd, where w1st is word id of the first word and w2nd is a word id of the second word; the same word appears in a pair refers to w1st = w2nd; times refers to occurrences; DIVIDE(COUNT(occurrences where w1st = w2nd), COUNT(occurrences)) as percentage;
|
first words refer to w1st.word; second word is 'antic' refers to w2nd.word = 'antic'
|
repetitions greater than 2000 and lower than 5000 refer to occurrences between 2000 and 5000;
|
has the fewest words refers to MIN(COUNT(words));
|
COUNT(words where title = 'Afluent')> COUNT(words where title = 'Asclepi')
|
the Catalan means Catalan language and refers to lid = 1; How many times repeat refers to occurrences;
|
What is the wikipedia page id of Arqueozoologia?
|
page id refers to pid; Arqueozoologia refers to title = 'Arqueozoologia'
|
riu refers to word = 'riu'; SUM(w1st where wid is word = 'riu' AND w2nd where wid is word = 'riu')
|
àbac refers to word = 'àbac'; as first word refers to w1st; occurrence of over 10 refers to occurrences > 10
|
word have id less than 20 refers to wid < 20;
|
que gregorio refers to w1st = wid where word = 'que' AND w2nd = wid where word = 'gregorio'; appear refers to biwords.occurrences
|
total word refers to sum(words); title "Adam" and "Acampada" refers to title IN('Adam','Acampada')
|
word id from 1 to 10 refers to wid BETWEEN 1 AND 10
|
revision page id of 28040864 refers to revision = 28040864;
|
the Catalan means Catalan language and refers to lid = 1; How many times repeat refers to occurrences;
|
the most appearances refers to MAX(occurrences); revision ID No. 28278070 refers to revision = 28278070; word ID refers to wid
|
the page titled "Abril" refers to title = 'Abril';
|
How many Wikipedia pages are there on the language of the biwords pair "àbac-xinès"?
|
àbac refers to word = 'àbac'; xinès refers to word = 'xinès'; Wikipedia pages refer to pages
|
first words refer to w1st.word; second word is 'antic' refers to w2nd.word = 'antic'
|
Catalan language refers to lang = 'ca'
|
This is not;
|
higher occurrence is MAX(occurrences); àbac refers to word = 'àbac'; xinès refers to word = 'xinès'; grec refers to word = 'grec'
|
revision page id of 28040864 refers to revision = 28040864;
|
most occurrences refers to max(occurrences)
|
occurrence of over 200000 refers to occurrences > 200000;
|
total word refers to sum(words); title "Adam" and "Acampada" refers to title IN('Adam','Acampada')
|
start with alphabet "b" refers to title LIKE 'b%'
|
the Catalan means Catalan language and refers to lid = 1; How many times repeat refers to occurrences;
|
Indicate the page id of Wikipedia about Catalan language of all the pages that have a numeric value in their title.
|
the page id of Wikipedia refers to pid; numeric value contains only numbers, LIKE '%0%' OR '%1%' OR '%2%' OR '%3%' OR '%4%' OR '%5%' OR '%6%' OR '%7%' OR '%8%' OR '%9%';
|
Pair is a relationship of two words: w1st and w2nd, where w1st is word id of the first word and w2nd is a word id of the second word; the first word id number 34 refers to w1st = 34; repetition refers to occurrences or times this pair appears; DIVIDE(SUM(occurrences where w1st = 34), COUNT(occurrences where w1st = 34));
|
the biwords pair that appears "116430" times refers to occurrences = 116430; second word of the pair refers to w2nd
|
occurrence of over 200000 refers to occurrences > 200000;
|
word number 8 refers to wid = 8; How many times refer to occurrences;
|
How many times refers to occurrences; page number 44 refers to pid = 44;
|
start with alphabet "b" refers to title LIKE 'b%'
|
word 'quipu' appears refers to word = 'quipu'
|
page id refers to pid; Arqueozoologia refers to title = 'Arqueozoologia'
|
the Catalan means Catalan language and refers to lid = 1; How many times repeat refers to occurrences;
|
àbac refers to word = 'àbac'; xinès refers to word = 'xinès'; How many more times the first word in the biwords occur than the biwords pair itself means SUBTRACT(words.occurrence, biwords.occurrences)
|
List all the Catalan language wikipedia page title with less than 10 number of different words in these pages.
|
less than 10 number of different words refers to words < 10
|
revision page id '16203226' refers to revision = 16203226
|
àbac refers to word = 'àbac'; xinès refers to word = 'xinès'; occurrence refers to occurrences
|
word have id less than 20 refers to wid < 20;
|
àbac refers to word = 'àbac'; as first word refers to w1st; occurrence of over 10 refers to occurrences > 10
|
the most repetitions refer to MAX(occurrences); Catalan language refers to lid = 1;
|
grec refers to word = 'grec'; Àbac refers to title = 'Àbac'; Astronomia refers to title = 'Astronomia'; percentage = DIVIDE(SUBTRACT(occurrences where title = 'Àbac' AND word = 'grec', occurrences where title = 'Astronomia' AND word = 'grec'), occurrences where title = 'Astronomia' AND word = 'grec')
|
Pair is a relationship of two words: w1st and w2nd, where w1st is word id of the first word and w2nd is a word id of the second word; w1st or w2nd = 'barcelona'; w1st or w2nd = 'precolombina';
|
page titled "Anys 90" refers to title = 'Anys 90';
|
Agricultura refers to title = 'Agricultura'; the most appearances is MAX(pages_words_sampling.occurrences)
|
exemple refers to word = 'exemple'; repetition refers to langs_words.occurrences; lid = 1 menas it's Catalan language
|
How many times that the word pair of "barcelona" and "precolombina" occur?
|
Pair is a relationship of two words: w1st and w2nd, where w1st is word id of the first word and w2nd is a word id of the second word; w1st or w2nd = 'barcelona'; w1st or w2nd = 'precolombina';
|
the page titled "Abril" refers to title = 'Abril';
|
àbac refers to word = 'àbac'; xinès refers to word = 'xinès'; How many more times the first word in the biwords occur than the biwords pair itself means SUBTRACT(words.occurrence, biwords.occurrences)
|
average words = avg(words); 10 fewest words refers to words > = 10
|
start with alphabet "b" refers to title LIKE 'b%'
|
has the fewest words refers to MIN(COUNT(words));
|
Pair is a relationship of two words: w1st and w2nd, where w1st is word id of the first word and w2nd is a word id of the second word; in the Catalan language refers to lid; repeated less than 80 times refers to occurrences < 80; DIVIDE(COUNT(lid where occurrences < 80), COUNT(lid)) as percentage;
|
panajot refers to word = 'panajot'
|
in Catalan means in Catalan-language and refers to lid = 1; revision page numbers refer to revision;
|
This is not;
|
riu refers to word = 'riu'; SUM(w1st where wid is word = 'riu' AND w2nd where wid is word = 'riu')
|
Which word that has 71303 appearance in the Catalan language?
|
has 71303 appearance refers to occurrences = 71303;
|
between 1000 to 2000 number of different words refers to words BETWEEN 1000 AND 2000
|
Pair is a relationship of two words: w1st and w2nd, where w1st is word id of the first word and w2nd is a word id of the second word; in the Catalan language refers to lid; repeated less than 80 times refers to occurrences < 80; DIVIDE(COUNT(lid where occurrences < 80), COUNT(lid)) as percentage;
|
lid = 1 means it's Catalan language; with most different words refers to MAX(words)
|
grec refers to word = 'grec'; wid where word = 'grec' AS w2nd
|
the biwords pair that appears "116430" times refers to occurrences = 116430; second word of the pair refers to w2nd
|
This is not;
|
grec refers to word = 'grec'; Art refers to title = 'Art'; percentage is DIVIDE(occurrences(grec), occurences(Art))*100
|
in Catalan means in Catalan-language and refers to lid = 1; revision page numbers refer to revision;
|
the page titled "Abril" refers to title = 'Abril';
|
more than 300 words refers to words > 300; list any three means limit 3; Wikipedia pages refers to page;
|
Which word has the most repetitions in the Catalan language?
|
the most repetitions refer to MAX(occurrences); Catalan language refers to lid = 1;
|
Wikipedia page number refers to page; title = 'Acampada';
|
àbac refers to word = 'àbac'; first word refers to w1st
|
word id "88" refers to wid = 88
|
the Catalan means Catalan language and refers to lid = 1; How many times repeat refers to occurrences;
|
in Catalan means in Catalan-language and refers to lid = 1; revision page numbers refer to revision;
|
word have id less than 20 refers to wid < 20;
|
grec refers to word = 'grec'; wid where word = 'grec' AS w2nd
|
Agricultura refers to title = 'Agricultura'; the most appearances is MAX(pages_words_sampling.occurrences)
|
the most appearances refers to MAX(occurrences); revision ID No. 28278070 refers to revision = 28278070; word ID refers to wid
|
This is not
|
How frequently did the words 1 and 25 appear together?
|
How frequently refers to occurrences; word 1 refers to wid = 1; word 25 refers to wid = 25; appear together means pair, which is a relationship of two words: w1st and w2nd, where w1st is word id of the first word and w2nd is a word id of the second word; w1st or w2nd = wid = 1; w1st or w2nd = wid = 25;
|
Catalan language refers to lang = 'ca'
|
higher occurrence is MAX(occurrences); àbac refers to word = 'àbac'; xinès refers to word = 'xinès'; grec refers to word = 'grec'
|
the most appearances refers to MAX(occurrences); revision ID No. 28278070 refers to revision = 28278070; word ID refers to wid
|
less than 10 number of different words refers to words < 10
|
the page id of Wikipedia refers to pid; numeric value contains only numbers, LIKE '%0%' OR '%1%' OR '%2%' OR '%3%' OR '%4%' OR '%5%' OR '%6%' OR '%7%' OR '%8%' OR '%9%';
|
start with alphabet "b" refers to title LIKE 'b%'
|
how many times occur refers to occurrences; page titled "Àbac" refers to title = 'Àbac' ;
|
page id refers to pid; Arqueozoologia refers to title = 'Arqueozoologia'
|
between 1000 to 2000 number of different words refers to words BETWEEN 1000 AND 2000
|
in Catalan means in Catalan-language and refers to lid = 1; revision page numbers refer to revision;
|
Calculate the average number of repetitions in the pairs of words in which the first word id is number 34.
|
Pair is a relationship of two words: w1st and w2nd, where w1st is word id of the first word and w2nd is a word id of the second word; the first word id number 34 refers to w1st = 34; repetition refers to occurrences or times this pair appears; DIVIDE(SUM(occurrences where w1st = 34), COUNT(occurrences where w1st = 34));
|
from revision page id 106600 to 106700 refers to revision BETWEEN 106600 AND 106700
|
DIVIDE(SUM(words WHERE title = 'A%'), COUNT(words WHERE title = 'A%')) as percentage; A is a letter;
|
revision page id of 28040864 refers to revision = 28040864;
|
longest title refers to max(length(title))
|
àbac refers to word = 'àbac'; xinès refers to word = 'xinès'; Wikipedia pages refer to pages
|
average word occurrences = divide(sum(occurrences), count(occurrences)); ‘system’ appeared as the first word refers to w1st = 'system'
|
more than 300 words refers to words > 300; list any three means limit 3; Wikipedia pages refers to page;
|
between 1000 to 2000 number of different words refers to words BETWEEN 1000 AND 2000
|
start with alphabet "b" refers to title LIKE 'b%'
|
repeated the most times refer to MAX(occurrences);
|
How many words are there on the page that the word "grec" has occurred for 52 times?
|
the word "grec" refers to word = 'grec'; occurred for 52 times refers to occurrences = 52
|
COUNT(words where title = 'Afluent')> COUNT(words where title = 'Asclepi')
|
This is not
|
word id from 1 to 10 refers to wid BETWEEN 1 AND 10
|
how many times occur refers to occurrences; page titled "Àbac" refers to title = 'Àbac' ;
|
grec refers to word = 'grec'; wid where word = 'grec' AS w2nd
|
lid = 1 means it's Catalan language; Arqueologia refers to title = 'Arqueologia'; revision ID refers to revision
|
exemple refers to word = 'exemple'; repetition refers to langs_words.occurrences; lid = 1 menas it's Catalan language
|
Catalan language refers to lang = 'ca'
|
àbac refers to word = 'àbac'; xinès refers to word = 'xinès'; Wikipedia pages refer to pages
|
revision page id of 28040864 refers to revision = 28040864;
|
How much higher in percentage does the word "grec" occur on the page titled "Àbac" than on the page titled "Astronomia"?
|
grec refers to word = 'grec'; Àbac refers to title = 'Àbac'; Astronomia refers to title = 'Astronomia'; percentage = DIVIDE(SUBTRACT(occurrences where title = 'Àbac' AND word = 'grec', occurrences where title = 'Astronomia' AND word = 'grec'), occurrences where title = 'Astronomia' AND word = 'grec')
|
repetitions greater than 2000 and lower than 5000 refer to occurrences between 2000 and 5000;
|
word have id less than 20 refers to wid < 20;
|
word ID refers to wid; periodograma refers to word = 'periodograma'
|
Pair is a relationship of two words: w1st and w2nd, where w1st is word id of the first word and w2nd is a word id of the second word; in the Catalan language refers to lid; repeated less than 80 times refers to occurrences < 80; DIVIDE(COUNT(lid where occurrences < 80), COUNT(lid)) as percentage;
|
pair with "John" refers to w1st.word = "John" or w2nd.word = "John"
|
àbac refers to word = 'àbac'; first word refers to w1st
|
This is not;
|
Pair is a relationship of two words: w1st and w2nd, where w1st is word id of the first word and w2nd is a word id of the second word; the first word id number 34 refers to w1st = 34; repetition refers to occurrences or times this pair appears; DIVIDE(SUM(occurrences where w1st = 34), COUNT(occurrences where w1st = 34));
|
grec refers to word = 'grec'; wid where word = 'grec' AS w2nd
|
revision page id '16203226' refers to revision = 16203226
|
How many biwords pairs are there whose second word is "grec"?
|
grec refers to word = 'grec'; wid where word = 'grec' AS w2nd
|
average word occurrences = divide(sum(occurrences), count(occurrences)); ‘system’ appeared as the first word refers to w1st = 'system'
|
word have id less than 20 refers to wid < 20;
|
longest title refers to max(length(title))
|
Astre refers to title = 'Astre'; word ID No. 2823 refers to wid = 2823; appearances refers to pages_words_sampling.occurrences
|
word id refers to wid
|
the most appearances refers to MAX(occurrences); revision ID No. 28278070 refers to revision = 28278070; word ID refers to wid
|
lid = 1 menas it's Catalan language; 274499 repetitions refers to occurrences = 274499
|
How frequently refers to occurrences; word 1 refers to wid = 1; word 25 refers to wid = 25; appear together means pair, which is a relationship of two words: w1st and w2nd, where w1st is word id of the first word and w2nd is a word id of the second word; w1st or w2nd = wid = 1; w1st or w2nd = wid = 25;
|
grec refers to word = 'grec'; AVG(occurrences where word = 'grec')
|
the Catalan means Catalan language and refers to lid = 1; How many times repeat refers to occurrences;
|
Please list the Catalan words with an occurrence of over 200000.
|
occurrence of over 200000 refers to occurrences > 200000;
|
the most appearances refers to MAX(occurrences); revision ID No. 28278070 refers to revision = 28278070; word ID refers to wid
|
the word "grec" refers to word = 'grec'; occurred for 52 times refers to occurrences = 52
|
Astre refers to title = 'Astre'; word ID No. 2823 refers to wid = 2823; appearances refers to pages_words_sampling.occurrences
|
How many times refers to occurrences; page number 44 refers to pid = 44;
|
DIVIDE(SUM(words WHERE title = 'A%'), COUNT(words WHERE title = 'A%')) as percentage; A is a letter;
|
Pair is a relationship of two words: w1st and w2nd, where w1st is word id of the first word and w2nd is a word id of the second word; in the Catalan language refers to lid; repeated less than 80 times refers to occurrences < 80; DIVIDE(COUNT(lid where occurrences < 80), COUNT(lid)) as percentage;
|
total word refers to sum(words); title "Adam" and "Acampada" refers to title IN('Adam','Acampada')
|
the most repetitions refer to MAX(occurrences); Catalan language refers to lid = 1;
|
àbac refers to word = 'àbac'; xinès refers to word = 'xinès'; Wikipedia pages refer to pages
|
àbac refers to word = 'àbac'; first word refers to w1st
|
State the Wikipedia page title that has revision page id of 28040864.
|
revision page id of 28040864 refers to revision = 28040864;
|
Agricultura refers to title = 'Agricultura'; the most appearances is MAX(pages_words_sampling.occurrences)
|
DIVIDE(SUM(words WHERE title = 'A%'), COUNT(words WHERE title = 'A%')) as percentage; A is a letter;
|
How many times refers to occurrences; page number 44 refers to pid = 44;
|
the page titled "Abril" refers to title = 'Abril';
|
word id from 1 to 10 refers to wid BETWEEN 1 AND 10
|
biwords pair refers to w1st.word w2nd.word; appeared the most refers to max(occurrences)
|
page id refers to pid; "fresc" refers to word = 'fresc'
|
Catalan language refers to lang = 'ca'
|
has the fewest words refers to MIN(COUNT(words));
|
que gregorio refers to w1st = wid where word = 'que' AND w2nd = wid where word = 'gregorio'; appear refers to biwords.occurrences
|
Which word has the most appearances in the Wikipedia page with the title of "Agricultura"? Give the word ID.
|
Agricultura refers to title = 'Agricultura'; the most appearances is MAX(pages_words_sampling.occurrences)
|
average word occurrences = divide(sum(occurrences), count(occurrences)); ‘system’ appeared as the first word refers to w1st = 'system'
|
most occurrences refers to max(occurrences)
|
word id refers to wid
|
Pair is a relationship of two words: w1st and w2nd, where w1st is word id of the first word and w2nd is a word id of the second word; the first word id number 34 refers to w1st = 34; repetition refers to occurrences or times this pair appears; DIVIDE(SUM(occurrences where w1st = 34), COUNT(occurrences where w1st = 34));
|
in Catalan means in Catalan-language and refers to lid = 1; revision page numbers refer to revision;
|
Repetition refers to occurrences; 100 different words refers to words = 100; DIVIDE(SUM(occurrences where words = 100), COUNT(page where words = 100)) as percentage;
|
higher occurrence is MAX(occurrences); àbac refers to word = 'àbac'; xinès refers to word = 'xinès'; grec refers to word = 'grec'
|
start with alphabet "b" refers to title LIKE 'b%'
|
revision page id of 28040864 refers to revision = 28040864;
|
lid = 1 means it's Catalan language; Arqueologia refers to title = 'Arqueologia'; revision ID refers to revision
|
What is the word id for title "Sometent"?
|
word id refers to wid
|
grec refers to word = 'grec'; Art refers to title = 'Art'; percentage is DIVIDE(occurrences(grec), occurences(Art))*100
|
How frequently refers to occurrences; word 1 refers to wid = 1; word 25 refers to wid = 25; appear together means pair, which is a relationship of two words: w1st and w2nd, where w1st is word id of the first word and w2nd is a word id of the second word; w1st or w2nd = wid = 1; w1st or w2nd = wid = 25;
|
has the fewest words refers to MIN(COUNT(words));
|
first words refer to w1st.word; second word is 'antic' refers to w2nd.word = 'antic'
|
àbac refers to word = 'àbac'; xinès refers to word = 'xinès'; occurrence refers to occurrences
|
grec refers to word = 'grec'; Àbac refers to title = 'Àbac'; Astronomia refers to title = 'Astronomia'; percentage = DIVIDE(SUBTRACT(occurrences where title = 'Àbac' AND word = 'grec', occurrences where title = 'Astronomia' AND word = 'grec'), occurrences where title = 'Astronomia' AND word = 'grec')
|
higher occurrence is MAX(occurrences); àbac refers to word = 'àbac'; xinès refers to word = 'xinès'; grec refers to word = 'grec'
|
Pair is a relationship of two words: w1st and w2nd, where w1st is word id of the first word and w2nd is a word id of the second word; the first word id number 34 refers to w1st = 34; repetition refers to occurrences or times this pair appears; DIVIDE(SUM(occurrences where w1st = 34), COUNT(occurrences where w1st = 34));
|
word 'quipu' appears refers to word = 'quipu'
|
lid = 1 means it's Catalan language; Arqueologia refers to title = 'Arqueologia'; revision ID refers to revision
|
List out the title of the word have id less than 20.
|
word have id less than 20 refers to wid < 20;
|
most frequently occurring words refer to MAX(occurrences); id refers to wid;
|
has 71303 appearance refers to occurrences = 71303;
|
panajot refers to word = 'panajot'
|
nombre refers to word = 'nombre'; page IDs refers to pid
|
riu refers to word = 'riu'; SUM(w1st where wid is word = 'riu' AND w2nd where wid is word = 'riu')
|
grec refers to word = 'grec'; AVG(occurrences where word = 'grec')
|
Abadia refers to title = 'Abadia'; word id refers to wid; the highest amount of times refers to max(occurrences)
|
lid = 1 means it's Catalan language; Arqueologia refers to title = 'Arqueologia'; revision ID refers to revision
|
grec refers to word = 'grec'; Àbac refers to title = 'Àbac'; Astronomia refers to title = 'Astronomia'; percentage = DIVIDE(SUBTRACT(occurrences where title = 'Àbac' AND word = 'grec', occurrences where title = 'Astronomia' AND word = 'grec'), occurrences where title = 'Astronomia' AND word = 'grec')
|
revision page id of 28040864 refers to revision = 28040864;
|
Which biwords pair has a higher occurrence, "àbac-xinès" or "àbac-grec"?
|
higher occurrence is MAX(occurrences); àbac refers to word = 'àbac'; xinès refers to word = 'xinès'; grec refers to word = 'grec'
|
àbac refers to word = 'àbac'; xinès refers to word = 'xinès'; How many more times the first word in the biwords occur than the biwords pair itself means SUBTRACT(words.occurrence, biwords.occurrences)
|
word id "88" refers to wid = 88
|
Pair is a relationship of two words: w1st and w2nd, where w1st is word id of the first word and w2nd is a word id of the second word; w1st = 1; w2nd = 616;
|
grec refers to word = 'grec'; Art refers to title = 'Art'; percentage is DIVIDE(occurrences(grec), occurences(Art))*100
|
page titled "Anys 90" refers to title = 'Anys 90';
|
lid = 1 menas it's Catalan language; 274499 repetitions refers to occurrences = 274499
|
longest title refers to max(length(title))
|
àbac refers to word = 'àbac'; first word refers to w1st
|
Pair is a relationship of two words: w1st and w2nd, where w1st is word id of the first word and w2nd is a word id of the second word; the same word appears in a pair refers to w1st = w2nd; times refers to occurrences; DIVIDE(COUNT(occurrences where w1st = w2nd), COUNT(occurrences)) as percentage;
|
lid = 1 means it's Catalan language; with most different words refers to MAX(words)
|
Please list any three Wikipedia pages with more than 300 words.
|
more than 300 words refers to words > 300; list any three means limit 3; Wikipedia pages refers to page;
|
longest title refers to max(length(title))
|
grec refers to word = 'grec'; Àbac refers to title = 'Àbac'; Astronomia refers to title = 'Astronomia'; percentage = DIVIDE(SUBTRACT(occurrences where title = 'Àbac' AND word = 'grec', occurrences where title = 'Astronomia' AND word = 'grec'), occurrences where title = 'Astronomia' AND word = 'grec')
|
Wikipedia page number refers to page; title = 'Acampada';
|
first words refer to w1st.word; second word is 'antic' refers to w2nd.word = 'antic'
|
àbac refers to word = 'àbac'; first word refers to w1st
|
word number 8 refers to wid = 8; How many times refer to occurrences;
|
the page id of Wikipedia refers to pid; numeric value contains only numbers, LIKE '%0%' OR '%1%' OR '%2%' OR '%3%' OR '%4%' OR '%5%' OR '%6%' OR '%7%' OR '%8%' OR '%9%';
|
Pair is a relationship of two words: w1st and w2nd, where w1st is word id of the first word and w2nd is a word id of the second word; in the Catalan language refers to lid; repeated less than 80 times refers to occurrences < 80; DIVIDE(COUNT(lid where occurrences < 80), COUNT(lid)) as percentage;
|
lid = 1 means it's Catalan language; Arqueologia refers to title = 'Arqueologia'; revision ID refers to revision
|
Astre refers to title = 'Astre'; word ID No. 2823 refers to wid = 2823; appearances refers to pages_words_sampling.occurrences
|
How many words are there on the page titled "Asclepi"?
|
page titled "Asclepi" refers to title = 'Asclepi' ;
|
average word occurrences = divide(sum(occurrences), count(occurrences)); ‘system’ appeared as the first word refers to w1st = 'system'
|
revision page id '16203226' refers to revision = 16203226
|
word ID refers to wid; periodograma refers to word = 'periodograma'
|
lid = 1 means it's Catalan language; Arqueologia refers to title = 'Arqueologia'; revision ID refers to revision
|
least number of different words refers to min(words); word id refers to wid; appeared the most refers to max(occurrences)
|
Pair is a relationship of two words: w1st and w2nd, where w1st is word id of the first word and w2nd is a word id of the second word; the same word appears in a pair refers to w1st = w2nd; times refers to occurrences; DIVIDE(COUNT(occurrences where w1st = w2nd), COUNT(occurrences)) as percentage;
|
riu refers to word = 'riu'; SUM(w1st where wid is word = 'riu' AND w2nd where wid is word = 'riu')
|
from revision page id 106600 to 106700 refers to revision BETWEEN 106600 AND 106700
|
revision page id of 28040864 refers to revision = 28040864;
|
que gregorio refers to w1st = wid where word = 'que' AND w2nd = wid where word = 'gregorio'; appear refers to biwords.occurrences
|
Show all the title of pages and number of occurences for each page where the word 'quipu' appears.
|
word 'quipu' appears refers to word = 'quipu'
|
most occurrences refers to max(occurrences)
|
appearance times greater than 10 refers to occurrences > 10;
|
àbac refers to word = 'àbac'; first word refers to w1st
|
lid = 1 menas it's Catalan language; 274499 repetitions refers to occurrences = 274499
|
lid = 1 means it's Catalan language; with most different words refers to MAX(words)
|
higher occurrence is MAX(occurrences); àbac refers to word = 'àbac'; xinès refers to word = 'xinès'; grec refers to word = 'grec'
|
pair with "John" refers to w1st.word = "John" or w2nd.word = "John"
|
word id from 1 to 10 refers to wid BETWEEN 1 AND 10
|
first words refer to w1st.word; second word is 'antic' refers to w2nd.word = 'antic'
|
Wikipedia page number refers to page; title = 'Acampada';
|
Indicate which is the word that is repeated the most times.
|
repeated the most times refer to MAX(occurrences);
|
Abadia refers to title = 'Abadia'; word id refers to wid; the highest amount of times refers to max(occurrences)
|
has 71303 appearance refers to occurrences = 71303;
|
Pair is a relationship of two words: w1st and w2nd, where w1st is word id of the first word and w2nd is a word id of the second word; w1st = 1; w2nd = 616;
|
Pair is a relationship of two words: w1st and w2nd, where w1st is word id of the first word and w2nd is a word id of the second word; w1st = 1; w2nd = 8968;
|
grec refers to word = 'grec'; Àbac refers to title = 'Àbac'; Astronomia refers to title = 'Astronomia'; percentage = DIVIDE(SUBTRACT(occurrences where title = 'Àbac' AND word = 'grec', occurrences where title = 'Astronomia' AND word = 'grec'), occurrences where title = 'Astronomia' AND word = 'grec')
|
in Catalan means in Catalan-language and refers to lid = 1; revision page numbers refer to revision;
|
the page titled "Abril" refers to title = 'Abril';
|
biwords pair refers to w1st.word w2nd.word; appeared the most refers to max(occurrences)
|
àbac refers to word = 'àbac'; xinès refers to word = 'xinès'; How many more times the first word in the biwords occur than the biwords pair itself means SUBTRACT(words.occurrence, biwords.occurrences)
|
most frequently occurring words refer to MAX(occurrences); id refers to wid;
|
How many more times does the first word in the biwords pair "àbac-xinès" occur than the biwords pair itself?
|
àbac refers to word = 'àbac'; xinès refers to word = 'xinès'; How many more times the first word in the biwords occur than the biwords pair itself means SUBTRACT(words.occurrence, biwords.occurrences)
|
lid = 1 means it's Catalan language; with most different words refers to MAX(words)
|
how many times occur refers to occurrences; page titled "Àbac" refers to title = 'Àbac' ;
|
How many times refers to occurrences; page number 44 refers to pid = 44;
|
biwords pair refers to w1st.word w2nd.word; appeared the most refers to max(occurrences)
|
repetitions greater than 2000 and lower than 5000 refer to occurrences between 2000 and 5000;
|
most occurrences refers to max(occurrences)
|
word have id less than 20 refers to wid < 20;
|
grec refers to word = 'grec'; Art refers to title = 'Art'; percentage is DIVIDE(occurrences(grec), occurences(Art))*100
|
Abadia refers to title = 'Abadia'; word id refers to wid; the highest amount of times refers to max(occurrences)
|
Repetition refers to occurrences; 100 different words refers to words = 100; DIVIDE(SUM(occurrences where words = 100), COUNT(page where words = 100)) as percentage;
|
How many times did the word number 8 appear?
|
word number 8 refers to wid = 8; How many times refer to occurrences;
|
àbac refers to word = 'àbac'; xinès refers to word = 'xinès'; Wikipedia pages refer to pages
|
page titled "Asclepi" refers to title = 'Asclepi' ;
|
àbac refers to word = 'àbac'; as first word refers to w1st; occurrence of over 10 refers to occurrences > 10
|
grec refers to word = 'grec'; wid where word = 'grec' AS w2nd
|
page id refers to pid; Arqueozoologia refers to title = 'Arqueozoologia'
|
Pair is a relationship of two words: w1st and w2nd, where w1st is word id of the first word and w2nd is a word id of the second word; the same word appears in a pair refers to w1st = w2nd; times refers to occurrences; DIVIDE(COUNT(occurrences where w1st = w2nd), COUNT(occurrences)) as percentage;
|
the Catalan means Catalan language and refers to lid = 1; How many times repeat refers to occurrences;
|
word 'quipu' appears refers to word = 'quipu'
|
most occurrences refers to max(occurrences)
|
the biwords pair that appears "116430" times refers to occurrences = 116430; second word of the pair refers to w2nd
|
What is the second word in the pair of words number 1 and 8968?
|
Pair is a relationship of two words: w1st and w2nd, where w1st is word id of the first word and w2nd is a word id of the second word; w1st = 1; w2nd = 8968;
|
repeated the most times refer to MAX(occurrences);
|
Pair is a relationship of two words: w1st and w2nd, where w1st is word id of the first word and w2nd is a word id of the second word; w1st or w2nd = 'barcelona'; w1st or w2nd = 'precolombina';
|
from revision page id 106600 to 106700 refers to revision BETWEEN 106600 AND 106700
|
page id refers to pid; Arqueozoologia refers to title = 'Arqueozoologia'
|
exemple refers to word = 'exemple'; repetition refers to langs_words.occurrences; lid = 1 menas it's Catalan language
|
word id "88" refers to wid = 88
|
This is not;
|
most occurrences refers to max(occurrences)
|
start with alphabet "b" refers to title LIKE 'b%'
|
Pair is a relationship of two words: w1st and w2nd, where w1st is word id of the first word and w2nd is a word id of the second word; the first word id number 34 refers to w1st = 34; repetition refers to occurrences or times this pair appears; DIVIDE(SUM(occurrences where w1st = 34), COUNT(occurrences where w1st = 34));
|
Calculate the average of repetitions in the pages that have a total of 100 different words.
|
Repetition refers to occurrences; 100 different words refers to words = 100; DIVIDE(SUM(occurrences where words = 100), COUNT(page where words = 100)) as percentage;
|
more than 300 words refers to words > 300; list any three means limit 3; Wikipedia pages refers to page;
|
page titled "Anys 90" refers to title = 'Anys 90';
|
revision page id of 28040864 refers to revision = 28040864;
|
àbac refers to word = 'àbac'; as first word refers to w1st; occurrence of over 10 refers to occurrences > 10
|
Pair is a relationship of two words: w1st and w2nd, where w1st is word id of the first word and w2nd is a word id of the second word; in the Catalan language refers to lid; repeated less than 80 times refers to occurrences < 80; DIVIDE(COUNT(lid where occurrences < 80), COUNT(lid)) as percentage;
|
less than 10 number of different words refers to words < 10
|
start with alphabet "b" refers to title LIKE 'b%'
|
pair with "John" refers to w1st.word = "John" or w2nd.word = "John"
|
panajot refers to word = 'panajot'
|
in Catalan means in Catalan-language and refers to lid = 1; revision page numbers refer to revision;
|
Which word has the most appearances in the Wikipedia page revision ID No. 28278070? Give the word ID.
|
the most appearances refers to MAX(occurrences); revision ID No. 28278070 refers to revision = 28278070; word ID refers to wid
|
exemple refers to word = 'exemple'; repetition refers to langs_words.occurrences; lid = 1 menas it's Catalan language
|
in Catalan means in Catalan-language and refers to lid = 1; revision page numbers refer to revision;
|
the most repetitions refer to MAX(occurrences); Catalan language refers to lid = 1;
|
the page id of Wikipedia refers to pid; numeric value contains only numbers, LIKE '%0%' OR '%1%' OR '%2%' OR '%3%' OR '%4%' OR '%5%' OR '%6%' OR '%7%' OR '%8%' OR '%9%';
|
appearance times greater than 10 refers to occurrences > 10;
|
has the fewest words refers to MIN(COUNT(words));
|
pair with "John" refers to w1st.word = "John" or w2nd.word = "John"
|
how many times occur refers to occurrences; page titled "Àbac" refers to title = 'Àbac' ;
|
grec refers to word = 'grec'; Art refers to title = 'Art'; percentage is DIVIDE(occurrences(grec), occurences(Art))*100
|
revision page id of 28040864 refers to revision = 28040864;
|
What is the average words of the 10 fewest words title?
|
average words = avg(words); 10 fewest words refers to words > = 10
|
Abadia refers to title = 'Abadia'; word id refers to wid; the highest amount of times refers to max(occurrences)
|
word id from 1 to 10 refers to wid BETWEEN 1 AND 10
|
the word "grec" refers to word = 'grec'; occurred for 52 times refers to occurrences = 52
|
panajot refers to word = 'panajot'
|
first words refer to w1st.word; second word is 'antic' refers to w2nd.word = 'antic'
|
the biwords pair that appears "116430" times refers to occurrences = 116430; second word of the pair refers to w2nd
|
most frequently occurring words refer to MAX(occurrences); id refers to wid;
|
page id refers to pid; "fresc" refers to word = 'fresc'
|
the page titled "Abril" refers to title = 'Abril';
|
grec refers to word = 'grec'; wid where word = 'grec' AS w2nd
|
How many occurrences does the word "panajot" have?
|
panajot refers to word = 'panajot'
|
total word refers to sum(words); title "Adam" and "Acampada" refers to title IN('Adam','Acampada')
|
page titled "Asclepi" refers to title = 'Asclepi' ;
|
the most repetitions refer to MAX(occurrences); Catalan language refers to lid = 1;
|
average words = avg(words); 10 fewest words refers to words > = 10
|
how many times occur refers to occurrences; page titled "Àbac" refers to title = 'Àbac' ;
|
àbac refers to word = 'àbac'; xinès refers to word = 'xinès'; occurrence refers to occurrences
|
DIVIDE(SUM(words WHERE title = 'A%'), COUNT(words WHERE title = 'A%')) as percentage; A is a letter;
|
This is not;
|
biwords pair refers to w1st.word w2nd.word; appeared the most refers to max(occurrences)
|
the page titled "Abril" refers to title = 'Abril';
|
What is the revision ID for the page on Catalan titled "Arqueologia"?
|
lid = 1 means it's Catalan language; Arqueologia refers to title = 'Arqueologia'; revision ID refers to revision
|
Pair is a relationship of two words: w1st and w2nd, where w1st is word id of the first word and w2nd is a word id of the second word; w1st or w2nd = 'barcelona'; w1st or w2nd = 'precolombina';
|
word ID refers to wid; periodograma refers to word = 'periodograma'
|
occurrence refers to occurrences; àbac refers to word = 'àbac'; first word refers to w1st
|
Pair is a relationship of two words: w1st and w2nd, where w1st is word id of the first word and w2nd is a word id of the second word; the first word id number 34 refers to w1st = 34; repetition refers to occurrences or times this pair appears; DIVIDE(SUM(occurrences where w1st = 34), COUNT(occurrences where w1st = 34));
|
word id from 1 to 10 refers to wid BETWEEN 1 AND 10
|
Wikipedia page number refers to page; the highest number of words in the Catalan language refers to MAX(lid = 1);
|
between 1000 to 2000 number of different words refers to words BETWEEN 1000 AND 2000
|
repeated the most times refer to MAX(occurrences);
|
the most appearances refers to MAX(occurrences); revision ID No. 28278070 refers to revision = 28278070; word ID refers to wid
|
This is not;
|
What is the total word of title "Adam" and "Acampada"?
|
total word refers to sum(words); title "Adam" and "Acampada" refers to title IN('Adam','Acampada')
|
biwords pair refers to w1st.word w2nd.word; appeared the most refers to max(occurrences)
|
page titled "Asclepi" refers to title = 'Asclepi' ;
|
most frequently occurring words refer to MAX(occurrences); id refers to wid;
|
average word occurrences = divide(sum(occurrences), count(occurrences)); ‘system’ appeared as the first word refers to w1st = 'system'
|
Agricultura refers to title = 'Agricultura'; the most appearances is MAX(pages_words_sampling.occurrences)
|
higher occurrence is MAX(occurrences); àbac refers to word = 'àbac'; xinès refers to word = 'xinès'; grec refers to word = 'grec'
|
word ID refers to wid; periodograma refers to word = 'periodograma'
|
the biwords pair that appears "116430" times refers to occurrences = 116430; second word of the pair refers to w2nd
|
title "Aigua dolça" refers to title LIKE 'Aigua dolça%'
|
word id refers to wid
|
What are the occurance of word "del" in title "Any anomalÃstic"?
|
This is not
|
Repetition refers to occurrences; 100 different words refers to words = 100; DIVIDE(SUM(occurrences where words = 100), COUNT(page where words = 100)) as percentage;
|
àbac refers to word = 'àbac'; as first word refers to w1st; occurrence of over 10 refers to occurrences > 10
|
How many times refers to occurrences; page number 44 refers to pid = 44;
|
How frequently refers to occurrences; word 1 refers to wid = 1; word 25 refers to wid = 25; appear together means pair, which is a relationship of two words: w1st and w2nd, where w1st is word id of the first word and w2nd is a word id of the second word; w1st or w2nd = wid = 1; w1st or w2nd = wid = 25;
|
total word refers to sum(words); title "Adam" and "Acampada" refers to title IN('Adam','Acampada')
|
àbac refers to word = 'àbac'; xinès refers to word = 'xinès'; How many more times the first word in the biwords occur than the biwords pair itself means SUBTRACT(words.occurrence, biwords.occurrences)
|
grec refers to word = 'grec'; Àbac refers to title = 'Àbac'; Astronomia refers to title = 'Astronomia'; percentage = DIVIDE(SUBTRACT(occurrences where title = 'Àbac' AND word = 'grec', occurrences where title = 'Astronomia' AND word = 'grec'), occurrences where title = 'Astronomia' AND word = 'grec')
|
appearance times greater than 10 refers to occurrences > 10;
|
first words refer to w1st.word; second word is 'antic' refers to w2nd.word = 'antic'
|
page id refers to pid; "fresc" refers to word = 'fresc'
|
How many pages does the Catalan language have in Wikipedia?
|
Catalan language refers to lang = 'ca'
|
word have id less than 20 refers to wid < 20;
|
nombre refers to word = 'nombre'; page IDs refers to pid
|
Pair is a relationship of two words: w1st and w2nd, where w1st is word id of the first word and w2nd is a word id of the second word; w1st or w2nd = 'barcelona'; w1st or w2nd = 'precolombina';
|
from revision page id 106600 to 106700 refers to revision BETWEEN 106600 AND 106700
|
Pair is a relationship of two words: w1st and w2nd, where w1st is word id of the first word and w2nd is a word id of the second word; the same word appears in a pair refers to w1st = w2nd; times refers to occurrences; DIVIDE(COUNT(occurrences where w1st = w2nd), COUNT(occurrences)) as percentage;
|
COUNT(words where title = 'Afluent')> COUNT(words where title = 'Asclepi')
|
least number of different words refers to min(words); word id refers to wid; appeared the most refers to max(occurrences)
|
revision page id '16203226' refers to revision = 16203226
|
Wikipedia page number refers to page; title = 'Acampada';
|
page id refers to pid; Arqueozoologia refers to title = 'Arqueozoologia'
|
Calculate the average number of the word occurrences in which ‘system’ appeared as the first word in the pair.
|
average word occurrences = divide(sum(occurrences), count(occurrences)); ‘system’ appeared as the first word refers to w1st = 'system'
|
page titled "Asclepi" refers to title = 'Asclepi' ;
|
how many times occur refers to occurrences; page titled "Àbac" refers to title = 'Àbac' ;
|
This is not;
|
Agricultura refers to title = 'Agricultura'; the most appearances is MAX(pages_words_sampling.occurrences)
|
nombre refers to word = 'nombre'; page IDs refers to pid
|
occurrence of over 200000 refers to occurrences > 200000;
|
word ID refers to wid; periodograma refers to word = 'periodograma'
|
word have id less than 20 refers to wid < 20;
|
This is not
|
Wikipedia page number refers to page; the highest number of words in the Catalan language refers to MAX(lid = 1);
|
For the word "grec", what is the percentage of the appearances in the "Art" Wikipedia page have among all the appearances?
|
grec refers to word = 'grec'; Art refers to title = 'Art'; percentage is DIVIDE(occurrences(grec), occurences(Art))*100
|
Wikipedia page number refers to page; the highest number of words in the Catalan language refers to MAX(lid = 1);
|
higher occurrence is MAX(occurrences); àbac refers to word = 'àbac'; xinès refers to word = 'xinès'; grec refers to word = 'grec'
|
most occurrences refers to max(occurrences)
|
occurrence refers to occurrences; àbac refers to word = 'àbac'; first word refers to w1st
|
appearance times greater than 10 refers to occurrences > 10;
|
in Catalan means in Catalan-language and refers to lid = 1; revision page numbers refer to revision;
|
grec refers to word = 'grec'; wid where word = 'grec' AS w2nd
|
more than 300 words refers to words > 300; list any three means limit 3; Wikipedia pages refers to page;
|
Pair is a relationship of two words: w1st and w2nd, where w1st is word id of the first word and w2nd is a word id of the second word; w1st or w2nd = 'barcelona'; w1st or w2nd = 'precolombina';
|
least number of different words refers to min(words); word id refers to wid; appeared the most refers to max(occurrences)
|
Indicate the title of all the pages in which the word comunitat appears.
|
This is not;
|
How frequently refers to occurrences; word 1 refers to wid = 1; word 25 refers to wid = 25; appear together means pair, which is a relationship of two words: w1st and w2nd, where w1st is word id of the first word and w2nd is a word id of the second word; w1st or w2nd = wid = 1; w1st or w2nd = wid = 25;
|
àbac refers to word = 'àbac'; xinès refers to word = 'xinès'; occurrence refers to occurrences
|
first words refer to w1st.word; second word is 'antic' refers to w2nd.word = 'antic'
|
repeated the most times refer to MAX(occurrences);
|
que gregorio refers to w1st = wid where word = 'que' AND w2nd = wid where word = 'gregorio'; appear refers to biwords.occurrences
|
word number 8 refers to wid = 8; How many times refer to occurrences;
|
has 71303 appearance refers to occurrences = 71303;
|
page titled "Anys 90" refers to title = 'Anys 90';
|
Agricultura refers to title = 'Agricultura'; the most appearances is MAX(pages_words_sampling.occurrences)
|
less than 10 number of different words refers to words < 10
|
Which Wikipedia page number does the Catalan language's name, Acampada, appear on?
|
Wikipedia page number refers to page; title = 'Acampada';
|
between 1000 to 2000 number of different words refers to words BETWEEN 1000 AND 2000
|
word 'quipu' appears refers to word = 'quipu'
|
Pair is a relationship of two words: w1st and w2nd, where w1st is word id of the first word and w2nd is a word id of the second word; w1st or w2nd = 'barcelona'; w1st or w2nd = 'precolombina';
|
most occurrences refers to max(occurrences)
|
àbac refers to word = 'àbac'; xinès refers to word = 'xinès'; Wikipedia pages refer to pages
|
lid = 1 menas it's Catalan language; 274499 repetitions refers to occurrences = 274499
|
has 71303 appearance refers to occurrences = 71303;
|
àbac refers to word = 'àbac'; xinès refers to word = 'xinès'; occurrence refers to occurrences
|
Wikipedia page number refers to page; the highest number of words in the Catalan language refers to MAX(lid = 1);
|
has the fewest words refers to MIN(COUNT(words));
|
What are the words that were paired with "John", list down 10 of them.
|
pair with "John" refers to w1st.word = "John" or w2nd.word = "John"
|
Repetition refers to occurrences; 100 different words refers to words = 100; DIVIDE(SUM(occurrences where words = 100), COUNT(page where words = 100)) as percentage;
|
most frequently occurring words refer to MAX(occurrences); id refers to wid;
|
word have id less than 20 refers to wid < 20;
|
average words = avg(words); 10 fewest words refers to words > = 10
|
Wikipedia page number refers to page; the highest number of words in the Catalan language refers to MAX(lid = 1);
|
title "Aigua dolça" refers to title LIKE 'Aigua dolça%'
|
page id refers to pid; "fresc" refers to word = 'fresc'
|
àbac refers to word = 'àbac'; xinès refers to word = 'xinès'; occurrence refers to occurrences
|
occurrence refers to occurrences; àbac refers to word = 'àbac'; first word refers to w1st
|
biwords pair refers to w1st.word w2nd.word; appeared the most refers to max(occurrences)
|
Which Wikipedia page number has the highest number of words in the Catalan language?
|
Wikipedia page number refers to page; the highest number of words in the Catalan language refers to MAX(lid = 1);
|
This is not;
|
higher occurrence is MAX(occurrences); àbac refers to word = 'àbac'; xinès refers to word = 'xinès'; grec refers to word = 'grec'
|
exemple refers to word = 'exemple'; repetition refers to langs_words.occurrences; lid = 1 menas it's Catalan language
|
grec refers to word = 'grec'; Art refers to title = 'Art'; percentage is DIVIDE(occurrences(grec), occurences(Art))*100
|
grec refers to word = 'grec'; AVG(occurrences where word = 'grec')
|
the page id of Wikipedia refers to pid; numeric value contains only numbers, LIKE '%0%' OR '%1%' OR '%2%' OR '%3%' OR '%4%' OR '%5%' OR '%6%' OR '%7%' OR '%8%' OR '%9%';
|
word 'quipu' appears refers to word = 'quipu'
|
has the fewest words refers to MIN(COUNT(words));
|
How many times refers to occurrences; page number 44 refers to pid = 44;
|
panajot refers to word = 'panajot'
|
How many times does the word "riu" appears in the biwords pair?
|
riu refers to word = 'riu'; SUM(w1st where wid is word = 'riu' AND w2nd where wid is word = 'riu')
|
Pair is a relationship of two words: w1st and w2nd, where w1st is word id of the first word and w2nd is a word id of the second word; w1st = 1; w2nd = 616;
|
less than 10 number of different words refers to words < 10
|
higher occurrence is MAX(occurrences); àbac refers to word = 'àbac'; xinès refers to word = 'xinès'; grec refers to word = 'grec'
|
lid = 1 means it's Catalan language; with most different words refers to MAX(words)
|
word id refers to wid
|
pair with "John" refers to w1st.word = "John" or w2nd.word = "John"
|
has the fewest words refers to MIN(COUNT(words));
|
most frequently occurring words refer to MAX(occurrences); id refers to wid;
|
how many times occur refers to occurrences; page titled "Àbac" refers to title = 'Àbac' ;
|
Pair is a relationship of two words: w1st and w2nd, where w1st is word id of the first word and w2nd is a word id of the second word; in the Catalan language refers to lid; repeated less than 80 times refers to occurrences < 80; DIVIDE(COUNT(lid where occurrences < 80), COUNT(lid)) as percentage;
|
How many words has the appearance times greater than 10?
|
appearance times greater than 10 refers to occurrences > 10;
|
average word occurrences = divide(sum(occurrences), count(occurrences)); ‘system’ appeared as the first word refers to w1st = 'system'
|
higher occurrence is MAX(occurrences); àbac refers to word = 'àbac'; xinès refers to word = 'xinès'; grec refers to word = 'grec'
|
how many times occur refers to occurrences; page titled "Àbac" refers to title = 'Àbac' ;
|
Astre refers to title = 'Astre'; word ID No. 2823 refers to wid = 2823; appearances refers to pages_words_sampling.occurrences
|
lid = 1 means it's Catalan language; Arqueologia refers to title = 'Arqueologia'; revision ID refers to revision
|
revision page id of 28040864 refers to revision = 28040864;
|
Pair is a relationship of two words: w1st and w2nd, where w1st is word id of the first word and w2nd is a word id of the second word; w1st or w2nd = 'barcelona'; w1st or w2nd = 'precolombina';
|
repeated the most times refer to MAX(occurrences);
|
from revision page id 106600 to 106700 refers to revision BETWEEN 106600 AND 106700
|
àbac refers to word = 'àbac'; xinès refers to word = 'xinès'; occurrence refers to occurrences
|
Which of these pages have more words, the page titled "Afluent" or "Asclepi"?
|
COUNT(words where title = 'Afluent')> COUNT(words where title = 'Asclepi')
|
the Catalan means Catalan language and refers to lid = 1; How many times repeat refers to occurrences;
|
page id refers to pid; "fresc" refers to word = 'fresc'
|
lid = 1 means it's Catalan language; Arqueologia refers to title = 'Arqueologia'; revision ID refers to revision
|
Pair is a relationship of two words: w1st and w2nd, where w1st is word id of the first word and w2nd is a word id of the second word; in the Catalan language refers to lid; repeated less than 80 times refers to occurrences < 80; DIVIDE(COUNT(lid where occurrences < 80), COUNT(lid)) as percentage;
|
average words = avg(words); 10 fewest words refers to words > = 10
|
Pair is a relationship of two words: w1st and w2nd, where w1st is word id of the first word and w2nd is a word id of the second word; w1st = 1; w2nd = 8968;
|
from revision page id 106600 to 106700 refers to revision BETWEEN 106600 AND 106700
|
appearance times greater than 10 refers to occurrences > 10;
|
Pair is a relationship of two words: w1st and w2nd, where w1st is word id of the first word and w2nd is a word id of the second word; the first word id number 34 refers to w1st = 34; repetition refers to occurrences or times this pair appears; DIVIDE(SUM(occurrences where w1st = 34), COUNT(occurrences where w1st = 34));
|
Catalan language refers to lang = 'ca'
|
How many times of repetition does the word "exemple" show in the Catalan language?
|
exemple refers to word = 'exemple'; repetition refers to langs_words.occurrences; lid = 1 menas it's Catalan language
|
nombre refers to word = 'nombre'; page IDs refers to pid
|
grec refers to word = 'grec'; Art refers to title = 'Art'; percentage is DIVIDE(occurrences(grec), occurences(Art))*100
|
word id "88" refers to wid = 88
|
àbac refers to word = 'àbac'; first word refers to w1st
|
the page id of Wikipedia refers to pid; numeric value contains only numbers, LIKE '%0%' OR '%1%' OR '%2%' OR '%3%' OR '%4%' OR '%5%' OR '%6%' OR '%7%' OR '%8%' OR '%9%';
|
DIVIDE(SUM(words WHERE title = 'A%'), COUNT(words WHERE title = 'A%')) as percentage; A is a letter;
|
page titled "Asclepi" refers to title = 'Asclepi' ;
|
total word refers to sum(words); title "Adam" and "Acampada" refers to title IN('Adam','Acampada')
|
title "Aigua dolça" refers to title LIKE 'Aigua dolça%'
|
Pair is a relationship of two words: w1st and w2nd, where w1st is word id of the first word and w2nd is a word id of the second word; w1st or w2nd = 'barcelona'; w1st or w2nd = 'precolombina';
|
Please list any three Wikipedia pages that are written in Catalan, together with their titles and revision page numbers.
|
in Catalan means in Catalan-language and refers to lid = 1; revision page numbers refer to revision;
|
Catalan language refers to lang = 'ca'
|
Pair is a relationship of two words: w1st and w2nd, where w1st is word id of the first word and w2nd is a word id of the second word; the same word appears in a pair refers to w1st = w2nd; times refers to occurrences; DIVIDE(COUNT(occurrences where w1st = w2nd), COUNT(occurrences)) as percentage;
|
page id refers to pid; "fresc" refers to word = 'fresc'
|
Pair is a relationship of two words: w1st and w2nd, where w1st is word id of the first word and w2nd is a word id of the second word; w1st or w2nd = 'barcelona'; w1st or w2nd = 'precolombina';
|
longest title refers to max(length(title))
|
has 71303 appearance refers to occurrences = 71303;
|
word number 8 refers to wid = 8; How many times refer to occurrences;
|
first words refer to w1st.word; second word is 'antic' refers to w2nd.word = 'antic'
|
àbac refers to word = 'àbac'; xinès refers to word = 'xinès'; occurrence refers to occurrences
|
panajot refers to word = 'panajot'
|
Please list the page IDs of all the Wikipedia pages that have the word "nombre" appeared on it.
|
nombre refers to word = 'nombre'; page IDs refers to pid
|
page titled "Anys 90" refers to title = 'Anys 90';
|
word id from 1 to 10 refers to wid BETWEEN 1 AND 10
|
lid = 1 means it's Catalan language; with most different words refers to MAX(words)
|
Catalan language refers to lang = 'ca'
|
occurrence refers to occurrences; àbac refers to word = 'àbac'; first word refers to w1st
|
àbac refers to word = 'àbac'; first word refers to w1st
|
occurrence of over 200000 refers to occurrences > 200000;
|
This is not;
|
the most repetitions refer to MAX(occurrences); Catalan language refers to lid = 1;
|
grec refers to word = 'grec'; AVG(occurrences where word = 'grec')
|
How many times did the word "grec" occur on the page titled "Àbac"?
|
how many times occur refers to occurrences; page titled "Àbac" refers to title = 'Àbac' ;
|
How frequently refers to occurrences; word 1 refers to wid = 1; word 25 refers to wid = 25; appear together means pair, which is a relationship of two words: w1st and w2nd, where w1st is word id of the first word and w2nd is a word id of the second word; w1st or w2nd = wid = 1; w1st or w2nd = wid = 25;
|
repetitions greater than 2000 and lower than 5000 refer to occurrences between 2000 and 5000;
|
word id from 1 to 10 refers to wid BETWEEN 1 AND 10
|
total word refers to sum(words); title "Adam" and "Acampada" refers to title IN('Adam','Acampada')
|
àbac refers to word = 'àbac'; xinès refers to word = 'xinès'; Wikipedia pages refer to pages
|
title "Aigua dolça" refers to title LIKE 'Aigua dolça%'
|
the most appearances refers to MAX(occurrences); revision ID No. 28278070 refers to revision = 28278070; word ID refers to wid
|
occurrence refers to occurrences; àbac refers to word = 'àbac'; first word refers to w1st
|
Wikipedia page number refers to page; the highest number of words in the Catalan language refers to MAX(lid = 1);
|
start with alphabet "b" refers to title LIKE 'b%'
|
List down the page id of titles start with alphabet "b".
|
start with alphabet "b" refers to title LIKE 'b%'
|
word have id less than 20 refers to wid < 20;
|
repetitions greater than 2000 and lower than 5000 refer to occurrences between 2000 and 5000;
|
grec refers to word = 'grec'; wid where word = 'grec' AS w2nd
|
first words refer to w1st.word; second word is 'antic' refers to w2nd.word = 'antic'
|
grec refers to word = 'grec'; AVG(occurrences where word = 'grec')
|
COUNT(words where title = 'Afluent')> COUNT(words where title = 'Asclepi')
|
higher occurrence is MAX(occurrences); àbac refers to word = 'àbac'; xinès refers to word = 'xinès'; grec refers to word = 'grec'
|
occurrence of over 200000 refers to occurrences > 200000;
|
Wikipedia page number refers to page; title = 'Acampada';
|
Agricultura refers to title = 'Agricultura'; the most appearances is MAX(pages_words_sampling.occurrences)
|
How many appearances does the word ID No. 2823 have in the Wikipedia page "Astre"?
|
Astre refers to title = 'Astre'; word ID No. 2823 refers to wid = 2823; appearances refers to pages_words_sampling.occurrences
|
the page id of Wikipedia refers to pid; numeric value contains only numbers, LIKE '%0%' OR '%1%' OR '%2%' OR '%3%' OR '%4%' OR '%5%' OR '%6%' OR '%7%' OR '%8%' OR '%9%';
|
biwords pair refers to w1st.word w2nd.word; appeared the most refers to max(occurrences)
|
higher occurrence is MAX(occurrences); àbac refers to word = 'àbac'; xinès refers to word = 'xinès'; grec refers to word = 'grec'
|
grec refers to word = 'grec'; Art refers to title = 'Art'; percentage is DIVIDE(occurrences(grec), occurences(Art))*100
|
more than 300 words refers to words > 300; list any three means limit 3; Wikipedia pages refers to page;
|
Abadia refers to title = 'Abadia'; word id refers to wid; the highest amount of times refers to max(occurrences)
|
revision page id '16203226' refers to revision = 16203226
|
lid = 1 means it's Catalan language; Arqueologia refers to title = 'Arqueologia'; revision ID refers to revision
|
page titled "Anys 90" refers to title = 'Anys 90';
|
between 1000 to 2000 number of different words refers to words BETWEEN 1000 AND 2000
|
How many times on page number 44 does the word "votives" appear?
|
How many times refers to occurrences; page number 44 refers to pid = 44;
|
less than 10 number of different words refers to words < 10
|
grec refers to word = 'grec'; Àbac refers to title = 'Àbac'; Astronomia refers to title = 'Astronomia'; percentage = DIVIDE(SUBTRACT(occurrences where title = 'Àbac' AND word = 'grec', occurrences where title = 'Astronomia' AND word = 'grec'), occurrences where title = 'Astronomia' AND word = 'grec')
|
most occurrences refers to max(occurrences)
|
least number of different words refers to min(words); word id refers to wid; appeared the most refers to max(occurrences)
|
pair with "John" refers to w1st.word = "John" or w2nd.word = "John"
|
grec refers to word = 'grec'; Art refers to title = 'Art'; percentage is DIVIDE(occurrences(grec), occurences(Art))*100
|
page id refers to pid; "fresc" refers to word = 'fresc'
|
has 71303 appearance refers to occurrences = 71303;
|
grec refers to word = 'grec'; wid where word = 'grec' AS w2nd
|
word id "88" refers to wid = 88
|
Please list the titles of the top 3 Wikipedia pages with the most different words on the Catalan language.
|
lid = 1 means it's Catalan language; with most different words refers to MAX(words)
|
the biwords pair that appears "116430" times refers to occurrences = 116430; second word of the pair refers to w2nd
|
DIVIDE(SUM(words WHERE title = 'A%'), COUNT(words WHERE title = 'A%')) as percentage; A is a letter;
|
page titled "Anys 90" refers to title = 'Anys 90';
|
appearance times greater than 10 refers to occurrences > 10;
|
exemple refers to word = 'exemple'; repetition refers to langs_words.occurrences; lid = 1 menas it's Catalan language
|
has 71303 appearance refers to occurrences = 71303;
|
page id refers to pid; Arqueozoologia refers to title = 'Arqueozoologia'
|
word number 8 refers to wid = 8; How many times refer to occurrences;
|
word id refers to wid
|
Repetition refers to occurrences; 100 different words refers to words = 100; DIVIDE(SUM(occurrences where words = 100), COUNT(page where words = 100)) as percentage;
|
Name the longest Catalan language Wikipedia page title and state the number of different words in this page.
|
longest title refers to max(length(title))
|
start with alphabet "b" refers to title LIKE 'b%'
|
page titled "Anys 90" refers to title = 'Anys 90';
|
Wikipedia page number refers to page; the highest number of words in the Catalan language refers to MAX(lid = 1);
|
total word refers to sum(words); title "Adam" and "Acampada" refers to title IN('Adam','Acampada')
|
has 71303 appearance refers to occurrences = 71303;
|
in Catalan means in Catalan-language and refers to lid = 1; revision page numbers refer to revision;
|
page titled "Asclepi" refers to title = 'Asclepi' ;
|
more than 300 words refers to words > 300; list any three means limit 3; Wikipedia pages refers to page;
|
nombre refers to word = 'nombre'; page IDs refers to pid
|
COUNT(words where title = 'Afluent')> COUNT(words where title = 'Asclepi')
|
Please list the top three most frequently occurring words and their ids.
|
most frequently occurring words refer to MAX(occurrences); id refers to wid;
|
Pair is a relationship of two words: w1st and w2nd, where w1st is word id of the first word and w2nd is a word id of the second word; the same word appears in a pair refers to w1st = w2nd; times refers to occurrences; DIVIDE(COUNT(occurrences where w1st = w2nd), COUNT(occurrences)) as percentage;
|
word ID refers to wid; periodograma refers to word = 'periodograma'
|
Catalan language refers to lang = 'ca'
|
word id refers to wid
|
word id "88" refers to wid = 88
|
pair with "John" refers to w1st.word = "John" or w2nd.word = "John"
|
between 1000 to 2000 number of different words refers to words BETWEEN 1000 AND 2000
|
average words = avg(words); 10 fewest words refers to words > = 10
|
repetitions greater than 2000 and lower than 5000 refer to occurrences between 2000 and 5000;
|
start with alphabet "b" refers to title LIKE 'b%'
|
Among the biwords pairs with "àbac" as its first word, how many of them have an occurrence of over 10?
|
àbac refers to word = 'àbac'; as first word refers to w1st; occurrence of over 10 refers to occurrences > 10
|
the page titled "Abril" refers to title = 'Abril';
|
word id "88" refers to wid = 88
|
most occurrences refers to max(occurrences)
|
how many times occur refers to occurrences; page titled "Àbac" refers to title = 'Àbac' ;
|
lid = 1 means it's Catalan language; Arqueologia refers to title = 'Arqueologia'; revision ID refers to revision
|
least number of different words refers to min(words); word id refers to wid; appeared the most refers to max(occurrences)
|
page titled "Anys 90" refers to title = 'Anys 90';
|
between 1000 to 2000 number of different words refers to words BETWEEN 1000 AND 2000
|
grec refers to word = 'grec'; Art refers to title = 'Art'; percentage is DIVIDE(occurrences(grec), occurences(Art))*100
|
the word "grec" refers to word = 'grec'; occurred for 52 times refers to occurrences = 52
|
What role does the tallest person play?
|
the tallest refers to max(height_meters)
|
the most votes refers to max(votes)
|
who refers to name; narrator refers to role = 'Narrator'; the "Flight" episode refers to title = 'Flight'
|
nominated refers to result = 'Nominee'
|
have not been credited refers to credited = ''
|
did not enjoy refers to stars = 1; the finale episode refers to episode = 24
|
titled "Cherished" refers to title = 'Cherished'
|
who refers to name; the youngest person refers to max(birthdate); a "clerk" role refers to role = 'Clerk'
|
the episode titled Juvenile refers to title = 'Juvenile'
|
weighted stars = divide(sum(stars, percent), 100)
|
who refers to name; portraying "Alex Brown" refers to role = 'Alex Brown'; has been credited refers to credited = 'true'
|
What are the names of the two people who won an award for their role as directors?
|
won an award refers to result = 'Winner'; role as director refers to role = 'director'
|
at least two awards refers to count(role) >1
|
the episode titled Juvenile refers to title = 'Juvenile'
|
episode number refers to episode_id; awarded "Best Television Episode" refers to award = 'Best Television Episode' and result = 'Winner'; the second highest positive viewer comments refers to rating = 8.5
|
the most enjoyed refers max(rating); 10-star refers to stars = 10
|
full place of birth refers to birth_place, birth_region; Rene Chenevert Balcer refers to birth_name = 'Rene Chenevert Balcer'
|
the first episode refers to episode = 1; the last episode refers to episode = 24; 10 stars vote refers to stars = 10; the difference = subtract(votes where episode = 1, votes where episode = 24) where stars = 10
|
worst rated refers to min(rating)
|
credited refers to credited = 'true'
|
received award refers to result = 'Winner'; the highest percentage refers to max(percent); average star = divide(sum(stars), count(episode_id))
|
episode refers to title; the highest total number of viewer votes refers to max(sum(votes))
|
In what year did the episodes titled DWB get an award?
|
titled DWB refers to title = 'DWB'; get an award refers to result = 'Winner'
|
Law and Order refers to series = 'Law and Order'
|
weighted stars = divide(sum(stars, percent), 100)
|
description of what happened refers to summary; award no.296 refers to award_id = '296'
|
episode number refers to episode_id; awarded "Best Television Episode" refers to award = 'Best Television Episode' and result = 'Winner'; the second highest positive viewer comments refers to rating = 8.5
|
received award refers to result = 'Winner'; the highest percentage refers to max(percent); average star = divide(sum(stars), count(episode_id))
|
who refers to name; narrator refers to role = 'Narrator'; the "Flight" episode refers to title = 'Flight'
|
titled "Cherished" refers to title = 'Cherished'
|
no less than 30 votes refers to votes > = 30; 10-star rating refers to stars = 10
|
did not enjoy refers to stars = 1; the finale episode refers to episode = 24
|
the most refers to max(votes); 1 star refers to stars = '1'
|
Write down the title, summary, and air date of the episode that garnered 72 10-star votes.
|
72 10-star votes refers to stars = 10 and votes = 72
|
at least two awards refers to count(role) >1
|
full place of birth refers to birth_place, birth_region; Rene Chenevert Balcer refers to birth_name = 'Rene Chenevert Balcer'
|
the most refers to max(votes); 10-star refers to stars = 10
|
credit displayed refers to credited = 'true'; from episode 1 until 10 refers to episode > = 1 AND episode < = 10
|
not credited refers to credited = ''; the "Admissions" episode refers to title = 'Admissions'
|
won refers to result = 'Winner'; at least 3 awards refers to count(result) > 3
|
least enjoyed refers to stars = 1
|
episode refers to title; "Outstanding Costume Design for a Series" refers to award = 'Outstanding Costume Design for a Series'
|
description of what happened refers to summary; award no.296 refers to award_id = '296'
|
nominated for an award but not win refers to result = 'Nominee'
|
What is the average ranking episodes that are nominated for an award?
|
average ranking = divide(sum(rating), sum(episode_id))
|
have not been credited refers to credited = ''
|
did not enjoy refers to stars = 1; the finale episode refers to episode = 24
|
won refers to result = 'Winner'; at least 3 awards refers to count(result) > 3
|
at least two awards refers to count(role) >1
|
episode refers to title; "Outstanding Costume Design for a Series" refers to award = 'Outstanding Costume Design for a Series'
|
titled DWB refers to title = 'DWB'; get an award refers to result = 'Winner'
|
the role of a teleplay refers to role = 'teleplay'; won refers to result = 'Winner'; "Best Television Episode" refers to award = 'Best Television Episode'
|
the most refers to max(votes); 10-star refers to stars = 10
|
the "Agony" refers to title = 'Agony'; win refers to result = 'Winner'
|
produced refers to role = 'producer'
|
How many people from Canada are nominated for an award?
|
from Canada refers to birth_country = Canada; nominated refers to award is NOT NULL
|
titled DWB refers to title = 'DWB'; get an award refers to result = 'Winner'
|
weighted stars = divide(sum(stars, percent), 100)
|
72 10-star votes refers to stars = 10 and votes = 72
|
6-star vote refers to stars = 6
|
no less than 30 votes refers to votes > = 30; 10-star rating refers to stars = 10
|
did not enjoy refers to stars = 1; the finale episode refers to episode = 24
|
born in the USA refers to birth_country = 'USA'
|
who refers to name; appear the most refers to max(count(person_id)); percentage = divide(count(person_id where max(count(person_id))), count(person_id)) * 100%
|
nominated for an award but not win refers to result = 'Nominee'
|
win refers to result = 'Winner'; the "Outstanding Guest Actress in a Drama Series" award refers to award = 'Outstanding Guest Actress in a Drama Series'; the 1999 refers to year = 1999; Primetime Emmy Awards refers to organization = 'Primetime Emmy Awards'
|
Please list any three episodes that were most enjoyed by the viewers.
|
episode refers to title; most enjoyed by the viewers refers to stars = 10
|
the most refers to max(votes); 10-star refers to stars = 10
|
6-star vote refers to stars = 6
|
episode number refers to episode_id; awarded "Best Television Episode" refers to award = 'Best Television Episode' and result = 'Winner'; the second highest positive viewer comments refers to rating = 8.5
|
credit name refers to name
|
nominated for an award but not win refers to result = 'Nominee'
|
titled DWB refers to title = 'DWB'; get an award refers to result = 'Winner'
|
win refers to result = 'Winner'; the most awards refers to max(count(award_id))
|
the most refers to max(votes); 1 star refers to stars = '1'
|
average ranking = divide(sum(rating), sum(episode_id))
|
the most votes refers to max(votes)
|
Which role have won at least two awards for the entire season and list out the name?
|
at least two awards refers to count(role) >1
|
average rating = divide(sum(rating), count(episode_id))
|
win refers to result = 'Winner'; the most awards refers to max(count(award_id))
|
nominated refers to result = 'Nominee'
|
no less than 30 votes refers to votes > = 30; 10-star rating refers to stars = 10
|
won refers to result = 'Winner'; at least 3 awards refers to count(result) > 3
|
the highest number of crews refers to max(count(person_id)); in the Art Department refers to category = 'Art Department'
|
the "Agony" refers to title = 'Agony'; win refers to result = 'Winner'
|
Law and Order refers to series = 'Law and Order'
|
the tallest refers to max(height_meters)
|
American refers to birth_country = 'USA'; cast refers to category = 'Cast'; uncredited refers to credited = ''
|
Who was the actor who was portraying "Alex Brown" and has been credited?
|
who refers to name; portraying "Alex Brown" refers to role = 'Alex Brown'; has been credited refers to credited = 'true'
|
have not won any award refers to Result = 'Nominee'
|
the most refers to max(votes); 10-star refers to stars = 10
|
director refers to role = 'director'; received an award refers to result = 'Winner'; episode number refers to episode
|
born in the USA refers to birth_country = 'USA'
|
episode refers to title; "Outstanding Costume Design for a Series" refers to award = 'Outstanding Costume Design for a Series'
|
win refers to result = 'Winner'; the most awards refers to max(count(award_id))
|
win refers to result = 'Winner'; the "Outstanding Guest Actress in a Drama Series" award refers to award = 'Outstanding Guest Actress in a Drama Series'; the 1999 refers to year = 1999; Primetime Emmy Awards refers to organization = 'Primetime Emmy Awards'
|
the episode titled Juvenile refers to title = 'Juvenile'
|
the most refers to max(votes); 1 star refers to stars = '1'
|
the most enjoyed refers max(rating); 10-star refers to stars = 10
|
How many credits have been displayed from episode 1 until 10?
|
credit displayed refers to credited = 'true'; from episode 1 until 10 refers to episode > = 1 AND episode < = 10
|
won an award refers to result = 'Winner'; role as director refers to role = 'director'
|
the most award won refers to max(episode_id where result = 'Winner')
|
titled DWB refers to title = 'DWB'; get an award refers to result = 'Winner'
|
the most enjoyed refers max(rating); 10-star refers to stars = 10
|
have not been credited refers to credited = ''
|
weighted stars = divide(sum(stars, percent), 100)
|
which episode refers to title; not credited refers to credited = ''
|
the most votes refers to max(votes)
|
the "Agony" refers to title = 'Agony'; win refers to result = 'Winner'
|
titled "Cherished" refers to title = 'Cherished'
|
What is the full place of birth of Rene Chenevert Balcer?
|
full place of birth refers to birth_place, birth_region; Rene Chenevert Balcer refers to birth_name = 'Rene Chenevert Balcer'
|
the highest number of crews refers to max(count(person_id)); in the Art Department refers to category = 'Art Department'
|
which episode refers to title; not credited refers to credited = ''
|
episode refers to title; the highest total number of viewer votes refers to max(sum(votes))
|
who refers to name; portraying "Alex Brown" refers to role = 'Alex Brown'; has been credited refers to credited = 'true'
|
mafia keyword refers to Keyword = 'mafia'
|
won an award refers to result = 'Winner'; role as director refers to role = 'director'
|
the tallest refers to max(height_meters)
|
the most enjoyed refers max(rating); 10-star refers to stars = 10
|
average ranking = divide(sum(rating), sum(episode_id))
|
titled DWB refers to title = 'DWB'; get an award refers to result = 'Winner'
|
What is the average rating for each episode in season 9?
|
average rating = divide(sum(rating), count(episode_id))
|
average ranking = divide(sum(rating), sum(episode_id))
|
episode refers to title; "Outstanding Costume Design for a Series" refers to award = 'Outstanding Costume Design for a Series'
|
6-star vote refers to stars = 6
|
the Best Television Episode award refers to award = 'Best Television Episode'; the Edgar category refers to award_category = 'Edgar'; in 2000 refers to year = 2000
|
the highest number of crews refers to max(count(person_id)); in the Art Department refers to category = 'Art Department'
|
win refers to result = 'Winner'; the "Outstanding Guest Actress in a Drama Series" award refers to award = 'Outstanding Guest Actress in a Drama Series'; the 1999 refers to year = 1999; Primetime Emmy Awards refers to organization = 'Primetime Emmy Awards'
|
credit displayed refers to credited = 'true'; from episode 1 until 10 refers to episode > = 1 AND episode < = 10
|
have not won any award refers to Result = 'Nominee'
|
produced refers to role = 'producer'
|
the 2nd-highest number of votes refers to second max(votes)
|
Which episode was nominated for the award for "Outstanding Costume Design for a Series"?
|
episode refers to title; "Outstanding Costume Design for a Series" refers to award = 'Outstanding Costume Design for a Series'
|
the first episode refers to episode = 1; the last episode refers to episode = 24; 10 stars vote refers to stars = 10; the difference = subtract(votes where episode = 1, votes where episode = 24) where stars = 10
|
average rating = divide(sum(rating), count(episode_id))
|
the most votes refers to max(votes)
|
not credited refers to credited = ''; the "Admissions" episode refers to title = 'Admissions'
|
episode number refers to episode_id; awarded "Best Television Episode" refers to award = 'Best Television Episode' and result = 'Winner'; the second highest positive viewer comments refers to rating = 8.5
|
description of what happened refers to summary; award no.296 refers to award_id = '296'
|
worst rated refers to min(rating)
|
American refers to birth_country = 'USA'; cast refers to category = 'Cast'; uncredited refers to credited = ''
|
credit displayed refers to credited = 'true'; from episode 1 until 10 refers to episode > = 1 AND episode < = 10
|
won refers to result = 'Winner'; at least 3 awards refers to count(result) > 3
|
What is the title of the episode that has the highest number of crews in the Art Department?
|
the highest number of crews refers to max(count(person_id)); in the Art Department refers to category = 'Art Department'
|
episode refers to title; the two keywords "nun" and "priest" refers to keyword = 'nun' or keyword = 'priest';
|
no less than 30 votes refers to votes > = 30; 10-star rating refers to stars = 10
|
won an award refers to result = 'Winner'; role as director refers to role = 'director'
|
who refers to name; narrator refers to role = 'Narrator'; the "Flight" episode refers to title = 'Flight'
|
not credited refers to credited = ''; the "Admissions" episode refers to title = 'Admissions'
|
credit displayed refers to credited = 'true'; from episode 1 until 10 refers to episode > = 1 AND episode < = 10
|
72 10-star votes refers to stars = 10 and votes = 72
|
weighted stars = divide(sum(stars, percent), 100)
|
did not enjoy refers to stars = 1; the finale episode refers to episode = 24
|
credit name refers to name
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.