lambeq icon indicating copy to clipboard operation
lambeq copied to clipboard

A high-level Python library for Quantum Natural Language Processing

Results 25 lambeq issues
Sort by recently updated
recently updated
newest added

Hi guys. I have executed below codes properly, print('Final test accuracy: {}'.format(accuracy(test_pair_circuits, test_labels))) is not working. KeyError Traceback (most recent call last) in () ----> 1 print('Final test accuracy: {}'.format(accuracy(test_pair_circuits,...

This PR adds the option to export the original tree to JSON, so that the user can access e.g. the features `S[dcl]` etc.

Hi, I am trying to run the tutorial script to train on the MC dataset ([link](https://github.com/CQCL/lambeq/blob/main/docs/tutorials/trainer_classical.ipynb)) without any modifications. However, when I fit the model using - `trainer.fit(train_dataset, val_dataset, eval_interval=1,...

Pytket is not needed when using lambeq as a parser.

Hi, I have an issue when I try to train a classical pipelien on a standard Sentiment Analysis (binary classifcation task). Basically, after the conversion of the training diagrams into...

## Description In an open-source project like lambeq, you can never have too many tutorials or example notebooks. This open-ended task asks for contributions on this matter. Any meaningful tutorial...

documentation
good first issue
up-for-grabs

# Description lambeq provides a large number of models and trainers, covering a broad range of [use cases](https://cqcl.github.io/lambeq/use-cases.html), both quantum and "classical", where the latter models operate on tensor networks....

up-for-grabs

# Description The purpose of this task is to add a `Frame` class to `lambeq.backend` [^1], representing a higher-order box that contains diagrams inside it: A core implementation must include...

unitaryHACK2024

# Description Some of the syntax-based diagrams in lambeq, such as _pregroup_ diagrams, include _cups_ that indicate syntactic interactions between the words in the sentence. For example, in the diagram:...

up-for-grabs

# Task description lambeq has a rich interface for drawing diagrams using matplotlib and tikz. it also has an interface for drawing diagrams as ASCII text to a CLI interface....

up-for-grabs