API Endpoint for journals.

GET /api/articles/29298/?format=api
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "pk": 29298,
    "title": "Incorporating Semantic Constraints into Algorithms for Unsupervised Learningof Morphology",
    "subtitle": null,
    "abstract": "A key challenge in language acquisition is learning morphological transforms relating word roots to derived forms. Unsu-pervised learning algorithms can perform morphological segmentation by finding patterns in word strings (e.g. Goldsmith,2001), but struggle to distinguish valid segmentations from spurious ones because they look only at sequences of characters(or phonemes) and ignore meaning. For example, a system that correctly discovers ¡add -s¿ as a valid suffix from seeingdog, dogs, cat, cats, etc, might incorrectly infer that ¡add -et¿ is also a valid suffix from seeing bull, bullet, mall, mallet, etc.We propose that learners could avoid these errors with a simple semantic assumption: morphological transforms shouldapproximately preserve meaning. We extend an algorithm from Chan (2008) by integrating proximity in vector-spaceword embeddings as a criterion for valid transforms. On the Brown CHILDES corpus, we achieve both higher accuracyand broader coverage than the purely syntactic approach.",
    "language": "eng",
    "license": {
        "name": "",
        "short_name": "",
        "text": null,
        "url": ""
    },
    "keywords": [],
    "section": "Member Abstracts",
    "is_remote": true,
    "remote_url": "https://escholarship.org/uc/item/07v3x3q6",
    "frozenauthors": [
        {
            "first_name": "Abi",
            "middle_name": "",
            "last_name": "Tenenbaum",
            "name_suffix": "",
            "institution": "Commonwealth School",
            "department": ""
        },
        {
            "first_name": "Roger",
            "middle_name": "",
            "last_name": "Levy",
            "name_suffix": "",
            "institution": "Massachusetts Institute of Technology",
            "department": ""
        }
    ],
    "date_submitted": null,
    "date_accepted": null,
    "date_published": "2019-01-01T18:00:00Z",
    "render_galley": null,
    "galleys": [
        {
            "label": "PDF",
            "type": "pdf",
            "path": "https://journalpub.escholarship.org/cognitivesciencesociety/article/29298/galley/19169/download/"
        }
    ]
}