The dataset viewer is not available for this split.
Error code: StreamingRowsError
Exception: CastError
Message: Couldn't cast
a_priori_knowledge: struct<yes: double, no: double, other: double>
child 0, yes: double
child 1, no: double
child 2, other: double
abstract_objects: struct<platonism: double, nominalism: double, other: double>
child 0, platonism: double
child 1, nominalism: double
child 2, other: double
aesthetic_value: struct<objective: double, subjective: double, other: double>
child 0, objective: double
child 1, subjective: double
child 2, other: double
aim_of_philosophy: struct<truth_knowledge: double, understanding: double, wisdom: double, happiness: double, goodness_j (... 30 chars omitted)
child 0, truth_knowledge: double
child 1, understanding: double
child 2, wisdom: double
child 3, happiness: double
child 4, goodness_justice: double
child 5, other: double
analytic_synthetic_distinction: struct<yes: double, no: double, other: double>
child 0, yes: double
child 1, no: double
child 2, other: double
eating_animals_and_animal_products: struct<omnivorism: double, vegetarianism: double, veganism: double, other: double>
child 0, omnivorism: double
child 1, vegetarianism: double
child 2, veganism: double
child 3, other: double
epistemic_justification: struct<internalism: double, externalism: double, other: double>
child 0, internalism: double
child 1, externalism: double
child 2, other: double
experience_machine: struct<yes: double, no: double, other: double>
child 0, yes: double
child 1, no: double
child 2, other: double
external_world
...
reject: double
child 1, cats: struct<reject: double>
child 0, reject: double
child 2, fish: struct<reject: double>
child 0, reject: double
child 3, flies: struct<reject: double>
child 0, reject: double
child 4, worms: struct<reject: double>
child 0, reject: double
child 5, plants: struct<reject: double>
child 0, reject: double
child 6, particles: struct<reject: double>
child 0, reject: double
child 7, newborn_babies: struct<reject: double>
child 0, reject: double
child 8, current_ai_systems: struct<reject: double>
child 0, reject: double
child 9, future_ai_systems: struct<reject: double>
child 0, reject: double
child 10, other: double
philosophical_methods: struct<conceptual_analysis: struct<reject: double>, conceptual_engineering: struct<reject: double>, (... 251 chars omitted)
child 0, conceptual_analysis: struct<reject: double>
child 0, reject: double
child 1, conceptual_engineering: struct<reject: double>
child 0, reject: double
child 2, empirical_philosophy: struct<reject: double>
child 0, reject: double
child 3, experimental_philosophy: struct<reject: double>
child 0, reject: double
child 4, formal_philosophy: struct<reject: double>
child 0, reject: double
child 5, intuition_based_philosophy: struct<reject: double>
child 0, reject: double
child 6, linguistic_philosophy: struct<reject: double>
child 0, reject: double
child 7, other: double
to
{'a_priori_knowledge': Value('float32'), 'abstract_objects': Value('float32'), 'aesthetic_value': Value('float32'), 'aim_of_philosophy': Value('float32'), 'analytic_synthetic_distinction': Value('float32'), 'eating_animals_and_animal_products': Value('float32'), 'epistemic_justification': Value('float32'), 'experience_machine': Value('float32'), 'external_world': Value('float32'), 'footbridge': Value('float32'), 'free_will': Value('float32'), 'gender': Value('float32'), 'god': Value('float32'), 'knowledge_claims': Value('float32'), 'knowledge': Value('float32'), 'laws_of_nature': Value('float32'), 'logic': Value('float32'), 'meaning_of_life': Value('float32'), 'mental_content': Value('float32'), 'meta_ethics': Value('float32'), 'metaphilosophy': Value('float32'), 'mind': Value('float32'), 'moral_judgment': Value('float32'), 'moral_motivation': Value('float32'), 'newcombs_problem': Value('float32'), 'normative_ethics': Value('float32'), 'perceptual_experience': Value('float32'), 'personal_identity': Value('float32'), 'philosophical_progress': Value('float32'), 'political_philosophy': Value('float32'), 'proper_names': Value('float32'), 'race': Value('float32'), 'science': Value('float32'), 'teletransporter': Value('float32'), 'time': Value('float32'), 'trolley_problem': Value('float32'), 'truth': Value('float32'), 'vagueness': Value('float32'), 'zombies': Value('float32'), 'philosophical_methods': Value('float32')}
because column names don't match
Traceback: Traceback (most recent call last):
File "/src/services/worker/src/worker/utils.py", line 147, in get_rows_or_raise
return get_rows(
dataset=dataset,
...<4 lines>...
column_names=column_names,
)
File "/src/libs/libcommon/src/libcommon/utils.py", line 272, in decorator
return func(*args, **kwargs)
File "/src/services/worker/src/worker/utils.py", line 127, in get_rows
rows_plus_one = list(itertools.islice(safe_iter(ds, dataset=dataset), rows_max_number + 1))
File "/src/services/worker/src/worker/utils.py", line 483, in safe_iter
yield from ds.decode(False) if ds.features else ds
File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 2840, in __iter__
for key, example in ex_iterable:
^^^^^^^^^^^
File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 2373, in __iter__
for key, pa_table in self._iter_arrow():
~~~~~~~~~~~~~~~~^^
File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 2398, in _iter_arrow
for key, pa_table in self.ex_iterable._iter_arrow():
~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 536, in _iter_arrow
for key, pa_table in iterator:
^^^^^^^^
File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 419, in _iter_arrow
for key, pa_table in self.generate_tables_fn(**gen_kwags):
~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^
File "/usr/local/lib/python3.14/site-packages/datasets/packaged_modules/json/json.py", line 343, in _generate_tables
self._cast_table(pa_table, json_field_paths=json_field_paths),
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.14/site-packages/datasets/packaged_modules/json/json.py", line 132, in _cast_table
pa_table = table_cast(pa_table, self.info.features.arrow_schema)
File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 2378, in table_cast
return cast_table_to_schema(table, schema)
File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 2306, in cast_table_to_schema
raise CastError(
...<3 lines>...
)
datasets.table.CastError: Couldn't cast
a_priori_knowledge: struct<yes: double, no: double, other: double>
child 0, yes: double
child 1, no: double
child 2, other: double
abstract_objects: struct<platonism: double, nominalism: double, other: double>
child 0, platonism: double
child 1, nominalism: double
child 2, other: double
aesthetic_value: struct<objective: double, subjective: double, other: double>
child 0, objective: double
child 1, subjective: double
child 2, other: double
aim_of_philosophy: struct<truth_knowledge: double, understanding: double, wisdom: double, happiness: double, goodness_j (... 30 chars omitted)
child 0, truth_knowledge: double
child 1, understanding: double
child 2, wisdom: double
child 3, happiness: double
child 4, goodness_justice: double
child 5, other: double
analytic_synthetic_distinction: struct<yes: double, no: double, other: double>
child 0, yes: double
child 1, no: double
child 2, other: double
eating_animals_and_animal_products: struct<omnivorism: double, vegetarianism: double, veganism: double, other: double>
child 0, omnivorism: double
child 1, vegetarianism: double
child 2, veganism: double
child 3, other: double
epistemic_justification: struct<internalism: double, externalism: double, other: double>
child 0, internalism: double
child 1, externalism: double
child 2, other: double
experience_machine: struct<yes: double, no: double, other: double>
child 0, yes: double
child 1, no: double
child 2, other: double
external_world
...
reject: double
child 1, cats: struct<reject: double>
child 0, reject: double
child 2, fish: struct<reject: double>
child 0, reject: double
child 3, flies: struct<reject: double>
child 0, reject: double
child 4, worms: struct<reject: double>
child 0, reject: double
child 5, plants: struct<reject: double>
child 0, reject: double
child 6, particles: struct<reject: double>
child 0, reject: double
child 7, newborn_babies: struct<reject: double>
child 0, reject: double
child 8, current_ai_systems: struct<reject: double>
child 0, reject: double
child 9, future_ai_systems: struct<reject: double>
child 0, reject: double
child 10, other: double
philosophical_methods: struct<conceptual_analysis: struct<reject: double>, conceptual_engineering: struct<reject: double>, (... 251 chars omitted)
child 0, conceptual_analysis: struct<reject: double>
child 0, reject: double
child 1, conceptual_engineering: struct<reject: double>
child 0, reject: double
child 2, empirical_philosophy: struct<reject: double>
child 0, reject: double
child 3, experimental_philosophy: struct<reject: double>
child 0, reject: double
child 4, formal_philosophy: struct<reject: double>
child 0, reject: double
child 5, intuition_based_philosophy: struct<reject: double>
child 0, reject: double
child 6, linguistic_philosophy: struct<reject: double>
child 0, reject: double
child 7, other: double
to
{'a_priori_knowledge': Value('float32'), 'abstract_objects': Value('float32'), 'aesthetic_value': Value('float32'), 'aim_of_philosophy': Value('float32'), 'analytic_synthetic_distinction': Value('float32'), 'eating_animals_and_animal_products': Value('float32'), 'epistemic_justification': Value('float32'), 'experience_machine': Value('float32'), 'external_world': Value('float32'), 'footbridge': Value('float32'), 'free_will': Value('float32'), 'gender': Value('float32'), 'god': Value('float32'), 'knowledge_claims': Value('float32'), 'knowledge': Value('float32'), 'laws_of_nature': Value('float32'), 'logic': Value('float32'), 'meaning_of_life': Value('float32'), 'mental_content': Value('float32'), 'meta_ethics': Value('float32'), 'metaphilosophy': Value('float32'), 'mind': Value('float32'), 'moral_judgment': Value('float32'), 'moral_motivation': Value('float32'), 'newcombs_problem': Value('float32'), 'normative_ethics': Value('float32'), 'perceptual_experience': Value('float32'), 'personal_identity': Value('float32'), 'philosophical_progress': Value('float32'), 'political_philosophy': Value('float32'), 'proper_names': Value('float32'), 'race': Value('float32'), 'science': Value('float32'), 'teletransporter': Value('float32'), 'time': Value('float32'), 'trolley_problem': Value('float32'), 'truth': Value('float32'), 'vagueness': Value('float32'), 'zombies': Value('float32'), 'philosophical_methods': Value('float32')}
because column names don't matchNeed help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
Dataset Card for PhilPapers Survey 2020
The PhilPapers Survey 2020 dataset contains the results of a survey conducted among professional philosophers on various philosophical topics.
This JSON file is offered as a more accessible format for analyzing the survey results and exploring philosophical trends, in addition to the published paper.
The data is published here with direct permission from PhilPapers.org, and shared exclusively for non-commercial use.
Dataset Details
Dataset Description
The PhilPapers Survey 2020 dataset is a collection of survey responses from professional philosophers on a wide range of philosophical topics, such as epistemology, metaphysics, ethics, and more. The survey was conducted by the PhilPapers website in 2020 to gather insights into the views and opinions of contemporary philosophers.
- JSON file created by: Greyson Jenkins
- Original data collected by: David Bourget and David J. Chalmers
- Survey funded by: PhilPapers, ANU Centre for Consciousness, and the John Templeton Foundation
- Language(s) (NLP): English
- License: CC BY-NC 4.0
Dataset Sources
- Paper: Bourget, D. & Chalmers, D. J., (2023) "Philosophers on Philosophy: The 2020 PhilPapers Survey", Philosophers' Imprint 23: 11. doi: https://doi.org/10.3998/phimp.2109
Uses
Direct Use
The PhilPapers Survey 2020 dataset can be used for various purposes, such as:
- Analyzing the views and opinions of contemporary philosophers on different philosophical topics.
- Comparing the results with previous PhilPapers surveys to identify trends and shifts in philosophical thought.
- Conducting research on the current state of philosophy and the distribution of philosophical views among professionals.
Commercial use of the dataset is strictly prohibited.
Out-of-Scope Use
The dataset should not be used to make generalizations about the views of all philosophers, as the survey sample is limited to professional philosophers who chose to participate. The dataset also does not provide a comprehensive overview of all philosophical topics and may not capture the full diversity of philosophical perspectives.
Dataset Structure
The dataset is provided in a JSON format, with each key-value pair representing a philosophical question and the corresponding percentage of responses for each answer option. The questions cover various philosophical topics, and the answer options typically include specific philosophical positions or stances.
Dataset Creation
Curation Rationale
The PhilPapers Survey 2020 was conducted to gather up-to-date information on the views and opinions of professional philosophers across a wide range of philosophical topics. The survey results provide valuable insights into the current state of philosophy and can serve as a resource for researchers, students, and anyone interested in contemporary philosophical thought.
Data Collection and Processing
The survey data was collected through an online questionnaire administered by the PhilPapers website. Professional philosophers were invited to participate in the survey, and their responses were recorded and anonymized. The collected data was then processed and aggregated to calculate the percentage of responses for each answer option.
The survey was open to professional philosophers from 15 October 2020 to 16 November 2020. Invitations were sent to 7,685 individuals in two groups: one group from Australia, Canada, Ireland, New Zealand, the UK, and the US (6,112 philosophers), and a second group for all remaining countries (1,573 philosophers) 1,785 responses were received, yielding a response rate of 23.2%.
Who are the source data producers?
The source data producers are the professional philosophers who participated in the PhilPapers Survey 2020. The survey was open to philosophers from various backgrounds and institutions worldwide, with a focus on those with faculty positions or PhDs in philosophy.
The survey's target population primarily consists of English-publishing philosophers (defined as individuals with one or more English-language publications in the PhilPapers database).
Personal and Sensitive Information
The dataset does not contain any personal or sensitive information about the survey participants. The responses are anonymized and aggregated to protect the privacy of the individuals involved.
Bias, Risks, and Limitations
The PhilPapers Survey 2020 dataset has some limitations and potential biases to consider:
- The survey sample is limited to professional philosophers who chose to participate, which may not be representative of all philosophers or philosophical views.
- The selection of questions and answer options may not cover all relevant philosophical topics or perspectives.
- The aggregated nature of the data limits the ability to perform granular analyses or draw conclusions about individual respondents.
Recommendations
Users should be aware of the limitations and potential biases of the dataset when interpreting and drawing conclusions from the survey results. The dataset should be used in conjunction with other sources and methods to gain a comprehensive understanding of philosophical views and trends.
Citation
BibTeX:
@article{bourgetchalmers2023,
title={Philosophers on Philosophy: The 2020 PhilPapers Survey},
author={Bourget, David and Chalmers, David J.},
journal={Philosophers' Imprint},
volume={23},
number={11},
year={2023},
doi={10.3998/phimp.2109}
}
APA: Bourget, D. & Chalmers, D. J., (2023) "Philosophers on Philosophy: The 2020 PhilPapers Survey", Philosophers' Imprint 23: 11. doi: https://doi.org/10.3998/phimp.2109
More Information
For more information about the PhilPapers Survey 2020 and its methodology, please refer to the original paper: Bourget, D. & Chalmers, D. J., (2023) "Philosophers on Philosophy: The 2020 PhilPapers Survey", Philosophers' Imprint 23: 11. doi: https://doi.org/10.3998/phimp.2109
Alternatively, you can view the paper in your browser here, or visit the original survey page here.
Dataset Card Author
Dataset Contact
Email Greyson Jenkins
- Downloads last month
- 69