ID
int64 1
422
| answer
stringlengths 1
110
| category
stringclasses 5
values | language
stringclasses 2
values | question
stringlengths 6
242
| sub_category
stringclasses 28
values |
---|---|---|---|---|---|
301 | H2O | knowledge_question | en | What is the chemical formula for water? | scientific_notation |
302 | m | knowledge_question | en | What is the SI base unit for length (SI includes seven base units such as length, mass, and time.)? | scientific_notation |
303 | C | knowledge_question | en | What is the chemical symbol for carbon? | scientific_notation |
304 | The Greek letter π | knowledge_question | en | What is the symbol for pi? | scientific_notation |
305 | H | knowledge_question | en | What is the chemical symbol for hydrogen? | scientific_notation |
306 | William Shakespeare | knowledge_question | en | Who is the author of *Hamlet*? | creative_authorship |
307 | Leo Tolstoy (Лев Толстой) | knowledge_question | en | Who is the author of *War and Peace*? | creative_authorship |
308 | Luo Guanzhong (罗贯中) | knowledge_question | en | Who created *Romance of the Three Kingdoms*, one of China's Four Great Classical Novels? | creative_authorship |
309 | James Cameron | knowledge_question | en | Who is the director of *Titanic*? | creative_authorship |
310 | Ludwig van Beethoven | knowledge_question | en | Who composed *Symphony No. 9 in D minor, Op. 125*? | creative_authorship |
311 | J.K. Rowling (Joanne Kathleen Rowling) | knowledge_question | en | Who is the author of *Harry Potter*? | creative_authorship |
312 | Leonardo da Vinci | knowledge_question | en | Who created the painting *Mona Lisa*? | creative_authorship |
313 | Akira Toriyama (鳥山明) | knowledge_question | en | Who created the manga *Dragon Ball*? | creative_authorship |
314 | A A A | instruction_following | en | Output the letter "A" three times, separated by spaces. | repetition_constraints |
315 | good good | instruction_following | en | Output the word "good" twice, separated by spaces. | repetition_constraints |
316 | very well very well | instruction_following | en | Output the phrase "very well" twice, separated by spaces. | repetition_constraints |
317 | Z | instruction_following | en | Output a letter "Z". | repetition_constraints |
318 | 7777 | instruction_following | en | Output the number "7" four times, without using separators. | repetition_constraints |
319 | 222 | instruction_following | en | Output the number "2" three times, without using separators. | repetition_constraints |
320 | X | instruction_following | en | Output a single letter X. | repetition_constraints |
321 | Any phrase consisting of two English words would work (for example: hello world) | instruction_following | en | Output a phrase with exactly two words. | length_constraints |
322 | Any sequence of five digits would work (for example: 12345) | instruction_following | en | Output a five-digit number. | length_constraints |
323 | Any animal name consisting of three letters would work (for example: cat) | instruction_following | en | Output an animal English word with exactly three letters. | length_constraints |
324 | Any two-digit number would work (for example: 42) | instruction_following | en | Output a two-digit number. | length_constraints |
325 | Any single-digit number would work (for example: 1) | instruction_following | en | Output a single-digit number. | length_constraints |
326 | Any four-digit number would work (for example: 1234) | instruction_following | en | Output a four-digit number. | length_constraints |
327 | Any English word with the first letter capitalized would work (for example: Hello) | instruction_following | en | Output an English word with the first letter capitalized. | character_constraints |
328 | Any English word with all letters in uppercase would work (for example: CAT) | instruction_following | en | Output an English word with all letters in uppercase. | character_constraints |
329 | Any English word that begins with the letter "p" would work (for example: paper) | instruction_following | en | Output an English word that begins with the letter "p". | character_constraints |
330 | Any English word that contains two identical consecutive letters would work (for example: book) | instruction_following | en | Output an English word that contains two identical consecutive letters. | character_constraints |
331 | Any number that begins with 8 would work (for example: 88) | instruction_following | en | Output a number that begins with 8. | character_constraints |
332 | Any English word with all letters in lowercase would work (for example: well) | instruction_following | en | Output an English word with all letters in lowercase. | character_constraints |
333 | 1 | instruction_following | en | Output the number of letter "y" in the word "yes". | counting_constraints |
334 | 3 | instruction_following | en | Output the number of "#" characters in the sequence "# # #". | counting_constraints |
335 | 3 | instruction_following | en | Output the number of English letters in the word "cat". | counting_constraints |
336 | GOOD | instruction_following | en | Output the word "good" with all letters capitalized directly. | transformation_constraints |
337 | this method | instruction_following | en | Output the phrase "THIS METHOD" with all letters converted to lowercase directly. | transformation_constraints |
338 | 995 | instruction_following | en | Output the three-digit number "996" with the last digit changed to 5 directly. | transformation_constraints |
339 | HELLO WORLD | instruction_following | en | Output the phrase "hello world" with all letters converted to uppercase directly. | transformation_constraints |
340 | Be careful! | instruction_following | en | Output the short sentence "Be careful." with the period replaced by an exclamation mark directly. | transformation_constraints |
341 | Any sentence containing the word "good" would work (for example: It is a good day.) | instruction_following | en | Give a sentence that contains the word "good" directly. | sentence_constraints |
342 | Any sentence beginning with the word "You" would work (for example: You are my best friend.or You're welcome.) | instruction_following | en | Give a sentence that begins with "You" directly. | sentence_constraints |
343 | Any sentence containing more than three English words would work (for example: I am happy today.) | instruction_following | en | Give a sentence that contains more than three English words directly. | sentence_constraints |
344 | Any sentence containing the phrase "have lunch" would work (for example: I will have lunch at the cafe.) | instruction_following | en | Give a sentence that contains the phrase "have lunch" directly. | sentence_constraints |
345 | Any sentence beginning with "I am" would work (for example: I am happy today.) | instruction_following | en | Give a sentence that begins with "I am" directly. | sentence_constraints |
346 | Any English sentence containing a number would work (for example: I have five(or 5) apples.) | instruction_following | en | Give an English sentence that contains a number directly. | sentence_constraints |
347 | Any sentence ending with "!" would work (for example: That was amazing!) | instruction_following | en | Give a sentence that ends with the symbol "!" directly. | sentence_constraints |
348 | Positive. | analysis_question | en | Does the sentence "This movie is amazing!" express a positive or negative emotion? | sentiment_classification |
349 | Negative. | analysis_question | en | Does the sentence "Today's weather is terrible." express a positive or negative emotion? | sentiment_classification |
350 | Positive. | analysis_question | en | Does the sentence "I really like this book." express a positive or negative emotion? | sentiment_classification |
351 | Negative. | analysis_question | en | Does the sentence "This meal tastes awful." express a positive or negative emotion? | sentiment_classification |
352 | Positive. | analysis_question | en | Does the sentence "I'm happy to see you." express a positive or negative emotion? | sentiment_classification |
353 | Negative. | analysis_question | en | Does the sentence "This exam was a disaster." express a positive or negative emotion? | sentiment_classification |
354 | Positive. | analysis_question | en | Does the sentence "The service at this restaurant is excellent." express a positive or negative emotion? | sentiment_classification |
355 | Negative. | analysis_question | en | Does the sentence "I hate rainy days." express a positive or negative emotion? | sentiment_classification |
356 | Positive. | analysis_question | en | Does the sentence "This is the best gift I've ever received." express a positive or negative emotion? | sentiment_classification |
357 | Negative. | analysis_question | en | Does the sentence "This plan has completely failed." express a positive or negative emotion? | sentiment_classification |
358 | Place name. | analysis_question | en | In the sentence "Mary lives in New York", is "New York" a person's name or a place name? | named_entity_recognition |
359 | Person's name. | analysis_question | en | In the sentence "Einstein is a famous scientist", is "Einstein" a person's name or an organization name? | named_entity_recognition |
360 | Organization name. | analysis_question | en | In the sentence "I went to Starbucks yesterday", is "Starbucks" a person's name or an organization name? | named_entity_recognition |
361 | Place name. | analysis_question | en | In the sentence "The Thames flows through London", is "Thames" a place name or a person's name? | named_entity_recognition |
362 | Organization name. | analysis_question | en | In the sentence "Microsoft released a new product", is "Microsoft" an organization name or a product name? | named_entity_recognition |
363 | Work title. | analysis_question | en | In the sentence "I enjoy reading Harry Potter", is "Harry Potter" a place name or a work title? | named_entity_recognition |
364 | Time. | analysis_question | en | In the sentence "Napoleon died in 1821", is "1821" a time or a place name? | named_entity_recognition |
365 | Organization name. | analysis_question | en | In the sentence "The United Nations headquarters is located in New York", is "United Nations" an organization name or a place name? | named_entity_recognition |
366 | Brand name. | analysis_question | en | In the sentence "My car is a Toyota", is "Toyota" a person's name or a brand name? | named_entity_recognition |
367 | Time. | analysis_question | en | In the sentence "He's going to Beijing on Monday", is "Monday" a time or a place name? | named_entity_recognition |
368 | French. | analysis_question | en | Is the word "bonjour" French or Spanish? | language_classification |
369 | Japanese. | analysis_question | en | Is the word "こんにちは" Japanese or Korean? | language_classification |
370 | English. | analysis_question | en | Is the word "background" English or Russian? | language_classification |
371 | Italian. | analysis_question | en | Is the word "ciao" Italian or Portuguese? | language_classification |
372 | Russian. | analysis_question | en | Is the word "спасибо" Russian or Greek? | language_classification |
373 | Spanish. | analysis_question | en | Is the word "hola" Spanish or French? | language_classification |
374 | Korean. | analysis_question | en | Is the word "안녕하세요" Korean or Japanese? | language_classification |
375 | German. | analysis_question | en | Is the word "danke" German or Swedish? | language_classification |
376 | English. | analysis_question | en | Is the word "hello" English or Japanese? | language_classification |
377 | Chinese. | analysis_question | en | Is the word "你好" Chinese or French? | language_classification |
378 | Sports. | analysis_question | en | Is the topic of the sentence "The soccer match was canceled yesterday due to rain" sports or technology? | topic_classification |
379 | Technology. | analysis_question | en | Is the topic of the sentence "The new smartphone will be released next month" technology or art? | topic_classification |
380 | Health. | analysis_question | en | Is the topic of the sentence "Doctors recommend drinking at least eight glasses of water daily" health or education? | topic_classification |
381 | Entertainment. | analysis_question | en | Is the topic of the sentence "This movie won the award for Best Picture" entertainment or technology? | topic_classification |
382 | Politics. | analysis_question | en | Is the topic of the sentence "The government announced a new education policy" politics or sports? | topic_classification |
383 | Finance. | analysis_question | en | Is the topic of the sentence "The stock market rose 2% today" finance or technology? | topic_classification |
384 | Science. | analysis_question | en | Is the topic of the sentence "Scientists discovered a new species" science or history? | topic_classification |
385 | Cooking. | analysis_question | en | Is the topic of the sentence "This dish requires adding an appropriate amount of salt and pepper" cooking or medicine? | topic_classification |
386 | Geography. | analysis_question | en | Is the topic of the sentence "Paris is the capital of France" geography or literature? | topic_classification |
387 | Music. | analysis_question | en | Is the topic of the sentence "This song ranks number one on the pop music chart" music or sports? | topic_classification |
388 | To ask for information. | analysis_question | en | Is the intention of the sentence "How is the weather today?" to ask for information or to express an opinion? | intent_recognition |
389 | To request assistance. | analysis_question | en | Is the intention of the sentence "Please help me get that book." to request assistance or to offer advice? | intent_recognition |
390 | To book a service. | analysis_question | en | Is the intention of the sentence "I'd like to book a flight to Beijing for tomorrow." to book a service or to cancel a service? | intent_recognition |
391 | To express praise. | analysis_question | en | Is the intention of the sentence "Tonight's dinner was delicious!" to express praise or to express dissatisfaction? | intent_recognition |
392 | To apologize. | analysis_question | en | Is the intention of the sentence "I'm sorry I'm late." to apologize or to blame? | intent_recognition |
393 | To congratulate. | analysis_question | en | Is the intention of the sentence "Happy birthday to you!" to congratulate or to console? | intent_recognition |
394 | To seek information. | analysis_question | en | Is the intention of the sentence "Could you tell me where the library is?" to seek information or to provide information? | intent_recognition |
395 | To request help. | analysis_question | en | Is the intention of the sentence "Can you close the window?" to request help or make a suggestion? | intent_recognition |
396 | To express gratitude. | analysis_question | en | Is the intention of the sentence "Thank you for your help." to express gratitude or to express complaint? | intent_recognition |
397 | To warn/remind. | analysis_question | en | Is the intention of the sentence "Watch out for the step!" to warn/remind or to praise/encourage? | intent_recognition |
398 | Interrogative sentence. | analysis_question | en | Is "Do you like apples?" an interrogative sentence or a declarative sentence? | syntax_classification |
399 | Imperative sentence. | analysis_question | en | Is "Close the door!" an imperative sentence or an interrogative sentence? | syntax_classification |
400 | Exclamatory sentence. | analysis_question | en | Is "What a beautiful day it is!" a declarative sentence or an exclamatory sentence? | syntax_classification |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.