sources
Data license: CC-BY
2 rows where datasetId = 6081 sorted by id descending
This data as json, CSV (advanced)
Suggested facets: createdAt (date), updatedAt (date)
id ▲ | name | description | createdAt | updatedAt | datasetId | additionalInfo | link | dataPublishedBy |
---|---|---|---|---|---|---|---|---|
29988 | YouGov | { "link": "https://today.yougov.com/topics/politics/trackers/robot-intelligence", "retrievedDate": "2023-06-07", "additionalInfo": "\nBiannual tracker of Americans' concerns regarding robotic intelligence. Next update is in January. The provided results are weighted to ensure they are representative of the United States population across various demographic factors. The weighting is based on factors such as age, gender, race, education, region, political party affiliation, and income level. This weighting process helps to account for the diversity within the population and ensures that the results reflect a broader representation of the United States as a whole. Each wave comprises responses from 1004 - 1085 US Adults.\n\nRespondents were asked, \"Which ONE, if any, of the following statements do you MOST agree with\n\n\n- Most robots have already developed higher levels of intelligence than humans\n\n- None of these\n\n- Robots will be able to develop higher levels of intelligence than humans in the future\n\n- Robots will never be able to develop higher levels of intelligence than humans\n\n- Don't know\n", "dataPublishedBy": "YouGov (2023)" } |
2024-02-02 04:03:43 | 2024-02-02 04:03:46 | Robot intelligence survey (YouGov, June 2023) 6081 | Biannual tracker of Americans' concerns regarding robotic intelligence. Next update is in January. The provided results are weighted to ensure they are representative of the United States population across various demographic factors. The weighting is based on factors such as age, gender, race, education, region, political party affiliation, and income level. This weighting process helps to account for the diversity within the population and ensures that the results reflect a broader representation of the United States as a whole. Each wave comprises responses from 1004 - 1085 US Adults. Respondents were asked, "Which ONE, if any, of the following statements do you MOST agree with - Most robots have already developed higher levels of intelligence than humans - None of these - Robots will be able to develop higher levels of intelligence than humans in the future - Robots will never be able to develop higher levels of intelligence than humans - Don't know | https://today.yougov.com/topics/politics/trackers/robot-intelligence | YouGov (2023) |
29986 | YouGov | { "link": "https://today.yougov.com/topics/politics/trackers/robot-intelligence", "retrievedDate": "2023-06-07", "additionalInfo": "Biannual tracker of Americans' concerns regarding robotic intelligence. Next update is in January. The provided results are weighted to ensure they are representative of the United States population across various demographic factors. The weighting is based on factors such as age, gender, race, education, region, political party affiliation, and income level. This weighting process helps to account for the diversity within the population and ensures that the results reflect a broader representation of the United States as a whole. Each wave comprises responses from 1004 - 1085 US Adults.\n\nRespondents were asked, \"Which ONE, if any, of the following statements do you MOST agree with\n\n\n- Most robots have already developed higher levels of intelligence than humans\n\n- None of these\n\n- Robots will be able to develop higher levels of intelligence than humans in the future\n\n- Robots will never be able to develop higher levels of intelligence than humans\n\n- Don't know\n", "dataPublishedBy": "YouGov (2023)" } |
2024-02-02 04:03:43 | 2024-02-02 04:03:43 | Robot intelligence survey (YouGov, June 2023) 6081 | Biannual tracker of Americans' concerns regarding robotic intelligence. Next update is in January. The provided results are weighted to ensure they are representative of the United States population across various demographic factors. The weighting is based on factors such as age, gender, race, education, region, political party affiliation, and income level. This weighting process helps to account for the diversity within the population and ensures that the results reflect a broader representation of the United States as a whole. Each wave comprises responses from 1004 - 1085 US Adults. Respondents were asked, "Which ONE, if any, of the following statements do you MOST agree with - Most robots have already developed higher levels of intelligence than humans - None of these - Robots will be able to develop higher levels of intelligence than humans in the future - Robots will never be able to develop higher levels of intelligence than humans - Don't know | https://today.yougov.com/topics/politics/trackers/robot-intelligence | YouGov (2023) |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE "sources" ( "id" INTEGER PRIMARY KEY AUTOINCREMENT, "name" VARCHAR(512) NULL , "description" TEXT NOT NULL , "createdAt" DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP , "updatedAt" DATETIME NULL , "datasetId" INTEGER NULL, additionalInfo TEXT GENERATED ALWAYS as (JSON_EXTRACT(description, '$.additionalInfo')) VIRTUAL, link TEXT GENERATED ALWAYS as (JSON_EXTRACT(description, '$.link')) VIRTUAL, dataPublishedBy TEXT GENERATED ALWAYS as (JSON_EXTRACT(description, '$.dataPublishedBy')) VIRTUAL, FOREIGN KEY("datasetId") REFERENCES "datasets" ("id") ON UPDATE RESTRICT ON DELETE RESTRICT ); CREATE INDEX "sources_datasetId" ON "sources" ("datasetId");