Questions tagged [nlp-question-answering]

Question Answering is the computer task of mechanically answering questions posed in natural language. (Please do not use this tag to indicate that you have a question and want an answer. That's already implied.)

For more information, see: https://en.wikipedia.org/wiki/Question_answering

243 questions
0
votes
1 answer

How to create clean table structure for posting questions in stackoverflow

I am trying to understand as to how to post clean data tables in stackoverflow to ask questions. When I try to copy questions from Excel I find it difficult to maintain clean structure and when I try to use the code sample block too I find it…
user3369545
  • 310
  • 2
  • 14
0
votes
1 answer

ValueError: Some specified arguments are not used by the HfArgumentParse

I was Doing Fine Tuning of mT5 for question Generation and answering in Colab. But throwing error as: ValueError: Some specified arguments are not used by the HfArgumentParser: ['-f',…
0
votes
0 answers

Image uploadation editing and remove with react.js

Hey my question has three 3 parts and it is about React.js. If i had a website and it has an admin panel in which i can control the whole website that is showing to all over the world. Is it possible that i can change images on the website through…
0
votes
3 answers

Will BotFramework-CLI support Azure's new Question Answering service?

Now that Azure's Question Answering service is available and we are recommended to migrate from QnA Maker, I noticed that botframework-cli does not seem to have been updated and I did not see any issues or information related to it being updated to…
0
votes
1 answer

How to build a custom question-answering head when using hugginface transformers?

Using the TFBertForQuestionAnswering.from_pretrained() function, we get a predefined head on top of BERT together with a loss function that are suitable for this task. My question is how to create a custom head without relying on…
0
votes
2 answers

Reactjs stuck at installing react Dom,react-templates

I have installed nodejs then I tried to create react is app using npx create-react-app my-app but it just stuck in installing react-dom,cra-templates and then I tried npm also but it's the same please help need to learn react js please help I have…
0
votes
2 answers

How to create a multiple choice question program with an external text file?

I am trying to create a multiple choice question program that will read a text file, pose 5 of the questions in a random order, receive the answer, and then display the answer if it's false. Here's what I've managed to write: First an example of the…
0
votes
0 answers

QuestionAnsweringModel not working with GPU

I am using QuestionAnsweringModel from SimpleTransformers. When I run my code, and review my processes in Windows Task Manager, python is not using the GPU at all. I have included a code snippet to recreate the problem. Any help is highly…
0
votes
1 answer

Native Functions meaning?

What "Native functions" means or refers to, in a programming language? I am reading the book "Crafting Interpreters" by Robert Nystrom where he has a list on Github with all Lox's implementations that other readers have done in other languages. I…
Melvin Guerrero
  • 342
  • 3
  • 10
0
votes
1 answer

I wanna make a command in a command in nextcord

Ok so I want to make like a sub-command in nextcord using python it will be like this: Me: .question Bot: How many centimeters is in 1 meter? Me: 100 cm Bot: Correct! Here is my code currently... from nextcord.ext import commands class…
Aaseer
  • 117
  • 10
0
votes
1 answer

How to log artifacts in wandb while using saimpletransformers?

I am creating a Question Answering model using simpletransformers. I would also like to use wandb to track model artifacts. As I understand from wandb docs, there is an integration touchpoint for simpletransformers but there is no mention of logging…
terokd
  • 13
  • 4
0
votes
1 answer

How to build a Open domain question answering model(ODQA/KBQA) using Deeppavlov of Huggingface

How to build a Open domain question answering(ODQA/KBQA) model using Deeppavlov of Huggingface I want to build a custom model for this.
0
votes
1 answer

Token indices sequence length is longer than the specified maximum sequence length for this model (28627 > 512)

I am using BERT's Huggingface DistilBERT model as a backend for a question and answer application. The text I am using with which to train the model is one very large single text field. Even though the text field is a single string, the punctuation…
0
votes
4 answers

Python: Find starting, ending index of sub-text column from another text column

I am trying my hand at Question Answering and have to make my own dataset. I have 5 columns: question | context | answer | answer_start | answer_end Each record in the context column has a chunk of text, e.g., Neil Alden Armstrong (August 5, 1930…
aapal
  • 13
  • 4
0
votes
0 answers

How to show all questions [dwqa-list-questions] for admin (wordpress)?

I'm using a dwqa plugin. [dwqa-list-questions] only shows questions that the author wrote. Admin can only see questions that an admin wrote. I need to show all the questions for admin. Would you please let me know how to implement it? Thank you.
isbe
  • 233
  • 2
  • 12