ScholarGate
助手

方法对比

并排查看您选择的方法;存在差异的行会高亮显示。

NLP中的常识推理×检索增强生成(RAG)×
领域文本挖掘文本挖掘
方法族Process / pipelineProcess / pipeline
起源年份2019 (landmark benchmarks)2020
提出者Sap et al. (ATOMIC, 2019); Zellers et al. (HellaSwag, 2019)Lewis, Patrick et al. (Meta AI / Facebook AI Research)
类型NLP reasoning taskHybrid retrieval + generation pipeline
开创性文献Sap, M. et al. (2019). ATOMIC: An Atlas of Machine Commonsense for If-Then Reasoning. AAAI. link ↗Lewis, P. et al. (2020). Retrieval-Augmented Generation for Knowledge-Intensive NLP Tasks. Advances in Neural Information Processing Systems (NeurIPS), 33, 9459-9474. DOI ↗
别名commonsense NLP, if-then reasoning, Sağduyu Akıl Yürütme (Commonsense Reasoning)RAG, retrieval-augmented LLM, grounded generation, Erişim Destekli Metin Üretimi (RAG)
相关67
摘要Commonsense reasoning in NLP refers to the capacity of a language model or inference system to draw on implicit, world-knowledge facts that humans take for granted — facts not stated in the text — to answer questions, complete stories, or interpret dialogue. Landmark benchmarks formalising the task include ATOMIC (Sap et al., 2019), an if-then commonsense knowledge graph, and HellaSwag (Zellers et al., 2019), a sentence-completion challenge that exposed gaps in machine understanding of everyday events.Retrieval-Augmented Generation (RAG) is a natural-language-processing pipeline introduced by Lewis et al. in 2020 that strengthens a large language model (LLM) with evidence fetched at inference time from an external knowledge base. Instead of relying solely on what a model memorised during training, RAG first retrieves the most relevant passages from a document index and then hands those passages to the LLM as context, grounding the generated answer in verifiable, up-to-date information. The approach reduces hallucination and allows domain-specific or time-sensitive knowledge to be injected without retraining the model.
ScholarGate数据集
  1. v1
  2. 2 来源
  3. PUBLISHED
  1. v1
  2. 2 来源
  3. PUBLISHED

前往搜索 下载幻灯片

ScholarGate方法对比: Commonsense Reasoning · Retrieval-Augmented Generation. 于 2026-06-18 检索自 https://scholargate.app/zh/compare