中文
相关论文

相关论文: Luandri: a Clean Lua Interface to the Indri Search…

200 篇论文

Natural Language Inference (NLI) task requires an agent to determine the logical relationship between a natural language premise and a natural language hypothesis. We introduce Interactive Inference Network (IIN), a novel class of neural…

计算与语言 · 计算机科学 2018-05-29 Yichen Gong , Heng Luo , Jian Zhang

There are tools to ease the 2D/3D graphics development for programmers. Sometimes, these are not directly accessible for all users requiring commercial licenses or based on trials, or long learning periods before to use them. In the modern…

编程语言 · 计算机科学 2020-04-22 Amaro Duarte , Esmitt Ramirez

Large language models (LLMs) have demonstrated impressive capabilities in various natural language processing tasks. Despite this, their application to information retrieval (IR) tasks is still challenging due to the infrequent occurrence…

计算与语言 · 计算机科学 2024-05-29 Yutao Zhu , Peitian Zhang , Chenghao Zhang , Yifei Chen , Binyu Xie , Zheng Liu , Ji-Rong Wen , Zhicheng Dou

MaRDI Open Interfaces is a software project aimed at improving reuse and interoperability in Scientific Computing by alleviating the difficulties of crossing boundaries between different programming languages, in which numerical packages…

数学软件 · 计算机科学 2025-11-18 Dmitry I. Kabanov , Stephan Rave , Mario Ohlberger

The rise of neural network-based machine learning ushered in high-level libraries, including TensorFlow and PyTorch, to support their functionality. Computational fluid dynamics (CFD) researchers have benefited from this trend and produced…

流体动力学 · 物理学 2024-01-19 Ajay Bati , Spencer H. Bryngelson

The constant introduction of standardized benchmarks in the literature has helped accelerating the recent advances in meta-learning research. They offer a way to get a fair comparison between different algorithms, and the wide range of…

机器学习 · 计算机科学 2019-09-17 Tristan Deleu , Tobias Würfl , Mandana Samiei , Joseph Paul Cohen , Yoshua Bengio

Deep Neural Networks (DNN) have become a central method in ecology. Most current deep learning (DL) applications rely on one of the major deep learning frameworks, in particular Torch or TensorFlow, to build and train DNN. Using these…

机器学习 · 计算机科学 2024-01-25 Christian Amesoeder , Florian Hartig , Maximilian Pichler

Many leading language models (LMs) use high-intensity computational resources both during training and execution. This poses the challenge of lowering resource costs for deployment and faster execution of decision-making tasks among others.…

机器学习 · 计算机科学 2024-06-06 Zhixun Chen , Yali Du , David Mguni

Reviewing the literature to understand relevant threads of past work is a critical part of research and vehicle for learning. However, as the scientific literature grows the challenges for users to find and make sense of the many different…

人机交互 · 计算机科学 2022-08-17 Hyeonsu B. Kang , Joseph Chee Chang , Yongsung Kim , Aniket Kittur

We introduce torchbearer, a model fitting library for pytorch aimed at researchers working on deep learning or differentiable programming. The torchbearer library provides a high level metric and callback API that can be used for a wide…

机器学习 · 计算机科学 2018-09-11 Ethan Harris , Matthew Painter , Jonathon Hare

The research field of Information Retrieval (IR) has evolved significantly, expanding beyond traditional search to meet diverse user information needs. Recently, Large Language Models (LLMs) have demonstrated exceptional capabilities in…

Objective: Information retrieval (IR, also known as search) systems are ubiquitous in modern times. How does the emergence of generative artificial intelligence (AI), based on large language models (LLMs), fit into the IR process? Process:…

信息检索 · 计算机科学 2025-01-20 William R. Hersh

DeepSearch paradigms have become a core enabler for deep reasoning models, allowing them to invoke external search tools to access up-to-date, domain-specific knowledge beyond parametric boundaries, thereby enhancing the depth and factual…

人工智能 · 计算机科学 2025-12-11 Hengzhi Lan , Yue Yu , Li Qian , Li Peng , Jie Wu , Wei Liu , Jian Luan , Ting Bai

LightNet is a lightweight, versatile and purely Matlab-based deep learning framework. The idea underlying its design is to provide an easy-to-understand, easy-to-use and efficient computational platform for deep learning research. The…

机器学习 · 计算机科学 2016-08-03 Chengxi Ye , Chen Zhao , Yezhou Yang , Cornelia Fermuller , Yiannis Aloimonos

Large Language Models (LLMs) are foundational in language technologies, particularly in information retrieval (IR). Previous studies have utilized LLMs for query expansion, achieving notable improvements in IR. In this paper, we thoroughly…

信息检索 · 计算机科学 2024-07-02 Le Zhang , Yihong Wu , Qian Yang , Jian-Yun Nie

Cross-lingual information retrieval (CLIR) addresses the challenge of retrieving relevant documents written in languages different from that of the original query. Research in this area has typically framed the task as monolingual retrieval…

信息检索 · 计算机科学 2025-10-02 Roksana Goworek , Olivia Macmillan-Scott , Eda B. Özyiğit

We introduce Ivy, a templated Deep Learning (DL) framework which abstracts existing DL frameworks. Ivy unifies the core functions of these frameworks to exhibit consistent call signatures, syntax and input-output behaviour. New high-level…

机器学习 · 计算机科学 2021-04-06 Daniel Lenton , Fabio Pardo , Fabian Falck , Stephen James , Ronald Clark

We present TorchCraft, a library that enables deep learning research on Real-Time Strategy (RTS) games such as StarCraft: Brood War, by making it easier to control these games from a machine learning framework, here Torch. This white paper…

RTNeural is a neural inferencing library written in C++. RTNeural is designed to be used in systems with hard real-time constraints, with additional emphasis on speed, flexibility, size, and convenience. The motivation and design of the…

音频与语音处理 · 电气工程与系统科学 2021-06-08 Jatin Chowdhury

Millions of repetitive code snippets are submitted to code repositories every day. To search from these large codebases using simple natural language queries would allow programmers to ideate, prototype, and develop easier and faster.…