text
stringlengths
13
30k
{"color": [220, 20, 60], "isthing": 1, "id": 1, "supercategory": "person", "name": "person"}
{"color": [119, 11, 32], "isthing": 1, "id": 2, "supercategory": "vehicle", "name": "bicycle"}
{"color": [0, 0, 142], "isthing": 1, "id": 3, "supercategory": "vehicle", "name": "car"}
{"color": [0, 0, 230], "isthing": 1, "id": 4, "supercategory": "vehicle", "name": "motorcycle"}
{"color": [106, 0, 228], "isthing": 1, "id": 5, "supercategory": "vehicle", "name": "airplane"}
{"color": [0, 60, 100], "isthing": 1, "id": 6, "supercategory": "vehicle", "name": "bus"}
{"color": [0, 80, 100], "isthing": 1, "id": 7, "supercategory": "vehicle", "name": "train"}
{"color": [0, 0, 70], "isthing": 1, "id": 8, "supercategory": "vehicle", "name": "truck"}
{"color": [0, 0, 192], "isthing": 1, "id": 9, "supercategory": "vehicle", "name": "boat"}
{"color": [250, 170, 30], "isthing": 1, "id": 10, "supercategory": "outdoor", "name": "traffic light"}
{"source": "wikipedia", "id": "3zotghdk5ibi9cex97fepx7jetpso7", "story": "The Vatican Apostolic Library (), more commonly called the Vatican Library or simply the Vat, is the library of the Holy See, located in Vatican City. Formally established in 1475, although it is much older, it is one of the oldest libraries in t...
{"source": "cnn", "id": "3wj1oxy92agboo5nlq4r7bndc3t8a8", "story": "New York (CNN) -- More than 80 Michael Jackson collectibles -- including the late pop star's famous rhinestone-studded glove from a 1983 performance -- were auctioned off Saturday, reaping a total $2 million. \n\nProfits from the auction at the Hard Ro...
{"source": "gutenberg", "id": "3bdcf01ogxu7zdn9vlrbf2rqzwplyf", "story": "CHAPTER VII. THE DAUGHTER OF WITHERSTEEN \n\n\"Lassiter, will you be my rider?\" Jane had asked him. \n\n\"I reckon so,\" he had replied. \n\nFew as the words were, Jane knew how infinitely much they implied. She wanted him to take charge of her ...
{"source": "cnn", "id": "3ewijtffvo7wwchw6rtyaf7mfwte0p", "story": "(CNN) -- The longest-running holiday special still has a very shiny nose. \n\n\"Rudolph the Red-Nosed Reindeer\" premiered on television December 6, 1964, and is now one of the holiday season's perennial favorites. The story of the reindeer who saves C...
{"source": "gutenberg", "id": "3urfvvm165iantk80llvkwwbjs7uzh", "story": "CHAPTER XXIV. THE INTERRUPTED MASS \n\nThe morning of that Wednesday of Corpus Christi, fateful to all concerned in this chronicle, dawned misty and grey, and the air was chilled by the wind that blew from the sea. The chapel bell tinkled out its...
{"source": "race", "id": "3ftf2t8wlri896r0rn6xpwffosj9we", "story": "Have you ever been to some big cities in the world? The information below will be helpful to you. Budapest For many centuries, Budapest was two cities, with Buda on the west side of the river Danube and Pest on the east side. Budapest became one city ...
{"source": "cnn", "id": "3qemnnsb2xz5mh3gvv3njczonvfd76", "story": "(CNN) -- A lawsuit filed by the family of Robert Champion, the Florida A&M University band member allegedly beaten to death in a hazing ritual, accuses the bus company involved in the deadly assault and the bus driver of negligence, their attorney said...
{"source": "race", "id": "369j354ofdapu1z2ebz3jj2p5ajg6o", "story": "Officials of the Chicago Transit Authority said they were investigating. The child, Nicole Hobson, was being taken by her mother to Children's Memorial Hospital about 11 P. M., Wednesday to check her recently inserted pacemaker. \n\nThe child was stri...
{"source": "race", "id": "3v0z7ywsiy0kux6wg4mmt7oncj1v25", "story": "Local businessmen are increasingly facing competition from online retailers. Larry Pollock, owner of Camera Co/Op on South Congress, said he has been dealing with this kind of problem for years, even before the Internet. The struggle began with mail-o...
{"source": "wikipedia", "id": "3v5q80fxixr0io4dwuggacw4lxe23h", "story": "The University of Chicago (UChicago, Chicago, or U of C) is a private research university in Chicago. The university, established in 1890, consists of The College, various graduate programs, interdisciplinary committees organized into four academ...
{"translation": {"en": "There are candidates of different ethnicities.", "it": "Sono benvenuti candidati di diverse etnie."}}
{"id": "12", "label": 40, "text": "tid til at sove", "label_text": "iot_hue_lightoff"}
{"id": "13", "label": 40, "text": "tid til at sove olly", "label_text": "iot_hue_lightoff"}
{"code": "'use strict';\n\nvar clear = require('es5-ext/array/#/clear')\n , eIndexOf = require('es5-ext/array/#/e-index-of')\n , setPrototypeOf = require('es5-ext/object/set-prototype-of')\n , callable = require('es5-ext/object/valid-callable')\n , d = require('d')\n , ee ...
{"code": "'use strict';\n\nconst TYPE = Symbol.for('type');\n\nclass Data {\n\n constructor(options) {\n // File details\n this.filepath = options.filepath;\n\n // Type\n this[TYPE] = 'data';\n\n // Data\n Object.assign(this, options.data);\n }\n}\n\nmodule.exports = Data;\n", "repo_name": "mshick/v...
{"code": "package sodium\n\n// #cgo pkg-config: libsodium\n// #include <stdlib.h>\n// #include <sodium.h>\nimport \"C\"\n\nfunc RuntimeHasNeon() bool {\n\treturn C.sodium_runtime_has_neon() != 0\n}\n\nfunc RuntimeHasSse2() bool {\n\treturn C.sodium_runtime_has_sse2() != 0\n}\n\nfunc RuntimeHasSse3() bool {\n\treturn C....
{"code": "\nfunction collectWithWildcard(test) {\n\ttest.expect(4);\n\n\tvar api_server = new Test_ApiServer(function handler(request, callback) {\n\t\tvar url = request.url;\n\n\t\tswitch (url) {\n\t\t\tcase '/accounts?username=chariz*':\n\t\t\t\tlet account = new Model_Account({\n\t\t\t\t\tusername: 'charizard'\n\t\t...
{"code": "<?php\n\ninterface Container {\n /**\n * Checks if a $x exists.\n *\n * @param unknown $x\n *\n * @return boolean\n */\n function contains($x);\n}", "repo_name": "guide42/php-immutable", "path": "src/base.php", "language": "PHP", "license": "isc", "size": 165}
{"code": "angular.module('appTesting').service(\"LoginLocalStorage\", function () {\n \"use strict\";\n\n var STORE_NAME = \"login\";\n\n var setUser = function setUser(user) {\n localStorage.setItem(STORE_NAME, JSON.stringify(user));\n }\n\n var getUser = function getUser() {\n var storedT...
{"code": "/* Copyright information is at end of file */\n\n#include \"xmlrpc_config.h\"\n\n#include <stddef.h>\n#include <stdlib.h>\n#include <stdarg.h>\n#include <string.h>\n\n#include \"stdargx.h\"\n\n#include \"xmlrpc-c/base.h\"\n#include \"xmlrpc-c/base_int.h\"\n#include \"xmlrpc-c/string_int.h\"\n\n\nstatic void\n...
{"code": "// flow-typed signature: d37503430b92ad584be6e2c6f8d1fc08\n// flow-typed version: <<STUB>>/ua-parser-js_v1.0.2/flow_v0.171.0\n\n/**\n * This is an autogenerated libdef stub for:\n *\n * 'ua-parser-js'\n *\n * Fill this stub out by replacing all the `any` types.\n *\n * Once filled out, we encourage you to s...
{"code": "/* ISC license. */\n\n#include <bearssl.h>\n#include <s6-networking/sbearssl.h>\n\nint sbearssl_skey_to (sbearssl_skey const *l, br_skey *k, char *s)\n{\n switch (l->type)\n {\n case BR_KEYTYPE_RSA :\n sbearssl_rsa_skey_to(&l->data.rsa, &k->data.rsa, s) ;\n break ;\n case BR_KEYTYPE_EC :\n ...
{"created_utc": 1589905435, "full_link": "https://www.reddit.com/r/legaladvice/comments/gmrsw3/need_help_with_rescheduling_2020_wedding/", "id": "gmrsw3", "body": "My wedding date is September 6th, 2020. Due to the pandemic, our venue has started rescheduling May, June, July, and August weddings. We are trying to resch...
{"created_utc": 1578696054, "full_link": "https://www.reddit.com/r/legaladvice/comments/emyi6q/tx_emergency_advice/", "id": "emyi6q", "body": "So not 100% sure where this goes but I figured this would be the best place for right now.\n\nI live in Tx and recently there was an altercation so I live with grandparent who w...
{"created_utc": 1588927795, "full_link": "https://www.reddit.com/r/legaladvice/comments/gfpi91/the_company_im_renting_from_hasnt_taken_care_of/", "id": "gfpi91", "body": "I have lived in this apartment for a year and a half now. I am a college student renting for the first time, so I'm not really experienced with how a...
{"created_utc": 1517322479, "full_link": "https://www.reddit.com/r/legaladvice/comments/7u1cwx/forced_to_work_in_unhealthy_conditions_during/", "id": "7u1cwx", "body": "[AL] A friend of mine who works in surgery at a hospital is being forced to work in surgeries that require radiation that lead cannot protect against. ...
{"created_utc": 1590112486, "full_link": "https://www.reddit.com/r/legaladvice/comments/goaakf/oregon_wanting_to_break_lease_6_months_early/", "id": "goaakf", "body": "When is the landlord legally obligated to start looking for a new tenant? Will they look during the notice period or not until you have vacated the unit...
{"text": "Youll soon be hearing the chime\nClose to midnight\nIf I could turn back the time\nId make all right\nHow could it end like this?\nTheres a sting in the way you kiss me\nSomething within your eyes said it could be the last time\nFore its over!\nJust wanna be\nWanna bewitch you in the moonlight\nJust wanna be\...
{"text": "Living in the night, neath heavens torn asunder\nYou call on me to solve a crooked rhyme\nAs Im closing in imposing on your slumber\nYou call on me as bells begin to chime\nAre you on the square? Are you on the level?\nAre you ready to swear right here, right now before the devil?\nThat youre on the square? T...
{"text": "Were standing here by the abyss\nAnd the world is in flames\nTwo star-crossed lovers reaching out\nTo the beast with many names\nHe is, Hes the shining and the light without whom I cannot see\nAnd He is insurrection, He is spite, Hes the force that made me be\nHe is Nostro Dispater, NostrAlma Mater\nHe is\nWe...
{"text": "In times of turmoil, in times like these\nBeliefs contagious, spreading disease\nThis wretched mischief is now coursing through your souls\nNever to let go, never to let go\nThem rats \nInto your sanctum, you let them in\nNow, all your loved ones and all your kin\nWill suffer punishments beneath the wrath of ...
{"text": "I feel your presence amongst us\nYou cannot hide in the darkness\nCan you hear the rumble?\nCan you hear the rumble thats calling?\nI know your soul is not tainted\nEven though youve been told so\nCan you hear the rumble?\nCan you hear the rumble thats calling?\nI can feel the thunder thats breaking in your h...
{"text": "There is a scourge in the guise of sanctity\nA perpetrator with a quill, although its\nOften steeped in well-spun mystery\nThe accuser sends the bill, yeah\nI am all eyes\nI am all ears\nI am the wall\nAnd Im watching you fall\nBecause faith is mine\nThe Luddites shun the diabolical\nA fecal trail across the ...
{"text": "Many a sin I have witnessed and in many indeed I have been\nMany a rat Ive befriended and so many a thorn stood between\nBut of all the demons Ive known, none could compare to you\nEvery day that you feed me with hate\nI grow stronger\nEvery day that you feed me with hate\nI grow stronger\nDrink me, eat me\nT...
{"query-id": "5abd01335542993a06baf9fc", "corpus-id": 302511, "score": 1}
{"query-id": "5abff8c95542994516f4555c", "corpus-id": 1292446, "score": 1}
{"query-id": "5abff8c95542994516f4555c", "corpus-id": 215485, "score": 1}
{"query-id": "5adec8ad55429975fa854f8f", "corpus-id": 936787, "score": 1}
{"body": "I love how our positive way is to laugh of ourselves and say fuck it. We accept our shit and life with that but it feels so good to be able to laugh and know that there is lots of people feeling tge same.\nADHD exitation is great, and founding people that struggle like yourself and have your same isues is a b...
{"body": "I am really, really struggling with the sudden change in what's right. My family always mocked me for my compulsions and now they're on at *me* to wash my hands more. My medication isn't giving me the buffer anymore.", "subreddit": 0}
{"body": "i was just unconciously procrastinating doing homework thank you", "subreddit": 1}
{"body": "thank you bro but not rn lol. tryna waste time in the bus otw to school", "subreddit": 1}
{"body": "Walmart has a 14 oz. jar of Advanced Healing Ointment for dry cracked or irritated skin. No fragrance. Put it on at bedtime.\n\nI take Lexapro for depression and it is said to help OCD. There is a sub r/Lexapro", "subreddit": 0}
{"body": "Thank you for this, this is a reminder for me to my partner with ADHD. I do my best to remember and take things in a different perspective. Thank you.", "subreddit": 1}
{"body": "I bought the book \"at last a life\" a few weeks ago and it's completely changed my view of anxiety and how to live with it. I'm certainly not 100 yet but I'm a lot closer since reading.", "subreddit": 0}
{"body": "Sorry but you can't just blame ADHD for this... start holding yourself accountable. You are only a victim of your own actions. Nothing else. Sorry it sounds harsh but I do love you <3", "subreddit": 1}
{"title": "Multipoint touchscreen "}
{"title": "Touch screen device, method and graphic user interface for determining commands by applying heuristics "}
{"title": "Data object store and server for a cloud storage environment, including data deduplication and data management across multiple cloud storage sites "}
{"title": "Soybean event MON89788 and methods for detection thereof "}
{"title": "System and method for providing network support services and premises gateway support infrastructure "}
{"title": "Automated device provisioning and activation "}
{"title": "Unlocking a device by performing gestures on an unlock image "}
{"path": "docs/app/Examples/modules/Dropdown/Usage/DropdownExampleCustomNoResultsMessage.js", "repo_name": "mohammed88/Semantic-UI-React", "content": "import React from 'react'\nimport { Dropdown } from 'semantic-ui-react'\n\nconst DropdownExampleCustomNoResultsMessage = () => (\n <Dropdown\n options={[]}\n sear...
{"path": "src/components/animated_box.js", "repo_name": "rdenadai/mockingbird", "content": "import { css } from '../css';\nimport React, { Component } from 'react';\nimport { findDOMNode } from 'react-dom';\nimport Velocity from 'velocity-animate';\n\n// const uuid = require('uuid');\n\n\nclass AnimatedBox extends Comp...
{"path": "app/javascript/flavours/glitch/features/direct_timeline/components/conversation.js", "repo_name": "glitch-soc/mastodon", "content": "import React from 'react';\nimport PropTypes from 'prop-types';\nimport ImmutablePropTypes from 'react-immutable-proptypes';\nimport ImmutablePureComponent from 'react-immutable...
{"path": "frontend/src/DiscoverMovie/Exclusion/ExcludeMovieModal.js", "repo_name": "geogolem/Radarr", "content": "import PropTypes from 'prop-types';\nimport React from 'react';\nimport Modal from 'Components/Modal/Modal';\nimport { sizes } from 'Helpers/Props';\nimport ExcludeMovieModalContentConnector from './Exclude...
{"path": "django/webcode/webcode/frontend/node_modules/react-router-dom/es/Link.js", "repo_name": "OpenKGB/webcode", "content": "var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(...
{"path": "example/src/components/0-Logo/Logo.js", "repo_name": "KenPowers/css-modules-electron", "content": "import styles from './Logo.css';\n\nimport React, { Component } from 'react';\n\nexport default class Logo extends Component {\n\n render() {\n return <div className={styles.logo} />;\n }\n\n};\n"}
{"path": "src/containers/_base/stories/index.js", "repo_name": "timludikar/component-library", "content": "import React from 'react';\nimport { storiesOf } from '@kadira/storybook';\nimport BaseContainer from '../index';\n\nstoriesOf('container.BaseContainer', module)\n .add('default view', () => {\n return (\n ...
{"path": "src/parser/hunter/beastmastery/modules/talents/ChimaeraShot.js", "repo_name": "fyruna/WoWAnalyzer", "content": "import React from 'react';\nimport Analyzer from 'parser/core/Analyzer';\nimport SPELLS from 'common/SPELLS';\nimport SpellLink from 'common/SpellLink';\nimport ItemDamageDone from 'interface/others...
{"path": "src/scripts/base/Strong.js", "repo_name": "ButuzGOL/constructor", "content": "import React from 'react';\n\nexport default class Strong extends React.Component {\n\n getStyles() {\n return {\n fontWeight: 'bold'\n };\n }\n\n render() {\n return (\n <strong style={this.getStyles()}>\n ...
{"path": "js/components/inputgroup/regular.js", "repo_name": "ChiragHindocha/stay_fit", "content": "\nimport React, { Component } from 'react';\nimport { connect } from 'react-redux';\nimport { actions } from 'react-native-navigation-redux-helpers';\nimport { Container, Header, Title, Content, Button, Icon, Text, Body,...
{"task": "291d72cd_Privacy_Policy__Can_you_limit_this_sharing_", "input": "For our everyday business purposes - such as to process your transactions, maintain your account(s), respond to court orders and legal investigations, or report to credit bureaus [Does Capitol Federal share?] Yes [Can you limit this sharing?] ",...
{"task": "291d72cd_Privacy_Policy__Can_you_limit_this_sharing_", "input": "For our marketing purposes - to offer our products and services to you [Does Capitol Federal share?] Yes [Can you limit this sharing?] ", "output": "No", "options": [["N", "o"], ["W", "e", " ", "d", "o", "n", "'", "t", " ", "s", "h", "a", "r", "...
{"task": "291d72cd_Privacy_Policy__Can_you_limit_this_sharing_", "input": "For joint marketing with other financial companies [Does Capitol Federal share?] Yes [Can you limit this sharing?] ", "output": "No", "options": [["N", "o"], ["W", "e", " ", "d", "o", "n", "'", "t", " ", "s", "h", "a", "r", "e"]], "pageTitle": "...
{"task": "291d72cd_Privacy_Policy__Can_you_limit_this_sharing_", "input": "For our affiliates' everyday business purposes - information about your transactions and experiences [Does Capitol Federal share?] No [Can you limit this sharing?] ", "output": "We don't share", "options": [["N", "o"], ["W", "e", " ", "d", "o", ...
{"task": "291d72cd_Privacy_Policy__Can_you_limit_this_sharing_", "input": "For our affiliates' everyday business purposes - information about your creditworthiness [Does Capitol Federal share?] No [Can you limit this sharing?] ", "output": "We don't share", "options": [["N", "o"], ["W", "e", " ", "d", "o", "n", "'", "t...
{"task": "291d72cd_Privacy_Policy__Can_you_limit_this_sharing_", "input": "For our affiliates to market to you [Does Capitol Federal share?] No [Can you limit this sharing?] ", "output": "We don't share", "options": [["N", "o"], ["W", "e", " ", "d", "o", "n", "'", "t", " ", "s", "h", "a", "r", "e"]], "pageTitle": "Priv...
{"task": "291d72cd_Privacy_Policy__Can_you_limit_this_sharing_", "input": "For our nonaffiliates to market to you [Does Capitol Federal share?] No [Can you limit this sharing?] ", "output": "We don't share", "options": [["N", "o"], ["W", "e", " ", "d", "o", "n", "'", "t", " ", "s", "h", "a", "r", "e"]], "pageTitle": "P...
{"query_id": "1108939", "query": "what slows down the flow of blood"}
{"query_id": "1112389", "query": "what is the county for grand rapids, mn"}
{"query_id": "792752", "query": "what is ruclip"}
{"query_id": "1119729", "query": "what do you do when you have a nosebleed from having your nose"}
{"query_id": "1105095", "query": "where is sugar lake lodge located"}
{"query_id": "1105103", "query": "where is steph currys home in nc"}
{"query_id": "1127622", "query": "meaning of heat capacity"}
{"query_id": "1124979", "query": "synonym for treatment"}
{"query_id": "885490", "query": "what party is paul ryan in"}
{"dates": "2019-08-10T00:00:00.000-04:00", "no_arch": 0, "bart": 0, "bert": 0, "bert-generation": 0, "big_bird": 0, "bigbird_pegasus": 0, "blenderbot": 0, "blenderbot-small": 0, "bloom": 0, "camembert": 0, "codegen": 0, "ctrl": 0, "data2vec-text": 0, "electra": 0, "ernie": 0, "gpt2": 21576, "gpt_neo": 0, "gpt_neox": 0,...
{"dates": "2019-08-12T00:00:00.000-04:00", "no_arch": 0, "bart": 0, "bert": 0, "bert-generation": 0, "big_bird": 0, "bigbird_pegasus": 0, "blenderbot": 0, "blenderbot-small": 0, "bloom": 0, "camembert": 0, "codegen": 0, "ctrl": 0, "data2vec-text": 0, "electra": 0, "ernie": 0, "gpt2": 25986, "gpt_neo": 0, "gpt_neox": 0,...
{"dates": "2019-08-13T00:00:00.000-04:00", "no_arch": 0, "bart": 0, "bert": 0, "bert-generation": 0, "big_bird": 0, "bigbird_pegasus": 0, "blenderbot": 0, "blenderbot-small": 0, "bloom": 0, "camembert": 0, "codegen": 0, "ctrl": 0, "data2vec-text": 0, "electra": 0, "ernie": 0, "gpt2": 25617, "gpt_neo": 0, "gpt_neox": 0,...
{"dates": "2019-08-15T00:00:00.000-04:00", "no_arch": 0, "bart": 0, "bert": 0, "bert-generation": 0, "big_bird": 0, "bigbird_pegasus": 0, "blenderbot": 0, "blenderbot-small": 0, "bloom": 0, "camembert": 0, "codegen": 0, "ctrl": 0, "data2vec-text": 0, "electra": 0, "ernie": 0, "gpt2": 24510, "gpt_neo": 0, "gpt_neox": 0,...
{"dates": "2019-08-16T00:00:00.000-04:00", "no_arch": 0, "bart": 0, "bert": 0, "bert-generation": 0, "big_bird": 0, "bigbird_pegasus": 0, "blenderbot": 0, "blenderbot-small": 0, "bloom": 0, "camembert": 0, "codegen": 0, "ctrl": 0, "data2vec-text": 0, "electra": 0, "ernie": 0, "gpt2": 24960, "gpt_neo": 0, "gpt_neox": 0,...
{"dates": "2019-08-17T00:00:00.000-04:00", "no_arch": 0, "bart": 0, "bert": 0, "bert-generation": 0, "big_bird": 0, "bigbird_pegasus": 0, "blenderbot": 0, "blenderbot-small": 0, "bloom": 0, "camembert": 0, "codegen": 0, "ctrl": 0, "data2vec-text": 0, "electra": 0, "ernie": 0, "gpt2": 20958, "gpt_neo": 0, "gpt_neox": 0,...
{"dates": "2019-08-18T00:00:00.000-04:00", "no_arch": 0, "bart": 0, "bert": 0, "bert-generation": 0, "big_bird": 0, "bigbird_pegasus": 0, "blenderbot": 0, "blenderbot-small": 0, "bloom": 0, "camembert": 0, "codegen": 0, "ctrl": 0, "data2vec-text": 0, "electra": 0, "ernie": 0, "gpt2": 21458, "gpt_neo": 0, "gpt_neox": 0,...
{"text": "jump opposite left and turn left", "target": "I_TURN_LEFT I_TURN_LEFT I_JUMP I_TURN_LEFT", "evaluation_predictions": [0, 3, 241, 11317, 3, 11, 2927, 5753, 3, 5, 4, 80, 22, 248, 3, 7005, 3, 5, 4, 80]}
{"text": "jump around right and look opposite right twice", "target": "I_TURN_RIGHT I_JUMP I_TURN_RIGHT I_JUMP I_TURN_RIGHT I_JUMP I_TURN_RIGHT I_JUMP I_TURN_RIGHT I_TURN_RIGHT I_LOOK I_TURN_RIGHT I_TURN_RIGHT I_LOOK", "evaluation_predictions": [0, 3, 241, 11317, 13245, 3, 6150, 248, 3538, 3, 11, 2927, 5753, 3, 11, 292...
{"text": "jump opposite right thrice after look opposite left thrice", "target": "I_TURN_LEFT I_TURN_LEFT I_LOOK I_TURN_LEFT I_TURN_LEFT I_LOOK I_TURN_LEFT I_TURN_LEFT I_LOOK I_TURN_RIGHT I_TURN_RIGHT I_JUMP I_TURN_RIGHT I_TURN_RIGHT I_JUMP I_TURN_RIGHT I_TURN_RIGHT I_JUMP", "evaluation_predictions": [0, 3, 241, 11317,...
{"text": "look around left twice and look around right", "target": "I_TURN_LEFT I_LOOK I_TURN_LEFT I_LOOK I_TURN_LEFT I_LOOK I_TURN_LEFT I_LOOK I_TURN_LEFT I_LOOK I_TURN_LEFT I_LOOK I_TURN_LEFT I_LOOK I_TURN_LEFT I_LOOK I_TURN_RIGHT I_LOOK I_TURN_RIGHT I_LOOK I_TURN_RIGHT I_LOOK I_TURN_RIGHT I_LOOK", "evaluation_predic...