API Endpoint for journals.

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

{
    "pk": 49630,
    "title": "Capturing User Intent through Integration of Item ID and Modality Information in Session Recommendation",
    "subtitle": null,
    "abstract": "Session-based recommendation aims to capture user intent from short-term, anonymous interaction sequences to recommend relevant items. From a cognitive science perspective, understanding user intent is closely tied to how humans process information, allocate attention, and make decisions under limited cognitive resources. While existing session-based methods mainly rely on ID-based modeling, such approaches face severe data sparsity and lack alignment with how users cognitively process information. Incorporating modality information can alleviate this issue. However, simple integration of ID and multimodal information often results in modality underfitting, limiting the effective use of multimodal features. To address these challenges, we propose SRIM(Session-based Recommendation with ID and Modality), a model that integrates ID and multimodal representations through a two-phase strategy: independent training followed by joint optimization. SRIM can better capture session-level intent by simulating users' actual perceptual contexts. Experiments on three real-world datasets demonstrate that SRIM significantly outperforms existing methods in session recommendation. The code for SRIM is available on GitHub {https://github.com/liang-tian-tian/SRIM}.",
    "language": "eng",
    "license": {
        "name": "",
        "short_name": "",
        "text": null,
        "url": ""
    },
    "keywords": [
        {
            "word": "Artificial Intelligence; Machine learning; Neural Networks"
        }
    ],
    "section": "Papers with Poster Presentation",
    "is_remote": true,
    "remote_url": "https://escholarship.org/uc/item/1f7779cw",
    "frozenauthors": [
        {
            "first_name": "Tiantian",
            "middle_name": "",
            "last_name": "Liang",
            "name_suffix": "",
            "institution": "Soochow University",
            "department": ""
        },
        {
            "first_name": "Zhe",
            "middle_name": "",
            "last_name": "Yang",
            "name_suffix": "",
            "institution": "Soochow University",
            "department": ""
        }
    ],
    "date_submitted": null,
    "date_accepted": null,
    "date_published": "2025-01-01T18:00:00Z",
    "render_galley": null,
    "galleys": [
        {
            "label": "PDF",
            "type": "pdf",
            "path": "https://journalpub.escholarship.org/cognitivesciencesociety/article/49630/galley/37592/download/"
        }
    ]
}