this post was submitted on 02 Jun 2023
7 points (100.0% liked)

Technology

34426 readers
357 users here now

This is the official technology community of Lemmy.ml for all news related to creation and use of technology, and to facilitate civil, meaningful discussion around it.


Ask in DM before posting product reviews or ads. All such posts otherwise are subject to removal.


Rules:

1: All Lemmy rules apply

2: Do not post low effort posts

3: NEVER post naziped*gore stuff

4: Always post article URLs or their archived version URLs as sources, NOT screenshots. Help the blind users.

5: personal rants of Big Tech CEOs like Elon Musk are unwelcome (does not include posts about their companies affecting wide range of people)

6: no advertisement posts unless verified as legitimate and non-exploitative/non-consumerist

7: crypto related posts, unless essential, are disallowed

founded 5 years ago
MODERATORS
 

Hello guys, I am a CS engineer and from time to time I see this term "Digital Humanities" thrown around. After a few internet search I still haven't understood.

Do you know what is it all about?

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 1 year ago (2 children)

Makes sense. But isn't something that a computer scientist can do anyway?

[–] [email protected] 2 points 1 year ago* (last edited 1 year ago)

There's been a lot of effort in creating intersectional degrees between CompSci and other fields. Yes a CS could do the analysis work, but they likely do not have the humanities driven education to construct the requirements for the analysis. Developing intersectional training can help develop a better bridge of understanding between the research design (i.e. the requirements) and the analysis or experiment design (i.e. the implementation). It's been a while since I was in school, but while I was leaving, this intersectional/interdisciplinary approach was growing in popularity, which led to the development of these sort of joint or dual degrees such as CS & Astronomy or Biology or Journalism.

[–] mapto 2 points 8 months ago

I work in the Digital Humanities and my experience is that typically Computer Science, Information Science and Data Science are not well prepared to work with Humanities data. Some commonplace challenges:

  • the methodologies used in the humanities like semiotics, phenomenology, etc. often do not allow for the level of formalisation that a computer science model would require
  • (probably a consequence of the above) data in the humanities is rarely quantitative and much more often qualitative, i.e. nominal and categorical if structured at all. That's why for example a lot of attention is paid recently to language models, but repeatedly we find out that these have undesirable (inadequate) biases
  • a particularly big issue is that historical data is much more scarce than data scientists would like, and often it is not digitised or digitised with poor quality. As a consequence established machine learning approaches cannot be trained

There's much more to it, but these are the most immediate challenges that come to my mind.