update mteb eval

This commit is contained in:
cfli 2024-11-16 23:23:56 +08:00
parent 4c1b67b4e5
commit 192ea6aa95
83 changed files with 131 additions and 8 deletions

View File

@ -18,6 +18,6 @@ class MTEBEvalArgs(AbsEvalArgs):
use_special_instructions: bool = field(
default=False, metadata={"help": "Whether to use specific instructions in `prompts.py` for evaluation. Default: False"}
)
use_special_examples: bool = field(
default=False, metadata={"help": "Whether to use specific examples in `examples` for evaluation. Default: False"}
examples_path: str = field(
default=None, metadata={"help": "Use specific examples in the path. Default: None"}
)

File diff suppressed because one or more lines are too long

View File

@ -134,10 +134,9 @@ class MTEBEvalRunner(AbsEvalRunner):
except:
logger.logger.info(f"No instruction found for {task_name}")
if self.eval_args.use_special_examples:
if self.eval_args.examples_path is not None:
try:
eg_pairs = examples_dict[task_name]
self.retriever.set_examples(eg_pairs)
eg_pairs = json.load(open(os.path.join(self.eval_args.examples_path, task_name + '.json')))
except:
logger.logger.info(f"No examples found for {task_name}")

View File

@ -115,7 +115,7 @@ For MTEB, we primarily use the official [MTEB](https://github.com/embeddings-ben
- **`tasks`**: Tasks to evaluate. Default: None
- **`task_types`**: The task types to evaluate. Default: None
- **`use_special_instructions`**: Whether to use specific instructions in `prompts.py` for evaluation. Default: False
- **`use_special_examples`**: Whether to use specific examples in `examples.py` for evaluation. Default: False
- **`examples_path`**: Use specific examples in the path. Default: None
Here is an example for evaluation:

View File

@ -0,0 +1,3 @@
{"query": "So, which AI model did the best on the MMMU benchmark according to Yue and his team back in 2023?", "pos": "MMMU (val) Gemini Ultra (0-shot) GPT-4V (0-shot)\nMaj@32 pass@1 pass@1\nArt & Design 74.2 70.0 65.8\nBusiness 62.7 56.7 59.3\nScience 49.3 48.0 54.7\nHealth & Medicine 71.3 67.3 64.7\nHumanities & Social Science 78.3 78.3 72.5\nTechnology & Engineering 53.0 47.1 36.7\nOverall 62.4 59.4 56.8\nTable 8|Gemini Ultra performance on the MMMU benchmark (Yue et al., 2023) per discipline."}
{"query": "The GSPMD partitioner, part of the XLA compiler, is responsible for dividing the training step calculation.", "pos": "The GSPMD partitioner (Xu et al., 2021) in the XLA compiler\npartitions the training step computation, and the MegaScale XLA compiler (XLA, 2019) pass statically\nschedules appropriate collectives so that they maximally overlap with the computation with very little\nvariation in step time.\nMaintaining a high goodput2at this scale would have been impossible using the conventional\napproach of periodic checkpointing of weights to persistent cluster storage. For Gemini models, we\ninstead made use of redundant in-memory copies of the model state, and on any unplanned hardware\nfailures, we rapidly recover directly from an intact model replica."}
{"query": "What's the impact of where you live and your social status on how well AI image labeling tech works?", "pos": "Thoughwedo\nnot see large discrepancies across different groups, we note that this metric is imperfect as the human\nreference captions could be inherently biased. Additionally, we perform a zero-shot classification style\nevaluation with the Dollarstreet dataset (Rojas et al., 2022) to measure discrepancies in performance\nacross images which come from different geographic locations. As is seen in previous work, we find\nthat models work less effectively for images from lower socioeconomic regions and regions outside\nNorth America and Europe. This is an area where we need further research and work to improve in\nfuture iterations of our models.\nIn addition to comparing performance on tasks across groups, we also consider how people are\ndescribed in captions."}

View File

@ -0,0 +1,3 @@
{"query": "What gauges the effects of data contamination?", "pos": "We also undertake a systematic study of “data contamination” a growing problem when training high capacity models\non datasets such as Common Crawl, which can potentially include content from test datasets simply because such\ncontent often exists on the web. In this paper we develop systematic tools to measure data contamination and quantify\nits distorting effects. Although we find that data contamination has a minimal effect on GPT-3s performance on most\ndatasets, we do identify a few datasets where it could be inflating results, and we either do not report results on these\ndatasets or we note them with an asterisk, depending on the severity."}
{"query": "What strategies did the United States employ to convince Pakistan to exercise its influence over the Taliban?", "pos": "Direct\npressure on the Taliban had proved unsuccessful. As one NSC staff note\nput it, \"Under the Taliban, Afghanistan is not so much a state sponsor\nof terrorism as it is a state sponsored by terrorists.\" In early 2000,\nthe United States began a high-level effort to persuade Pakistan to use\nits influence over the Taliban. In January 2000, Assistant Secretary\nof State Karl Inderfurth and the State Departments counterterrorism\ncoordinator, Michael Sheehan, met with General Musharraf in Islamabad,\ndangling before him the possibility of a presidential visit in March as a\nreward for Pakistani cooperation. Such a visit was coveted by Musharraf,\npartly as a sign of his governments legitimacy."}
{"query": "What does carrying rotten potatoes symbolize?", "pos": "The children started complaining about the\ntrouble loudly.\nThen Mrs. Smith told them why she asked them to play the game. She\nsaid,\"This is exactly the situation when you carry your hatred for somebody\ninside your heart. The terrible smell of the hatred will pollute your\nheart and you will carry something unnecessary with you all the time. If\nyou cannot stand the smell of the rotten potatoes for just two weeks, can\nyou imagine how heavy it would be to have the hatred in your heart for your\nlifetime? So throw away any hatred from your heart, and youll be really\nhappy.\"\nQ: Which of the following is True according to the passage?\nA: If a kid hated four people,he or she had to carry four potatoes."}

View File

@ -0,0 +1,3 @@
{"query": "Could you elucidate on the values of temperature and top-p that are utilized for pass@1 scores?", "pos": "8 62.8\n13B 18.3 60.2 30.6 69.0\n34B 22.6 77.2 33.0 76.1\n70B29.9 89.0 45.0 81.4\nTable 21: Code generation results on Human-Eval and MBPP . We report 0-shot and 3-shot results for\nHuman-Eval and MBPP respectively. For pass@100 and pass@80 scores, we use a temperature of 0.8 and\ntop-p=0.95. For pass@1 scores, we use a temperature of 0.1 and top- p=0.95.\n49"}
{"query": "What do high safety scores and low helpfulness ratings suggest?", "pos": "Here we show more evidence and\nqualitative results to manifest this tension. Figure32 are two scatter plots of helpfulness and safety reward\nmodel scores on the safety test set for safe and unsafe responses. The tension can be observed at the bottom\nright corner (i.e., high safety score but low helpfulness score) in the safe response plot (left) and the top left\ncorner (i.e., low safety score but high helpfulness score) in the unsafe response plot (right). We also list two\nqualitative examples where safety and helpfulness reward models dont agree with each other in Table 35."}
{"query": "The process of carefully adjusting precautions relies on using challenging stimuli together with protected displays to make its operation run more smoothly.", "pos": "4.2 Safety Fine-Tuning\nIn this section, we describe our approach to safety fine-tuning, including safety categories, annotation\nguidelines,and the techniques we use to mitigate safety risks. We employ a process similar to the general\nfine-tuning methods as described in Section 3, with some notable differences related to safety concerns.\nSpecifically, we use the following techniques in safety fine-tuning:\n1.Supervised Safety Fine-Tuning : We initialize by gathering adversarial prompts and safe demonstra-\ntions that are then included in the general supervised fine-tuning process (Section 3.1). This teaches\nthe model to align with our safety guidelines even before RLHF,and thus lays the foundation for\nhigh-quality human preference data annotation."}

View File

@ -0,0 +1,3 @@
{"query": "What are the pre-training challenges for large language models?", "pos": "To make this survey more self-contained, we present the\ndetailed formulations for these configurations in Table 6.\nNormalization Methods. Training instability is a challeng-\ning issue for pre-training LLMs. To alleviate this issue,\nnormalization is a widely adopted strategy to stabilize the\ntraining of neural networks. In the vanilla Transformer [22],\nLayerNorm [256] is employed. Recently, several advanced\nnormalization techniques have been proposed as alterna-\ntives to LayerNorm, e.g., RMSNorm, and DeepNorm.\n•LayerNorm. In the early research, BatchNorm [265] is\na commonly used normalization method. However, it is\ndifficult to deal with sequence data of variable lengths and\nsmall-batch data."}
{"query": "Language learning models seriously struggle to grasp complex symbols when they're thrown in scenarios they don't know jack about.", "pos": "For an example of\nthe out-of-domain test, LLMs could only see the examples\nwith two words in context, but it requires LLMs to concate-\nnate the last letters of three or more words. Typically, the\naccuracy of the generated symbols is adopted to evaluate\nthe performance of LLMs on these tasks. Thus, LLMs need\nto understand the semantic relations among the symbolic\noperations and their composition in complex scenarios.\nHowever, under the out-of-domain setting, as LLMs have\nnot seen the complex compositions of symbolic operations\nand rules ( e.g., twice the number of operations in context\nexamples), it is hard for LLMs to capture their accurate\nmeanings."}
{"query": "Could you shed some light on the two primary ways that LLMs employ demonstrations as discussed in document 493?", "pos": "How LLMs Perform ICL? At the inference stage, researchers\nfocus on analyzing how the ICL capability operates based\non given demonstrations since no explicit learning or updat-\ning is involved. According to the discussion in [493], there\nare two main ways for LLMs to utilize demonstrations: task\nrecognition and task learning.\n•Task recognition. In the first way, LLMs recognize the\ntask from demonstrations and utilize the prior knowledge\nobtained from pre-training to solve new test tasks. A Proba-\nbly Approximately Correct (PAC) framework [494] has been\nproposed to assess the learnability of ICL."}

View File

@ -0,0 +1,3 @@
{"query": "Why is it believed the universe began at a particular time?", "pos": "According to a number of earlycosmologies and the Jewish/Christian/Muslim tradition, the universe started at a finite, and not very distant,time in the past. One argument for such a beginning was the feeling that it was necessary to have “First Cause”to explain the existence of the universe. (Within the universe, you always explained one event as being causedby some earlier event, but the existence of the universe itself could be explained in this way only if it had somebeginning.) Another argument was put forward by St. Augustine in his book The City of God. He pointed out\nthat civilization is progressing and we remember who performed this deed or developed that technique."}
{"query": "Could you elucidate on the intricate procedure of stellar constitution?", "pos": "Andeven then it was a long time before the implications of the theory for massive stars were understood.To understand how a black hole might be formed, we first need an understanding of the life cycle of a star. A star isformed when a large amount of gas (mostly hydrogen) starts to collapse in on itself due to its gravitational attraction. Asit contracts, the atoms of the gas collide with each other more and more frequently and at greater and greater speeds the gas heats up. Eventually, the gas will be so hot that when the hydrogen atoms collide they no longer bounce offeach other, but instead coalesce to form helium. The heat released in this reaction, which is like a controlled hydrogenbomb explosion, is what makes the star shine."}
{"query": "Black hole existence evidence?", "pos": "the body that has collapsed must be lost when a black hole is formed, because afterward all we can possibly measureabout the body is its mass and rate of rotation. The significance of this will be seen in the next chapter.Black holes are one of only a fairly small number of cases in the history of science in which a theory was developed ingreat detail as a mathematical model before there was any evidence from observations that it was correct. Indeed, thisused to be the main argument of opponents of black holes: how could one believe in objects for which the onlyevidence was calculations based on the dubious theory of general relativity?"}

View File

@ -0,0 +1,3 @@
{"query": "So, like, what's the big deal about the top species from the bigger groups talked about in Chapter 4?", "pos": "In our second and fourth chapters, on Variation and on Natural Selection, I have attempted\nto show that it is the widely ranging, the much diffused and common, that is the dominant species\nbelonging to the larger genera, which vary most. The varieties, or incipient species, thus produced\nultimately become converted, as I believe, into new and distinct species; and these, on the principle\nof inheritance, tend to produce other new and dominant species. Consequently the groups which\nare now large, and which generally include many dominant species, tend to go on increasing\nindefinitely in size."}
{"query": "Identify the unique species in the Chthamalinae subfamily of sessile cirripedes and the location of its fossil discovery.", "pos": "I suspect that but few of\nthe very many animals which live on the beach between high and low watermark are preserved.\nFor instance, the several species of the Chthamalinae (a sub-family of sessile cirripedes) coat the\nrocks all over the world in infinite numbers: they are all strictly littoral, with the exception of a\nsingle Mediterranean species, which inhabits deep water and has been found fossil in Sicily,\nwhereas not one other species has hitherto been found in any tertiary formation: yet it is now\nknown that the genus Chthamalus existed during the chalk period. The molluscan genus Chiton\noffers a partially analogous case."}
{"query": "Why are there flaws in the geological record?", "pos": "Nor is their rarity surprising, when we remember how large a proportion of the\nbones of tertiary mammals have been discovered either in caves or in lacustrine deposits; and that\nnot a cave or true lacustrine bed is known belonging to the age of our secondary or palaeozoic\nformations.\nBut the imperfection in the geological record mainly results from another and more important cause\nthan any of the foregoing; namely, from the several formations being separated from each other by\nwide intervals of time. When we see the formations tabulated in written works, or when we follow\nthem in nature, it is difficult to avoid believing that they are closely consecutive."}

View File

@ -0,0 +1,3 @@
{"query": "What does 'O' represent in peptides?", "pos": "by changing the peptides to be amphiphilic or completely polar, they systematically synthesized several derived peptides. each of them has a different polar uncharged group : p11-8 (423, based on glutamine q, sequence ac-qqrfowofeqq-nh2 ; o represents ornithine), p11-12 (424, based on serine s, sequence ac-ssrfowofess- nh2), p11-16 (427, based on asparagine n, sequence ac-nnrfowofenn- nh2), and p11-18 (428, based on threonine t, sequence ac-ttrfowofett- nh2)."}
{"query": "Could you elucidate on the system that was demonstrated by Van Esch and his team utilizing 1,3,5-triamide cyclohexane-based hydrogelators 67 for the alignment of nanofibers?", "pos": "used an electrical field to assist the alignment of the nanofibers and demonstrated that the application of a voltage bias, indeed, helps the directional orientation of the fibrils. using the 1,3,5-triamide cyclohexane-based hydrogelators 67, van esch et al. demonstrated an elegant system that forms well-defined nanostructures by the orthogonal self-assembly of hydrogelators and surfactants."}
{"query": "What environmental factors influence peptide self-assembly?", "pos": "as pointed out by the authors, the hydrophobic effect between 267 molecules favors axial assembly and their electrostatic forces modulate lateral assembly. at a concentration of 0.05 wt %, the peptide self-assembles to form a filament consisting of about 120 molecules of 267. the authors also reported that various environmental factors (e.g., ph, salt, molecular crowding reagents, and peptides) can regulate the self-assembled filaments in an assembly of predictable manner, which provides useful insights for developing coiled coils as peptide-based materials. it would be interesting to know the proteolytic stability of these self-assembled filaments. besides native peptides acting as hydrogelators, peptide derivatives can also self-assemble in water to form hydrogels."}

View File

@ -0,0 +1,3 @@
{"query": "Why do we get different parameter sets when looking at how ion and water-oxygen atoms interact?", "pos": "the problem here is which one to chose to obtain a consistent set of parameters. the multiple parameter sets arise because similar aij and bij terms can be obtained between the ion and water-oxygen atoms : for a certain rmin/2 and , there will be a corresponding bigger rmin/2 and smaller , or a smaller rmin/2 and bigger , which yield similar aij and bij terms (see eqs 54 and 55). when two different ion parameter sets, which give similar aij terms between an ion and oxygen in water, are applied to the same biomolecule, they may give quite different aij terms between the same atom type on the biomolecule and the metal ion after applying the combining rules."}
{"query": "Chemical physicists managed to mock-up ions in common force fields using the 12-6 Lennard-Jones model without any direct bonding, which verified the structure traits of water-based potassium.", "pos": "the 12-6 lj nonbonded model remains a fast and practical way to simulate ions using classical force fields. the blyp functional was used for the system containing a k ion and 59 water molecules. in total, 0.168 ps of equilibration and 1.98 ps of sampling were performed in the nve ensemble. good agreement between the cpmd and classical md simulations was obtained for the structural properties of aqueous k, validating in part the classical representation of the k ion. moreover, it has also shown that it is possible to simultaneously simulate two or more experimental properties for some of the monovalent ions (e.g., na, k, rb, cs) using the 12-6 lj nonbonded model."}
{"query": "Which concepts are encapsulated within classical models in AMOEBA?", "pos": "they also proposed that the ct effect may need to be included to improve the model. ponder, ren, and co-workers have created the atomic multipole optimized energetics for biomolecular simulation (amoeba) force field. it has bonded terms (bond, angle, dihedral, and improper torsion terms) represented using classical models. the bond and angle parameters are fit on the basis of qm-derived values (e.g., geometries and vibrational frequencies). the electrostatic interaction is represented by permanent monopoles (point charges), dipoles, and quadrupoles derived from the distributed multipole analysis (dma) procedure, along with the polarizable dipoles."}

View File

@ -0,0 +1,3 @@
{"query": "In what manner does the transference of electric charge impact the process of dimerization?", "pos": "the natural bond orbital analysis suggests that the n(py) *(r x) charge transfer plays a key role in the formation of these dimers, while the symmetry-adapted perturbation theory energy decomposition analysis indicates that the xb in r xpyridine complexes is predominantly inductive in nature. halogen-bonded systems containing one or two xbs were analyzed by using the natural orbitals for chemical valence (nocv) method combined with the extended-transition-state (ets) method."}
{"query": "What affects XB's susceptibility to steric hindrance?", "pos": "for the reason stated above, xb is, in general, more sensitive to steric hindrance than hb. in the infinite chain formed by 1,4-diiodotetrafluorobenzene with 4,4- and 2,2-bipyridine, the c in distances are 2.864 and 3.158 , respectively ; when 2,4-bipyridine forms heteromeric crystals with the same xb donor, only the 4-pyridyl nitrogen is halogen-bonded, and trimers are formed wherein the c , we will see how, in the formation of dna base pairs wherein xb substitutes for hb, the most stable pairing was given by bromine as the advantage offered by the greater polarizability of iodine was overwhelmed by the disadvantage resulting from its greater size."}
{"query": "Are there any haloheteroarenes with iodine atoms?", "pos": "color code : carbon, gray ; nitrogen, blue ; iodine, purple ; fluorine, yellow. the most commonly used classes of haloheteroarenes are those containing nitrogen atom(s) in the ring. both neutral and positively charged haloheteroarenes can function as scaffolds for an xb donor site (figure 55) ; the cationic form is typically obtained by reacting the neutral form with an alkyl halide or a hydrogen halide, and the released anion works as an xb acceptor for the activated xb donor site."}

View File

@ -0,0 +1,3 @@
{"query": "How do intrinsic and extrinsic factors impact A42 aggregation, and why is drug development challenging for this process?", "pos": "indeed, it has been shown that the dominant mechanism for catalyzing the formation of toxic a42 species is surface-catalyzed secondary nucleation. in other words, once a small but critical concentration of a42 aggregates has been generated through primary nucleation of monomers, surface-catalyzed secondary nucleation becomes the dominant process where the surface of the existing fibrils serve as catalytic sites for the generation of toxic oligomeric species [ 54, 57 ]. furthermore, the role of intrinsic and extrinsic factors on the aggregation process of a42 has been partly unveiled and a great effort has been focused on drug development against a42 aggregation, which has proven to be very difficult [ 100, 101 ]."}
{"query": "Excitons transfer energy and can jump to a higher state, then lose energy quickly, causing them to vanish.", "pos": "this process occurs at high excitation densities when one exciton transfers its energy to another exciton and brings it to a higher-energy excited state. the higher-energy excited state relaxes rapidly, and overall an exciton is lost. in so far as quenching occurs throughout the volume of the sample, this measurement resembles volume quenching, but with excitons acting as their own quenchers. in these experiments, typically high light intensities are used, far higher than used under solar illumination conditions, and the consequences of this have to be taken into account when analyzing the data."}
{"query": "Causes of artifacts?", "pos": "however, a limiting step in the measurements of the intrinsic young s modulus of amyloid fibrillar aggregates on a surface is the correct evaluation of the cross-sectional moment of inertia i. recently, it was presented a general approach based on theory of elasticity and an innovative calculation of the polymorphic fibrillar aggregates cross-sectional moment of inertia i in order to evaluate correctly the nanomechanical properties of amyloids. this method enables to calculate bending rigidities b and matching the measured experimental values of young s modulus of amyloid fibrils [ 149, 165 ]. however, fibril imaging by afm requires deposition on a surface and drying, which can potentially lead to artifacts in the evaluation of the persistence length and bending rigidity."}

View File

@ -0,0 +1,3 @@
{"query": "What is the primary product of photodimerization?", "pos": "sensitization is also the preferred way to promote coumarin and many of its derivatives into the excited state. in the absence of an external olefin, [ 2 + 2 ] photodimerization occurs with the hh cis-anti-cis product (rac-317, figure 15) being the major product. in benzene as the solvent and with benzophenone as triplet sensitizer, yields over 90% were achieved by ding and co-workers. compound rac-317 served as the starting material for the synthesis of new phosphane ligands."}
{"query": "What's a basic challenge in the [2 + 2] photocycloaddition reactions?", "pos": "the requirement of an aryl enone was a fundamental obstacle in the [ 2 + 2 ] photocycloaddition reactions, which limited the application of this methodology. in order to overcome this problem, the yoon group described a visible-light-induced [ 2 + 2 ] photocycloaddition reaction of,-unsaturated 2-imidazolyl ketones such as 483 (scheme 163, dbu = 1,8-diazabicyclo[5.4.0]undec-7-ene)."}
{"query": "Dry AMD causes photoreceptors to break down because the retinal pigment epithelium, which supports retinal neurons, isn't working properly.", "pos": "intravitreal anti-vegf therapies have emerged as a standard of care to treat wet amd ; however, there is currently no fda-approved treatment available for the dry form. thus, safe and effective treatment of dry amd remains a critical unmet need. atrophic (dry) form of amd represents a slowly progressing neurodegenerative disorder of the eye in which specialized retinal neurons (rod and cone photoreceptors) degenerate in the central part of the retina called macula. histopathological and clinical data suggest that photoreceptor degeneration in dry amd is triggered by abnormalities in the retinal pigment epithelium (rpe) that lies beneath photoreceptors and provides critical metabolic support to these light-sensing neuronal cells."}

View File

@ -0,0 +1,3 @@
{"query": "Where can I get the NIST Standard Reference Materials Catalog?", "pos": "The calibration services, standard reference materials and related measurement services along with changes and fees are published in two Special Publications (SP's) and their supplements. These are SP 250 “Calibration and Related Measurement Services of the National Institute of Standards & Technology”1\n\n and SP 260 “NIST Standard Reference Materials Catalog.”1 A complete catalog of all publications by NIST authors is issued annually as a supplement to SP 305 “Publications of the National Institute of Standards & Technology.” Announcements and listings of recent NIST publications and services are published in each issue of the bimonthly “NIST Journal of Research”2\n\n and the NIST monthly magazine, “Dimensions/NIST”2."}
{"query": "What is the acceptable tolerance level for cranberries?", "pos": "(1) Having determined the errors on each dimension and given to each its proper sign (see §241.5), add the errors on the effective diameter of head and the distance between heads algebraically and multiply the result by 1.67 (or 5/3). Then add this result to the error on the circumference of bulge algebraically. If the result obtained is not greater than the tolerance given in the following table for the proper subdivision, then the barrel is within the tolerance allowed; if the result is greater than this tolerance, then the barrel is not within the tolerance allowed.\n\n \n\n \n\n \n\nSize of subdivision\n\nTolerance\n\nFor fruits, vegetables, and other dry commodities (inches)\n\nFor cranberries (inches)"}
{"query": "What tools and techniques might be listed in solicitation announcements for specific industry sectors?", "pos": "Specific industry sectors to be addressed and sub-categories of tools and techniques may be specified in solicitations. These sectors or sub-categories will be specified in the solicitation announcement. Examples of tools and techniques include, but are not limited to, manufacturing assessment tools, environmental benchmarking tools, training delivery programs, electronically accessible environmental information resources, environmental demonstration facilities, software tools, etc. Projects must be completed within the scope of the effort proposed and should not require on-going federal support.\n\n (c) Award period. Projects initiated under this category may be carried out over up to three years. Proposals selected for award will receive all funding from currently available funds. If an application is selected for funding, DOC has no obligation to provide any additional future funding in connection with that award."}

View File

@ -0,0 +1,3 @@
{"query": "When is the deadline for quarterly returns per § 53.153(a)?", "pos": "[T.D. ATF-308, 56 FR 303, Jan. 3, 1991, as amended by T.D. ATF-330, 57 FR 40325, Sept. 3, 1992. Redesignated in part by T.D. ATF-365, 60 FR 33670, June 28, 1995]\n\n\n\n\n\n§53.153\n\nTime for filing returns.\n\n(a) Quarterly returns. Each return required to be made under §53.151(a) for a return period of one calendar quarter shall be filed on or before the last day of the first calendar month following the close of the period for which it is made."}
{"query": "How are federal tax liens enforced?", "pos": "The satisfaction of the levy described in paragraph (b) of this section by an insuring organization shall be without prejudice to any civil action for the enforcement of any Federal tax lien with respect to a life insurance or endowment contract. Thus, this levy procedure is not the exclusive means of subjecting the life insurance and endowment contracts of the person against whom a tax is assessed to the collection of the person's unpaid assessment. The United States may choose to foreclose the tax lien in any case where it is appropriate, as, for example, to reach the cash surrender value (as distinguished from cash loan value) of a life insurance or endowment contract.\n\n(e) Cross references."}
{"query": "Taxpayers must compile detailed lists for each tax jurisdiction, including names, addresses, and tax classifications.", "pos": "(b) Multiple locations and/or classes of tax. A taxpayer subject to special tax for the same period at more than one location or for more than one class of tax must—\n\n(1) File one special tax return, TTB Form 5630.5t, with payment of tax, to cover all such locations and classes of tax; and\n\n(2) Prepare, in duplicate, a list identified with the taxpayer's name, address (as shown on TTB Form 5630.5t), employer identification number, and period covered by the return. The list must show, by State, the name, address, and tax class of each location for which special tax is being paid."}

View File

@ -0,0 +1,3 @@
{"query": "Define \"project.\"", "pos": "Private, as applied to an agency, organization, or institution, means that it is not under Federal or public supervision or control.\n\n\n\nProject means the activity described in an application.\n\n\n\nProject component means an activity, strategy, intervention, process, product, practice, or policy included in a project. Evidence may pertain to an individual project component or to a combination of project components (e.g., training teachers on instructional practices for English learners and follow-on coaching for these teachers).\n\n\n\nProject period means the period established in the award document during which Federal sponsorship begins and ends (See, 2 CFR 200.77 Period of performance)."}
{"query": "How do you file and respond to written motions in legal proceedings?", "pos": "The ALJ may require that oral motions be reduced to writing.\n\n(c) Within 15 days after a written motion is served, or such other time as may be fixed by the ALJ, any party may file a response to the motion.\n\n(d) The ALJ may not grant a written motion before the time for filing responses to the motion has expired, except upon consent of the parties or following a hearing on the motion, but may overrule or deny the motion without awaiting a response.\n\n(e) The ALJ shall make a reasonable effort to dispose of all outstanding motions prior to the beginning of the hearing.\n\n(Authority: 31 U.S.C. 3803(g)(3)(A))"}
{"query": "What does the Credit Enhancement for Charter School Facilities Program do?", "pos": "(3) Assist charter schools with the predevelopment costs required to assess sites for the purpose of acquiring (by purchase, lease, donation, or otherwise) an interest (including an interest held by a third party for the benefit of a charter school) in improved or unimproved real property or constructing new facilities, or renovating, repairing, or altering existing facilities, and that are necessary to commence or continue the operation of a charter school.\n\n (c) Grantees may demonstrate innovative credit enhancement initiatives while meeting the program purposes under paragraph (b) of this section.\n\n (d) For the purposes of these regulations, the Credit Enhancement for Charter School Facilities Program includes grants made under the Charter School Facilities Financing Demonstration Grant Program.\n\n [70 FR 15003, Mar."}

View File

@ -0,0 +1,3 @@
{"query": "What happens to the loss?", "pos": "This loss shall be the measured loss less the net gain of any voice frequency repeaters in the circuit. Testing shall also be conducted to verify that the loss increases gradually as the frequency increases. The loss on H88 loaded loops should be down only slightly at 2.8 kHz but drop rapidly above 2.8 kHz. The loss on D66 loaded loops shall be fairly constant to about 3.4 kHz and there shall be good response at 4.0 kHz. When voice frequency repeaters are in the circuit there will be some frequency weighting in the build-out network and the loss at the higher frequencies will be greater than for nonrepeatered loops."}
{"query": "We'll let all borrowers know by mail or email whenever there's a new Federal Register document about contract forms.", "pos": "The amendment may change the existing identification of a listed contract form; for example, changing the issuance date of a listed contract form or by identifying a new required contract form. The notice of rulemaking will describe the new standard contract form or the substantive change in the listed contract form, as the case may be, and the issues involved. The standard contract form or relevant portions thereof may be appended to the supplementary information section of the notice of rulemaking. As appropriate, the notice of rulemaking shall provide an opportunity for interested persons to provide comments. A copy of each such Federal Register document shall be sent by regular or electronic mail to all borrowers.\n\n[63 FR 58285, Oct. 30, 1998]"}
{"query": "Which renewable energy projects can get funding through grant proposals?", "pos": "A grant project is eligible if it improves, or maintains energy services, or reduces the costs of providing energy services to eligible communities. Examples of eligible activities include, but are not limited to, the acquisition, construction, replacement, repair, or improvement of:\n\n(a) Electric generation, transmission, and distribution facilities, equipment, and services serving the eligible community;\n\n(b) Natural gas distribution or storage facilities and associated equipment and activities serving the eligible community;\n\n(c) Petroleum product storage and handling facilities serving residential or community use.\n\n(d) Renewable energy facilities used for on-grid or off-grid electric power generation, water or space heating, or process heating and power for the eligible community;\n\n(e) Backup up or emergency power generation or energy storage equipment, including distributed generation, to serve the eligible community; and"}

View File

@ -0,0 +1,3 @@
{"query": "How does the amount of energy affect how stuff scatters?", "pos": "it has been suggested that one may construct a lorentz - invariant noncommutative field theory by extending the coordinate algebra to additional, fictitious coordinates that transform nontrivially under the lorentz group. integration over these coordinates in the action produces a four - dimensional effective theory with lorentz invariance intact. previous applications of this approach, in particular to a specific construction of noncommutative qed, have been studied only in a low - momentum approximation. here we discuss lorentz - invariant field theories in which the relevant physics can be studied without requiring an expansion in the inverse scale of noncommutativity. qualitatively, we find that tree - level scattering cross sections are dramatically suppressed as the center - of - mass energy exceeds the scale of noncommutativity, that cross sections that are isotropic in the commutative limit can develop a pronounced angular dependence, and that nonrelativistic potentials (for example, the coloumb potential) become nonsingular at the origin. we consider a number of processes in noncommutative qed that may be studied at a future linear collider. we also give an example of scattering via a four - fermion operator in which the noncommutative modifications of the interaction can unitarize the tree - level amplitude, without requiring any other new physics in the ultraviolet."}
{"query": "Why go for canonical instead of grand-canonical?", "pos": "the production of hadrons in relativistic heavy ion collisions is studied using a statistical ensemble with thermal and chemical equilibrium. special attention is given to exact conservation laws, i.e. certain charges are treated canonically instead of using the usual grand canonical approach. for small systems, the exact conservation of baryon number, strangeness and electric charge is to be taken into account. we have derived compact, analytical expressions for particle abundances in such ensemble. as an application, the change in @xmath0 ratios in ags experiments with different interaction system sizes is well reproduced. the canonical treatment of three charges becomes impractical very quickly with increasing system size. thus, we draw our attention to exact conservation of strangeness, and treat baryon number and electric charge grand canonically. we present expressions for particle abundances in such ensemble as well, and apply them to reproduce the large variety of particle ratios in gsi sis 2 a gev ni ni experiments. at the energies considered here, the exact strangeness conservation fully accounts for strange particle suppression, and no extra chemical factor is needed. [ on the exact conservation laws in thermal models ]"}
{"query": "How good is the mean-field approximation at guessing the ground state features of molecular stuff?", "pos": "we present a model for molecular materials made up of polar and polarizable molecular units. a simple two state model is adopted for each molecular site and only classical intermolecular interactions are accounted for, neglecting any intermolecular overlap. the complex and interesting physics driven by interactions among polar and polarizable molecules becomes fairly transparent in the adopted model. collective effects are recognized in the large variation of the molecular polarity with supramolecular interactions, and cooperative behavior shows up with the appearance, in attractive lattices, of discontinuous charge crossovers. the mf approximation proves fairly accurate in the description of the gs properties of mm, including static linear and non - linear optical susceptibilities, apart from the region in the close proximity of the discontinuous charge crossover. sizeable deviations from the excitonic description are recognized both in the excitation spectrum and in linear and non - linear optical responses. new and interesting phenomena are recognized near the discontinuous charge crossover for non - centrosymmetric clusters, where the primary photoexcitation event corresponds to a multielectron transfer."}

View File

@ -0,0 +1,3 @@
{"query": "What is the effect of the LME Singapore Contract on trade dynamics?", "pos": "The London Metal Exchange's, LME,\ndecision to introduce a dollar-denominated aluminium contract,\nwith the Port of Singapore listed as a delivery point, is a\npositive move, physical traders and LME dealers said.\n Earlier this week the LME declared that a 99.70 pct minimum\npurity aluminium contract would commence trading on June 1,\n1987, alongside its long-established sterling-based 99.50 pct\ncontract.\n This is the LME's first dollar contract and non-European\ndelivery point, and the Board and Committee are looking at\nSingapore as a delivery point for other contracts.\n Trade sources said the LME's new contract will conform with\nexisting industry practice, where 99.70 standard re-melt\nmaterial, priced in dollars, is most commonly traded.\n The location of a warehouse in Singapore is also a positive\nmove by the LME, given its ideal location for Australian and\nJapanese traders, who would be able to place metal on to\nwarrant speedily and relatively inexpensively, they said.\n Hedging during the LME ring sessions becomes much simpler\nwith a dollar contract. At present pre-market trading is almost\nexclusively dollar-based, but currency conversions have to be\ndone during the sterling rings, they added.\n LME ring dealers said the new contract would match more\nclosely trade requirements and possibly alleviate some of the\nrecent wide backwardations.\n Very little physical business is now done in 99.50 pct\npurity metal, nearly all of which is produced in Eastern Bloc\ncountries, such as Romania.\n The Soviet Union also produces 99.50 pct, but has declined\nas an exporter recently, they said.\n Some dealers said the new 99.70 contract may suffer from\nliquidity problems initially, as business may continue to\ncentre on the present good ordinary brand (gob) contract, where\nthere are many holders of large short positions on the LME.\n But others said the new contract would soon attract trading\ninterest, given that much 99.70 metal has already been\nattracted to the LME's warehouses by backwardations.\n The LME also has a much more viable liquidity base for a\nnew contract, compared to the Comex market in New York, where\nhigh grade aluminium futures are not particularly active, they\nsaid.\n Thus, it seems likely that the sterling contract will\neventually lose trading interest and volumes will decline. Like\nstandard zinc, which was superseded by a high grade contract,\ngob aluminium will probably be replaced, although the process\nin this case may take longer, they added.\n Forming a new contract and establishing a Singapore\nwarehouse are constructive moves by the LME but backwardations,\nwhich make physical trading difficult, would not totally\ndisappear as a result, the trade sources said.\n These premiums for prompt metal have become a\nsemi-permanent feature over the last year, due to increased\nbusiness and volatility in traded options, and are presently\naround 50 stg.\n Increasingly large granting of option positions has been\ntaking place. When some of these are declared and exercised at\nthe end of the relevant month, physical tightness and squeezes\naround these dates are commonplace, they said.\n Listing Singapore as a delivery point allows Far Eastern\noperators to deliver aluminium into a LME warehouse instead of\nhaving to cover.\n But tightness and backwardations are seen continuing, even\nthough the LME's new option contracts widen the gap between the\ndeclaration and prompt dates.\n These will be due on the first and third Wednesday of the\nmonth, whereas at present most fall on the 20th and 25th.\n Backwardations will remain while operators continue to\ngrant options where potential tonnage to be delivered exceeds\naluminium stock levels, an LME option trader said.\n Reuter\n"}
{"query": "Please provide the estimated quantity of the broad monetary aggregate designated as M-3, which encompasses the extensive range of financial assets held principally by households, as recorded in the month of February.", "pos": "South African year-on-year broadly\ndefined M-3 money supply growth slowed to 8.62 pct in January\nfrom 9.32 pct in December, Reserve Bank figures show.\n M-3 fell to 77.98 billion rand in January from 79.31\nbillion in December, while preliminary February figures show\nM-3 at 79.42 billion rand for a year-on-year rise of 10.63 pct.\n M-2 showed a rise of 5.09 pct for January at 55.68 billion\nrand after 4.30 pct in December, M-1 16.72 pct at 5.12 billion\nafter 12.80 pct and M-1A 22.79 pct at 14.30 billion rand after\n20.54 pct.\n REUTER\n"}
{"query": "When did Reagan impose tariffs?", "pos": "The White House issued a\nlist of Japanese exports to covered by the 100 pct tariffs\nimposed by President Reagan.\n - Automatic data processing machines (1986 imports worth\n180 mln dlrs), including certain desk and lap models with\nmicroprocessor-based calculating mechanism capable of handling\nwords of at least 16-bits off the microprocessor;\n - Complete color television sets, with 18, 19 or 20 inch\nscreens (1986 imports 90 mln dlrs);\n - Power tools, including certain drills, percussion\nhammers, sanders, polishers, grinders.\n Reuter\n"}

View File

@ -0,0 +1,3 @@
{"query": "Which technique was employed to assess the blood pressure in Wistar rats subjected to various sodium intake regimens?", "pos": "Male Wistar rats were fed on normal- (0.5% Na(+); NS), high- (3.12% Na(+); HS),or low-sodium (0.06% Na(+); LS) diets for 3, 6, and 9 weeks after weaning. Blood pressure (BP) was measured using a computerized tail-cuff system. An intravenous insulin tolerance test (ivITT) was performed in fasted animals. At the end of each period, rats were killed and blood samples were collected for glucose and insulin determinations. The white adipose tissue (WAT) from abdominal and inguinal subcutaneous (SC) and periepididymal (PE) depots were weighed and processed for adipocyte isolation and measurement of in vitro rates of insulin-stimulated 2-deoxy-D-[(3)H]-glucose uptake (2DGU) and conversion of -[U-(14)C]-glucose into (14)CO(2)."}
{"query": "How long were the kids treated with chemo for their stomach lymphoma?", "pos": "Only two patients, 5 and 12 years old, with primary gastric NHL were found. Upper gastroduodenal endoscopy detected an ulcer in the lesser curvature of the body of the stomach, in both cases. Endoscopy revealed a moderate chronic gastritis in the antrum of both patients that was H. pylori associated in one of them who also suffered from chronic gastritis. Biopsy specimens demonstrated infiltration by Burkitt lymphoma (BL). The two patients received chemotherapy for 6 months. Additionally, one of the two patients received a triple therapy regimen with bismuth, amoxicillin, and metronidazole for H. pylori. Fifteen and six years later they are in complete remission, free of symptoms."}
{"query": "What are the correlations between the volume of tissue resected and the resulting clinical outcomes?", "pos": "Between May 2011 and April 2013, LSG was performed in 102 consecutive patients undergoing bariatric surgery. Two patients were excluded, and data from the remaining 100 patients were analyzed in this study. Patients were divided into three groups according to the following resected stomach volume: 700-1,200 mL (group A, n=21), 1,200-1,700 mL (group B, n=62), and>1,700 mL (group C, n=17). Mean values were compared among the groups by analysis of variance."}

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,3 @@
{"query": "Corn on the cob boiling time?", "pos": "Corn on the Cob - Boiled In a large pot, enough to hold the corn, fill it with water to cover the corn (the corn should float). On a medium heat allow the pot of water to boil. Once the water is boiled, add in the corn into the pot and cover. Cook for 10-15 minutes depending on how soft you want your corn. Drain water and remove corn on the cob."}
{"query": "Nitrous oxide is commonly used as an anesthetic or analgesic in medical and dental procedures.", "pos": "Nitrous oxide Nitrous oxide has significant medical uses, especially in surgery and dentistry, for its anaesthetic and analgesic effects. Its name laughing gas is due to the euphoric effects of inhaling it, a property that has led to its recreational use as a dissociative anaesthetic."}
{"query": "At what temp do you start to roast?", "pos": "How long to cook 2.3 lb pork tenderloin in oven? Best Answer: For your seasoned pork loin, preheat your oven to 400 degrees F or (200C). Place the seasoned pork in the preheated oven and immediately turn the oven down to 350F (175C). Roast the pork loin or tenderloin for about 70-90 minutes or until it reaches an internal temperature of 145-150F (73-75C) degrees. If you prefer your pork cooked to medium well, cook it to an internal temperature of 155-160F (78-80C) degrees."}

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,3 @@
{"query": "Identify the principal landmarks that are emblematic of the Baha'i religious tradition.", "pos": "House of Baha'u'llah, Baghdad\n\"Grieve not, O House of God, if the veil of thy sanctity be rent asunder by the infidels. God hath, in the world of creation, adorned thee with the jewel of His remembrance. Such an ornament no man can, at any time, profane. Towards thee the eyes of thy Lord shall, under all conditions, remain directed. He, verily, will incline His ear to the prayer of every one that visiteth thee, who will circle around thee, and calleth upon Him in thy name. He, in truth, is the Forgiving, the All-Merciful.\"\n(Gleanings from the Writings of Baháulláh, LVII, part 7)"}
{"query": "Which type of healthcare professional should one consult regarding the sensation of tingling in the feet?", "pos": "“Tingly feet\" can be a sign of nerve loss. The nerves in the feet come from the lower back. Pressure or chemical change in the nerve can cause a tingling sensation in the feet. Any sensation that is out of the ordinary can be an early sign of neurologic or vascular problems. In addition to tingling, feet may feel numb or feel like they are \"falling asleep.\" There may also be a burning sensation in the feet.\nDiabetes is one of the most common medical conditions with which \"tingly feet\" can be associated. A thorough evaluation by a foot and ankle surgeon is advised to determine the cause of \"tingly feet.\"\nSee also Diabetic Peripheral Neuropathy."}
{"query": "How big is the old Kaguru Basket?", "pos": "Home — Vintage Kaguru Basket from Tanzania - 15\" x 10.5\"\nVintage Kaguru Basket from Tanzania - 15\" x 10.5\"\nFrom Tanzania, East Africa, these baskets are used the same way all other similar baskets are used everywhere else in Africa. They are the primary vessel for storage and transportation of grain, fruit, vegetables and any other food item. Baskets of this type are often seen in markets containing food for sale there. The patina on the rims and side of this basket suggests it was handled often. There is residue of some sort on the interior surfaces which proves they were often in use in the way I have described.\nAfter 36 years of traveling in Africa and buying similar African items, we thought we had seen it all. These are truly amazing baskets, at least to us.\nThis basket measures 15\" x 10.5\" (38cm x 26.75cm)"}

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
[{"query": "I wish I could have used this head set but the day I received it it wouldn't even turn on and I really wanted this product to work I'm very disappointed.", "response": "I wish I could have used this head set but the day I received it it wouldn't even turn on and I really wanted this product to work I'm very disappointed."}, {"query": "I would advise that instead of trying to follow these poor instructions, Google it.", "response": "I would advise that instead of trying to follow these poor instructions, Google it."}, {"query": "I wrote to Monster customer service before ordering and they told me it would be fine to use without a converter and it was absolutely true.", "response": "I wrote to Monster customer service before ordering and they told me it would be fine to use without a converter and it was absolutely true."}]

View File

@ -0,0 +1 @@
[{"query": "Hunting the Hard Way Thia was a gift for my Husband, who loved the book. It arrived on the date we were told it would.", "response": "Hunting the Hard Way Thia was a gift for my Husband, who loved the book. It arrived on the date we were told it would."}, {"query": "Poor DVD Has too many interviews with people at the Live THomas day in Penn. My kids were annoyed and hated this DVD.", "response": "Poor DVD Has too many interviews with people at the Live THomas day in Penn. My kids were annoyed and hated this DVD."}, {"query": "Ludicrous and silly I remember getting this book so faintly that that says alot about my opinion of it. Basically, while I will entertain lots of odd ideas and theories, this book was basically silly.", "response": "Ludicrous and silly I remember getting this book so faintly that that says alot about my opinion of it. Basically, while I will entertain lots of odd ideas and theories, this book was basically silly."}, {"query": "Artistry I think that the Deodato concerts are very rich, as he used real strings and band musicians, as well as you can appreciate the John Tropea excelent renditions on guitar.", "response": "Artistry I think that the Deodato concerts are very rich, as he used real strings and band musicians, as well as you can appreciate the John Tropea excelent renditions on guitar."}]

View File

@ -0,0 +1 @@
[{"query": "DO NOT ORDER THIS\\n\\nThis isn't what's described at all. Taking it out of the package lace was cut upon arrival, wig was cut to like 14 inch, not curly, and smelled like cigarettes. I obviously was sent what someone returned, disgusting.Not what I ordered at all, not pleased at all. I want my money back DO NOT ORDER", "response": "DO NOT ORDER THIS\\n\\nThis isn't what's described at all. Taking it out of the package lace was cut upon arrival, wig was cut to like 14 inch, not curly, and smelled like cigarettes. I obviously was sent what someone returned, disgusting.Not what I ordered at all, not pleased at all. I want my money back DO NOT ORDER"}, {"query": "And I can\u2019t return it\\n\\nThis product seemed like good quality but it does not stay stuck to the soles at all. You walk a few steps and then you find the black shoe grip somewhere on the floor.", "response": "And I can\u2019t return it\\n\\nThis product seemed like good quality but it does not stay stuck to the soles at all. You walk a few steps and then you find the black shoe grip somewhere on the floor."}, {"query": "Three Stars\\n\\nnew yearly subscription plan is horrible, but the product still works as it did in the past", "response": "Three Stars\\n\\nnew yearly subscription plan is horrible, but the product still works as it did in the past"}, {"query": "I like how it has lots of pockets to put stuff ...\\n\\nI like how it has lots of pockets to put stuff in. I would have liked to have a shorter securing strap so it would not slide around so much. Good product.", "response": "I like how it has lots of pockets to put stuff ...\\n\\nI like how it has lots of pockets to put stuff in. I would have liked to have a shorter securing strap so it would not slide around so much. Good product."}, {"query": "Great\\n\\nIt is really good. That's my favorite. THANK YOU", "response": "Great\\n\\nIt is really good. That's my favorite. THANK YOU"}]

View File

@ -0,0 +1 @@
[{"query": "People will die if we don\u2019t do animal testing Every year, 23 new drugs are introduced in the UK alone.[13] Almost all will be tested on animals. A new drug will be used for a long time. Think of all the people saved by the use of penicillin. If drugs cost more to test, that means drug companies will develop less. This means more people suffering and dying", "response": "People will die if we don\u2019t do animal testing Every year, 23 new drugs are introduced in the UK alone.[13] Almost all will be tested on animals. A new drug will be used for a long time. Think of all the people saved by the use of penicillin. If drugs cost more to test, that means drug companies will develop less. This means more people suffering and dying"}, {"query": "Survival of the fittest It is natural for human beings to farm, kill, and eat other species. In the wild there is a brutal struggle for existence as is shown by Darwin\u2019s On the Origin of the Species. The fact that we humans have succeeded in that struggle by exploiting our natural environment means that we have a natural right over lower species. The concept of survival of the fittest may seem outdated but it is still the defining order of nature. In fact farming animals is much less brutal than the pain and hardship that animals inflict on each other naturally in the wild.", "response": "Survival of the fittest It is natural for human beings to farm, kill, and eat other species. In the wild there is a brutal struggle for existence as is shown by Darwin\u2019s On the Origin of the Species. The fact that we humans have succeeded in that struggle by exploiting our natural environment means that we have a natural right over lower species. The concept of survival of the fittest may seem outdated but it is still the defining order of nature. In fact farming animals is much less brutal than the pain and hardship that animals inflict on each other naturally in the wild."}, {"query": "Underground Nuclear Storage is Expensive. Underground nuclear storage is expensive. This is because the deep geological repositories needed to deal with such waste are difficult to construct. This is because said repositories need to be 300m underground and also need failsafe systems so that they can be sealed off should there be a leak. For smaller countries, implementing this idea is almost completely impossible. Further, the maintenance of the facilities also requires a lot of long-term investment as the structural integrity of the facilities must consistently be monitored and maintained so that if there is a leak, the relevant authorities can be informed quickly and efficiently. This is seen with the Yucca mountain waste repository site which has cost billions of dollars since the 1990s and was eventually halted due to public fears about nuclear safety.", "response": "Underground Nuclear Storage is Expensive. Underground nuclear storage is expensive. This is because the deep geological repositories needed to deal with such waste are difficult to construct. This is because said repositories need to be 300m underground and also need failsafe systems so that they can be sealed off should there be a leak. For smaller countries, implementing this idea is almost completely impossible. Further, the maintenance of the facilities also requires a lot of long-term investment as the structural integrity of the facilities must consistently be monitored and maintained so that if there is a leak, the relevant authorities can be informed quickly and efficiently. This is seen with the Yucca mountain waste repository site which has cost billions of dollars since the 1990s and was eventually halted due to public fears about nuclear safety."}]

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
[{"query": "A Survey on Graph Neural Networks: Algorithms and Applications", "response": "A Survey on Graph Neural Networks: Algorithms and Applications"}, {"query": "Hamiltonian Dynamics and KAM Theory for Infinite-Dimensional Systems", "response": "Hamiltonian Dynamics and KAM Theory for Infinite-Dimensional Systems"}, {"query": "Dark Matter Distribution in Dwarf Spheroidal Galaxies: Constraints from Stellar Kinematics", "response": "Dark Matter Distribution in Dwarf Spheroidal Galaxies: Constraints from Stellar Kinematics"}, {"query": "Decoherence and Quantum Error Correction in Topological Quantum Computers", "response": "Decoherence and Quantum Error Correction in Topological Quantum Computers"}, {"query": "Spin-Orbit Coupling Effects in Low-Dimensional Quantum Materials", "response": "Spin-Orbit Coupling Effects in Low-Dimensional Quantum Materials"}]

View File

@ -0,0 +1 @@
[{"query": "how to reset forgotten password in ubuntu?", "response": "how to reset forgotten password in ubuntu?"}, {"query": "ubuntu 18.04 freezes after login screen", "response": "ubuntu 18.04 freezes after login screen"}, {"query": "how to install NVIDIA drivers on ubuntu 20.04?", "response": "how to install NVIDIA drivers on ubuntu 20.04?"}, {"query": "ubuntu won't boot after installing updates", "response": "ubuntu won't boot after installing updates"}, {"query": "setting up SSH keys on ubuntu server", "response": "setting up SSH keys on ubuntu server"}, {"query": "how to transfer wine configuration to another machine?", "response": "how to transfer wine configuration to another machine?"}, {"query": "how to install precise pangolin from a DVD?", "response": "how to install precise pangolin from a DVD?"}]

View File

@ -0,0 +1 @@
[{"query": "Recent studies have highlighted the crucial role of p53 in regulating cell cycle progression.", "response": "Recent studies have highlighted the crucial role of p53 in regulating cell cycle progression."}, {"query": "Neuroscience has revealed intricate pathways linking dopamine to reward and motivation.", "response": "Neuroscience has revealed intricate pathways linking dopamine to reward and motivation."}, {"query": "Stem cell research holds promise for treating a variety of degenerative diseases.", "response": "Stem cell research holds promise for treating a variety of degenerative diseases."}]

View File

@ -0,0 +1 @@
[{"query": "What is my money worth in other countries?", "response": "What is my money worth in other countries?"}, {"query": "What can I do if my card still hasn't arrived after 2 weeks?", "response": "What can I do if my card still hasn't arrived after 2 weeks?"}, {"query": "Would I be able to open an account for my daughter?", "response": "Would I be able to open an account for my daughter?"}, {"query": "My address details have changed and I want to update them", "response": "My address details have changed and I want to update them"}, {"query": "If my cash withdrawal is still not showing, is something wrong?", "response": "If my cash withdrawal is still not showing, is something wrong?"}, {"query": "How long do transfers typically take? Is there a way of speeding the process up? My friend needs the money I sent her desperately.", "response": "How long do transfers typically take? Is there a way of speeding the process up? My friend needs the money I sent her desperately."}]

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
[{"query": "Neural Circuit Dynamics in Decision-Making: A Computational Model of Prefrontal-Striatal Interactions", "response": "Neural Circuit Dynamics in Decision-Making: A Computational Model of Prefrontal-Striatal Interactions"}, {"query": "Metagenomic Insights into Extreme Environments: Microbial Diversity and Functional Adaptations in Antarctic Lakes", "response": "Metagenomic Insights into Extreme Environments: Microbial Diversity and Functional Adaptations in Antarctic Lakes"}, {"query": "Machine Learning Approaches for Predicting Protein Structure and Function from Sequence Data", "response": "Machine Learning Approaches for Predicting Protein Structure and Function from Sequence Data"}, {"query": "Regulation of Stem Cell Fate Decisions by the Hippo Signaling Pathway: Implications for Tissue Regeneration and Cancer Therapy", "response": "Regulation of Stem Cell Fate Decisions by the Hippo Signaling Pathway: Implications for Tissue Regeneration and Cancer Therapy"}, {"query": "Optical Tweezers and Single-Molecule Force Spectroscopy: Probing Protein Folding Dynamics and Mechanical Properties of Biomolecules", "response": "Optical Tweezers and Single-Molecule Force Spectroscopy: Probing Protein Folding Dynamics and Mechanical Properties of Biomolecules"}]

View File

@ -0,0 +1 @@
[{"query": "angularjs infinite scroll in a container", "response": "angularjs infinite scroll in a container"}, {"query": "Java: Efficiently converting an array of longs to an array of bytes", "response": "Java: Efficiently converting an array of longs to an array of bytes"}, {"query": "PyVISA missing methods", "response": "PyVISA missing methods"}]

View File

@ -0,0 +1 @@
[{"query": "There is strong evidence that solar activity is the main driver of recent global warming.", "response": "There is strong evidence that solar activity is the main driver of recent global warming."}, {"query": "Renewable energy sources can completely replace fossil fuels to combat climate change.", "response": "Renewable energy sources can completely replace fossil fuels to combat climate change."}, {"query": "Climate change is causing an increase in the frequency and intensity of hurricanes.", "response": "Climate change is causing an increase in the frequency and intensity of hurricanes."}, {"query": "Climate change is not significantly affecting global agricultural productivity.", "response": "Climate change is not significantly affecting global agricultural productivity."}]

View File

@ -0,0 +1 @@
[{"query": "Chefs with a show on the Food Network.", "response": "Chefs with a show on the Food Network."}, {"query": "houses of the Russian parliament", "response": "houses of the Russian parliament"}, {"query": "tango music instruments", "response": "tango music instruments"}]

View File

@ -0,0 +1 @@
[{"query": "i am bothered is that he might changed his feelings once he get back in us and leave me heartbroken", "response": "i am bothered is that he might changed his feelings once he get back in us and leave me heartbroken"}, {"query": "i have always loved my jobs and loved to work and i truly feel like being back there with my patients and co workers will do me a lot of good even if it is only for a few weeks", "response": "i have always loved my jobs and loved to work and i truly feel like being back there with my patients and co workers will do me a lot of good even if it is only for a few weeks"}, {"query": "i certainly feel loved and appreciated and grateful for all that i have", "response": "i certainly feel loved and appreciated and grateful for all that i have"}, {"query": "im grabbing a minute to post i feel greedy wrong", "response": "im grabbing a minute to post i feel greedy wrong"}, {"query": "i was stymied a little bit as i wrote feeling unsure that i might go somewhere with the story unintended", "response": "i was stymied a little bit as i wrote feeling unsure that i might go somewhere with the story unintended"}, {"query": "i keep feeling pleasantly surprised at his supportiveness and also his ease in new situations", "response": "i keep feeling pleasantly surprised at his supportiveness and also his ease in new situations"}]

View File

@ -0,0 +1 @@
[{"query": "Ricky Martin acts.", "response": "Ricky Martin acts."}, {"query": "The 19th G7 summit only included Russia.", "response": "The 19th G7 summit only included Russia."}, {"query": "Ayn Rand condemned force.", "response": "Ayn Rand condemned force."}, {"query": "The Bachelorette is not a reality television dating game show.", "response": "The Bachelorette is not a reality television dating game show."}]

View File

@ -0,0 +1 @@
[{"query": "What is a negotiable security and how are they related to derivatives?", "response": "What is a negotiable security and how are they related to derivatives?"}, {"query": "Why is it important to research a stock before buying it?", "response": "Why is it important to research a stock before buying it?"}, {"query": "When are investments taxed?", "response": "When are investments taxed?"}]

View File

@ -0,0 +1 @@
[{"query": "Which city, Kaiping or Ruzhou, has a greater population?", "response": "Which city, Kaiping or Ruzhou, has a greater population?"}, {"query": "Anniversary Park is located at the south end of a university that was originally founded as what college?", "response": "Anniversary Park is located at the south end of a university that was originally founded as what college?"}, {"query": "What was the original name of the New Hampshire team whose home ballpark was a stadium constructed in 1937?", "response": "What was the original name of the New Hampshire team whose home ballpark was a stadium constructed in 1937?"}]

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
[{"query": "what is a pms color", "response": "what is a pms color"}, {"query": "when was snowboarding invented", "response": "when was snowboarding invented"}, {"query": "difference between pollination fertilization", "response": "difference between pollination fertilization"}]

View File

@ -0,0 +1 @@
[{"query": "I am no longer available", "response": "I am no longer available"}, {"query": "Cancel my reminder about my dentist appointment", "response": "Cancel my reminder about my dentist appointment"}, {"query": "Will it rain tomorrow?", "response": "Will it rain tomorrow?"}, {"query": "Create an appointment alarm for 11:30am.", "response": "Create an appointment alarm for 11:30am."}, {"query": "Play a different playlist", "response": "Play a different playlist"}, {"query": "What's the best way to fry chicken", "response": "What's the best way to fry chicken"}, {"query": "what city does Ahmed live in ?", "response": "what city does Ahmed live in ?"}]

View File

@ -0,0 +1 @@
[{"query": "When will my next alarm start", "response": "When will my next alarm start"}, {"query": "I need you to message Zachary Fletcher", "response": "I need you to message Zachary Fletcher"}, {"query": "show me video messages from Atlas", "response": "show me video messages from Atlas"}, {"query": "I want to listen to AC/DC please", "response": "I want to listen to AC/DC please"}, {"query": "Make an alarm for the next 7 weeks for Thursday at 6pm", "response": "Make an alarm for the next 7 weeks for Thursday at 6pm"}, {"query": "fairs happening in ann arbor next week", "response": "fairs happening in ann arbor next week"}, {"query": "Will we get a frost this week?", "response": "Will we get a frost this week?"}]

View File

@ -0,0 +1 @@
[{"query": "remind me to pay rent every month", "response": "remind me to pay rent every month"}, {"query": "please play yesterday from beatles", "response": "please play yesterday from beatles"}, {"query": "what will the temperatures be for the next week", "response": "what will the temperatures be for the next week"}, {"query": "give me the detailed schedule for next week", "response": "give me the detailed schedule for next week"}, {"query": "what's happening in my day", "response": "what's happening in my day"}, {"query": "dolores how was your day", "response": "dolores how was your day"}, {"query": "who was appointed as deputy centimeter of uttar pradesh", "response": "who was appointed as deputy centimeter of uttar pradesh"}, {"query": "find me news about trumps speech", "response": "find me news about trumps speech"}]

View File

@ -0,0 +1 @@
[{"query": "can you confirm that my meeting for tomorrow has been canceled", "response": "can you confirm that my meeting for tomorrow has been canceled"}, {"query": "please open my music application and play games by disturbed", "response": "please open my music application and play games by disturbed"}, {"query": "what's the word orange mean", "response": "what's the word orange mean"}, {"query": "find me all mails from magda with holidays word in the title", "response": "find me all mails from magda with holidays word in the title"}, {"query": "get a cup of coffee ready now", "response": "get a cup of coffee ready now"}, {"query": "good morning olly", "response": "good morning olly"}]

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
[{"query": "Longitudinal Analysis of SARS-CoV-2 Neutralizing Antibody Titers and Viral Load in Asymptomatic and Symptomatic Patients", "response": "Longitudinal Analysis of SARS-CoV-2 Neutralizing Antibody Titers and Viral Load in Asymptomatic and Symptomatic Patients"}, {"query": "Impact of Public Health Messaging and Community Engagement on Vaccination Uptake During the COVID-19 Pandemic", "response": "Impact of Public Health Messaging and Community Engagement on Vaccination Uptake During the COVID-19 Pandemic"}, {"query": "Long-term Effects of Ambient Temperature on COPD Hospitalizations: A Population-based Analysis in Northern Europe", "response": "Long-term Effects of Ambient Temperature on COPD Hospitalizations: A Population-based Analysis in Northern Europe"}, {"query": "Genomic Landscape of Rare Genetic Disorders Revealed through Whole-Exome Sequencing in Pediatric Populations", "response": "Genomic Landscape of Rare Genetic Disorders Revealed through Whole-Exome Sequencing in Pediatric Populations"}, {"query": "Impact of Gut Microbiota on Neuroinflammation and Cognitive Function in Multiple Sclerosis Patients: A Prospective Study", "response": "Impact of Gut Microbiota on Neuroinflammation and Cognitive Function in Multiple Sclerosis Patients: A Prospective Study"}]

View File

@ -0,0 +1 @@
[{"query": "'Wheel Of Fortune' Guest Delivers Hilarious, Off The Rails Introduction", "response": "'Wheel Of Fortune' Guest Delivers Hilarious, Off The Rails Introduction"}, {"query": "Eliud Kipchoge runs 1:59 marathon, first to break 2 hours", "response": "Eliud Kipchoge runs 1:59 marathon, first to break 2 hours"}]

View File

@ -0,0 +1 @@
[{"query": "Eat Beans to Live Longer", "response": "Eat Beans to Live Longer"}, {"query": "Which Common Fruit Fights Cancer Better?", "response": "Which Common Fruit Fights Cancer Better?"}, {"query": "Raisins vs. Energy Gels for Athletic Performance", "response": "Raisins vs. Energy Gels for Athletic Performance"}]

View File

@ -0,0 +1 @@
[{"query": "what is the capital of australia", "response": "what is the capital of australia"}, {"query": "who invented the world wide web", "response": "who invented the world wide web"}, {"query": "what is the Higgs boson", "response": "what is the Higgs boson"}]

View File

@ -0,0 +1 @@
[{"query": "Why do people say Dhanush (South Indian actor) is ugly? I don't think so.?", "response": "Why do people say Dhanush (South Indian actor) is ugly? I don't think so.?"}, {"query": "What are some hit and nice ideas about architecture dissertation topics?", "response": "What are some hit and nice ideas about architecture dissertation topics?"}, {"query": "Could someone please motivate me?", "response": "Could someone please motivate me?"}]

View File

@ -0,0 +1 @@
[{"query": "Financial Meltdown: Strategies for Surviving Economic Collapse", "response": "Financial Meltdown: Strategies for Surviving Economic Collapse"}, {"query": "Exclusive Comic Book Sale: Don't Miss Out on January 13th!", "response": "Exclusive Comic Book Sale: Don't Miss Out on January 13th!"}, {"query": "Tchaikovsky's Untold Story: The Mystery Behind Symphony No. 7", "response": "Tchaikovsky's Untold Story: The Mystery Behind Symphony No. 7"}, {"query": "Coffee Addiction: When It's More Than Just a Drink", "response": "Coffee Addiction: When It's More Than Just a Drink"}, {"query": "Understanding Boeing's Micro-Missile Capabilities", "response": "Understanding Boeing's Micro-Missile Capabilities"}]

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
[{"query": "A Direct Search Method to solve Economic Dispatch Problem with Valve-Point Effect", "response": "A Direct Search Method to solve Economic Dispatch Problem with Valve-Point Effect"}, {"query": "Detection of distributed denial of service attacks using machine learning algorithms in software defined networks", "response": "Detection of distributed denial of service attacks using machine learning algorithms in software defined networks"}, {"query": "Discovering social circles in ego networks", "response": "Discovering social circles in ego networks"}]

View File

@ -0,0 +1 @@
[{"query": "The cat is lounging on the sunny windowsill.", "response": "The cat is lounging on the sunny windowsill."}, {"query": "A woman is reading a book while sitting on a bench.", "response": "A woman is reading a book while sitting on a bench."}, {"query": "The child is drawing with crayons on a piece of paper.", "response": "The child is drawing with crayons on a piece of paper."}]

View File

@ -0,0 +1 @@
[{"query": "A man is dancing on the ceiling.", "response": "A man is dancing on the ceiling."}, {"query": "That is a shameful state of affairs when we consider that the EU itself is a champion of modernised business practice.", "response": "That is a shameful state of affairs when we consider that the EU itself is a champion of modernised business practice."}, {"query": "Spain has done a magnificent job in turning round the difficult neighbourly relations which Europe and North Africa and Spain and Morocco have suffered during the course of history.", "response": "Spain has done a magnificent job in turning round the difficult neighbourly relations which Europe and North Africa and Spain and Morocco have suffered during the course of history."}]

View File

@ -0,0 +1 @@
[{"query": "the state of being exposed to danger or harm", "response": "the state of being exposed to danger or harm"}, {"query": "a set of instructions for a computer", "response": "a set of instructions for a computer"}, {"query": "a building used for public worship", "response": "a building used for public worship"}]

View File

@ -0,0 +1 @@
[{"query": "president obama vows to work with congress on immigration reform .", "response": "president obama vows to work with congress on immigration reform ."}, {"query": "britain votes to leave european union .", "response": "britain votes to leave european union ."}, {"query": "russian president putin signs law banning adoption of russian children by u.s. citizens .", "response": "russian president putin signs law banning adoption of russian children by u.s. citizens ."}]

View File

@ -0,0 +1 @@
[{"query": "The battery and bulb A are not in the same path", "response": "The battery and bulb A are not in the same path"}, {"query": "Switch Y and bulb B are in the same loop", "response": "Switch Y and bulb B are in the same loop"}, {"query": "new york city marathon canceled due to hurricane sandy", "response": "new york city marathon canceled due to hurricane sandy"}, {"query": "pope francis calls for peace in syria during sunday address", "response": "pope francis calls for peace in syria during sunday address"}]

View File

@ -0,0 +1 @@
[{"query": "what are the symptoms of a heart attack ?", "response": "what are the symptoms of a heart attack ?"}, {"query": "how do i change a flat tire on my car ?", "response": "how do i change a flat tire on my car ?"}, {"query": "how do i cook a medium rare steak ?", "response": "how do i cook a medium rare steak ?"}]

View File

@ -0,0 +1 @@
[{"query": "The sun is setting over the mountains.", "response": "The sun is setting over the mountains."}, {"query": "A child is playing with a red ball.", "response": "A child is playing with a red ball."}, {"query": "Two people are sitting on a bench in the park.", "response": "Two people are sitting on a bench in the park."}]

View File

@ -0,0 +1 @@
[{"query": "The court said the ruling has stayed till January 18.\\n\\nThe Prevention of Money Laundering Act (PMLA) court in Mumbai which deals with offences related to money laundering has allowed banks which had lent money to fugitive liquor baron Vijay Mallya to utilise the seized assets, Enforcement Directorate (ED) sources said on Wednesday.\\n\\nThe court said the ruling has been stayed till January 18, until which the parties affected by the order could appeal to the Bombay High Court. According to sources, the seized assets mainly comprise of financial securities, such as shares.\\n\\nIn February last year, the ED had told the special PMLA court that it had no objection to the liquidation of confiscated assets by a consortium of banks, led by the State Bank of India (SBI).\\n\\nThe lenders want to liquidate the assets to claim Rs 6,203.35 crore along with interest of 11.5 per cent per annum payable since 2013.\\n\\nA special PMLA court had on January 5 last year declared Mallya a fugitive economic offender and directed that his properties be confiscated.\\n\\nHe had fled the country in March 2016 and has been living in the United Kingdom since then.", "response": "The court said the ruling has stayed till January 18.\\n\\nThe Prevention of Money Laundering Act (PMLA) court in Mumbai which deals with offences related to money laundering has allowed banks which had lent money to fugitive liquor baron Vijay Mallya to utilise the seized assets, Enforcement Directorate (ED) sources said on Wednesday.\\n\\nThe court said the ruling has been stayed till January 18, until which the parties affected by the order could appeal to the Bombay High Court. According to sources, the seized assets mainly comprise of financial securities, such as shares.\\n\\nIn February last year, the ED had told the special PMLA court that it had no objection to the liquidation of confiscated assets by a consortium of banks, led by the State Bank of India (SBI).\\n\\nThe lenders want to liquidate the assets to claim Rs 6,203.35 crore along with interest of 11.5 per cent per annum payable since 2013.\\n\\nA special PMLA court had on January 5 last year declared Mallya a fugitive economic offender and directed that his properties be confiscated.\\n\\nHe had fled the country in March 2016 and has been living in the United Kingdom since then."}, {"query": "A fire in a south-end Halifax apartment building on Wednesday afternoon is being labelled as arson.\\n\\nIn a news release, Halifax Regional Police said fire crews and police were called to an apartment building on the 5500 block of Victoria Road at 4:23 p.m. after multiple callers said they saw smoke in the building. Fire crews quickly put out the fire.\\n\\nTenants were temporarily evacuated from the building, but have since returned.\\n\\nNo injuries have been reported.\\n\\nPolice are asking anyone with information about the fire to call police at 902-490-5016 or contact Crime Stoppers online or by phone at 1-800-222-TIPS (8477).\\n\\nMORE TOP STORIES", "response": "A fire in a south-end Halifax apartment building on Wednesday afternoon is being labelled as arson.\\n\\nIn a news release, Halifax Regional Police said fire crews and police were called to an apartment building on the 5500 block of Victoria Road at 4:23 p.m. after multiple callers said they saw smoke in the building. Fire crews quickly put out the fire.\\n\\nTenants were temporarily evacuated from the building, but have since returned.\\n\\nNo injuries have been reported.\\n\\nPolice are asking anyone with information about the fire to call police at 902-490-5016 or contact Crime Stoppers online or by phone at 1-800-222-TIPS (8477).\\n\\nMORE TOP STORIES"}]

View File

@ -0,0 +1 @@
[{"query": "Agribusiness: Mad cow disease found in California", "response": "Agribusiness: Mad cow disease found in California"}, {"query": "santos stated colombian police found the evidence in 2 computers discovered with slain rebel leader raul reyes. ", "response": "santos stated colombian police found the evidence in 2 computers discovered with slain rebel leader raul reyes. "}, {"query": "US Attorney General Holder resigns", "response": "US Attorney General Holder resigns"}]

View File

@ -0,0 +1 @@
[{"query": "Intelligent Word-Based Spam Filter Detection Using Multi-Neural Networks", "response": "Intelligent Word-Based Spam Filter Detection Using Multi-Neural Networks"}, {"query": "Importance of sediments in understanding nutrient cyclings in lakes", "response": "Importance of sediments in understanding nutrient cyclings in lakes"}, {"query": "Adult playfulness and its relationship to humour , subjective happiness and depression : A comparative study of Hong Kong and Mainland China", "response": "Adult playfulness and its relationship to humour , subjective happiness and depression : A comparative study of Hong Kong and Mainland China"}, {"query": "In depth performance evaluation of LTE-M for M2M communications", "response": "In depth performance evaluation of LTE-M for M2M communications"}, {"query": "Marketing segmentation using support vector clustering", "response": "Marketing segmentation using support vector clustering"}]

View File

@ -0,0 +1 @@
[{"query": "1 in 5 million in UK have abnormal PrP positivity.", "response": "1 in 5 million in UK have abnormal PrP positivity."}, {"query": "50% of patients exposed to radiation have activated markers of mesenchymal stem cells.", "response": "50% of patients exposed to radiation have activated markers of mesenchymal stem cells."}, {"query": "A low percentage of hematopoietic progenitor cells are susceptible to HIV-1 infection ex vivo.", "response": "A low percentage of hematopoietic progenitor cells are susceptible to HIV-1 infection ex vivo."}]

View File

@ -0,0 +1 @@
[{"query": "Kyocera duraforce pro international roaming settings", "response": "Kyocera duraforce pro international roaming settings"}, {"query": "Guide for connecting to the Sprint U301 USB mobile broadband", "response": "Guide for connecting to the Sprint U301 USB mobile broadband"}, {"query": "What do you think is a reason that is preventing troubleshooting on my HTC One A9 related to issues to the mobile hotspots ?", "response": "What do you think is a reason that is preventing troubleshooting on my HTC One A9 related to issues to the mobile hotspots ?"}, {"query": "Why has my Samsung Transform been freezing everytime I attempt to open up an app ?", "response": "Why has my Samsung Transform been freezing everytime I attempt to open up an app ?"}, {"query": "What can I do to turn on Wi-Fi on the HTC One A9 ?", "response": "What can I do to turn on Wi-Fi on the HTC One A9 ?"}]

View File

@ -0,0 +1 @@
[{"query": "Recommendations for a lightweight Markdown editor with real-time collaboration features?", "response": "Recommendations for a lightweight Markdown editor with real-time collaboration features?"}, {"query": "How to integrate external APIs with EOSIO blockchain applications?", "response": "How to integrate external APIs with EOSIO blockchain applications?"}, {"query": "How to balance macros for effective fat loss and muscle retention?", "response": "How to balance macros for effective fat loss and muscle retention?"}, {"query": "Can amans\" be used as a substantival participle in Latin?\"", "response": "Can amans\" be used as a substantival participle in Latin?\""}, {"query": "Is it normal for a 2018 Audi A4 to consume coolant frequently?", "response": "Is it normal for a 2018 Audi A4 to consume coolant frequently?"}]

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
[{"query": "How to handle onChange event in React when state changes programmatically?", "response": "How to handle onChange event in React when state changes programmatically?"}, {"query": "How to simulate a click event on a button using JavaScript?", "response": "How to simulate a click event on a button using JavaScript?"}, {"query": "Python: How to run a function asynchronously using asyncio?", "response": "Python: How to run a function asynchronously using asyncio?"}]

View File

@ -0,0 +1 @@
[{"query": "passenger jin pai , 35 , was standing on the rim of a toilet when it collapsed , leaving him hospitalised with deep cuts on his leg and buttocks after he broke a toilet he was squatting on . passenger jin pai , 35 , was standing on the rim of a toilet when it smashed to the ground . according to airport officials he had not wanted to let his bottom touch the seat because he was ' worried it might not be clean ' .", "response": "passenger jin pai , 35 , was standing on the rim of a toilet when it collapsed , leaving him hospitalised with deep cuts on his leg and buttocks after he broke a toilet he was squatting on . passenger jin pai , 35 , was standing on the rim of a toilet when it smashed to the ground . according to airport officials he had not wanted to let his bottom touch the seat because he was ' worried it might not be clean ' ."}]

View File

@ -0,0 +1 @@
[{"query": "How has misinformation impacted public trust in COVID-19 vaccines?", "response": "How has misinformation impacted public trust in COVID-19 vaccines?"}, {"query": "What are the economic impacts of lockdowns during the COVID-19 pandemic?", "response": "What are the economic impacts of lockdowns during the COVID-19 pandemic?"}, {"query": "What are the transmission patterns and epidemiological characteristics of COVID-19 in different regions?", "response": "What are the transmission patterns and epidemiological characteristics of COVID-19 in different regions?"}]

View File

@ -0,0 +1 @@
[{"query": "Should governments invest more in space exploration?", "response": "Should governments invest more in space exploration?"}, {"query": "Should schools adopt a year-round schooling system?", "response": "Should schools adopt a year-round schooling system?"}, {"query": "Artificial intelligence (AI) holds immense promise in revolutionizing healthcare systems", "response": "Artificial intelligence (AI) holds immense promise in revolutionizing healthcare systems"}]

View File

@ -0,0 +1 @@
[{"query": "What is most important is that he be independent and loyal nott o Trump or any president but loyal to the Constitution. Trump is a disgrace and a disaster. He needs to go back to his phony TV show.", "response": "What is most important is that he be independent and loyal nott o Trump or any president but loyal to the Constitution. Trump is a disgrace and a disaster. He needs to go back to his phony TV show."}, {"query": "Nobody awake on the bridge, no lookouts ,no radar tech. Never saw the ships lights ???? Oh boy !!", "response": "Nobody awake on the bridge, no lookouts ,no radar tech. Never saw the ships lights ???? Oh boy !!"}, {"query": "Yes, Hussein Obama was elected. 17 days until the end of an error.", "response": "Yes, Hussein Obama was elected. 17 days until the end of an error."}, {"query": "Cycling is extremely hazardous for the lungs, with ozone effect, diesel fumes, car, and bus exhaust carrying dust into the air, un-burnt gas, and oil from scooters, the cigarette smoke coming from cars, micro glass from the asphalt, dust from construction, and smog can ruin a ride.", "response": "Cycling is extremely hazardous for the lungs, with ozone effect, diesel fumes, car, and bus exhaust carrying dust into the air, un-burnt gas, and oil from scooters, the cigarette smoke coming from cars, micro glass from the asphalt, dust from construction, and smog can ruin a ride."}, {"query": "So far as I know no one has actually spent a minute trying to defeat this device. But if amateurs never tried to hack security systems, it would wind up being done first by actual criminals.", "response": "So far as I know no one has actually spent a minute trying to defeat this device. But if amateurs never tried to hack security systems, it would wind up being done first by actual criminals."}, {"query": "Why? Make it legal just like pot. If people OD on it, well that's their own fault for doing something so stupid.", "response": "Why? Make it legal just like pot. If people OD on it, well that's their own fault for doing something so stupid."}]

View File

@ -0,0 +1 @@
[{"query": "I`d have responded, if I were going", "response": "I`d have responded, if I were going"}, {"query": "what interview! leave me alone", "response": "what interview! leave me alone"}, {"query": "2am feedings for the baby are fun when he is all smiles and coos", "response": "2am feedings for the baby are fun when he is all smiles and coos"}, {"query": "is cleaning the house for her family who is comming later today..", "response": "is cleaning the house for her family who is comming later today.."}, {"query": "Sick. With a flu like thing.", "response": "Sick. With a flu like thing."}, {"query": "We saw that in none 3D - the baddie`s the best", "response": "We saw that in none 3D - the baddie`s the best"}]

View File

@ -0,0 +1 @@
[{"query": "Major flaw discovered in widely-used encryption protocol", "response": "Major flaw discovered in widely-used encryption protocol"}, {"query": "Bruins' Unstoppable Winning Streak", "response": "Bruins' Unstoppable Winning Streak"}, {"query": "Comparing Windows File Systems: NTFS vs. FAT32 vs. exFAT", "response": "Comparing Windows File Systems: NTFS vs. FAT32 vs. exFAT"}, {"query": "Troubleshooting a Digital Multimeter Calibration Issue", "response": "Troubleshooting a Digital Multimeter Calibration Issue"}, {"query": "Understanding DPI Scaling in X Window Systems", "response": "Understanding DPI Scaling in X Window Systems"}]

View File

@ -0,0 +1 @@
[{"query": "Excited for the new Game of Thrones episode tonight!", "response": "Excited for the new Game of Thrones episode tonight!"}, {"query": "Just finished a 5k run and feel amazing!", "response": "Just finished a 5k run and feel amazing!"}, {"query": "Had an incredible dinner at Joe's Italian Restaurant.", "response": "Had an incredible dinner at Joe's Italian Restaurant."}, {"query": "I need a vacation. Can't wait to hit the beach.", "response": "I need a vacation. Can't wait to hit the beach."}, {"query": "The new iPhone has some fantastic features!", "response": "The new iPhone has some fantastic features!"}]

View File

@ -0,0 +1 @@
[{"query": "Elon Musk says Tesla will be profitable next quarter.", "response": "Elon Musk says Tesla will be profitable next quarter."}, {"query": "The new iPhone just got announced and it's amazing.", "response": "The new iPhone just got announced and it's amazing."}, {"query": "Beyonc\u00e9's new album has topped the charts in its first week.", "response": "Beyonc\u00e9's new album has topped the charts in its first week."}, {"query": "Breaking: Major earthquake hits California.", "response": "Breaking: Major earthquake hits California."}, {"query": "NASA plans to send humans to Mars by 2030.", "response": "NASA plans to send humans to Mars by 2030."}]