Giter VIP home page Giter VIP logo

Comments (5)

ShauryaUppal-1Mg avatar ShauryaUppal-1Mg commented on August 27, 2024

@Tiiiger

from bert_score.

felixgwu avatar felixgwu commented on August 27, 2024

Hi @ShauryaUppal-1Mg,

Thank you for using our BERTScore.
The reason for this error is that both BERT and RoBERTa are trained with sentences with at most 512 tokens. Unlike the original Transformers, BERT and RoBERTa use learned positional embedding whose size is set during training.
BERTScore is commonly computed between a pair of sentences.
We would suggest that you split the documents into sentences before feeding them to BERT.
If there happen to be some sentences with more than 512 tokens, you can:

  1. train a BERT model using longer sentences
  2. cut sentences into multiple chunks and design a better way to aggregate them. This is one of the future directions to extend BERTScore, but we haven't studied it yet.
  3. use XLNets which support longer inputs. However, they perform worse in our experiments.

Best,
Felix

from bert_score.

ShauryaUppal-1Mg avatar ShauryaUppal-1Mg commented on August 27, 2024

Will if work will it for sentence having length > 512, I remove stopwords and common words?

from bert_score.

ShauryaUppal-1Mg avatar ShauryaUppal-1Mg commented on August 27, 2024

But BERT as a service allows user to make max_sequence= ignore
Can't we do something with that?

https://github.com/hanxiao/bert-as-service

from bert_score.

felixgwu avatar felixgwu commented on August 27, 2024

As far as I know, they just trim down the sequence. Please see:
https://github.com/hanxiao/bert-as-service/blob/85690491d66fd1ca0d03924f8c9ead3d1cad90b1/server/bert_serving/server/__init__.py#L414-L422

We would like to follow huggingface's transformers and just raise an error instead.
We encourage users to deal with their own special cases.

Thank you for raising this issue. We will update the README to remind other users.

from bert_score.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.