paper-with-me

홈 › Papers

Neural-DINF: A Neural Network based Framework for Measuring Document Influence

2020-07-01 · ACL 2020 6 · Jie Tan, Changlin Yang, Ying Li, Siliang Tang, Chen Huang, Yueting Zhuang

Measuring the scholarly impact of a document without citations is an important and challenging problem. Existing approaches such as Document Influence Model (DIM) are based on dynamic topic models, which only consider the word frequency change. In this paper, we use both frequency changes and word semantic shifts to measure document influence by developing a neural network framework. Our model has three steps. Firstly, we train the word embeddings for different time periods. Subsequently, we propose an unsupervised method to align vectors for different time periods. Finally, we compute the influence value of documents. Our experimental results show that our model outperforms DIM.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Topic ModelsWord Embeddings

Similar Papers 제목 키워드 기반

PyramidInfer: Pyramid KV Cache Compression for High-throughput LLM Inference

2024-05-21 · Dongjie Yang, Xiaodong Han, Yan Gao, Yao Hu 외

Large Language Models (LLMs) have shown remarkable comprehension abilities but face challenges in GPU memory usage during inference, hindering their scalability for real-time applications like chatbots. To accelerate inf…

GPU

dInfer: An Efficient Inference Framework for Diffusion Language Models

2025-10-09 · Yuxin Ma, Lun Du, Lanning Wei, Kun Chen 외 arxiv

Diffusion-based large language models (dLLMs) have emerged as a promising alternative to autoregressive (AR) LLMs, leveraging denoising-based generation to enable inherent parallelism. Even more and more open-sourced dLL…

Keyphrase Generation for Scientific Document Retrieval

2021-06-28 · ACL 2020 6 · Florian Boudin, Ygor Gallina, Akiko Aizawa

Sequence-to-sequence models have lead to significant progress in keyphrase generation, but it remains unknown whether they are reliable enough to be beneficial for document retrieval. This study provides empirical eviden…

Keyphrase GenerationRetrieval

HeadInfer: Memory-Efficient LLM Inference by Head-wise Offloading

2025-02-18 · Cheng Luo, Zefan Cai, Hanshi Sun, Jinqi Xiao 외

Transformer-based large language models (LLMs) demonstrate impressive performance in long context generation. Extending the context length has disproportionately shifted the memory footprint of LLMs during inference to t…

Computational EfficiencyCPUGPU

FusedInf: Efficient Swapping of DNN Models for On-Demand Serverless Inference Services on the Edge

2024-10-28 · Sifat Ut Taki, Arthi Padmanabhan, Spyridon Mastorakis

Edge AI computing boxes are a new class of computing devices that are aimed to revolutionize the AI industry. These compact and robust hardware units bring the power of AI processing directly to the source of data--on th…

GPU