package language.tapas

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

message AnnotatedText

annotated_text.proto:20

message Annotation

annotated_text.proto:39

Used in: AnnotatedText

message AnnotationDescription

annotated_text.proto:30

message Answer

interaction.proto:47

Used in: Question

enum Answer.AggregationFunction

interaction.proto:53

A function that is applied to the answer cells in order to obtain the final answer.

Used in: Answer

message AnswerCoordinate

interaction.proto:42

Used in: Answer

message AvgCosSimilarity

table_pruning.proto:62

Uses the average cosine similarity to score the tokens.

Used in: TablePruningModel

message Cell

interaction.proto:115

Used in: Cells, Table

message Cells

interaction.proto:122

Used in: Table

message Date

interaction.proto:126

Used in: NumericValue

message FirstTokens

table_pruning.proto:88

Select the k first tokens up to max_num_tokens. If max_num_tokens = tapas_max_num_tokens no table pruing is used.

Used in: TablePruningModel

(message has no fields)

message Interaction

interaction.proto:20

An interaction represents a sequences of question answerable from a single table.

message Loss

table_pruning.proto:19

The loss used to learn the weights.

Used in: AvgCosSimilarity, TAPAS

message Loss.HardSelection

table_pruning.proto:21

The hard selection strategy used for train and/or for test.

Used in: Loss

enum Loss.HardSelection.SelectionFn

table_pruning.proto:22

Used in: HardSelection

message Loss.Unsupervised

table_pruning.proto:37

Uses an unsupervised model to learn the required columns. The back probagation is always activated.

Used in: Loss

enum Loss.Unsupervised.Regularization

table_pruning.proto:38

Used in: Unsupervised

message NegativeRetrievalExample

negative_retrieval_examples.proto:29

Used in: NegativeRetrievalExamples

enum NegativeRetrievalExample.Type

negative_retrieval_examples.proto:32

Used in: NegativeRetrievalExample

message NegativeRetrievalExamples

negative_retrieval_examples.proto:20

message NumericValue

interaction.proto:132

Used in: Cell, NumericValueSpan

message NumericValueSpan

interaction.proto:139

Used in: NumericValueSpans

message NumericValueSpans

interaction.proto:145

Used in: Question

message Question

interaction.proto:28

Used in: Interaction

message RetrieverInfo

retriever_info.proto:20

message TAPAS

table_pruning.proto:71

Uses a TAPAS model to score the columns or the tokens.

Used in: TablePruningModel

enum TAPAS.Selection

table_pruning.proto:73

Specifies the use of the columns scores or tokens scores.

Used in: TAPAS

message Table

interaction.proto:84

Represents a simple table with m rows and n columns.

Used in: Interaction, NegativeRetrievalExample

message TablePruningModel

table_pruning.proto:91

Options for table pruning models.

message TableSelection

table_selection.proto:20

message TableSelection.DebugInfo

table_selection.proto:76

Used in: TableSelection

message TableSelection.DebugInfo.Column

table_selection.proto:77

Used in: DebugInfo

message TableSelection.ModelPredictionStats

table_selection.proto:68

Used in: TableSelection

message TableSelection.ModelPredictionStatsPerColumn

table_selection.proto:62

Model 2, 3 and 4 didn't answer the question correctly even when running on the whole table. When column 0 was removed from the input, model 1 answered the question correctly and model 5 incorrectly.

Used in: ModelPredictionStats

message TableSelection.ModelPredictionStatsPerModel

table_selection.proto:35

Used in: ModelPredictionStats, ModelPredictionStatsPerColumn

message TableSelection.TokenCoordinates

table_selection.proto:27

Tokens that should be added to the TF example. Must not be empty!

Used in: TableSelection