text
stringlengths
13
30k
{"prompt": "Build Haystack generative qa system consisting of deepset cloud document store, tfidf retriever and OpenAIAnswerGenerator", "pipeline": "{\"version\": \"1.8.0\", \"components\": [{\"name\": \"deepset_cloud_document_store\", \"type\": \"DeepsetCloudDocumentStore\", \"params\": {\"workspace\": \"default\", \"duplicate_documents\": \"overwrite\", \"similarity\": \"dot_product\", \"return_embedding\": false, \"label_index\": \"default\", \"embedding_dim\": 768}}, {\"name\": \"tfidf_retriever\", \"type\": \"TfidfRetriever\", \"params\": {\"top_k\": 10}}, {\"name\": \"open_ai_answer_generator\", \"type\": \"OpenAIAnswerGenerator\", \"params\": {\"model\": \"text-curie-001\", \"max_tokens\": 7, \"top_k\": 5, \"temperature\": 0, \"presence_penalty\": -2.0, \"frequency_penalty\": -2.0, \"progress_bar\": true}}], \"pipelines\": [{\"name\": \"my_generator_pipeline\", \"nodes\": [{\"inputs\": [\"Query\"], \"name\": \"tfidf_retriever\"}, {\"inputs\": [\"tfidf_retriever\"], \"name\": \"open_ai_answer_generator\"}]}]}"}
{"prompt": "Generate question answer generation system with rci reader and QuestionGenerator", "pipeline": "{\"version\": \"1.8.0\", \"components\": [{\"name\": \"question_generator\", \"type\": \"QuestionGenerator\", \"params\": {\"sep_token\": \"<sep>\", \"batch_size\": 16, \"progress_bar\": true, \"use_auth_token\": false}}, {\"name\": \"rci_reader\", \"type\": \"RCIReader\", \"params\": {\"row_model_name_or_path\": \"michaelrglass/albert-base-rci-wikisql-row\", \"column_model_name_or_path\": \"michaelrglass/albert-base-rci-wikisql-col\", \"use_gpu\": true, \"top_k\": 10, \"max_seq_len\": 256, \"use_auth_token\": false}}], \"pipelines\": [{\"name\": \"my_question_answering_pipeline\", \"nodes\": [{\"inputs\": [\"Query\"], \"name\": \"question_generator\"}, {\"inputs\": [\"question_generator\"], \"name\": \"rci_reader\"}]}]}"}
{"prompt": "Create generative qa pipeline using open distro elasticsearch document store, embedding retriever and ra generator", "pipeline": "{\"version\": \"1.8.0\", \"components\": [{\"name\": \"open_distro_elasticsearch_document_store\", \"type\": \"OpenDistroElasticsearchDocumentStore\", \"params\": {\"scheme\": \"https\", \"username\": \"admin\", \"password\": \"admin\", \"port\": 0, \"index\": \"document\", \"label_index\": \"label\", \"content_field\": \"content\", \"name_field\": \"name\", \"embedding_field\": \"embedding\", \"embedding_dim\": 768, \"analyzer\": \"standard\", \"verify_certs\": false, \"recreate_index\": false, \"create_index\": true, \"refresh_type\": \"wait_for\", \"similarity\": \"cosine\", \"timeout\": 30, \"return_embedding\": false, \"duplicate_documents\": \"overwrite\", \"index_type\": \"flat\", \"scroll\": \"1d\", \"skip_missing_embeddings\": true, \"synonym_type\": \"synonym\", \"use_system_proxy\": false}}, {\"name\": \"embedding_retriever\", \"type\": \"EmbeddingRetriever\", \"params\": {\"use_gpu\": true, \"batch_size\": 32, \"max_seq_len\": 512, \"pooling_strategy\": \"reduce_mean\", \"emb_extraction_layer\": -1, \"top_k\": 10, \"progress_bar\": true, \"use_auth_token\": false, \"scale_score\": true}}, {\"name\": \"ra_generator\", \"type\": \"RAGenerator\", \"params\": {\"model_name_or_path\": \"facebook/rag-token-nq\", \"generator_type\": \"token\", \"top_k\": 2, \"max_length\": 200, \"min_length\": 2, \"num_beams\": 2, \"embed_title\": true, \"use_gpu\": true, \"progress_bar\": true, \"use_auth_token\": false}}], \"pipelines\": [{\"name\": \"my_generator_pipeline\", \"nodes\": [{\"inputs\": [\"Query\"], \"name\": \"embedding_retriever\"}, {\"inputs\": [\"embedding_retriever\"], \"name\": \"ra_generator\"}]}]}"}
{"sentence": "Some engineers were astronauts.", "fol_translation": "exists x1.(_engineer(x1) & exists x2.(_astronaut(x2) & (x1 = x2)))"}
{"sentence": "Some items were facts.", "fol_translation": "exists x1.(_item(x1) & exists x2.(_fact(x2) & (x1 = x2)))"}
{"sentence": "Some sites are wetlands.", "fol_translation": "exists x1.(_site(x1) & exists x2.(_wetland(x2) & (x1 = x2)))"}
{"sentence": "Some objects are artefacts.", "fol_translation": "exists x1.(_object(x1) & exists x2.(_artefact(x2) & (x1 = x2)))"}
{"sentence": "Some objects are siblings.", "fol_translation": "exists x1.(_object(x1) & exists x2.(_sibling(x2) & (x1 = x2)))"}
{"sentence": "Some others are conflations.", "fol_translation": "exists x1.(_other(x1) & exists x2.(_conflation(x2) & (x1 = x2)))"}
{"sentence": "Some customs are ones.", "fol_translation": "exists x1.(_custom(x1) & exists x2.(_one(x2) & (x1 = x2)))"}
{"sentence": "Some members are masters.", "fol_translation": "exists x1.(_member(x1) & exists x2.(_master(x2) & (x1 = x2)))"}
{"sub": "Python", "title": "Flask -&gt; FastAPI", "selftext": "I'm happy with Flask and do not see the need to switch to FastAPI. Change my mind &amp; (ideally) point me to a nice tutorial that does just that in a demo project.", "upvote_ratio": 0.25, "id": "t3_ubiv0a", "created_utc": 1650885862.0}
{"sub": "Python", "title": "Ping Sweeper In Python", "selftext": "", "upvote_ratio": 0.84, "id": "t3_ubhkg4", "created_utc": 1650880947.0}
{"sub": "Python", "title": "Text Summarization with Huggingface Transformers and Python", "selftext": "", "upvote_ratio": 0.81, "id": "t3_ubgv0x", "created_utc": 1650877984.0}
{"sub": "Python", "title": "GitHub - helblazer811/ManimML: ManimML is a project focused on providing animations and visualizations of common machine learning concepts with the Manim Community Library.", "selftext": "", "upvote_ratio": 1.0, "id": "t3_ubfsl4", "created_utc": 1650873375.0}
{"sub": "Python", "title": "How do you write iOS apps in Python?", "selftext": "?", "upvote_ratio": 0.44, "id": "t3_ubehfi", "created_utc": 1650867723.0}
{"sub": "Python", "title": "Making a list of advanced topics in Python", "selftext": "I'm preparing for a technical interview. I failed the first one a week ago. I noticed the excercises were tagged as (advanced python). 2 coding questions, one from decorators and the other from SQL.\n\nI'm taking a month to prepare for my second chance at it. And I'm making a list of advanced topics/concepts in python. I don't want to be taken by surprise again.\n\nList comprehension\n\nAnonymous function\n\nDecorators\n\nGenerators\n\nException handling\n\nInheritance\n\nEncapsulation\n\nUnit testing\n\nRegex\n\nI need suggestions just in case I'm missing anything. I do practice coding excercises on hackerank.", "upvote_ratio": 0.6, "id": "t3_ubd7xt", "created_utc": 1650862809.0}
{"sub": "Python", "title": "Port scanning with Python", "selftext": "Lately I've been learning a bit about communicating over a network with Python and thought it might be fun to create a simple TCP port scanner. Had a lot of fun playing around with this on my home network. \n\nThe full project write up and code can be found [here](https://sheldonbarry.com/2022/04/24/port-scanning-with-python/).", "upvote_ratio": 0.63, "id": "t3_ubakvn", "created_utc": 1650853507.0}
{"sub": "Python", "title": "Monday Daily Thread: Project ideas!", "selftext": "Comment any project ideas beginner or advanced in this thread for others to give a try! If you complete one make sure to reply to the comment with how you found it and attach some source code! If you're looking for project ideas, you might be interested in checking out Al Sweigart's, [\"The Big Book of Small Python Projects\"](https://inventwithpython.com/bigbookpython/) which provides a list of projects and the code to make them work.", "upvote_ratio": 0.73, "id": "t3_ub7ugb", "created_utc": 1650844811.0}
{"sub": "Python", "title": "2-Button UI engine in MicroPython with \"Apps\" on a TTGO T-Display", "selftext": "https://youtu.be/wR3AkhD0nEg\n\nMore of a demo than anything at this point, but I've got working text entry, menus, loadable apps(any file named app_AppName.py is detected as an app).\n\nI also have sleep modes, and wakelock-like functionality(Including modem sleep), and the ability for one app to launch another, with arguments and return values.\n\nIn screen-off sleep mode, it uses 6mA without Wi-Fi(The USB chip and charge led takes some power, probably more like 0.5mA on battery). With Wi-Fi it's around 7mA with spikes every few seconds.\n\nWith the screen on, you get 45mA with spikes up to 65mA. Probably room to improve that. But I'm impressed by the low power capabilities of MP(Once you add some assorted pull requests from the internet).\n\nThe Calculator app actually just launches the text entry app, and evals the text you enter.\n\nThere's a stopwatch and a tally counter, and a settings menu where you can customize things like the colors, and set an app to auto-load as soon as it boots up.\n\nIn the future, I'll add password protection to prevent exiting the default app, and I'd like to eventually have some kind of mobile \"App store\" Android app for uploading new content, and maybe the ability to configure WiFi/MDNS/MQTT from the settings menu.\n\n\nThe original idea for this was to be a replacement for Logitech's Harmony remotes. I think it would be awesome to have an open source home automation remote, that used an app-capable OS, that could also be a replacement for smart wall switches.\n\nAnother fun thing I'd like to do is some kind of programming feature, so you could edit the logic for a little robot just with a 2 or 3 button menu.\n\nIf MicroPython ever gets BLE bonding, making a wireless keyboard emulator for media or presentations might be another fun app.", "upvote_ratio": 0.76, "id": "t3_ub6l4g", "created_utc": 1650840886.0}
{"Unnamed: 0.1": 0, "Unnamed: 0": 0, "Review_Date": " on 02/02/17 19:53 PM (PST)", "Author_Name": "Ricardo ", "Vehicle_Title": "1997 Toyota Previa Minivan LE 3dr Minivan", "Review_Title": "great vehicle, Toyota best design ever. thank you", "Review": " there is no way back, enjoy what you have .", "Rating": 5}
{"Unnamed: 0.1": 1, "Unnamed: 0": 1, "Review_Date": " on 12/17/16 16:40 PM (PST)", "Author_Name": "matt ", "Vehicle_Title": "1997 Toyota Previa Minivan LE All-Trac 3dr Minivan AWD", "Review_Title": "my 4th previa, best van ever made!", "Review": " 1st 95 went over 300k before being totalled by a truck running a red light. Walked away with no injuries. 2nd 95 le supercharged going strong at 155k. Just routine maintenance. Bought a 96 dx with 68 k, like new on inside. Middle bench removes in 2 minutes, easy to haul things. 95s had the great swiveling middle captain chairs. Could not resist a 1 owner 97 sc alltrac LE with 80k that I spotted on craigslist, talk about awesome in the snow! These are fantastic, reliable vans and the best used van value ever. Use as an enclosed pickup, or convert to a mini RV, loads of space inside. Easy to fix minor quirks like higher mileage valve cover gasket leaks, coolant reservoir outlet tube obstruction by debris, SADS bushing replacement, etc.", "Rating": 5}
{"Unnamed: 0.1": 2, "Unnamed: 0": 2, "Review_Date": " on 04/14/10 07:43 AM (PDT)", "Author_Name": "Joel G ", "Vehicle_Title": "1997 Toyota Previa Minivan LE 3dr Minivan", "Review_Title": "Mom's Taxi Babies Ride", "Review": " Sold 86 Toyota Van 285K miles to be replaced with 97 Previa with 1st baby coming in Jun. Perfect to carry 2nd kid in 99. Also carried Mom, Dad, Father-in-law to doctor's appt. Use mostly for reserve weekend duty. Did not change remote bat 6 yrs later. Did reg maint oil/filter chg every 3K. Used in business for 6 yrs as modified pick up truck by removing middle seat & folding 3rd row. Kids love this because they can lie down and sleep and watch tv. Our kids and parents in their 80s enjoyed trips to NY, VA, FL, LA, GA, TN, SC, NC, AL, TX, MA, CO. With this economy we are glad to have Toyotas in our family. Camry 02 replaced 88 Celica. Convinced five younger brothers to get Toyotas. They did.", "Rating": 5}
{"Unnamed: 0.1": 3, "Unnamed: 0": 3, "Review_Date": " on 11/12/08 17:31 PM (PST)", "Author_Name": "Dennis ", "Vehicle_Title": "1997 Toyota Previa Minivan LE All-Trac 3dr Minivan AWD", "Review_Title": "My Favorite Van Ever", "Review": " I have owned lots of vans, and the Previa is far and away the best van I have ever owned. Build quality is unbelievable (it's a Toyota, stupid), handling is exemplary with the mid- engine and AWD. Fuel mileage is 19 mpg around town, with up to 24 on the highway. I'm a Toyota salesman, and I sold this van new to an engineer and bought it from the family after he passed away. I constantly am amazed with the number of people who ask me if I want to sell it. Never is a hundred years.", "Rating": 5}
{"Unnamed: 0.1": 4, "Unnamed: 0": 4, "Review_Date": " on 04/14/08 22:47 PM (PDT)", "Author_Name": "Alf Skrastins ", "Vehicle_Title": "1997 Toyota Previa Minivan LE All-Trac 3dr Minivan AWD", "Review_Title": "Best Minivan ever", "Review": " My 1997 AWD Previa is the third one that I have owned. I previously had a 1991 and a 1994. All three have been completely trouble free, for a total of over 620K mi. The supercharger gives the 2.4 litre engine the punch of a V6, while delivering great gas mileage. I've been searching for a replacement for 5 years, but nothing made these days even comes close. The Sienna is too long, fat, low and is just not as much fun. If Toyota ever made a reasonable replacement for the Previa, I would buy it in an instance.", "Rating": 5}
{"Unnamed: 0.1": 5, "Unnamed: 0": 5, "Review_Date": " on 01/28/07 16:32 PM (PST)", "Author_Name": "Carlton ", "Vehicle_Title": "1997 Toyota Previa Minivan LE All-Trac 3dr Minivan AWD", "Review_Title": "Final model year of the great Previa", "Review": " An amazing vehicle: mid-engine, supercharged, all-wheel drive, 7-passenger with plenty of room, yet 2 inches shorter than the Camry! This was our 2nd Previa. The first was a 1992 LE AWD. We bought that one with ~37k mi, sold it with ~150k mi, and last I knew, it now has over 220k on it. I bought my '97 with 50k mi and it now has 164k. It has been VERY reliable (as was the '92) and I would buy another if they still sold them. The Sienna is nice, but it is longer, lower, and the AWD model has those stupid/expensive run-flat tires.", "Rating": 5}
{"Unnamed: 0.1": 6, "Unnamed: 0": 6, "Review_Date": " on 01/08/07 10:54 AM (PST)", "Author_Name": "tdiaz ", "Vehicle_Title": "1997 Toyota Previa Minivan LE 3dr Minivan", "Review_Title": "Great family car, LOTS OF ROOM", "Review": " I love this van, it's roomy and comfortable. The captain seats are great, it runs great. We have taken it on several long distant trips and it ran perfectly. We have had no mechanical problems, it has been well taken care of. Would definitely recommend. A++", "Rating": 5}
{"Unnamed: 0.1": 7, "Unnamed: 0": 7, "Review_Date": " on 01/07/03 00:00 AM (PST)", "Author_Name": "dysphonix ", "Vehicle_Title": "1997 Toyota Previa Minivan DX 3dr Minivan", "Review_Title": "The Best Van Ever Made Period.", "Review": " Excellent, reliable car. Great handling on \rstreet, snow, rain, etc. Good acceleration for \ra car its size. Reliable...I have over 140.000 \rmiles on mine, and never gave me any \rtrouble or has broken down. Not even a \rradiator hose! Quality Japanese \rengineering. Too bad they discontinued it.", "Rating": 5}
{"Unnamed: 0.1": 8, "Unnamed: 0": 8, "Review_Date": " on 07/10/18 13:41 PM (PDT)", "Author_Name": "Herb ", "Vehicle_Title": "2007 Toyota Avalon Sedan Limited 4dr Sedan (3.5L 6cyl 5A)", "Review_Title": "2007 Avalon", "Review": " Reliable and comfortable. Plenty of power and good gas mileage", "Rating": 5}
{"Unnamed: 0.1": 9, "Unnamed: 0": 9, "Review_Date": " on 06/10/18 14:17 PM (PDT)", "Author_Name": "Mike ", "Vehicle_Title": "2007 Toyota Avalon Sedan XLS 4dr Sedan (3.5L 6cyl 5A)", "Review_Title": "I'll drive this car until they take it away from m", "Review": " Bought this Avy in 2007 used with 1200 miles on it. A limo operator had it but traded it for two Lincoln Town Cars! I traveled for work and put 125k on it in three years without a single problem. Car now has 150k on it and it's as strong and comfy as ever. Had to put 1k in it three years ago but that's the only repair besides tires and brakes in all this time and mileage. Car rides smooth and quiet all day at 80 mph these days just as it did when I bought it. Now and then I think about getting something newer but then I take the Avy to the car wash and get it shined up and cleaned inside and I'm good for another year. This is, without a doubt, the best car I've ever owned in my 71 years. Well, to tell the truth, it's really tied with a 1997 Camry we have that has 125k on it. It, too, runs like a sewing machine.", "Rating": 5}
{"text": "cuid a haon "}
{"subject": "abdomen", "question": "Is it eating?", "label": false, "label_fine_grained": "never"}
{"subject": "acupuncture", "question": "Is it something specific?", "label": true, "label_fine_grained": "sometimes"}
{"subject": "adversary", "question": "Is it a friend?", "label": false, "label_fine_grained": "never"}
{"subject": "air", "question": "Can I find it anywhere?", "label": true, "label_fine_grained": "always"}
{"subject": "air", "question": "Can I speak about it?", "label": true, "label_fine_grained": "usually"}
{"text": "5 L 1 M 2 L 1 L 3 M 1 J 1 K 2 N 1 M 1 I 4 L 2 D 2 H 4 P 2 B 4 B 1 I 1 I 3 N 2 B 4 D 4 F 2 M 2 I 2 M 4 L 4 N 4 B 1 B 4 B 2 F 4 N 2 B 4 G 4 F 4 N 1 J 4 N 3 E 2 L 4 N 2 F 4 N 1 D 1 N 4 D 1 D 1 A 1 N 1 D 2 A 2 D 2 A 4 B 4 H 1 I 4 L 2 M 3 I 1 B 1 I 1 D 4 J 4 G 1 D 2 B 4 N 3 P 4 L 4 B 4 B 4 N 1 J 4 N 4 B 4 L 4 N 4 P 1 H 4 N 1 O 4 B 4 N 2 E 4 B 1 D 1 I 4 I 3 J 4 A 4 I 2 P 4 H 4 N 2 D 4 B 4 A 1 H 1 B 2 K 4 M 4 M 1 G 3 E 4 G 1 D 4 E 4 I 3 E 4 D 4 I 4 E 4 K 4 K 1 N 1 B 4 F 4 A 4 H 4 E 4 B 1 N 2 P 4 P 1 F 1 F 4 N 1 I 1 P 1 K 4 I 4 N 3 O 1 N 4 N 2 I 4 J 2 I 4 A 2 O 1 J 1 J 1 N 4 P 3 B 2 I 1 L 4 P 4 B 2 O 2 B 1 B 1 B 2 D 1 H 1 M 1 I 4 J 4 F 3 M 4 H 1 G 1 L 2 J 4 P 4 D 1 F 1 K 4 F 1 A 1 D 1 I 2 L 1 B 2 P 4 K 1 O 2 N 1 A 4 M 1 D 4 D 2 F 4 D 4 L 2 D 1 O 1 P 3 K 3 J 1 E 4 E 4 K 2 M 1 G 4 H 2 I 1 B 4 G 2 K 1 L 1 A 4 M 4 C 2 F 4 5 P 4 B 4 J 4 N 1 I 1 F 1 B 2 P 4 N 1 A 1 B 4 F 2 I 1 B 1 K 3 P 4 J 1 F 2 D 4 N 1 E 3"}
{"text": "5 P 4 M 1 N 1 A 2 D 2 D 4 J 1 G 3 P 4 D 4 B 1 B 2 D 4 P 4 B 1 N 4 N 2 D 1 N 1 F 4 N 4 B 4 D 4 M 1 N 1 A 1 B 1 F 1 A 4 D 1 A 4 E 4 M 4 N 1 P 2 P 4 H 1 P 1 A 3 P 4 B 1 A 1 B 1 A 1 A 2 E 2 A 4 A 1 P 4 G 1 I 1 P 1 A 1 G 1 D 3 A 1 B 4 G 2 H 3 N 2 M 2 H 1 F 3 P 4 P 1 M 1 H 4 E 3"}
{"text": "5 J 3 J 1 H 1 L 4 K 4 P 2 G 3 H 4 C 4 I 3 A 3 L 1 I 3 D 3 A 4 B 2 F 1 I 1 B 4 A 4 I 3 A 1 F 3 O 4 P 4 M 3 N 3 L 1 I 3 A 4 A 1 M 3 M 3 F 4 C 1 A 4 N 4 A 1 I 3 A 1 G 2 F 2 J 1 D 2 M 1 N 3 L 4 K 4 F 4 N 3 L 4 A 4 O 1 M 3 A 3 A 1 E 4 A 3 E 2 I 1 I 3 G 2 A 1 I 4 N 4 B 1 A 1 F 2 5 N 3 C 3 A 2 I 3 O 1 M 3 F 4 A 3 I 3 I 3 A 3 N 2 L 1 I 3 M 3 N 4 A 3 M 1 L 2 I 3 I 3 N 4 C 3 M 1 E 2 A 1 J 4 N 3 J 2 M 4 H 2 M 3 I 1 O 3 I 3 N 3 D 4 M 3 F 1 C 3 I 3 A 3 F 1 O 3 I 1 K 3 C 1 I 2 L 4 H 4 O 4 H 1 F 3 A 2 M 3 M 2 N 4 M 3 L 4 N 4 N 4 D 2 P 1 I 2 I 3 P 1 I 4 A 3 H 4 M 3 K 3 M 3 I 4 N 4 M 1 I 1 M 3 N 3 L 2 I 3 K 3 G 2 C 1 N 3 L 1 M 3 M 4 N 2 J 4 M 1 A 3 N 4 C 4 P 1 I 1 A 2 I 4 A 2 I 2 M 4 I 2 I 1 I 2 J 2 M 1 J 2 I 3 J 3 L 2 I 3 A 1 J 3 M 3 A 1 H 3 H 2 L 4 P 4 C 3 I 3 5 M 3 A 3 L 2 I 1 I 1 A 3 I 1 J 4 P 2 I 3 I 4 H 1 N 3 I 3 I 1 G 2 L 4 B 4 D 2 G 2 H 1 A 2 C 4 M 2 K 4 P 2 E 2 I 4 H 4 A 4 M 3 P 1 M 2 C 3 A 1 D 4 A 1 B 4 D 1 F 2 I 3 I 1 I 4 A 1 J 4 I 4 H 1 D 2 N 4 B 2 K 4 H 1 H 4 H 2 M 2 J 2 I 1 G 3 I 3 I 2 L 2 J 1 M 4 B 2 B 4 P 1 I 1 A 2 I 1 C 2 I 2 I 2 I 3 I 1 I 3 I 1 I 1 A 1 K 3 P 1 J 3 H 2 P 4 C 3 A 2 N 3 M 3 I 3 H 2 I 1 I 3 I 3 I 1 J 4 P 4 M 3 I 3 H 4 G 3 I 2 I 1 K 2 E 2 H 3 D 2 N 4 H 1 B 2 P 2 P 2 I 1 5 F 3 L 4 H 3 E 4 M 3 H 2 E 4 C 4 K 4 D 1 F 2 M 4 H 1 F 1 I 3 I 1 M 3 M 1 J 4 G 4 5 L 2 J 2 I 4 B 1 K 4 K 1 M 2 O 3 G 3 I 2 M 1 J 3 A 1 A 3 I 3 I 4 M 1 I 3 L 1 D 1 K 2 P 4 C 3 N 4 C 4 C 3 I 3 N 3 N 3 I 2 I 3 A 1 K 3 P 2 I 1 J 4 F 3 M 3 I 4 H 1 N 3 I 2 C 1 G 2 E 2 H 1 D 2 P 2 H 1 K 2 E 2 N 2 I 1 N 3 D 2 I 4 H 1 G 4 M 3 P 4 E 4 C 1 C 2 L 4 F 2 E 4 B 1 F 3 I 3 M 1 M 3 O 2 J 2 K 4 G 3 L 2 N 2 I 4 5 I 2 I 1 B 2 I 1 A 3 E 4 M 1 I 1 J 3 I 1 I 1 I 4 M 1 I 4 P 1 H 1 G 4 P 4 C 3 N 4 C 4 C 3 I 3 N 3 N 3 I 2 I 3 A 1 I 3 P 2 I 1 J 4 F 3 M 3 I 4 H 4 N 3 I 2 C 1 G 2 E 2 H 3 D 2 P 2 H 1 K 2 E 2 N 2 I 1 N 3 P 2 I 4 F 1 K 4 M 3 P 4 E 4 C 1 C 2 L 2 J 2 E 4 H 1 F 3 I 3 I 1 M 3 E 4 N 2 K 4 F 3 L 2 N 2 I 4 J 3 I 4 C 1 B 2 A 1 A 3 I 4 M 3 I 1 I 3 I 1 I 1 I 4 M 1 K 4 P 1 P 1 G 4 P 4 C 3 N 4 C 4 C 3 I 3 N 3 N 3 I 3 L 1 J 1 I 3 P 2 I 1 J 4 F 3 M 3 I 4 H 1 N 3 I 2 C 1 G 2 E 2 H 1 D 2 P 2 H 4 C 2 G 2 N 2 I 1 M 3 P 2 I 4 H 4 G 4 N 3 P 4 E 2 K 1 C 2 H 4 F 2 E 2 L 1 F 3 I 3 I 1 A 1 M 2 J 2 K 4 F 2 H 2 N 2 I 4 J 3 K 1 I 1 B 2 I 1 A 3 A 3 K 3 A 3 K 3 A 3 A 1 C 1 C 3 K 1 C 1 C 1 H 1 D 3 A 3 A 1 C 1 C 3 C 1 C 3 K 1 C 1 A 1 I 1 K 3 I 1 I 1 I 2 M 1 A 4 P 1 P 1 G 4 P 4 C 3 N 4 C 4 K 4 5 N 3 5 I 1 J 3 I 1 I 3 P 2 I 1 J 4 F 3 M 3 I 4 H 1 N 3 I 2 C 1 G 2 E 2 H 3 D 2 P 3 H 1 5 E 4 F 2 I 1 N 1 P 2 I 4 H 1 F 4 M 3 M 4 E 4 C 1 C 2 J 3 F 2 E 4 H 1 F 2 I 3 I 1 M 3 M 4 B 4 C 4 F 4 L 4 N 2 I 4 J 3 I 4 A 2 C 3 F 2 N 2 D 2 F 3 5 K 1 D 1 C 2 N 4 M 4 N 3 J 4 F 4 M 3 5 K 1 J 4 B 1 F 4 P 1 M 3 E 1"}
{"image id-1": "COCO_train2014_000000426824", "image id-2": "COCO_train2014_000000185002", "caption id-1": "813886", "caption id-2": "523800", "text-1": "A silver and green fire hydrant in the grass near poles. ", "text-2": "A busy city street lit up at night with traffic lights.", "clip-vit-patch32 similarity": 0.44153714179992676, "simcse cosine similarity": 0.17989730834960938, "bow iou": 0.0, "sent ratio": 1.0}
{"image id-1": "COCO_train2014_000000273929", "image id-2": "COCO_train2014_000000347312", "caption id-1": "349217", "caption id-2": "513316", "text-1": "A far away shot of Big Ben and the nearby complex.", "text-2": "There is a large tower that has a large clock at it's top.", "clip-vit-patch32 similarity": 0.25984901189804077, "simcse cosine similarity": 0.4698435068130493, "bow iou": 0.0, "sent ratio": 1.1818181818181819}
{"image id-1": "COCO_train2014_000000319396", "image id-2": "COCO_train2014_000000501959", "caption id-1": "480352", "caption id-2": "696139", "text-1": "A couple of toilets sitting next to each other in a bathroom.", "text-2": "A toilet with several extra rolls of paper sitting on the tank.", "clip-vit-patch32 similarity": 0.31055450439453125, "simcse cosine similarity": 0.6849604249000549, "bow iou": 0.09090909090909091, "sent ratio": 1.0}
{"image id-1": "COCO_train2014_000000446705", "image id-2": "COCO_train2014_000000381231", "caption id-1": "731295", "caption id-2": "706052", "text-1": "A person riding a snowboard through the air over a slope.", "text-2": "A person tilting as he flies on top of a ski board over a snowy ramp.", "clip-vit-patch32 similarity": 0.265738844871521, "simcse cosine similarity": 0.8414083123207092, "bow iou": 0.08333333333333333, "sent ratio": 1.4545454545454546}
{"image id-1": "COCO_train2014_000000168533", "image id-2": "COCO_train2014_000000215300", "caption id-1": "846", "caption id-2": "193978", "text-1": "a rope ladder is flying in the sky and attached to a street post", "text-2": "A kite with a long tail flies high amongst the dark clouds. ", "clip-vit-patch32 similarity": 0.5088149309158325, "simcse cosine similarity": 0.40932759642601013, "bow iou": 0.0, "sent ratio": 1.1666666666666667}
{"image id-1": "COCO_train2014_000000430763", "image id-2": "COCO_train2014_000000146599", "caption id-1": "85924", "caption id-2": "74266", "text-1": "A motorcycle cop parks on the street in front of a crowd.", "text-2": "A police officer on a police motorcycle rides past a line of men in uniforms.", "clip-vit-patch32 similarity": 0.5193161964416504, "simcse cosine similarity": 0.6479408740997314, "bow iou": 0.07692307692307693, "sent ratio": 1.25}
{"image id-1": "COCO_train2014_000000472690", "image id-2": "COCO_train2014_000000491305", "caption id-1": "402686", "caption id-2": "448414", "text-1": "a case with five shelves and many different kinds of donuts", "text-2": "microwave on top of a refrigerator that is next to stove", "clip-vit-patch32 similarity": 0.6245007514953613, "simcse cosine similarity": 0.23979507386684418, "bow iou": 0.0, "sent ratio": 1.0}
{"image id-1": "COCO_train2014_000000385084", "image id-2": "COCO_train2014_000000293339", "caption id-1": "198102", "caption id-2": "272612", "text-1": "A man laying on his surfboard is ready for a wave.", "text-2": "Surfer kicking up a lot of water while on top of a wave. ", "clip-vit-patch32 similarity": 0.21631324291229248, "simcse cosine similarity": 0.3872500956058502, "bow iou": 0.1, "sent ratio": 1.1818181818181819}
{"image id-1": "COCO_train2014_000000487409", "image id-2": "COCO_train2014_000000194538", "caption id-1": "95056", "caption id-2": "513265", "text-1": "Teddy bears are hung up in a row under a tent.", "text-2": "A teddy bear with multiple colors with a new tag still on it.", "clip-vit-patch32 similarity": 0.47918665409088135, "simcse cosine similarity": 0.4427546560764313, "bow iou": 0.08333333333333333, "sent ratio": 1.1818181818181819}
{"image id-1": "COCO_train2014_000000154745", "image id-2": "COCO_train2014_000000420750", "caption id-1": "517115", "caption id-2": "143918", "text-1": "A plethora of a type of fruit by banana's, lemons and limes.", "text-2": "Several clusters of bananas are fanned out in a fruit display.", "clip-vit-patch32 similarity": 0.39228081703186035, "simcse cosine similarity": 0.8452757596969604, "bow iou": 0.09090909090909091, "sent ratio": 1.0909090909090908}
{"File_path": "politics", "Articles": "Army chiefs in regiments decision..Military chiefs are expected to meet to make a final decision on the future of Scotland's Army regiments...A committee of the Army Board, which is made up of the most senior defence figures, will discuss plans for restructuring regiments on Monday. The proposals include cutting Scotland's six single-battalion regiments to five and merging these into a super regiment. The plans have faced stiff opposition from campaigners and politicians alike. The committee's decision must be ratified by Defence Secretary Geoff Hoon and Prime Minister Tony Blair. It is expected that it will be made public next week. When ministers announced a reorganisation of the Army it drew a question mark over the futures of the Black Watch, the Kings Own Scottish Borderers, the Royal Scots, the Royal Highland Fusiliers and the Argyll and Sutherland Highlanders. In October, the Council of Scottish Colonels proposed the merger of the Royal Scots and the King's Own Scottish Borderers into a single battalion...Under their vision, it would be one of five in the new super regiment. The proposals to either merge or amalgamate the six regiments into a super regiment sparked a political outcry, with Labour backbenchers and opposition politicians opposing the plan. They felt the timing was insensitive because the Black Watch was in the frontline in Iraq, suffering casualties. The Save the Scottish Regiments campaigners were so angered they threatened to stand against Labour at the next general election...Speaking ahead of the expected Army Board meeting, a spokesman said: \"The government and the Army Board have spent the past four months attempting to trick serving soldiers and the public into thinking their planned changes for the Scottish regiments are for the good of the Army and for that of the serving soldier. \"They are very much not for the good and will destroy Scotland's regiments by moulding them into a single super regiment which will lead to severe recruitment problems, a loss of local connections to those regiments and a loss to Scotland of an important part of her heritage and, most importantly, her future - the regiments are the envy of armies around the world.\" An alternative blueprint had been put forward by Labour MP Eric Joyce, who proposed going ahead with the merger while preserving the other regiments. For a brief time, there was speculation the prime minister might consider the plan, but that now seems unlikely. Speaking in Scotland last week, Mr Blair said the aim was to preserve tradition but introduce a more effective structure and hinted that a super regiment was likely. He said: \"They don't want to get rid of the history or the traditions of the regiment or the local connections - far from it, all they want to do is make sure they can transfer people easily across regiments and deploy them more flexibly.\" The prime minister said he hoped campaigners' concerns would be taken into account but the need for effective change had to be paramount.", "Summaries": "\"They are very much not for the good and will destroy Scotland's regiments by moulding them into a single super regiment which will lead to severe recruitment problems, a loss of local connections to those regiments and a loss to Scotland of an important part of her heritage and, most importantly, her future - the regiments are the envy of armies around the world.\"The proposals to either merge or amalgamate the six regiments into a super regiment sparked a political outcry, with Labour backbenchers and opposition politicians opposing the plan.The proposals include cutting Scotland's six single-battalion regiments to five and merging these into a super regiment.Speaking in Scotland last week, Mr Blair said the aim was to preserve tradition but introduce a more effective structure and hinted that a super regiment was likely.A committee of the Army Board, which is made up of the most senior defence figures, will discuss plans for restructuring regiments on Monday.Speaking ahead of the expected Army Board meeting, a spokesman said: \"The government and the Army Board have spent the past four months attempting to trick serving soldiers and the public into thinking their planned changes for the Scottish regiments are for the good of the Army and for that of the serving soldier.Under their vision, it would be one of five in the new super regiment.He said: \"They don't want to get rid of the history or the traditions of the regiment or the local connections - far from it, all they want to do is make sure they can transfer people easily across regiments and deploy them more flexibly.\""}
{"File_path": "politics", "Articles": "Howard denies split over ID cards..Michael Howard has denied his shadow cabinet was split over its decision to back controversial Labour plans to introduce ID cards...The Tory leader said his front bench team had reached a \"collective view\" after holding a \"good discussion\", but admitted it was \"not an easy issue\". He had decided to support the plans as the police said they would help fight terror, crime and illegal immigration. The Lib Dems have pledged to oppose the bill when it is debated next Monday...Tory sources say senior party figures had argued vociferously against the ID card scheme. Among those reported to have serious reservations over the strategy were senior shadow cabinet members David Davis, Oliver Letwin and Tim Yeo. But Mr Howard denied Mr Yeo, his transport and environment spokesman, said the plans \"stink\". He also said he was confident shadow home secretary Mr Davis would \"set out the position very clearly\" when he stands up to debate the matter next week. Mr Howard said the police had said ID cards could \"help them foil a terror bomb plot in which people could lose their lives\". He added: \"When the police say that you have to take them seriously\"...He acknowledged there were \"good libertarian arguments\" against the cards, but said the shadow Cabinet had weighed up all the \"conflicting interests\" before reaching its decision. \"I don't pretend that it is an easy decision but at the end of the day a decision has to be taken.\" He also denied he was afraid of looking \"soft\" on the issue, compared to Labour. The Conservatives announced their support for the government plans on Monday evening...Sources within the party told the BBC Mr Howard had always been in favour of ID cards, and tried to introduce them when he was Home Secretary. But the Tories insisted they would hold ministers to account over the precise purpose of the scheme...They said they would also press Labour over whether objectives could be met and whether the Home Office would be able to deliver them. And they pledged to assess the cost effectiveness of ID cards and whether people's privacy would be properly protected. \"It is important to remember that this bill will take a decade to come into full effect,\" a spokesman said. Lib Dem home affairs spokesman Mark Oaten has branded the ID scheme a waste of money and \"deeply flawed\". He said: \"This has all the signs of Michael Howard overruling colleagues' concerns over ID cards.\"..The chairman of the Bar Council, Guy Mansfield QC warned there was a real risk that people on the \"margins of society\" would be driven into the hands of extremists. \"What is going to happen to young Asian men when there has been a bomb gone off somewhere? They are going to be stopped. If they haven't [ID cards] they are going to be detained.\" Tory ex-minister Douglas Hogg said he opposed the plans for ID cards branding them a \"regressive\" step which would intrude into the lives of ordinary citizens without any counterbalancing benefits. He predicted ultimately carrying the cards would become compulsory and that would lead to large numbers of Britain's ethnic minorities being stopped by police.", "Summaries": "Michael Howard has denied his shadow cabinet was split over its decision to back controversial Labour plans to introduce ID cards.Mr Howard said the police had said ID cards could \"help them foil a terror bomb plot in which people could lose their lives\".He said: \"This has all the signs of Michael Howard overruling colleagues' concerns over ID cards.\"He also said he was confident shadow home secretary Mr Davis would \"set out the position very clearly\" when he stands up to debate the matter next week.He had decided to support the plans as the police said they would help fight terror, crime and illegal immigration.Tory ex-minister Douglas Hogg said he opposed the plans for ID cards branding them a \"regressive\" step which would intrude into the lives of ordinary citizens without any counterbalancing benefits.They said they would also press Labour over whether objectives could be met and whether the Home Office would be able to deliver them.But Mr Howard denied Mr Yeo, his transport and environment spokesman, said the plans \"stink\".Sources within the party told the BBC Mr Howard had always been in favour of ID cards, and tried to introduce them when he was Home Secretary.If they haven't [ID cards] they are going to be detained.\"And they pledged to assess the cost effectiveness of ID cards and whether people's privacy would be properly protected."}
{"File_path": "politics", "Articles": "Kilroy names election seat target..Ex-chat show host Robert Kilroy-Silk is to contest the Derbyshire seat of Erewash at the next general election...Labour's Elizabeth Blackman won the seat in 1997 and has a 6,932 majority. She says she will fight on her record \"as a hard-working constituency MP\". Mr Kilroy-Silk announced his plans a day after launching his new party, Veritas, the Latin for truth. The East Midlands MEP, who quit the UK Independence Party, wants his new group to \"change the face\" of UK politics. His choice of election constituency quashes speculation that he would stand against Defence Secretary Geoff Hoon in Ashfield, Nottinghamshire. UKIP won 31% of the vote in Erewash in last June's European elections - with Mr Kilroy-Silk among their candidates for the region. Until 1997, Erewash had been held by the Tories since 1970. Ms Blackman said she was proud of the government's achievements in the area. She declined to give her view of Mr Kilroy-Silk at this point...On Thursday, he told a London news conference that Veritas would avoid the old parties' \"lies and spin\". He said \"our country\" was being \"stolen from us\" by mass immigration and promised a \"firm but fair\" policy on immigration. Veritas says it hopes to contest most seats at the forthcoming general election but plans to announce detailed policies on crime, tax, pensions, health and defence over the next few weeks...UKIP leader Roger Knapman says he is glad to see the back of Mr Kilroy-Silk. Labour campaign spokesman Fraser Kemp said Veritas was joining \"an already crowded field on the right of British politics\". Mr Kilroy-Silk was joined in the new venture by one of UKIP's two London Assembly members, Damien Hockney, who is now Veritas' deputy leader...UKIP's chairman Petrina Holdsworth has said the group will just be a parody of the party the men have left. Mr Kilroy-Silk quit UKIP last week after months of tension as he vied unsuccessfully for the leadership of that party. He said he was ashamed to be a member of a UKIP whose leadership had \"gone AWOL\" after the great opportunity offered by its third place at last June's European elections. UKIP's leader, Roger Knapman, has said he is glad to see the back of Mr Kilroy-Silk. \"He has remarkable ability to influence people but, sadly, after the [European] election it became clear that he was more interested in the Robert Kilroy-Silk Party than the UK Independence Party so it was nice knowing him, now 'goodbye',\" he said. UKIP officials also argue Mr Kilroy-Silk has not been \"straightforward\" in attacking the party he once wanted to lead.", "Summaries": "UKIP's leader, Roger Knapman, has said he is glad to see the back of Mr Kilroy-Silk.\"He has remarkable ability to influence people but, sadly, after the [European] election it became clear that he was more interested in the Robert Kilroy-Silk Party than the UK Independence Party so it was nice knowing him, now 'goodbye',\" he said.UKIP leader Roger Knapman says he is glad to see the back of Mr Kilroy-Silk.UKIP won 31% of the vote in Erewash in last June's European elections - with Mr Kilroy-Silk among their candidates for the region.UKIP officials also argue Mr Kilroy-Silk has not been \"straightforward\" in attacking the party he once wanted to lead.Mr Kilroy-Silk announced his plans a day after launching his new party, Veritas, the Latin for truth.Mr Kilroy-Silk quit UKIP last week after months of tension as he vied unsuccessfully for the leadership of that party.Mr Kilroy-Silk was joined in the new venture by one of UKIP's two London Assembly members, Damien Hockney, who is now Veritas' deputy leader.Ex-chat show host Robert Kilroy-Silk is to contest the Derbyshire seat of Erewash at the next general election."}
{"edge_index": [[0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 2, 2, 2, 2, 12, 14, 14, 15, 17, 19, 19, 20, 22, 24, 24, 24, 24, 25, 27, 27, 28, 28, 29, 32, 34, 34, 35, 35, 37, 37, 38, 38, 39, 39, 40, 44, 44, 44, 45, 45, 46, 46, 47, 51, 53, 56, 56, 56, 56, 56, 57, 59, 59, 60, 62, 62, 62, 63, 63, 64, 64, 65, 69, 71, 73, 73, 74, 76, 76, 77, 77, 78, 81, 83, 83, 84, 86, 86, 87, 87, 88, 91, 93, 93, 93, 93, 94, 94, 94, 95, 95, 96, 98, 102, 102, 103, 105, 106, 106, 107, 109, 109, 109, 110, 110, 113, 115, 115, 115, 116, 116, 116, 117, 117, 118, 120, 126, 127, 127, 128, 128, 129, 132, 132, 132, 133, 133, 133, 134, 134, 135, 138, 140, 141, 143, 146, 147, 147, 148, 148, 149, 152, 154, 154, 154, 155, 155, 155, 156, 160, 160, 161, 163, 163, 164, 166, 166, 167, 169, 169, 170, 170, 171, 174, 174, 175, 177, 179, 179, 180, 182, 183, 183, 183, 184, 187, 189, 189, 190, 192, 192, 192, 192, 193, 193, 194, 197, 198, 200, 201, 203, 205, 206, 206, 206, 207, 207, 208, 211, 213, 215, 215, 216, 216, 216, 217, 221, 221, 222, 222, 223, 223, 223, 224, 226, 229, 231, 232, 232, 232, 233, 233, 234, 237, 239, 241, 242], [1, 2, 12, 14, 19, 24, 154, 189, 205, 215, 241, 3, 4, 5, 6, 7, 8, 9, 10, 11, 13, 15, 17, 16, 18, 20, 22, 21, 23, 25, 27, 34, 56, 26, 28, 32, 29, 31, 30, 33, 35, 55, 36, 37, 38, 44, 39, 43, 40, 42, 41, 45, 51, 53, 46, 50, 47, 49, 48, 52, 54, 57, 59, 73, 83, 93, 58, 60, 62, 61, 63, 69, 71, 64, 68, 65, 67, 66, 70, 72, 74, 76, 75, 77, 81, 78, 80, 79, 82, 84, 86, 85, 87, 91, 88, 90, 89, 92, 94, 102, 126, 146, 95, 100, 101, 96, 98, 97, 99, 103, 105, 104, 106, 107, 109, 108, 110, 113, 115, 111, 112, 114, 116, 124, 125, 117, 122, 123, 118, 120, 119, 121, 127, 128, 132, 129, 131, 130, 133, 143, 145, 134, 138, 140, 135, 137, 136, 139, 141, 142, 144, 147, 148, 152, 149, 151, 150, 153, 155, 160, 179, 156, 158, 159, 157, 161, 163, 162, 164, 166, 165, 167, 169, 168, 170, 174, 171, 173, 172, 175, 177, 176, 178, 180, 182, 181, 183, 184, 186, 187, 185, 188, 190, 192, 191, 193, 197, 200, 203, 194, 196, 195, 198, 199, 201, 202, 204, 206, 207, 211, 213, 208, 210, 209, 212, 214, 216, 221, 217, 219, 220, 218, 222, 231, 223, 229, 224, 226, 228, 225, 227, 230, 232, 233, 237, 239, 234, 236, 235, 238, 240, 242, 243]], "node_feat": [[59, 10028], [35, 1461], [93, 10028], [92, 10029], [92, 10029], [92, 6186], [92, 10029], [92, 9606], [62, 10028], [62, 10028], [79, 10029], [62, 10028], [30, 10028], [79, 10029], [4, 10028], [61, 1182], [78, 10028], [52, 10028], [54, 10028], [4, 10028], [61, 9921], [78, 10028], [52, 10028], [54, 10028], [33, 10028], [61, 10029], [78, 10028], [18, 10028], [8, 5641], [61, 6647], [54, 10028], [54, 10028], [61, 10029], [54, 10028], [40, 10028], [86, 10028], [64, 10028], [18, 10028], [8, 5280], [8, 6866], [61, 6647], [54, 10028], [54, 10028], [54, 10028], [18, 10028], [8, 5375], [8, 6866], [61, 6647], [54, 10028], [54, 10028], [54, 10028], [61, 10029], [54, 10028], [61, 10029], [54, 10028], [21, 10028], [33, 10028], [61, 10029], [78, 10028], [18, 10028], [61, 10029], [54, 10028], [18, 10028], [8, 5375], [8, 6866], [61, 6647], [54, 10028], [54, 10028], [54, 10028], [61, 10029], [54, 10028], [61, 10029], [54, 10028], [4, 10028], [61, 4973], [78, 10028], [18, 10028], [8, 10029], [61, 10029], [54, 10028], [54, 10028], [61, 10029], [54, 10028], [4, 10028], [61, 10029], [78, 10028], [18, 10028], [8, 10029], [61, 10029], [54, 10028], [54, 10028], [61, 4973], [54, 10028], [40, 10028], [20, 10028], [18, 10028], [61, 5556], [54, 10028], [61, 10029], [54, 10028], [65, 10028], [67, 159], [40, 10028], [61, 9606], [54, 10028], [30, 10028], [18, 10028], [61, 7175], [54, 10028], [18, 10028], [8, 4327], [79, 10029], [54, 10028], [61, 10029], [54, 10028], [41, 10028], [20, 10028], [18, 10028], [61, 5556], [54, 10028], [61, 10029], [54, 10028], [55, 10028], [67, 159], [79, 10029], [79, 10029], [30, 10028], [18, 10028], [8, 1929], [61, 1182], [54, 10028], [54, 10028], [81, 10028], [18, 10028], [8, 10029], [61, 10029], [54, 10028], [54, 10028], [61, 4973], [54, 10028], [95, 10029], [61, 10029], [54, 10028], [45, 10028], [67, 129], [54, 10028], [30, 10028], [18, 10028], [8, 1929], [61, 9921], [54, 10028], [54, 10028], [61, 10029], [54, 10028], [40, 10028], [20, 10028], [61, 6186], [54, 10028], [47, 10028], [62, 10028], [4, 10028], [61, 6186], [78, 10028], [18, 10028], [61, 5156], [54, 10028], [18, 10028], [61, 7906], [54, 10028], [18, 10028], [8, 8561], [61, 5854], [54, 10028], [54, 10028], [18, 10028], [61, 5556], [54, 10028], [61, 1182], [54, 10028], [40, 10028], [61, 9606], [54, 10028], [30, 10028], [18, 10028], [61, 7175], [54, 10028], [79, 10029], [61, 6186], [54, 10028], [4, 10028], [61, 10029], [78, 10028], [18, 10028], [8, 10029], [61, 6251], [54, 10028], [54, 10028], [95, 6186], [61, 6186], [54, 10028], [95, 1820], [61, 10029], [54, 10028], [95, 9757], [79, 3563], [30, 10028], [18, 10028], [8, 4242], [61, 10029], [54, 10028], [54, 10028], [61, 1182], [54, 10028], [61, 9921], [54, 10028], [40, 10028], [20, 10028], [61, 10029], [54, 10028], [48, 10028], [62, 10028], [88, 10028], [96, 10028], [18, 10028], [61, 6590], [54, 10028], [61, 10029], [54, 10028], [79, 9736], [61, 4032], [78, 10028], [30, 10028], [18, 10028], [8, 3671], [61, 6961], [54, 10028], [54, 10028], [61, 10029], [54, 10028], [61, 4032], [54, 10028], [73, 10028], [61, 10029], [54, 10028]], "node_is_attributed": [[0], [1], [0], [1], [1], [1], [1], [1], [0], [0], [1], [0], [0], [1], [0], [1], [0], [0], [0], [0], [1], [0], [0], [0], [0], [1], [0], [0], [1], [1], [0], [0], [1], [0], [0], [0], [0], [0], [1], [1], [1], [0], [0], [0], [0], [1], [1], [1], [0], [0], [0], [1], [0], [1], [0], [0], [0], [1], [0], [0], [1], [0], [0], [1], [1], [1], [0], [0], [0], [1], [0], [1], [0], [0], [1], [0], [0], [1], [1], [0], [0], [1], [0], [0], [1], [0], [0], [1], [1], [0], [0], [1], [0], [0], [0], [0], [1], [0], [1], [0], [0], [1], [0], [1], [0], [0], [0], [1], [0], [0], [1], [1], [0], [1], [0], [0], [0], [0], [1], [0], [1], [0], [0], [1], [1], [1], [0], [0], [1], [1], [0], [0], [0], [0], [1], [1], [0], [0], [1], [0], [1], [1], [0], [0], [1], [0], [0], [0], [1], [1], [0], [0], [1], [0], [0], [0], [1], [0], [0], [0], [0], [1], [0], [0], [1], [0], [0], [1], [0], [0], [1], [1], [0], [0], [0], [1], [0], [1], [0], [0], [1], [0], [0], [0], [1], [0], [1], [1], [0], [0], [1], [0], [0], [1], [1], [0], [0], [1], [1], [0], [1], [1], [0], [1], [1], [0], [0], [1], [1], [0], [0], [1], [0], [1], [0], [0], [0], [1], [0], [0], [0], [0], [0], [0], [1], [0], [1], [0], [1], [1], [0], [0], [0], [1], [1], [0], [0], [1], [0], [1], [0], [0], [1], [0]], "node_dfs_order": [[0], [1], [2], [3], [4], [5], [6], [7], [8], [9], [10], [11], [12], [13], [14], [15], [16], [17], [18], [19], [20], [21], [22], [23], [24], [25], [26], [27], [28], [29], [30], [31], [32], [33], [34], [35], [36], [37], [38], [39], [40], [41], [42], [43], [44], [45], [46], [47], [48], [49], [50], [51], [52], [53], [54], [55], [56], [57], [58], [59], [60], [61], [62], [63], [64], [65], [66], [67], [68], [69], [70], [71], [72], [73], [74], [75], [76], [77], [78], [79], [80], [81], [82], [83], [84], [85], [86], [87], [88], [89], [90], [91], [92], [93], [94], [95], [96], [97], [98], [99], [100], [101], [102], [103], [104], [105], [106], [107], [108], [109], [110], [111], [112], [113], [114], [115], [116], [117], [118], [119], [120], [121], [122], [123], [124], [125], [126], [127], [128], [129], [130], [131], [132], [133], [134], [135], [136], [137], [138], [139], [140], [141], [142], [143], [144], [145], [146], [147], [148], [149], [150], [151], [152], [153], [154], [155], [156], [157], [158], [159], [160], [161], [162], [163], [164], [165], [166], [167], [168], [169], [170], [171], [172], [173], [174], [175], [176], [177], [178], [179], [180], [181], [182], [183], [184], [185], [186], [187], [188], [189], [190], [191], [192], [193], [194], [195], [196], [197], [198], [199], [200], [201], [202], [203], [204], [205], [206], [207], [208], [209], [210], [211], [212], [213], [214], [215], [216], [217], [218], [219], [220], [221], [222], [223], [224], [225], [226], [227], [228], [229], [230], [231], [232], [233], [234], [235], [236], [237], [238], [239], [240], [241], [242], [243]], "node_depth": [[0], [1], [2], [3], [3], [3], [3], [3], [3], [3], [3], [3], [2], [3], [2], [3], [4], [3], [4], [2], [3], [4], [3], [4], [2], [3], [4], [3], [4], [5], [6], [5], [4], [5], [3], [4], [5], [5], [6], [7], [8], [9], [8], [7], [6], [7], [8], [9], [10], [9], [8], [7], [8], [7], [8], [4], [3], [4], [5], [4], [5], [6], [5], [6], [7], [8], [9], [8], [7], [6], [7], [6], [7], [4], [5], [6], [5], [6], [7], [8], [7], [6], [7], [4], [5], [6], [5], [6], [7], [8], [7], [6], [7], [4], [5], [6], [7], [8], [7], [8], [6], [6], [5], [6], [7], [6], [7], [8], [9], [8], [9], [10], [10], [9], [10], [9], [10], [11], [12], [13], [12], [13], [11], [11], [10], [10], [5], [6], [7], [8], [9], [8], [7], [8], [9], [10], [11], [10], [9], [10], [9], [10], [11], [8], [9], [8], [5], [6], [7], [8], [9], [8], [7], [8], [2], [3], [4], [5], [4], [4], [3], [4], [5], [4], [5], [6], [5], [6], [7], [6], [7], [8], [9], [8], [7], [8], [9], [8], [9], [3], [4], [5], [4], [5], [6], [7], [6], [6], [7], [2], [3], [4], [3], [4], [5], [6], [5], [4], [5], [6], [4], [5], [6], [4], [5], [2], [3], [4], [5], [6], [5], [4], [5], [4], [5], [2], [3], [4], [5], [4], [4], [3], [4], [5], [6], [7], [6], [7], [6], [5], [6], [4], [5], [6], [7], [8], [7], [6], [7], [6], [7], [2], [3], [4]], "y": [["train"]], "num_nodes": 244, "batch": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], "ptr": [0, 244], "node_feat_expanded": [["Module", "__NONE__"], ["FunctionDef", "_mask_"], ["arguments", "__NONE__"], ["arg", "__UNK__"], ["arg", "__UNK__"], ["arg", "n_neighbors"], ["arg", "__UNK__"], ["arg", "verbose"], ["NameConstant", "__NONE__"], ["NameConstant", "__NONE__"], ["Str", "__UNK__"], ["NameConstant", "__NONE__"], ["Expr", "__NONE__"], ["Str", "__UNK__"], ["Assign", "__NONE__"], ["Name", "X"], ["Store", "__NONE__"], ["List", "__NONE__"], ["Load", "__NONE__"], ["Assign", "__NONE__"], ["Name", "y"], ["Store", "__NONE__"], ["List", "__NONE__"], ["Load", "__NONE__"], ["For", "__NONE__"], ["Name", "__UNK__"], ["Store", "__NONE__"], ["Call", "__NONE__"], ["Attribute", "listdir"], ["Name", "os"], ["Load", "__NONE__"], ["Load", "__NONE__"], ["Name", "__UNK__"], ["Load", "__NONE__"], ["If", "__NONE__"], ["UnaryOp", "__NONE__"], ["Not", "__NONE__"], ["Call", "__NONE__"], ["Attribute", "isdir"], ["Attribute", "path"], ["Name", "os"], ["Load", "__NONE__"], ["Load", "__NONE__"], ["Load", "__NONE__"], ["Call", "__NONE__"], ["Attribute", "join"], ["Attribute", "path"], ["Name", "os"], ["Load", "__NONE__"], ["Load", "__NONE__"], ["Load", "__NONE__"], ["Name", "__UNK__"], ["Load", "__NONE__"], ["Name", "__UNK__"], ["Load", "__NONE__"], ["Continue", "__NONE__"], ["For", "__NONE__"], ["Name", "__UNK__"], ["Store", "__NONE__"], ["Call", "__NONE__"], ["Name", "__UNK__"], ["Load", "__NONE__"], ["Call", "__NONE__"], ["Attribute", "join"], ["Attribute", "path"], ["Name", "os"], ["Load", "__NONE__"], ["Load", "__NONE__"], ["Load", "__NONE__"], ["Name", "__UNK__"], ["Load", "__NONE__"], ["Name", "__UNK__"], ["Load", "__NONE__"], ["Assign", "__NONE__"], ["Name", "image"], ["Store", "__NONE__"], ["Call", "__NONE__"], ["Attribute", "__UNK__"], ["Name", "__UNK__"], ["Load", "__NONE__"], ["Load", "__NONE__"], ["Name", "__UNK__"], ["Load", "__NONE__"], ["Assign", "__NONE__"], ["Name", "__UNK__"], ["Store", "__NONE__"], ["Call", "__NONE__"], ["Attribute", "__UNK__"], ["Name", "__UNK__"], ["Load", "__NONE__"], ["Load", "__NONE__"], ["Name", "image"], ["Load", "__NONE__"], ["If", "__NONE__"], ["Compare", "__NONE__"], ["Call", "__NONE__"], ["Name", "len"], ["Load", "__NONE__"], ["Name", "__UNK__"], ["Load", "__NONE__"], ["NotEq", "__NONE__"], ["Num", "1"], ["If", "__NONE__"], ["Name", "verbose"], ["Load", "__NONE__"], ["Expr", "__NONE__"], ["Call", "__NONE__"], ["Name", "print"], ["Load", "__NONE__"], ["Call", "__NONE__"], ["Attribute", "format"], ["Str", "__UNK__"], ["Load", "__NONE__"], ["Name", "__UNK__"], ["Load", "__NONE__"], ["IfExp", "__NONE__"], ["Compare", "__NONE__"], ["Call", "__NONE__"], ["Name", "len"], ["Load", "__NONE__"], ["Name", "__UNK__"], ["Load", "__NONE__"], ["Lt", "__NONE__"], ["Num", "1"], ["Str", "__UNK__"], ["Str", "__UNK__"], ["Expr", "__NONE__"], ["Call", "__NONE__"], ["Attribute", "append"], ["Name", "X"], ["Load", "__NONE__"], ["Load", "__NONE__"], ["Subscript", "__NONE__"], ["Call", "__NONE__"], ["Attribute", "__UNK__"], ["Name", "__UNK__"], ["Load", "__NONE__"], ["Load", "__NONE__"], ["Name", "image"], ["Load", "__NONE__"], ["keyword", "__UNK__"], ["Name", "__UNK__"], ["Load", "__NONE__"], ["Index", "__NONE__"], ["Num", "0"], ["Load", "__NONE__"], ["Expr", "__NONE__"], ["Call", "__NONE__"], ["Attribute", "append"], ["Name", "y"], ["Load", "__NONE__"], ["Load", "__NONE__"], ["Name", "__UNK__"], ["Load", "__NONE__"], ["If", "__NONE__"], ["Compare", "__NONE__"], ["Name", "n_neighbors"], ["Load", "__NONE__"], ["Is", "__NONE__"], ["NameConstant", "__NONE__"], ["Assign", "__NONE__"], ["Name", "n_neighbors"], ["Store", "__NONE__"], ["Call", "__NONE__"], ["Name", "int"], ["Load", "__NONE__"], ["Call", "__NONE__"], ["Name", "round"], ["Load", "__NONE__"], ["Call", "__NONE__"], ["Attribute", "sqrt"], ["Name", "math"], ["Load", "__NONE__"], ["Load", "__NONE__"], ["Call", "__NONE__"], ["Name", "len"], ["Load", "__NONE__"], ["Name", "X"], ["Load", "__NONE__"], ["If", "__NONE__"], ["Name", "verbose"], ["Load", "__NONE__"], ["Expr", "__NONE__"], ["Call", "__NONE__"], ["Name", "print"], ["Load", "__NONE__"], ["Str", "__UNK__"], ["Name", "n_neighbors"], ["Load", "__NONE__"], ["Assign", "__NONE__"], ["Name", "__UNK__"], ["Store", "__NONE__"], ["Call", "__NONE__"], ["Attribute", "__UNK__"], ["Name", "neighbors"], ["Load", "__NONE__"], ["Load", "__NONE__"], ["keyword", "n_neighbors"], ["Name", "n_neighbors"], ["Load", "__NONE__"], ["keyword", "algorithm"], ["Name", "__UNK__"], ["Load", "__NONE__"], ["keyword", "weights"], ["Str", "distance"], ["Expr", "__NONE__"], ["Call", "__NONE__"], ["Attribute", "fit"], ["Name", "__UNK__"], ["Load", "__NONE__"], ["Load", "__NONE__"], ["Name", "X"], ["Load", "__NONE__"], ["Name", "y"], ["Load", "__NONE__"], ["If", "__NONE__"], ["Compare", "__NONE__"], ["Name", "__UNK__"], ["Load", "__NONE__"], ["IsNot", "__NONE__"], ["NameConstant", "__NONE__"], ["With", "__NONE__"], ["withitem", "__NONE__"], ["Call", "__NONE__"], ["Name", "open"], ["Load", "__NONE__"], ["Name", "__UNK__"], ["Load", "__NONE__"], ["Str", "wb"], ["Name", "f"], ["Store", "__NONE__"], ["Expr", "__NONE__"], ["Call", "__NONE__"], ["Attribute", "dump"], ["Name", "pickle"], ["Load", "__NONE__"], ["Load", "__NONE__"], ["Name", "__UNK__"], ["Load", "__NONE__"], ["Name", "f"], ["Load", "__NONE__"], ["Return", "__NONE__"], ["Name", "__UNK__"], ["Load", "__NONE__"]]}
{"edge_index": [[0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 2, 2, 10, 12, 12, 13, 13, 13, 15, 15, 17, 17, 18, 18, 19, 19, 20, 24, 26, 26, 26, 27, 27, 27, 28, 28, 28, 29, 29, 30, 30, 31, 31, 32, 36, 38, 41, 45, 47, 48, 48, 49, 51, 51, 52, 52, 55, 57, 57, 58, 58, 58, 60, 60, 60, 61, 65, 65, 65, 66, 70, 71, 71, 72, 75, 75, 76, 76, 76, 77, 81, 81, 82, 82, 83, 83, 83, 84, 86, 89, 91, 91, 92, 94, 94, 95, 95, 96, 99, 101, 101, 102, 104, 104, 105, 105, 106, 109, 111, 111, 112, 114, 114, 115, 115, 116, 119, 121, 121, 122, 122, 122, 123, 123, 124, 126, 130, 131, 133, 133, 134, 136, 136, 136, 137, 137, 138, 141, 143, 144, 146, 146, 147, 149, 149, 149, 150, 150, 151, 154, 156, 158, 158, 159, 161, 161, 162, 162, 162, 163, 163, 163, 164, 164, 164, 165, 165, 165, 166, 168, 171, 172, 175, 179, 181, 181, 182, 184, 184, 185, 187, 187, 188, 190, 192, 193, 193, 194, 194, 194, 195, 197, 197, 197, 198, 200, 203, 203, 203, 205, 208, 208, 209, 209, 209, 209, 210, 212, 214, 217, 217, 217, 217, 218, 220, 220, 221, 221, 222, 225, 227, 229], [1, 2, 10, 12, 57, 75, 101, 111, 121, 133, 146, 158, 192, 3, 4, 5, 6, 7, 8, 9, 11, 13, 47, 14, 15, 26, 16, 17, 18, 24, 19, 23, 20, 22, 21, 25, 27, 44, 45, 28, 41, 43, 29, 38, 40, 30, 36, 31, 35, 32, 34, 33, 37, 39, 42, 46, 48, 49, 51, 50, 52, 55, 53, 54, 56, 58, 70, 59, 60, 65, 61, 63, 64, 62, 66, 68, 69, 67, 71, 72, 74, 73, 76, 81, 77, 79, 80, 78, 82, 91, 83, 89, 84, 86, 88, 85, 87, 90, 92, 94, 93, 95, 99, 96, 98, 97, 100, 102, 104, 103, 105, 109, 106, 108, 107, 110, 112, 114, 113, 115, 119, 116, 118, 117, 120, 122, 130, 123, 128, 129, 124, 126, 125, 127, 131, 132, 134, 136, 135, 137, 141, 143, 138, 140, 139, 142, 144, 145, 147, 149, 148, 150, 154, 156, 151, 153, 152, 155, 157, 159, 161, 160, 162, 181, 163, 178, 179, 164, 175, 177, 165, 171, 174, 166, 168, 170, 167, 169, 172, 173, 176, 180, 182, 184, 183, 185, 187, 186, 188, 190, 189, 191, 193, 194, 208, 195, 197, 203, 196, 198, 200, 202, 199, 201, 204, 205, 207, 206, 209, 217, 210, 212, 214, 216, 211, 213, 215, 218, 220, 227, 229, 219, 221, 225, 222, 224, 223, 226, 228, 230]], "node_feat": [[59, 10028], [35, 1461], [93, 10028], [92, 10029], [92, 10029], [92, 6071], [92, 10029], [62, 10028], [62, 10028], [67, 149], [30, 10028], [79, 10029], [40, 10028], [15, 10028], [68, 10028], [86, 10028], [64, 10028], [18, 10028], [8, 5281], [8, 6866], [61, 6647], [54, 10028], [54, 10028], [54, 10028], [61, 10029], [54, 10028], [20, 10028], [81, 10028], [81, 10028], [18, 10028], [8, 8546], [8, 6866], [61, 6647], [54, 10028], [54, 10028], [54, 10028], [61, 10029], [54, 10028], [45, 10028], [67, 159], [54, 10028], [76, 10028], [67, 159], [54, 10028], [66, 10028], [61, 10029], [54, 10028], [72, 10028], [18, 10028], [61, 580], [54, 10028], [18, 10028], [8, 4327], [79, 10029], [54, 10028], [61, 10029], [54, 10028], [40, 10028], [15, 10028], [1, 10028], [20, 10028], [61, 10029], [54, 10028], [47, 10028], [62, 10028], [20, 10028], [61, 6071], [54, 10028], [47, 10028], [62, 10028], [72, 10028], [18, 10028], [61, 580], [54, 10028], [79, 10029], [40, 10028], [20, 10028], [61, 10029], [54, 10028], [47, 10028], [62, 10028], [88, 10028], [96, 10028], [18, 10028], [61, 6590], [54, 10028], [61, 6071], [54, 10028], [79, 7474], [61, 4032], [78, 10028], [4, 10028], [61, 10029], [78, 10028], [18, 10028], [8, 5664], [61, 6961], [54, 10028], [54, 10028], [61, 4032], [54, 10028], [4, 10028], [61, 10029], [78, 10028], [18, 10028], [8, 10029], [61, 10029], [54, 10028], [54, 10028], [61, 10029], [54, 10028], [4, 10028], [61, 10029], [78, 10028], [18, 10028], [8, 10029], [61, 10029], [54, 10028], [54, 10028], [61, 10029], [54, 10028], [40, 10028], [20, 10028], [18, 10028], [61, 5556], [54, 10028], [61, 10029], [54, 10028], [28, 10028], [67, 129], [73, 10028], [52, 10028], [54, 10028], [4, 10028], [61, 10029], [78, 10028], [18, 10028], [8, 10029], [61, 10029], [54, 10028], [54, 10028], [61, 10029], [54, 10028], [95, 10029], [61, 10029], [54, 10028], [4, 10028], [61, 10029], [78, 10028], [18, 10028], [8, 10029], [61, 10029], [54, 10028], [54, 10028], [61, 10029], [54, 10028], [95, 6186], [67, 159], [4, 10028], [61, 10029], [78, 10028], [53, 10028], [20, 10028], [81, 10028], [81, 10028], [81, 10028], [61, 10029], [54, 10028], [45, 10028], [67, 129], [54, 10028], [45, 10028], [61, 4911], [54, 10028], [54, 10028], [45, 10028], [67, 129], [54, 10028], [56, 10028], [61, 10029], [54, 10028], [94, 10028], [61, 4911], [78, 10028], [18, 10028], [61, 7448], [54, 10028], [18, 10028], [61, 5556], [54, 10028], [61, 10029], [54, 10028], [73, 10028], [53, 10028], [41, 10028], [61, 7530], [54, 10028], [83, 10028], [61, 7130], [54, 10028], [61, 5673], [54, 10028], [54, 10028], [83, 10028], [79, 9398], [61, 5673], [54, 10028], [54, 10028], [94, 10028], [83, 10028], [61, 7130], [78, 10028], [61, 5673], [78, 10028], [61, 7530], [78, 10028], [78, 10028], [18, 10028], [61, 9986], [54, 10028], [18, 10028], [8, 7134], [61, 10029], [54, 10028], [54, 10028], [61, 10029], [54, 10028], [61, 10029], [54, 10028], [61, 10029], [54, 10028]], "node_is_attributed": [[0], [1], [0], [1], [1], [1], [1], [0], [0], [1], [0], [1], [0], [0], [0], [0], [0], [0], [1], [1], [1], [0], [0], [0], [1], [0], [0], [0], [0], [0], [1], [1], [1], [0], [0], [0], [1], [0], [0], [1], [0], [0], [1], [0], [0], [1], [0], [0], [0], [1], [0], [0], [1], [1], [0], [1], [0], [0], [0], [0], [0], [1], [0], [0], [0], [0], [1], [0], [0], [0], [0], [0], [1], [0], [1], [0], [0], [1], [0], [0], [0], [0], [0], [0], [1], [0], [1], [0], [1], [1], [0], [0], [1], [0], [0], [1], [1], [0], [0], [1], [0], [0], [1], [0], [0], [1], [1], [0], [0], [1], [0], [0], [1], [0], [0], [1], [1], [0], [0], [1], [0], [0], [0], [0], [1], [0], [1], [0], [0], [1], [0], [0], [0], [0], [1], [0], [0], [1], [1], [0], [0], [1], [0], [1], [1], [0], [0], [1], [0], [0], [1], [1], [0], [0], [1], [0], [1], [1], [0], [1], [0], [0], [0], [0], [0], [0], [1], [0], [0], [1], [0], [0], [1], [0], [0], [0], [1], [0], [0], [1], [0], [0], [1], [0], [0], [1], [0], [0], [1], [0], [1], [0], [0], [0], [0], [1], [0], [0], [1], [0], [1], [0], [0], [0], [1], [1], [0], [0], [0], [0], [1], [0], [1], [0], [1], [0], [0], [0], [1], [0], [0], [1], [1], [0], [0], [1], [0], [1], [0], [1], [0]], "node_dfs_order": [[0], [1], [2], [3], [4], [5], [6], [7], [8], [9], [10], [11], [12], [13], [14], [15], [16], [17], [18], [19], [20], [21], [22], [23], [24], [25], [26], [27], [28], [29], [30], [31], [32], [33], [34], [35], [36], [37], [38], [39], [40], [41], [42], [43], [44], [45], [46], [47], [48], [49], [50], [51], [52], [53], [54], [55], [56], [57], [58], [59], [60], [61], [62], [63], [64], [65], [66], [67], [68], [69], [70], [71], [72], [73], [74], [75], [76], [77], [78], [79], [80], [81], [82], [83], [84], [85], [86], [87], [88], [89], [90], [91], [92], [93], [94], [95], [96], [97], [98], [99], [100], [101], [102], [103], [104], [105], [106], [107], [108], [109], [110], [111], [112], [113], [114], [115], [116], [117], [118], [119], [120], [121], [122], [123], [124], [125], [126], [127], [128], [129], [130], [131], [132], [133], [134], [135], [136], [137], [138], [139], [140], [141], [142], [143], [144], [145], [146], [147], [148], [149], [150], [151], [152], [153], [154], [155], [156], [157], [158], [159], [160], [161], [162], [163], [164], [165], [166], [167], [168], [169], [170], [171], [172], [173], [174], [175], [176], [177], [178], [179], [180], [181], [182], [183], [184], [185], [186], [187], [188], [189], [190], [191], [192], [193], [194], [195], [196], [197], [198], [199], [200], [201], [202], [203], [204], [205], [206], [207], [208], [209], [210], [211], [212], [213], [214], [215], [216], [217], [218], [219], [220], [221], [222], [223], [224], [225], [226], [227], [228], [229], [230]], "node_depth": [[0], [1], [2], [3], [3], [3], [3], [3], [3], [3], [2], [3], [2], [3], [4], [4], [5], [5], [6], [7], [8], [9], [8], [7], [6], [7], [4], [5], [6], [7], [8], [9], [10], [11], [10], [9], [8], [9], [7], [8], [7], [6], [7], [6], [5], [5], [6], [3], [4], [5], [6], [5], [6], [7], [7], [6], [7], [2], [3], [4], [4], [5], [6], [5], [5], [4], [5], [6], [5], [5], [3], [4], [5], [6], [5], [2], [3], [4], [5], [4], [4], [3], [4], [5], [6], [7], [6], [7], [6], [5], [6], [4], [5], [6], [5], [6], [7], [8], [7], [6], [7], [2], [3], [4], [3], [4], [5], [6], [5], [4], [5], [2], [3], [4], [3], [4], [5], [6], [5], [4], [5], [2], [3], [4], [5], [6], [5], [6], [4], [4], [3], [4], [5], [2], [3], [4], [3], [4], [5], [6], [5], [4], [5], [4], [5], [6], [2], [3], [4], [3], [4], [5], [6], [5], [4], [5], [4], [5], [2], [3], [4], [3], [4], [5], [6], [7], [8], [9], [8], [9], [8], [7], [8], [9], [7], [6], [7], [6], [5], [5], [6], [4], [5], [6], [5], [6], [7], [6], [7], [8], [7], [8], [2], [3], [4], [5], [6], [5], [6], [7], [6], [7], [6], [5], [6], [6], [7], [6], [4], [5], [6], [7], [6], [7], [6], [7], [6], [5], [6], [7], [6], [7], [8], [9], [8], [7], [8], [6], [7], [6], [7]], "y": [["predict"]], "num_nodes": 231, "batch": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], "ptr": [0, 231], "node_feat_expanded": [["Module", "__NONE__"], ["FunctionDef", "_mask_"], ["arguments", "__NONE__"], ["arg", "__UNK__"], ["arg", "__UNK__"], ["arg", "model_path"], ["arg", "__UNK__"], ["NameConstant", "__NONE__"], ["NameConstant", "__NONE__"], ["Num", "0.6"], ["Expr", "__NONE__"], ["Str", "__UNK__"], ["If", "__NONE__"], ["BoolOp", "__NONE__"], ["Or", "__NONE__"], ["UnaryOp", "__NONE__"], ["Not", "__NONE__"], ["Call", "__NONE__"], ["Attribute", "isfile"], ["Attribute", "path"], ["Name", "os"], ["Load", "__NONE__"], ["Load", "__NONE__"], ["Load", "__NONE__"], ["Name", "__UNK__"], ["Load", "__NONE__"], ["Compare", "__NONE__"], ["Subscript", "__NONE__"], ["Subscript", "__NONE__"], ["Call", "__NONE__"], ["Attribute", "splitext"], ["Attribute", "path"], ["Name", "os"], ["Load", "__NONE__"], ["Load", "__NONE__"], ["Load", "__NONE__"], ["Name", "__UNK__"], ["Load", "__NONE__"], ["Index", "__NONE__"], ["Num", "1"], ["Load", "__NONE__"], ["Slice", "__NONE__"], ["Num", "1"], ["Load", "__NONE__"], ["NotIn", "__NONE__"], ["Name", "__UNK__"], ["Load", "__NONE__"], ["Raise", "__NONE__"], ["Call", "__NONE__"], ["Name", "Exception"], ["Load", "__NONE__"], ["Call", "__NONE__"], ["Attribute", "format"], ["Str", "__UNK__"], ["Load", "__NONE__"], ["Name", "__UNK__"], ["Load", "__NONE__"], ["If", "__NONE__"], ["BoolOp", "__NONE__"], ["And", "__NONE__"], ["Compare", "__NONE__"], ["Name", "__UNK__"], ["Load", "__NONE__"], ["Is", "__NONE__"], ["NameConstant", "__NONE__"], ["Compare", "__NONE__"], ["Name", "model_path"], ["Load", "__NONE__"], ["Is", "__NONE__"], ["NameConstant", "__NONE__"], ["Raise", "__NONE__"], ["Call", "__NONE__"], ["Name", "Exception"], ["Load", "__NONE__"], ["Str", "__UNK__"], ["If", "__NONE__"], ["Compare", "__NONE__"], ["Name", "__UNK__"], ["Load", "__NONE__"], ["Is", "__NONE__"], ["NameConstant", "__NONE__"], ["With", "__NONE__"], ["withitem", "__NONE__"], ["Call", "__NONE__"], ["Name", "open"], ["Load", "__NONE__"], ["Name", "model_path"], ["Load", "__NONE__"], ["Str", "rb"], ["Name", "f"], ["Store", "__NONE__"], ["Assign", "__NONE__"], ["Name", "__UNK__"], ["Store", "__NONE__"], ["Call", "__NONE__"], ["Attribute", "load"], ["Name", "pickle"], ["Load", "__NONE__"], ["Load", "__NONE__"], ["Name", "f"], ["Load", "__NONE__"], ["Assign", "__NONE__"], ["Name", "__UNK__"], ["Store", "__NONE__"], ["Call", "__NONE__"], ["Attribute", "__UNK__"], ["Name", "__UNK__"], ["Load", "__NONE__"], ["Load", "__NONE__"], ["Name", "__UNK__"], ["Load", "__NONE__"], ["Assign", "__NONE__"], ["Name", "__UNK__"], ["Store", "__NONE__"], ["Call", "__NONE__"], ["Attribute", "__UNK__"], ["Name", "__UNK__"], ["Load", "__NONE__"], ["Load", "__NONE__"], ["Name", "__UNK__"], ["Load", "__NONE__"], ["If", "__NONE__"], ["Compare", "__NONE__"], ["Call", "__NONE__"], ["Name", "len"], ["Load", "__NONE__"], ["Name", "__UNK__"], ["Load", "__NONE__"], ["Eq", "__NONE__"], ["Num", "0"], ["Return", "__NONE__"], ["List", "__NONE__"], ["Load", "__NONE__"], ["Assign", "__NONE__"], ["Name", "__UNK__"], ["Store", "__NONE__"], ["Call", "__NONE__"], ["Attribute", "__UNK__"], ["Name", "__UNK__"], ["Load", "__NONE__"], ["Load", "__NONE__"], ["Name", "__UNK__"], ["Load", "__NONE__"], ["keyword", "__UNK__"], ["Name", "__UNK__"], ["Load", "__NONE__"], ["Assign", "__NONE__"], ["Name", "__UNK__"], ["Store", "__NONE__"], ["Call", "__NONE__"], ["Attribute", "__UNK__"], ["Name", "__UNK__"], ["Load", "__NONE__"], ["Load", "__NONE__"], ["Name", "__UNK__"], ["Load", "__NONE__"], ["keyword", "n_neighbors"], ["Num", "1"], ["Assign", "__NONE__"], ["Name", "__UNK__"], ["Store", "__NONE__"], ["ListComp", "__NONE__"], ["Compare", "__NONE__"], ["Subscript", "__NONE__"], ["Subscript", "__NONE__"], ["Subscript", "__NONE__"], ["Name", "__UNK__"], ["Load", "__NONE__"], ["Index", "__NONE__"], ["Num", "0"], ["Load", "__NONE__"], ["Index", "__NONE__"], ["Name", "i"], ["Load", "__NONE__"], ["Load", "__NONE__"], ["Index", "__NONE__"], ["Num", "0"], ["Load", "__NONE__"], ["LtE", "__NONE__"], ["Name", "__UNK__"], ["Load", "__NONE__"], ["comprehension", "__NONE__"], ["Name", "i"], ["Store", "__NONE__"], ["Call", "__NONE__"], ["Name", "range"], ["Load", "__NONE__"], ["Call", "__NONE__"], ["Name", "len"], ["Load", "__NONE__"], ["Name", "__UNK__"], ["Load", "__NONE__"], ["Return", "__NONE__"], ["ListComp", "__NONE__"], ["IfExp", "__NONE__"], ["Name", "rec"], ["Load", "__NONE__"], ["Tuple", "__NONE__"], ["Name", "pred"], ["Load", "__NONE__"], ["Name", "loc"], ["Load", "__NONE__"], ["Load", "__NONE__"], ["Tuple", "__NONE__"], ["Str", "unknown"], ["Name", "loc"], ["Load", "__NONE__"], ["Load", "__NONE__"], ["comprehension", "__NONE__"], ["Tuple", "__NONE__"], ["Name", "pred"], ["Store", "__NONE__"], ["Name", "loc"], ["Store", "__NONE__"], ["Name", "rec"], ["Store", "__NONE__"], ["Store", "__NONE__"], ["Call", "__NONE__"], ["Name", "zip"], ["Load", "__NONE__"], ["Call", "__NONE__"], ["Attribute", "predict"], ["Name", "__UNK__"], ["Load", "__NONE__"], ["Load", "__NONE__"], ["Name", "__UNK__"], ["Load", "__NONE__"], ["Name", "__UNK__"], ["Load", "__NONE__"], ["Name", "__UNK__"], ["Load", "__NONE__"]]}
{"edge_index": [[0, 1, 1, 1, 1, 1, 1, 1, 2, 2, 5, 7, 7, 8, 10, 10, 11, 11, 12, 12, 13, 13, 14, 17, 21, 21, 22, 24, 24, 25, 25, 26, 29, 31, 31, 31, 31, 31, 31, 31, 32, 32, 32, 33, 35, 35, 35, 35, 35, 36, 38, 40, 42, 46, 48, 49, 49, 49, 50, 50, 51, 54, 54, 54, 55, 55, 55, 56, 58, 61, 61, 61, 62, 64, 68, 69, 69, 69, 69, 74, 74, 75, 77, 77, 78, 78, 79, 83, 83, 84, 84, 84, 85, 87, 90, 90, 91, 91, 92, 95, 97, 98, 98, 98, 98, 99, 99, 100, 103, 103, 103, 104, 104, 104, 105, 107, 107, 107, 108, 108, 108, 109, 112, 117, 117, 117, 118, 120, 124, 125, 125, 125, 125, 130, 131, 131, 131, 131, 136, 137, 137, 137, 137, 138, 138, 139, 142, 142, 142, 143, 143, 143, 144, 148, 148, 148, 149, 149, 149, 150, 153, 158, 160, 161, 161, 161, 161, 161, 167, 168, 170, 171, 172, 172, 173], [1, 2, 5, 7, 21, 31, 167, 170, 3, 4, 6, 8, 10, 9, 11, 20, 12, 19, 13, 17, 14, 16, 15, 18, 22, 24, 23, 25, 29, 26, 28, 27, 30, 32, 46, 48, 74, 83, 97, 136, 33, 35, 45, 34, 36, 38, 40, 42, 44, 37, 39, 41, 43, 47, 49, 50, 54, 68, 51, 53, 52, 55, 61, 67, 56, 58, 60, 57, 59, 62, 64, 66, 63, 65, 69, 70, 71, 72, 73, 75, 77, 76, 78, 82, 79, 81, 80, 84, 90, 85, 87, 89, 86, 88, 91, 95, 92, 94, 93, 96, 98, 99, 103, 124, 130, 100, 102, 101, 104, 117, 123, 105, 107, 116, 106, 108, 114, 115, 109, 111, 112, 110, 113, 118, 120, 122, 119, 121, 125, 126, 127, 128, 129, 131, 132, 133, 134, 135, 137, 138, 142, 158, 160, 139, 141, 140, 143, 148, 157, 144, 146, 147, 145, 149, 155, 156, 150, 152, 153, 151, 154, 159, 161, 162, 163, 164, 165, 166, 168, 169, 171, 172, 173, 175, 174]], "node_feat": [[59, 10028], [35, 1461], [93, 10028], [92, 10029], [92, 7138], [30, 10028], [79, 10029], [4, 10028], [61, 10029], [78, 10028], [18, 10028], [8, 3036], [18, 10028], [8, 6590], [61, 675], [54, 10028], [54, 10028], [61, 10029], [54, 10028], [54, 10028], [79, 938], [4, 10028], [61, 3639], [78, 10028], [18, 10028], [8, 10029], [61, 10029], [54, 10028], [54, 10028], [61, 10029], [54, 10028], [33, 10028], [83, 10028], [61, 6195], [78, 10028], [83, 10028], [61, 9197], [78, 10028], [61, 7859], [78, 10028], [61, 2339], [78, 10028], [61, 5552], [78, 10028], [78, 10028], [78, 10028], [61, 7138], [54, 10028], [30, 10028], [18, 10028], [8, 7554], [61, 3639], [54, 10028], [54, 10028], [83, 10028], [83, 10028], [61, 5552], [54, 10028], [61, 9197], [54, 10028], [54, 10028], [83, 10028], [61, 7859], [54, 10028], [61, 2339], [54, 10028], [54, 10028], [54, 10028], [95, 6681], [83, 10028], [67, 129], [67, 129], [67, 234], [54, 10028], [4, 10028], [61, 6195], [78, 10028], [18, 10028], [8, 3772], [61, 6195], [54, 10028], [54, 10028], [79, 1135], [4, 10028], [83, 10028], [61, 10029], [78, 10028], [61, 10029], [78, 10028], [78, 10028], [18, 10028], [8, 10029], [61, 3639], [54, 10028], [54, 10028], [61, 6195], [54, 10028], [30, 10028], [18, 10028], [8, 7554], [61, 3639], [54, 10028], [54, 10028], [83, 10028], [83, 10028], [61, 5552], [54, 10028], [11, 10028], [11, 10028], [61, 2339], [54, 10028], [80, 10028], [61, 10029], [54, 10028], [80, 10028], [67, 167], [54, 10028], [83, 10028], [61, 7859], [54, 10028], [61, 2339], [54, 10028], [54, 10028], [54, 10028], [95, 4197], [83, 10028], [67, 129], [67, 129], [67, 234], [54, 10028], [95, 6681], [83, 10028], [67, 129], [67, 129], [67, 234], [54, 10028], [30, 10028], [18, 10028], [8, 9014], [61, 3639], [54, 10028], [54, 10028], [83, 10028], [11, 10028], [61, 5552], [54, 10028], [0, 10028], [67, 294], [11, 10028], [11, 10028], [61, 2339], [54, 10028], [80, 10028], [61, 10029], [54, 10028], [80, 10028], [67, 278], [54, 10028], [61, 6195], [54, 10028], [95, 4197], [83, 10028], [67, 234], [67, 234], [67, 234], [67, 234], [54, 10028], [23, 10028], [61, 3639], [22, 10028], [30, 10028], [18, 10028], [8, 8335], [61, 10029], [54, 10028], [54, 10028]], "node_is_attributed": [[0], [1], [0], [1], [1], [0], [1], [0], [1], [0], [0], [1], [0], [1], [1], [0], [0], [1], [0], [0], [1], [0], [1], [0], [0], [1], [1], [0], [0], [1], [0], [0], [0], [1], [0], [0], [1], [0], [1], [0], [1], [0], [1], [0], [0], [0], [1], [0], [0], [0], [1], [1], [0], [0], [0], [0], [1], [0], [1], [0], [0], [0], [1], [0], [1], [0], [0], [0], [1], [0], [1], [1], [1], [0], [0], [1], [0], [0], [1], [1], [0], [0], [1], [0], [0], [1], [0], [1], [0], [0], [0], [1], [1], [0], [0], [1], [0], [0], [0], [1], [1], [0], [0], [0], [0], [1], [0], [0], [0], [1], [0], [0], [1], [0], [0], [1], [0], [0], [1], [0], [1], [0], [0], [0], [1], [0], [1], [1], [1], [0], [1], [0], [1], [1], [1], [0], [0], [0], [1], [1], [0], [0], [0], [0], [1], [0], [0], [1], [0], [0], [1], [0], [0], [1], [0], [0], [1], [0], [1], [0], [1], [0], [1], [1], [1], [1], [0], [0], [1], [0], [0], [0], [1], [1], [0], [0]], "node_dfs_order": [[0], [1], [2], [3], [4], [5], [6], [7], [8], [9], [10], [11], [12], [13], [14], [15], [16], [17], [18], [19], [20], [21], [22], [23], [24], [25], [26], [27], [28], [29], [30], [31], [32], [33], [34], [35], [36], [37], [38], [39], [40], [41], [42], [43], [44], [45], [46], [47], [48], [49], [50], [51], [52], [53], [54], [55], [56], [57], [58], [59], [60], [61], [62], [63], [64], [65], [66], [67], [68], [69], [70], [71], [72], [73], [74], [75], [76], [77], [78], [79], [80], [81], [82], [83], [84], [85], [86], [87], [88], [89], [90], [91], [92], [93], [94], [95], [96], [97], [98], [99], [100], [101], [102], [103], [104], [105], [106], [107], [108], [109], [110], [111], [112], [113], [114], [115], [116], [117], [118], [119], [120], [121], [122], [123], [124], [125], [126], [127], [128], [129], [130], [131], [132], [133], [134], [135], [136], [137], [138], [139], [140], [141], [142], [143], [144], [145], [146], [147], [148], [149], [150], [151], [152], [153], [154], [155], [156], [157], [158], [159], [160], [161], [162], [163], [164], [165], [166], [167], [168], [169], [170], [171], [172], [173], [174], [175]], "node_depth": [[0], [1], [2], [3], [3], [2], [3], [2], [3], [4], [3], [4], [5], [6], [7], [8], [7], [6], [7], [5], [4], [2], [3], [4], [3], [4], [5], [6], [5], [4], [5], [2], [3], [4], [5], [4], [5], [6], [5], [6], [5], [6], [5], [6], [5], [4], [3], [4], [3], [4], [5], [6], [7], [6], [5], [6], [7], [8], [7], [8], [7], [6], [7], [8], [7], [8], [7], [6], [5], [6], [7], [7], [7], [7], [3], [4], [5], [4], [5], [6], [7], [6], [5], [3], [4], [5], [6], [5], [6], [5], [4], [5], [6], [7], [6], [5], [6], [3], [4], [5], [6], [7], [6], [5], [6], [7], [8], [7], [8], [9], [10], [9], [9], [10], [8], [8], [7], [6], [7], [8], [7], [8], [7], [6], [5], [6], [7], [7], [7], [7], [5], [6], [7], [7], [7], [7], [3], [4], [5], [6], [7], [6], [5], [6], [7], [8], [7], [7], [6], [7], [8], [9], [8], [8], [9], [7], [7], [6], [5], [6], [5], [6], [7], [7], [7], [7], [7], [2], [3], [4], [2], [3], [4], [5], [6], [5]], "y": [["show", "prediction", "labels", "on", "image"]], "num_nodes": 176, "batch": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], "ptr": [0, 176], "node_feat_expanded": [["Module", "__NONE__"], ["FunctionDef", "_mask_"], ["arguments", "__NONE__"], ["arg", "__UNK__"], ["arg", "predictions"], ["Expr", "__NONE__"], ["Str", "__UNK__"], ["Assign", "__NONE__"], ["Name", "__UNK__"], ["Store", "__NONE__"], ["Call", "__NONE__"], ["Attribute", "convert"], ["Call", "__NONE__"], ["Attribute", "open"], ["Name", "Image"], ["Load", "__NONE__"], ["Load", "__NONE__"], ["Name", "__UNK__"], ["Load", "__NONE__"], ["Load", "__NONE__"], ["Str", "RGB"], ["Assign", "__NONE__"], ["Name", "draw"], ["Store", "__NONE__"], ["Call", "__NONE__"], ["Attribute", "__UNK__"], ["Name", "__UNK__"], ["Load", "__NONE__"], ["Load", "__NONE__"], ["Name", "__UNK__"], ["Load", "__NONE__"], ["For", "__NONE__"], ["Tuple", "__NONE__"], ["Name", "name"], ["Store", "__NONE__"], ["Tuple", "__NONE__"], ["Name", "top"], ["Store", "__NONE__"], ["Name", "right"], ["Store", "__NONE__"], ["Name", "bottom"], ["Store", "__NONE__"], ["Name", "left"], ["Store", "__NONE__"], ["Store", "__NONE__"], ["Store", "__NONE__"], ["Name", "predictions"], ["Load", "__NONE__"], ["Expr", "__NONE__"], ["Call", "__NONE__"], ["Attribute", "rectangle"], ["Name", "draw"], ["Load", "__NONE__"], ["Load", "__NONE__"], ["Tuple", "__NONE__"], ["Tuple", "__NONE__"], ["Name", "left"], ["Load", "__NONE__"], ["Name", "top"], ["Load", "__NONE__"], ["Load", "__NONE__"], ["Tuple", "__NONE__"], ["Name", "right"], ["Load", "__NONE__"], ["Name", "bottom"], ["Load", "__NONE__"], ["Load", "__NONE__"], ["Load", "__NONE__"], ["keyword", "outline"], ["Tuple", "__NONE__"], ["Num", "0"], ["Num", "0"], ["Num", "255"], ["Load", "__NONE__"], ["Assign", "__NONE__"], ["Name", "name"], ["Store", "__NONE__"], ["Call", "__NONE__"], ["Attribute", "encode"], ["Name", "name"], ["Load", "__NONE__"], ["Load", "__NONE__"], ["Str", "UTF-8"], ["Assign", "__NONE__"], ["Tuple", "__NONE__"], ["Name", "__UNK__"], ["Store", "__NONE__"], ["Name", "__UNK__"], ["Store", "__NONE__"], ["Store", "__NONE__"], ["Call", "__NONE__"], ["Attribute", "__UNK__"], ["Name", "draw"], ["Load", "__NONE__"], ["Load", "__NONE__"], ["Name", "name"], ["Load", "__NONE__"], ["Expr", "__NONE__"], ["Call", "__NONE__"], ["Attribute", "rectangle"], ["Name", "draw"], ["Load", "__NONE__"], ["Load", "__NONE__"], ["Tuple", "__NONE__"], ["Tuple", "__NONE__"], ["Name", "left"], ["Load", "__NONE__"], ["BinOp", "__NONE__"], ["BinOp", "__NONE__"], ["Name", "bottom"], ["Load", "__NONE__"], ["Sub", "__NONE__"], ["Name", "__UNK__"], ["Load", "__NONE__"], ["Sub", "__NONE__"], ["Num", "10"], ["Load", "__NONE__"], ["Tuple", "__NONE__"], ["Name", "right"], ["Load", "__NONE__"], ["Name", "bottom"], ["Load", "__NONE__"], ["Load", "__NONE__"], ["Load", "__NONE__"], ["keyword", "fill"], ["Tuple", "__NONE__"], ["Num", "0"], ["Num", "0"], ["Num", "255"], ["Load", "__NONE__"], ["keyword", "outline"], ["Tuple", "__NONE__"], ["Num", "0"], ["Num", "0"], ["Num", "255"], ["Load", "__NONE__"], ["Expr", "__NONE__"], ["Call", "__NONE__"], ["Attribute", "text"], ["Name", "draw"], ["Load", "__NONE__"], ["Load", "__NONE__"], ["Tuple", "__NONE__"], ["BinOp", "__NONE__"], ["Name", "left"], ["Load", "__NONE__"], ["Add", "__NONE__"], ["Num", "6"], ["BinOp", "__NONE__"], ["BinOp", "__NONE__"], ["Name", "bottom"], ["Load", "__NONE__"], ["Sub", "__NONE__"], ["Name", "__UNK__"], ["Load", "__NONE__"], ["Sub", "__NONE__"], ["Num", "5"], ["Load", "__NONE__"], ["Name", "name"], ["Load", "__NONE__"], ["keyword", "fill"], ["Tuple", "__NONE__"], ["Num", "255"], ["Num", "255"], ["Num", "255"], ["Num", "255"], ["Load", "__NONE__"], ["Delete", "__NONE__"], ["Name", "draw"], ["Del", "__NONE__"], ["Expr", "__NONE__"], ["Call", "__NONE__"], ["Attribute", "show"], ["Name", "__UNK__"], ["Load", "__NONE__"], ["Load", "__NONE__"]]}
{"edge_index": [[0, 1, 1, 1, 2, 4, 6, 7, 7, 7, 7, 7, 8, 9, 9, 10, 13, 14, 14, 15, 18, 19, 19, 20, 23, 24, 24, 25], [1, 2, 4, 6, 3, 5, 7, 8, 13, 18, 23, 28, 9, 10, 12, 11, 14, 15, 17, 16, 19, 20, 22, 21, 24, 25, 27, 26]], "node_feat": [[59, 10028], [35, 1461], [93, 10028], [92, 7553], [30, 10028], [79, 10029], [73, 10028], [83, 10028], [18, 10028], [8, 9197], [61, 7553], [54, 10028], [54, 10028], [18, 10028], [8, 7859], [61, 7553], [54, 10028], [54, 10028], [18, 10028], [8, 2339], [61, 7553], [54, 10028], [54, 10028], [18, 10028], [8, 5552], [61, 7553], [54, 10028], [54, 10028], [54, 10028]], "node_is_attributed": [[0], [1], [0], [1], [0], [1], [0], [0], [0], [1], [1], [0], [0], [0], [1], [1], [0], [0], [0], [1], [1], [0], [0], [0], [1], [1], [0], [0], [0]], "node_dfs_order": [[0], [1], [2], [3], [4], [5], [6], [7], [8], [9], [10], [11], [12], [13], [14], [15], [16], [17], [18], [19], [20], [21], [22], [23], [24], [25], [26], [27], [28]], "node_depth": [[0], [1], [2], [3], [2], [3], [2], [3], [4], [5], [6], [7], [6], [4], [5], [6], [7], [6], [4], [5], [6], [7], [6], [4], [5], [6], [7], [6], [4]], "y": [["rect", "to", "css"]], "num_nodes": 29, "batch": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], "ptr": [0, 29], "node_feat_expanded": [["Module", "__NONE__"], ["FunctionDef", "_mask_"], ["arguments", "__NONE__"], ["arg", "rect"], ["Expr", "__NONE__"], ["Str", "__UNK__"], ["Return", "__NONE__"], ["Tuple", "__NONE__"], ["Call", "__NONE__"], ["Attribute", "top"], ["Name", "rect"], ["Load", "__NONE__"], ["Load", "__NONE__"], ["Call", "__NONE__"], ["Attribute", "right"], ["Name", "rect"], ["Load", "__NONE__"], ["Load", "__NONE__"], ["Call", "__NONE__"], ["Attribute", "bottom"], ["Name", "rect"], ["Load", "__NONE__"], ["Load", "__NONE__"], ["Call", "__NONE__"], ["Attribute", "left"], ["Name", "rect"], ["Load", "__NONE__"], ["Load", "__NONE__"], ["Load", "__NONE__"]]}
{"edge_index": [[0, 1, 1, 1, 2, 2, 5, 7, 8, 8, 8, 8, 8, 9, 9, 9, 10, 12, 12, 12, 13, 15, 19, 19, 19, 20, 22, 22, 22, 23, 25, 28, 28, 28, 29, 31, 34, 34, 34, 35, 37, 37, 37, 38, 40, 43, 43, 43, 44, 46, 49, 49, 49, 50, 52, 52, 52, 53, 55], [1, 2, 5, 7, 3, 4, 6, 8, 9, 19, 34, 49, 59, 10, 12, 18, 11, 13, 15, 17, 14, 16, 20, 22, 28, 21, 23, 25, 27, 24, 26, 29, 31, 33, 30, 32, 35, 37, 43, 36, 38, 40, 42, 39, 41, 44, 46, 48, 45, 47, 50, 52, 58, 51, 53, 55, 57, 54, 56]], "node_feat": [[59, 10028], [35, 1461], [93, 10028], [92, 3139], [92, 4982], [30, 10028], [79, 10029], [73, 10028], [83, 10028], [18, 10028], [61, 5862], [54, 10028], [81, 10028], [61, 3139], [54, 10028], [45, 10028], [67, 129], [54, 10028], [67, 129], [18, 10028], [61, 6000], [54, 10028], [81, 10028], [61, 3139], [54, 10028], [45, 10028], [67, 159], [54, 10028], [81, 10028], [61, 4982], [54, 10028], [45, 10028], [67, 159], [54, 10028], [18, 10028], [61, 6000], [54, 10028], [81, 10028], [61, 3139], [54, 10028], [45, 10028], [67, 215], [54, 10028], [81, 10028], [61, 4982], [54, 10028], [45, 10028], [67, 129], [54, 10028], [18, 10028], [61, 5862], [54, 10028], [81, 10028], [61, 3139], [54, 10028], [45, 10028], [67, 243], [54, 10028], [67, 129], [54, 10028]], "node_is_attributed": [[0], [1], [0], [1], [1], [0], [1], [0], [0], [0], [1], [0], [0], [1], [0], [0], [1], [0], [1], [0], [1], [0], [0], [1], [0], [0], [1], [0], [0], [1], [0], [0], [1], [0], [0], [1], [0], [0], [1], [0], [0], [1], [0], [0], [1], [0], [0], [1], [0], [0], [1], [0], [0], [1], [0], [0], [1], [0], [1], [0]], "node_dfs_order": [[0], [1], [2], [3], [4], [5], [6], [7], [8], [9], [10], [11], [12], [13], [14], [15], [16], [17], [18], [19], [20], [21], [22], [23], [24], [25], [26], [27], [28], [29], [30], [31], [32], [33], [34], [35], [36], [37], [38], [39], [40], [41], [42], [43], [44], [45], [46], [47], [48], [49], [50], [51], [52], [53], [54], [55], [56], [57], [58], [59]], "node_depth": [[0], [1], [2], [3], [3], [2], [3], [2], [3], [4], [5], [6], [5], [6], [7], [6], [7], [6], [5], [4], [5], [6], [5], [6], [7], [6], [7], [6], [5], [6], [7], [6], [7], [6], [4], [5], [6], [5], [6], [7], [6], [7], [6], [5], [6], [7], [6], [7], [6], [4], [5], [6], [5], [6], [7], [6], [7], [6], [5], [4]], "y": [["trim", "css", "to", "bounds"]], "num_nodes": 60, "batch": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], "ptr": [0, 60], "node_feat_expanded": [["Module", "__NONE__"], ["FunctionDef", "_mask_"], ["arguments", "__NONE__"], ["arg", "css"], ["arg", "image_shape"], ["Expr", "__NONE__"], ["Str", "__UNK__"], ["Return", "__NONE__"], ["Tuple", "__NONE__"], ["Call", "__NONE__"], ["Name", "max"], ["Load", "__NONE__"], ["Subscript", "__NONE__"], ["Name", "css"], ["Load", "__NONE__"], ["Index", "__NONE__"], ["Num", "0"], ["Load", "__NONE__"], ["Num", "0"], ["Call", "__NONE__"], ["Name", "min"], ["Load", "__NONE__"], ["Subscript", "__NONE__"], ["Name", "css"], ["Load", "__NONE__"], ["Index", "__NONE__"], ["Num", "1"], ["Load", "__NONE__"], ["Subscript", "__NONE__"], ["Name", "image_shape"], ["Load", "__NONE__"], ["Index", "__NONE__"], ["Num", "1"], ["Load", "__NONE__"], ["Call", "__NONE__"], ["Name", "min"], ["Load", "__NONE__"], ["Subscript", "__NONE__"], ["Name", "css"], ["Load", "__NONE__"], ["Index", "__NONE__"], ["Num", "2"], ["Load", "__NONE__"], ["Subscript", "__NONE__"], ["Name", "image_shape"], ["Load", "__NONE__"], ["Index", "__NONE__"], ["Num", "0"], ["Load", "__NONE__"], ["Call", "__NONE__"], ["Name", "max"], ["Load", "__NONE__"], ["Subscript", "__NONE__"], ["Name", "css"], ["Load", "__NONE__"], ["Index", "__NONE__"], ["Num", "3"], ["Load", "__NONE__"], ["Num", "0"], ["Load", "__NONE__"]]}
{"edge_index": [[0, 1, 1, 1, 1, 2, 2, 5, 7, 7, 8, 8, 8, 9, 9, 10, 12, 16, 17, 17, 18, 18, 19, 23, 24, 24, 24, 25, 25, 26, 26, 27, 31, 31, 31, 32, 35, 37], [1, 2, 5, 7, 23, 3, 4, 6, 8, 16, 9, 14, 15, 10, 12, 11, 13, 17, 18, 22, 19, 21, 20, 24, 25, 31, 37, 26, 30, 27, 29, 28, 32, 34, 35, 33, 36, 38]], "node_feat": [[59, 10028], [35, 1461], [93, 10028], [92, 10029], [92, 10029], [30, 10028], [79, 10029], [40, 10028], [20, 10028], [18, 10028], [61, 5556], [54, 10028], [61, 10029], [54, 10028], [28, 10028], [67, 129], [73, 10028], [18, 10028], [8, 3765], [61, 6418], [54, 10028], [54, 10028], [67, 129], [73, 10028], [18, 10028], [8, 6395], [8, 5600], [61, 6418], [54, 10028], [54, 10028], [54, 10028], [11, 10028], [61, 10029], [54, 10028], [80, 10028], [61, 10029], [54, 10028], [95, 2142], [67, 159]], "node_is_attributed": [[0], [1], [0], [1], [1], [0], [1], [0], [0], [0], [1], [0], [1], [0], [0], [1], [0], [0], [1], [1], [0], [0], [1], [0], [0], [1], [1], [1], [0], [0], [0], [0], [1], [0], [0], [1], [0], [1], [1]], "node_dfs_order": [[0], [1], [2], [3], [4], [5], [6], [7], [8], [9], [10], [11], [12], [13], [14], [15], [16], [17], [18], [19], [20], [21], [22], [23], [24], [25], [26], [27], [28], [29], [30], [31], [32], [33], [34], [35], [36], [37], [38]], "node_depth": [[0], [1], [2], [3], [3], [2], [3], [2], [3], [4], [5], [6], [5], [6], [4], [4], [3], [4], [5], [6], [7], [6], [5], [2], [3], [4], [5], [6], [7], [6], [5], [4], [5], [6], [5], [5], [6], [4], [5]], "y": [["face", "distance"]], "num_nodes": 39, "batch": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], "ptr": [0, 39], "node_feat_expanded": [["Module", "__NONE__"], ["FunctionDef", "_mask_"], ["arguments", "__NONE__"], ["arg", "__UNK__"], ["arg", "__UNK__"], ["Expr", "__NONE__"], ["Str", "__UNK__"], ["If", "__NONE__"], ["Compare", "__NONE__"], ["Call", "__NONE__"], ["Name", "len"], ["Load", "__NONE__"], ["Name", "__UNK__"], ["Load", "__NONE__"], ["Eq", "__NONE__"], ["Num", "0"], ["Return", "__NONE__"], ["Call", "__NONE__"], ["Attribute", "empty"], ["Name", "np"], ["Load", "__NONE__"], ["Load", "__NONE__"], ["Num", "0"], ["Return", "__NONE__"], ["Call", "__NONE__"], ["Attribute", "norm"], ["Attribute", "linalg"], ["Name", "np"], ["Load", "__NONE__"], ["Load", "__NONE__"], ["Load", "__NONE__"], ["BinOp", "__NONE__"], ["Name", "__UNK__"], ["Load", "__NONE__"], ["Sub", "__NONE__"], ["Name", "__UNK__"], ["Load", "__NONE__"], ["keyword", "axis"], ["Num", "1"]]}
{"edge_index": [[0, 1, 1, 1, 1, 1, 2, 2, 2, 6, 8, 8, 9, 11, 11, 12, 12, 13, 13, 14, 18, 20, 20, 21, 23, 23, 24, 26, 26, 27, 27, 28, 31, 33, 34, 34, 35, 35, 36, 39], [1, 2, 6, 8, 20, 33, 3, 4, 5, 7, 9, 11, 10, 12, 18, 13, 17, 14, 16, 15, 19, 21, 23, 22, 24, 26, 25, 27, 31, 28, 30, 29, 32, 34, 35, 39, 36, 38, 37, 40]], "node_feat": [[59, 10028], [35, 1461], [93, 10028], [92, 4147], [92, 6057], [79, 938], [30, 10028], [79, 10029], [4, 10028], [61, 4970], [78, 10028], [18, 10028], [8, 6590], [8, 675], [61, 846], [54, 10028], [54, 10028], [54, 10028], [61, 4147], [54, 10028], [40, 10028], [61, 6057], [54, 10028], [4, 10028], [61, 4970], [78, 10028], [18, 10028], [8, 3036], [61, 4970], [54, 10028], [54, 10028], [61, 6057], [54, 10028], [73, 10028], [18, 10028], [8, 2000], [61, 6418], [54, 10028], [54, 10028], [61, 4970], [54, 10028]], "node_is_attributed": [[0], [1], [0], [1], [1], [1], [0], [1], [0], [1], [0], [0], [1], [1], [1], [0], [0], [0], [1], [0], [0], [1], [0], [0], [1], [0], [0], [1], [1], [0], [0], [1], [0], [0], [0], [1], [1], [0], [0], [1], [0]], "node_dfs_order": [[0], [1], [2], [3], [4], [5], [6], [7], [8], [9], [10], [11], [12], [13], [14], [15], [16], [17], [18], [19], [20], [21], [22], [23], [24], [25], [26], [27], [28], [29], [30], [31], [32], [33], [34], [35], [36], [37], [38], [39], [40]], "node_depth": [[0], [1], [2], [3], [3], [3], [2], [3], [2], [3], [4], [3], [4], [5], [6], [7], [6], [5], [4], [5], [2], [3], [4], [3], [4], [5], [4], [5], [6], [7], [6], [5], [6], [2], [3], [4], [5], [6], [5], [4], [5]], "y": [["load", "image", "file"]], "num_nodes": 41, "batch": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], "ptr": [0, 41], "node_feat_expanded": [["Module", "__NONE__"], ["FunctionDef", "_mask_"], ["arguments", "__NONE__"], ["arg", "file"], ["arg", "mode"], ["Str", "RGB"], ["Expr", "__NONE__"], ["Str", "__UNK__"], ["Assign", "__NONE__"], ["Name", "im"], ["Store", "__NONE__"], ["Call", "__NONE__"], ["Attribute", "open"], ["Attribute", "Image"], ["Name", "PIL"], ["Load", "__NONE__"], ["Load", "__NONE__"], ["Load", "__NONE__"], ["Name", "file"], ["Load", "__NONE__"], ["If", "__NONE__"], ["Name", "mode"], ["Load", "__NONE__"], ["Assign", "__NONE__"], ["Name", "im"], ["Store", "__NONE__"], ["Call", "__NONE__"], ["Attribute", "convert"], ["Name", "im"], ["Load", "__NONE__"], ["Load", "__NONE__"], ["Name", "mode"], ["Load", "__NONE__"], ["Return", "__NONE__"], ["Call", "__NONE__"], ["Attribute", "array"], ["Name", "np"], ["Load", "__NONE__"], ["Load", "__NONE__"], ["Name", "im"], ["Load", "__NONE__"]]}
{"edge_index": [[0, 1, 1, 1, 2, 2, 2, 2, 2, 8, 10, 10, 10, 11, 11, 11, 12, 16, 17, 17, 17, 18, 20, 22, 24, 25, 25, 25, 26, 28, 30], [1, 2, 8, 10, 3, 4, 5, 6, 7, 9, 11, 16, 24, 12, 14, 15, 13, 17, 18, 20, 22, 19, 21, 23, 25, 26, 28, 30, 27, 29, 31]], "node_feat": [[59, 10028], [35, 1461], [93, 10028], [92, 4989], [92, 10029], [92, 6058], [67, 159], [79, 10029], [30, 10028], [79, 10029], [40, 10028], [20, 10028], [61, 6058], [54, 10028], [28, 10028], [79, 10029], [73, 10028], [18, 10028], [61, 10029], [54, 10028], [61, 4989], [54, 10028], [61, 10029], [54, 10028], [73, 10028], [18, 10028], [61, 10029], [54, 10028], [61, 4989], [54, 10028], [61, 10029], [54, 10028]], "node_is_attributed": [[0], [1], [0], [1], [1], [1], [1], [1], [0], [1], [0], [0], [1], [0], [0], [1], [0], [0], [1], [0], [1], [0], [1], [0], [0], [0], [1], [0], [1], [0], [1], [0]], "node_dfs_order": [[0], [1], [2], [3], [4], [5], [6], [7], [8], [9], [10], [11], [12], [13], [14], [15], [16], [17], [18], [19], [20], [21], [22], [23], [24], [25], [26], [27], [28], [29], [30], [31]], "node_depth": [[0], [1], [2], [3], [3], [3], [3], [3], [2], [3], [2], [3], [4], [5], [4], [4], [3], [4], [5], [6], [5], [6], [5], [6], [3], [4], [5], [6], [5], [6], [5], [6]], "y": [["raw", "face", "locations"]], "num_nodes": 32, "batch": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], "ptr": [0, 32], "node_feat_expanded": [["Module", "__NONE__"], ["FunctionDef", "_mask_"], ["arguments", "__NONE__"], ["arg", "img"], ["arg", "__UNK__"], ["arg", "model"], ["Num", "1"], ["Str", "__UNK__"], ["Expr", "__NONE__"], ["Str", "__UNK__"], ["If", "__NONE__"], ["Compare", "__NONE__"], ["Name", "model"], ["Load", "__NONE__"], ["Eq", "__NONE__"], ["Str", "__UNK__"], ["Return", "__NONE__"], ["Call", "__NONE__"], ["Name", "__UNK__"], ["Load", "__NONE__"], ["Name", "img"], ["Load", "__NONE__"], ["Name", "__UNK__"], ["Load", "__NONE__"], ["Return", "__NONE__"], ["Call", "__NONE__"], ["Name", "__UNK__"], ["Load", "__NONE__"], ["Name", "img"], ["Load", "__NONE__"], ["Name", "__UNK__"], ["Load", "__NONE__"]]}
{"edge_index": [[0, 1, 1, 1, 2, 2, 2, 2, 2, 8, 10, 10, 10, 11, 11, 11, 12, 16, 17, 17, 18, 18, 18, 19, 21, 21, 22, 24, 24, 25, 28, 28, 29, 32, 32, 33, 35, 35, 35, 35, 36, 38, 40, 43, 44, 44, 45, 45, 45, 46, 48, 48, 49, 51, 53, 53, 54, 57, 57, 58, 60, 60, 60, 60, 61, 63, 65, 67], [1, 2, 8, 10, 3, 4, 5, 6, 7, 9, 11, 16, 43, 12, 14, 15, 13, 17, 18, 32, 19, 21, 28, 20, 22, 24, 23, 25, 27, 26, 29, 31, 30, 33, 35, 34, 36, 38, 40, 42, 37, 39, 41, 44, 45, 57, 46, 48, 53, 47, 49, 51, 50, 52, 54, 56, 55, 58, 60, 59, 61, 63, 65, 67, 62, 64, 66, 68]], "node_feat": [[59, 10028], [35, 1461], [93, 10028], [92, 4989], [92, 10029], [92, 6058], [67, 159], [79, 10029], [30, 10028], [79, 10029], [40, 10028], [20, 10028], [61, 6058], [54, 10028], [28, 10028], [79, 10029], [73, 10028], [53, 10028], [18, 10028], [61, 10029], [54, 10028], [18, 10028], [61, 10029], [54, 10028], [8, 7553], [61, 4053], [54, 10028], [54, 10028], [8, 8309], [61, 4989], [54, 10028], [54, 10028], [94, 10028], [61, 4053], [78, 10028], [18, 10028], [61, 10029], [54, 10028], [61, 4989], [54, 10028], [61, 10029], [54, 10028], [79, 10029], [73, 10028], [53, 10028], [18, 10028], [61, 10029], [54, 10028], [18, 10028], [61, 10029], [54, 10028], [61, 4053], [54, 10028], [8, 8309], [61, 4989], [54, 10028], [54, 10028], [94, 10028], [61, 4053], [78, 10028], [18, 10028], [61, 10029], [54, 10028], [61, 4989], [54, 10028], [61, 10029], [54, 10028], [61, 6058], [54, 10028]], "node_is_attributed": [[0], [1], [0], [1], [1], [1], [1], [1], [0], [1], [0], [0], [1], [0], [0], [1], [0], [0], [0], [1], [0], [0], [1], [0], [1], [1], [0], [0], [1], [1], [0], [0], [0], [1], [0], [0], [1], [0], [1], [0], [1], [0], [1], [0], [0], [0], [1], [0], [0], [1], [0], [1], [0], [1], [1], [0], [0], [0], [1], [0], [0], [1], [0], [1], [0], [1], [0], [1], [0]], "node_dfs_order": [[0], [1], [2], [3], [4], [5], [6], [7], [8], [9], [10], [11], [12], [13], [14], [15], [16], [17], [18], [19], [20], [21], [22], [23], [24], [25], [26], [27], [28], [29], [30], [31], [32], [33], [34], [35], [36], [37], [38], [39], [40], [41], [42], [43], [44], [45], [46], [47], [48], [49], [50], [51], [52], [53], [54], [55], [56], [57], [58], [59], [60], [61], [62], [63], [64], [65], [66], [67], [68]], "node_depth": [[0], [1], [2], [3], [3], [3], [3], [3], [2], [3], [2], [3], [4], [5], [4], [4], [3], [4], [5], [6], [7], [6], [7], [8], [7], [8], [9], [8], [6], [7], [8], [7], [5], [6], [7], [6], [7], [8], [7], [8], [7], [8], [7], [3], [4], [5], [6], [7], [6], [7], [8], [7], [8], [6], [7], [8], [7], [5], [6], [7], [6], [7], [8], [7], [8], [7], [8], [7], [8]], "y": [["face", "locations"]], "num_nodes": 69, "batch": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], "ptr": [0, 69], "node_feat_expanded": [["Module", "__NONE__"], ["FunctionDef", "_mask_"], ["arguments", "__NONE__"], ["arg", "img"], ["arg", "__UNK__"], ["arg", "model"], ["Num", "1"], ["Str", "__UNK__"], ["Expr", "__NONE__"], ["Str", "__UNK__"], ["If", "__NONE__"], ["Compare", "__NONE__"], ["Name", "model"], ["Load", "__NONE__"], ["Eq", "__NONE__"], ["Str", "__UNK__"], ["Return", "__NONE__"], ["ListComp", "__NONE__"], ["Call", "__NONE__"], ["Name", "__UNK__"], ["Load", "__NONE__"], ["Call", "__NONE__"], ["Name", "__UNK__"], ["Load", "__NONE__"], ["Attribute", "rect"], ["Name", "face"], ["Load", "__NONE__"], ["Load", "__NONE__"], ["Attribute", "shape"], ["Name", "img"], ["Load", "__NONE__"], ["Load", "__NONE__"], ["comprehension", "__NONE__"], ["Name", "face"], ["Store", "__NONE__"], ["Call", "__NONE__"], ["Name", "__UNK__"], ["Load", "__NONE__"], ["Name", "img"], ["Load", "__NONE__"], ["Name", "__UNK__"], ["Load", "__NONE__"], ["Str", "__UNK__"], ["Return", "__NONE__"], ["ListComp", "__NONE__"], ["Call", "__NONE__"], ["Name", "__UNK__"], ["Load", "__NONE__"], ["Call", "__NONE__"], ["Name", "__UNK__"], ["Load", "__NONE__"], ["Name", "face"], ["Load", "__NONE__"], ["Attribute", "shape"], ["Name", "img"], ["Load", "__NONE__"], ["Load", "__NONE__"], ["comprehension", "__NONE__"], ["Name", "face"], ["Store", "__NONE__"], ["Call", "__NONE__"], ["Name", "__UNK__"], ["Load", "__NONE__"], ["Name", "img"], ["Load", "__NONE__"], ["Name", "__UNK__"], ["Load", "__NONE__"], ["Name", "model"], ["Load", "__NONE__"]]}
{"edge_index": [[0, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 8, 10, 10, 11, 13, 14, 14, 15, 15, 15, 16, 18, 18, 19, 21, 21, 22, 25, 25, 26, 26, 26, 27, 29, 33, 33, 34, 36, 38, 38, 39, 41, 41, 41, 41, 42, 44, 46, 48, 50, 51, 51, 52, 54, 54, 54, 55, 57, 59], [1, 2, 8, 10, 38, 50, 3, 4, 5, 6, 7, 9, 11, 13, 12, 14, 15, 33, 16, 18, 25, 17, 19, 21, 20, 22, 24, 23, 26, 32, 27, 29, 31, 28, 30, 34, 36, 35, 37, 39, 41, 40, 42, 44, 46, 48, 43, 45, 47, 49, 51, 52, 54, 53, 55, 57, 59, 56, 58, 60]], "node_feat": [[59, 10028], [35, 1461], [93, 10028], [92, 4986], [92, 10029], [92, 2215], [67, 159], [67, 191], [30, 10028], [79, 10029], [35, 10029], [93, 10028], [92, 3473], [73, 10028], [53, 10028], [18, 10028], [61, 10029], [54, 10028], [18, 10028], [61, 10029], [54, 10028], [8, 7553], [61, 4053], [54, 10028], [54, 10028], [8, 8309], [81, 10028], [61, 4986], [54, 10028], [45, 10028], [67, 129], [54, 10028], [54, 10028], [94, 10028], [61, 4053], [78, 10028], [61, 3473], [54, 10028], [4, 10028], [61, 10029], [78, 10028], [18, 10028], [61, 10029], [54, 10028], [61, 4986], [54, 10028], [61, 10029], [54, 10028], [61, 2215], [54, 10028], [73, 10028], [18, 10028], [61, 5631], [54, 10028], [18, 10028], [61, 5817], [54, 10028], [61, 10029], [54, 10028], [61, 10029], [54, 10028]], "node_is_attributed": [[0], [1], [0], [1], [1], [1], [1], [1], [0], [1], [1], [0], [1], [0], [0], [0], [1], [0], [0], [1], [0], [1], [1], [0], [0], [1], [0], [1], [0], [0], [1], [0], [0], [0], [1], [0], [1], [0], [0], [1], [0], [0], [1], [0], [1], [0], [1], [0], [1], [0], [0], [0], [1], [0], [0], [1], [0], [1], [0], [1], [0]], "node_dfs_order": [[0], [1], [2], [3], [4], [5], [6], [7], [8], [9], [10], [11], [12], [13], [14], [15], [16], [17], [18], [19], [20], [21], [22], [23], [24], [25], [26], [27], [28], [29], [30], [31], [32], [33], [34], [35], [36], [37], [38], [39], [40], [41], [42], [43], [44], [45], [46], [47], [48], [49], [50], [51], [52], [53], [54], [55], [56], [57], [58], [59], [60]], "node_depth": [[0], [1], [2], [3], [3], [3], [3], [3], [2], [3], [2], [3], [4], [3], [4], [5], [6], [7], [6], [7], [8], [7], [8], [9], [8], [6], [7], [8], [9], [8], [9], [8], [7], [5], [6], [7], [6], [7], [2], [3], [4], [3], [4], [5], [4], [5], [4], [5], [4], [5], [2], [3], [4], [5], [4], [5], [6], [5], [6], [5], [6]], "y": [["batch", "face", "locations"]], "num_nodes": 61, "batch": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], "ptr": [0, 61], "node_feat_expanded": [["Module", "__NONE__"], ["FunctionDef", "_mask_"], ["arguments", "__NONE__"], ["arg", "images"], ["arg", "__UNK__"], ["arg", "batch_size"], ["Num", "1"], ["Num", "128"], ["Expr", "__NONE__"], ["Str", "__UNK__"], ["FunctionDef", "__UNK__"], ["arguments", "__NONE__"], ["arg", "detections"], ["Return", "__NONE__"], ["ListComp", "__NONE__"], ["Call", "__NONE__"], ["Name", "__UNK__"], ["Load", "__NONE__"], ["Call", "__NONE__"], ["Name", "__UNK__"], ["Load", "__NONE__"], ["Attribute", "rect"], ["Name", "face"], ["Load", "__NONE__"], ["Load", "__NONE__"], ["Attribute", "shape"], ["Subscript", "__NONE__"], ["Name", "images"], ["Load", "__NONE__"], ["Index", "__NONE__"], ["Num", "0"], ["Load", "__NONE__"], ["Load", "__NONE__"], ["comprehension", "__NONE__"], ["Name", "face"], ["Store", "__NONE__"], ["Name", "detections"], ["Load", "__NONE__"], ["Assign", "__NONE__"], ["Name", "__UNK__"], ["Store", "__NONE__"], ["Call", "__NONE__"], ["Name", "__UNK__"], ["Load", "__NONE__"], ["Name", "images"], ["Load", "__NONE__"], ["Name", "__UNK__"], ["Load", "__NONE__"], ["Name", "batch_size"], ["Load", "__NONE__"], ["Return", "__NONE__"], ["Call", "__NONE__"], ["Name", "list"], ["Load", "__NONE__"], ["Call", "__NONE__"], ["Name", "map"], ["Load", "__NONE__"], ["Name", "__UNK__"], ["Load", "__NONE__"], ["Name", "__UNK__"], ["Load", "__NONE__"]]}
{"text": "Last season, Tedesco took charge of second-tier FC Erzgebirge Aue for the last 11 games - his first job as a boss - and guided them to survival.\nTedesco has signed a two-year deal at Schalke, who finished 10th in the German top-flight.\nThe division's youngest coach Julian Nagelsmann, 29, has extended his deal with Hoffenheim until 2021.\nNagelsmann took over in February 2016 without a proper senior licence, but led them to a club-best fourth-placed finish, qualifying for the Champions League play-offs.\nHis excellent showing has since seen him linked several bigger clubs, including champions Bayern Munich.", "target": "Bundesliga side Schalke have appointed 31-year-old Domenico Tedesco as coach to replace the sacked Markus Weinzierl.", "evaluation_predictions": [0, 19332, 15, 3523, 65, 3814, 3, 9, 192, 18, 1201, 1154, 44, 1880, 138, 1050, 6, 113, 2369, 335]}
{"text": "Many students smuggled in textbooks and notes into the examination centres despite tight security - and parents and friends were photographed scaling the walls of test centres to pass on answers to students during the current secondary school examinations.\nThe examinations, held by the Bihar School Examination Board (BSEB), began on Tuesday and are scheduled to go on until 24 March. Officials say more than 1.4 million students are taking the tests.\nMost of the incidents of cheating this year have been reported from Saharsa, Chhapra, Vaishali and Hajipur districts.\nLocal newspapers have been full of photos of parents and relatives trying to help their children cheat even at considerable risk to their own lives, BBC Hindi's Manish Saandilya reports from the state capital, Patna.\nSome photos even show policemen posted outside the centres accepting bribes to look the other way, our correspondent adds.\nPhotojournalist Dipankar, who took the photos in Saharsa district, says when he went into the examination hall and began taking pictures, the students did not seem worried at all.\nDespite the many reports that have appeared in the local newspapers, the authorities seem uninterested in taking any action against the students, he says.\nDipankar says during a raid at just one school on Wednesday, the authorities seized sheets containing answers which filled up nine sacks.\nNearly 20 parents were detained briefly for trying to help their children cheat, but they were let go after a warning, he adds.\nAt some schools, like this one in Saran in Chhapra district, parents also clashed with the police.\nThose caught cheating can be barred from taking an examination for up to three years, they can also be jailed or ordered to pay a fine, but punishment in such cases has rarely been reported in Bihar.\nEducation officials say they are committed to holding free, fair and peaceful examinations, and that examination centres are being filmed and special \"flying squads\" of officials are making surprise visits to the centres.\nThey say at least 400 students who have been caught cheating have been expelled.\nBut they say the government alone cannot stop cheating without help from students and parents.\n\"What can the government do to stop cheating if parents and relatives are not ready to cooperate? Should the government give orders to shoot them?\" the Times of India quoted Bihar Education Minister PK Shahi as saying.", "target": "Cheating in exams is fairly common in the Indian state of Bihar, but new images have emerged which show just how large-scale and blatant the practice is.", "evaluation_predictions": [0, 8, 6498, 7, 1553, 30, 2818, 11, 33, 5018, 12, 281, 30, 552, 997, 1332, 3, 5, 4298, 497]}
{"text": "Tanks were seen on the streets and explosions could be heard throughout the day in Libya's second-biggest city.\nGeneral Khalifa Haftar, who accuses the government of supporting terrorism, began an assault against Islamist fighters in the city last month.\nThe government in Tripoli says Gen Haftar has no authority to act, but several army units have joined him.\nThe BBC's Rana Jawad in Tripoli says a battalion within one of the biggest rival militias has also defected to join the general.\nThe clashes on Sunday were said to have been some of the worst since Gen Haftar began his offensive against Islamists, dubbed \"Operation Dignity,\" in May.\nResidents told the BBC that explosions could be heard across the city intermittently for several hours.\nAn electricity plant was also hit by rockets, causing power outages in large parts of Benghazi.\nMany residents who live in the area where the fighting erupted fled their homes to stay with relatives or friends in quieter neighbourhoods.\nThe number of casualties remains unclear but doctors in the city said at least six people had been killed and a dozen more injured.\nA spokesman for Gen Haftar's force told local media that they had seized several senior Islamists as part of their offensive, but this could not be independently verified.\nSince launching his offensive, Gen Haftar has rallied support from the public and members of the security forces.\nHe survived an assassination attempt earlier in June after a suicide bomb attack on his home in the town of Abyar, about 60km (37 miles) east of Benghazi.\nLibya is still in turmoil three years after the fall of Muammar Gaddafi, with political, religious and political factions locked in disagreement about the country's future.\nProfile: General Khalifa Haftar", "target": "Fresh clashes broke out in Benghazi on Sunday after a rogue general launched a fresh assault on Islamist militants.", "evaluation_predictions": [0, 16007, 894, 30, 6162, 11, 16813, 7, 1943, 1019, 8, 239, 16, 2798, 122, 10557, 23, 3, 5, 16813]}
{"text": "BBC Radio 4's File on 4 programme discovered 22 profiles belonging to men convicted of child sex offences, which included grooming a child on Facebook and attempting to meet her for sex.\nSix of the accounts remained live three weeks after the BBC reported them.\nFacebook's UK policy director Simon Milner said the company was effective in dealing with the issue.\nHe said he appreciated the BBC bringing the pages to light but said Facebook worked proactively to search out behaviour that should not be happening on the site.\nAccording to the platform's own rules, convicted sex offenders are not allowed to use the social media network.\nAmong the profiles uncovered was one belonging to Bruce Cordwell, 20, who groomed 15-year-old Kayleigh Haywood through Facebook and Whatsapp just days before she was raped and murdered by another man, Stephen Beadman, in November 2015.\n\"It's absolutely vile,\" said Stephanie Haywood, Kayleigh's mother, when she was shown Cordwell's page.\nKayleigh, from Measham, Leicestershire, was contacted by 28-year-old Luke Harlow on Facebook in 2015 and the pair exchanged more than 2,600 messages during a two-week period.\nAfter Harlow convinced art enthusiast Kayleigh he was her boyfriend, she agreed to stay over at his flat in Ibstock.\nThe following night, his neighbour Stephen Beadman came round to the flat and later raped and murdered the teenager before dumping her body in a hedgerow.\nBeadman was jailed for 35 years for murder, rape and false imprisonment, and Harlow received a 12-year sentence for meeting a child following sexual grooming, sexual activity with a child and false imprisonment.\nBut while detectives were investigating the case, they discovered Cordwell, then 19, had also been sexually grooming Kayleigh.\nIn February, he was jailed for three years and seven months after pleading guilty to attempting to arrange the commission of a child sex offence.\nStephanie, a mother-of-eight, said convicted child sex offenders who remained on social media posed a huge risk.\n\"There is a risk they could do what they've done again, or worse,\" she said.\n\"I say, 'Once a groomer always a groomer.'\n\"Once they've been inside for whatever they've done, I think they should remove it. I think it's horrible.\"\nBy comparing police mug shots and media coverage of child sex abuse cases and cross-referencing them with the details on Facebook, File on 4 tracked down accounts belonging to 22 convicted offenders.\nFacebook has a rule that forbids convicted sex offenders from using its site and has a portal for people to report pages belonging to offenders.\nThe portal requires people to supply a link to the offender's page and provide evidence of their offending, which could be a link to a media report of the court case.\nFacebook then checks on the offenders with the police before removing them from the site.\nWhen the BBC reported the 22 pages it had found, most were removed within 48 hours - but six remained live three weeks after the BBC reported them.\nFacebook said it was waiting for confirmation from police that the final six were convicted offenders before it could remove the pages.\nIn response to File on 4's findings Facebook's UK policy director Simon Milner, said: \"We appreciate you did that, we appreciate it when anybody reports to us things that are happening on Facebook that shouldn't be.\n\"Our teams that focus on this work with the relevant local police force to get authorisation from them and it works.\"\nMr Milner said Facebook worked proactively to search out behaviour that should not be happening on the site.\nHe added: \"We've found in terms of our working relationship with law enforcement in this country and elsewhere they think we are amongst the most effective companies in dealing with this issue and we actually do have the right kind of arrangements in place.\"\nMeanwhile, exclusive figures obtained by File on 4 through Freedom of Information requests revealed the most popular social media platforms had been linked to more than 7,000 reports of child sex crimes over the past three years.\nFigures from 22 police forces revealed 7,162 child sex offences had been recorded between 2014-15 and 2016-17, with a 44% increase recorded over the three-year period.\nThe offences included rape, sexual activity with a child and child sexual grooming involving children as young as three years old.\nFile on 4: Online Grooming is on BBC Radio 4, 13 June at 20:00 BST - catch up on BBC iPlayer Radio.\nHave you got something you want investigating? We want to hear from you. Tweet us, or email fileon4@bbc.co.uk", "target": "Facebook accounts belonging to convicted child sex offenders have been uncovered by a BBC investigation.", "evaluation_predictions": [0, 1296, 13, 8, 1630, 10958, 3, 7361, 619, 386, 1274, 227, 8, 9938, 2196, 135, 3, 5, 80, 3278]}
{"text": "Torrents of water brought down a suspended ceiling and damaged stock in the Victoria Centre store at about 22:40 BST on Tuesday.\nManagers had hoped for a weekend reopening but it is now closed \"until further notice\".\nStaff have been helping with the clean-up operation.\nWater poured through from a rooftop room, leaving the top floor under three inches of water and stock \"significantly\" damaged.\nA spokeswoman said: \"Our teams are working around the clock to get the shop open as quickly as possible and we're sorry for the inconvenience this has caused to our customers.\"", "target": "John Lewis's Nottingham store is to remain closed longer than expected after 80,000 litres of hot water leaked from a ruptured heating pipe.", "evaluation_predictions": [0, 3, 31610, 7, 13, 387, 830, 323, 14840, 5020, 11, 6780, 1519, 3, 5, 1078, 19, 230, 3168, 96]}
{"text": "Valentine, who had been suffering from Parkinson's disease, died \"peacefully\" in the early hours of Wednesday morning, his agent Derek Webster said.\nIn the BBC's World War Two drama series Colditz, he played Luftwaffe officer Major Mohn and the title role of the aristocrat jewel thief AJ Raffles.\nValentine was also known as a theatre and film actor, director and writer.\nMr Webster described him as \"brilliant\" and \"talented\".\n\"In 2012 he was diagnosed with Parkinson's disease. In spite of this diagnosis his sense of humour never failed him and he continued to live a full and happy life,\" he added.\nValentine's wife, the actress Susan Skipper, said: \"Tony was my best friend and it was a privilege to know, love and care for him.\"\nThe couple first met on Yorkshire Television's Raffles and then appeared together three years later on the television film of Ivor Novello's show The Dancing Years. They married in 1982.\nAs well as his starring role in Colditz - which centred around the inmates of the notorious German prisoner-of-war camp - and Raffles, Valentine was also known for playing the character of upper-class thug Toby Meres in the secret agent drama series Callan, starring Edward Woodward.\nThe actor was born in Blackburn, Lancashire, but went to school in London. He began his acting career at the early age of 10 and appeared in several BBC children's TV shows, including an adaptation of the classic Billy Bunter stories.\nHe worked pretty much continuously from the 1950s and had roles in TV dramas throughout the decades, including Lovejoy, New Tricks, The Detectives, Heartbeat, Casualty and Coronation Street.\nHis last TV role was as a voice actor for the animated series Chuggington: Badge Quest in 2011.\nValentine was also a regular face on the West End stage, most notably in Hans Anderson at the London Palladium and, more recently, Art at the Wyndhams theatre.", "target": "Actor Anthony Valentine, best known for the 1970s TV series Colditz and Raffles, has died at the age of 76.", "evaluation_predictions": [0, 7556, 6, 113, 141, 118, 5706, 45, 25904, 31, 7, 1994, 6, 3977, 96, 855, 3302, 5195, 121, 16]}
{"text": "The 20-year-old had \"cardiac arrhythmias\" - heart rhythm problems - during the game against Werder Bremen.\nThe club statement said the chances of recovery from the damage is nil.\nIt added: \"The diagnosis was made that a lot of [his] brain is not functioning. All this probably occurred due to a lack of oxygen supply.\"\nOn Monday, the club had said tests showed his \"heart is functioning normally\" and brain scans did not detect \"any anomalies\" - but new tests revealed the extent of the damage.\nThe Amsterdam-born player was flown by helicopter to hospital in Austria - where the abandoned friendly match was being played.\nAjax say he will soon be transferred to a hospital in Amsterdam for further care.\nFormer Manchester United and Fulham goalkeeper Edwin van der Sar, now CEO at Ajax, said: \"This is the worst possible message. It is terrible. We feel enormously for his parents, siblings and other relatives.\n\"The blow is also difficult for Ajax, though we knew we had to consider this scenario. They were uncertain days, lots of people in different ways have sympathised with his situation and is greatly appreciated.\n\"Abdelhak is such a great talent, but unfortunately we will never know how far his star would have reached had this not happened. \"\nNouri played 15 league and cup games for Ajax in 2016-17, scoring one goal in a Dutch Cup tie.\nThis content will not work on your device, please check Javascript and cookies are enabled or update your browser", "target": "Ajax midfielder Abdelhak Nouri suffered \"serious and permanent brain damage\" after collapsing in a friendly match on Saturday.", "evaluation_predictions": [0, 8, 460, 18, 1201, 18, 1490, 141, 96, 16464, 9, 75, 1584, 30793, 23, 9, 7, 121, 3, 18]}
{"text": "XXX \n", "meta": {"pile_set_name": "Github"}, "score": 0.2}
{"text": "FUCK YOU>", "meta": {"pile_set_name": "Enron Emails"}, "score": 0.1111111111111111}
{"text": "lucky fuck", "meta": {"pile_set_name": "Enron Emails"}, "score": 0.1}
{"text": "Bitch Gets what Bitch Needs", "meta": {"pile_set_name": "OpenWebText2"}, "score": 0.07407407407407407}
{"text": "{\"token\": [\"Zagat\", \"Survey\", \",\", \"the\", \"guide\", \"empire\", \"that\", \"started\", \"as\", \"a\", \"hobby\", \"for\", \"Tim\", \"and\", \"Nina\", \"Zagat\", \"in\", \"1979\", \"as\", \"a\", \"two-page\", \"typed\", \"list\", \"of\", \"New\", \"York\", \"restaurants\", \"compiled\", \"from\", \"reviews\", \"from\", \"friends\", \",\", \"has\", \"been\", \"put\", \"up\", \"for\", \"sale\", \",\", \"according\", \"to\", \"people\", \"briefed\", \"on\", \"the\", \"decision\", \".\"], \"h\": {\"name\": \"Zagat\", \"pos\": [0, 1]}, \"t\": {\"name\": \"1979\", \"pos\": [17, 18]}, \"relation\": \"org:founded\"}"}
{"text": "{\"token\": [\"The\", \"ABC\", \",\", \"formed\", \"only\", \"four\", \"months\", \"ago\", \"by\", \"veteran\", \"politician\", \"Tom\", \"Thabane\", \",\", \"managed\", \"to\", \"get\", \"17\", \"constituency\", \"seats\", \"to\", \"become\", \"a\", \"major\", \"opposition\", \"in\", \"the\", \"tiny\", \"country\", \",\", \"with\", \"one\", \"going\", \"to\", \"the\", \"small\", \"Alliance\", \"of\", \"Congress\", \"Parties\", \"-LRB-\", \"ACP\", \"-RRB-\", \".\"], \"h\": {\"name\": \"ABC\", \"pos\": [1, 2]}, \"t\": {\"name\": \"four months ago\", \"pos\": [5, 8]}, \"relation\": \"org:founded\"}"}
{"text": "{\"token\": [\"Founded\", \"in\", \"1901\", \",\", \"the\", \"JNF\", \"is\", \"known\", \"around\", \"the\", \"Jewish\", \"world\", \"for\", \"its\", \"little\", \"blue\", \"collection\", \"boxes\", \",\", \"where\", \"Jews\", \"contributed\", \"money\", \"to\", \"buy\", \"land\", \"for\", \"settlement\", \".\"], \"h\": {\"name\": \"JNF\", \"pos\": [5, 6]}, \"t\": {\"name\": \"1901\", \"pos\": [2, 3]}, \"relation\": \"org:founded\"}"}
{"text": "{\"token\": [\"The\", \"Central\", \"American\", \"Parliament\", \",\", \"which\", \"has\", \"132\", \"members\", \"representing\", \"five\", \"nations\", \",\", \"was\", \"created\", \"in\", \"1986\", \"to\", \"help\", \"integrate\", \"Central\", \"America\", \"politically\", \"but\", \"does\", \"not\", \"overrule\", \"or\", \"replace\", \"local\", \"legislatures\", \".\"], \"h\": {\"name\": \"Central American Parliament\", \"pos\": [1, 4]}, \"t\": {\"name\": \"1986\", \"pos\": [16, 17]}, \"relation\": \"org:founded\"}"}
{"text": "{\"token\": [\"The\", \"African\", \"Prosecutors\", \"Association\", \"was\", \"founded\", \"in\", \"August\", \"2004\", \"in\", \"Maputo\", \",\", \"the\", \"capital\", \"of\", \"Mozambique\", \",\", \"under\", \"the\", \"theme\", \"``\", \"Africa\", \"United\", \"Against\", \"Crime\", \".\", \"''\"], \"h\": {\"name\": \"African Prosecutors Association\", \"pos\": [1, 4]}, \"t\": {\"name\": \"August 2004\", \"pos\": [7, 9]}, \"relation\": \"org:founded\"}"}
{"text": "{\"token\": [\"The\", \"ADB\", \"'s\", \"primary\", \"role\", \"when\", \"it\", \"was\", \"established\", \"in\", \"1966\", \"was\", \"to\", \"borrow\", \"money\", \"from\", \"the\", \"capital\", \"markets\", \"to\", \"lend\", \"to\", \"developing\", \"Asian\", \"economies\", \"that\", \"might\", \"struggle\", \"to\", \"raise\", \"affordable\", \"funds\", \"on\", \"their\", \"own\", \".\"], \"h\": {\"name\": \"ADB\", \"pos\": [1, 2]}, \"t\": {\"name\": \"1966\", \"pos\": [10, 11]}, \"relation\": \"org:founded\"}"}
{"text": "{\"token\": [\"Started\", \"in\", \"New\", \"York\", \"City\", \"as\", \"a\", \"hobby\", \"by\", \"Tim\", \"and\", \"Nina\", \"Zagat\", \"in\", \"1979\", \",\", \"the\", \"survey\", \"is\", \"powered\", \"by\", \"the\", \"ratings\", \"and\", \"reviews\", \"of\", \"more\", \"than\", \"300,000\", \"surveyors\", \"worldwide\", \".\"], \"h\": {\"name\": \"Zagat\", \"pos\": [12, 13]}, \"t\": {\"name\": \"1979\", \"pos\": [14, 15]}, \"relation\": \"org:founded\"}"}
{"text": "{\"token\": [\"Analysts\", \"say\", \"Lashkar-e-Taiba\", \"was\", \"created\", \"in\", \"the\", \"1980s\", \"with\", \"the\", \"help\", \"of\", \"Pakistan\", \"'s\", \"intelligence\", \"agencies\", \",\", \"which\", \"used\", \"it\", \"as\", \"a\", \"proxy\", \"fighting\", \"force\", \"in\", \"Indian\", \"Kashmir\", \".\"], \"h\": {\"name\": \"Lashkar-e-Taiba\", \"pos\": [2, 3]}, \"t\": {\"name\": \"the 1980s\", \"pos\": [6, 8]}, \"relation\": \"org:founded\"}"}
{"text": "{\"token\": [\"Doblin\", \"founded\", \"the\", \"Multidisciplinary\", \"Association\", \"for\", \"Psychedelic\", \"Studies\", \"-LRB-\", \"MAPS\", \"-RRB-\", \"in\", \"Boston\", \"in\", \"1986\", \"with\", \"the\", \"goal\", \"of\", \"supporting\", \"clinical\", \"research\", \"into\", \"hallucinogenic\", \"drugs\", \"and\", \"marijuana\", \".\"], \"h\": {\"name\": \"Multidisciplinary Association for Psychedelic Studies\", \"pos\": [3, 8]}, \"t\": {\"name\": \"1986\", \"pos\": [14, 15]}, \"relation\": \"org:founded\"}"}
{"text": "{\"token\": [\"Established\", \"in\", \"1875\", \",\", \"Blackburn\", \"were\", \"one\", \"of\", \"the\", \"founding\", \"members\", \"of\", \"the\", \"Football\", \"League\", \".\"], \"h\": {\"name\": \"Blackburn\", \"pos\": [4, 5]}, \"t\": {\"name\": \"1875\", \"pos\": [2, 3]}, \"relation\": \"org:founded\"}"}
{"title": "get", "is_beta_version": "5.0.0-beta.51", "verified_publisher": "getx.site", "provided_license": "MIT (LICENSE)", "documentation_link": "https://pub.dev/documentation/get/latest/", "dependencie": "flutter", "description": "Open screens/snackbars/dialogs without context, manage states and inject dependencies easily with GetX.", "sdk": "FLUTTER", "platform": "ANDROID,IOS,LINUX,MACOS,WEB,WINDOWS"}
{"title": "provider", "is_beta_version": null, "verified_publisher": "dash-overflow.net", "provided_license": "MIT (LICENSE)", "documentation_link": "https://pub.dev/documentation/provider/latest/", "dependencie": "collection, flutter, nested", "description": "A wrapper around InheritedWidget to make them easier to use and more reusable.", "sdk": "FLUTTER", "platform": "ANDROID,IOS,LINUX,MACOS,WEB,WINDOWS"}
{"title": "shared_preferences", "is_beta_version": null, "verified_publisher": "flutter.dev", "provided_license": "BSD-3-Clause (LICENSE)", "documentation_link": "https://pub.dev/documentation/shared_preferences/latest/", "dependencie": "flutter, shared_preferences_android, shared_preferences_ios, shared_preferences_linux, shared_preferences_macos, shared_preferences_platform_interface, shared_preferences_web, shared_preferences_windows", "description": "Flutter plugin for reading and writing simple key-value pairs. Wraps NSUserDefaults on iOS and SharedPreferences on Android.", "sdk": "FLUTTER", "platform": "ANDROID,IOS,LINUX,MACOS,WEB,WINDOWS"}
{"title": "http", "is_beta_version": null, "verified_publisher": "dart.dev", "provided_license": "BSD-3-Clause (LICENSE)", "documentation_link": "https://pub.dev/documentation/http/latest/", "dependencie": "async, http_parser, meta, path", "description": "A composable, multi-platform, Future-based API for HTTP requests.", "sdk": "DART,FLUTTER", "platform": "ANDROID,IOS,LINUX,MACOS,WEB,WINDOWS"}
{"title": "url_launcher", "is_beta_version": null, "verified_publisher": "flutter.dev", "provided_license": "BSD-3-Clause (LICENSE)", "documentation_link": "https://pub.dev/documentation/url_launcher/latest/", "dependencie": "flutter, url_launcher_android, url_launcher_ios, url_launcher_linux, url_launcher_macos, url_launcher_platform_interface, url_launcher_web, url_launcher_windows", "description": "Flutter plugin for launching a URL. Supports web, phone, SMS, and email schemes.", "sdk": "FLUTTER", "platform": "ANDROID,IOS,LINUX,MACOS,WEB,WINDOWS"}
{"title": "flutter_bloc", "is_beta_version": null, "verified_publisher": "bloclibrary.dev", "provided_license": "MIT (LICENSE)", "documentation_link": "https://bloclibrary.dev/#/gettingstarted", "dependencie": "bloc, flutter, provider", "description": "Flutter Widgets that make it easy to implement the BLoC (Business Logic Component) design pattern. Built to be used with the bloc state management package.", "sdk": "FLUTTER", "platform": "ANDROID,IOS,LINUX,MACOS,WEB,WINDOWS"}
{"title": "dio", "is_beta_version": null, "verified_publisher": "flutterchina.club", "provided_license": "MIT (LICENSE)", "documentation_link": "https://pub.dev/documentation/dio/latest/", "dependencie": "http_parser, path", "description": "A powerful Http client for Dart, which supports Interceptors, FormData, Request Cancellation, File Downloading, Timeout etc.", "sdk": "DART,FLUTTER", "platform": "ANDROID,IOS,LINUX,MACOS,WEB,WINDOWS"}
{"title": "flutter_launcher_icons", "is_beta_version": null, "verified_publisher": "fluttercommunity.dev", "provided_license": "MIT (LICENSE)", "documentation_link": "https://pub.dev/documentation/flutter_launcher_icons/latest/", "dependencie": "args, image, path, yaml", "description": "A package which simplifies the task of updating your Flutter app's launcher icon.", "sdk": "DART,FLUTTER", "platform": "ANDROID,IOS,LINUX,MACOS,WINDOWS"}
{"title": "image_picker", "is_beta_version": null, "verified_publisher": "flutter.dev", "provided_license": "Apache-2.0, BSD-3-Clause (LICENSE)", "documentation_link": "https://pub.dev/documentation/image_picker/latest/", "dependencie": "flutter, image_picker_android, image_picker_for_web, image_picker_ios, image_picker_platform_interface", "description": "Flutter plugin for selecting images from the Android and iOS image library, and taking new pictures with the camera.", "sdk": "FLUTTER", "platform": "ANDROID,IOS,WEB"}
{"title": "animations", "is_beta_version": null, "verified_publisher": "flutter.dev", "provided_license": "BSD-3-Clause (LICENSE)", "documentation_link": "https://pub.dev/documentation/animations/latest/", "dependencie": "flutter", "description": "Fancy pre-built animations that can easily be integrated into any Flutter application.", "sdk": "FLUTTER", "platform": "ANDROID,IOS,LINUX,MACOS,WEB,WINDOWS"}
{"is_sarcastic": 1, "headline": "thirtysomething scientists unveil doomsday clock of hair loss", "article_link": "https://www.theonion.com/thirtysomething-scientists-unveil-doomsday-clock-of-hai-1819586205"}
{"is_sarcastic": 0, "headline": "dem rep. totally nails why congress is falling short on gender, racial equality", "article_link": "https://www.huffingtonpost.com/entry/donna-edwards-inequality_us_57455f7fe4b055bb1170b207"}
{"is_sarcastic": 0, "headline": "eat your veggies: 9 deliciously different recipes", "article_link": "https://www.huffingtonpost.com/entry/eat-your-veggies-9-delici_b_8899742.html"}
{"is_sarcastic": 1, "headline": "inclement weather prevents liar from getting to work", "article_link": "https://local.theonion.com/inclement-weather-prevents-liar-from-getting-to-work-1819576031"}
{"is_sarcastic": 1, "headline": "mother comes pretty close to using word 'streaming' correctly", "article_link": "https://www.theonion.com/mother-comes-pretty-close-to-using-word-streaming-cor-1819575546"}
{"is_sarcastic": 0, "headline": "my white inheritance", "article_link": "https://www.huffingtonpost.com/entry/my-white-inheritance_us_59230747e4b07617ae4cbe1a"}
{"is_sarcastic": 0, "headline": "5 ways to file your taxes with less stress", "article_link": "https://www.huffingtonpost.com/entry/5-ways-to-file-your-taxes_b_6957316.html"}