paper-with-me

Papers

What's in an embedding? Would a rose by any embedding smell as sweet?

2024-06-11 · Venkat Venkatasubramanian

Large Language Models (LLMs) are often criticized for lacking true "understanding" and the ability to "reason" with their knowledge, being seen merely as autocomplete systems. We believe that this assessment might be missing a nuanced insight. We suggest that LLMs do develop a kind of empirical "understanding" that is "geometry"-like, which seems adequate for a range of applications in NLP, computer vision, coding assistance, etc. However, this "geometric" understanding, built from incomplete and noisy data, makes them unreliable, difficult to generalize, and lacking in inference capabilities and explanations, similar to the challenges faced by heuristics-based expert systems decades ago. To overcome these limitations, we suggest that LLMs should be integrated with an "algebraic" representation of knowledge that includes symbolic AI elements used in expert systems. This integration aims to create large knowledge models (LKMs) that not only possess "deep" knowledge grounded in first principles, but also have the ability to reason and explain, mimicking human expert capabilities. To harness the full potential of generative AI safely and effectively, a paradigm shift is needed from LLM to more comprehensive LKM.

📄 PDF Abstract BibTeX arXiv:2406.06870

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Sniff AI: Is My 'Spicy' Your 'Spicy'? Exploring LLM's Perceptual Alignment with Human Smell Experiences

2024-11-11 · Shu Zhong, Zetao Zhou, Christopher Dawes, Giada Brianz 외

Aligning AI with human intent is important, yet perceptual alignment-how AI interprets what we see, hear, or smell-remains underexplored. This work focuses on olfaction, human smell experiences. We conducted a user study…

What Images Cannot Say: Language-Guided Olfactory Representation Learning

2026-07-07 · Eleftherios Tsonis, Xi Wang, Vicky Kalogeiton arxiv

Images tell us what a scene looks like, but rarely what it would feel like to be there. While recent datasets pair visual scenes with electronic-nose measurements, aligning smell signals with images remains challenging b…

Representation LearningText Retrieval

Code Smells in Machine Learning Systems

2022-03-02 · Jiri Gesi, SiQi Liu, Jiawei Li, Iftekhar Ahmed 외

As Deep learning (DL) systems continuously evolve and grow, assuring their quality becomes an important yet challenging task. Compared to non-DL systems, DL systems have more complex team compositions and heavier data de…

BIG-bench Machine Learning

From meaning to perception -- exploring the space between word and odor perception embeddings

2022-03-19 · Janek Amann, Manex Agirrezabal

In this paper we propose the use of the Word2vec algorithm in order to obtain odor perception embeddings (or smell embeddings), only using publicly available perfume descriptions. Besides showing meaningful similarity re…

Word Embeddings

Empirical Analysis on Effectiveness of NLP Methods for Predicting Code Smell

2021-08-08 · Himanshu Gupta, Abhiram Anand Gulanikar, Lov Kumar, Lalita Bhanu Murthy Neti

A code smell is a surface indicator of an inherent problem in the system, most often due to deviation from standard coding practices on the developers part during the development phase. Studies observe that code smells m…

Feature Engineering