text stringlengths 13 30k |
|---|
{"id": "2", "tokens": ["Two", "epithelial", "cytokines", "other", "than", "IL33", ",", "IL25", ",", "and", "thymic", "stromal", "lymphopoietin", "(", "TSLP", ")", "are", "known", "to", "activate", "ILC2", "in", "the", "lung", "[", "22,24", "]", "."], "pos_tags": [9, 0, 8, 0, 1, 8, 13, 8, 13, 5, 0, 0, 8, 13, 12, 13, 3, ... |
{"id": "3", "tokens": ["We", "developed", "a", "variant", "of", "gene", "set", "enrichment", "analysis", "(", "GSEA", ")", "to", "determine", "whether", "a", "genetic", "pathway", "shows", "evidence", "for", "age", "regulation", "[", "23", "]", "."], "pos_tags": [11, 16, 6, 8, 1, 8, 8, 8, 8, 13, 12, 13, 10, 16, 14, 6, ... |
{"id": "5", "tokens": ["Relative", "risks", "(", "RRs", ")", "with", "95", "%", "confidence", "intervals", "(", "CIs", ")", "are", "reported", "."], "pos_tags": [0, 8, 13, 12, 13, 1, 9, 8, 8, 8, 13, 12, 13, 3, 16, 13], "ner_tags": [3, 4, 0, 1, 0, 0, 0, 0, 3, 4, 0, 1, 0, 0, 0, 0]} |
{"id": "7", "tokens": ["Pravastatin", "sodium", "(", "PSS", ",", "Fig", "2.9", ")", "is", "the", "only", "included", "NP", "of", "microbial", "origin", "."], "pos_tags": [0, 8, 13, 12, 13, 8, 9, 13, 3, 6, 0, 16, 12, 1, 0, 8, 13], "ner_tags": [3, 4, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0]} |
{"id": "8", "tokens": ["I", "have", "read", "the", "journal", "'s", "policy", "and", "the", "authors", "of", "this", "manuscript", "have", "the", "following", "competing", "interests", ":", "DF", ",", "EJ", ",", "and", "NNL", "are", "staff", "members", "of", "the", "World", "Health", "Organization", "(", "WHO", ")", ".... |
{"id": "9", "tokens": ["Characteristics", "were", "compared", "across", "the", "matched", "groups", "using", "standardized", "mean", "differences", "(", "SMDs", ")", ",", "with", "an", "SMD", ">", "0.1", "indicating", "a", "clinically", "important", "difference", "."], "pos_tags": [8, 3, 16, 1, 6, 16, 8, 16, 0, 0, 8, 1... |
{"texts": ["The expression of macrophage migration inhibitory factor 1alpha (MIF 1alpha) in human atherosclerotic plaques is induced by different proatherogenic stimuli and associated with plaque instability.", "\nMacrophage migration inhibitory factor 1alpha (MIF), a cytokine with immunoregulatory functions has been s... |
{"texts": ["1. ", "Field of Invention\nThe present invention generally relates to a method and apparatus for setting profiles stored in a mobile terminal.", "\n2. ", "Description of the Related Art\nA Universal Integrated Circuit Card (UICC) is a smart card inserted and used in a mobile terminal. ", "The UICC stores pe... |
{"texts": ["Most countries are cut into administrative regions. ", "This map removes any administrative regions which touch the sea.", "Note: the source map was from 1998, so there are some areas which are different from current maps - South Sudan for instance, or Nunavut (although Nunavut would have sunk anyway.)Credi... |
{"code": "'use strict';\n\nvar clear = require('es5-ext/array/#/clear')\n , eIndexOf = require('es5-ext/array/#/e-index-of')\n , setPrototypeOf = require('es5-ext/object/set-prototype-of')\n , callable = require('es5-ext/object/valid-callable')\n , d = require('d')\n , ee ... |
{"code": "'use strict';\n\nconst TYPE = Symbol.for('type');\n\nclass Data {\n\n constructor(options) {\n // File details\n this.filepath = options.filepath;\n\n // Type\n this[TYPE] = 'data';\n\n // Data\n Object.assign(this, options.data);\n }\n}\n\nmodule.exports = Data;\n", "repo_name": "mshick/v... |
{"code": "package sodium\n\n// #cgo pkg-config: libsodium\n// #include <stdlib.h>\n// #include <sodium.h>\nimport \"C\"\n\nfunc RuntimeHasNeon() bool {\n\treturn C.sodium_runtime_has_neon() != 0\n}\n\nfunc RuntimeHasSse2() bool {\n\treturn C.sodium_runtime_has_sse2() != 0\n}\n\nfunc RuntimeHasSse3() bool {\n\treturn C.... |
{"code": "\nfunction collectWithWildcard(test) {\n\ttest.expect(4);\n\n\tvar api_server = new Test_ApiServer(function handler(request, callback) {\n\t\tvar url = request.url;\n\n\t\tswitch (url) {\n\t\t\tcase '/accounts?username=chariz*':\n\t\t\t\tlet account = new Model_Account({\n\t\t\t\t\tusername: 'charizard'\n\t\t... |
{"code": "<?php\n\ninterface Container {\n /**\n * Checks if a $x exists.\n *\n * @param unknown $x\n *\n * @return boolean\n */\n function contains($x);\n}", "repo_name": "guide42/php-immutable", "path": "src/base.php", "language": "PHP", "license": "isc", "size": 165} |
{"code": "angular.module('appTesting').service(\"LoginLocalStorage\", function () {\n \"use strict\";\n\n var STORE_NAME = \"login\";\n\n var setUser = function setUser(user) {\n localStorage.setItem(STORE_NAME, JSON.stringify(user));\n }\n\n var getUser = function getUser() {\n var storedT... |
{"code": "/* eslint-disable no-console */\nconst buildData = require('./build_data');\nconst buildSrc = require('./build_src');\nconst buildCSS = require('./build_css');\n\nlet _currBuild = null;\n\n// if called directly, do the thing.\nbuildAll();\n\n\nfunction buildAll() {\n if (_currBuild) return _currBuild;\n\n r... |
{"code": "function LetterProps(o, sw, sc, fc, m, p) {\r\n this.o = o;\r\n this.sw = sw;\r\n this.sc = sc;\r\n this.fc = fc;\r\n this.m = m;\r\n this.p = p;\r\n this._mdf = {\r\n o: true,\r\n sw: !!sw,\r\n sc: !!sc,\r\n fc: !!fc,\r\n m: true,\r\n p: true,\r\n };\r\n}\r\n\r\nLetterProps.prototyp... |
{"code": "System.register([\"angular2/test_lib\", \"angular2/src/test_lib/test_bed\", \"angular2/src/core/annotations_impl/annotations\", \"angular2/src/core/annotations_impl/view\", \"angular2/src/core/compiler/dynamic_component_loader\", \"angular2/src/core/compiler/element_ref\", \"angular2/src/directives/if\", \"an... |
{"code": "/*\n * DISTRHO Plugin Framework (DPF)\n * Copyright (C) 2012-2014 Filipe Coelho <falktx@falktx.com>\n *\n * Permission to use, copy, modify, and/or distribute this software for any purpose with\n * or without fee is hereby granted, provided that the above copyright notice and this\n * permission notice appear... |
{"url": "https://api.github.com/repos/huggingface/datasets/issues/4296", "repository_url": "https://api.github.com/repos/huggingface/datasets", "labels_url": "https://api.github.com/repos/huggingface/datasets/issues/4296/labels{/name}", "comments_url": "https://api.github.com/repos/huggingface/datasets/issues/4296/comm... |
{"url": "https://api.github.com/repos/huggingface/datasets/issues/4295", "repository_url": "https://api.github.com/repos/huggingface/datasets", "labels_url": "https://api.github.com/repos/huggingface/datasets/issues/4295/labels{/name}", "comments_url": "https://api.github.com/repos/huggingface/datasets/issues/4295/comm... |
{"url": "https://api.github.com/repos/huggingface/datasets/issues/4294", "repository_url": "https://api.github.com/repos/huggingface/datasets", "labels_url": "https://api.github.com/repos/huggingface/datasets/issues/4294/labels{/name}", "comments_url": "https://api.github.com/repos/huggingface/datasets/issues/4294/comm... |
{"url": "https://api.github.com/repos/huggingface/datasets/issues/4293", "repository_url": "https://api.github.com/repos/huggingface/datasets", "labels_url": "https://api.github.com/repos/huggingface/datasets/issues/4293/labels{/name}", "comments_url": "https://api.github.com/repos/huggingface/datasets/issues/4293/comm... |
{"url": "https://api.github.com/repos/huggingface/datasets/issues/4292", "repository_url": "https://api.github.com/repos/huggingface/datasets", "labels_url": "https://api.github.com/repos/huggingface/datasets/issues/4292/labels{/name}", "comments_url": "https://api.github.com/repos/huggingface/datasets/issues/4292/comm... |
{"url": "https://api.github.com/repos/huggingface/datasets/issues/4291", "repository_url": "https://api.github.com/repos/huggingface/datasets", "labels_url": "https://api.github.com/repos/huggingface/datasets/issues/4291/labels{/name}", "comments_url": "https://api.github.com/repos/huggingface/datasets/issues/4291/comm... |
{"url": "https://api.github.com/repos/huggingface/datasets/issues/4290", "repository_url": "https://api.github.com/repos/huggingface/datasets", "labels_url": "https://api.github.com/repos/huggingface/datasets/issues/4290/labels{/name}", "comments_url": "https://api.github.com/repos/huggingface/datasets/issues/4290/comm... |
{"url": "https://api.github.com/repos/huggingface/datasets/issues/4287", "repository_url": "https://api.github.com/repos/huggingface/datasets", "labels_url": "https://api.github.com/repos/huggingface/datasets/issues/4287/labels{/name}", "comments_url": "https://api.github.com/repos/huggingface/datasets/issues/4287/comm... |
{"url": "https://api.github.com/repos/huggingface/datasets/issues/4286", "repository_url": "https://api.github.com/repos/huggingface/datasets", "labels_url": "https://api.github.com/repos/huggingface/datasets/issues/4286/labels{/name}", "comments_url": "https://api.github.com/repos/huggingface/datasets/issues/4286/comm... |
{"repo_name": "132nd-etcher/EMFT", "path": "emft/gui/tab_about.py", "copies": "1", "size": "1269", "content": "# coding=utf-8\n\nfrom emft.core import constant\nfrom emft.core.logging import make_logger\nfrom emft.gui.base import GridLayout, HSpacer, Label, VLayout, VSpacer\nfrom emft.gui.main_ui_tab_widget import Main... |
{"repo_name": "jfinkels/networkx", "path": "networkx/readwrite/graph6.py", "copies": "3", "size": "7803", "content": "# Original author: D. Eppstein, UC Irvine, August 12, 2003.\n# The original code at http://www.ics.uci.edu/~eppstein/PADS/ is public domain.\n# Copyright (C) 2004-2016 by\n# Aric Hagberg <hagberg@... |
{"repo_name": "imply/chuu", "path": "ppapi/generators/idl_lexer.py", "copies": "62", "size": "9292", "content": "#!/usr/bin/env python\n# Copyright (c) 2012 The Chromium Authors. All rights reserved.\n# Use of this source code is governed by a BSD-style license that can be\n# found in the LICENSE file.\n\n\"\"\" Lexer ... |
{"repo_name": "sanger-pathogens/gff3toembl", "path": "gff3toembl/EMBLConverter.py", "copies": "3", "size": "1946", "content": "import gff3toembl\nfrom gt import CustomVisitor\nfrom gff3toembl.EMBLContig import EMBLContig\n\nclass EMBLConverter(CustomVisitor):\n\n def __init__(self, locus_tag=None, translation_table=... |
{"repo_name": "SanPen/GridCal", "path": "src/GridCal/Engine/Sparse/utils.py", "copies": "1", "size": "2463", "content": "# This file is part of GridCal.\n#\n# GridCal is free software: you can redistribute it and/or modify\n# it under the terms of the GNU General Public License as published by\n# the Free Software Foun... |
{"repo_name": "trashkalmar/omim", "path": "tools/python/mwm/dump_mwm.py", "copies": "10", "size": "1418", "content": "#!/usr/bin/python\nimport sys, os.path, random\nimport json\nfrom mwm import MWM\n\nif len(sys.argv) < 2:\n print('Dumps some MWM structures.')\n print('Usage: {0} <country.mwm>'.format(sys.argv[0... |
{"repo_name": "vergecurrency/electrum-xvg", "path": "gui/qt/version_getter.py", "copies": "2", "size": "4598", "content": "#!/usr/bin/env python\n#\n# Electrum - lightweight Bitcoin client\n# Copyright (C) 2012 thomasv@gitorious\n#\n# This program is free software: you can redistribute it and/or modify\n# it under the ... |
{"repo_name": "lambeau/ansible-modules-core", "path": "cloud/openstack/_quantum_router.py", "copies": "37", "size": "7032", "content": "#!/usr/bin/python\n#coding: utf-8 -*-\n\n# (c) 2013, Benno Joy <benno@ansible.com>\n#\n# This module is free software: you can redistribute it and/or modify\n# it under the terms of th... |
{"repo_name": "regionbibliotekhalland/digitalasagor", "path": "edittabvideo.py", "copies": "1", "size": "4897", "content": "# Copyright 2013 Regionbibliotek Halland\r\n#\r\n# This file is part of Digitala sagor.\r\n#\r\n# Digitala sagor is free software: you can redistribute it and/or modify\r\n# it under t... |
{"repo_name": "devalbo/mm_anywhere", "path": "google/protobuf/internal/encoder.py", "copies": "484", "size": "25695", "content": "# Protocol Buffers - Google's data interchange format\n# Copyright 2008 Google Inc. All rights reserved.\n# http://code.google.com/p/protobuf/\n#\n# Redistribution and use in source and bin... |
{"Unnamed: 0": 5, "title": "Mycobacteria and the Skin", "abstract": null} |
{"Unnamed: 0": 8, "title": "Scalp Verruca from Barber Clippers: an Epidemiologic Assessment of a Common Fomite", "abstract": null} |
{"paragraph": "Swedish police said on Sunday that the suspect in the Stockholm truck attack was known to have expressed sympathies with extremist organisations, including Islamic state. Police also said that the suspect had sought and been denied permanent residency in the Nordic country and was wanted for deportation.... |
{"paragraph": "Seattle Seahawks cornerback Jeremy Lane was arrested for DUI over the weekend in Washington ... TMZ Sports has learned. The 27-year-old former Super Bowl champ was arrested and later booked Sunday morning at 5:30 AM in the Seattle area. Bail was set at $1,000. He was released a short time later on his ow... |
{"paragraph": "(Adds details, background, paragraphs 3-5) By Humeyra Pamuk and Arshad Mohammed WASHINGTON, March 11 (Reuters) - The U.S. State Department has decided to suspend non-essential travel by staff because of the spread of the coronavirus and will only permit mission-critical trips, three sources familiar with... |
{"movie_title": "Bank.Robbers.The.Last.Great.Heist", "order": "22", "duration": "00:02:07,541 --> 00:02:11,125", "text": "Aku percaya bahwa, dalam aspek ini,\nmakna kematian,"} |
{"wav_filename": "CRMW_2E04.wav", "wav_filesize": 289502, "transcript": "jan batis menm t ap batize moun tou nan enon toupre salim paske te gen anpil dlo la"} |
{"wav_filename": "EVMS_4A04.wav", "wav_filesize": 118362, "transcript": "kouman figi w fennen konsa a"} |
{"wav_filename": "EVMS_4A14.wav", "wav_filesize": 116734, "transcript": "nou tande souf chwal yo"} |
{"wav_filename": "EVMS_4A01.wav", "wav_filesize": 137138, "transcript": "mwen mande w kouman w rele yo"} |
{"id": "n000315175b67977", "era": "era1", "data_type": "train", "feature_intelligence1": 0.0, "feature_intelligence2": 0.5, "feature_intelligence3": 0.25, "feature_intelligence4": 0.0, "feature_intelligence5": 0.5, "feature_intelligence6": 0.25, "feature_intelligence7": 0.25, "feature_intelligence8": 0.25, "feature_int... |
{"id": "n0014af834a96cdd", "era": "era1", "data_type": "train", "feature_intelligence1": 0.0, "feature_intelligence2": 0.0, "feature_intelligence3": 0.0, "feature_intelligence4": 0.25, "feature_intelligence5": 0.5, "feature_intelligence6": 0.0, "feature_intelligence7": 0.0, "feature_intelligence8": 0.25, "feature_intel... |
{"id": "n001c93979ac41d4", "era": "era1", "data_type": "train", "feature_intelligence1": 0.25, "feature_intelligence2": 0.5, "feature_intelligence3": 0.25, "feature_intelligence4": 0.25, "feature_intelligence5": 1.0, "feature_intelligence6": 0.75, "feature_intelligence7": 0.75, "feature_intelligence8": 0.25, "feature_i... |
{"id": "n0034e4143f22a13", "era": "era1", "data_type": "train", "feature_intelligence1": 1.0, "feature_intelligence2": 0.0, "feature_intelligence3": 0.0, "feature_intelligence4": 0.5, "feature_intelligence5": 0.5, "feature_intelligence6": 0.25, "feature_intelligence7": 0.25, "feature_intelligence8": 0.75, "feature_inte... |
{"id": "n00679d1a636062f", "era": "era1", "data_type": "train", "feature_intelligence1": 0.25, "feature_intelligence2": 0.25, "feature_intelligence3": 0.25, "feature_intelligence4": 0.25, "feature_intelligence5": 0.0, "feature_intelligence6": 0.25, "feature_intelligence7": 0.5, "feature_intelligence8": 0.25, "feature_i... |
{"id": "n009aa2d32389eca", "era": "era1", "data_type": "train", "feature_intelligence1": 0.5, "feature_intelligence2": 0.5, "feature_intelligence3": 0.25, "feature_intelligence4": 0.25, "feature_intelligence5": 0.75, "feature_intelligence6": 0.75, "feature_intelligence7": 0.75, "feature_intelligence8": 0.5, "feature_in... |
{"id": "n009ef1a5fe009b6", "era": "era1", "data_type": "train", "feature_intelligence1": 0.5, "feature_intelligence2": 0.25, "feature_intelligence3": 0.25, "feature_intelligence4": 0.75, "feature_intelligence5": 1.0, "feature_intelligence6": 1.0, "feature_intelligence7": 1.0, "feature_intelligence8": 0.75, "feature_int... |
{"id": "n00ae5d51f55fb0f", "era": "era1", "data_type": "train", "feature_intelligence1": 0.25, "feature_intelligence2": 1.0, "feature_intelligence3": 1.0, "feature_intelligence4": 0.75, "feature_intelligence5": 1.0, "feature_intelligence6": 0.75, "feature_intelligence7": 0.75, "feature_intelligence8": 0.75, "feature_in... |
{"id": "n00b0ac86d77aed7", "era": "era1", "data_type": "train", "feature_intelligence1": 0.5, "feature_intelligence2": 0.5, "feature_intelligence3": 0.5, "feature_intelligence4": 1.0, "feature_intelligence5": 1.0, "feature_intelligence6": 0.25, "feature_intelligence7": 0.5, "feature_intelligence8": 1.0, "feature_intell... |
{"id": "n00c63366aeaf76a", "era": "era1", "data_type": "train", "feature_intelligence1": 0.5, "feature_intelligence2": 1.0, "feature_intelligence3": 1.0, "feature_intelligence4": 0.25, "feature_intelligence5": 0.75, "feature_intelligence6": 0.25, "feature_intelligence7": 0.25, "feature_intelligence8": 0.75, "feature_in... |
{"_data_files": [{"filename": "dataset.arrow"}], "_fingerprint": "5c6562fb7a04ad55", "_format_columns": ["target", "text"], "_format_kwargs": {}, "_format_type": null, "_indexes": {}, "_output_all_columns": false, "_split": null} |
{"title": "Battle for Love (Wanted Nightmares #1)", "description": "Amaya once believed her life was perfect. She had everything she ever wanted; a secure home, a loving, yet overprotective family, and her beloved Thomas. Soon the ideal life shatters when her father, Vincent, takes away the only person who ever truly m... |
{"title": "Lowcountry Spirit", "description": "A haunting historical eNovella about three slave girls with mystical powers living on an eerie island off the coast of Georgia, whose lives intertwine in their quest for freedom.\nMeet Emmaline, Celestia, and Liza, three slave girls on a haunted barrier island in Georgia l... |
{"title": "Kill Your Darlings, July 2014", "description": "EDITORIAL\nBrigid Mullane\nCOMMENTARY\nDavid Donaldson 'Dirty Money: How Political Donations Undermine Our Democracy'\nAmbelin Kwaymullina 'Edges, Centres and Futures: Reflections on Being an Indigenous Speculative-Fiction Writer'\nTim Byrne 'Rise of the Indepe... |
{"title": "Notes from Underground & The Double", "description": "'It is best to do nothing! The best thing is conscious inertia! So long live the underground!'\nAlienated from society and paralyzed by a sense of his own insignificance, the anonymous narrator of Dostoyevsky's groundbreaking Notes from Undergroundtells t... |
{"title": "The Haunting of Josh Weston", "description": "Book 1 of Josh Weston Adventure Series. When fifteen-year old Josh Weston and his mother move to a desolate ranch in the northwestern Arizona desert after his father leaves them, Josh is sure the fifty acres of rocks and cactus are worse than hell. Blaming himsel... |
{"title": "Drive By (The Frank & Ernest Files, #1)", "description": "Meet Ernie Campanella, the poster boy for all that was wrong with the notorious Philadelphia Police Department in the 1970s. A boarder-line alcoholic, Campanella regards bigotry and brutality as standard operating procedure. Like many racists of his d... |
{"title": "What Is Your Dangerous Idea? : Today's Leading Thinkers on the Unthinkable", "description": "From Copernicus to Darwin, to current-day thinkers, scientists have always promoted theories and unveiled discoveries that challenge everything society holds dear; ideas with both positive and dire consequences. Many... |
{"title": "A Royal Vow of Convenience", "description": "The whirr of helicopter blades announcing the return of her new boss sends Sophie scurrying back to the kitchen. Little does she know that fleeing from royal scrutiny will place her under the devastatingly searing gaze of notorious billionaire Rafe Carter.\nHaving... |
{"title": "The Owl Who Was Afraid of the Dark", "description": "Plop, the Baby Barn Owl, is like every Barn Owl there ever was, except for one thing--he is afraid of the dark. \"Dark is nasty\" he says and so he won't go hunting with his parents. Mrs. Barn Owl sends him down from his nest-hole to ask about the dark and... |
{"title": "The Rune that Binds", "description": "\"When evil is beautiful, seductive, and wears the faces of the people you love, how do you fight it?\"\nThree thousand years after the Virtues abandoned the world to their brother, Malasephus, mankind has erected temples to the fallen Virtue,who grants power to the ambi... |
{"Unnamed: 0.1": 4604, "Actual Expression": 0.0078866453816113, "k-mer_occurs/size": 1.0, "median k-mer occurance": 1, "max k-mer occurance": 1, "Unnamed: 0": 4604, "Seq": "TGCATTTTTTTCACATCTAGGATGAATCTGGGAGTCATTTCGTATGACCTGAGAGTCGCCCTCCCCCGTTACTGTAGTAGGCCATACAGACGCTTAAGGTTACGGCTGTT", "Pred": 8.929169, "Exp": 0.0078866... |
{"Unnamed: 0.1": 7053, "Actual Expression": 0.0, "k-mer_occurs/size": 1.03174603174603, "median k-mer occurance": 1, "max k-mer occurance": 2, "Unnamed: 0": 7053, "Seq": "TGCATTTTTTTCACATCTGGCCTGTTGATGACGATAGAAGAAGGTTTTATCAATGAACTTGTGCAGTGGGGGGTTATGGTCTGATATTAGTTGGTAAGGTTACGGCTGTT", "Pred": 7.630561, "Exp": 0.0, "Resid... |
{"Unnamed: 0.1": 11703, "Actual Expression": 0.195757018129317, "k-mer_occurs/size": 1.04761904761905, "median k-mer occurance": 1, "max k-mer occurance": 2, "Unnamed: 0": 11703, "Seq": "TGCATTTTTTTCACATCAGAGAAATCCACGAAACAGTTTGTGTTCTGTCTAAGTATTACCATGAGTTTAAAGTCATACGCATGTCTTTGAACGTTGAGGTTACGGCTGTT", "Pred": 9.30659, "Ex... |
{"Unnamed: 0.1": 12391, "Actual Expression": 0.0626855209600416, "k-mer_occurs/size": 1.0, "median k-mer occurance": 1, "max k-mer occurance": 1, "Unnamed: 0": 12391, "Seq": "TGCATTTTTTTCACATCTGAATTATTTGCCGTACTGGTGTGTAGCGAAACCTCCTAATGGTGGTTGCTATATAGCTTCGTAATAAGGGTTCATTTCGGTTACGGCTGTT", "Pred": 10.225065, "Exp": 0.06268... |
{"Unnamed: 0.1": 13667, "Actual Expression": 0.218878629766312, "k-mer_occurs/size": 1.03174603174603, "median k-mer occurance": 1, "max k-mer occurance": 2, "Unnamed: 0": 13667, "Seq": "TGCATTTTTTTCACATCTTTCATTAGAACAAGTAGAGGTCTCCGTTTACTAAAAGGTAGGGGACACCGAAGATATGTTAACGTCTGGATTGTCTTAGGGTTACGGCTGTT", "Pred": 8.816908, "E... |
{"Unnamed: 0.1": 19266, "Actual Expression": 0.0, "k-mer_occurs/size": 1.0952380952381, "median k-mer occurance": 1, "max k-mer occurance": 2, "Unnamed: 0": 19266, "Seq": "TGCATTTTTTTCACATCAACTATATACGAAACGGGTTTCGAATAAACTTTTATTTACGCTCAGTAAAGTCTAATTCGTAAAATACACGGGACGATGTGGTTACGGCTGTT", "Pred": 12.216795, "Exp": 0.0, "Res... |
{"Unnamed: 0.1": 19337, "Actual Expression": 0.0, "k-mer_occurs/size": 1.0952380952381, "median k-mer occurance": 1, "max k-mer occurance": 2, "Unnamed: 0": 19337, "Seq": "TGCATTTTTTTCACATCCGTGGCTTCTTGTGTCCTCTTAGTGATGTGAGAGAGCCTTATTTTGCACAAGTACGTACTGTGTTGGTTATCTTGAGATAGGTTACGGCTGTT", "Pred": 9.414026, "Exp": 0.0, "Resi... |
{"Unnamed: 0.1": 21635, "Actual Expression": 0.0057906515572253, "k-mer_occurs/size": 1.01587301587302, "median k-mer occurance": 1, "max k-mer occurance": 2, "Unnamed: 0": 21635, "Seq": "TGCATTTTTTTCACATCTTATGTAGAACCATCCCTGGGGGCTCCAAGTACAAGAGCGTATAATCGGTATGTTTGCTATTCTGGGGCTATCTTACACTGGTTACGGCTGTT", "Pred": 8.155237, "... |
{"Unnamed: 0.1": 25226, "Actual Expression": 0.133262440134998, "k-mer_occurs/size": 1.0952380952381, "median k-mer occurance": 1, "max k-mer occurance": 2, "Unnamed: 0": 25226, "Seq": "TGCATTTTTTTCACATCTAGTACGGTTGCAGCTGATAGAGGGAAGACATCGTATTCGACTGACTACGGTGGTTGGGGCGACATGGACGGAAATAGATGGTTACGGCTGTT", "Pred": 9.234055, "Ex... |
{"Unnamed: 0.1": 25365, "Actual Expression": 0.0, "k-mer_occurs/size": 1.03174603174603, "median k-mer occurance": 1, "max k-mer occurance": 2, "Unnamed: 0": 25365, "Seq": "TGCATTTTTTTCACATCAATGAGGATCATTAGACCTTATTGAATGATATTAGTTTAACGTTTTTAGTTTATGTATCGTCAGCCTGATATTTGTCTTGGGTTACGGCTGTT", "Pred": 10.478693, "Exp": 0.0, "Re... |
{"claim_id": 2361, "claim": "\"Unquestionably, the U.N. Intergovernmental Panel on Climate Change (IPCC) was formed to build the scientific case for humanity being the primary cause of global warming.", "evidence": "In it, the IUGG concurs with the \"comprehensive and widely accepted and endorsed scientific assessments... |
{"claim_id": 2008, "claim": "Tony Abbott the Opposition must respect the Government's mandate to overturn the carbon tax.", "evidence": "On the first day of the new Parliament, Abbott introduced legislation into Parliament to repeal the Carbon Tax, and commenced Operation Sovereign Borders, the Coalition's policy to st... |
{"claim_id": 2710, "claim": "[Wind energy] is a more expensive way of producing energy than the alternative.", "evidence": "Costs of production from coal fired plants built in \"the 1970s and 1980s\" are cheaper than renewable energy sources because of depreciation.", "evidence_label": "SUPPORTS", "label": "entailment"... |
{"claim_id": 1677, "claim": "A cold day in Chicago in winter has nothing to do with the trend of global warming.", "evidence": "In it was the prediction that on our current course the planet will warm a disastrous seven degrees Fahrenheit (or about 3.9 degrees Celsius) by the end of this century.", "evidence_label": "N... |
{"id": "'1'", "bboxes": "[[[0.048526601337182625, 0.051214846620226503, 0.19410350095554535, 0.04904540435366219, 0.1910306529656759, 0.09505112659116378, 0.047910869981934674, 0.09461805911884111], [0.25122710612071825, 0.048610284428864045, 0.3636358355648755, 0.047309029559420554, 0.3636358355648755, 0.0698777969796... |
{"context": "The final major evolution of the steam engine design was the use of steam turbines starting in the late part of the 19th century. Steam turbines are generally more efficient than reciprocating piston type steam engines (for outputs above several hundred horsepower), have fewer moving parts, and provide rot... |
{"context": "Luther's rediscovery of \"Christ and His salvation\" was the first of two points that became the foundation for the Reformation. His railing against the sale of indulgences was based on it.", "question": "What else was based upon the first of two points that became the foundation for the Reformation?", "an... |
{"context": "Some chloroplasts contain a structure called the chloroplast peripheral reticulum. It is often found in the chloroplasts of C4 plants, though it has also been found in some C3 angiosperms, and even some gymnosperms. The chloroplast peripheral reticulum consists of a maze of membranous tubes and vesicles co... |
{"context": "Two Block I CSMs were launched from LC-34 on suborbital flights in 1966 with the Saturn IB. The first, AS-201 launched on February 26, reached an altitude of 265.7 nautical miles (492.1 km) and splashed down 4,577 nautical miles (8,477 km) downrange in the Atlantic ocean. The second, AS-202 on August 25, r... |
{"context": "In addition, there are $2 million worth of other ancillary events, including a week-long event at the Santa Clara Convention Center, a beer, wine and food festival at Bellomy Field at Santa Clara University, and a pep rally. A professional fundraiser will aid in finding business sponsors and individual don... |
{"context": "Throughout its history, the United Methodist Church has placed great emphasis on the importance of education. As such, the United Methodist Church established and is affiliated with around one hundred colleges and universities in the United States, including Syracuse University, Boston University, Emory Un... |
{"_id": "1928_in_association_football", "title": "1928 in association football", "text": "The following are the football ( soccer ) events of the year 1928 throughout the world .", "query": "where are the world soccer events from"} |
{"_id": "1928_in_association_football", "title": "1928 in association football", "text": "The following are the football ( soccer ) events of the year 1928 throughout the world .", "query": "what year was football"} |
{"_id": "1928_in_association_football", "title": "1928 in association football", "text": "The following are the football ( soccer ) events of the year 1928 throughout the world .", "query": "when did the world football championship begin"} |
{"_id": "1986_NBA_Finals", "title": "1986 NBA Finals", "text": "The 1986 NBA Finals was the championship round of the 1985 -- 86 NBA season . It pitted the Eastern Conference champion Boston Celtics against the Western Conference champion Houston Rockets , in a rematch of the 1981 Finals ( only Allen Leavell and Robert... |
{"_id": "1986_NBA_Finals", "title": "1986 NBA Finals", "text": "The 1986 NBA Finals was the championship round of the 1985 -- 86 NBA season . It pitted the Eastern Conference champion Boston Celtics against the Western Conference champion Houston Rockets , in a rematch of the 1981 Finals ( only Allen Leavell and Robert... |
{"_id": "1986_NBA_Finals", "title": "1986 NBA Finals", "text": "The 1986 NBA Finals was the championship round of the 1985 -- 86 NBA season . It pitted the Eastern Conference champion Boston Celtics against the Western Conference champion Houston Rockets , in a rematch of the 1981 Finals ( only Allen Leavell and Robert... |
{"_id": "1901_Villanova_Wildcats_football_team", "title": "1901 Villanova Wildcats football team", "text": "The 1901 Villanova Wildcats football team represented the Villanova University during the 1901 college football season . The Wildcats team captain was John J. Egan .", "query": "when did the villanova football te... |
{"_id": "1901_Villanova_Wildcats_football_team", "title": "1901 Villanova Wildcats football team", "text": "The 1901 Villanova Wildcats football team represented the Villanova University during the 1901 college football season . The Wildcats team captain was John J. Egan .", "query": "who is the captain of the villanov... |
{"_id": "1901_Villanova_Wildcats_football_team", "title": "1901 Villanova Wildcats football team", "text": "The 1901 Villanova Wildcats football team represented the Villanova University during the 1901 college football season . The Wildcats team captain was John J. Egan .", "query": "who was the captain of the univers... |
{"_id": "1992_Northwestern_Wildcats_football_team", "title": "1992 Northwestern Wildcats football team", "text": "The 1992 Northwestern Wildcats team represented Northwestern University during the 1992 NCAA Division I-A football season . In their first year under head coach Gary Barnett , the Wildcats compiled a 3 -- 8... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.