API Endpoint for journals.

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

{
    "pk": 24018,
    "title": "Mitigating Hallucinations in Large Language Models by Preprocessing Questions into Child-Comprehensible",
    "subtitle": null,
    "abstract": "Alongside the advancement of large language models (LLMs), attention towards their limitations and potential risks has also increased. One common issue is hallucination, which occurs when LLMs generate inaccurate or irrelevant answers, especially for complex sentences. To address this issue, we propose a novel question preprocessing method inspired by how young children comprehend complex sentences. Our method consists of two modules: (1) hierarchical clause annotation (HCA)-based sentence decomposition, which breaks down complex sentences into one-verb-centered clauses, and (2) abstract meaning representation (AMR)-based clause rewriting, which reformulates the clauses based on AMR into the child-comprehensible subject-verb-object (SVO) structure. We evaluate our method on the question-answering dataset, TruthfulQA, and show that it can improve the truthfulness and informativeness of widely-used LLMs, LLaMA-7B, and LLaMA-2-7B-chat, preventing from generating hallucinated answers. Moreover, our method is highly efficient, as it does not require any pre-training, fine-tuning, or invoking larger-scale models.",
    "language": "eng",
    "license": {
        "name": "",
        "short_name": "",
        "text": null,
        "url": ""
    },
    "keywords": [
        {
            "word": "Language understanding; Natural Language Processing; Semantics; Syntax; Large Language Models"
        }
    ],
    "section": "Papers with Poster Presentation",
    "is_remote": true,
    "remote_url": "https://escholarship.org/uc/item/0q04z5dh",
    "frozenauthors": [
        {
            "first_name": "Yunlong",
            "middle_name": "",
            "last_name": "Fan",
            "name_suffix": "",
            "institution": "Southeast University",
            "department": ""
        },
        {
            "first_name": "Bin",
            "middle_name": "",
            "last_name": "Li",
            "name_suffix": "",
            "institution": "Southeast University",
            "department": ""
        },
        {
            "first_name": "Zhiqiang",
            "middle_name": "",
            "last_name": "Gao",
            "name_suffix": "",
            "institution": "Southeast University",
            "department": ""
        }
    ],
    "date_submitted": null,
    "date_accepted": null,
    "date_published": "2024-01-01T18:00:00Z",
    "render_galley": null,
    "galleys": [
        {
            "label": "PDF",
            "type": "pdf",
            "path": "https://journalpub.escholarship.org/cognitivesciencesociety/article/24018/galley/13612/download/"
        },
        {
            "label": "PDF",
            "type": "pdf",
            "path": "https://journalpub.escholarship.org/cognitivesciencesociety/article/24018/galley/21367/download/"
        }
    ]
}