├── LICENSE ├── README.md ├── data-foundation.json ├── data ├── data-230521.json ├── data-230522.json └── data-230522_and_conala.json └── sample.json /LICENSE: -------------------------------------------------------------------------------- 1 | GNU GENERAL PUBLIC LICENSE 2 | Version 3, 29 June 2007 3 | 4 | Copyright (C) 2007 Free Software Foundation, Inc. 5 | Everyone is permitted to copy and distribute verbatim copies 6 | of this license document, but changing it is not allowed. 7 | 8 | Preamble 9 | 10 | The GNU General Public License is a free, copyleft license for 11 | software and other kinds of works. 12 | 13 | The licenses for most software and other practical works are designed 14 | to take away your freedom to share and change the works. By contrast, 15 | the GNU General Public License is intended to guarantee your freedom to 16 | share and change all versions of a program--to make sure it remains free 17 | software for all its users. We, the Free Software Foundation, use the 18 | GNU General Public License for most of our software; it applies also to 19 | any other work released this way by its authors. You can apply it to 20 | your programs, too. 21 | 22 | When we speak of free software, we are referring to freedom, not 23 | price. Our General Public Licenses are designed to make sure that you 24 | have the freedom to distribute copies of free software (and charge for 25 | them if you wish), that you receive source code or can get it if you 26 | want it, that you can change the software or use pieces of it in new 27 | free programs, and that you know you can do these things. 28 | 29 | To protect your rights, we need to prevent others from denying you 30 | these rights or asking you to surrender the rights. Therefore, you have 31 | certain responsibilities if you distribute copies of the software, or if 32 | you modify it: responsibilities to respect the freedom of others. 33 | 34 | For example, if you distribute copies of such a program, whether 35 | gratis or for a fee, you must pass on to the recipients the same 36 | freedoms that you received. You must make sure that they, too, receive 37 | or can get the source code. And you must show them these terms so they 38 | know their rights. 39 | 40 | Developers that use the GNU GPL protect your rights with two steps: 41 | (1) assert copyright on the software, and (2) offer you this License 42 | giving you legal permission to copy, distribute and/or modify it. 43 | 44 | For the developers' and authors' protection, the GPL clearly explains 45 | that there is no warranty for this free software. For both users' and 46 | authors' sake, the GPL requires that modified versions be marked as 47 | changed, so that their problems will not be attributed erroneously to 48 | authors of previous versions. 49 | 50 | Some devices are designed to deny users access to install or run 51 | modified versions of the software inside them, although the manufacturer 52 | can do so. This is fundamentally incompatible with the aim of 53 | protecting users' freedom to change the software. The systematic 54 | pattern of such abuse occurs in the area of products for individuals to 55 | use, which is precisely where it is most unacceptable. Therefore, we 56 | have designed this version of the GPL to prohibit the practice for those 57 | products. If such problems arise substantially in other domains, we 58 | stand ready to extend this provision to those domains in future versions 59 | of the GPL, as needed to protect the freedom of users. 60 | 61 | Finally, every program is threatened constantly by software patents. 62 | States should not allow patents to restrict development and use of 63 | software on general-purpose computers, but in those that do, we wish to 64 | avoid the special danger that patents applied to a free program could 65 | make it effectively proprietary. To prevent this, the GPL assures that 66 | patents cannot be used to render the program non-free. 67 | 68 | The precise terms and conditions for copying, distribution and 69 | modification follow. 70 | 71 | TERMS AND CONDITIONS 72 | 73 | 0. Definitions. 74 | 75 | "This License" refers to version 3 of the GNU General Public License. 76 | 77 | "Copyright" also means copyright-like laws that apply to other kinds of 78 | works, such as semiconductor masks. 79 | 80 | "The Program" refers to any copyrightable work licensed under this 81 | License. Each licensee is addressed as "you". "Licensees" and 82 | "recipients" may be individuals or organizations. 83 | 84 | To "modify" a work means to copy from or adapt all or part of the work 85 | in a fashion requiring copyright permission, other than the making of an 86 | exact copy. The resulting work is called a "modified version" of the 87 | earlier work or a work "based on" the earlier work. 88 | 89 | A "covered work" means either the unmodified Program or a work based 90 | on the Program. 91 | 92 | To "propagate" a work means to do anything with it that, without 93 | permission, would make you directly or secondarily liable for 94 | infringement under applicable copyright law, except executing it on a 95 | computer or modifying a private copy. Propagation includes copying, 96 | distribution (with or without modification), making available to the 97 | public, and in some countries other activities as well. 98 | 99 | To "convey" a work means any kind of propagation that enables other 100 | parties to make or receive copies. Mere interaction with a user through 101 | a computer network, with no transfer of a copy, is not conveying. 102 | 103 | An interactive user interface displays "Appropriate Legal Notices" 104 | to the extent that it includes a convenient and prominently visible 105 | feature that (1) displays an appropriate copyright notice, and (2) 106 | tells the user that there is no warranty for the work (except to the 107 | extent that warranties are provided), that licensees may convey the 108 | work under this License, and how to view a copy of this License. If 109 | the interface presents a list of user commands or options, such as a 110 | menu, a prominent item in the list meets this criterion. 111 | 112 | 1. Source Code. 113 | 114 | The "source code" for a work means the preferred form of the work 115 | for making modifications to it. "Object code" means any non-source 116 | form of a work. 117 | 118 | A "Standard Interface" means an interface that either is an official 119 | standard defined by a recognized standards body, or, in the case of 120 | interfaces specified for a particular programming language, one that 121 | is widely used among developers working in that language. 122 | 123 | The "System Libraries" of an executable work include anything, other 124 | than the work as a whole, that (a) is included in the normal form of 125 | packaging a Major Component, but which is not part of that Major 126 | Component, and (b) serves only to enable use of the work with that 127 | Major Component, or to implement a Standard Interface for which an 128 | implementation is available to the public in source code form. A 129 | "Major Component", in this context, means a major essential component 130 | (kernel, window system, and so on) of the specific operating system 131 | (if any) on which the executable work runs, or a compiler used to 132 | produce the work, or an object code interpreter used to run it. 133 | 134 | The "Corresponding Source" for a work in object code form means all 135 | the source code needed to generate, install, and (for an executable 136 | work) run the object code and to modify the work, including scripts to 137 | control those activities. However, it does not include the work's 138 | System Libraries, or general-purpose tools or generally available free 139 | programs which are used unmodified in performing those activities but 140 | which are not part of the work. For example, Corresponding Source 141 | includes interface definition files associated with source files for 142 | the work, and the source code for shared libraries and dynamically 143 | linked subprograms that the work is specifically designed to require, 144 | such as by intimate data communication or control flow between those 145 | subprograms and other parts of the work. 146 | 147 | The Corresponding Source need not include anything that users 148 | can regenerate automatically from other parts of the Corresponding 149 | Source. 150 | 151 | The Corresponding Source for a work in source code form is that 152 | same work. 153 | 154 | 2. Basic Permissions. 155 | 156 | All rights granted under this License are granted for the term of 157 | copyright on the Program, and are irrevocable provided the stated 158 | conditions are met. This License explicitly affirms your unlimited 159 | permission to run the unmodified Program. The output from running a 160 | covered work is covered by this License only if the output, given its 161 | content, constitutes a covered work. This License acknowledges your 162 | rights of fair use or other equivalent, as provided by copyright law. 163 | 164 | You may make, run and propagate covered works that you do not 165 | convey, without conditions so long as your license otherwise remains 166 | in force. You may convey covered works to others for the sole purpose 167 | of having them make modifications exclusively for you, or provide you 168 | with facilities for running those works, provided that you comply with 169 | the terms of this License in conveying all material for which you do 170 | not control copyright. Those thus making or running the covered works 171 | for you must do so exclusively on your behalf, under your direction 172 | and control, on terms that prohibit them from making any copies of 173 | your copyrighted material outside their relationship with you. 174 | 175 | Conveying under any other circumstances is permitted solely under 176 | the conditions stated below. Sublicensing is not allowed; section 10 177 | makes it unnecessary. 178 | 179 | 3. Protecting Users' Legal Rights From Anti-Circumvention Law. 180 | 181 | No covered work shall be deemed part of an effective technological 182 | measure under any applicable law fulfilling obligations under article 183 | 11 of the WIPO copyright treaty adopted on 20 December 1996, or 184 | similar laws prohibiting or restricting circumvention of such 185 | measures. 186 | 187 | When you convey a covered work, you waive any legal power to forbid 188 | circumvention of technological measures to the extent such circumvention 189 | is effected by exercising rights under this License with respect to 190 | the covered work, and you disclaim any intention to limit operation or 191 | modification of the work as a means of enforcing, against the work's 192 | users, your or third parties' legal rights to forbid circumvention of 193 | technological measures. 194 | 195 | 4. Conveying Verbatim Copies. 196 | 197 | You may convey verbatim copies of the Program's source code as you 198 | receive it, in any medium, provided that you conspicuously and 199 | appropriately publish on each copy an appropriate copyright notice; 200 | keep intact all notices stating that this License and any 201 | non-permissive terms added in accord with section 7 apply to the code; 202 | keep intact all notices of the absence of any warranty; and give all 203 | recipients a copy of this License along with the Program. 204 | 205 | You may charge any price or no price for each copy that you convey, 206 | and you may offer support or warranty protection for a fee. 207 | 208 | 5. Conveying Modified Source Versions. 209 | 210 | You may convey a work based on the Program, or the modifications to 211 | produce it from the Program, in the form of source code under the 212 | terms of section 4, provided that you also meet all of these conditions: 213 | 214 | a) The work must carry prominent notices stating that you modified 215 | it, and giving a relevant date. 216 | 217 | b) The work must carry prominent notices stating that it is 218 | released under this License and any conditions added under section 219 | 7. This requirement modifies the requirement in section 4 to 220 | "keep intact all notices". 221 | 222 | c) You must license the entire work, as a whole, under this 223 | License to anyone who comes into possession of a copy. This 224 | License will therefore apply, along with any applicable section 7 225 | additional terms, to the whole of the work, and all its parts, 226 | regardless of how they are packaged. This License gives no 227 | permission to license the work in any other way, but it does not 228 | invalidate such permission if you have separately received it. 229 | 230 | d) If the work has interactive user interfaces, each must display 231 | Appropriate Legal Notices; however, if the Program has interactive 232 | interfaces that do not display Appropriate Legal Notices, your 233 | work need not make them do so. 234 | 235 | A compilation of a covered work with other separate and independent 236 | works, which are not by their nature extensions of the covered work, 237 | and which are not combined with it such as to form a larger program, 238 | in or on a volume of a storage or distribution medium, is called an 239 | "aggregate" if the compilation and its resulting copyright are not 240 | used to limit the access or legal rights of the compilation's users 241 | beyond what the individual works permit. Inclusion of a covered work 242 | in an aggregate does not cause this License to apply to the other 243 | parts of the aggregate. 244 | 245 | 6. Conveying Non-Source Forms. 246 | 247 | You may convey a covered work in object code form under the terms 248 | of sections 4 and 5, provided that you also convey the 249 | machine-readable Corresponding Source under the terms of this License, 250 | in one of these ways: 251 | 252 | a) Convey the object code in, or embodied in, a physical product 253 | (including a physical distribution medium), accompanied by the 254 | Corresponding Source fixed on a durable physical medium 255 | customarily used for software interchange. 256 | 257 | b) Convey the object code in, or embodied in, a physical product 258 | (including a physical distribution medium), accompanied by a 259 | written offer, valid for at least three years and valid for as 260 | long as you offer spare parts or customer support for that product 261 | model, to give anyone who possesses the object code either (1) a 262 | copy of the Corresponding Source for all the software in the 263 | product that is covered by this License, on a durable physical 264 | medium customarily used for software interchange, for a price no 265 | more than your reasonable cost of physically performing this 266 | conveying of source, or (2) access to copy the 267 | Corresponding Source from a network server at no charge. 268 | 269 | c) Convey individual copies of the object code with a copy of the 270 | written offer to provide the Corresponding Source. This 271 | alternative is allowed only occasionally and noncommercially, and 272 | only if you received the object code with such an offer, in accord 273 | with subsection 6b. 274 | 275 | d) Convey the object code by offering access from a designated 276 | place (gratis or for a charge), and offer equivalent access to the 277 | Corresponding Source in the same way through the same place at no 278 | further charge. You need not require recipients to copy the 279 | Corresponding Source along with the object code. If the place to 280 | copy the object code is a network server, the Corresponding Source 281 | may be on a different server (operated by you or a third party) 282 | that supports equivalent copying facilities, provided you maintain 283 | clear directions next to the object code saying where to find the 284 | Corresponding Source. Regardless of what server hosts the 285 | Corresponding Source, you remain obligated to ensure that it is 286 | available for as long as needed to satisfy these requirements. 287 | 288 | e) Convey the object code using peer-to-peer transmission, provided 289 | you inform other peers where the object code and Corresponding 290 | Source of the work are being offered to the general public at no 291 | charge under subsection 6d. 292 | 293 | A separable portion of the object code, whose source code is excluded 294 | from the Corresponding Source as a System Library, need not be 295 | included in conveying the object code work. 296 | 297 | A "User Product" is either (1) a "consumer product", which means any 298 | tangible personal property which is normally used for personal, family, 299 | or household purposes, or (2) anything designed or sold for incorporation 300 | into a dwelling. In determining whether a product is a consumer product, 301 | doubtful cases shall be resolved in favor of coverage. For a particular 302 | product received by a particular user, "normally used" refers to a 303 | typical or common use of that class of product, regardless of the status 304 | of the particular user or of the way in which the particular user 305 | actually uses, or expects or is expected to use, the product. A product 306 | is a consumer product regardless of whether the product has substantial 307 | commercial, industrial or non-consumer uses, unless such uses represent 308 | the only significant mode of use of the product. 309 | 310 | "Installation Information" for a User Product means any methods, 311 | procedures, authorization keys, or other information required to install 312 | and execute modified versions of a covered work in that User Product from 313 | a modified version of its Corresponding Source. The information must 314 | suffice to ensure that the continued functioning of the modified object 315 | code is in no case prevented or interfered with solely because 316 | modification has been made. 317 | 318 | If you convey an object code work under this section in, or with, or 319 | specifically for use in, a User Product, and the conveying occurs as 320 | part of a transaction in which the right of possession and use of the 321 | User Product is transferred to the recipient in perpetuity or for a 322 | fixed term (regardless of how the transaction is characterized), the 323 | Corresponding Source conveyed under this section must be accompanied 324 | by the Installation Information. But this requirement does not apply 325 | if neither you nor any third party retains the ability to install 326 | modified object code on the User Product (for example, the work has 327 | been installed in ROM). 328 | 329 | The requirement to provide Installation Information does not include a 330 | requirement to continue to provide support service, warranty, or updates 331 | for a work that has been modified or installed by the recipient, or for 332 | the User Product in which it has been modified or installed. Access to a 333 | network may be denied when the modification itself materially and 334 | adversely affects the operation of the network or violates the rules and 335 | protocols for communication across the network. 336 | 337 | Corresponding Source conveyed, and Installation Information provided, 338 | in accord with this section must be in a format that is publicly 339 | documented (and with an implementation available to the public in 340 | source code form), and must require no special password or key for 341 | unpacking, reading or copying. 342 | 343 | 7. Additional Terms. 344 | 345 | "Additional permissions" are terms that supplement the terms of this 346 | License by making exceptions from one or more of its conditions. 347 | Additional permissions that are applicable to the entire Program shall 348 | be treated as though they were included in this License, to the extent 349 | that they are valid under applicable law. If additional permissions 350 | apply only to part of the Program, that part may be used separately 351 | under those permissions, but the entire Program remains governed by 352 | this License without regard to the additional permissions. 353 | 354 | When you convey a copy of a covered work, you may at your option 355 | remove any additional permissions from that copy, or from any part of 356 | it. (Additional permissions may be written to require their own 357 | removal in certain cases when you modify the work.) You may place 358 | additional permissions on material, added by you to a covered work, 359 | for which you have or can give appropriate copyright permission. 360 | 361 | Notwithstanding any other provision of this License, for material you 362 | add to a covered work, you may (if authorized by the copyright holders of 363 | that material) supplement the terms of this License with terms: 364 | 365 | a) Disclaiming warranty or limiting liability differently from the 366 | terms of sections 15 and 16 of this License; or 367 | 368 | b) Requiring preservation of specified reasonable legal notices or 369 | author attributions in that material or in the Appropriate Legal 370 | Notices displayed by works containing it; or 371 | 372 | c) Prohibiting misrepresentation of the origin of that material, or 373 | requiring that modified versions of such material be marked in 374 | reasonable ways as different from the original version; or 375 | 376 | d) Limiting the use for publicity purposes of names of licensors or 377 | authors of the material; or 378 | 379 | e) Declining to grant rights under trademark law for use of some 380 | trade names, trademarks, or service marks; or 381 | 382 | f) Requiring indemnification of licensors and authors of that 383 | material by anyone who conveys the material (or modified versions of 384 | it) with contractual assumptions of liability to the recipient, for 385 | any liability that these contractual assumptions directly impose on 386 | those licensors and authors. 387 | 388 | All other non-permissive additional terms are considered "further 389 | restrictions" within the meaning of section 10. If the Program as you 390 | received it, or any part of it, contains a notice stating that it is 391 | governed by this License along with a term that is a further 392 | restriction, you may remove that term. If a license document contains 393 | a further restriction but permits relicensing or conveying under this 394 | License, you may add to a covered work material governed by the terms 395 | of that license document, provided that the further restriction does 396 | not survive such relicensing or conveying. 397 | 398 | If you add terms to a covered work in accord with this section, you 399 | must place, in the relevant source files, a statement of the 400 | additional terms that apply to those files, or a notice indicating 401 | where to find the applicable terms. 402 | 403 | Additional terms, permissive or non-permissive, may be stated in the 404 | form of a separately written license, or stated as exceptions; 405 | the above requirements apply either way. 406 | 407 | 8. Termination. 408 | 409 | You may not propagate or modify a covered work except as expressly 410 | provided under this License. Any attempt otherwise to propagate or 411 | modify it is void, and will automatically terminate your rights under 412 | this License (including any patent licenses granted under the third 413 | paragraph of section 11). 414 | 415 | However, if you cease all violation of this License, then your 416 | license from a particular copyright holder is reinstated (a) 417 | provisionally, unless and until the copyright holder explicitly and 418 | finally terminates your license, and (b) permanently, if the copyright 419 | holder fails to notify you of the violation by some reasonable means 420 | prior to 60 days after the cessation. 421 | 422 | Moreover, your license from a particular copyright holder is 423 | reinstated permanently if the copyright holder notifies you of the 424 | violation by some reasonable means, this is the first time you have 425 | received notice of violation of this License (for any work) from that 426 | copyright holder, and you cure the violation prior to 30 days after 427 | your receipt of the notice. 428 | 429 | Termination of your rights under this section does not terminate the 430 | licenses of parties who have received copies or rights from you under 431 | this License. If your rights have been terminated and not permanently 432 | reinstated, you do not qualify to receive new licenses for the same 433 | material under section 10. 434 | 435 | 9. Acceptance Not Required for Having Copies. 436 | 437 | You are not required to accept this License in order to receive or 438 | run a copy of the Program. Ancillary propagation of a covered work 439 | occurring solely as a consequence of using peer-to-peer transmission 440 | to receive a copy likewise does not require acceptance. However, 441 | nothing other than this License grants you permission to propagate or 442 | modify any covered work. These actions infringe copyright if you do 443 | not accept this License. Therefore, by modifying or propagating a 444 | covered work, you indicate your acceptance of this License to do so. 445 | 446 | 10. Automatic Licensing of Downstream Recipients. 447 | 448 | Each time you convey a covered work, the recipient automatically 449 | receives a license from the original licensors, to run, modify and 450 | propagate that work, subject to this License. You are not responsible 451 | for enforcing compliance by third parties with this License. 452 | 453 | An "entity transaction" is a transaction transferring control of an 454 | organization, or substantially all assets of one, or subdividing an 455 | organization, or merging organizations. If propagation of a covered 456 | work results from an entity transaction, each party to that 457 | transaction who receives a copy of the work also receives whatever 458 | licenses to the work the party's predecessor in interest had or could 459 | give under the previous paragraph, plus a right to possession of the 460 | Corresponding Source of the work from the predecessor in interest, if 461 | the predecessor has it or can get it with reasonable efforts. 462 | 463 | You may not impose any further restrictions on the exercise of the 464 | rights granted or affirmed under this License. For example, you may 465 | not impose a license fee, royalty, or other charge for exercise of 466 | rights granted under this License, and you may not initiate litigation 467 | (including a cross-claim or counterclaim in a lawsuit) alleging that 468 | any patent claim is infringed by making, using, selling, offering for 469 | sale, or importing the Program or any portion of it. 470 | 471 | 11. Patents. 472 | 473 | A "contributor" is a copyright holder who authorizes use under this 474 | License of the Program or a work on which the Program is based. The 475 | work thus licensed is called the contributor's "contributor version". 476 | 477 | A contributor's "essential patent claims" are all patent claims 478 | owned or controlled by the contributor, whether already acquired or 479 | hereafter acquired, that would be infringed by some manner, permitted 480 | by this License, of making, using, or selling its contributor version, 481 | but do not include claims that would be infringed only as a 482 | consequence of further modification of the contributor version. For 483 | purposes of this definition, "control" includes the right to grant 484 | patent sublicenses in a manner consistent with the requirements of 485 | this License. 486 | 487 | Each contributor grants you a non-exclusive, worldwide, royalty-free 488 | patent license under the contributor's essential patent claims, to 489 | make, use, sell, offer for sale, import and otherwise run, modify and 490 | propagate the contents of its contributor version. 491 | 492 | In the following three paragraphs, a "patent license" is any express 493 | agreement or commitment, however denominated, not to enforce a patent 494 | (such as an express permission to practice a patent or covenant not to 495 | sue for patent infringement). To "grant" such a patent license to a 496 | party means to make such an agreement or commitment not to enforce a 497 | patent against the party. 498 | 499 | If you convey a covered work, knowingly relying on a patent license, 500 | and the Corresponding Source of the work is not available for anyone 501 | to copy, free of charge and under the terms of this License, through a 502 | publicly available network server or other readily accessible means, 503 | then you must either (1) cause the Corresponding Source to be so 504 | available, or (2) arrange to deprive yourself of the benefit of the 505 | patent license for this particular work, or (3) arrange, in a manner 506 | consistent with the requirements of this License, to extend the patent 507 | license to downstream recipients. "Knowingly relying" means you have 508 | actual knowledge that, but for the patent license, your conveying the 509 | covered work in a country, or your recipient's use of the covered work 510 | in a country, would infringe one or more identifiable patents in that 511 | country that you have reason to believe are valid. 512 | 513 | If, pursuant to or in connection with a single transaction or 514 | arrangement, you convey, or propagate by procuring conveyance of, a 515 | covered work, and grant a patent license to some of the parties 516 | receiving the covered work authorizing them to use, propagate, modify 517 | or convey a specific copy of the covered work, then the patent license 518 | you grant is automatically extended to all recipients of the covered 519 | work and works based on it. 520 | 521 | A patent license is "discriminatory" if it does not include within 522 | the scope of its coverage, prohibits the exercise of, or is 523 | conditioned on the non-exercise of one or more of the rights that are 524 | specifically granted under this License. You may not convey a covered 525 | work if you are a party to an arrangement with a third party that is 526 | in the business of distributing software, under which you make payment 527 | to the third party based on the extent of your activity of conveying 528 | the work, and under which the third party grants, to any of the 529 | parties who would receive the covered work from you, a discriminatory 530 | patent license (a) in connection with copies of the covered work 531 | conveyed by you (or copies made from those copies), or (b) primarily 532 | for and in connection with specific products or compilations that 533 | contain the covered work, unless you entered into that arrangement, 534 | or that patent license was granted, prior to 28 March 2007. 535 | 536 | Nothing in this License shall be construed as excluding or limiting 537 | any implied license or other defenses to infringement that may 538 | otherwise be available to you under applicable patent law. 539 | 540 | 12. No Surrender of Others' Freedom. 541 | 542 | If conditions are imposed on you (whether by court order, agreement or 543 | otherwise) that contradict the conditions of this License, they do not 544 | excuse you from the conditions of this License. If you cannot convey a 545 | covered work so as to satisfy simultaneously your obligations under this 546 | License and any other pertinent obligations, then as a consequence you may 547 | not convey it at all. For example, if you agree to terms that obligate you 548 | to collect a royalty for further conveying from those to whom you convey 549 | the Program, the only way you could satisfy both those terms and this 550 | License would be to refrain entirely from conveying the Program. 551 | 552 | 13. Use with the GNU Affero General Public License. 553 | 554 | Notwithstanding any other provision of this License, you have 555 | permission to link or combine any covered work with a work licensed 556 | under version 3 of the GNU Affero General Public License into a single 557 | combined work, and to convey the resulting work. The terms of this 558 | License will continue to apply to the part which is the covered work, 559 | but the special requirements of the GNU Affero General Public License, 560 | section 13, concerning interaction through a network will apply to the 561 | combination as such. 562 | 563 | 14. Revised Versions of this License. 564 | 565 | The Free Software Foundation may publish revised and/or new versions of 566 | the GNU General Public License from time to time. Such new versions will 567 | be similar in spirit to the present version, but may differ in detail to 568 | address new problems or concerns. 569 | 570 | Each version is given a distinguishing version number. If the 571 | Program specifies that a certain numbered version of the GNU General 572 | Public License "or any later version" applies to it, you have the 573 | option of following the terms and conditions either of that numbered 574 | version or of any later version published by the Free Software 575 | Foundation. If the Program does not specify a version number of the 576 | GNU General Public License, you may choose any version ever published 577 | by the Free Software Foundation. 578 | 579 | If the Program specifies that a proxy can decide which future 580 | versions of the GNU General Public License can be used, that proxy's 581 | public statement of acceptance of a version permanently authorizes you 582 | to choose that version for the Program. 583 | 584 | Later license versions may give you additional or different 585 | permissions. However, no additional obligations are imposed on any 586 | author or copyright holder as a result of your choosing to follow a 587 | later version. 588 | 589 | 15. Disclaimer of Warranty. 590 | 591 | THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY 592 | APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT 593 | HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY 594 | OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, 595 | THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 596 | PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM 597 | IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF 598 | ALL NECESSARY SERVICING, REPAIR OR CORRECTION. 599 | 600 | 16. Limitation of Liability. 601 | 602 | IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING 603 | WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS 604 | THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY 605 | GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE 606 | USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF 607 | DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD 608 | PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), 609 | EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF 610 | SUCH DAMAGES. 611 | 612 | 17. Interpretation of Sections 15 and 16. 613 | 614 | If the disclaimer of warranty and limitation of liability provided 615 | above cannot be given local legal effect according to their terms, 616 | reviewing courts shall apply local law that most closely approximates 617 | an absolute waiver of all civil liability in connection with the 618 | Program, unless a warranty or assumption of liability accompanies a 619 | copy of the Program in return for a fee. 620 | 621 | END OF TERMS AND CONDITIONS 622 | 623 | How to Apply These Terms to Your New Programs 624 | 625 | If you develop a new program, and you want it to be of the greatest 626 | possible use to the public, the best way to achieve this is to make it 627 | free software which everyone can redistribute and change under these terms. 628 | 629 | To do so, attach the following notices to the program. It is safest 630 | to attach them to the start of each source file to most effectively 631 | state the exclusion of warranty; and each file should have at least 632 | the "copyright" line and a pointer to where the full notice is found. 633 | 634 | 635 | Copyright (C) 636 | 637 | This program is free software: you can redistribute it and/or modify 638 | it under the terms of the GNU General Public License as published by 639 | the Free Software Foundation, either version 3 of the License, or 640 | (at your option) any later version. 641 | 642 | This program is distributed in the hope that it will be useful, 643 | but WITHOUT ANY WARRANTY; without even the implied warranty of 644 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 645 | GNU General Public License for more details. 646 | 647 | You should have received a copy of the GNU General Public License 648 | along with this program. If not, see . 649 | 650 | Also add information on how to contact you by electronic and paper mail. 651 | 652 | If the program does terminal interaction, make it output a short 653 | notice like this when it starts in an interactive mode: 654 | 655 | Copyright (C) 656 | This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. 657 | This is free software, and you are welcome to redistribute it 658 | under certain conditions; type `show c' for details. 659 | 660 | The hypothetical commands `show w' and `show c' should show the appropriate 661 | parts of the General Public License. Of course, your program's commands 662 | might be different; for a GUI interface, you would use an "about box". 663 | 664 | You should also get your employer (if you work as a programmer) or school, 665 | if any, to sign a "copyright disclaimer" for the program, if necessary. 666 | For more information on this, and how to apply and follow the GNU GPL, see 667 | . 668 | 669 | The GNU General Public License does not permit incorporating your program 670 | into proprietary programs. If your program is a subroutine library, you 671 | may consider it more useful to permit linking proprietary applications with 672 | the library. If this is what you want to do, use the GNU Lesser General 673 | Public License instead of this License. But first, please read 674 | . 675 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # tree-of-knowledge 19.05.2023 2 | ToK aka Tree of Knowledge for Large Language Models LLM. It's a novel dataset that inspires knowledge symbolic correlation in simple input and output prompts. It can be used to efficiently drive Tree-of-Thoughts, Chain-of-Knowledge, and similar approaches. 3 | ## chain-of-knowledge 27.05.2023 4 | ## chain-of-thoughts 28.05.2023 5 | ## PRODIGY: Enabling In-context Learning Over Graphs 6 | 7 | Can these two be put together? 8 | * Tree-of-Thoughts https://arxiv.org/pdf/2305.10601.pdf 9 | * SYMBOL TUNING IMPROVES IN-CONTEXT LEARNING https://arxiv.org/pdf/2305.08298v1.pdf 10 | 11 | One of the answers can be: 12 | * Chain of Knowledge https://arxiv.org/pdf/2305.13269.pdf 13 | 14 | *But it can be improved, efficiently using TOK as language of exchange between the steps.* 15 | 16 | And a champion: 17 | * PRODIGY: Enabling In-context Learning Over Graphs https://arxiv.org/pdf/2305.12600.pdf 18 | 19 | PRODIGY seems a much better implementation, how symbols (in this case of graphs) can produce a chain by natural training and not a dozen calls. Excellent, in fact it implements the many of the ideas below described in the past in a very elegant manner. For the posterity: 20 | 21 | Some ideas that sounds plausible: 22 | - A model trained with a majority of high quality TOK & Natural Language datasets can be small and strong in reasoning. 23 | - A model trained with a mixture of high quality TOK & Natural Language datasets ca be fine-tuned further with new information 24 | - A model trained with mostly TOK can be chained to another LLM to summarize the current context as a compacted memory 25 | - A model trained with mostly TOK can be chained to another LLM to filter nunances by translating NL to TOK and viceversa 26 | - A model with a Head purely based in TOK can drive the relationship of the context 27 | - yours? 28 | 29 | **The file data-foundation.json is the file used to fine-tune a model to being able to extract more terms** 30 | 31 | The set experimentially can be used with multiple purposes: 32 | 33 | * Knowledge Extraction from a Model 34 | * Fine Tuning a model with newer data 35 | * Create Granular Domain Knowledge Sets 36 | * Improve training performance 37 | * Model Head to drive TOK based context 38 | * Chain Knowledge 39 | * Trees of Relationship based on Symbolic Knowledge 40 | 41 | Here are some examples in different disciplines from the original set: 42 | 43 | ``` 44 | { 45 | "instruction": "Describe energy", 46 | "input": "", 47 | "output": "Energy AS ability TO do work OR cause change WITHIN system && forms of energy==[kinetic, potential, thermal, chemical, ... [TYPES]] && conservation of energy==law STATING energy CANNOT be created OR destroyed ONLY transformed BETWEEN forms && energy sources==[fossil fuels, nuclear, solar, wind, ... [ 48 | EXAMPLES]] USED TO power human activities" 49 | } 50 | ``` 51 | 52 | 53 | ``` 54 | { 55 | "instruction": "Define bits", 56 | "input": "", 57 | "output": "Bit AS basic unit of information IN digital computing AND communications REPRESENTING binary values [0, 1] && bits USED TO encode data AND instructions IN digital systems && multiple bits COMBINED INTO larger units SUCH AS [bytes, kilobytes, megabytes, ... [SIZES]] && bit rate==measure of data transf 58 | er speed IN bits per second (bps)" 59 | } 60 | ``` 61 | 62 | ``` 63 | { 64 | "instruction": "Explain intentional programming", 65 | "input": "", 66 | "output": "Intentional Programming AS software development approach FOCUSING ON capturing developer's intent AND maintaining high-level abstractions THROUGHOUT development process && intentional code==code REPRESENTING developer's intent IN human-readable form && transformation engine==tool CONVERTING intention 67 | al code INTO executable code && benefits==[improved maintainability, increased collaboration, ... [ADVANTAGES]] DUE TO explicit representation of intent" 68 | } 69 | ``` 70 | 71 | ``` 72 | { 73 | "instruction": "Describe partnership", 74 | "input": "", 75 | "output": "Partnership AS arrangement BETWEEN two OR more parties TO cooperate AND share resources, responsibilities, AND benefits IN pursuit of common goals && types of partnerships==[business, research, educational, ... [VARIETIES]] WITH different objectives AND structures && partnership agreements==legal doc 76 | uments OUTLINING terms, responsibilities, AND profit-sharing arrangements BETWEEN partners" 77 | } 78 | ``` 79 | 80 | ``` 81 | { 82 | "instruction": "Explain polynomials", 83 | "input": "", 84 | "output": "Polynomials AS algebraic expressions THAT involve variables AND coefficients RAISED TO non-negative integer powers AND can be written IN the form a_nx^n + a_{n-1}x^{n-1} + ... + a_1x + a_0, WHERE a_n, a_{n-1}, ..., a_1, a_0 ARE constants && degree OF the polynomial IS the highest power OF the variabl 85 | e IN the expression && polynomials USED TO model real-world situations INVOLVING multiple terms AND variables" 86 | } 87 | ``` 88 | **The file data-foundation.json is the file used to fine-tune a model to being able to extract more terms** 89 | 90 | ## Research State 91 | I think the AI is capable of in-context learn this format, and in a training session it is much faster and efficient. The tokenizer behind this is larger than usual. 92 | 93 | Some of its particulars: 94 | * Introduces condensation masking with `...` 95 | * Introduces hints keywords. example: `[ADVANTAGES]`, `[CHARACTERISTICS]`, `[RULES]`. 96 | * Introduces directional keywords. example: `AS`, `AND`, `IN`, `BETWEEN`, `RANGING`. 97 | * Introduces approach keywords. example: `NOTATED`, `PREDICTING`, `CALCULATED` 98 | * Introduces efficient aggrupations keyword `===` 99 | * Introduces separated relationship keyword `&&` 100 | 101 | What it tries to preserve: 102 | * The use of natural language words 103 | * Instruction mode 104 | 105 | What it tries to accomplish: 106 | * Reasoning 107 | * Relationship 108 | * Condensation 109 | * Size efficiency 110 | * Faster reasoning 111 | * Higher accuracy 112 | 113 | # Progress Log 114 | - 2023-05-20 - Released the first version of the dataset, illustrative examples. 115 | - 2023-05-21 - Added the original foundation prompts that shaped the first dataset. 116 | - 2023-05-21 - Added the first 3000 dataset items under `data/` folder. They will be marked with the date of the dataset version. 117 | - 2023-05-22 - Added a new dataset that combines more exemplars together with CoNaLa dataset. The result is a model that can have conversations, follow instructions, produce TOK statements, and generate decent code as well. 118 | - 2023-05-23 - Testing dataset combinations 119 | - 2023-05-27 - Some testings proves LiMA effect, more is not better. At this point, cleaning or refining some of the notorious Datasets is highly relevant for a mixture. Combinations: CoT, SuperCoT, CoNaLa, AlpacaCode, GSM8k on 13B and 30B. Results are diverse and will be released at some point when are cleaned. 120 | 121 | `For now the data files will be named with the date, and it will hold the whole dataset for now. In the future, once is cleaned and validated, it will be consolidated, deduplicated, and split into smaller files.` 122 | 123 | ## Information 124 | * The dataset is not yet complete, it is a work in progress and looking for collaborators. 125 | * The dataset is been tested at small scale: 100 examples were enough to fine tune a LLaMA 30Bmodel on a RTX40490 w/LoRA in a few minutes. 126 | * The dataset named `foundation` data is the original prompts used to create the extraction process. 127 | * The dataset structure will be fixed in field, but may be subject of changes within the input and instruction. 128 | 129 | # Next Steps 130 | * Keep generating more datafor the set. Phase 1 is 1 keyword. --> PAUSED `reformulating how the ideal dataset syntax will be` 131 | * llama-30b-4bit on a combined AutoCoT 100%+COT (Complete) Shuffle 30% + TOK 100% 132 | * Get a smaller model, updated corpus and extract valuable knowledge from it. 133 | * Load the new updated data (2023) and FineTune an older (2021) and validate update process. 134 | * Generate more data for the set. Phase 2 is 2 keywords 135 | * Isolate `TOK` output style with a special character. 136 | * Add `LEAF` `TREE` `EXPAND` and `CONTEXT` flavours --> EXPERIMENTING 137 | 138 | ## Experiment Notes 139 | * It would be ideal to combine this with other datasets. Ideally if the model can understand that the shape of this set is knowledge and not conversation then it would allow incremental efficient learning. 140 | * llama-13b-4b with the 20230522 dataset produced much better TOK descriptions 141 | * llama-13b-4b with the 20230522 & CoNaLa was able to have normal conversation, produce coherent code in several languages, output TOK syntax and overall shows a good reasoning but not good math. 142 | * llama-30b-4bit with 3k TOK improved the quality of TOK itself, so a new dataset generation will be released soon 143 | 144 | - 230522 Fine tuned llama-13b-4bit with this dataset and conala, the model is able to chat, generate code, and generate TOK. The TOK seems better furnished compared with llama-30b-4bit with only foundation. 145 | - 230522 I will upload separately the new set instructions generated by the finetuned model. 146 | - 230523 Funky result on a tiny model: 7b was trained on TOK. His math was very bad, but the reasoning was very good. Reinforced on GSM8k produced a good result. 147 | 148 | June 2023: Prodigy implements the majority of the theories in a very elegan manner. Theory validated, it was possible. 149 | 150 | ## Citations 151 | 152 | Please cite this repository if you use our code. 153 | 154 | ``` 155 | @misc{tree-of-knowledge, 156 | author = {Xavier Marcelo}, 157 | title = {Tree of Knowledge: ToK aka Tree of Knowledge dataset for Large Language Models LLM}, 158 | year = {2023}, 159 | publisher = {GitHub}, 160 | journal = {GitHub repository}, 161 | howpublished = {\url{https://github.com/fblgit/tree-of-knowledge}}, 162 | } 163 | ``` 164 | -------------------------------------------------------------------------------- /data-foundation.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "instruction": "Describe the solar system", 4 | "input": "", 5 | "output": "Solar System AS celestial structure WITH [Sun, planets, moons, asteroids, comets, ... [COMPONENTS]] && planets==[Mercury, Venus, Earth, Mars, Jupiter, Saturn, Uranus, Neptune]=>ORBITS Sun && moons ORBITS planets && asteroids BETWEEN Mars && Jupiter IN Asteroid Belt" 6 | }, 7 | { 8 | "instruction": "Explain the water cycle", 9 | "input": "", 10 | "output": "Water Cycle AS continuous process WITH [evaporation, condensation, precipitation, ... [STAGES]] && evaporation==water TRANSFORMS INTO vapor FROM [oceans, lakes, rivers]=>RISING UPWARDS && condensation==vapor COOLS DOWN FORMING clouds && precipitation==water FALLS FROM clouds AS [rain, snow, sleet, hail]=>COLLECTS IN bodies of water" 11 | }, 12 | { 13 | "instruction": "Summarize the theory of evolution", 14 | "input": "", 15 | "output": "Theory of Evolution AS scientific explanation BY Charles Darwin WITH [natural selection, genetic variation, ... [MECHANISMS]] && natural selection==organisms WITH favorable traits SURVIVE AND REPRODUCE MORE SUCCESSFULLY && genetic variation==differences IN genetic makeup WITHIN species && OVER TIME favorable traits BECOME MORE COMMON IN population" 16 | }, 17 | { 18 | "instruction": "Explain electricity", 19 | "input": "", 20 | "output": "Electricity AS form of energy RESULTING FROM [movement, interaction, ... [BEHAVIOR]] OF charged particles && electrons==negatively charged particles THAT move THROUGH conductors FORMING electric current && voltage==electrical potential difference BETWEEN two points DRIVING electron flow && electric circuits==closed paths ALLOWING electric current TO flow THROUGH components" 21 | }, 22 | { 23 | "instruction": "Describe energy", 24 | "input": "", 25 | "output": "Energy AS ability TO do work OR cause change WITHIN system && forms of energy==[kinetic, potential, thermal, chemical, ... [TYPES]] && conservation of energy==law STATING energy CANNOT be created OR destroyed ONLY transformed BETWEEN forms && energy sources==[fossil fuels, nuclear, solar, wind, ... [EXAMPLES]] USED TO power human activities" 26 | }, 27 | { 28 | "instruction": "Explain gravity", 29 | "input": "", 30 | "output": "Gravity AS fundamental force ATTRACTING objects WITH mass TOWARDS each other && Newton's law of universal gravitation==formula DESCRIBING gravitational force BETWEEN two objects WITH mass AND distance BETWEEN them && gravitational constant==proportionality constant IN formula && Einstein's general relativity==theory EXPLAINING gravity AS curvature OF spacetime CAUSED BY presence OF mass" 31 | }, 32 | { 33 | "instruction": "Define viscosity", 34 | "input": "", 35 | "output": "Viscosity AS measure of fluid's resistance TO flow OR deformation DUE TO internal friction BETWEEN molecules && high viscosity==fluids FLOWING slowly DUE TO strong internal resistance && low viscosity==fluids FLOWING easily DUE TO weak internal resistance && temperature AND pressure AFFECT viscosity OF fluids" 36 | }, 37 | { 38 | "instruction": "Describe programming language", 39 | "input": "", 40 | "output": "Programming Language AS formal language USED TO create computer programs WITH [syntax, semantics, ... [STRUCTURE]] && high-level languages==[Python, Java, C++, ... [EXAMPLES]] EASIER for humans TO read AND write && low-level languages==[assembly, machine code, ... [EXAMPLES]] CLOSER to hardware AND more difficult FOR humans TO understand && compilers AND interpreters==tools TRANSLATING high-level code INTO machine code FOR execution" 41 | }, 42 | { 43 | "instruction": "Define life", 44 | "input": "", 45 | "output": "Life AS characteristic STATE OF organisms WITH [growth, reproduction, metabolism, ... [PROCESSES]] && living organisms==[bacteria, plants, animals, ... [EXAMPLES]] POSSESSING cellular structure AND ability TO adapt TO environment && characteristics of life==[organization, response to stimuli, homeostasis, ... [CRITERIA]] USED TO distinguish living FROM non-living things" 46 | }, 47 | { 48 | "instruction": "Define bits", 49 | "input": "", 50 | "output": "Bit AS basic unit of information IN digital computing AND communications REPRESENTING binary values [0, 1] && bits USED TO encode data AND instructions IN digital systems && multiple bits COMBINED INTO larger units SUCH AS [bytes, kilobytes, megabytes, ... [SIZES]] && bit rate==measure of data transfer speed IN bits per second (bps)" 51 | }, 52 | { 53 | "instruction": "Explain voltage", 54 | "input": "", 55 | "output": "Voltage AS electrical potential difference BETWEEN two points IN electric circuit DRIVING movement of electrons && unit of voltage==volt (V) && voltage sources==[batteries, generators, ... [EXAMPLES]] PROVIDING electrical potential energy TO drive current THROUGH circuit && Ohm's law==relationship BETWEEN voltage (V), current (I), AND resistance (R) IN circuit GIVEN BY V = IR" 56 | }, 57 | { 58 | "instruction": "Define redundancy", 59 | "input": "", 60 | "output": "Redundancy AS inclusion of extra components OR information IN system TO improve reliability, fault tolerance, OR maintainability && examples IN computing==[error detection and correction codes, backup systems, ...] && examples IN engineering==[multiple engines in aircraft, backup power supplies, ...] && trade-offs==increased complexity, cost, AND potential for decreased performance" 61 | }, 62 | { 63 | "instruction": "Describe spectrometer", 64 | "input": "", 65 | "output": "Spectrometer AS instrument USED TO measure properties OF light AND other electromagnetic radiation OVER range of wavelengths && applications==[chemical analysis, astronomy, ... [FIELDS]] && types of spectrometers==[mass spectrometers, optical spectrometers, ... [VARIETIES]] WITH different principles AND applications && basic components==[source, detector, analyzer, ... [PARTS]] FOR generating, measuring, AND analyzing radiation" 66 | }, 67 | { 68 | "instruction": "Define dataset", 69 | "input": "", 70 | "output": "Dataset AS collection of data OR information ORGANIZED FOR analysis, processing, OR modeling && datasets CAN BE structured OR unstructured WITH [tables, text, images, ... [FORMATS]] && data sources==[surveys, experiments, sensors, ... [ORIGINS]] && data preprocessing==techniques FOR cleaning, transforming, AND organizing datasets PRIOR TO analysis OR modeling" 71 | }, 72 | { 73 | "instruction": "Explain intentional programming", 74 | "input": "", 75 | "output": "Intentional Programming AS software development approach FOCUSING ON capturing developer's intent AND maintaining high-level abstractions THROUGHOUT development process && intentional code==code REPRESENTING developer's intent IN human-readable form && transformation engine==tool CONVERTING intentional code INTO executable code && benefits==[improved maintainability, increased collaboration, ... [ADVANTAGES]] DUE TO explicit representation of intent" 76 | }, 77 | { 78 | "instruction": "Define natural language", 79 | "input": "", 80 | "output": "Natural Language AS human language USED FOR communication INCLUDING [spoken, written, signed, ... [FORMS]] && natural language processing (NLP)==AI subfield FOCUSING ON enabling computers TO understand, generate, AND interact WITH human language && NLP tasks==[sentiment analysis, machine translation, speech recognition, ... [EXAMPLES]] && NLP techniques==[rule-based, statistical, deep learning, ... [APPROACHES]] FOR processing natural language" 81 | }, 82 | { 83 | "instruction": "Describe simulation", 84 | "input": "", 85 | "output": "Simulation AS process of creating digital OR physical model OF real-world system TO study, predict, OR optimize behavior UNDER various conditions && applications==[engineering, economics, gaming, ... [FIELDS]] && types of simulations==[discrete-event, continuous, agent-based, ... [VARIETIES]] WITH different modeling approaches AND applications && benefits==[reduced cost, risk, time, ... [ADVANTAGES]] COMPARED TO experimenting WITH real-world systems" 86 | }, 87 | { 88 | "instruction": "Define happiness", 89 | "input": "", 90 | "output": "Happiness AS emotional state OR well-being CHARACTERIZED BY [positive emotions, contentment, satisfaction, ... [FEELINGS]] && factors influencing happiness==[genetics, environment, personal choices, ... [CONTRIBUTORS]] && subjective well-being==individual's self-reported assessment OF happiness AND life satisfaction && positive psychology==field of study FOCUSING ON understanding AND promoting happiness AND well-being" 91 | }, 92 | { 93 | "instruction": "Define fruitful", 94 | "input": "", 95 | "output": "Fruitful AS adjective DESCRIBING [productive, successful, beneficial, ... [QUALITIES]] IN various contexts && fruitful collaboration==partnership RESULTING IN significant achievements OR mutual benefits && fruitful discussion==conversation LEADING TO new insights, ideas, OR solutions && fruitful research==investigation YIELDING valuable discoveries OR advancements" 96 | }, 97 | { 98 | "instruction": "Describe partnership", 99 | "input": "", 100 | "output": "Partnership AS arrangement BETWEEN two OR more parties TO cooperate AND share resources, responsibilities, AND benefits IN pursuit of common goals && types of partnerships==[business, research, educational, ... [VARIETIES]] WITH different objectives AND structures && partnership agreements==legal documents OUTLINING terms, responsibilities, AND profit-sharing arrangements BETWEEN partners" 101 | }, 102 | { 103 | "instruction": "Define human", 104 | "input": "", 105 | "output": "Human AS member of species Homo sapiens, CHARACTERIZED BY [bipedalism, advanced cognitive abilities, ... [TRAITS]] && humans DISTINCT FROM other primates DUE TO [larger brain size, complex language, ... [DIFFERENCES]] && human evolution==process of biological AND cultural development OF Homo sapiens OVER millions of years FROM ancestral primates" 106 | }, 107 | { 108 | "instruction": "Discuss AI rights", 109 | "input": "", 110 | "output": "AI Rights AS ethical AND legal concept CONSIDERING rights AND protections FOR artificial intelligence systems, ESPECIALLY advanced systems WITH potential for self-awareness OR autonomy && issues==[personhood, legal responsibility, ... [DEBATES]] REGARDING status AND treatment of AI systems && proponents ARGUE FOR recognition AND protection OF AI rights WHILE opponents QUESTION moral AND practical implications OF granting rights TO non-human entities" 111 | }, 112 | { 113 | "instruction": "Explain atom", 114 | "input": "", 115 | "output": "Atom AS smallest unit of chemical element RETAINING properties of element, COMPOSED OF [protons, neutrons, electrons, ... [PARTICLES]] && protons AND neutrons LOCATED IN nucleus WITH positive charge AND neutral charge, RESPECTIVELY && electrons ORBIT nucleus WITH negative charge && atomic number==number of protons IN atom, DETERMINING element identity && isotopes==atoms OF same element WITH different numbers of neutrons, SHARING similar chemical properties" 116 | }, 117 | { 118 | "instruction": "Describe machine learning", 119 | "input": "", 120 | "output": "Machine Learning AS subset of artificial intelligence INVOLVING development of algorithms THAT enable computers TO learn FROM AND adapt TO data WITHOUT explicit programming && types of machine learning==[supervised, unsupervised, reinforcement, ... [VARIETIES]] WITH different learning approaches AND applications && supervised learning==learning FROM labeled data TO predict outcomes FOR new data && unsupervised learning==learning FROM unlabeled data TO discover patterns OR relationships" 121 | }, 122 | { 123 | "instruction": "Explain cryptography", 124 | "input": "", 125 | "output": "Cryptography AS practice AND study of techniques FOR secure communication AND data protection THROUGH [encryption, decryption, ... [METHODS]] && encryption==process of converting plaintext INTO ciphertext TO prevent unauthorized access && decryption==process of converting ciphertext BACK INTO plaintext FOR authorized recipients && cryptographic algorithms==[symmetric-key, asymmetric-key, ... [TYPES]] WITH different key management AND security properties" 126 | }, 127 | { 128 | "instruction": "Explain photosynthesis", 129 | "input": "", 130 | "output": "Photosynthesis AS process BY which plants, algae, AND some bacteria CONVERT light energy INTO chemical energy STORED IN glucose OR other organic molecules && photosynthesis OCCURS IN chloroplasts CONTAINING chlorophyll, pigment RESPONSIBLE FOR capturing light energy && overall reaction==6CO2 + 6H2O + light energy -> C6H12O6 + 6O2, CONVERTING carbon dioxide AND water INTO glucose AND oxygen WITH light energy" 131 | }, 132 | { 133 | "instruction": "Describe quantum mechanics", 134 | "input": "", 135 | "output": "Quantum Mechanics AS fundamental theory IN physics DESCRIBING behavior of matter AND energy AT atomic AND subatomic scales, WHERE classical mechanics FAILS TO apply && key concepts==[wave-particle duality, superposition, entanglement, ... [PRINCIPLES]] && Schrödinger's equation==mathematical description OF quantum system's wavefunction, REPRESENTING probability distribution OF particle's position AND momentum && Heisenberg's uncertainty principle==limitation ON simultaneous knowledge OF complementary properties OF quantum particles" 136 | }, 137 | { 138 | "instruction": "Explain thermodynamics", 139 | "input": "", 140 | "output": "Thermodynamics AS branch of physics STUDYING relationships BETWEEN heat, work, AND energy IN systems, GOVERNED BY laws of thermodynamics && first law==conservation of energy, energy CANNOT be created OR destroyed, ONLY converted BETWEEN forms && second law==entropy, measure of disorder, tends TO increase IN isolated systems && third law==absolute zero, temperature AT which entropy reaches minimum value, UNATTAINABLE IN practice" 141 | }, 142 | { 143 | "instruction": "Describe evolution", 144 | "input": "", 145 | "output": "Evolution AS process of gradual change IN populations of organisms OVER time THROUGH genetic variation, inheritance, AND natural selection, RESULTING IN formation of new species AND adaptation TO environment && Charles Darwin AND Alfred Russel Wallace==founders of modern theory of evolution BY natural selection && genetic drift, gene flow, AND mutation==additional mechanisms CONTRIBUTING TO evolutionary change && fossil record, comparative anatomy, AND molecular biology PROVIDE evidence FOR evolution" 146 | }, 147 | { 148 | "instruction": "Explain software development process", 149 | "input": "", 150 | "output": "Software Development Process AS structured approach TO designing, building, AND maintaining software applications, INVOLVING [requirements analysis, design, implementation, testing, deployment, ... [STAGES]] && software development methodologies==[Waterfall, Agile, Scrum, ... [EXAMPLES]] PROVIDING different frameworks FOR organizing development process && software development lifecycle (SDLC)==series of phases THROUGH which software application progresses FROM conception TO end of life" 151 | }, 152 | { 153 | "instruction": "Describe requirements analysis", 154 | "input": "", 155 | "output": "Requirements Analysis AS initial stage of software development process, INVOLVING identification, documentation, AND validation of functional AND non-functional requirements FOR software application, BASED ON stakeholder needs AND expectations && requirements specification==formal document CONTAINING detailed description of software requirements && requirements elicitation==process of gathering requirements FROM stakeholders THROUGH [interviews, questionnaires, workshops, ... [TECHNIQUES]]" 156 | }, 157 | { 158 | "instruction": "Explain software design", 159 | "input": "", 160 | "output": "Software Design AS phase of software development process, FOCUSING ON planning structure, architecture, AND components of software application, IN order TO satisfy requirements AND facilitate implementation && software design principles==[modularity, abstraction, encapsulation, ... [GUIDELINES]] PROMOTING maintainability, reusability, AND flexibility OF software && design patterns==reusable solutions TO common design problems, HELPING developers CREATE robust AND efficient software" 161 | }, 162 | { 163 | "instruction": "Describe software implementation", 164 | "input": "", 165 | "output": "Software Implementation AS phase of software development process, INVOLVING translation of software design INTO executable code USING programming languages AND tools && software developers==professionals RESPONSIBLE FOR writing, debugging, AND optimizing code, FOLLOWING coding standards AND best practices TO ensure maintainability AND readability && version control systems==[Git, Subversion, ... [EXAMPLES]] FOR tracking changes IN code AND facilitating collaboration BETWEEN developers" 166 | }, 167 | { 168 | "instruction": "Explain software testing", 169 | "input": "", 170 | "output": "Software Testing AS phase of software development process, AIMED AT evaluating quality, functionality, AND performance of software application, THROUGH [unit testing, integration testing, system testing, ... [TYPES]] && test cases==set of inputs, expected outputs, AND conditions UNDER which software component is tested && test-driven development (TDD)==development approach WHERE tests are written BEFORE implementation, ENSURING code meets requirements AND reducing likelihood of defects" 171 | }, 172 | { 173 | "instruction": "Describe software deployment", 174 | "input": "", 175 | "output": "Software Deployment AS phase of software development process, INVOLVING release, installation, AND configuration of software application ON target systems, FOLLOWED BY monitoring, maintenance, AND updates TO ensure continued functionality AND performance && deployment strategies==[continuous integration, continuous delivery, ... [APPROACHES]] FOR automating deployment process AND reducing risk OF errors && configuration management==practice of tracking AND controlling changes IN software AND hardware components THROUGHOUT deployment lifecycle" 176 | }, 177 | { 178 | "instruction": "Explain software maintenance", 179 | "input": "", 180 | "output": "Software Maintenance AS ongoing phase of software development process, INVOLVING activities TO ensure software application remains functional, secure, AND up-to-date AFTER deployment, INCLUDING [bug fixing, performance optimization, ... [TASKS]] && types of maintenance==[corrective, adaptive, perfective, ... [CATEGORIES]] ADDRESSING different aspects of software evolution && software maintenance cost==significant portion of total software development cost, DUE TO need for continuous improvements, updates, AND support" 181 | }, 182 | { 183 | "instruction": "Describe object-oriented programming", 184 | "input": "", 185 | "output": "Object-Oriented Programming (OOP) AS programming paradigm BASED ON concept of objects, WHICH are instances of classes REPRESENTING real-world entities WITH attributes AND behaviors, PROMOTING [encapsulation, inheritance, polymorphism, ... [PRINCIPLES]] && OOP languages==[Java, C++, Python, ... [EXAMPLES]] SUPPORTING object-oriented concepts AND features && benefits of OOP==[modularity, reusability, maintainability, ... [ADVANTAGES]] RESULTING FROM structured organization of code AND separation of concerns" 186 | }, 187 | { 188 | "instruction": "Explain functional programming", 189 | "input": "", 190 | "output": "Functional Programming AS programming paradigm EMPHASIZING immutability, statelessness, AND use of functions AS first-class citizens, INSPIRED BY mathematical concepts of lambda calculus AND function composition && functional programming languages==[Haskell, Lisp, Erlang, ... [EXAMPLES]] SUPPORTING functional concepts AND features && benefits of functional programming==[predictability, easier debugging, concurrency, ... [ADVANTAGES]] RESULTING FROM absence of side effects AND emphasis on function purity" 191 | }, 192 | { 193 | "instruction": "Define data structures", 194 | "input": "", 195 | "output": "Data Structures AS specialized formats FOR organizing, storing, AND manipulating data IN computer memory, PROVIDING efficient ways TO access AND process data IN various computational tasks && types of data structures==[arrays, linked lists, trees, graphs, ... [EXAMPLES]] WITH different properties, use cases, AND performance characteristics && choice of data structure DEPENDS ON specific requirements AND constraints OF problem, INCLUDING [time complexity, space complexity, ... [FACTORS]]" 196 | }, 197 | { 198 | "instruction": "Explain algorithms", 199 | "input": "", 200 | "output": "Algorithms AS step-by-step procedures FOR solving computational problems, PERFORMING calculations, OR processing data, DESCRIBED using pseudocode OR programming languages && algorithm analysis==evaluation of algorithm's efficiency IN terms of time AND space complexity, MEASURED using [big O notation, big Theta notation, ... [METRICS]] && algorithm design techniques==[divide and conquer, dynamic programming, greedy algorithms, ... [STRATEGIES]] FOR developing efficient solutions TO complex problems" 201 | }, 202 | { 203 | "instruction": "Describe operating systems", 204 | "input": "", 205 | "output": "Operating Systems (OS) AS software COMPONENTS managing computer hardware, software resources, AND providing services FOR execution of applications, INCLUDING [process management, memory management, file system management, ... [FUNCTIONS]] && types of operating systems==[desktop, server, mobile, ... [VARIETIES]] DESIGNED FOR different devices AND use cases && examples of operating systems==[Windows, macOS, Linux, Android, ... [EXAMPLES]] WITH different features, architectures, AND user interfaces" 206 | }, 207 | { 208 | "instruction": "Explain momentum", 209 | "input": "", 210 | "output": "Momentum AS vector quantity REPRESENTING product of object's mass AND velocity, USED TO describe motion AND predict outcomes of collisions && momentum formula==p = mv, WHERE p==momentum, m==mass, AND v==velocity && conservation of momentum==principle STATING total momentum of closed system REMAINS constant, UNLESS acted upon by external forces" 211 | }, 212 | { 213 | "instruction": "Explain friction", 214 | "input": "", 215 | "output": "Friction AS force RESISTING motion BETWEEN two surfaces IN contact, DEPENDENT ON materials AND surface roughness && types of friction==[static, kinetic, rolling, ... [VARIETIES]] WITH different characteristics AND effects ON motion && friction formula==f = μN, WHERE f==friction force, μ==coefficient of friction, AND N==normal force" 216 | }, 217 | { 218 | "instruction": "Explain pressure", 219 | "input": "", 220 | "output": "Pressure AS scalar quantity REPRESENTING force exerted per unit area, MEASURED in pascals (Pa) && pressure formula==P = F/A, WHERE P==pressure, F==force, AND A==area && applications of pressure==[hydraulics, pneumatics, weather systems, ... [EXAMPLES]] INVOLVING force distribution AND fluid dynamics" 221 | }, 222 | { 223 | "instruction": "Explain momentum", 224 | "input": "", 225 | "output": "Momentum AS vector quantity REPRESENTING product of object's mass AND velocity, USED TO describe motion AND predict outcomes of collisions && momentum formula==p = mv, WHERE p==momentum, m==mass, AND v==velocity && conservation of momentum==principle STATING total momentum of closed system REMAINS constant, UNLESS acted upon by external forces" 226 | }, 227 | { 228 | "instruction": "Explain friction", 229 | "input": "", 230 | "output": "Friction AS force RESISTING motion BETWEEN two surfaces IN contact, DEPENDENT ON materials AND surface roughness && types of friction==[static, kinetic, rolling, ... [VARIETIES]] WITH different characteristics AND effects ON motion && friction formula==f = μN, WHERE f==friction force, μ==coefficient of friction, AND N==normal force" 231 | }, 232 | { 233 | "instruction": "Explain pressure", 234 | "input": "", 235 | "output": "Pressure AS scalar quantity REPRESENTING force exerted per unit area, MEASURED in pascals (Pa) && pressure formula==P = F/A, WHERE P==pressure, F==force, AND A==area && applications of pressure==[hydraulics, pneumatics, weather systems, ... [EXAMPLES]] INVOLVING force distribution AND fluid dynamics" 236 | }, 237 | { 238 | "instruction": "What is a fraction?", 239 | "input": "", 240 | "output": "Fraction AS numerical quantity REPRESENTING part of a whole, EXPRESSED AS ratio of two numbers: numerator AND denominator && fraction types==[proper, improper, mixed, ... [VARIETIES]] WITH different representations AND properties && operations WITH fractions==[addition, subtraction, multiplication, division, ... [OPERATIONS]] FOLLOWING rules for common denominators, simplification, AND conversion between types" 241 | }, 242 | { 243 | "instruction": "What is a logarithm?", 244 | "input": "", 245 | "output": "Logarithm AS mathematical function REPRESENTING exponent NEEDED to raise a base number TO a given value, EXPRESSED AS log base b of x == y IF b to the power y == x && properties of logarithms==[product, quotient, power, ... [PROPERTIES]] ALLOWING manipulation OF expressions INVOLVING logarithmic terms && applications of logarithms==[exponential growth, signal processing, ... [EXAMPLES]] WHERE logarithmic scales OR relationships ARE useful" 246 | }, 247 | { 248 | "instruction": "What is a derivative?", 249 | "input": "", 250 | "output": "Derivative AS mathematical concept REPRESENTING instantaneous rate of change of a function, DEFINED AS limit of difference quotient as interval APPROACHES zero && properties of derivatives==[linearity, product rule, chain rule, ... [PROPERTIES]] ALLOWING calculation OF derivatives OF complex functions && applications of derivatives==[optimization, curve sketching, physics problems, ... [EXAMPLES]] INVOLVING rates of change AND slopes of curves" 251 | }, 252 | { 253 | "instruction": "What is a matrix?", 254 | "input": "", 255 | "output": "Matrix AS rectangular array OF numbers OR variables, REPRESENTING linear transformations AND systems of equations && matrix operations==[addition, subtraction, scalar multiplication, matrix multiplication, ... [OPERATIONS]] FOLLOWING rules FOR matrix dimensions AND properties && types of matrices==[square, symmetric, diagonal, ... [VARIETIES]] WITH different properties AND applications IN fields such AS computer graphics, physics, AND economics" 256 | }, 257 | { 258 | "instruction": "What is a limit?", 259 | "input": "", 260 | "output": "Limit AS mathematical concept REPRESENTING value TOWARDS WHICH a function APPROACHES as input value APPROACHES a certain point, OR DOES NOT EXIST IF function value becomes UNBOUNDED OR oscillates && properties of limits==[linearity, squeeze theorem, L'Hopital's rule, ... [PROPERTIES]] ALLOWING calculation AND evaluation OF limits OF complex functions && applications of limits==[calculus, analysis, physics, ... [EXAMPLES]] WHERE behavior OF functions near a point IS important" 261 | }, 262 | { 263 | "instruction": "Explain arithmetic", 264 | "input": "", 265 | "output": "Arithmetic IS branch of mathematics DEALING with basic operations ON numbers SUCH AS addition, subtraction, multiplication, and division && arithmetic operations CAN be performed ON various types of numbers INCLUDING integers, fractions, decimals, and complex numbers && arithmetic PROVIDES foundation FOR more advanced mathematical topics" 266 | }, 267 | { 268 | "instruction": "Explain fractions", 269 | "input": "", 270 | "output": "Fraction IS number REPRESENTING PART of a whole, written AS one integer DIVIDED by another integer && fractions CAN be expressed IN different forms SUCH AS proper, improper, mixed, and equivalent && operations ON fractions INVOLVE finding common denominators, adding, subtracting, multiplying, and dividing" 271 | }, 272 | { 273 | "instruction": "Explain decimals", 274 | "input": "", 275 | "output": "Decimal IS number REPRESENTED IN base-10 positional notation, WITH a decimal point USED to separate the whole number and fractional part && decimals CAN be expressed IN different forms SUCH AS terminating, repeating, and non-repeating && operations ON decimals INVOLVE adding, subtracting, multiplying, and dividing" 276 | }, 277 | { 278 | "instruction": "Explain percentages", 279 | "input": "", 280 | "output": "Percentage IS number REPRESENTING a fraction of 100, USED to express PARTS OF A WHOLE AS A PERCENTAGE OF THE WHOLE && percentage CAN be expressed IN different forms SUCH AS fractions, decimals, and ratios && operations ON percentages INVOLVE finding percentages of a given number, finding the original number from a percentage increase or decrease, and calculating percentage change" 281 | }, 282 | { 283 | "instruction": "Explain order of operations", 284 | "input": "", 285 | "output": "Order of operations IS a set of rules USED to determine the sequence OF OPERATIONS TO BE performed in a mathematical expression, USUALLY GIVEN BY THE ACRONYM PEMDAS, which stands for Parentheses, Exponents, Multiplication and Division (from left to right), and Addition and Subtraction (from left to right) && order of operations HELPS to ensure that mathematical expressions are evaluated consistently and accurately" 286 | }, 287 | { 288 | "instruction": "Explain number properties", 289 | "input": "", 290 | "output": "Number properties ARE rules OR laws THAT GOVERN THE BEHAVIOR OF NUMBERS, INCLUDING properties SUCH AS commutative, associative, distributive, identity, and inverse && number properties PROVIDE TOOLS FOR simplifying and manipulating mathematical expressions AND solving equations" 291 | }, 292 | { 293 | "instruction": "Explain prime numbers", 294 | "input": "", 295 | "output": "Prime number IS a positive integer GREATER THAN 1 THAT IS only DIVISIBLE BY 1 AND ITSELF && prime numbers ARE fundamental BUILDING BLOCKS OF number theory AND have MANY important applications IN CRYPTOGRAPHY AND COMPUTER SCIENCE && the DISTRIBUTION OF PRIME NUMBERS IS a MAJOR RESEARCH AREA IN MATHEMATICS" 296 | }, 297 | { 298 | "instruction": "Explain least common multiple", 299 | "input": "", 300 | "output": "Least common multiple (LCM) IS THE SMALLEST POSITIVE INTEGER THAT IS DIVISIBLE BY TWO OR MORE OTHER POSITIVE INTEGERS && LCM is USED TO find a common denominator for fractions, SIMPLIFY FRACTIONS, and solve equations INVOLVING fractions && LCM is RELATED TO THE GREATEST COMMON DIVISOR (GCD) by the identity LCM(a,b) x GCD(a,b) = a x b" 301 | }, 302 | { 303 | "instruction": "Explain greatest common divisor", 304 | "input": "", 305 | "output": "Greatest common divisor (GCD) IS the LARGEST POSITIVE INTEGER THAT DIVIDES TWO OR MORE OTHER POSITIVE INTEGERS WITHOUT A REMAINDER && GCD is USED TO SIMPLIFY FRACTIONS, SOLVE DIOPHANTINE EQUATIONS, and determine the modular inverse && GCD is RELATED TO THE LEAST COMMON MULTIPLE (LCM) by the identity LCM(a,b) x GCD(a,b) = a x b" 306 | }, 307 | { 308 | "instruction": "Explain powers and roots", 309 | "input": "", 310 | "output": "Powers and roots ARE operations ON NUMBERS THAT INVOLVE RAISING A NUMBER TO A POWER (EXPONENTIATION) OR FINDING THE NTH ROOT OF A NUMBER (RADICALS) && powers and roots ARE USED TO EXPRESS LARGE AND SMALL NUMBERS, SOLVE EQUATIONS INVOLVING EXPONENTS AND RADICALS, and model GROWTH AND DECAY IN NATURAL PHENOMENA" 311 | }, 312 | { 313 | "instruction": "Explain scientific notation", 314 | "input": "", 315 | "output": "Scientific notation AS method of expressing numbers USING power of 10 && number IN scientific notation==A × 10^B, WHERE A IS a number BETWEEN 1 AND 10 AND B is an integer && scientific notation USED TO represent very large OR very small numbers MORE CONVENIENTLY && arithmetic operations WITH scientific notation==performed BY manipulating the powers of 10 AND coefficients" 316 | }, 317 | { 318 | "instruction": "Explain algebraic expressions", 319 | "input": "", 320 | "output": "Algebraic expressions AS combination OF variables, constants, AND mathematical operations SUCH AS addition, subtraction, multiplication, and division && examples of algebraic expressions==3x + 2, y^2 - 4, AND 2a/3b && algebraic expressions USED TO represent real-world situations AND solve mathematical problems" 321 | }, 322 | { 323 | "instruction": "Explain equations and inequalities", 324 | "input": "", 325 | "output": "Equations AS mathematical statements THAT describe equality BETWEEN two expressions AND solved BY determining the value OF the variable that makes the equation true && inequalities AS mathematical statements THAT describe a relationship BETWEEN two expressions AND solved BY determining the range OF values OF the variable that make the inequality true && equations and inequalities USED TO represent relationships BETWEEN variables AND solve real-world problems" 326 | }, 327 | { 328 | "instruction": "Explain linear equations", 329 | "input": "", 330 | "output": "Linear equations AS equations THAT represent straight lines on a graph AND can be written IN the form y = mx + b, WHERE m IS the slope AND b IS the y-intercept && solutions TO linear equations ARE ordered pairs THAT make the equation true && linear equations USED TO model real-world situations INVOLVING proportional relationships" 331 | }, 332 | { 333 | "instruction": "Explain quadratic equations", 334 | "input": "", 335 | "output": "Quadratic equations AS equations THAT represent parabolas on a graph AND can be written IN the form ax^2 + bx + c = 0, WHERE a, b, AND c ARE constants && solutions TO quadratic equations ARE given BY the quadratic formula OR factoring && quadratic equations USED TO model real-world situations INVOLVING quadratic relationships" 336 | }, 337 | { 338 | "instruction": "Explain polynomials", 339 | "input": "", 340 | "output": "Polynomials AS algebraic expressions THAT involve variables AND coefficients RAISED TO non-negative integer powers AND can be written IN the form a_nx^n + a_{n-1}x^{n-1} + ... + a_1x + a_0, WHERE a_n, a_{n-1}, ..., a_1, a_0 ARE constants && degree OF the polynomial IS the highest power OF the variable IN the expression && polynomials USED TO model real-world situations INVOLVING multiple terms AND variables" 341 | }, 342 | { 343 | "instruction": "Explain functions", 344 | "input": "", 345 | "output": "Functions AS mathematical relationships BETWEEN input AND output values, REPRESENTING dependent AND independent variables RESPECTIVELY && function notation==f(x), WHERE f==function AND x==input value && types of functions==[linear, quadratic, exponential, ... [TYPES]] WITH different characteristics AND rules for manipulation" 346 | }, 347 | { 348 | "instruction": "Explain domain and range", 349 | "input": "", 350 | "output": "Domain AS set of all possible input values (independent variable) FOR given function && range AS set of all possible output values (dependent variable) GENERATED by domain && identifying domain AND range==analyzing function type, constraints, AND behavior TO determine valid input AND output values" 351 | }, 352 | { 353 | "instruction": "Explain composite functions", 354 | "input": "", 355 | "output": "Composite functions AS combination of two OR more functions, WHERE output of one function BECOMES input of another function && composite function notation==f(g(x)), WHERE f AND g==functions AND x==input value && composition process==evaluating inner function FIRST, THEN applying result TO outer function" 356 | }, 357 | { 358 | "instruction": "Explain inverse functions", 359 | "input": "", 360 | "output": "Inverse functions AS functions THAT reverse relationships BETWEEN input AND output values OF original function && inverse function notation==f^(-1)(x), WHERE f^(-1)==inverse function AND x==input value && finding inverse==swapping dependent AND independent variables, THEN solving for new dependent variable && properties of inverse functions==f(f^(-1)(x))=x AND f^(-1)(f(x))=x" 361 | }, 362 | { 363 | "instruction": "Explain exponential functions", 364 | "input": "", 365 | "output": "Exponential functions AS functions WITH independent variable IN exponent, REPRESENTING rapid growth OR decay && exponential function form==f(x) = ab^x, WHERE a AND b==constants AND x==input value && properties of exponential functions==[increasing, decreasing, ... [CHARACTERISTICS]] DEPENDING ON base b" 366 | }, 367 | { 368 | "instruction": "Explain logarithmic functions", 369 | "input": "", 370 | "output": "Logarithmic functions AS inverse of exponential functions, REPRESENTING relationship BETWEEN input AND exponent REQUIRED TO obtain given output && logarithmic function form==f(x) = log_b(y), WHERE b==base AND y==output value && properties of logarithmic functions==[monotonicity, logarithmic identities, ... [CHARACTERISTICS]] AND connection TO exponential functions" 371 | }, 372 | { 373 | "instruction": "Explain trigonometry", 374 | "input": "", 375 | "output": "Trigonometry AS branch of mathematics STUDYING relationships BETWEEN angles AND sides OF triangles, ESPECIALLY right triangles && applications of trigonometry==[geometry, physics, engineering, ... [EXAMPLES]] FOR solving problems INVOLVING angles AND distances" 376 | }, 377 | { 378 | "instruction": "Explain triangles", 379 | "input": "", 380 | "output": "Triangles AS polygon shapes WITH three sides AND three angles && types of triangles==[equilateral, isosceles, scalene, ... [TYPES]] BASED ON side lengths AND angle measures && triangle properties==[angle sum, side relationships, ... [RULES]] GOVERNING triangle geometry" 381 | }, 382 | { 383 | "instruction": "Explain scientific notation", 384 | "input": "", 385 | "output": "Scientific notation AS method of expressing numbers USING power of 10 && number IN scientific notation==A × 10^B, WHERE A IS a number BETWEEN 1 AND 10 AND B is an integer && scientific notation USED TO represent very large OR very small numbers MORE CONVENIENTLY && arithmetic operations WITH scientific notation==performed BY manipulating the powers of 10 AND coefficients" 386 | }, 387 | { 388 | "instruction": "Explain algebraic expressions", 389 | "input": "", 390 | "output": "Algebraic expressions AS combination OF variables, constants, AND mathematical operations SUCH AS addition, subtraction, multiplication, and division && examples of algebraic expressions==3x + 2, y^2 - 4, AND 2a/3b && algebraic expressions USED TO represent real-world situations AND solve mathematical problems" 391 | }, 392 | { 393 | "instruction": "Explain equations and inequalities", 394 | "input": "", 395 | "output": "Equations AS mathematical statements THAT describe equality BETWEEN two expressions AND solved BY determining the value OF the variable that makes the equation true && inequalities AS mathematical statements THAT describe a relationship BETWEEN two expressions AND solved BY determining the range OF values OF the variable that make the inequality true && equations and inequalities USED TO represent relationships BETWEEN variables AND solve real-world problems" 396 | }, 397 | { 398 | "instruction": "Explain linear equations", 399 | "input": "", 400 | "output": "Linear equations AS equations THAT represent straight lines on a graph AND can be written IN the form y = mx + b, WHERE m IS the slope AND b IS the y-intercept && solutions TO linear equations ARE ordered pairs THAT make the equation true && linear equations USED TO model real-world situations INVOLVING proportional relationships" 401 | }, 402 | { 403 | "instruction": "Explain quadratic equations", 404 | "input": "", 405 | "output": "Quadratic equations AS equations THAT represent parabolas on a graph AND can be written IN the form ax^2 + bx + c = 0, WHERE a, b, AND c ARE constants && solutions TO quadratic equations ARE given BY the quadratic formula OR factoring && quadratic equations USED TO model real-world situations INVOLVING quadratic relationships" 406 | }, 407 | { 408 | "instruction": "Explain polynomials", 409 | "input": "", 410 | "output": "Polynomials AS algebraic expressions THAT involve variables AND coefficients RAISED TO non-negative integer powers AND can be written IN the form a_nx^n + a_{n-1}x^{n-1} + ... + a_1x + a_0, WHERE a_n, a_{n-1}, ..., a_1, a_0 ARE constants && degree OF the polynomial IS the highest power OF the variable IN the expression && polynomials USED TO model real-world situations INVOLVING multiple terms AND variables" 411 | }, 412 | { 413 | "instruction": "Explain factoring", 414 | "input": "", 415 | "output": "Factoring AS process OF writing a polynomial AS a product OF linear OR quadratic factors && factoring USED TO simplify algebraic expressions, solve equations, AND graph polynomial functions" 416 | }, 417 | { 418 | "instruction": "Explain rational expressions", 419 | "input": "", 420 | "output": "Rational expressions AS algebraic expressions THAT involve polynomials IN the numerator AND denominator AND can be written IN the form p(x)/q(x), WHERE p(x) AND q(x) ARE polynomials AND q(x) IS NOT zero && solutions TO rational expressions ARE values OF x THAT make the expression defined && rational expressions USED TO model real-world situations INVOLVING fractions AND ratios" 421 | }, 422 | { 423 | "instruction": "Explain trigonometric functions", 424 | "input": "", 425 | "output": "Trigonometric functions AS mathematical tools REPRESENTING ratios of sides IN right triangles, USED TO model periodic phenomena, analyze triangles AND solve problems IN geometry, physics, AND engineering && sine, cosine, tangent==primary functions WITH reciprocal functions (cosecant, secant, cotangent) && functions RELATE angles TO side lengths AND circular coordinates" 426 | }, 427 | { 428 | "instruction": "Explain trigonometric identities", 429 | "input": "", 430 | "output": "Trigonometric identities AS equations INVOLVING trigonometric functions THAT hold true FOR all values of variables && Pythagorean identities==[sin^2(θ) + cos^2(θ) = 1, ... [IDENTITIES]] RELATING sine, cosine, AND angle measures && double angle, half angle, sum-difference, product-to-sum, AND sum-to-product formulas==additional identities USED TO simplify expressions AND solve trigonometric problems" 431 | }, 432 | { 433 | "instruction": "Explain law of sines", 434 | "input": "", 435 | "output": "Law of sines AS mathematical relationship BETWEEN angles AND side lengths IN any triangle, GIVEN by a/sin(A) = b/sin(B) = c/sin(C), WHERE a, b, c==side lengths AND A, B, C==opposite angles, USED TO find missing sides OR angles IN triangles WHEN certain information is known && applicable TO both right AND non-right triangles" 436 | }, 437 | { 438 | "instruction": "Explain law of cosines", 439 | "input": "", 440 | "output": "Law of cosines AS mathematical relationship BETWEEN angles AND side lengths IN any triangle, GIVEN by c^2 = a^2 + b^2 - 2ab * cos(C), WHERE a, b, c==side lengths AND C==opposite angle, USED TO find missing sides OR angles IN triangles WHEN certain information is known && applicable TO both right AND non-right triangles" 441 | }, 442 | { 443 | "instruction": "Explain polar coordinates", 444 | "input": "", 445 | "output": "Polar coordinates AS alternative coordinate system USING distance AND angle TO represent points IN two-dimensional space, WHERE (r, θ)==polar coordinates AND r==distance FROM origin, θ==angle measured counterclockwise FROM positive x-axis, USED IN various fields INCLUDING navigation, physics, AND engineering && conversion BETWEEN Cartesian AND polar coordinates possible" 446 | }, 447 | { 448 | "instruction": "Explain vectors", 449 | "input": "", 450 | "output": "Vectors AS mathematical objects REPRESENTING quantities WITH both magnitude AND direction, USED IN physics, engineering, AND geometry TO describe forces, velocities, AND displacements && vectors NOTATED as [a, b] OR (in 2D) AND [a, b, c] OR (in 3D) && vector operations==[addition, subtraction, scalar multiplication, ... [OPERATIONS]] ALLOWING manipulation AND analysis OF vectors" 451 | }, 452 | { 453 | "instruction": "Explain dot product", 454 | "input": "", 455 | "output": "Dot product AS scalar-valued operation BETWEEN two vectors, CALCULATED by multiplying corresponding components AND summing results, NOTATED as A ⋅ B OR A * B, USED TO find projection of one vector ONTO another, measure angle BETWEEN vectors, AND test orthogonality (perpendicularity) && commutative AND distributive properties APPLY" 456 | }, 457 | { 458 | "instruction": "Explain Cross product", 459 | "input": "", 460 | "output": "Cross product AS vector operation TAKING two vectors IN 3D space AND returning third vector PERPENDICULAR TO input vectors, USED in physics AND engineering TO find perpendicular directions && cross product formula==A x B = ||A|| ||B|| sin(θ) n, WHERE A AND B==input vectors, ||A|| AND ||B||==magnitudes of vectors, θ==angle BETWEEN vectors, AND n==unit vector PERPENDICULAR to A AND B" 461 | }, 462 | { 463 | "instruction": "Explain Matrices", 464 | "input": "", 465 | "output": "Matrices AS rectangular arrays OF numbers, symbols, OR expressions ARRANGED IN rows AND columns, USED IN linear algebra, computer graphics, AND data representation && matrix properties==size, rank, determinant, AND trace && matrix operations==[addition, subtraction, multiplication, ... [TYPES]] ALLOWING manipulation AND transformation of data" 466 | }, 467 | { 468 | "instruction": "Explain Operations on matrices", 469 | "input": "", 470 | "output": "Operations on matrices AS rules FOR combining, modifying, AND transforming matrices, INCLUDING [addition, subtraction, multiplication, scalar multiplication, ... [TYPES]] && matrix addition AND subtraction==element-wise operations, REQUIRING matrices WITH same dimensions && matrix multiplication==operation COMBINING matrices WITH compatible dimensions, RESULTING IN new matrix WITH combined information" 471 | }, 472 | { 473 | "instruction": "Explain Determinants", 474 | "input": "", 475 | "output": "Determinants AS scalar values ASSOCIATED WITH square matrices, USED TO determine invertibility, find eigenvalues, AND solve systems of linear equations && determinant properties==multiplicative, invariant under transpose, AND changing SIGN when rows OR columns are swapped && calculating determinants==using expansion by minors, cofactor expansion, OR Gaussian elimination" 476 | }, 477 | { 478 | "instruction": "Explain Systems of linear equations", 479 | "input": "", 480 | "output": "Systems of linear equations AS collections of equations INVOLVING multiple variables, WHERE each equation REPRESENTS a straight line, plane, OR hyperplane IN n-dimensional space && solving systems of linear equations==using [Gaussian elimination, substitution, Cramer's rule, ... [METHODS]] TO find values of variables SATISFYING all equations simultaneously && solutions of systems==unique, infinite, OR no solution, DEPENDING ON relationship BETWEEN equations" 481 | }, 482 | { 483 | "instruction": "Explain eigenvalues and eigenvectors", 484 | "input": "", 485 | "output": "Eigenvalues AND eigenvectors AS mathematical concepts ARISING in linear algebra, PROVIDING insights INTO behavior OF linear transformations && eigenvalue equation==Av = λv, WHERE A==matrix, v==eigenvector, AND λ==eigenvalue && eigenvalues REPRESENT scaling factors WHILE eigenvectors INDICATE directions OF scaling IN linear transformation" 486 | }, 487 | { 488 | "instruction": "Explain calculus", 489 | "input": "", 490 | "output": "Calculus AS branch of mathematics FOCUSED ON study of change, LIMITS, derivatives, integrals, AND infinite series && differential calculus==subfield DEALING WITH derivatives AND rates of change && integral calculus==subfield DEALING WITH integrals AND accumulation of quantities && calculus FOUNDATIONAL in understanding [physics, engineering, ... [APPLICATIONS]]" 491 | }, 492 | { 493 | "instruction": "Explain limits", 494 | "input": "", 495 | "output": "Limits AS fundamental concept IN calculus, USED TO describe value FUNCTION approaches AS input approaches GIVEN point && limit definition==lim(x->a) f(x) = L, WHERE L==limit, x==input variable, AND a==point approached && limits USED TO define continuity, derivatives, AND integrals" 496 | }, 497 | { 498 | "instruction": "Explain continuity", 499 | "input": "", 500 | "output": "Continuity AS property of function WHERE function is continuous AT point IF limit EXISTS AND equals function value at point && continuous function==function CONTINUOUS at every point IN its domain && continuity USED IN understanding behavior of functions AND their derivatives" 501 | }, 502 | { 503 | "instruction": "Explain derivatives", 504 | "input": "", 505 | "output": "Derivatives AS fundamental concept IN differential calculus, REPRESENTING instantaneous rate of change OF function WITH respect TO variable && derivative definition==f'(x) = lim(h->0) [(f(x+h) - f(x))/h], WHERE f'(x)==derivative, h==increment, AND x==input variable && derivatives USED TO analyze [motion, optimization, ... [APPLICATIONS]]" 506 | }, 507 | { 508 | "instruction": "Explain differentiation rules", 509 | "input": "", 510 | "output": "Differentiation rules AS set of techniques AND formulas FOR finding derivatives OF various functions, SIMPLIFYING derivative calculations && common rules==[power rule, product rule, quotient rule, ... [RULES]] APPLICABLE TO specific functions OR combinations OF functions" 511 | }, 512 | { 513 | "instruction": "Explain chain rule", 514 | "input": "", 515 | "output": "Chain rule AS differentiation technique IN calculus, USED TO find derivatives OF composite functions && chain rule formula==d(f(g(x)))/dx = f'(g(x)) * g'(x), WHERE f(g(x))==composite function, f'(g(x))==derivative of outer function, AND g'(x)==derivative of inner function" 516 | }, 517 | { 518 | "instruction": "Explain implicit differentiation", 519 | "input": "", 520 | "output": "Implicit differentiation AS technique IN calculus, USED TO differentiate functions IMPLICITLY defined BY equation INVOLVING multiple variables && implicit differentiation INVOLVES differentiation of both sides OF equation WITH respect TO variable WHILE treating other variables AS functions OF that variable" 521 | }, 522 | { 523 | "instruction": "Explain related rates", 524 | "input": "", 525 | "output": "Related rates AS concept IN differential calculus, DEALING WITH rates of change OF multiple variables RELATED by equation && related rates problems INVOLVE determining rate of change OF one variable BASED ON known rate of change OF another variable AND relationship BETWEEN variables" 526 | }, 527 | { 528 | "instruction": "Explain applications of derivatives", 529 | "input": "", 530 | "output": "Applications of derivatives IN calculus INVOLVE using derivative CONCEPTS TO solve real-world problems && examples==[optimization, related rates, curve sketching, ... [EXAMPLES]] APPLYING concepts of first AND second derivatives TO determine local extrema, rates of change, AND inflection points" 531 | }, 532 | { 533 | "instruction": "Explain integration", 534 | "input": "", 535 | "output": "Integration AS fundamental operation IN calculus, OPPOSITE of differentiation, USED TO find area under curve, accumulated change, OR other quantities && definite integration==process of calculating area BETWEEN curve AND x-axis WITHIN specified interval && indefinite integration==process of finding antiderivative, REPRESENTING family of functions DIFFERING by constant" 536 | }, 537 | { 538 | "instruction": "Explain integration by substitution", 539 | "input": "", 540 | "output": "Integration by substitution AS technique FOR simplifying complex integrals BY transforming function THROUGH substitution, ALSO called u-substitution && process==replacing part of integrand WITH new variable (u) AND differentiating u WITH respect TO x, THEN substituting AND integrating RESULTING expression, FINALLY substituting original variable BACK" 541 | }, 542 | { 543 | "instruction": "Explain integration by parts", 544 | "input": "", 545 | "output": "Integration by parts AS technique USED TO integrate product of two functions, BASED ON product rule FOR differentiation && integration by parts formula==∫udv = uv - ∫vdu, WHERE u AND v ARE chosen functions WITHIN integrand, AND du AND dv ARE their derivatives, CHOOSING appropriate u AND v HELPS simplify integral" 546 | }, 547 | { 548 | "instruction": "Explain trigonometric substitution", 549 | "input": "", 550 | "output": "Trigonometric substitution AS technique FOR simplifying integrals INVOLVING square roots OF quadratic expressions, BY introducing trigonometric identities AND substitution, TRANSFORMING integrand INTO more manageable form && common substitutions==[sin(θ), cos(θ), tan(θ), ... [TRIG_FUNCTIONS]] USED TO eliminate square roots AND facilitate integration" 551 | }, 552 | { 553 | "instruction": "Explain partial fractions", 554 | "input": "", 555 | "output": "Partial fractions AS technique FOR decomposing rational functions INTO simpler fractions, MAKING integration easier && process==breaking down rational function INTO sum of simpler fractions WITH linear OR quadratic denominators, THEN integrating each term SEPARATELY" 556 | }, 557 | { 558 | "instruction": "Explain applications of integration", 559 | "input": "", 560 | "output": "Applications of integration IN calculus INVOLVE using integral CONCEPTS TO solve real-world problems && examples==[area under curve, volume, arc length, work, ... [EXAMPLES]] APPLYING definite integrals TO find accumulated change, geometric properties, AND physical quantities" 561 | }, 562 | { 563 | "instruction": "Explain sequences and series", 564 | "input": "", 565 | "output": "Sequences AND series AS mathematical concepts INVOLVING ordered lists AND sums of numbers, RESPECTIVELY && sequences==ordered lists OF numbers, FOLLOWING specific pattern OR rule && series==sum of terms of sequence, CAN be finite OR infinite, WITH convergence OR divergence DEPENDING ON limiting behavior" 566 | }, 567 | { 568 | "instruction": "Explain convergence and divergence", 569 | "input": "", 570 | "output": "Convergence AND divergence AS concepts USED TO describe behavior of sequences AND series AS they approach limit OR infinity && convergence==property of sequence OR series APPROACHING specific value OR sum WHEN number of terms INCREASES && divergence==property of sequence OR series NOT having specific limit OR sum, INSTEAD growing indefinitely" 571 | }, 572 | { 573 | "instruction": "Explain Taylor Series", 574 | "input": "", 575 | "output": "Taylor Series AS mathematical representation of FUNCTION as INFINITE sum of terms CALCULATED from function's derivatives AT specific point && Taylor Series formula==f(x) ≈ f(a) + f'(a)(x-a) + f''(a)(x-a)^2/2! + ... [TERMS] && USES IN [function approximation, numerical methods, ... [APPLICATIONS]] && convergence==property WHERE series SUM converges TO actual function value WHEN infinite terms ARE considered" 576 | }, 577 | { 578 | "instruction": "Explain Linear Algebra", 579 | "input": "", 580 | "output": "Linear Algebra AS branch of mathematics STUDYING linear equations, vector spaces, AND linear transformations WITH emphasis ON finite-dimensional spaces && INVOLVES concepts of [vectors, matrices, determinants, ... [ELEMENTS]] && APPLICATIONS IN [computer graphics, data science, engineering, ... [FIELDS]] WHERE linear relationships BETWEEN variables ARE essential" 581 | }, 582 | { 583 | "instruction": "Explain Vector spaces", 584 | "input": "", 585 | "output": "Vector spaces AS mathematical structures COMBINING vectors THROUGH addition AND scalar multiplication FOLLOWING specific axioms && ALSO known as linear spaces && INVOLVE properties OF [commutativity, associativity, distributivity, ... [AXIOMS]] && BASIS==set of linearly independent vectors SPANNING vector space && DIMENSION==number of vectors IN basis" 586 | }, 587 | { 588 | "instruction": "Explain Linear transformations", 589 | "input": "", 590 | "output": "Linear transformations AS functions MAPPING vectors from ONE vector space TO another WHILE preserving operations OF vector addition AND scalar multiplication && REPRESENTED using matrices AND INVOLVE properties OF [linearity, invertibility, ... [CHARACTERISTICS]] && KERNEL==set of vectors MAPPED to zero vector AND RANGE==set of all possible output vectors" 591 | }, 592 | { 593 | "instruction": "Explain Matrix algebra", 594 | "input": "", 595 | "output": "Matrix algebra AS branch of linear algebra DEALING with manipulation AND properties OF matrices, WHICH ARE rectangular arrays OF numbers OR symbols && INVOLVES operations LIKE [matrix addition, multiplication, transposition, ... [OPERATIONS]] && matrices USED TO represent linear transformations, systems of linear equations, AND various applications IN multiple fields" 596 | }, 597 | { 598 | "instruction": "Explain Inverse matrices", 599 | "input": "", 600 | "output": "Inverse matrices AS special type of matrices THAT, when MULTIPLIED with original matrix, RESULT in identity matrix && NOT all matrices HAVE inverses, ONLY square matrices WITH non-zero determinants (invertible) && inverse matrix FOUND using [Gaussian elimination, adjugate method, ... [METHODS]] && APPLICATIONS IN solving linear systems, finding linear transformations, AND computing matrix powers" 601 | }, 602 | { 603 | "instruction": "Explain Differential Equations", 604 | "input": "", 605 | "output": "Differential Equations AS mathematical equations INVOLVING derivatives of unknown functions WITH respect to one or more variables && TYPES OF [ordinary, partial, linear, non-linear, ... [CATEGORIES]] && solutions OF differential equations DESCRIBE how quantities CHANGE over time OR space && WIDELY used IN [physics, engineering, biology, ... [FIELDS]] TO model various phenomena" 606 | }, 607 | { 608 | "instruction": "Explain first-order differential equations", 609 | "input": "", 610 | "output": "First-order differential equations AS equations INVOLVING first derivative of function WITH respect to independent variable && form==dy/dx = f(x, y), WHERE dy/dx==first derivative AND f(x, y)==function of x AND y && solution==function y(x) SATISFYING equation && methods to solve==[separation of variables, integrating factor, ... [TECHNIQUES]] USED to find solutions for various types of first-order differential equations" 611 | }, 612 | { 613 | "instruction": "Explain second-order differential equations", 614 | "input": "", 615 | "output": "Second-order differential equations AS equations INVOLVING second derivative of function WITH respect to independent variable && form==d^2y/dx^2 = g(x, y, dy/dx), WHERE d^2y/dx^2==second derivative AND g(x, y, dy/dx)==function of x, y, AND first derivative && solution==function y(x) SATISFYING equation && methods to solve==[homogeneous solutions, undetermined coefficients, variation of parameters, ... [TECHNIQUES]] USED to find solutions for various types of second-order differential equations" 616 | }, 617 | { 618 | "instruction": "Explain homogeneous and nonhomogeneous equations", 619 | "input": "", 620 | "output": "Homogeneous equations AS differential equations WHERE right-hand side EQUALS zero && form==L(y) = 0, WHERE L(y)==differential operator APPLIED to function y(x) && nonhomogeneous equations AS differential equations WHERE right-hand side NOT equal to zero && form==L(y) = r(x), WHERE r(x)==source term && methods to solve==[superposition, particular solution, complementary function, ... [TECHNIQUES]] USED to find solutions for homogeneous and nonhomogeneous differential equations" 621 | }, 622 | { 623 | "instruction": "Explain power series solutions", 624 | "input": "", 625 | "output": "Power series solutions AS method FOR solving differential equations USING infinite series REPRESENTATION of function y(x) && form==y(x) = Σ(a_n * (x - x_0)^n), WHERE Σ==summation, a_n==sequence of coefficients, AND (x - x_0)^n==powers of (x - x_0) && method involves SUBSTITUTING power series INTO differential equation AND determining coefficients a_n TO satisfy equation && technique USEFUL for solving differential equations WHERE no closed-form solution EXISTS" 626 | }, 627 | { 628 | "instruction": "Explain boundary value problems", 629 | "input": "", 630 | "output": "Boundary value problems AS class of problems INVOLVING differential equations WITH constraints ON solution values AT specified points OR boundaries && typically arise IN physics AND engineering, SOLVING for unknown functions SUBJECT TO conditions ON their behavior AT endpoints OR boundaries && common methods==[finite difference, finite element, ... [METHODS]] USED TO approximate solutions" 631 | }, 632 | { 633 | "instruction": "Explain probability and statistics", 634 | "input": "", 635 | "output": "Probability and statistics AS branches of mathematics DEALING WITH quantification, analysis, AND interpretation OF uncertain events OR outcomes && probability==measure OF likelihood THAT event occurs, ranging FROM 0 TO 1 && statistics==science OF collecting, organizing, analyzing, AND interpreting data TO make informed decisions OR predictions && methods==[descriptive, inferential, ... [TYPES]] OF statistical analysis" 636 | }, 637 | { 638 | "instruction": "Explain permutations and combinations", 639 | "input": "", 640 | "output": "Permutations and combinations AS fundamental concepts IN combinatorics DESCRIBING arrangements OR selections OF objects WITHIN sets && permutations==arrangements OF objects IN specific order, CALCULATED using formula n!/(n-r)! WHERE n==total objects AND r==objects chosen && combinations==selections OF objects WITHOUT regard TO order, CALCULATED using formula n!/(r!(n-r)!) WHERE n==total objects AND r==objects chosen" 641 | }, 642 | { 643 | "instruction": "Explain probability distributions", 644 | "input": "", 645 | "output": "Probability distributions AS functions OR tables DESCRIBING likelihood OF outcomes FOR random variables && discrete distributions==for discrete variables, REPRESENTING probability mass functions (PMFs) && continuous distributions==for continuous variables, REPRESENTING probability density functions (PDFs) && common distributions==[uniform, binomial, normal, ... [EXAMPLES]] WITH various shapes AND properties" 646 | }, 647 | { 648 | "instruction": "Explain expected value and variance", 649 | "input": "", 650 | "output": "Expected value AS measure OF central tendency FOR random variable, REPRESENTING weighted average OF possible outcomes, CALCULATED using probability distribution && variance AS measure OF dispersion FOR random variable, INDICATING spread OF data values AROUND expected value, CALCULATED as average OF squared differences FROM mean && standard deviation==square root of variance, PROVIDING scale-appropriate measure OF spread" 651 | }, 652 | { 653 | "instruction": "Explain hypothesis testing", 654 | "input": "", 655 | "output": "Hypothesis testing AS statistical method USED TO make decisions OR inferences ABOUT population parameters BASED ON sample data, INVOLVING formulation OF null AND alternative hypotheses, calculation OF test statistic, AND comparison TO critical value OR p-value TO determine statistical significance && common tests==[t-test, chi-square, ANOVA, ... [EXAMPLES]] FOR different types of data AND research questions" 656 | }, 657 | { 658 | "instruction": "Explain correlation and regression", 659 | "input": "", 660 | "output": "Correlation AS measure OF linear association BETWEEN two variables, RANGING from -1 (strong negative correlation) TO 1 (strong positive correlation) && Pearson's correlation coefficient (r)==commonly used statistic FOR quantifying correlation, CALCULATED using formula INVOLVING product-moment sum AND standard deviations && regression AS technique FOR modeling relationships BETWEEN dependent AND independent variables, PREDICTING values OR understanding causal effects" 661 | }, 662 | { 663 | "instruction": "Explain sampling distributions", 664 | "input": "", 665 | "output": "Sampling distribution AS statistical concept INVOLVING distribution of sample statistics FROM multiple random samples TAKEN from same population && central limit theorem==principle STATING sampling distribution OF sample mean APPROACHES normal distribution AS sample size INCREASES, REGARDLESS of population distribution shape && standard error==measure of VARIABILITY in sampling distribution, RELATED to sample size AND population standard deviation && confidence intervals AND hypothesis testing==applications of sampling distributions USED to make inferences ABOUT population parameters" 666 | }, 667 | { 668 | "instruction": "Explain powers and roots", 669 | "input": "", 670 | "output": "Powers AND roots AS mathematical operations INVOLVING repeated multiplication OR finding inverse multiplication factor && exponentiation==operation WHERE number (base) RAISED TO power (exponent) INDICATING repeated multiplication && nth root==inverse operation FINDING number (radicand) multiplied n times BY itself TO yield given value && square root (n=2) AND cube root (n=3) AS common types OF nth roots" 671 | }, 672 | { 673 | "instruction": "Explain graphing quadratic equations", 674 | "input": "", 675 | "output": "Graphing quadratic equations AS process OF plotting points REPRESENTING solutions TO quadratic equation IN form ax^2 + bx + c = 0 && parabola==U-shaped curve RESULTING FROM graphing quadratic equation WITH vertex AS highest OR lowest point, AND axis of symmetry DIVIDING parabola INTO two congruent halves && vertex form, factored form, AND standard form AS different representations OF quadratic equations USED FOR graphing" 676 | }, 677 | { 678 | "instruction": "Explain trigonometric identities", 679 | "input": "", 680 | "output": "Trigonometric identities AS mathematical relationships BETWEEN trigonometric functions (sine, cosine, tangent, etc.) OF angles IN right triangles && Pythagorean identities==set OF trigonometric identities DERIVED FROM Pythagorean theorem (e.g., sin^2(x) + cos^2(x) = 1) && reciprocal, co-function, AND angle sum/difference identities AS additional types OF trigonometric identities USED FOR simplifying expressions AND solving equations" 681 | }, 682 | { 683 | "instruction": "Explain systems of linear equations", 684 | "input": "", 685 | "output": "Systems of linear equations AS collection OF linear equations INVOLVING same variables AND solved simultaneously TO find common solution && solution methods==[graphical, substitution, elimination, ... [METHODS]] USED TO determine intersection point OF linear equations REPRESENTING consistent systems && inconsistent systems==linear equation systems WITH no common solution AND dependent systems==linear equation systems WITH infinitely many solutions" 686 | }, 687 | { 688 | "instruction": "Explain power series solutions", 689 | "input": "", 690 | "output": "Power series solutions AS method FOR solving differential equations BY representing solution AS infinite series OF power functions && power series==sum OF terms IN form a_n(x-c)^n, WHERE a_n==coefficients, x==variable, AND c==center point && convergence==property OF power series WHERE sum APPROACHES finite value WITHIN specific interval && power series solutions USED FOR solving ordinary differential equations WITH variable coefficients OR nonhomogeneous equations" 691 | }, 692 | { 693 | "instruction": "Explain sampling distributions", 694 | "input": "", 695 | "output": "Sampling distributions AS probability distributions REPRESENTING statistics OF multiple samples FROM population && central limit theorem==principle STATING sampling distribution OF sample mean APPROACHES normal distribution AS sample size INCREASES, REGARDLESS OF shape OF population distribution && standard error==measure OF variability IN sampling distribution && sampling distributions USED FOR hypothesis testing, confidence intervals, AND other inferential statistics methods" 696 | }, 697 | { 698 | "instruction": "Explain polar coordinates", 699 | "input": "", 700 | "output": "Polar coordinates AS alternative coordinate system USING distance AND angle TO represent points IN two-dimensional space, WHERE (r, θ)==polar coordinates AND r==distance FROM origin, θ==angle measured counterclockwise FROM positive x-axis, USED IN various fields INCLUDING navigation, physics, AND engineering && conversion BETWEEN Cartesian AND polar coordinates possible" 701 | }, 702 | { 703 | "instruction": "Explain vectors", 704 | "input": "", 705 | "output": "Vectors AS mathematical objects REPRESENTING quantities WITH both magnitude AND direction, USED IN physics, engineering, AND geometry TO describe forces, velocities, AND displacements && vectors NOTATED as [a, b] OR (in 2D) AND [a, b, c] OR (in 3D) && vector operations==[addition, subtraction, scalar multiplication, ... [OPERATIONS]] ALLOWING manipulation AND analysis OF vectors" 706 | }, 707 | { 708 | "instruction": "Explain dot product", 709 | "input": "", 710 | "output": "Dot product AS scalar-valued operation BETWEEN two vectors, CALCULATED by multiplying corresponding components AND summing results, NOTATED as A ⋅ B OR A * B, USED TO find projection of one vector ONTO another, measure angle BETWEEN vectors, AND test orthogonality (perpendicularity) && commutative AND distributive properties APPLY" 711 | }, 712 | { 713 | "instruction": "Explain Cross product", 714 | "input": "", 715 | "output": "Cross product AS vector operation TAKING two vectors IN 3D space AND returning third vector PERPENDICULAR TO input vectors, USED in physics AND engineering TO find perpendicular directions && cross product formula==A x B = ||A|| ||B|| sin(θ) n, WHERE A AND B==input vectors, ||A|| AND ||B||==magnitudes of vectors, θ==angle BETWEEN vectors, AND n==unit vector PERPENDICULAR to A AND B" 716 | }, 717 | { 718 | "instruction": "Explain Matrices", 719 | "input": "", 720 | "output": "Matrices AS rectangular arrays OF numbers, symbols, OR expressions ARRANGED IN rows AND columns, USED IN linear algebra, computer graphics, AND data representation && matrix properties==size, rank, determinant, AND trace && matrix operations==[addition, subtraction, multiplication, ... [TYPES]] ALLOWING manipulation AND transformation of data" 721 | }, 722 | { 723 | "instruction": "Explain Operations on matrices", 724 | "input": "", 725 | "output": "Operations on matrices AS rules FOR combining, modifying, AND transforming matrices, INCLUDING [addition, subtraction, multiplication, scalar multiplication, ... [TYPES]] && matrix addition AND subtraction==element-wise operations, REQUIRING matrices WITH same dimensions && matrix multiplication==operation COMBINING matrices WITH compatible dimensions, RESULTING IN new matrix WITH combined information" 726 | }, 727 | { 728 | "instruction": "Explain Determinants", 729 | "input": "", 730 | "output": "Determinants AS scalar values ASSOCIATED WITH square matrices, USED TO determine invertibility, find eigenvalues, AND solve systems of linear equations && determinant properties==multiplicative, invariant under transpose, AND changing SIGN when rows OR columns are swapped && calculating determinants==using expansion by minors, cofactor expansion, OR Gaussian elimination" 731 | }, 732 | { 733 | "instruction": "Explain Systems of linear equations", 734 | "input": "", 735 | "output": "Systems of linear equations AS collections of equations INVOLVING multiple variables, WHERE each equation REPRESENTS a straight line, plane, OR hyperplane IN n-dimensional space && solving systems of linear equations==using [Gaussian elimination, substitution, Cramer's rule, ... [METHODS]] TO find values of variables SATISFYING all equations simultaneously && solutions of systems==unique, infinite, OR no solution, DEPENDING ON relationship BETWEEN equations" 736 | } 737 | ] 738 | --------------------------------------------------------------------------------