نتایج جستجو برای: collective intentionality

تعداد نتایج: 57190  

Journal: :Philosophy of the Social Sciences 2021

This paper argues for theoretical modeling and model-construction as central (but not necessarily the only) types of activities that philosophers social ontology (in analytic tradition) engage in. claim is defended through a detailed case study revisionary interpretation Raimo Tuomela’s account we-perspective. My grounded in Ronald Giere’s scientific models, argued to be compatible with, but le...

Journal: :The British journal of social psychology 2012
Jamie S Hughes David Trafimow

In two studies, we predicted and found that inferences about motive and character influence intentionality attributions about foreseeable consequences of action (i.e., side effects). First, we show that inferences about intentionality are greater for good side effects than bad side effects when a target person's character is described positively. In Study 2, we manipulated information about a t...

2013
Michael Tomasello Alicia P. Melis Claudio Tennie Emily Wyman Esther Herrmann Alicia Melis

Modern theories of the evolution of human cooperation focus mainly on altruism. In contrast, we propose that humans’ species-unique forms of cooperation—as well as their species-unique forms of cognition, communication, and social life—all derive from mutualistic collaboration (with social selection against cheaters). In a first step, humans became obligate collaborative foragers such that indi...

2003
URIAH KRIEGEL

It is often assumed that consciousness and intentionality are two mutually independent aspects of mental life. When the assumption is denounced, it usually gives way to the claim that consciousness is somehow dependent upon intentionality. The possibility that intentionality may be dependent upon consciousness is rarely entertained. Recently, however, John Searle and Colin McGinn have argued fo...

Journal: :Personality & social psychology bulletin 2010
Steve Guglielmo Bertram F Malle

Can an event's blameworthiness distort whether people see it as intentional? In controversial recent studies, people judged a behavior's negative side effect intentional even though the agent allegedly had no desire for it to occur. Such a judgment contradicts the standard assumption that desire is a necessary condition of intentionality, and it raises concerns about assessments of intentionali...

Journal: :Cognitive Systems Research 2006
Luca Tummolini Cristiano Castelfranchi

Many remember an Iron Lady claiming that there is no such thing as society but only individuals. Considerably less, we assume, are also aware that the same Lady granted existence also to families, and hence by extension to groups. If this Lady were a social philosopher, she could have continued her inquiry wondering whether families and groups, like individuals, can have intentional states. Can...

2005
Robert A. Wilson

This paper attempts to do two things. First, it recounts the problem of intentionality, as it has typically been conceptualized, and argues that it needs to be reconceptualized in light of the radical form of externalism most commonly referred to as the extended mind thesis. Second, it provides an explicit, novel argument for that thesis, what I call the argument from meaning making, and offers...

2013
Jason Shepard Phillip Wolff

The results from a number of recent studies suggest that ascriptions of intentionality are based on evaluative considerations: specifically, that the likelihood of viewing a person’s actions as intentional is greater when the outcome is bad than good (see Knobe, 2006, 2010). In this research we provide an alternative explanation for these findings, one based on the idea that ascriptions of inte...

Journal: :Sustainability 2022

The need to adapt climate change brings about moral concerns that according ‘eco-centric’ critiques cannot be resolved by modernist ethics, as this takes humans the only beings capable of intentionality and rationality. However, if rationality are reconsidered ‘counterfactual hypotheses’ it becomes possible align ethics with eco-centric approaches. These counterfactual hypotheses guide developm...

Journal: :Review of Omsk State Pedagogical University. Humanitarian research 2020

نمودار تعداد نتایج جستجو در هر سال

با کلیک روی نمودار نتایج را به سال انتشار فیلتر کنید

function paginate(evt) { url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term pg=parseInt(evt.target.text) var data={ "year":filter_year, "term":term, "pgn":pg } filtered_res=post_and_fetch(data,url) window.scrollTo(0,0); } function update_search_meta(search_meta) { meta_place=document.getElementById("search_meta_data") term=search_meta.term active_pgn=search_meta.pgn num_res=search_meta.num_res num_pages=search_meta.num_pages year=search_meta.year meta_place.dataset.term=term meta_place.dataset.page=active_pgn meta_place.dataset.num_res=num_res meta_place.dataset.num_pages=num_pages meta_place.dataset.year=year document.getElementById("num_result_place").innerHTML=num_res if (year !== "unfilter"){ document.getElementById("year_filter_label").style="display:inline;" document.getElementById("year_filter_place").innerHTML=year }else { document.getElementById("year_filter_label").style="display:none;" document.getElementById("year_filter_place").innerHTML="" } } function update_pagination() { search_meta_place=document.getElementById('search_meta_data') num_pages=search_meta_place.dataset.num_pages; active_pgn=parseInt(search_meta_place.dataset.page); document.getElementById("pgn-ul").innerHTML=""; pgn_html=""; for (i = 1; i <= num_pages; i++){ if (i===active_pgn){ actv="active" }else {actv=""} pgn_li="
  • " +i+ "
  • "; pgn_html+=pgn_li; } document.getElementById("pgn-ul").innerHTML=pgn_html var pgn_links = document.querySelectorAll('.mypgn'); pgn_links.forEach(function(pgn_link) { pgn_link.addEventListener('click', paginate) }) } function post_and_fetch(data,url) { showLoading() xhr = new XMLHttpRequest(); xhr.open('POST', url, true); xhr.setRequestHeader('Content-Type', 'application/json; charset=UTF-8'); xhr.onreadystatechange = function() { if (xhr.readyState === 4 && xhr.status === 200) { var resp = xhr.responseText; resp_json=JSON.parse(resp) resp_place = document.getElementById("search_result_div") resp_place.innerHTML = resp_json['results'] search_meta = resp_json['meta'] update_search_meta(search_meta) update_pagination() hideLoading() } }; xhr.send(JSON.stringify(data)); } function unfilter() { url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term var data={ "year":"unfilter", "term":term, "pgn":1 } filtered_res=post_and_fetch(data,url) } function deactivate_all_bars(){ var yrchart = document.querySelectorAll('.ct-bar'); yrchart.forEach(function(bar) { bar.dataset.active = false bar.style = "stroke:#71a3c5;" }) } year_chart.on("created", function() { var yrchart = document.querySelectorAll('.ct-bar'); yrchart.forEach(function(check) { check.addEventListener('click', checkIndex); }) }); function checkIndex(event) { var yrchart = document.querySelectorAll('.ct-bar'); var year_bar = event.target if (year_bar.dataset.active == "true") { unfilter_res = unfilter() year_bar.dataset.active = false year_bar.style = "stroke:#1d2b3699;" } else { deactivate_all_bars() year_bar.dataset.active = true year_bar.style = "stroke:#e56f6f;" filter_year = chart_data['labels'][Array.from(yrchart).indexOf(year_bar)] url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term var data={ "year":filter_year, "term":term, "pgn":1 } filtered_res=post_and_fetch(data,url) } } function showLoading() { document.getElementById("loading").style.display = "block"; setTimeout(hideLoading, 10000); // 10 seconds } function hideLoading() { document.getElementById("loading").style.display = "none"; } -->