This REST API provides programmatic access to all research aspects of this OCHRE site, subject to the same authentication and permissions checks that govern the web interface.
GET /api/article/4/
HTTP 200 OK
	  Allow: GET, PATCH, DELETE, HEAD, OPTIONS
	  Content-Type: application/json
	  Vary: Accept
	  
	{
    "title": "Prof. Lippincott presents survey of recent published scholarship and fledgling investigations at DSAI colloquium",
    "abstract": "",
    "content": "Prof. Lippincott, director of the CDH, presented an overview of recently-published research ([Slide deck](https://cdh.jhu.edu/media/user_uploads/DSAI_sketches.pdf)) to a mixed audience of computational and humanistic faculty.  The papers, to be published in the proceedings of the flagship conference for the computational humanities ([LaTeCH@EACL](https://sighum.wordpress.com/events/latech-clfl-2024/)), include insights into:\r\n\r\n* [Effects of the early Christian church on the semantics of Classical Latin](https://arxiv.org/abs/2401.13905), revealing two opposed distributional shifts as the early Church sought to radically adapt specific vocabulary while also consolidating into a standard orthodoxy.\r\n* [Literary representation of demographics using orthographic variation in 19th century literature](https://arxiv.org/abs/2401.15068) and its relationship to \"in-the-wild\" linguistic variation, as represented in LLMs.\r\n* [Discovery and structural analysis of the historical record from an invisible language community](https://arxiv.org/abs/2401.14569) of Armeno-Turkish residents of the late Ottoman Empire.\r\n\r\nThe colloquium ended with a brief survey of nascent research questions: \r\n\r\n* Translating literature requires particular attention to the many ways that one text can refer to another, collectively known as \"inter-textuality\".  How well do machine translation models preserve these relationships, what can be done to improve this, and how can the measured relationships add to our understanding of literary theory and history?\r\n* Poetic meter, or the patterns of stressed syllables, is typically described in a standard vocabulary (\"iamb\", \"foot\", \"caesura\", etc).  To what extent are these natural concepts?  By training a model that has minimal assumptions but can expand to capture patterns in the data, comparison can be made between human intuitions and concepts derived *de novo* from the materials.\r\n\r\nThe CDH pursues computational approaches to domains, questions, and debates from the traditional humanities, such as English, History, and Modern Languages, drawing heavily on its affiliations with machine learning and natural language processing in Computer Science.  \"The hallmark of our research is the ability to move productively between computation and humanistic interpretation\", says Lippincott.  \"This relies on scholars with a sophisticated understanding of both, and these papers reflect our early success at building that cohort.\"",
    "ordering": 0,
    "thumbnail": null,
    "date": "2024-02-22",
    "people": [
        "https://cdh.jhu.edu/api/user/2/"
    ],
    "researchprojects": [
        "https://cdh.jhu.edu/api/researchproject/8/",
        "https://cdh.jhu.edu/api/researchproject/9/",
        "https://cdh.jhu.edu/api/researchproject/10/",
        "https://cdh.jhu.edu/api/researchproject/11/"
    ],
    "courses": [],
    "researchartifacts": [
        "https://cdh.jhu.edu/api/researchartifact/59/",
        "https://cdh.jhu.edu/api/researchartifact/60/",
        "https://cdh.jhu.edu/api/researchartifact/61/"
    ],
    "name": "dsai_survey",
    "url": "https://cdh.jhu.edu/api/article/4/",
    "creator_url": "https://cdh.jhu.edu/api/user/2/",
    "permissions_url": "/api/article/permissions/4/",
    "id": 4
}