中文
相关论文

相关论文: Low-Resource Task-Oriented Semantic Parsing via In…

200 篇论文

Instruction tuning improves the ability of large language models (LLMs) to follow diverse human instructions, but achieving strong performance on specific target tasks remains challenging. A critical bottleneck is selecting the most…

机器学习 · 计算机科学 2025-05-19 Da Ma , Gonghu Shang , Zhi Chen , Libo Qin , Yijie Luo , Lei Pan , Shuai Fan , Lu Chen , Kai Yu

We describe a contextual parser for the Robot Commands Treebank, a new crowdsourced resource. In contrast to previous semantic parsers that select the most-probable parse, we consider the different problem of parsing using additional…

计算与语言 · 计算机科学 2014-05-02 Kais Dukes

Tokenization plays a critical role in language modeling, yet existing approaches such as Byte-Pair Encoding (BPE) or WordPiece operate purely on frequency statistics, ignoring the underlying semantic structure of text. This leads to…

计算与语言 · 计算机科学 2025-08-22 Dong Liu , Yanxuan Yu

We introduce a top-down approach to discourse parsing that is conceptually simpler than its predecessors (Kobayashi et al., 2020; Zhang et al., 2020). By framing the task as a sequence labelling problem where the goal is to iteratively…

计算与语言 · 计算机科学 2021-04-07 Fajri Koto , Jey Han Lau , Timothy Baldwin

Recent years have witnessed the emergence of textual commonsense knowledge bases, aimed at providing more nuanced and context-rich knowledge. The integration of external commonsense into language models has been shown to be a key enabler in…

计算与语言 · 计算机科学 2023-05-26 Wanyun Cui , Xingran Chen

Inference-time sampling can elicit strong reasoning abilities from language models without additional training. Existing power-sampling methods do so by sharpening the distribution over full generated outputs, favoring completions that are…

机器学习 · 计算机科学 2026-05-28 Aleksei Arzhantsev , Otmane Sakhi , Nicolas Chopin

Pre-trained Language Models (PLMs) have been applied in NLP tasks and achieve promising results. Nevertheless, the fine-tuning procedure needs labeled data of the target domain, making it difficult to learn in low-resource and non-trivial…

计算与语言 · 计算机科学 2022-11-08 Dongfang Li , Baotian Hu , Qingcai Chen

Ontologies are useful for automatic machine processing of domain knowledge as they represent it in a structured format. Yet, constructing ontologies requires substantial manual effort. To automate part of this process, large language models…

机器学习 · 计算机科学 2024-11-01 Andy Lo , Albert Q. Jiang , Wenda Li , Mateja Jamnik

This paper studies multi-task training of retrieval-augmented generation models for knowledge-intensive tasks. We propose to clean the training set by utilizing a distinct property of knowledge-intensive generation: The connection of…

计算与语言 · 计算机科学 2022-07-08 Sebastian Hofstätter , Jiecao Chen , Karthik Raman , Hamed Zamani

In order to reveal the rationale behind model predictions, many works have exploited providing explanations in various forms. Recently, to further guarantee readability, more and more works turn to generate sentence-level human language…

计算与语言 · 计算机科学 2023-02-22 Yan Liu , Xiaokang Chen , Qi Dai

This work addresses the need for efficient waste sorting strategies in Materials Recovery Facilities to minimize the environmental impact of rising waste. We propose resource-constrained semantic segmentation models for segmenting…

计算机视觉与模式识别 · 计算机科学 2023-10-31 Elisa Cascina , Andrea Pellegrino , Lorenzo Tozzi

Large Language Models employing Chain-of-Thought reasoning achieve strong performance but suffer from excessive token consumption that inflates inference costs. Existing efficiency methods such as explicit length penalties, difficulty…

机器学习 · 计算机科学 2026-04-03 Bangji Yang , Hongbo Ma , Jiajun Fan , Ge Liu

We propose a Cross-lingual Encoder-Decoder model that simultaneously translates and generates sentences with Semantic Role Labeling annotations in a resource-poor target language. Unlike annotation projection techniques, our model does not…

计算与语言 · 计算机科学 2019-08-30 Angel Daza , Anette Frank

Token representation strategies within large-scale neural architectures often rely on contextually refined embeddings, yet conventional approaches seldom encode structured relationships explicitly within token interactions. Self-attention…

计算与语言 · 计算机科学 2025-03-27 James Blades , Frederick Somerfield , William Langley , Susan Everingham , Maurice Witherington

The effectiveness of prompt learning has been demonstrated in different pre-trained language models. By formulating suitable template and choosing representative label mapping, prompt learning can be used as an efficient knowledge probe.…

计算与语言 · 计算机科学 2022-11-01 Jinta Weng , Yue Hu , Jing Qiu , Heyan Huan

Exploration capacity shapes both inference-time performance and reinforcement learning (RL) training for large (vision-) language models, as stochastic sampling often yields redundant reasoning paths with little high-level diversity. This…

计算机视觉与模式识别 · 计算机科学 2025-12-22 Rujiao Long , Yang Li , Xingyao Zhang , Weixun Wang , Tianqianjin Lin , Xi Zhao , Yuchi Xu , Wenbo Su , Junchi Yan , Bo Zheng

The recent advancements in small-size inference models facilitated AI deployment on the edge. However, the limited resource nature of edge devices poses new challenges especially for real-time applications. Deploying multiple inference…

机器学习 · 计算机科学 2024-03-03 Abdelkarim Ben Sada , Amar Khelloufi , Abdenacer Naouri , Huansheng Ning , Sahraoui Dhelim

Many tasks in natural language processing involve predicting structured outputs, e.g., sequence labeling, semantic role labeling, parsing, and machine translation. Researchers are increasingly applying deep representation learning to these…

计算与语言 · 计算机科学 2020-10-07 Lifu Tu , Tianyu Liu , Kevin Gimpel

The in-context learning ability of large language models (LLMs) enables them to generalize to novel downstream tasks with relatively few labeled examples. However, they require enormous computational resources to be deployed. Alternatively,…

计算与语言 · 计算机科学 2024-01-09 Jean Kaddour , Qi Liu

Much recent work in task-oriented parsing has focused on finding a middle ground between flat slots and intents, which are inexpressive but easy to annotate, and powerful representations such as the lambda calculus, which are expressive but…