paper-with-me

홈 › Papers

Controllable Citation Sentence Generation with Language Models

2022-11-14 · Nianlong Gu, Richard H. R. Hahnloser

Citation generation aims to generate a citation sentence that refers to a chosen paper in the context of a manuscript. However, a rigid citation generation process is at odds with an author's desire to control specific attributes, such as 1) the citation intent, e.g., either introducing background information or comparing results, and 2) keywords that should appear in the citation text. To provide these degrees of controllability during citation generation, we propose to integrate the manuscript context, the context of the referenced paper, and the desired control attributes into a structured template and use it to fine-tune a language model (LM) via next-token prediction. We then utilize Proximal Policy Optimization to directly optimize the LM in favor of a high score of our proposed controllability metric. The proposed workflow harmoniously combines citation attribute suggestion and conditional citation generation into one LM, allowing for better user control.

📄 PDF Abstract BibTeX arXiv:2211.07066

Code (1)

nianlonggu/lmcitegen 공식 구현 pytorch

Tasks

AttributeLanguage ModelingLanguage ModellingSentenceText Generation

Similar Papers 제목 키워드 기반

Citation Sentence Generation Leveraging the Content of Cited Papers

2022-10-01 · sdp (COLING) 2022 10 · Akito Arita, Hiroaki Sugiyama, Kohji Dohsaka, Rikuto Tanaka 외

We address automatic citation sentence generation, which reduces the burden on writing scientific papers. For highly accurate citation senetence generation, appropriate language must be learned using information such as …

ArticlesSentence

Verifiable Generation with Subsentence-Level Fine-Grained Citations

2024-06-10 · Shuyang Cao, Lu Wang

Verifiable generation requires large language models (LLMs) to cite source documents supporting their outputs, thereby improve output transparency and trustworthiness. Yet, previous work mainly targets the generation of …

SentenceSpecificity

ALiiCE: Evaluating Positional Fine-grained Citation Generation

2024-06-19 · Yilong Xu, Jinhua Gao, Xiaoming Yu, Baolong Bi 외

Large Language Models (LLMs) can enhance the credibility and verifiability by generating text with citations. However, existing tasks and evaluation methods are predominantly limited to sentence-level statement, neglecti…

Sentence

Concise and Sufficient Sub-Sentence Citations for Retrieval-Augmented Generation

2025-09-25 · Guo Chen, Qiuyuan Li, Qiuxian Li, Hongliang Dai 외 arxiv

In retrieval-augmented generation (RAG) question answering systems, generating citations for large language model (LLM) outputs enhances verifiability and helps users identify potential hallucinations. However, we observ…

Question Answering

Context-Enhanced Language Models for Generating Multi-Paper Citations

2024-04-22 · Avinash Anand, Kritarth Prasad, Ujjwal Goel, Mohit Gupta 외

Citation text plays a pivotal role in elucidating the connection between scientific documents, demanding an in-depth comprehension of the cited paper. Constructing citations is often time-consuming, requiring researchers…

Knowledge GraphsSentenceText Generation