Skip to main content

Questions tagged [text-classification]

For questions about text classification, the task of assigning predefined categories (or classes) to free-text documents.

0 votes
0 answers
18 views

everyone! I'm doing for the first time research on how well LLMs and DL models can structuralize scattered data, through NER and RE. We are using a review paper on a domain that has no ontologies or ...
Daniel Farinha Ribeiro's user avatar
2 votes
0 answers
51 views

I have video, audio, and text data. The intent is to use the multimodal for binary classification. However, the data is not paired (i.e The audio and text are not from the same video recording). I've ...
myts999's user avatar
  • 21
5 votes
1 answer
119 views

As the part of my college project on RNN, I'm working on a text classification task using tensorflow module. During training, I used pad_sequences with a max_length of 100, so all training examples ...
Data Science Learner's user avatar
1 vote
0 answers
21 views

I want to use data from my work - 1000+ different copies with full meta data from LI. We've got a SaaS platform for brand's ambassadors, and give them a tool to create these copies and plan them. So ...
tommy's user avatar
  • 11
0 votes
1 answer
58 views

I'm new in ML so question may be stupid. I have a data set with multiple numeric columns and one text column. Text is just one sentense. So i want to use all data avaible for classification. But i don'...
Kliver Max's user avatar
1 vote
0 answers
51 views

I am building a "field tagger" for documents. Basically, a document, in my case something like a proposal or sales quote, would have a bunch of entities scattered throughout it, and we want ...
redbull_nowings's user avatar
4 votes
1 answer
89 views

I'm building a multiclass classification system using Keras. I am working with a dataset that includes text data and its metadata. Both the text and the metadata are sequences of words. The output of ...
don's user avatar
  • 41
0 votes
1 answer
198 views

SMOTE Oversampling for Text Classification with Multiple Input Features I have a text classification problem where the input has 2 features: a text and a language: the text is a string variable. the ...
Sandra Sukarieh's user avatar
3 votes
0 answers
94 views

I have a dataset with around 70 classes and the dataset is largely balanced ~150 samples per class. I am finetuning RoBERTA-base for 4 epochs with a ...
user1274878's user avatar
0 votes
0 answers
50 views

I'm creating a Chrome Extension to read user emails via Gmail's API, and then passing in user emails to a trained Keras model in Flask to determine whether the email was written by an AI or a Human, ...
Chibuike S. Eze's user avatar
2 votes
1 answer
64 views

I'm looking to use ML to read in a blob of text, and extract a name from that text blob. (The blob is from an OCR result from an iPhone) The text blob varies in size, but the name is always present in ...
Matthew Knippen's user avatar
2 votes
1 answer
73 views

Let us assume the training of a BERT model. An initial pre-train is performed with a large data set A. Subsequently a finetuning is performed with a dataset B which is part of A, but now with labels ...
Álvaro Loza's user avatar
1 vote
1 answer
60 views

I wrote a rule-based keyword detection and classification program specialized in my language (Vietnamese) and would like to know where this app is useful. Here how the program work: First you input ...
Ooker's user avatar
  • 133
2 votes
2 answers
220 views

Task: I am building a text classification for salary prediction for data science jobs. I want to achieve at least 70 percent accuracy. Data: Features: Consists of job descriptions of data science, ...
Sendhan's user avatar
  • 21
0 votes
1 answer
55 views

The problem: If we have a clustering problem with lets say x groups. And each group has a document describing it, lets say 3 pages. Then we have n observations each with a smaller piece of text ...
Dylan Dijk's user avatar

15 30 50 per page
1
2 3 4 5
19